@font-face {
    font-family: 'Conthrax';
    src: url('../fonts/conthrax-sb.ttf')  format('truetype'); /* Legacy iOS */
  }

  * {
    touch-action: manipulation;
}

  body{
    font-size: 14px;
    color: #a2a2a2;
    font-weight: 400;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
    font-family: "Varela Round",sans-serif;
    background-color: #EEF1F1;
    -webkit-font-smoothing: antialiased!important;
  }
  

.logotext{
    text-decoration: none !important;
    color: #303030;
    line-height: 60px;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 900;
    white-space: nowrap;
    color: rgb(68, 68, 68);
}

.logotext img{
    height: 30px;
    float: left;
    margin-top: 15px;
    margin-right: 10px;
}

ul.grt-menu li a{
    color: rgb(68, 68, 68);
    font-size: 0.9375rem;
}

header{
    background-color: transparent;
}

header.scrolled{
    background-color: #ffffff;
}

.container-fluid{
    padding: 0px;
}

.hero{
    padding-top: 80px;
    height: 100vh;
    background: -webkit-linear-gradient(top, #fff 0%, #E6E7E9 100%);
    background: -linear-gradient(top, #fff 0%, #E6E7E9 100%);
    background: -moz-linear-gradient(top, #fff 0%, #E6E7E9 100%);
    background: #E6E7E9;
    position: relative;
}


.hero a.more{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
    font-size: 60px;
    color: rgb(42, 190, 239);
    animation-duration: 3s;
  animation-delay: 2s;
  animation-iteration-count: 3;

}


.hero-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    max-width: 90%;
    padding: 1em;
    color: #707070;
    font-size: 18px;
    line-height: 28px;
    min-height: 500px;
}

.hero-wrapper p {
    margin-top: 1em;
}
.hero-title{
    font-size: 80px;
    color: #444444;
    line-height: 80px;
    font-family: Montserrat;
    font-weight: 900;
    letter-spacing: -2px;
    min-height: 180px;
}

.hero-text{
    min-height: 80px;
}

.hero-image{
    width: 400px;
    text-align: center;
}

.intro{
    padding-top: 150px;
    margin: 0px auto;
    background-color: #fefefe;
    padding-bottom: 2em;
    
}

.intro-text{
    text-align: center;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 1.2em;
    width: 1400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    color:  #a2a2a2;
    

}

.cta{
    margin-top: 5em;
    margin-bottom: 5em;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    max-width: 100%;
    
}

section h1{
    text-align: center;
    font-weight: 900;
    color: #444444;
    font-family: Montserrat,sans-serif;
    letter-spacing: -1px;
	padding-left: 1em;
padding-right: 1em;

}

section h2{
    color: #444;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    text-align: center;

}

section h5{
    color: #444;
    font-family: Montserrat,sans-serif;
    font-weight: 700;

}

.btn2{
    display: block;
    text-decoration: none !important;
    min-width: 260px;
    max-width: 260px;
    white-space: nowrap;
    font-weight: 400;
    background-color: #3F51B5;
    outline: none;
    box-shadow: none;
    box-sizing: border-box;
    cursor: pointer;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: center;
    line-height: 27px;
    margin: 0px;
    padding: 15px 0px;
    letter-spacing: 0px;
    font-size: 17px;
    min-height: 0px;
    max-height: none;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    color: rgb(255, 255, 255);
    border-radius: 30px;
    margin-top: 1em;
}

.btn2 i{
    margin-right: 10px;
}

.btn2:hover{
    color: rgb(42, 190, 239);
    background-color: white;
}

.btn2.white{
    background-color:white;
    color: rgb(137, 138, 140);
}

.btn2.white:hover{
    color:white;
    background-color: rgb(137, 138, 140);
}

.feature-normal .btn2{
    background-color:#3F51B5;
    color: #ffffff;
}



.popular .feature-normal .btn2{
    background-color:#ffffff;
    color: #3F51B5;
}


.btn2.grey{
    color:white;
    background-color: rgb(137, 138, 140);
}

.btn2.grey:hover{
    color:white;
    background-color: rgb(130, 130, 140);
}

.slick-prev{
    left: 5px;
    z-index: 100;
}

.slick-next{
    right: 5px;
    z-index: 100;
}


.slick-next:before, .slick-prev:before{
    color: #444444;
}

.slick-slide{
    display: none;
}

.features2{
    display: flex;
    flex-direction: column;
    width: 1400px;
    max-width: 100%;
    margin: 0px auto;
    margin-bottom: 2em;
    margin-top: 2em;
    padding-left: 1em;
    padding-right: 1em;
}

.feature2{
    flex: 1;
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    min-height: 30vh;
    align-items: center;
    padding: 1em;
    margin-top: 0em;
    padding-bottom: 0em;
}




.feature2:nth-child(even){
    flex-direction: row-reverse;
}

.feature2-image{
    position: relative;
    width: 400px;
    max-width: 100%;
    text-align: center;

}

.feature2-image img{
    
    max-width: 70%;

}

.feature2-content{
    position: relative;
    max-width: 700px;
}

.feature2-image i{
    font-size: 3em;
    
}

.feature2-content .inner{
    font-size: 1.2em;
    
}

.feature2-content .inner h3{
    color: #555555;   
    font-family: "Montserrat",sans-serif; 
}



.feature2:nth-child(odd){
    background-color: #fefefe;
    color: #777777;
    /* h3{
        color: white;
    }
    a{
        color: white !important;
    } */
}
.feature2:nth-child(even){
    background-color: #fefefe;
    color: #777777 ;
    /* h3{
        color: #555555 !important;
    }     */
}

/* .feature2:last-child{
    background-color: #FF9036;
    color: white;
    /* h3{
        color: white;
    }
    a{
        color: white !important;
    }   
} */

.feature2-image{
    flex: 1;
}

.feature2-content{
    flex: 1;
}

img.os{
height: 50px;
vertical-align: middle;
display: inline-block;
}

.downloads{
    padding-top: 100px;
    padding-bottom: 2em;
    width: 1400px;
    max-width: 100%;
    margin: 0px auto;
}

.downloads h1{
    margin-bottom: 1em;
}

.downloads h2{
    text-align: center;
}

@include media( '<medium' ) {
    .feature2{
       
        flex-direction: column;
        
    }
    .feature2:nth-child(even){
        flex-direction: column;
    }
}

.downloads .row{
    text-align: center;
}

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

.media .fas{
    font-size: 60px;
    margin-right: 20px;
}

.feature-item{
    margin-top: 2em;
}

.feature-item:nth-child(1)>.media>i.fas{
    color: #F44336;
}

.feature-item:nth-child(2)>.media>i.fas{
    color: #E91E63;
}

.feature-item:nth-child(3)>.media>i.fas{
    color: #9C27B0;
}

.feature-item:nth-child(4)>.media>i.fas{
    color: #673AB7;
}
.feature-item:nth-child(5)>.media>i.fas{
    color: #3F51B5;
}
.feature-item:nth-child(6)>.media>i.fas{
    color: #00BCD4;
}
.feature-item:nth-child(7)>.media>i.fas{
    color: #009688;
}
.feature-item:nth-child(8)>.media>i.fas{
    color: #FF5722;
}
.feature-item:nth-child(9)>.media>i.fas{
    color: #607D8B;
}


.site-footer {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    background: #EEF1F1;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

/* .slick-initialized .slick-slide{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
} */

@media (min-width: 768px){
    ul.grt-menu li a:hover {
        color: #FFF;
        box-shadow: inset 150px 0 0 0 #444444
        ;
    }
}

@media (max-width: 768px){
    .hero-title{
        font-size: 50px;
        line-height: 50px;
        min-height: auto;
    }

    .hero-text{
        min-height: auto;
    }

    .hero-image{
        width: 200px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2em;
    }


    .hero-wrapper{
        min-height: auto;
        position: relative;
        transform: none;
        left: auto;
        top: auto;
    }

    .hero a.more{
        display: none;
    }

    .intro{
        padding-top: 80px;
    }

    .intro-text{
        text-align: left;
        padding-left: 2em;

    }

    .feature2{
       
        flex-direction: column;
        
    }
    .feature2:nth-child(even){
        flex-direction: column;
    }
}

.off{
    visibility: hidden;
}

.grt-mobile-button{
    background-color: transparent;
    z-index: 1000;
}

a{
    color: #3F51B5;
}

.other-content{
    max-width: 1400px;
    margin: 0px auto;
    border: 1px solid #dedede;
    margin-top: -7px;
}


.card2{
    background-color: #ffffff;
    padding: 60px 25px 70px;
    box-shadow: 2px 3px 3.76px 0.24px rgba(0,0,0,.04);
    margin: 1em;
    position: relative;
    margin-top: 80px;

}

.class-inner{

}

.row{
    margin: 0px;
}

.blockquote a{
    font-size: 1rem;
    color: #999;

}

.blockquote a:hover{
    color: rgb(42, 190, 239);
    text-decoration: none;
}

.blockquote img{
    margin-top: 15px;
}

.social-media-icons a{
    font-size: 24px;
    color: #a2a2a2;
    margin-right: 1em;
    text-decoration: none;
}

.testimonials{
    width: 800px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.card2 .avatar{
    height: 100px;
    width: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    background-size: cover;
    background-position: center center;
    border-radius: 50%;
    border: 1px solid #d9e6ea;

}

.pricing-intro {
    background-color: #ffffff;
    color: #444444;
    padding-top: 8.125rem;
    padding-bottom: 4rem;
}

.pricing-intro h1 {
    font-weight: 200;
    color: #444444;
}



.feature-heading{
    color: #333333;
    font-weight: 700;


}

.popular .feature-heading{
    color: #ffffff;
}


.feature-row{
    padding: 0.875rem;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
}

.feature-license{
    font-size: 3em;
    color: #444444;
    padding: 0px;
    text-align: center;
}

.feature-pricing{
    font-size: 2em;
    color: #444444;
    padding: 0px;
    text-align: center;

}

.feature-normal{
    border-bottom: 1px solid #ddd;
    color: #444444;
}

.feature-devices{
    font-weight: bold;
}

.feature-devices span{
    font-weight: normal;
    display: block;
}

.price-column{
    padding: 0px;
}

.price-column.popular{
    background-color: #3F51B5;
    color: white;
}

.price-column.popular .feature-license{
    color: white;
}


.price-column.popular .feature-pricing{
    color: white;
}

.price-column.popular .feature-normal{
    color: white;
}

.prices{
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    margin-top: 0em;
}

.more-payment-options{
    margin: 5em 1em;
}


.content-wrapper{
	width: 100%;
	background-color: #ffffff;
	display: inline-block;
}

.content{
    margin-left: auto;
    margin-right: auto;
    width: 40em;
    font-size: 1em;
    max-width: 95%;
    padding: 1em;
    padding-top: 0px;
    margin-top: 0em;
    margin-bottom: 2em;
    min-height: 50vh;
    border: 1px solid #fefefe;
    background-color: #ffffff;
	font-size: 20px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga" on;
    color: #555555;
    /* color: rgba(0,0,0,.84); */

}

.content h3{
    color: #444;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    text-align: start;
    margin-top: 1em;
    margin-bottom: 0.5em;

}

.content h2{
	margin-top: 1.2em;
    	margin-bottom: 0.5em;

	text-align: start;
}

.help-footer{
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    max-width: 95%;
    padding: 1em;
    margin-top: 2em;
    margin-bottom: 2em;
    border: 1px solid #fefefe;
    color: #444444;
    text-align: center;
	background-color: white;
}


.testimonials .card2{
    min-height: 300px;
    padding-top: 90px;
}

.feature-row .btn2{
    min-width: 200px;
    max-width: 200px;
}

.section-content{
    max-width: 90%;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
}

.card2 .btn2{
    min-width: 200px;
    max-width: 200px;
}

h1 {
  font-size: 2em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
}

@media (min-width: 43.75em) {
  h1 {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
  }
}

@media (min-width: 56.25em) {
  h1 {
    font-size: 3em;
    /* 3x body copy size = 48px */
    line-height: 1.05;
    /* keep to a multiple of the 20px line height 
    and something more appropriate for display headings */
  }
}


h2 {
  font-size: 1.625em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}

@media (min-width: 43.75em) {
  h2 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
  }
}

@media (min-width: 56.25em) {
  h2 {
    font-size: 2.25em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
  }
}


h3 {
  font-size: 1.375em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
}

@media (min-width: 43.75em) {
  h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }
}

@media (min-width: 56.25em) {
  h3 {
    font-size: 1.25em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
  }
}

body {
  font-size: 100%;
}

body, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
}

/* Body Content */

.content {
  font-size: 1em;
  /* equivalent to 16px */
  line-height: 1.25;
  /* equivalent to 20px */
}

@media (min-width: 43.75em) {
  .content {
    font-size: 1em;
    /* equivalent to 16px */
    line-height: 1.375;
    /* equivalent to 22px */
  }
}


