@charset "UTF-8";
@font-face {
    font-family: 'Geometria-Light';
    src: url("../fonts/Geometria-Light.eot");
    src: local("â˜º"), url("../fonts/Geometria-Light.woff") format("woff"), url("../fonts/Geometria-Light.ttf") format("truetype"), url("../fonts/Geometria-Light.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Geometria-Medium';
    src: url("../fonts/Geometria-Medium.eot");
    src: local("â˜º"), url("../fonts/Geometria-Medium.woff") format("woff"), url("../fonts/Geometria-Medium.ttf") format("truetype"), url("../fonts/Geometria-Medium.svg") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face{
    font-family:'ASRSans_Light';
    src:url('../fonts/ASRSans-Light.eot');
    src:url('../fonts/ASRSans-Light.eot?#iefix') format('embedded-opentype'),,url('../fonts/ASRSans-Light.svg#font') format('svg')
}

.section-gap {
    margin-top: 60px;
}

.logo img {
    max-height: 66px;
}

.header-hero {
    background: url("../images/bg1.jpg");
    background-size: cover;
    height: 807px;
    background-position: center;

}

.down-arrow {
    margin-top: -53px;
    color: #ffffff;
    font-size: 13px;
}
.header-hero h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: .5rem;
    line-height: 1.25;
    color: #ffffff;
    position: relative;
    text-align: center;
    letter-spacing: -0.03em;
    font-family: 'Geometria-Light',Verdana,sans-serif;
}

.header-hero span {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-family: 'Geometria-Light',Verdana,sans-serif;

}

html .btn.blue, body .btn.blue {
    background: #96c322!important;
    border-radius: 4px!important;
    border: 1px solid #96c322!important;
    color: #fff!important;
    width: auto;
    padding: .969rem 2rem;
    max-width: 22.5rem;
    margin-top: 10px;
}
html .btn, body .btn {
    font-family: 'Geometria-Medium';
    text-transform: uppercase;
    font-size: .9375rem;
    letter-spacing: 1px;
    color: white;
    border-radius: 100rem;
    outline: 0;
    transition: background 300ms ease-out, border 300ms ease-out, color 300ms ease-out, opacity 300ms ease-out;
    cursor: pointer;
    display: inline-block;
}

.header-hero span.win{
    font-size: .95rem;
    margin: 1rem 0 1rem;
    color: white;
    display: inline-block;
    vertical-align: middle;
}
.header-hero span.win .fa{
    font-size: 1.2em;
}
.down-arrow ul li {
    float: left;
    margin-right: 1rem;
    list-style: none;
}
ul li .panel-element {
    vertical-align: middle;
    height: 28px;
    width: 28px;
    background: rgba(255, 255, 255, .15);
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    transition: background 300ms ease-out, border 300ms ease-out, color 300ms ease-out, opacity 300ms ease-out;
}
ul li .panel-element:hover {
    background: rgba(255, 255, 255, .3);
}
ul li .panel-element img {
    height: 24px;
}

.icons_title span{
    color: #ffffff;
}
.gap130 {
    margin-top: 130px;
}

.gap20 {
    margin-top: 20px;
}

#toolkit{
    max-width: 1000px;
    margin: 0 auto;
}
#toolkit .toolkit_left{
    float: left;
    width: 20%;
}

#toolkit .toolkit_right{
    float: left;
    width: 80%;
}

#toolkit h2{
    font-size: 18px;
}

#toolkit p{
    font-size: 13px;
}

.logo {
    padding: 8px 0 8px;

}

.hr1 {
    background: url("../images/hr-bg.png") repeat;
    height: 2px;
}

.white-text {
    color: #fff;
}

.header-hero ul li {
    padding-top: 38px;
}

.header-hero-text {
    padding: 130px 0 0 200px;
    text-align: center;
    margin-top: 50px;
}

.header-hero .menu a, .menu .button {
    font-size: 18px;
    color: #fff;

}

.header-hero .menu a:hover, .menu a:hover {
    border-bottom: 4px solid #005db4;

}

.header-hero h4 {
    font-size: 18px;
    color: #fff;
}

.blue-bg {
    background: url("../images/big-image-2.jpg") top no-repeat;
    padding: 80px 0 20px 0;
    background-size: cover;
}
.blue-bg-title {
    font-size:28px;
}

