* a,button{
    cursor: pointer;
    text-decoration: none;
}
body{
    margin: 0;
    padding: 0;
    background-color: #6d9b3d;
    font-family: 'Muli', sans-serif;
    xfont-family: 'Montserrat', sans-serif;
}
video{
    position: absolute;
    top:0;
    left: 0;
    z-index: -1;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}
header,footer,#full-width{
    max-width: 100%;
    width: 100%;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(255,255,255,1);
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}
header:hover,.headerFade{
    background-color: #ffffff;
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
}
.logo{
    max-height: 70px;
    padding-left: 100px;
}
nav{
    position: absolute;
    top: 10px;
    right: 100px;
    padding-right: 20px;
}
nav li{
    display: inline-block;
    margin-right: 5px;
}
nav li a {
    text-decoration: none;
    color: #b1b1b1;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px;
    letter-spacing: 1px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
nav li a:hover {
    letter-spacing: 1px;
    background-color: #f1f1f1;
}
nav ul:hover ul{
    display: inline-block;
}
nav ul ul{
    float: left;
    display: none ;
}
nav ul ul a{
    background-color: rgba(0,0,0,.2);
    border-radius: 5px;
    padding: 5px;
    letter-spacing: 1px;
    box-shadow: 0 3px 5px rgba(0,0,0,0);
}
.ibe a{
      background-color: #31613c !important;
}
.ibe a:hover{
      background-color: #73a942 !important;
}
#mobileContact{
    display: none;
    text-align: center;
    text-transform: uppercase;
    background-color: #73a942;
    border-radius: 0px;
    padding: 10px 0;
    letter-spacing: 1px;
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
    -webkit-transition: all .5s ease-in-out ;
    transition: all .5s ease-in-out;
}
#mobileContact a{
     color: #fff;
}
#cta {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 0px 0 0px 0px;
    top: -1px;
    background: url(../img/apps.png) no-repeat center center;
    height: 650px;
    background-size: auto;
}
#cta span{
    display: block;
}
#ctaHeadline{
    color: #73a942;
    font-weight: bolder;
    font-size: 50px;
    text-shadow: 0 3px 5px #000;
    font-family: 'Oswald', sans-serif;
    -webkit-animation: fadeinFirst 1s ease .5s backwards;
    animation: fadeinFirst 1s ease .5s backwards;
}
@keyframes fadeinFirst {
   0%{ opacity: 0 ; transform: translate(0x,-300px); }
100%{opacity: 1 ; transform: translate(0x,0px); }
}
@-webkit-keyframes fadeinFirst {
   0%{ opacity: 0 ; transform: translate(0x,-300px); }
100%{opacity: 1 ; transform: translate(0x,0px); }
}
#ctaSubheadline {
    /* margin: -46px 0 10px 0; */
    /* color: #848484; */
    font-size: 20px;
    text-transform: uppercase;
    -webkit-animation: fadeinSecond 1s ease 1s backwards;
    animation: fadeinSecond 1s ease 1s backwards;
    padding-top: 10px;
}
@keyframes fadeinSecond {
   0%{ opacity: 0 ; transform: translate(0x,300px); }
100%{opacity: 1 ; transform: translate(0x,0px); }
}
@-webkit-keyframes fadeinSecond {
   0%{ opacity: 0 ; transform: translate(0x,300px); }
100%{opacity: 1 ; transform: translate(0x,0px); }
}
#ctaP {
    color: #73a942;
    font-size: 20px;
    text-transform: uppercase;
    max-width: 410px;
    margin: 0 auto;
    -webkit-animation: fadeinLast 1s ease 1.5s backwards;
    animation: fadeinLast 1s ease 1.5s backwards;
    padding-top: 10px;
}
@keyframes fadeinLast{
   0%{ opacity: 0 ; transform: translate(0x,-300px); }
100%{opacity: 1 ; transform: translate(0x,0px); }
}
@-webkit-keyframes fadeinLast {
   0%{ opacity: 0 ; transform: translate(0x,-300px); }
100%{opacity: 1 ; transform: translate(0x,0px); }
}
.cta {
    margin-top: 575px;
    background-color: #ffffff;
    padding-top: 10px; 
    width: 100%;
    height: 82px;
    position: relative;
    z-index: 99;
}
#full-width {
    margin: -2px auto 0;
    padding: 0;
}
.main-content,.main-content p,#features,.featuresHeadline{
    margin: 0 auto ;
    text-align: center;
}
.main-content{
    text-align: center;
    padding: 10px 10px 20px 10px;
    background-color: #fff;
    color: #fff;
}
.headline{
    text-transform: uppercase;
    color: #1D1C1C !important;
}
.subheadline{
    color:  rgba(0,0,0,.8);
}
.main-content p,.main-content ul{
    max-width: 1060px;
    margin: 0 auto;
    color:  rgba(0,0,0,.9);
}
.scale{
    display: block;
    font-size: 30px;
    text-transform: uppercase;
    color: #444;
}
.featuresHeadline{
    background-color: #ffffff;
    padding: 45px 0;
    border-bottom: solid thin #ddd;
}
.featuresHeadline h3{
     color: #fff;
     font-size:1.5rem;
     text-transform: uppercase;
     font-weight: lighter;
     letter-spacing: 1px;
}
#features{
    overflow: hidden;
    margin: -20px auto;
    padding: 0;
    background-color: #ffffff;
    xbox-shadow: 0 -3px 5px rgba(0,0,0,.2);
}
.list_items h3{
    color: #6d9b3d;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: solid thin rgba(255,255,255,.02);
}

