﻿html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}
a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}
h1 {
    margin: .67em 0;
    font-size: 2em
}
img {
    border: 0
}
figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
input {
    line-height: normal
}
textarea {
    overflow: auto
}
table {
    border-spacing: 0;
    border-collapse: collapse
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}
.h1,.h2,.h3,h1,h2,h3 {
    margin-top: 20px;
    margin-bottom: 10px
}
.h4,.h5,.h6,h4,h5,h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h1,h1 {
    font-size: 36px
}

.h2,h2 {
    font-size: 30px
}

.h3,h3 {
    font-size: 24px
}

.h4,h4 {
    font-size: 18px
}

.h5,h5 {
    font-size: 14px
}

.h6,h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}
.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}
ol,ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width:750px
    }
}

@media (min-width: 992px) {
    .container {
        width:970px
    }
}

@media (min-width: 1200px) {
    .container {
        width:1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}
@media (min-width: 768px) {
    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
        float:left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }
}
@media (min-width: 992px) {
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
        float:left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }
    }
    @media (min-width: 1200px) {
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
        float:left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }
    }
    table {
    background-color: transparent
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}
.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}
.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after {
    clear: both
}
.show {
    display: block!important
}

body {
    font-family: 'Montserrat', sans-serif !important;
}
.padd0 {
    padding: 0 !important;
}
.logo {
    border: 0 !important;
}
ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,.h2,.h3,h1,h2,h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
    font-size: 65%
}

.h4,.h5,.h6,h4,h5,h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
    font-size: 75%
}

.h1,h1 {
    font-size: 36px
}

.h2,h2 {
    font-size: 30px
}

.h3,h3 {
    font-size: 24px
}

.h4,h4 {
    font-size: 18px
}

.h5,h5 {
    font-size: 14px
}

.h6,h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}
button {
    outline: none !important;
}

#container {
    padding-top: 10px;
    background: #fff;
}
.page-banner {
    overflow: hidden;
    text-align: center;
}
.nav.nav-tabs li a {
    display: block;
    border: none !important;
    margin: 0;
    padding: 28px;
    color: #797979;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    background: #fff;
}

.nav.nav-tabs li.active a {
    color: #ffffff;
    background: #54babb;
}
.tab-content .tab-pane {
    padding: 30px 35px 15px;
    overflow: hidden;
}

.tab-content .tab-pane img {
    float: left;
    margin-right: 30px;
}
.tab-content .tab-pane p {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 20px;
    line-height: 19px;
}

.nav.nav-tabs li.active a {
    background: #AD1318 !important;
}
.for-mob {
    margin: 39px 0 0;
}
table {
    width: 100% !important;
}
.paddb2 {
    padding-bottom: 2%;
}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}

a:hover {
    text-decoration: none !important;
}

a {
    text-decoration: none !important;
}

.sc-product h2 {
    font-size: 34px !important;
    font-family: 'Open Sans', sans-serif !important;
    text-align: center;
    padding: 0% 0 1% 0;
}

.sc-product p {
    font-size: 15px !important;
    font-family: 'Open Sans', sans-serif !important;
    padding-bottom: 4.5%;
    text-align: center;
    line-height: 30px;
    padding-left: 7%;
    padding-right: 7%;
}
figure.snip1084 {
    font-family: 'Raleway', Arial, sans-serif;
    color: #fff;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 220px;
    max-width: 308px;
    max-height: 210px;
    width: 100%;
    background: #000000;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    will-change: transform, box-shadow;
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}