.blue-bg-subtitle {
    font-size:20px ;
    line-height: 30px;
    width: 80%;
    margin: 0 auto;
}


.network-bg {
    background: url("../images/big-advanced-systerm-repair.jpg") top no-repeat;
    padding: 80px 0 10px 0;
    background-size: cover;
}
.network-bg-subtitle {
    font-size:15px ;
    line-height: 30px;
    width: 80%;
    margin: 0 auto;
}
.free_month_btn{
    padding: 10px 15px;
    background: #96c322!important;
    border-radius: 4px!important;
    border: 1px solid #96c322!important;
    color: #fff!important;
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    margin-right: 30px;
}

.free_month_btn:hover{
    color: #ffffff;
}

.dark-blue{
    background: #00387e;
    padding: 40px 0;
}

.dark-blue-title{
    font-size: 24px;
}


.light-grey{
    background: #ebebeb;
    padding: 40px 0;
}

.light-grey-title{
    font-size: 42px;
    font-weight: bold;
}

.laptop-text-align {
    margin-top: 55px;
}

.laptop-text-align2 {
    margin-top: 75px;
}

.gap50 {
    margin-top: 50px;
}

.gap30 {
    margin-top: 30px;
}

.gap20 {
    margin-top: 20px;
}

.title-text {
    font-size: 28px;
    font-weight: bold;
    line-height: 32px;
}

.subtitle-text {
    font-size: 18px;
}

.blue-content {
    font-size: 18px;
    text-align: center;
    padding: 40px 0 100px;
    max-width: 700px;
}

.blue-feature-content {
    font-size: 17px;
    color: #fff;
    max-width: 600px;
    padding: 20px 0;
}

.section-lapgap {
    margin-top: 100px;
}

.advance-section {
    background: url("../images/big-advanced-systerm-repair.jpg");
    background-size: cover;
    height: 620px;
    padding: 200px 0;
}

.advance-section-title {
    font-size: 36px;
}

.orange-button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 1em 2em;
    -webkit-appearance: none;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #ff4800;
    border: 2px solid #dd4000;
    color: #fefefe;
}

.hollow-button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 1em 4em;
    -webkit-appearance: none;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    border: 2px solid #fff;
    color: #fefefe;
    margin-left: 30px;
}

.grey-button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 1em 2em;
    -webkit-appearance: none;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #f8f8f8;
    border: 1px solid #868686;
    color: #333;
    -webkit-box-shadow: 0px 0px 4px 0px #5c5c5c; /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
    box-shadow: 0px 0px 4px 0px #5c5c5c; /* Chrome 6+, Firefox 4+, IE 9+, iOS 5+, Opera 10.50+ */
}

.white-section {
    background: #fff;
    padding: 50px 0;
}
.chart-section {
    background: url("../images/gray-bg.jpg");
    background-size: cover;
    height: 715px;
    padding: 80px 0 50px;
}

.chart-section-title {
    font-size: 36px;
    margin-bottom: 20px;
}

.chart-text {
    margin-top: -57px;
}