#features p{
    color: #b5b5b5 ;
    font-size: 21px;
    max-width: 527px;
    margin: auto;
}
.innerWrap {
    max-width: 900px;
    margin: auto;
    text-align: left;
}
.imgWrap {
    background-color: #6d9b3d;
    width: 225px;
    height: 229px;
    float: left;
    margin-right: 10px;
    border-radius: 100%;
    transition: all .5s ease;
}
.innerWrap a {
    position: relative;
    margin: 20px 10px;
    top: 21px;
}
.innerWrap button {
    /* top: 0; */
    line-height: 3;
    border: none;
    border-radius: 5px;
    background-color: #6c9b3c;
    color: #ffffff;
    font-size: 15px;
}
.list_items:hover .imgWrap,.greyMe{
    opacity: .5;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    transition: all .5s ease;
}
.list_items,.list_itemsNone{
    position: relative;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    width: 100%;
    min-height: 300px;
    vertical-align: top;
    overflow: hidden;
    border-top: solid thin transparent;
    background-color: #ffffff;
}

.list_itemsNone,.list_itemsNone:hover{
    background-color: transparent;
    border-top: none thin #73a942;
    border-bottom: none thin #73a942;
    box-shadow: 0 3px 5px rgba(0,0,0,0);
}
.list_items img,.featureButton{
    -webkit-transition: all .3s ease-in-out ;
    transition: all .3s ease-in-out;
}
.featureButton{
    opacity: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    background-color: #73a942;
    padding: 10px;
    border-radius: 5px;
    border: none;
    box-shadow: 0 3px 5px rgba(0,0,0,.2);
}
.featureButton:hover{
       background-color: #31613c;
}
.list_items:hover .featureButton{
    opacity: 1;
    -webkit-transform: translate(0px,-150px);
    transform: translate(0px,-150px);
}
.underConstruction{
    background-color: transparent;
    border: dashed thin #73a942;
}
.underConstruction:hover{
    background-color: transparent;
    border: dashed thin #31613c;
}
.item-2{
    background-color: #f3f3f3;
}
.footerInside{
    padding: 10px;
    display: inline-block;
    vertical-align: bottom;
}
.footerContent{
    float: left;
}
.footerContent span{
    font-size: 13px;
    color: rgba(255,255,255,1);
}
.footerLogo img{
    max-height:60px;
    padding-right: 150px;
}
.footerCopyright{
   float: right;
}
.icons{
    color: #000;
    font-size: 10px;
}
footer a,.footerCopyright{
    color: #ffffff;
    font-size: 14px;
}
.footer{
    text-align: center;
    margin: 0 auto ;
    width: 100%;
    max-width: 1060px;
}
footer{
    position: relative;
    z-index: 2;
    min-height: 100px;
    background-color: #b9b9b9;
}


/*===============
  Scroll To Top
=================*/

.top{
     display: none;
     position: fixed;
     z-index: 99;
     right: 30px;
     bottom: 10px ;
     background-color: rgba(0,0,0,.5);
     border: solid thin rgba(255,255,255,.5);
     border-radius: 50%;
     width: 50px;
     height: 50px;
     cursor: pointer;
     -webkit-transition: transform .5s ease;
     transition: transform .5s ease;
}
.top:after{
    content: "\25b2";
    color: #fff;
    font-size: 15px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 23%;
}
.top:hover:after{
     opacity:.5;
}
.top:hover{
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
}
.scrolltop{
     display: block;
}



/*================
   Start @media
==================*/

@media(max-width: 977px){
.list_items{
    width: 100%;
    min-height: 300px;
    }
    
}

@media(max-width: 800px){
#cta{
    min-height: 400px;
    margin-top:0px ;
    }

nav ul ul{
    display: none !important;
    }
#mobileContact{
    display: block;
    width: 100%;
    position: absolute;
    top: 73px;
    color: #fff;
    }
#ctaHeadline{
    padding-top: 0px;
    }
.footerLogo img{
    padding-right: 0px;
    }
}

@media(max-width: 700px){
header{
    position: relative;
    }
.logo{
    padding-left: 0px;
    }
nav{
    right: 0;
    margin: 0 auto;
    text-align: center;
    }
nav li {
    margin-right: 0px;
    }
.featuresHeadline {
    padding: 0px 0 20px;
}
#cta {
    background: url(../img/apps.png) no-repeat top center;
    height: 353px;
    min-height: 0px; 
    background-size: 1006px;
}
#ctaHeadline{
    font-size: 35px;
    }
#ctaSubheadline{
    margin-top: -40px;
    font-size: 20px;
    }
#ctaP{
    font-size: 15px;
    }
.cta {
    margin-top: 291px;
    padding-top: 0px;
    height: 122px;
}
.list_items{
    width: 100%;
    }
.list_itemsNone{
        display: none;
    }
.footerInside{
        display: block;
        float: none;
    }
}

@media(max-width: 575px){
.list_items {
    min-height: 350px;
}
}