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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-awsm:before {
    content: "\e900";
}
.icon-ead:before {
    content: "\e901";
}


body {
    font-family: 'Work Sans', sans-serif;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height:1.3;
}
img{
    max-width: 100%;
    height: auto;
}
a{
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.container-fluid{
    max-width: 1200px;
    width: 100%;
}



html, body{
    height: 100%;
}

.site-header{
    height: 100%;
    min-height: 400px;
    max-height: 800px;
    color: #fff;
    font-size: 0;
    text-align: center;
    position: relative;
}
.header-main{
    position: fixed;
    height: 100%;
    max-height: 800px;
    width: 100%;
    top: 0;
    background: #00a7ff;
    padding: 0 15px;
}
.header-main::after{
    content: "";
    display: inline-block;
    height: 100%;
    width: 1px;
    vertical-align: middle;
}
.header-inner{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 1px);
    font-size: 18px;
    padding: 10px 0 30px;
}
.header-inner span{
    font-size: 78px;
}
.header-inner h1{
    font-size: 38px;
    margin: 35px 0 10px;
}

.mouse-icon{
   width: 20px;
   height: 30px;
   border: 2px solid white;
   border-radius: 15px;
   cursor: pointer;
   position: absolute;
   text-align: center;
   bottom: 30px;
   left: 50%;
   margin-left: -10px;
}
.mouse-icon::before{
  content: "";
  height: 3px;
  margin: 2px auto 0;
  display: block;
  width: 3px;
  background-color: white;
  border-radius: 50%;
  -webkit-animation: 1.6s ease infinite wheel-up-down;
 -moz-animation: 1.6s ease infinite wheel-up-down;
  animation: 1.6s ease infinite wheel-up-down;
}

.ead-section{
    padding: 90px 0;
    background: #fff;
    position: relative;
}
.ead-section.grey{
    background: #f6f8f9;
}
.clients{
    text-align: center;
    padding:40px 0 20px;
}
.clients p{
    font-size: 18px;
    margin-bottom: 45px;
}
.clients li{
    padding: 0 25px 20px;
}


.testimonial-main{
    text-align: center;
    max-width: 550px;
    margin: 0 auto;
}

