@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* =======================================================
*
* 	Template Style
*
* ======================================================= */
body {
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  color: gray;
  background: whitesmoke; }

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .offcanvas #page {
    overflow: hidden;
    position: absolute; }
    .offcanvas #page:after {
      -webkit-transition: 2s;
      -o-transition: 2s;
      transition: 2s;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 101;
      background: rgba(95, 45, 111, 0.7);
      content: ""; }

a {
  color: #4aca85;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover, a:active, a:focus {
    color: #4aca85;
    outline: none;
    text-decoration: none; }

p {
  margin-bottom: 20px; }

h1, h2, h3, h4, h5, h6, figure {
  color: #303133;
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  line-height: 1.3; }

::-webkit-selection {
  color: #fff;
  background: #4aca85; }

::-moz-selection {
  color: #fff;
  background: #4aca85; }

::selection {
  color: #fff;
  background: #4aca85; }

.product-img,
.work-img,
.author-img,
.mobile-img,
.eic-video,
.eic-about-img,
.services-img,
.staff-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

.eic-nav {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .eic-nav {
      margin: 0; } }
  .eic-nav .top-menu {
    padding: 30px 30px; }
    @media screen and (max-width: 768px) {
      .eic-nav .top-menu {
        padding: 28px 1em; } }
  .eic-nav #eic-logo {
    font-size: 20px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700; }
    .eic-nav #eic-logo a {
      position: relative;
      color: #fff; }
      .eic-nav #eic-logo a i {
        color: #fff;
        display: block;
        font-size: 60px;
        font-weight: normal;
        margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .eic-nav #eic-logo {
        max-width: 160px;
    }

    .eic-nav .top-nav {
      display: none; } }
  .eic-nav ul {
    padding: 0;
    margin: 0; }
    .eic-nav ul li {
      padding: 8px 0;
      margin: 0;
      list-style: none;
      display: inline;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 2px; }
      .eic-nav ul li a {
        position: relative;
        padding: 20px 12px;
        color: #6647A3;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        .eic-nav ul li a:hover {
          color: #DDFF3D; }
      .eic-nav ul li.btn-cta a {
        color: #fff;
        background: #4aca85;
        padding: 10px 15px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        border-radius: 100px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .eic-nav ul li.btn-cta a:hover {
          -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          -ms-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          -o-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75); }
      /* .eic-nav ul li.active > a {
        color: rgba(255, 255, 255, 0.5);
        position: relative; }
        .eic-nav ul li.active > a:after {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); } */

          @media (min-width: 768px) {
            .top-nav {
              padding: 5px 15px;
            }
          }

          @media (min-width: 992px) {
            .top-nav {
              padding: 12px 15px;
            }
          }

.eic-video {
  overflow: hidden;
  position: relative;
  height: 400px; }
  .eic-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #798eea;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .eic-video a i {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      font-size: 40px;
      color: #fff; }
  .eic-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .eic-video:hover .overlay {
    background: rgba(0, 0, 0, 0.7); }
  .eic-video:hover a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

.video-hero {
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  z-index: 0; }
  @media screen and (max-width: 768px) {
    .video-hero {
      heifght: inherit;
      padding: 3em 0; } }
  .video-hero .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.95;
    background: #499bea;
    background: -moz-linear-gradient(-45deg, #20E2D7 0%, #F9FEA5 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #20E2D7), color-stop(100%, #F9FEA5));
    background: -webkit-linear-gradient(-45deg, #20E2D7 0%, #F9FEA5 100%);
    background: -o-linear-gradient(-45deg, #20E2D7 0%, #F9FEA5 100%);
    background: -ms-linear-gradient(-45deg, #20E2D7 0%, #F9FEA5 100%);
    background: -webkit-linear-gradient(315deg, #20E2D7 0%, #F9FEA5 100%);
    background: -o-linear-gradient(315deg, #20E2D7 0%, #F9FEA5 100%);
    background: linear-gradient(135deg, #20E2D7 0%, #F9FEA5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20E2D7', endColorstr='#F9FEA5', GradientType=1 );
    z-index: 1; }
  .video-hero .display-t {
    display: table;
    height: 700px;
    width: 100%;
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 768px) {
      .video-hero .display-t {
        height: 600px; } }
    .video-hero .display-t.display-t2 {
      height: 500px; }
  .video-hero .display-tc {
    display: table-cell;
    vertical-align: middle; }
    .video-hero .display-tc .holder {
      color: #fff;
      font-family: "Poppins", Arial, sans-serif;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 7px; }
      .video-hero .display-tc .holder span {
        position: relative; }
    .video-hero .display-tc h2 {
      color: #fff;
      font-size: 60px;
      margin-bottom: 20px;
      font-weight: 300; }
      @media screen and (max-width: 768px) {
        .video-hero .display-tc h2 {
          font-size: 34px; }
           }
    .video-hero .display-tc p {
      font-family: "Nunito", Arial, sans-serif;
      color: #000;
      font-weight: 200;
      font-size: 30px; }
    .video-hero .display-tc p.breadcrumbs {
      font-size: 14px; }
      .video-hero .display-tc p.breadcrumbs span {
        padding-right: 10px;
        color: rgba(255, 255, 255, 0.5); }
        .video-hero .display-tc p.breadcrumbs span a {
          color: rgba(255, 255, 255, 0.9); }
    .video-hero .display-tc .btn-custom {
      font-size: 16px; }
      @media screen and (max-width: 768px) {
          .video-hero .display-tc p {
            font-size: 18px; } }

.eic-about,
.eic-shop,
.eic-work,
.eic-features,
.eic-intro,
.eic-services,
.eic-contact {
  padding: 7em 0;
  clear: both; }

.eic-bg-white {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-left: none;
  border-right: none; }

.eic-featured {
  padding: 0px 10px;
  padding-bottom: 3em;
  width: 100%; }
  .eic-featured .featured-wrap {
    margin-top: -7em; }
  .eic-featured .featured-entry img {
    -webkit-box-shadow: 0px 3px 19px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 19px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 19px -9px rgba(0, 0, 0, 0.75);
    margin-bottom: 20px; }
  .eic-featured .owl-theme .owl-dots .owl-dot span {
    background: #e6e6e6; }
  .eic-featured .owl-theme .owl-dots .owl-dot.active span {
    background: #cccccc; }

.services {
  margin-bottom: 50px;
  position: relative;
  z-index: 0;
  padding: 0 1em; }
  @media screen and (max-width: 768px) {
    .services {
      margin-bottom: 3em; } }
  .services .icon {
    position: relative;
    margin-bottom: 30px;
    display: inline-block; }
    .services .icon i {
      font-size: 50px;
      color: #798eea;
      z-index: 1; }
  .services .desc h3 {
    font-size: 26px;
    font-weight: 300; }

.eic-intro .eic-heading {
  margin-bottom: 2em; }

.eic-intro .play {
  width: 100%;
  display: block;
  margin: 30px 0; }
  .eic-intro .play a {
    width: 100px;
    height: 100px;
    display: table;
    margin: 0 auto;
    text-align: center;
    background: #798eea;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .eic-intro .play a i {
      font-size: 20px;
      color: #fff;
      display: table-cell;
      vertical-align: middle; }

.pulse {
  display: table;
  width: 100px;
  height: 100px;
  background: #798eea;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 rgba(121, 142, 234, 0.4);
  box-shadow: 0 0 0 rgba(121, 142, 234, 0.4);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  .pulse i {
    font-size: 30px !important;
    display: table-cell;
    vertical-align: middle; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(121, 142, 234, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(121, 142, 234, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(121, 142, 234, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(121, 142, 234, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(121, 142, 234, 0.4);
    box-shadow: 0 0 0 0 rgba(121, 142, 234, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(121, 142, 234, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(121, 142, 234, 0);
    box-shadow: 0 0 0 30px rgba(121, 142, 234, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(121, 142, 234, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(121, 142, 234, 0);
    box-shadow: 0 0 0 0 rgba(121, 142, 234, 0); } }

.eic-work-featured .mobile-wrap {
  margin-bottom: 4em;
  display: block; }
  /* .eic-work-featured .mobile-wrap .mobile-img {
    background-position: top;
    height: 730px;
    -webkit-box-shadow: 0px 3px 38px -13px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 38px -13px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 38px -13px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; } */
  .eic-work-featured .desc {
    padding: 0px 30px; }
    .eic-work-featured .desc h2 {
      font-size: 50px;
      font-weight: 300;
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        .eic-work-featured .desc h2 {
          font-size: 34px; } }
    .eic-work-featured .desc .highlight {
      position: relative;
      margin-bottom: 50px; }
      .eic-work-featured .desc .highlight .icon {
        position: absolute;
        top: 10px;
        left: 0; }
        .eic-work-featured .desc .highlight .icon i {
          font-size: 30px;
          color: #499bea; }
      .eic-work-featured .desc .highlight .f-desc {
        padding-left: 50px; }

        .features{
            position:relative
        }
        .features::before{
            content:'';
            position:absolute;
            bottom:0;
            left:0;
            width:100%;
            height:482px;
            background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwNSIgaGVpZ2h0PSI0ODIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICA8cGF0aCBkPSJNODQuMjEyIDQ4MUMzMy4xNTIgNDQ3LjQ3IDAgNDA3Ljg4MSAwIDM2Mi43NDMgMCAyMDQuNTA1IDQ3OC42NzQgMCA2MzYuODQ3IDBjMTU4LjE3NCAwIDMzLjQzNCAxNzIuNzQxIDMzLjQzNCAzMzAuOTggMCA1NS43ODIgNi42NDYgMTA3LjAzNSA4LjMyMyAxNTAuMDJIODQuMjEyeiIgZmlsbD0iI0Y2RjhGQSIvPiAgICA8cGF0aCBkPSJNMTEwNC44MTcgNDgxLjI0MmwtODYxLjQ4NS0uMTdDMjExLjM4MiA0NTMuMjc4IDE5MiA0MjIuMDEzIDE5MiAzODcuNTA0IDE5MiAyMjkuMjggNDc3Ljc5MSA0IDYzNS45NyA0IDc5NC4xNDcgNCAxMjA1IDE0OS4zNTggMTIwNSAzMDcuNTgxYzAgNTkuNDQ1LTQwLjgyMyAxMjAuNTQzLTEwMC4xODMgMTczLjY2MXoiIGZpbGwtb3BhY2l0eT0iLjUiIGZpbGw9IiNGRkYiLz4gIDwvZz48L3N2Zz4=);
            background-size:1205px 482px;
            background-repeat:no-repeat
        }
        .features-wrap{
            display:flex;
            flex-wrap:wrap;
            justify-content:center;
            margin-right:-12px;
            margin-left:-12px
        }
        .features-wrap:first-child{
            margin-top:-8px
        }
        .features-wrap:last-child{
            margin-bottom:-8px
        }
        .feature{
            padding:32px;
            /* width:368px;
            max-width:344px;
            flex-grow:1 */
        }
        .feature-inner{
            height:100%
        }
        .feature-icon{
            position:relative;
            display:inline-flex;
            justify-content:center;
            background:#fff;
            border-radius:50%
        }
        .feature-icon::before{
            content:'';
            position:absolute;
            top:0;
            right:0;
            bottom:0;
            left:0;
            border-radius:50%;
            box-shadow:0 16px 48px #E3E7EB;
            mix-blend-mode:multiply
        }
        @supports (-ms-ime-align: auto){
            .feature-icon::before{
                box-shadow:0 16px 48px rgba(32,43,54,0.12)
            }
        }
        .feature-title{
            margin-top:8px
        }
        @media (min-width: 641px){
            .features::before{
                left:55%;
                width:45%
            }
            .features-wrap:first-child{
                margin-top:-32px
            }
            .features-wrap:last-child{
                margin-bottom:-32px
            }
            .feature{
                padding:8.33333%;
            }
            .feature-title{
                margin-top:16px
            }
        }

.work-flex {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  margin-bottom: 40px; }
  .work-flex .half {
    display: block;
    width: 50%;
    height: 450px; }
    .work-flex .half .display-t {
      height: 450px;
      display: table; }
      @media screen and (max-width: 480px) {
        .work-flex .half .display-t {
          display: block;
          height: auto; } }
    .work-flex .half .display-tc {
      display: table-cell;
      vertical-align: middle; }
    .work-flex .half .desc {
      padding: 0 3em;
      background: #fff; }
      @media screen and (max-width: 768px) {
        .work-flex .half .desc {
          padding: 3em; } }
      .work-flex .half .desc h2 {
        font-weight: 400; }
        .work-flex .half .desc h2 a {
          color: #303133; }
    @media screen and (max-width: 480px) {
      .work-flex .half {
        width: 100%; } }
  .work-flex .work-img {
    display: block;
    height: 450px; }

.work-grid {
  margin-bottom: 40px; }
  .work-grid .work-img {
    display: block;
    height: 270px;
    position: relative; }
    .work-grid .work-img .icon {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 270px;
      content: '';
      display: table;
      text-align: center;
      background: #4aca85;
      opacity: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .work-grid .work-img .icon i {
        display: table-cell;
        vertical-align: middle;
        color: #fff;
        font-size: 20px; }
    .work-grid .work-img:hover .icon, .work-grid .work-img:focus .icon {
      opacity: 1; }
  .work-grid .desc {
    background: #fff;
    padding: 25px; }
    .work-grid .desc h2 {
      font-size: 24px; }
      .work-grid .desc h2 a {
        color: #303133; }
        .work-grid .desc h2 a:hover {
          color: #4aca85; }

.product-entry {
  margin-bottom: 40px; }
  .product-entry .product-img {
    display: block;
    height: 350px;
    margin-bottom: 20px;
    position: relative; }
    .product-entry .product-img .tag {
      position: absolute;
      top: 10px;
      left: 10px; }
      .product-entry .product-img .tag .new {
        font-size: 11px;
        background: #4aca85;
        color: #fff;
        padding: .3em .5em;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; }
      .product-entry .product-img .tag .sale {
        font-size: 11px;
        background: #798eea;
        color: #fff;
        padding: .3em .5em;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; }
    .product-entry .product-img .cart {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.8);
      width: 100%;
      display: block;
      padding: 0 1em;
      opacity: 0;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .product-entry .product-img .cart p {
        display: block;
        margin-bottom: 0;
        width: 100%;
        text-transform: uppercase;
        font-size: 12px; }
        .product-entry .product-img .cart p span {
          display: inline-block; }
          .product-entry .product-img .cart p span a {
            display: block;
            color: #fff;
            padding: 1em; }
            .product-entry .product-img .cart p span a:hover {
              background: #4aca85; }
  .product-entry .desc h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px; }
    .product-entry .desc h3 a {
      color: #000; }
  .product-entry .desc .price span {
    color: #4aca85;
    font-weight: 400; }
  .product-entry .desc .price .sale {
    color: gray;
    text-decoration: line-through;
    font-weight: 300; }
  .product-entry:hover .product-img .cart {
    opacity: 1; }

.staff-entry {
  display: block;
  margin-bottom: 20px;
  z-index: 0;
  background: #fff;
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .staff-entry .staff-img {
    width: 150px;
    height: 150px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
  .staff-entry .desc h3 {
    font-size: 24px;
    margin-bottom: 10px; }
  .staff-entry .desc span {
    display: block;
    margin-bottom: 20px;
    font-size: 13px; }
  /* .staff-entry .eic-social-icons li {
    margin-left: 0; }
    .staff-entry .eic-social-icons li a {
      padding: 0; } */

/* #eic-counter {
  position: relative;
  z-index: -1;
  padding-top: 7em;
  padding-bottom: 7em; }
  #eic-counter .eic-heading {
    margin-bottom: 30px; }
    #eic-counter .eic-heading h2 {
      color: #fff; }
    #eic-counter .eic-heading p {
      font-size: 22px;
      color: rgba(255, 255, 255, 0.8); }

.counter-entry {
  padding: 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .counter-entry {
      margin-bottom: 20px; } }

.eic-counters {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; }
  .eic-counters .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #499bea;
    background: -moz-linear-gradient(-45deg, #499bea 0%, #798eea 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #499bea), color-stop(100%, #798eea));
    background: -webkit-linear-gradient(-45deg, #499bea 0%, #798eea 100%);
    background: -o-linear-gradient(-45deg, #499bea 0%, #798eea 100%);
    background: -ms-linear-gradient(-45deg, #499bea 0%, #798eea 100%);
    background: -webkit-linear-gradient(315deg, #499bea 0%, #798eea 100%);
    background: -o-linear-gradient(315deg, #499bea 0%, #798eea 100%);
    background: linear-gradient(135deg, #499bea 0%, #798eea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#798eea', GradientType=1 );
    opacity: .96; }
  .eic-counters .icon {
    margin-bottom: 20px;
    width: 100px;
    z-index: 0; }
    .eic-counters .icon i {
      font-size: 50px;
      color: rgba(255, 255, 255, 0.9);
      z-index: 1; }
  .eic-counters .eic-counter {
    font-size: 75px;
    display: block;
    color: #fff;
    font-family: "Nunito", Arial, sans-serif;
    width: 100%;
    font-weight: 300;
    margin-bottom: 0; }
  .eic-counters .eic-counter-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 20px;
    display: block;
    font-weight: 300; } */

article {
  background: #fff;
  padding: 35px;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 3px 38px -13px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 38px -13px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 38px -13px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  article h2 {
    font-weight: 400;
    margin-bottom: 15px; }
    article h2 a {
      color: #303133; }
  article .admin span {
    font-size: 12px;
    color: #303133; }
  article p.author-wrap {
    position: relative;
    margin-top: 30px; }
    article p.author-wrap .author-img {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 30px;
      height: 30px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
    article p.author-wrap .author {
      padding-left: 40px;
      color: #303133;
      font-size: 12px; }

#benefits {
  position:relative;
}
#benefits:before {
  content:'';
  position:absolute;
  top:5%;
  left:10%;
  width:100%;
  height:500px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ4MCIgaGVpZ2h0PSI2NTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICAgIDxwYXRoIGQ9Ik03MzEuMjA3IDY0OS44MDJDOTM1LjQ4NCA2NDIuMTQgMTQ4MCAzMzcuMzI1IDE0ODAgMTgwLjg4OGMwLTE1Ni40MzgtMzA5Ljc0NC0zNi4wNTUtNzIwLTM2LjA1NVMwLTE3NC40ODMgMCAxMzUuMTQ0YzAgMzA5LjYyNyA1MjYuOTMgNTIyLjMyIDczMS4yMDcgNTE0LjY1OHoiIGZpbGw9IiNGMEYwRjAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
  background-size:1140px 500px;
  background-repeat:no-repeat
}

/* .pricing {
  background: #fff;
  padding: 2em 1em 1em 1em;
  -webkit-box-shadow: 0px 3px 38px -13px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 38px -13px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 38px -13px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  .pricing .pricing-heading {
    margin-bottom: 30px; }
  .pricing .price {
    font-size: 72px;
    color: #4aca85;
    line-height: 50px;
    font-weight: 300; }
    .pricing .price .currency {
      font-size: 30px;
      top: -0.9em;
      padding-right: 10px; }
    .pricing .price small {
      font-size: 13px;
      display: block;
      color: #888f94; } */

.eic-contact {
  position: relative; }

.eic-contact {
  clear: both;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; }
  .eic-contact .overlay {
    z-index: 0;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #ace0f9;
    background: -moz-linear-gradient(90deg, #fff1eb 0%, #ace0f9 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #fff1eb), color-stop(100%, #ace0f9));
    background: -webkit-linear-gradient(90deg, #fff1eb 0%, #ace0f9 100%);
    background: -o-linear-gradient(90deg, #fff1eb 0%, #ace0f9 100%);
    background: -ms-linear-gradient(90deg, #fff1eb 0%, #ace0f9 100%);
    background: -webkit-linear-gradient(90deg, #fff1eb 0%, #ace0f9 100%);
    background: -o-linear-gradient(90deg, #fff1eb 0%, #ace0f9 100%);
    background: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff1eb', endColorstr='#ace0f9', GradientType=1 );
    opacity: .96; }
  .eic-contact .eic-heading {
    margin-bottom: 30px; }
    .eic-contact .eic-heading h2 {
      color: #000; }
    .eic-contact .eic-heading p {
      font-size: 20px;
      color: rgba(0, 0, 0, 0.7); }

/* .qbstp-header-subscribe {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  padding: 0; }
  .qbstp-header-subscribe .col-three-forth {
    width: 70%; }
  .qbstp-header-subscribe .col-one-third {
    width: 30%; }
  .qbstp-header-subscribe .col-three-forth, .qbstp-header-subscribe .col-one-third {
    display: table;
    height: 50px;
    float: left; }
    @media screen and (max-width: 768px) {
      .qbstp-header-subscribe .col-three-forth, .qbstp-header-subscribe .col-one-third {
        width: 50%; } }
  .qbstp-header-subscribe .form-control {
    background: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important; }
  .qbstp-header-subscribe .form-group {
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: middle; }
    @media screen and (max-width: 480px) {
      .qbstp-header-subscribe .form-group {
        width: 100%; } }
    .qbstp-header-subscribe .form-group input::-webkit-input-placeholder {
      color: #4d4d4d; }
    .qbstp-header-subscribe .form-group input::-moz-input-placeholder {
      color: #4d4d4d; }
    .qbstp-header-subscribe .form-group input::-ms-input-placeholder {
      color: #4d4d4d; }
    .qbstp-header-subscribe .form-group input::-o-input-placeholder {
      color: #4d4d4d; }
    .qbstp-header-subscribe .form-group input::input-placeholder {
      color: #4d4d4d; }
  .qbstp-header-subscribe #email {
    font-size: 14px;
    width: 100%;
    border: none;
    border-bottom: transparent;
    color: #4d4d4d !important; }
  .qbstp-header-subscribe button {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    background: #4aca85;
    color: #fff;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    height: 50px;
    width: 100%;
    display: block; } */

.no-gutters {
  margin: 0 !important; }

.pagination li {
  margin: 2px; }
  .pagination li a {
    color: #000;
    background: #fff;
    color: #000;
    border: 1px solid #e6e6e6;
    margin: 2px; }
    .pagination li a:first-child {
      border: 1px solid #e6e6e6;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px; }
    .pagination li a:hover, .pagination li a:focus {
      background: #4aca85;
      color: #fff;
      border: 1px solid #4aca85; }
    @media screen and (max-width: 768px) {
      .pagination li a {
        padding: 7px 15px; } }
  .pagination li.active a {
    background: #4aca85;
    border: 1px solid #4aca85; }
    .pagination li.active a:hover, .pagination li.active a:focus {
      background: #4aca85;
      color: #fff;
      border: 1px solid #4aca85; }

.no-gutters {
  margin: 0 !important;
  padding: 0 !important; }



/* .contact-info-wrap-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  margin-bottom: 3em; }
  .contact-info-wrap-flex .con-info {
    width: 100%;
    background: #fff;
    padding: 1.5em;
    background: white;
    margin-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .contact-info-wrap-flex .con-info {
        width: 100%;
        margin: 4px !important; } }
  .contact-info-wrap-flex p {
    margin-bottom: 0;
    color: #000; }
    .contact-info-wrap-flex p span i {
      color: #4aca85; }
    .contact-info-wrap-flex p a {
      color: #000; } */

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f0f0f0;
  font-size: 16px !important;
  font-weight: 300;
  background: white;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px; }
  .form-control:focus, .form-control:active {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e6e6e6; }

input[type="text"] {
  height: 50px; }

.form-group {
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .form-group #fname {
      margin-bottom: 30px; } }
  .form-group label {
    font-weight: 400; }
  .form-group .btn-modify {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 15px; }

/* .eic-social-icons {
  margin: 0;
  padding: 0; }
  .eic-social-icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .eic-social-icons li a {
      display: -moz-inline-stack;
      display: inline-block;
      zoom: 1;
      *display: inline;
      color: #4aca85;
      padding-left: 10px;
      padding-right: 10px; }
      .eic-social-icons li a i {
        font-size: 20px; } */

.eic-heading {
  margin-bottom: 5em; }
  .eic-heading h2 {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 30px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .eic-heading h2 {
        font-size: 30px; } }

        .list-reset{
            list-style:none;
            padding:0
        }

        .text-light {
    color: rgba(255,255,255,0.8);
}

        .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}

        .site-footer{
            position:relative;
            font-size:14px;
            line-height:20px;
            letter-spacing:0px
        }
        .site-footer::before{
            content:'';
            position:absolute;
            bottom:0;
            left:0;
            width:100%;
            height:259px;
            background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj48c3ZnIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxNDQwIDIyMCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxuczpzZXJpZj0iaHR0cDovL3d3dy5zZXJpZi5jb20vIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEuNDE0MjE7Ij4gICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoMSwwLDAsMSwtMjg1LC00MSkiPiAgICAgICAgPGcgaWQ9ImEiIHRyYW5zZm9ybT0ibWF0cml4KDAuOTk5ODI5LDAsMCwxLjAwMDY1LDAuODM4NzIzLDAuMTU0NDY3KSI+ICAgICAgICAgICAgPHBhdGggZD0iTTI2MS43LDI4Ni42ODJDNjgzLjE3NywyODYuNjgyIDE3NTAuNjgsNDYyLjc2IDE3NTAuNjgsMzI1LjkxNkMxNzUwLjY4LDE4OS4wNzIgMjEzOS45NywtOC43OTggMTcyNC40Niw2MS44MjZDMTYwNy40Niw4MS43MTMgMTQ0My4zMSw3NC4yODYgMTA4OCw2Ni42NDNDODU4LjEzMiw2MS42OTggNTQxLjksMjcuMjI3IDM0NC45NzcsNTIuNDM4QzMyNC4wMTcsNTUuMTIxIDMwMy41OTMsNTguMzAxIDI4NC4yMSw2MS44MDVDLTQxLDEyMC41OTcgLTEzNi4wNjksMjg2LjY4MyAyNjEuNywyODYuNjgzTDI2MS43LDI4Ni42ODJaIiBzdHlsZT0iZmlsbDpyZ2IoMTMxLDE0MSwyMzQpOyIvPiAgICAgICAgPC9nPiAgICAgICAgPGcgdHJhbnNmb3JtPSJtYXRyaXgoLTEsMCwwLDEsMTM1NS4xNiwwLjg1MikiPiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yNDAuNzI3LDMyNi4zOTVDNjYyLjIwMywzMjYuMzk1IDEyMTMuNDcsNTA2LjE4MiAxMjEzLjQ3LDM2OS4zMzhDMTIxMy40NywyNTIuMDc1IDEzMDguMiwyMDYuNzI0IDEwNzAuMTYsMTk2LjE0OEMxMDMwLjQxLDE5NC4zODIgOTgxLjU4OSwxOTMuNTkgOTIxLjI4MSwxOTMuNTlDNDk5LjgwNSwxOTMuNTkgNjY0Ljk2NywtMzIuOTA0IDY2NC45NjcsMTAzLjk0QzY2NC45NjcsMjQwLjc4MyAtMTgwLjc1LDMyNi4zOTUgMjQwLjcyNywzMjYuMzk1WiIgc3R5bGU9ImZpbGw6cmdiKDE2MCwxNjYsMjM4KTsiLz4gICAgICAgIDwvZz4gICAgICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KC0xLDAsMCwxLDIyNjYuNDgsMTYuMDMxMSkiPiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yNDAuNzI3LDMyNi4zOTVDNjYyLjIwMywzMjYuMzk1IDEyMTMuNDcsNTA2LjE4MiAxMjEzLjQ3LDM2OS4zMzhDMTIxMy40NywyMzIuNDk0IDEzNTYuMzQsMTkyLjA5MyA5MzQuODY4LDE5Mi4wOTNDNTEzLjM5MiwxOTIuMDkzIDU1OS40NjksNzQuOTY3IDU4MS4xMjMsNjguMjU1QzYxMC4zNDIsNTkuMTk4IDcwNC4zODksMTgyLjcwNCA1NDEuNTE4LDE4MC45NjlDNDAyLjg0OCwxNzkuNDkyIDE0LjcwNywzMjYuMzk1IDI0MC43MjcsMzI2LjM5NVoiIHN0eWxlPSJmaWxsOnJnYigxNjAsMTY2LDIzOCk7Ii8+ICAgICAgICA8L2c+ICAgICAgICA8cGF0aCBkPSJNNDQ1LjcsMzg3LjY4MkM4NjcuMTc3LDM4Ny42ODIgMTQxOC40NCw1NjcuNDY5IDE0MTguNDQsNDMwLjYyNUMxNDE4LjQ0LDI5My43ODEgMTgwOS4zLDIyNS4wOTggMTU3Ni45MSwxNzUuMzc5QzExNjQuNzYsODcuMiA4NjkuOTQxLDI4LjM4MyA4NjkuOTQxLDE2NS4yMjdDODY5Ljk0MSwzMDIuMDcgMjQuMjI0LDM4Ny42ODIgNDQ1LjcwMSwzODcuNjgyTDQ0NS43LDM4Ny42ODJaIiBzdHlsZT0iZmlsbDpyZ2IoOTgsMTA4LDIxMyk7Ii8+ICAgIDwvZz48L3N2Zz4=);

            background-size:1440px 259px;
            background-repeat:repeat-x;
        }
        .site-footer a{
          display: inline-block;
            color:rgba(255,255,255,0.8);
            text-decoration:none
        }
        .site-footer a:hover,.site-footer a:active{
            color:#fff;
            text-decoration:underline
        }
        /* .site-footer-inner{
            position:relative;
            display:flex;
            flex-wrap:wrap;
            padding-top:30px;
            padding-bottom:40px
        }
        .footer-brand,.footer-links,.footer-social-links,.footer-copyright{
            flex:none;
            width:100%;
            display:inline-flex;
            justify-content:center
        }
        .footer-brand,.footer-links,.footer-social-links{
            margin-bottom:6px
        } */
        .footer-brand,.footer-links, .footer-copyright {
          text-align: center;
        }

        .footer-links {
          margin: 10px 0px;
        }
        .footer-copyright {
          margin: 20px 0px;
        }

        .footer-links ul {
          display: inline-block;
          margin-bottom: 0px;
        }

        /* .footer-links li+li,.footer-social-links li+li{
            margin-left:16px
        } */

        .footer-links li{
            margin-bottom: 5px;
            /* float: left; */
        }
        /* .footer-social-links li{
            display:inline-flex
        } */
        /* .footer-social-links li a{
            padding:8px
        } */
        @media (min-width: 641px){
            .site-footer::before{
                height:202px
            }
            .footer-links li+li{
                margin-left:16px
            }
            .footer-links li{
                display:inline-block;
                margin-bottom: 0px;
                float: left;
            }
            /* .site-footer-inner{
                justify-content:space-between
            } */
            /* .footer-brand,.footer-links,.footer-social-links,.footer-copyright{
                flex:50%
            }
            .footer-brand,.footer-copyright{
                justify-content:flex-start
            }
            .footer-links,.footer-social-links{
                justify-content:flex-end
            }
            .footer-links{
                order:1;
                margin-bottom:0
            } */
        }
        @media (min-width: 992px) {
          .footer-links {
            text-align: right;
          }
          .footer-brand, .footer-copyright {
            text-align: left;
          }
          .footer-links, .footer-copyright {
            margin: 10px 0px;
          }

        }



#map {
  width: 100%;
  height: 500px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #map {
      height: 200px; } }

#eic-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: #5F2D6F;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 768px) {
    #eic-offcanvas {
      display: block; } }
  .offcanvas #eic-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  #eic-offcanvas a {
    color: rgba(255, 255, 255, 0.5); }
    #eic-offcanvas a:hover {
      color: rgba(255, 255, 255, 0.8); }
  #eic-offcanvas ul {
    padding: 0;
    margin: 0; }
    #eic-offcanvas ul li {
      padding: 0;
      margin: 0;
      list-style: none; }
      #eic-offcanvas ul li > ul {
        padding-left: 20px;
        display: none; }
      /* #eic-offcanvas ul li.offcanvas-has-dropdown > a {
        display: block;
        position: relative; }
        #eic-offcanvas ul li.offcanvas-has-dropdown > a:after {
          position: absolute;
          right: 0px;
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;

          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e0c5";
          font-size: 20px;
          color: rgba(255, 255, 255, 0.2);
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
      #eic-offcanvas ul li.offcanvas-has-dropdown.active a:after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); } */
      #eic-offcanvas ul li.btn-cta {
        margin-top: 5px; }
        #eic-offcanvas ul li.btn-cta a {
          border-bottom: 1px solid #4aca85;
          padding-bottom: 5px; }

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .gototop.active {
    opacity: 1;
    visibility: visible; }
  .gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: #5F2D6F;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .gototop a i {
      height: 50px;
      display: table-cell;
      vertical-align: middle; }
    .gototop a:hover, .gototop a:active, .gototop a:focus {
      text-decoration: none;
      outline: none; }

.eic-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 1.2em !important; }
  .eic-nav-toggle.active i::before, .eic-nav-toggle.active i::after {
    background: #303133; }
  .eic-nav-toggle:hover, .eic-nav-toggle:focus, .eic-nav-toggle:active {
    outline: none;
    border-bottom: none !important; }
  .eic-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .eic-nav-toggle i::before, .eic-nav-toggle i::after {
      content: '';
      width: 25px;
      height: 2px;
      background: #252525;
      position: absolute;
      left: 0;
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; }
  .eic-nav-toggle.eic-nav-white > i {
    color: #fff;
    background: #fff; }
    .eic-nav-toggle.eic-nav-white > i::before, .eic-nav-toggle.eic-nav-white > i::after {
      background: #fff; }

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

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

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

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

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

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

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

.eic-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important; }
  @media screen and (max-width: 768px) {
    .eic-nav-toggle {
      display: block; } }

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px; }
  .btn.btn-md {
    padding: 8px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }

.btn-primary {
  background: #626CD5;
  color: #fff;
  border: 1px solid #626CD5; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #6154BC !important;
    border-color: #6154BC !important; }
  .btn-primary.btn-outline {
    background: transparent;
    color: #626CD5;
    border: 1px solid #626CD5; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #626CD5;
      color: #fff; }

.btn-success {
  background: #6154BC;
  color: #fff;
  border: 1px solid #6154BC; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important; }
  .btn-success.btn-outline {
    background: transparent;
    color: #626CD5;
    border: 2px solid #626CD5; }
    .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
      background: #626CD5;
      color: #fff; }

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

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

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

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



 .btn.with-arrow {
   position: relative;
   -webkit-transition: 0.3s;
   -o-transition: 0.3s;
   transition: 0.3s; }
   .btn.with-arrow i {
     visibility: hidden;
     opacity: 0;
     position: absolute;
     right: 0px;
     top: 50%;
     margin-top: -8px;
     -webkit-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s; }
   .btn.with-arrow:hover {
     padding-right: 50px; }
     .btn.with-arrow:hover i {
       color: #fff;
       right: 18px;
       visibility: visible;
       opacity: 1; }

.row-pb-lg {
  padding-bottom: 7em !important; }

.row-pb-md {
  padding-bottom: 5em !important; }

.row-pb-sm {
  padding-bottom: 3em !important; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

.eic-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff; }

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