.company-grey{
    background: url("../images/icons/adv/icon1.png") #ebebeb;
    background-repeat: no-repeat;
    background-position:center top;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.company-grey-text{
    font-size: 20px;
    padding-top: 80px;
}

.company-grey:hover{
    background: url("../images/icons/adv/icon1a.png") #1689da;
    background-repeat: no-repeat;
    background-position:center top;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    color: #fff;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}


.company-grey1{
    background: url("../images/icons/adv/icon2.png") #ebebeb;
    background-repeat: no-repeat;
    background-position:center top;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.company-grey1-text{
    font-size: 20px;
    padding-top: 80px;
}

.company-grey1:hover{
    background: url("../images/icons/adv/icon2a.png") #1689da;
    background-repeat: no-repeat;
    background-position:center top;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    color: #fff;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.company-grey2{
    background: url("../images/icons/adv/icon3.png") #ebebeb;
    background-repeat: no-repeat;
    background-position:center top;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.company-grey2-text{
    font-size: 20px;
    padding-top: 80px;
}

.company-grey2:hover{
    background: url("../images/icons/adv/icon3a.png") #1689da;
    background-repeat: no-repeat;
    background-position:center top;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
    color: #fff;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}


.footer-bg {
    background: #093557; /* Old browsers */
    background: -moz-linear-gradient(top, #093557 0%, #26364e 71%, #26364e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #093557 0%, #26364e 71%, #26364e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #093557 0%, #26364e 71%, #26364e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#093557', endColorstr='#26364e', GradientType=0); /* IE6-9 */
    padding: 60px 0 0;
}

.footer-bg p {
    font-size: 12px;
    margin-bottom: 12px;
}

.light-blue {
    color: #6d8dab;
}

.footer-bg-button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: .8em 2em;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #005db4;
    border-radius: 30px;
    border: 1px solid #3f8ed8;
    color: #fefefe;
}

.footer-quickmenu {
    border-left: 1px solid #3f5971;
    padding-left: 20px;
}

.footer-bg a {
    color: #6d8dab;
    font-size: 12px;
}

.footer-bg .menu a, .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.4rem .0rem;
}



.footer-bg .menu a:hover, .menu a:hover {
    border-bottom: none;
    color: #fff;
    /*padding: 0.4rem .0rem;*/

}

.footer-copyright {
    border-top: 1px solid #3f5971;
    padding: 10px 0;
}

.footer-copyright .menu a, .menu .button {
    padding: 0.4rem 1em;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -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;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

#scroll {

    overflow-y: scroll;
}

.menu-gap{
    padding-right: 50px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .header-hero ul li {
        padding-top: 0px;
    }

    .logo {
        padding: 13px 0 10px;
        text-align: center;
    }

    .blue-bg {
        background: url(../images/big-image-2.jpg);
        background-size: cover;
        height: 100%;
        padding: 100px 40px;
        text-align: center;
        color: #fff;
    }

    .section-lapgap {
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
    }

    .laptop-text-align2 {
        margin-top: 15px;
        margin-bottom: 15px;

        text-align: center !important;
    }

    .text-right {
        text-align: center;
    }

    .advance-section {
        background: url(../images/big-advanced-systerm-repair.jpg);
        background-size: cover;
        height: 100%;
        padding: 200px 0;
    }

    .footer-bg {
        text-align: center;
    }
}

.chart_percent{
    width: 33.33%;
    float: left;
    text-align: center;
    margin-top: -12px;
}

.chart_percent h2{
    color: white;
    font-weight: bold;
    margin-bottom: -2px;

}

.chart_percent .icons_title{
    font-size: 13px;
    font-weight: bold;
}

table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #ffffff;
}
table{
    border: none;
    border-collapse: inherit;
    border-spacing: 0;
}
table tr td.bg{
    background-color: #f0f0f0;
}
table tr td.right_border{
    border-right: 1px solid #ffffff;
}
table tr td.bottom_border{
    border-bottom: 1px solid #dbdbdb;
}

table tr td h2{
    font-size: 18px;
    font-weight: bold;
    margin: 15px;
}
table tr td h1{
    font-size: 35px;
}
table tr td img{
    max-width: 120px;
}
table tr td div.title{
    font-weight: 700;
    font-size: 16px;
}
table tr td div.title i{
    color: #838383;
    font-size: 20px;
    margin-left: 10px;
}
table tr td i.chk{
    font-weight: 300;
    color: #bababa;
    font-size: 32px;
}
table tr td p{
    color: #939292;
    font-size: 14px;
}
table tr td p.learn{
    margin-top: 17px;
    font-size: 17px;
    text-decoration: underline;
    margin-bottom: 0;
}
a.download-grn-btn{
    border-width: 0;
    border-style: solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 6px;
    font-size: 16px;
    font-family: arial, helvetica, sans-serif;
    padding: 14px 14px 14px 14px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #00F200;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00F200), to(#00C700));
    background-image: -webkit-linear-gradient(top, #00F200, #00C700);
    background-image: -moz-linear-gradient(top, #00F200, #00C700);
    background-image: -ms-linear-gradient(top, #00F200, #00C700);
    background-image: -o-linear-gradient(top, #00F200, #00C700);
    background-image: linear-gradient(to bottom, #00F200, #00C700);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#00F200, endColorstr=#00C700);
}