.testimonial-text{
    font-size: 26px;
    padding: 50px 0 35px;
}
.testimonial-author p{
    font-size: 18px;
    margin: 20px 0 0;
}
.testimonial-author span{
    display: block;
    font-size: 14px;
}
.embed{
    font-size: 18px;
    padding: 200px 0 180px;
    line-height: 1.5;
}
.embed p{
    color:#879297;
}
.embed h2{
    margin-bottom: 15px;
}
.col-max-490{
    max-width: 490px;
}
.site-navigation{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 20px 0;
    z-index: 1000;
    -webkit-box-shadow: 0 0 2px 0 rgba(184,184,184,0.4);
    box-shadow: 0 0 2px 0 rgba(184,184,184,0.4);
}
.site-navigation.fixed-nav{
    position: fixed;
}
.site-logo{
    float: left;
    font-size: 35px;
}
.site-navigation nav{
    float: right;
}
.site-navigation ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-navigation li{
    float: left;
    margin-left: 20px;
}
.site-navigation a{
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #1f1f1f;
    padding: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.site-navigation a:hover, .site-navigation a:focus, .site-navigation .active a{
    color: #00a7ff;
}


.tab-list {
    margin-bottom: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-align: center;
}
.tab-list a{
    margin: 0 15px;
    display: block;
    padding: 3px;
    color: #9daab0;
    text-decoration: none;
}
.tab-list a:hover, .tab-list a:focus, .tab-list .active a{
    color: #00a7ff;
}

.tab-content{
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    padding-top: 50%;
}

.tab-panel{
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   z-index: 1;
   visibility: hidden;
   -webkit-transition: all 0.3s ease;
   -moz-transition: all 0.3s ease;
   transition: all 0.3s ease;
   box-shadow: 0 9px 17px 0 rgba(184,184,184,0.7);
   -webkit-box-shadow: 0 9px 17px 0 rgba(184,184,184,0.7);
}
.tab-panel.active{
    opacity: 1;
    visibility: visible;
    z-index: 2;
}
.tab-panel > iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.features h2{
    margin-bottom: 60px;
    text-align: center;
}

.flex-row{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -15px;
}
.flex-item{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-inner{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    padding: 40px;
    width: 100%;
    position: relative;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px;
    
}
.feature-inner{
    font-size: 15px;
}
.feature-inner h3{
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.5;
}

.download-main{
    max-width: 780px;
    margin: 0 auto;
}
.download-inner{
    background: #fff;
    -webkit-box-shadow: 0 0 7px 0 rgba(184,184,184,0.4);
    box-shadow: 0 0 7px 0 rgba(184,184,184,0.4);
    border: none;
    margin-bottom:0;
}
.download-plus{
    -webkit-box-shadow: 0 0 7px 0 rgba(0,123,218,0.4);
    box-shadow: 0 0 7px 0 rgba(0,123,218,0.4);
}
.download-inner h2{
    margin: 0 0 25px;
}
.download-inner h2 small{
    color: #757474;
}
.download-plus h2 small{
    color: #007bda;
}
.download-inner ul{
    padding-bottom: 15px;
}
.download-inner li{
    padding-left: 40px;
    min-height: 18px;
    line-height: 18px;
    margin-bottom: 15px;
}
.download-inner li.list-01{
    background: url(../images/icon-01.gif) no-repeat;
}
.download-inner li.list-02{
    background: url(../images/icon-02.gif) no-repeat;
}
.download-inner li.list-03{
    background: url(../images/icon-03.gif) no-repeat;
}
.download-inner li.list-04{
    background: url(../images/icon-04.gif) no-repeat;
}
.download-inner li.list-05{
    background: url(../images/icon-05.gif) no-repeat 0 3px;
}
.download-inner li.list-06{
    background: url(../images/icon-06.gif) no-repeat 0 1px;
}
.download-inner li.list-07{
    background: url(../images/icon-07.gif) no-repeat;
}

a.download-link{
    margin: auto -40px -40px;
}
a.download-link{
    display: block;
    text-decoration: none;
    padding: 28px 40px;
    border-top: 1px solid rgba(215,215,215,0.3);
    color: #a5a5a5;
    font-size: 14px;
}
a.download-link:hover, a.download-link:focus{
    border-top-color: rgba(215,215,215,0.8);
}
.download-text{
    float: left;
}
.download-text strong{
    font-size: 20px;
    color: #00a7ff;
    font-family: 'Poppins', sans-serif;
    display: block;
}
.download-price{
    float: right;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    color: #393939;
    font-weight: 700;
}
.download-price small{
    font-size: 16px;
}

.site-footer{
    background: #fff;
    position: relative;
}
.site-info {
    margin: 0;
    padding: 90px 0 200px;
    text-align: center;
    color: rgba(28,28,28,0.4);
    line-height: 30px;
}
.site-info a{
    font-size: 30px;
    color: #7e55a3;
    text-decoration: none;
    margin: 0 12px;
    display: inline-block;
    vertical-align: middle;
}


.nav-fix{
    padding-top: 120px;
}

@media (max-width:992px){
    .embed{
        text-align: center;
    }
    .col-max-490{
        max-width: 100%;
        margin-bottom: 50px;
    }
}

@media (max-width:460px){
    .site-navigation li{
        margin-left: 10px
    }
    
    .tab-list a{
        margin: 0;
    }

}
@media (max-width:420px){
    
}
@media (max-width:390px){
    .site-navigation li{
        padding-top: 4px;
    }
    .site-navigation a{
        font-size: 12px;
    }
}




@-webkit-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}@-moz-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}@keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}