figure.snip1084 * {
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

figure.snip1084 img {
    opacity: 1;
    width: 100%;
}

figure.snip1084 figcaption {
    top: 50%;
    left: 40px;
    right: 40px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

figure.snip1084 figcaption h2 {
    position: relative;
    font-weight: 600;
    font-size: 19px !important;
    text-transform: uppercase;
    margin: 0;
    opacity: 0;
    display: none;
    color: #fff;
    margin-bottom: 5px !important;
}

figure.snip1084 figcaption h2 span {
    font-weight: 800;
}

figure.snip1084 figcaption p {
    font-size: 13px;
    font-weight: normal;
    opacity: 0;
    margin: 0;
    color: #fff;
    line-height: 18px;
    word-break: normal !important;
}

figure.snip1084:before, figure.snip1084:after {
    position: absolute;
    top: 12px;
    right: 12px;
    bottom: 12px;
    left: 12px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s, -o-transform 0.6s, transform 0.6s;
}

figure.snip1084:before {
    border-top: 1px double #fff;
    border-bottom: 1px double #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

figure.snip1084:after {
    border-right: 1px double #fff;
    border-left: 1px double #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

figure.snip1084 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

figure.snip1084.p1 {
    background: #2e80af;
}

figure.snip1084.p2 {
    background: #444444;
}

figure.snip1084.p3 {
    background: #832527;
}

figure.snip1084.p4 {
    background: #6e8f40;
}

figure.snip1084.p5 {
    background: #475fac;
}

figure.snip1084.p6 {
    background: #832527;
}

figure.snip1084.p7 {
    background: #4751a3;
}

figure.snip1084.p8 {
    background: #832527;
}

figure.snip1084.p9 {
    background: #832527;
}

figure.snip1084.p10 {
    background: #832527;
}

figure.snip1084.p11 {
    background: #f59b1f;
}

figure.snip1084.p12 {
    background: #2693c5;
}

figure.snip1084.p13 {
    background: #74224e;
}

figure.snip1084.p14 {
    background: #00dca9;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
span#footer_RequiredFieldValidator10, span#footer_RequiredFieldValidator11, span#footer_RequiredFieldValidator12, span#footer_RequiredFieldValidator13 {
    float: right;
}

div#msg {
    width: 100%;
    text-align: center;
    padding-top: 3%;
    font-weight: 600;
}
.product-tab .tabs {
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.nav-tabs {
    border: none !important;
    padding: 0 15px;
}

.tab-content .tab-pane {
    padding: 30px 0px 15px;
    overflow: hidden;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 25%;
    text-align: center;
    border-bottom: 1px solid #cacaca;
}

.nav.nav-tabs li.active a {
    background: #ad131800 !important;
    border-bottom: 4px solid #AD1318 !important;
    color: #AD1318 !important;
    font-weight: 600;
}

.nav.nav-tabs li a {
    padding: 22px;
}

.sc-tab .tab-content .tab-pane p {
    color: #ffffff;
    font-size: 13px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 20px;
    line-height: 19px;
    padding: 0px !important;
    text-align: justify;
    word-break: break-all;
}

label.nav-up {
    float: left;
    margin-left: 6%;
    font-weight: normal;
    margin-top: 6px;
    font-size: 13px;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
    display: block
}
a {
    background-color: transparent
}

a:active,a:hover {
    outline: 0
}
h1 {
    margin: .67em 0;
    font-size: 2em
}
img {
    border: 0
}
figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,select {
    text-transform: none
}

button,html input[type=button],input[type=reset],input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
input {
    line-height: normal
}
textarea {
    overflow: auto
}
table {
    border-spacing: 0;
    border-collapse: collapse
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,input,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}


ol,ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}
.home-about1 hr {
    margin-top: 0;
    margin-bottom: 2%;
    border: 0;
    text-align: left;
    border-top: 2px solid #d21c22;
    width: 10%
}
.home-about1 ul li {
    list-style: none;
    line-height: 21px;
    margin-bottom: 19px
}

.home-about1 ul li a {
    color: #5f727f!important;
    font-size: 15px;
    font-family: Montserrat,sans-serif!important;
    font-weight: 600
}

.home-about1 ul li a:hover {
    color: red!important;
    transition: .5s all
}

.hrmsparagraph {
    width: 80%!important;
    margin: auto!important;
    padding-bottom: 5%;
    font-size: 16px!important;
    color: #000!important;
    text-align: center!important;
    padding-left: 5%;
    padding-right: 5%
}

@media only screen and (max-width: 767px) {
    .hrmsparagraph {
        width:100%!important;
        text-align: justify!important
    }

    p.sourcecodeag {
        padding-left: 0!important
    }

    .hrag1 {
        margin-left: 0!important
    }
}

.hrag {
    margin: auto!important
}

.headag {
    padding-left: 9%
}
h2.headag {
    text-align: left!important
}

.hrag1 {
    padding-left: 9%;
    margin-left: 9%
}

.sourcecodeag {
    margin-top: 20px!important;
    padding-left: 0%;
    margin-left: 9%;
    font-size: 16px!important;
    text-align: justify!important;
    color: #000!important;
}

.sourcecodeag1 {
    margin-top: 20px!important;
    font-size: 16px!important;
    text-align: justify!important;
    color: #000!important
}
.cybrohrmsbanner {
    background-image: url(../images/cybrohrms-banner.jpg);
    height: 80vh;
    background-size: cover;
    padding: 35vh 0;
    text-align: center
}

.cybrohrmsbanner h1 {
    font-size: 7.5rem;
    margin: 10px 0;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff
}

.cybrohrmsbanner p {
    color: #fff
}

.serviceerp {
    background-image: url(../images/cybrohrms-banner.jpg);
    height: 80vh;
    background-size: cover;
    padding: 35vh 0;
    text-align: center
}

.serviceerp h1 {
    font-size: 7.5rem;
    margin: 10px 0;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff
}

.serviceerp p {
    color: #fff
}

.cybroaccounts {
    background-image: url(../images/cybrohrms-banner.jpg);
    height: 80vh;
    background-size: cover;
    padding: 35vh 0;
    text-align: center
}

.cybroaccounts h1 {
    font-size: 7.5rem;
    margin: 10px 0;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff
}

.cybroaccounts p {
    color: #fff
}

.cybrocrm {
    background-image: url(../images/cybrocrm-banner.jpg);
    height: 80vh;
    background-size: cover;
    padding: 35vh 0;
    text-align: center
}

.cybrocrm h1 {
    font-size: 7.5rem;
    margin: 10px 0;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff
}

.cybrocrm p {
    color: #fff
}

.pos {
    height: 80vh;
    background-size: cover;
    padding: 35vh 0;
    text-align: center
}

.pos h1 {
    font-size: 7.5rem;
    margin: 10px 0;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff
}

.pos p {
    color: #fff
}

.accountsuit {
    height: 80vh;
    background-size: cover;
    padding: 35vh 0;
    text-align: center
}

.accountsuit h1 {
    font-size: 7.5rem;
    margin: 10px 0;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff
}

.accountsuit p {
    color: #fff
}

.campus {
    height: 80vh;
    background-size: cover;
    padding: 35vh 0;
    text-align: center
}

.campus h1 {
    font-size: 7.5rem;
    margin: 10px 0;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff
}

.campus p {
    color: #fff
}

.school {
    height: 80vh;
    background-size: cover;
    padding: 35vh 0;
    text-align: center
}

.school h1 {
    font-size: 7.5rem;
    margin: 10px 0;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff
}

.school p {
    color: #fff
}

.shop {
    background-image: url(../images/trandigerp-banner.png);
    height: 80vh;
    background-size: cover;
    padding: 35vh 0;
    text-align: center
}

.shop h1 {
    font-size: 7.5rem;
    margin: 10px 0;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff
}

.shop p {
    color: #fff
}

.mini {
    height: 80vh;
    background-size: cover;
    padding: 35vh 0;
    text-align: center
}

.mini h1 {
    font-size: 7.5rem;
    margin: 10px 0;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff
}

.mini p {
    color: #fff
}

.trading {
    height: 80vh;
    background-size: cover;
    padding: 35vh 0;
    text-align: center
}

.trading h1 {
    font-size: 7.5rem;
    margin: 10px 0;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff
}

.trading p {
    color: #fff
}
.sourcecodebutton {
    padding: 0 40px;
    background: #ad0303;
    z-index: 2;
    display: inline-block;
    transition: all .4s linear;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: Roboto,sans-serif;
    line-height: 48px;
    border: 1px solid #d21c22;
    border-radius: 5px;
    transition: all .3s linear 0;
    box-shadow: 0 10px 30px 0 rgba(177,174,174,.3)
}

.sourcecodebutton a {
    color: #fff!important
}

.sourcecodebutton a:hover {
    color: #fff!important;
    transition: .5s all
}

.sourcecodebutton1 {
    padding: 0 40px;
    background: #fff;
    z-index: 2;
    display: inline-block;
    transition: all .4s linear;
    text-align: center;
    color: #ad0303;
    font-size: 14px;
    font-weight: 600;
    font-family: Roboto,sans-serif;
    line-height: 48px;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: all .3s linear 0;
    box-shadow: 0 10px 30px 0 rgba(177,174,174,.3)
}

.sourcecodebutton1 a {
    color: #b22126!important
}
textarea {
    resize: none
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 50px;
    background-color: #f5f5f5
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5
}

::-webkit-scrollbar-thumb {
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555
}
.img-pc-show {
    display: block
}
header {
    height: 80px;
    position: fixed;
    top: 0;
    transition: .3s;
    transition-delay: .3s;
    width: 100%;
    z-index: 999
}
.home-about1 h2,.home-our-services h2,.home-partners h2 {
    color: #1b1e20;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    font-family: Montserrat;
    text-transform: uppercase;
    margin: 19px 0;
    letter-spacing: .05em
}

.home-about1 hr {
    margin-top: 0;
    margin-bottom: 2%;
    border: 0;
    text-align: center;
    border-top: 3px solid #d21c22;
    width: 5%
}
.home-about1 p {
    color: #000;
    line-height: 25px;
    font-size: 15px!important;
    font-weight: 400;
}
.home-contact-wrapper {
    background-color: #2e313f;
    padding: 0;
    box-shadow: 0 10px 40px 0 rgba(62,57,107,.25),0 2px 9px 0 rgba(62,57,107,.3);
    position: relative
}

.home-contact-details {
    padding: 0
}

.address-wrap {
    padding: 10% 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}
.icon-box-wrap {
    width: 100%;
    text-align: right;
    float: left
}

.icon-box {
    border-color: #99a9b5b3;
    opacity: 1;
    font-size: 20px;
    border-style: solid;
    width: 40px;
    height: 40px;
    margin: 10px 41px;
    border-radius: 3px;
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 1.5px;
    float: right;
    text-align: center;
    margin-top: 23px;
    padding-top: 4px;
    background: #3e4448;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.address-wrap h5 {
    color: #fff;
    text-align: left;
    letter-spacing: .05em;
    line-height: 30px;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 3.3em 0 .5em;
    font-family: Montserrat;
    padding-left: 10%
}

.address-wrap p {
    text-align: left;
    margin: 0 0 1.1em;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #99a9b5;
    width: 90%;
    padding-left: 10%
}

.border-bottom-right {
    border-right-width: 1px!important;
    border-bottom-width: 1px!important;
    border-right-color: #434553!important;
    border-right-style: solid!important;
    border-bottom-color: #434553!important;
    border-bottom-style: solid!important
}
.cybrohrmsbanner {
    background-image: url(../images/cybrohrms-banner.jpg)
}

.pos {
    background-image: url(../images/pos-banner.jpg)
}

.trading {
    background-image: url(../images/tradingerp-banner.jpg)
}

.serviceerp {
    background-image: url(../images/serviceerp-banner.png)
}

.cybroaccounts {
    background-image: url(../images/cybroaccounts-banner.jpg)
}

.cybrocrm {
    background-image: url(../images/cybrocrm-banner.jpg)
}

.accountsuit {
    background-image: url(../images/accountsuit-banner.jpg)
}

.school {
    background-image: url(../images/a2z-school-banner.jpg)
}

.campus {
    background-image: url(../images/a2zcampus-banner.png)
}

.shop {
    background-image: url(../images/mobile-shop-banner.jpg)
}

.mini {
    background-image: url(../images/mini-accountsuit-banner.jpg)
}

.quick-links-wrap {
    width: 90%
}

.quick-links-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.quick-links-wrap li {
    float: none
}
.tab-pane a {
    color: #d54332;
    text-decoration: none!important
}
.ag {
    margin-bottom: 3rem;
}
.tab-pane .h2,.tab-pane h2 {
    font-size: 22px;
    padding-bottom: 3%;
    text-transform: uppercase
}
@media (max-width: 991px) {

    .project-counter .h1,h1 {
        font-size: 23px;
        text-align: center
    }
    .project-counter .h3,h3 {
        font-size: 20px
    }
}

p.sourcecodeag {
    display: flex;
    align-items: baseline;
}

.sc-product.product-tab .home-about1 h2 {
    text-align: center!important
}
.sourcecodefeatures1 {
    background-color: #fffffff0;
    margin-top: 20px;
    margin-bottom: 20px
}
.sourcecodefeaturehead {
    font-size: 16px;
    padding-bottom: 5px;
    padding-top: 20px;
    font-weight: 600;
}
.sourcecodep {
    padding: 4px
}

.sourcecodep1 {
    padding: 4px;
    padding-left: 10px
}

i.fa.fa-arrow-circle-o-right {
    color: #b22126
}
@media only screen and (max-width: 766px) 
{
     .featurelist {
        padding-left: 60px!important;
        margin-bottom: 0!important
    }

    .hrmsparagraph {
        width: 100%!important;
        margin: auto!important;
        padding-bottom: 5%;
        font-size: 16px!important;
        color: #000!important;
        text-align: justify!important
    }

    .home-about1 h2 {
        font-size: 30px;
        font-weight: 700;
        font-family: Montserrat;
        text-transform: uppercase
    }
    .headag {
        padding-left: 0!important
    }
}
@media only screen and (max-width: 1024px) {
    .shop h1 {
        font-size:6.5rem;
        margin-top: -100px
    }

    .cybrocrm h1 {
        font-size: 6.5rem;
        margin-top: -60px
    }

    .serviceerp h1 {
        font-size: 6.5rem;
        margin-top: -60px
    }

    .cybrohrmsbanner h1 {
        font-size: 6.5rem;
        margin-top: -60px
    }

    .cybroaccounts h1 {
        font-size: 6.5rem;
        margin-top: -60px
    }

    .employee h1 {
        font-size: 6.5rem;
        margin-top: -60px
    }

    .trading h1 {
        font-size: 6.5rem;
        margin-top: -60px
    }

    .accountsuit h1 {
        font-size: 6.5rem;
        margin-top: -100px
    }

    .campus h1 {
        font-size: 6.5rem;
        margin-top: -100px
    }

    .school h1 {
        font-size: 6.5rem;
        margin-top: -100px
    }

    .mini h1 {
        font-size: 4.5rem;
        margin-top: -122px
    }
}
.walkthrough {
    border-radius: 0;
    display: none;
    flex-direction: column;
    flex: 0 0 auto;
    font-size: 14px;
    height: 464px;
    overflow: hidden;
    transition: opacity .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1),box-shadow .4s cubic-bezier(.25,.8,.25,1);
    width: 90%;
    z-index: 1000;
    height: 700px;
    margin: auto
}

.walkthrough.show {
    display: flex;
    opacity: 0;
    transform: translateY(72px)
}

.walkthrough.reveal {
    opacity: 1;
    transform: translateY(0)
}

.walkthrough .walkthrough-body {
    align-items: center;
    display: flex;
    flex: 1;
    text-align: center
}

.walkthrough .walkthrough-body .next-screen,.walkthrough .walkthrough-body .prev-screen {
    align-self: stretch;
    background: 0 0;
    border: 0;
    margin-top: 40px;
    color: rgba(255,255,255,.25);
    cursor: pointer;
    flex: 0 0 auto;
    font-size: 24px;
    opacity: 1;
    outline: 0;
    padding: 16px;
    transform: scale(1);
    transition: transform .4s cubic-bezier(.25,.8,.25,1),color .4s cubic-bezier(.25,.8,.25,1),opacity .4s cubic-bezier(.25,.8,.25,1);
    z-index: 1000
}

.walkthrough .walkthrough-body .next-screen:active,.walkthrough .walkthrough-body .next-screen:hover,.walkthrough .walkthrough-body .prev-screen:active,.walkthrough .walkthrough-body .prev-screen:hover {
    color: #fff;
    transform-origin: center;
    transform: scale(1.25)
}

.walkthrough .walkthrough-body .next-screen:disabled,.walkthrough .walkthrough-body .prev-screen:disabled {
    opacity: 0
}

.walkthrough .walkthrough-body .prev-screen {
    order: 1
}

.walkthrough .walkthrough-body .next-screen {
    order: 3
}

.walkthrough .walkthrough-body .screens {
    flex: 1;
    align-self: stretch;
    position: relative;
    margin: 0 -16px;
    padding: 0;
    order: 2
}

.walkthrough .walkthrough-body .screens .screen {
    position: absolute;
    list-style-type: none;
    margin-top: 2rem
}

.walkthrough .walkthrough-body .media {
    background: rgba(255,255,255,.25);
    border-radius: 132px;
    height: 132px;
    margin: 32px auto;
    width: 132px
}

.walkthrough .walkthrough-body h3 {
    font-size: 15px;
    line-height: 1.4em;
    text-transform: uppercase;
    letter-spacing: .15em;
    font-size: 17px!important;
    color: #838382!important
}

.walkthrough .walkthrough-body p {
    line-height: 1.6em;
    font-size: 13px;
    margin-top: 16px;
    padding-top: 0;
    color: rgba(255,255,255,.8)
}

.walkthrough .walkthrough-pagination {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 24px;
    background-color: #fff;
    border: 1px solid #d21c22;
    padding: 10px;
    border-radius: 10px
}

.walkthrough .walkthrough-pagination .dot {
    background: rgba(0,0,0,.25);
    border-radius: 8px;
    height: 8px;
    margin: 0 4px;
    transform: scale(.75);
    transition: transform .4s cubic-bezier(.25,.8,.25,1),background .4s cubic-bezier(.25,.8,.25,1);
    width: 8px
}

.walkthrough .walkthrough-pagination .dot.active {
    background: #d21c22;
    transform: scale(1);
    transition-delay: .4s
}
.walkthrough .screens {
    margin: 0
}
.walkthrough .screens .screen {
    opacity: 0;
    position: absolute;
    transform: translateX(-72px);
    transition: all .4s cubic-bezier(.25,.8,.25,1)
}

.walkthrough .screens .screen.active {
    opacity: 1;
    transform: translateX(0) scale(1);
    transition-delay: .4s
}

.walkthrough .screens .screen.active~.screen {
    opacity: 0;
    transform: translateX(72px)
}
img.logo {
    width: 71%
}

.iconcolor {
    color: #d21c22
}

.buttonposition {
    position: absolute;
    top: 35%;
    left: 9%
}

.buttonposition1 {
    position: absolute;
    top: 35%;
    left: 88%
}
@media only screen and (max-width: 766px) {
    .walkthrough {
        border-radius:0;
        display: none;
        flex-direction: column;
        flex: 0 0 auto;
        font-size: 14px;
        height: 280px;
        overflow: hidden;
        transition: opacity .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1),box-shadow .4s cubic-bezier(.25,.8,.25,1);
        width: 80%;
        z-index: 1000;
        margin: auto
    }

    .buttonposition {
        position: absolute;
        top: 25%;
        left: 0
    }

    .buttonposition1 {
        position: absolute;
        top: 25%;
        left: 89%
    }

    .p-section {
        position: absolute;
        top: 78%!important;
        color: #000;
        left: 25%!important
    }

    .mobileag {
        margin-top: 60px
    }
}
.p-section {
    position: absolute;
    top: 89%;
    color: #000;
    left: 45%
}
#event-change,h2,ul.info li {
    font-family: Montserrat,sans-serif!important;
    color: #fff
}

a:hover {
    color: #e4432c
}