@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,300,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic');

@charset "utf-8";

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a, abbr, acronym, address, applet, big,
blockquote, body, caption, cite, code, dd,
del, dfn, div, dl,dt, em, fieldset, form,
h1, h2, h3,h4, h5, h6, html, iframe, img,
ins, kbd, label, legend, li, object, ol, 
p, pre, q, s, samp, section, small, span, strike,
strong, sub, sup, table, tbody, td, tfoot, th, thead,
tr, tt, ul, var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #aaaaaa;
  border-radius: 20px;
}

::-webkit-scrollbar-track {
  background-color: #aaaaaa;
  border-radius: 20px;
}

::-webkit-scrollbar-thumb {
  background-color: #81d6fd;
  border-radius: 20px;
}

html,body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #212121;
  background-color: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

a, a:active {
  color: #616161;
  text-decoration: none;
}

a:hover, a:focus {
  color: #212121;
  text-decoration: none;
}

a:focus {
  outline: none !important;
}

.l {
  font-family:'Lora', Georgia, Times, serif !important;
}
.o {
  font-family:'Open Sans',Helvetica,Arial,sans-serif !important;
}

.hide_block{
  display: none !important;
}

.loader{
  position: fixed;
  display: block;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.loader-wrapper{
  height: 110px;
  width: 110px;
  position: absolute;
  top: calc(100% - 50%);
  left: 50%;
  margin-left: -55px;
  margin-top: -55px;
  border-radius: 50%;
  /* opacity: 0; */
  -webkit-transform: scale(1) translate3d(0,0,0);
  -moz-transform: scale(1) translate3d(0,0,0);
  -ms-transform: scale(1) translate3d(0,0,0);
  -o-transform: scale(1) translate3d(0,0,0);
  transform: scale(1) translate3d(0,0,0);
}

.loader-circle {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  box-shadow: 0 1px 0 0 rgba(225,131,194,.25), 
  0 -1px 0 0 rgba(165,181,222,.25), 
  1px 0 0 0 rgba(225,131,194,.25), 
  -1px 0 0 0 rgba(165,181,222,.25), 
  1px -1px 0 0 rgba(195,156,208,.5), 
  -1px 1px 0 0 rgba(195,156,208,.5),
  1px 1px 0 0 rgba(255,105,180,.75), 
  -1px -1px 0 0 rgba(135,206,235,.75);
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-circle-big {
  height: 2500px;
  width: 2500px;
  border-radius: 100%;
  background-color: #FFFFFF;
  position: absolute;
  top: calc(100% - 50%);
  left: 50%;
  margin-left: -1250px;
  margin-top: -1250px;
  -webkit-transform: scale(1) translate3d(0,0,0);
  -moz-transform: scale(1) translate3d(0,0,0);
  -ms-transform: scale(1) translate3d(0,0,0);
  -o-transform: scale(1) translate3d(0,0,0);
  transform: scale(1) translate3d(0,0,0);
}

.loader.isActive .loader-circle-big {
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transform: scale(0) translate3d(0,0,0);
  -moz-transform: scale(0) translate3d(0,0,0);
  -ms-transform: scale(0) translate3d(0,0,0);
  -o-transform: scale(0) translate3d(0,0,0);
  transform: scale(0) translate3d(0,0,0);
}

.loader.isActive .loader-wrapper {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -mz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
  -webkit-transform: scale(0) translate3d(0,0,0);
  -moz-transform: scale(0) translate3d(0,0,0);
  -ms-transform: scale(0) translate3d(0,0,0);
  -o-transform: scale(0) translate3d(0,0,0);
  transform: scale(0) translate3d(0,0,0);
}

/* NAV BAR SECTION */

.main-container {
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
    -moz-transition: all 0.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
    -o-transition: all 0.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
    transition: all 0.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
}

/* HERO SECTION */
.hero-section {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  background: -moz-linear-gradient(180deg, #f7f7f7 0%, #FFFFFF 100%);
  background: -webkit-linear-gradient(180deg, #f7f7f7 0%,#FFFFFF 100%);
  background: linear-gradient(180deg, #f7f7f7 0%,#FFFFFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#FFFFFF',GradientType=1); 
  background-size: cover;
  background-attachment: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.hero-section .content-wrapper{
  width: 100%;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  position: relative;
  z-index: 12;
}

.hero-section .content-wrapper img{
  width: 110px;
}

.hero-section .content-wrapper h2{
    font-family:'Lora';
    color: #191919;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    font-weight: 400;
    font-style: italic;
    text-transform: none;
    margin:20px auto;
}

.hero-section.isActive .content-wrapper{
  opacity: 1;
   -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}


.hero-section .round .round-1{
  position: absolute;
  display: block;
  left: -200px;
  bottom: -150px;
  width: 0px;
  z-index: 7;

}

.hero-section .round .round-2{
  position: absolute;
  display: block;
  right: -50px;
  top: -100px;
  width: 0px;
  z-index: 8;
}

.hero-section.isActive .round .round-1{
  width: 500px;
   -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.hero-section.isActive .round .round-2{
  width: 200px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.hero-section .screen{
    position: absolute;
    top: 0%;
    width: 100%;
    left: 0%;
    right: 0;
    bottom: 0;
}

.hero-section .screen img {
    position: absolute;
    display: block;
    -webkit-transform: translate(0%,-100%) translate3d(0,0,0) scale(0.7);
    -ms-transform: translate(0%,-100%) translate3d(0,0,0) scale(0.7);
    -o-transform:translate(0%,-100%) translate3d(0,0,0) scale(0.7);
    transform: translate(0%,-100%) translate3d(0,0,0) scale(0.7);
}

.hero-section .screen img.screen-1 {
    left: -12%;
    top: -10%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    opacity: 1;

}

.hero-section .screen img.screen-2 {
  left: 2%;
  top: -17%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
  opacity: 1;
}

.hero-section .screen img.screen-3 {
  left: 15%;
  top: -11%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
  opacity: 1;
}

.hero-section .screen img.screen-4 {
  left: 24%;
  top: 8%;
  z-index: 6;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
  opacity: 1;
}

.hero-section .screen img.screen-5 {
  left: 33%;
  top: -24%;
  z-index: 5;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
  opacity: 1;
}

.hero-section .screen img.screen-6 {
  right: 20%;
  top: -25%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
  opacity: 1;
}

.hero-section .screen img.screen-7 {
  right: 13%;
  top: -2%;
  z-index: 5;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
  opacity: 1;
}

.hero-section .screen img.screen-8 {
  right: 2%;
  top: -13%;
  z-index: 4;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
  opacity: 1;
}

.hero-section .screen img.screen-9 {
  right: -10%;
  top: -12%;
  z-index: 3;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
  opacity: 1;
}

.hero-section.isActive .screen img {
    position: absolute;
    display: block;
    -webkit-transform: translate(0%,0%) translate3d(0,0,0) scale(0.7);
    -ms-transform: translate(0%,0%) translate3d(0,0,0) scale(0.7);
    -o-transform:translate(0%,0%) translate3d(0,0,0) scale(0.7);
    transform: translate(0%,0%) translate3d(0,0,0) scale(0.7);
}

.hero-section.isActive .screen img.screen-1 {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    opacity: 1;
}

.hero-section.isActive .screen img.screen-2 {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  opacity: 1;
}

.hero-section.isActive .screen img.screen-3 {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  opacity: 1;
}

.hero-section.isActive .screen img.screen-4 {
  z-index: 6;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
  opacity: 1;
}

.hero-section.isActive .screen img.screen-5 {
  z-index: 5;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
  opacity: 1;
}

.hero-section.isActive .screen img.screen-6 {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  opacity: 1;
}

.hero-section.isActive .screen img.screen-7 {
  z-index: 5;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
  opacity: 1;
}

.hero-section.isActive .screen img.screen-8 {
  z-index: 4;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  opacity: 1;
}

.hero-section.isActive .screen img.screen-9 {
  z-index: 3;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  opacity: 1;
}

.cart {
    position: fixed;
    right: 25px;
    top: 19px;
    height: 50px;
    z-index: 9;
}

.cart-link {
    vertical-align: top;
    width: 50px;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-right: 2px;
    margin-left: 2px;
    border-radius: 50%;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.cart-bg {
    position: absolute;
    background-color: #34363e;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.cart.show .cart-bg {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.cart-link svg {
    fill: #FFF;
    position: absolute;
    z-index: 1;
    stroke-width: 15px;
    stroke: #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
}

.cart-link:hover {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}

.cart-link:hover .cart-bg {
    background-color: #81d6fd;
}

section .title-container {
    margin-bottom: 50px;
}

section .title-container h4 {
   font-family:'Lora', Georgia, Times, serif !important;
    position: relative;
    font-size: 20px;
    line-height: 26px;
    font-style: italic;
    font-weight: 400;
    color: #999999;
    margin-bottom: 15px;
    text-align: center;
}

section .title-container .section-title {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

section .title-container .section-title:after {
    content: '';
    display: block;
    width: 80px;
    border-top: 1px solid #81d6fd;
    margin: 20px auto 0;
}

section .title-container .section-sub-title {
  color: #999999;
  display: block;
  font-size: 18px;
  font-weight: 300;
  max-width: 700px;
  margin: 20px auto 0;
}


.demo-section,.features-section {
    position: relative;
    padding: 60px 0 45px;
    overflow: hidden;
}

.demo-wrapper {
    position: relative;
    display: block;
    /* height: 600px; */
    padding: 20px;
    background: #fbfbfb;
    overflow: hidden;
    border-radius: 2px;
    margin-top: 40px;
    -webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -ms-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

.demo-wrapper:hover {
    box-shadow: 0 0 10px rgb(220, 220, 220);
    -webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -ms-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
}

.demo-wrapper .portfolio-img {
    background-size: initial;
    background-position: top left;
    background-repeat: repeat;
    padding-top: 400px!important;
    margin-left: auto!important;
    margin-right: auto!important;
    transition: background-position 3s linear 0.5s;
    background-position: top center;
    background-size: 100% auto!important;
    height: 100%;
    background-repeat: no-repeat;
}

.demo-wrapper:hover .portfolio-img {
    background-position: bottom !important;
    transition: background-position 7s linear 0s;
}

.demo-wrapper .leble {
    display: block;
    background: rgba(0, 0, 0,0.6);
    color: #FFF;
    text-align: center;
    font-size: 11px;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 700;
    opacity: 0;
    position: relative;
    width: 100%;
    text-transform: uppercase;
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.demo-wrapper:hover .leble {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate(0%,0%) translate3d(0,0,0);
  -ms-transform: translate(0%,0%) translate3d(0,0,0);
  -o-transform: translate(0%,0%) translate3d(0,0,0);
  transform: translate(0%,0%) translate3d(0,0,0);
}

.portfolio-desc {
    padding: 0 20px;
    max-width: 100%;
}

.portfolio-name {
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 0;
    font-weight: 600;
    text-transform: uppercase;
    color: #666;
}

.portfolio-desc span {
    font-size: 28px;
    font-weight: 300;
    color: #aaaaaa;
    margin-right: 10px;
}

.demo-wrapper:hover .portfolio-name span, 
.demo-wrapper:hover .pera span {
    color: #81d6fd;
    -webkit-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    -ms-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
}

.btn {
    display: inline-block;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 1px;
    padding: 12px 25px;
    border: 2px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    width: auto;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: top;
}

.demo-link, .link {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.btn-border {
    border: 2px solid #212121;
    color: #212121;
    background-color: transparent;
}

.btn-live {
    position: relative;
    z-index: 2;
    /* width: 180px; */
}

.title-container-sm {
    margin-top: 30px;
    margin-bottom: 15px;
}

.title-container-sm .section-title-sm {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.title-container-sm .section-title-sm:after {
    content: '';
    display: block;
    width: 80px;
    border-top: 1px solid #81d6fd;
    margin: 20px auto 0;
}


.section-info-img-wrapper {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    padding-bottom: 0px;
    position: relative;
    overflow: hidden;
}

.section-info-img-middle {
    width: 80%;
    display: inline-block;
    position: relative;
    z-index: 1;
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 1000ms cubic-bezier(0.690, 0.005, 0.000, 1.005);
    -moz-transition: all 1000ms cubic-bezier(0.690, 0.005, 0.000, 1.005);
    -o-transition: all 1000ms cubic-bezier(0.690, 0.005, 0.000, 1.005);
    transition: all 1000ms cubic-bezier(0.690, 0.005, 0.000, 1.005);
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.section-info-img-left, .section-info-img-right {
    width: 50%;
    position: absolute;
    top: 40%;
    -webkit-transition: all 1000ms cubic-bezier(0.690, 0.005, 0.000, 1.005);
    -moz-transition: all 1000ms cubic-bezier(0.690, 0.005, 0.000, 1.005);
    -o-transition: all 1000ms cubic-bezier(0.690, 0.005, 0.000, 1.005);
    transition: all 1000ms cubic-bezier(0.690, 0.005, 0.000, 1.005);
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.section-info-img-left {
    left: -20%;
    opacity: 1;
    -webkit-transform: translate(15%,-33%);
    -ms-transform: translate(15%,-33%);
    -o-transform: translate(15%,-33%);
    transform: translate(15%,-33%);
}

.section-info-img-right {
    right: -20%;
    opacity: 1;
    -webkit-transform: translate(-15%,-33%);
    -ms-transform: translate(-15%,-33%);
    -o-transform: translate(-15%,-33%);
    transform: translate(-15%,-33%);
}



.section-feat-right, .section-feat-left {
    background-color: #fff!important;
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 0;
}

.content-table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.content-table .table-col {
    position: relative;
    display: table-cell;
    width: 50%;
    height: 100%;
    vertical-align: middle;
}


.showcase-img {
    position: relative;
    display: block;
    max-width: 850px;
    opacity: 1;
    -webkit-transition: opacity .5s , -webkit-transform .8s cubic-bezier(.23,.65,.41,.97);
    transition: opacity .5s , transform .8s cubic-bezier(.23,.65,.41,.97);
    -webkit-transform: translate3d(0%,0,0);
    -moz-transform: translate3d(0%,0,0);
    -ms-transform: translate3d(0%,0,0);
    -o-transform: translate3d(0%,0,0);
    transform: translate3d(0%,0,0);
}

.section-feat-right .showcase-img {
    float: right;
    margin-right: 0;
    margin-left: auto;
}

.section-feat-left .showcase-img {
    float: left;
    margin-right: auto;
    margin-left: 0;
}

.showcase {
    display: block;
    opacity: 1;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.section-feat-right .showcase {
    float: right;
    padding: 0 120px 0 40px;
    max-width: 540px;
}

.section-feat-left .showcase {
    float: left;
    padding: 0 40px 0 120px;
    max-width: 540px;
}

.showcase h4 {
    direction: ltr;
    font-family: 'Lora', Georgia, Times, serif !important;
    position: relative;
    font-size: 20px;
    line-height: 26px;
    font-style: italic;
    font-weight: 400;
    color: #999999;
    margin-bottom: 15px;
    text-align: left;
}

.showcase h3.title {
    direction: ltr;
    position: relative;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.desc {
    direction: ltr;
    display: block;
    margin: 0 auto 30px;
    max-width: 640px;
    color: #666666;
    letter-spacing: 0.5px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
}

.showcase h3.title:after {
    content: '';
    display: block;
    width: 70px;
    border-top: 3px solid #06beda;
    margin: 20px 0;
}




.features-section {
  box-shadow: 0px 5px 20px rgb(241, 241, 241);
}

.section-features-wrapper {
  max-width: 1400px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  margin: auto;
}

.section-features-item {
  max-width: 390px;
  max-height: 325px;
  height: 22.5vw;
  width: 27vw;
  min-width: 311px;
  min-height: 259px;
  padding-top: 25px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

/* .section-features-item:hover {
  background: #FFFFFF;
  box-shadow: 0 0 20px #e4e4e4;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
} */

.section-features-item-icon {
  background: #81d6fd;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.section-features-item-icon img {
  width: 55px;
  margin-top: 25px;
}

.section-features-item-title {
  color: #191919;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
}

.section-features-item-title h3 {
  font-size: 18px;
}

.section-features-item-description {
  color: #999999;
  font-size: 14px;
  text-align: center;
  margin: auto;
  margin-top: 20px;
  max-width: 300px;
}

.section-features-item:nth-child(1) {
  border-bottom: 1px solid rgba(169, 169, 169, 0.4);
}

.section-features-item:nth-child(2) {
  border-left: 1px solid rgba(169, 169, 169, 0.4);
  border-right: 1px solid rgba(169, 169, 169, 0.4);
  border-bottom: 1px solid rgba(169, 169, 169, 0.4);
}

.section-features-item:nth-child(3) {
  border-bottom: 1px solid rgba(169, 169, 169, 0.4);
}

.section-features-item:nth-child(5) {
  border-left: 1px solid rgba(169, 169, 169, 0.4);
  border-right: 1px solid rgba(169, 169, 169, 0.4);
}

.section-feat-right, .section-feat-left {
  background-color: #fff!important;
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 0;
}


#space-footer {
    height: 420px;
    width: 100%;
    position: relative;
}


#footer {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding-top: 134px;
    padding-bottom: 80px;
    background: url('../footer.png');
    background-position: center center;
    background-size: cover;
    color: #393939;
}

#footer .title-container{
  margin-bottom: 10px;
}
#footer .title-container .section-title{
    font-family: 'Lora', Georgia, Times, serif !important;
    position: relative;
    line-height: 40px;
    font-style: italic;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
    text-align: center;
    font-size: 30px;
    /* font-weight: 600; */
    text-transform: none;
}

.footer-download {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 0px;
  text-align: center;
}

.footer-download span {
  display: block;
  color: #666666;
  font-size: 12px;
  text-align: center;
  margin: auto;
  margin-top: 15px;
  font-weight: 600;
  max-width: 300px;
}

.footer-buy {
    text-decoration: none;
    color: #FFF !important;
    margin-right: 20px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    padding: 3px 34px;
    background-color: #191919;
    font-size:14px;
    font-weight: 600;
    border-radius: 60px;
    line-height: 55px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.footer-buy:hover {
  color: #FFF !important;
  background-color: #81d6fd;
}