* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    word-wrap: break-word;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -o-text-size-adjust: none;
}

html {
    height: 100%;
    width: 100%;
}

html#html {
    margin-top: 0px !important;
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 100%;
    background: #fff;
    min-height: 100%;
    position: relative;
    padding-bottom: 514px;
    overflow-x: hidden;
}

.page-template-legal,
.page-template-healthcare,
.page-template-banking,
.page-template-accounting {
    padding-bottom: 499px;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.container {
    max-width: 100%;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.lato {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.latoItalic {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: italic;
}

.latoBold {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

.redBtn {
    background: #e0483d;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    overflow: hidden;
    font-weight: 700;
    padding: 13px 14px 12px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.redBorderBtn {
    background: #fff;
    color: #e0483d;
    border: 2px solid #e0483d;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    overflow: hidden;
    font-weight: 700;
    padding: 11px 14px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.redBorderBtn .backIcon {
    float: left;
    margin: 2px 10px 0 0;
}

input.redBtn {
    border: 0 none;
    font-size: 16px;
    line-height: 100%;
    padding: 9px 20px;
    text-transform: uppercase;
    cursor: pointer;
}

.redBtnV2 {
    background: #de4942;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    overflow: hidden;
    font-weight: 400;
    padding: 12px 19px 13px;
    text-transform: uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.redBtnV2:hover {
    background: #ca3c35;
}

.pageRow {
    width: 100%;
    float: left;
}

.circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.graySection {
    background-color: #fafafa;
}

.paternSection {
    /*background-image: url('../img/patern-bg.jpg');*/
}

.darkSection {
    background-color: #232a34;
}

.transition {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

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

.text-italic {
    font-style: italic;
}

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

.text-left {
    text-align: left;
}

.hidden {
    display: none;
    visibility: hidden;
}

.btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-border {
    border-color: #444;
    color: #444;
}

.btn-big {
    font-size: 16px;
    font-weight: 700;
    padding: 18px 77px 17px;
    text-transform: uppercase;
}

.btn-primary {
    background-color: #ef4446;
    color: #fff;
    font-size: 16px;
    line-height: 100%;
    padding: 8px 50px;
    text-transform: uppercase;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.btn-primary:hover {
    background-color: #ca3c35;
}

.btn-transparent {
    background-color: transparent;
    border-color: #b7bbc3;
    color: #fff;
    font-size: 16px;
    padding: 14px 48px 13px;
    text-transform: uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.btn-transparent:hover {
    background-color: rgba(183, 188, 196, 0.2);
}

.btn-form {
    font-size: 18px;
    height: 40px;
    line-height: 100%;
    overflow: hidden;
    padding: 5px 15px;
}

.btn-red {
    background: #ed4c4f;
    color: #fff;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active {
    color: #ed4c4f;
}

.paralax {
    background-attachment: fixed !important;
    background-position: 50% 100% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.wrapper {
    max-width: 1200px;
    display: block;
    margin: 0 auto;
}

.gray-container {
    background-color: #f2f2f2;
}

.container-indent {
    padding: 60px 0;
}

/* new header start */
.headerRow {
    background-color: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
    padding: 0px;
    top: 0;
}

.fixedHeader.headerRow {
    top: -80px;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.logo img {
    max-width: 250px;
    max-height: 56px;
    margin-left: 10px;
}

header .wrapper {
    position: relative;
}

.header-top {
    background: #fff;
}

.header-top .wrapper {
    padding: 10px 0;
}

.header-top .wrapper:before {
    content: "";
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #0398c6 25%, #67a00c 25%, #67a00c 50%, #f2a701 50%, #f2a701 75%, #eb2327 75%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.header-phone {
    display: inline-block;
    background: #ecfaff;
    border-radius: 15px;
    font-size: 14px;
    line-height: 100%;
    color: #000;
    font-weight: 700;
    padding: 8px 20px;
    margin: 12px 0 0 25px;
}

.header-phone:hover {
    background: #ddf5fe;
}

.header-phone a {
    display: block;
    text-decoration: none;
    color: #000;
}

.header-phone span {    
    color: #0498c7;
    font-weight: 300;
}

.top-nav {
    list-style: none;
    position: absolute;
    top: -47px;
    right: -15px;
}

.top-nav li {
    float: left;
}

.top-nav li a {
    font-size: 14px;
    line-height: 100%;
    color: #616161;
    font-weight: 300;
    padding: 0 15px;
}

.top-nav li + li a {
    border-left: 1px solid #e6e6e6;
}

.top-nav li a:hover {
    color: #0398c6;
}

.top-nav li a .fa {
    font-size: 15px;
    color: #0398c6;
    font-weight: 400;
    margin-right: 3px;
}

.header-menu {
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
}

.main-menu {
    position: relative;
}

.btn-learn-more {
    display: block;
    width: 275px;
    background: #629B08;
    border: 1px solid #606060;
    border-radius: 5px;
    font-size: 21px;
    line-height: 100%;
    color: #fff;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 15px;
    top: 10px;
    right: 0;
    z-index: 1;
}

.btn-learn-more:hover {
    border-color: #e0e0e0;
    color: #616161;
    background: #fff;
}

.btn-request-demo {
    display: block;
    width: 150px;
    background: #149fca;
    border: 1px solid #149fca;
    border-radius: 2px;
    font-size: 13px;
    line-height: 100%;
    color: #fff;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 9px;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 1;
}

.btn-request-demo:hover {
    border-color: #e0e0e0;
    color: #616161;
    background: #fff;
}

.mobileMenuSwitch {
    display: none;
    float: right;
    font-size: 40px;
    color: #e0483d;
    cursor: pointer;
    padding: 8px 5px;
    margin-left: 15px;
}

.closeMobileMenu {
    display: none;
    color: #000;
    cursor: pointer;
    font-size: 22px;
    position: absolute;
    top: 14px;
    right: 10px;
    z-index: 1;
}

/* menu */
.menu {
    width: 100%;
    float: left;
    padding-right: 150px;
    position: relative;
}

.menu > li {
    float: left;
    list-style: none;
    position: relative;
}

.menu > li.full-width {
    position: static;
}

.menu > li .item-first-level {
    height: 64px;
    margin-bottom: -11px;
    color: #000;
    font-size: 15px;
    line-height: 100%;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
}

.menu > li + li .item-first-level:before {
    content: "";
    width: 1px;
    height: 18px;
    background: #e6e6e6;
    margin-top: -15px;
    position: absolute;
    left: 0;
    top: 50%;
}

.menu > li .item-first-level a {
    display: block;
    color: #000;
    padding: 19px 40px 19px 22px;
}

.menu > li:hover .item-first-level,
.menu > li:hover .item-first-level a {
    color: #0498c7;
    font-weight: 700;
}

.menu > li .item-first-level .fa {
    color: #b5bfc4;
    font-weight: 400;
    margin-top: -12px;
    position: absolute;
    right: 22px;
    top: 50%;
}

.menu > li:hover .item-first-level .fa {
    color: #0498c7;
}

.menu .item-back {
    display: none;
    border-bottom: 1px solid #e6e6e6;
    font-size: 16px;
    line-height: 100%;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 50px;
    cursor: pointer;
    position: relative;
}

.menu .item-back:hover {
    color: #0498c7;
}

.menu .item-back .fa{
    font-size: 26px;
    position: absolute;
    left: 28px;
    top: 50%;
    margin-top: -14px;
}

/* menu second level */
.block-second-level {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 300ms ease, transform 300ms ease, visibility 0ms linear 200ms;
    transition: opacity 300ms ease, transform 300ms ease, visibility 0ms linear 200ms;
    width: 300px;
    margin-top: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
}

.menu > li.full-width .block-second-level {
    width: 100%;
}

.menu > li:hover .block-second-level {
    visibility: visible; 
    opacity: 1;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

.second-level {
    list-style: none;
    background: #f6f6f6;
    border: 1px solid #e6e6e6;
    position: relative;
}

.menu > li.full-width .second-level {
    max-width: 915px;
    min-height: 340px;
}

.menu > li.full-width .second-level.full-width {
    max-width: initial;
}

.second-level .item-second-level {
    background: #f6f6f6;
    position: relative;
    cursor: pointer;
}

.menu > li.full-width .second-level .item-second-level {
    width: 250px;
}

.second-level > li:first-child {
    padding-top: 8px;
}

.second-level > li:last-child {
    padding-bottom: 8px;
}

.second-level > li + li .item-second-level {
    border-top: 1px solid #e6e6e6;
}

.second-level > li:hover .item-second-level,
.second-level > li.active .item-second-level {
    background: #0498c7;
}

.menu > li.full-width .second-level > li:hover .item-second-level:before,
.menu > li.full-width .second-level > li.active .item-second-level:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 9px;
    border-color: transparent transparent transparent #0499c7;
    margin-top: -9px;
    position: absolute;
    right: -9px;
    top: 50%;
    z-index: 4;
}

.second-level .item-second-level a {
    display: block;
    font-size: 16px;
    line-height: 100%;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    padding: 18px 28px;
    position: relative;
}

.menu > li.full-width .second-level .item-second-level a {
    padding: 18px 52px 18px 70px;
}

.second-level > li:hover .item-second-level a,
.second-level > li.active .item-second-level a {
    color: #fff;
}

.second-level .item-second-level .fa {
    width: 52px;
    height: 56px;
    font-size: 26px;
    line-height: 56px;
    text-align: center;
    color: #b5bfc4;
    position: absolute;
    top: 0;
    right: 0;
}

.second-level > li:hover .item-second-level .fa,
.second-level > li.active .item-second-level .fa {
    color: #fff;
}

.second-level > li:hover .item-second-level .fa:before,
.second-level > li.active .item-second-level .fa:before {
    content: "\f105";
}

.second-level .item-second-level .menu-icon {
    display: block;
    width: 30px;
    height: 30px;
    background: url("images/icons-navigation.png") no-repeat 0 0;
    position: absolute;
    left: 28px;
    top: 50%;
    margin-top: -15px;
}

.second-level .item-second-level .icon-collect {
    background-position: 0 0;
}

.second-level .item-second-level .icon-analyze {
    background-position: -30px 0;
}

.second-level .item-second-level .icon-decide {
    background-position: -60px 0;
}

.second-level .item-second-level .icon-enforce {
    background-position: -90px 0;
}

.second-level > li:hover .item-second-level .icon-collect,
.second-level > li.active .item-second-level .icon-collect {
    background-position: 0 -30px;
}

.second-level > li:hover .item-second-level .icon-analyze,
.second-level > li.active .item-second-level .icon-analyze {
    background-position: -30px -30px;
}

.second-level > li:hover .item-second-level .icon-decide,
.second-level > li.active .item-second-level .icon-decide {
    background-position: -60px -30px;
}

.second-level > li:hover .item-second-level .icon-enforce,
.second-level > li.active .item-second-level .icon-enforce {
    background-position: -90px -30px;
}

/* menu third level */
.block-third-level {
    visibility: hidden;
    width: calc(100% - 250px);    
    height: 100%;
    background: #fefefe url('images/navigation-bg.jpg') no-repeat 100% 0;
    border-left: 1px solid #e6e6e6;    
    position: absolute;
    top: 0;
    left: 250px;
    z-index: 3;
}

.second-level > li:hover > .block-third-level,
.second-level > li.active > .block-third-level {
    visibility: visible;
}

.third-level {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 30px 0;
}

.third-level .third-level-left {
    width: calc(100% - 375px);
    margin: -15px 0;
}

.third-level .third-level-left ul {
    list-style: none;    
}

.third-level .third-level-left > ul > li {
    width: 100%;
    float: left;
    padding-left: 65px;
    margin: 10px 0;
}

.second-level > li.full-width .third-level .third-level-left > ul > li {
    width: 50%;
}

.third-level .third-level-left > ul > li:nth-child(2n+1) {
    clear: left;
}

.third-level .third-level-left ul ul li {
    margin: 9px 0;
}

.third-level .third-level-left ul li a {
    font-size: 16px;
    line-height: 100%;
    color: #616161;
    font-weight: 300;
    text-decoration: none;
}

.third-level .third-level-left ul li a:hover {
    color: #0498c7;
    text-decoration: underline;
}

.third-level .third-level-left ul li h3 {
    font-size: 21px;
    color: #000;
    padding-bottom: 3px;
}

.third-level .third-level-left ul li h3 a {
//  font-size: 21px;
    font-size: 17px;
    color: #000;
}

.third-level .third-level-right {
    width: 375px;
    border-left: 1px solid #e6e6e6;
    text-align: center;
    padding: 0 30px;
}

.third-level .third-level-right img {
    max-width: 100%;
    margin: 15px 0 25px;
}

.third-level .third-level-right p {
    font-size: 14px;
    line-height: 128%;
    color: #616161;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

/* counter attack section */
.counter-attack-section {
    background: #0498c7;
    padding: 10px 0;
}

.counter-attack {
    width: 100%;
    display: table;
    table-layout: fixed;
}

.counter-attack * {
    font-family: "Roboto", sans-serif;
    color: #fff;
}

.counter-attack .fa {
    font-family: "FontAwesome";
}

.counter-attack h3 {
    width: 190px;
    display: table-cell;
    vertical-align: middle;
    font-size: 23px;
    line-height: 100%;
    font-weight: 500;  
    white-space: nowrap;  
    padding: 5px 30px 5px 0;
}

.counter-attack h3 a:hover {
    text-decoration: underline;
}

.counter-attack-slider {
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #fdfdfd;
    padding: 5px 0 5px 35px;
}

.counter-attack-slider p {
    font-size: 14px;
    line-height: 128%;
    font-weight: 300;
}

.counter-attack-slider .read-all {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    text-decoration: underline;
}

.counter-attack-slider .read-all:hover {
    text-decoration: none;
}

.counter-attack-slider .read-all .fa {
    margin-left: 3px;
}

@media all and (max-width: 1200px) {
    #header .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

    .logo img {
        margin: 0;
    }

    .main-menu {
        margin-left: -10px;
    }

    .menu > li .item-first-level {
        font-size: 14px;
    }

    .menu > li .item-first-level a {
        padding: 19px 30px 19px 15px;
    }

    .menu > li .item-first-level .fa {
        right: 15px;
    }

    .menu > li.full-width .second-level {
        max-width: 800px;
    }

    .third-level .third-level-left {
        width: calc(100% - 300px);
    }

    .third-level .third-level-left > ul > li {
        padding: 0 0 0 35px;
    }

    .third-level .third-level-right {
        width: 300px;
    }

    .third-level .third-level-left ul li h3,
    .third-level .third-level-left ul li h3 a {
        font-size: 19px;
    }

    .btn-request-demo {
        right: 10px;
    }
}

@media all and (max-width: 1024px) {
    .openMenu {
        overflow: hidden;
    }

    .openMenu .zsiq_floatmain,
    .openMenu .zsiq_custommain {
        display: none !important;
    }

    .fixedHeader.headerRow {
        top: 0;
    }

    .closeMobileMenu,
    .mobileMenuSwitch {
        display: block;        
    }   

    .header-menu {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: #fff;
        border: none;
        position: fixed;
        top: 0;
        right: -100%;
        bottom: 0;
        -webkit-transition: right 300ms ease 0s;
        transition: right 300ms ease 0s;        
    }

    .openMenu .header-menu {
        right: 0;
    }

     #header .header-menu .wrapper {
        min-width: initial;
        padding: 0;
        position: static;
    }

    .main-menu {
        margin: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        background: #f6f6f6;
        border-top: 1px solid #e6e6e6;
        position: absolute;
        left: 0;
        top: 53px;
    }

    .menu {
        padding: 0;
    }

    .menu > li {
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
    }

    .menu > li .item-first-level {
        height: auto;
        font-size: 16px;
        font-weight: 700;
        margin: 0;
    }

    .menu > li + li .item-first-level:before {
        display: none;
    }

    .menu > li .item-first-level a {
        padding: 18px 52px 18px 28px;
    }

    .menu > li .item-first-level .fa,
    .second-level .item-second-level .fa {
        width: 52px;
        height: 52px;
        font-size: 26px;
        line-height: 52px;
        text-align: center;
        color: #b5bfc4;
        margin: 0;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }

    .menu > li .item-first-level .fa:before {
        content: "\f105";
    }

    .menu .item-back {
        display: block;
    }

    .block-second-level {
        width: 100%;
        height: 100%;
        background: #f6f6f6;
        border-top: 1px solid #e6e6e6;
        border-left: none;
        overflow-y: auto;
        visibility: visible;
        opacity: 1;
        position: fixed;
        top: 53px;
        right: -100%;
        left: auto;
        margin: 0;
        -webkit-transition: right 300ms ease 0s;
        transition: right 300ms ease 0s;
    }

    .openMenu .block-second-level.open {
        right: 0;
    }    

    .second-level,
    .menu > li.full-width .second-level {
        max-width: initial;
        min-height: initial;
        background: none;
        border: none;
        margin-bottom: 53px;
    }

    .second-level > li {
        border-bottom: 1px solid #e6e6e6;
        padding: 0 !important;
    }

    .second-level > li + li .item-second-level {
        border: none;
    }

    .menu > li.full-width .second-level .item-second-level {
        width: 100%;
    }

    .menu > li.full-width .second-level > li:hover .item-second-level:before,
    .menu > li.full-width .second-level > li.active .item-second-level:before {
        display: none;
    }

    .second-level .item-second-level a,
    .menu > li.full-width .second-level .item-second-level a {
        font-size: 16px;
        padding: 18px 50px 18px 28px;
    }    

    .second-level > li:hover .item-second-level,
    .second-level > li.active .item-second-level,
    .menu > li.full-width .second-level > li:hover .item-second-level {
        background: none;
    }

    .second-level > li.active .item-second-level a {
        color: #000;
    }

    .second-level > li.active .item-second-level .fa {
        color: #b5bfc4;
    }

    .second-level > li:hover .item-second-level a,
    .second-level > li.active:hover .item-second-level a,
    .menu > li.full-width .second-level > li:hover .item-second-level a,
    .second-level > li:hover .item-second-level .fa,
    .second-level > li.active:hover .item-second-level .fa {
        color: #0498c7;
    }

    .menu > li .item-second-level .fa:before,
    .second-level > li:hover .item-second-level .fa:before,
    .second-level > li.active .item-second-level .fa:before {
        content: "\f105";
    }

    .second-level .item-second-level .menu-icon {
        display: none;
    }

    .block-third-level {
        width: 100%;
        height: 100%;
        background: #f6f6f6;
        border-top: 1px solid #e6e6e6;
        border-left: none;
        overflow-y: auto;
        visibility: visible;
        position: fixed;
        top: 53px;
        right: -100%;
        left: auto;
        -webkit-transition: right 300ms ease 0s;
        transition: right 300ms ease 0s;
    }

    .openMenu .block-third-level.open {
        right: 0;
    }

    .third-level {
        margin-bottom: 53px;
    }

    .third-level .third-level-left {
        width: 100%;
    }

    .third-level .third-level-right {
        display: none;
    }

    .top-nav {
        position: static;
        width: 100%;
        float: left;
        margin-bottom: 53px;
    }

    .top-nav li {
        width: 100%;
        border-bottom: 1px solid #e6e6e6;      
    }

    .top-nav li a {
        display: block;
        border: none !important;
        font-size: 16px;
        color: #000;
        font-weight: 700;
        text-transform: uppercase;
        padding: 18px 52px 18px 28px;
    }

    .top-nav li a .fa {
        display: none;
    }

    .btn-request-demo {
        top: 10px;
        left: 10px;
    }
}

@media all and (max-width: 600px) {
    .header-phone {
        display: none;
    }

    .counter-attack {
        display: block;
    }

    .counter-attack h3 {
        display: block;
        width: 100%;
        padding-right: 0;
        text-align: center;
    }

    .counter-attack .counter-attack-slider {
        display: block;
        border: none;
        padding-left: 0;
    }
}

@media all and (max-width: 480px) {
    .mobileMenuSwitch {
        margin: 0;
    }

    .second-level > li.full-width .third-level .third-level-left > ul > li {
        width: 100%;
    }
}
/* new header end */

.pageContainer {
    padding: 132px 0 0;
    width: 100%;
}

.topSlideBox {
    background-color: #263d4a;
    border-bottom: 0 solid #fff;
    height: 570px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.topSlideBox.paralax {
    background-position: 50% 100% !important;
    background-size: cover !important;
    background-attachment: scroll !important;
}

.topSlideHeading {
    float: left;
    color: #fff;
    width: 90%;
	font-size: 27px;
    line-height: 35px;
    font-family: 'Roboto', sans-serif;
}

.topSlideHeading h1 {
    float: left;
    width: 100%;
	color: #fff;
    font-size: 85px;
    line-height: 105px;
    font-family: 'Roboto', sans-serif;
	text-shadow: 3px 3px #000000;
    font-weight: 700;
}

.topSlideHeading h2 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 65px;
    line-height: 85px;
    font-family: 'Roboto', sans-serif;
	text-shadow: 3px 3px #000000;
}

.topSlideHeading h3 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 45px;
    line-height: 65px;
    font-family: 'Roboto', sans-serif;
	text-shadow: 3px 3px #000000;
}

.topSlideHeading h4 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.triangleBgBox {
    position: relative;
    overflow: hidden;
}

.triangleBgBox:after {
    -webkit-transform: scale(.9999);
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0px;
    height: 0;
    border-left: 2000px solid #fff;
    border-right: 2000px solid #fff;
    border-top: 230px solid rgba(0, 0, 0, 0);
    margin-left: -2000px;
}

.partnersTopSlideBox.paralax {
    background-position: 50% 0 !important;
}

.partnersPageTitle {
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    line-height: 90px;
    padding: 103px 0 0;
    text-align: center;
    text-transform: uppercase;
}

#topContainer .pageTitle {
    color: #fff;
    float: none;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    padding: 0 0 24px;
    text-transform: uppercase;
}

.pageDescription {
    color: #fff;
    float: left;
    font-size: 23px;
    font-weight: 300;
    line-height: 30px;
    padding: 158px 0 0;
    width: 35%;
}

.pageTitle {
    color: #fff;
    float: left;
    font-size: 36px;
    font-weight: 400;
    line-height: 42px;
    padding: 0 0 11px 269px;
}

.circleReportBox {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    float: right;
    width: 45%;
    color: #fff;
    text-align: center;
}

.circleReportBox img {
    /*max-width: 120%;*/
    max-width: 100%;
    /*margin-top: -70px;*/
    margin-top: 50px;
    margin-left: -10%;
    margin-right: -10%;
    margin-bottom: -45px;
    text-transform: uppercase;
    font-size: 16px;
}

.circleReportBox h4 {
    clear: both;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 35px;
    margin-bottom: 15px;
    font-weight: 500;
}

.newSectionContent img {
    max-width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
}

.previewSlideBox {
    position: relative;
    width: 883px;
}

.previewSlideBox img {
    position: absolute;
}

.previewSlideBox .ipad {
    left: 32px;
    top: 263px;
    z-index: 2;
}

.previewSlideBox .imac {
    left: 146px;
    top: 33px;
    z-index: 1;
}

.previewSlideBox .iphone {
    right: 0;
    top: 342px;
    z-index: 2;
}

.twitterFeedBox {
    background-color: #e0483d;
    overflow: hidden;
    width: 277px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.twitterFeedHeader {
    padding: 30px 0 39px;
}

.twitterFeedHeader .number {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 38px;
    padding: 5px 0 6px;
    text-align: center;
}

.twitterFeedHeader .text {
    color: #fff;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
}

.twitterFeedBody {
    background-color: #cc3b30;
    padding: 24px 20px 21px;
    position: relative;
}

.twitterFeedBody:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #e0483d;
}

.twitterFeedBody .feedText {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
}

.twitterFeedBody .feedDate {
    color: #881d15;
    font-size: 12px;
    line-height: 100%;
    padding: 10px 0 0;
}

.aboutusBox {
    padding: 0;
}

.aboutusContent {
    position: relative;
    padding: 26px 0 70px;
}

.aboutusContent:before {
    background-color: #f6f5f0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: 1px;
}

.aboutusContent:after {
    background-color: #f6f5f0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 1px;
}

.scrollToLink {
    font-size: 18px;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin-left: -25px;
    position: absolute;
    text-align: center;
    top: -25px;
    width: 50px;
    z-index: 1;
}

.scrollToLink.gray {
    background-color: #f6f5f0;
    color: #e0483d;
}

.scrollToLink.white,
.scrollToLink.red:hover {
    background-color: #fff;
    color: #e0483d;
}

.scrollToLink.red {
    background-color: #e0483d;
    color: #fff;
}

.scrollToLink.blue {
    background-color: #2b4c60;
    color: #fff;
}

.sectionTitle {
    color: #22292e;
    font-size: 32px;
    line-height: 100%;
    padding: 54px 0 13px;
    position: relative;
    text-align: center;
}

.sectionTitle.white {
    color: #fff;
}

.sectionTitle:after {
    background-color: #e0483d;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 42px;
    height: 3px;
    margin-left: -21px;
}

.sectionTitle.smallLine:after {
    width: 24px;
    margin-left: -12px;
}

.sectionTitle.leftText {
    text-align: left;
}

.sectionTitle.leftText:after {
    left: 0;
    margin-left: 0;
}

.aboutUsText {
    margin: 109px 0 0 71px;
    width: 410px;
}

.aboutUsText .partTitle {
    color: #22292e;
    font-size: 24px;
    line-height: 34px;
    padding: 0 0 27px;
}

.aboutUsText span {
    color: #616568;
    font-size: 14px;
    line-height: 24px;
}

.aboutUsVideo {
    border: 3px solid #ccc;
    margin: 46px 69px 0 0;
    height: 0;
    overflow: hidden;
    padding-bottom: 26.25%;
    position: relative;
    width: 596px;
    z-index: 1;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.aboutUsVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.productsContent {
    position: relative;
}

.customersBox {
    background-color: #fdfdfd;
    border-bottom: 1px solid #f2f2f2;
    padding: 0 20px 50px;
    margin-bottom: -1px;
}

.customersBox .customers-carousel {
    padding: 35px 0 0;
    float: left;
}

.productList {
    float: left;
    width: 100%;
    padding: 35px 0;
}

.productList li.productOuter {
    display: block;
    float: left;
    height: 260px;
}

.productList li.leftProduct {
    width: 33%;
}

.productList li.centerProduct {
    width: 34%;
    position: relative;
    padding: 0 1px;
}

.productList li.centerProduct:before {
    background-color: #eaeaea;
    content: "";
    position: absolute;
    left: 0;
    top: 45px;
    width: 1px;
    height: 170px;
}

.productList li.centerProduct:after {
    background-color: #eaeaea;
    content: "";
    position: absolute;
    right: 0;
    top: 45px;
    width: 1px;
    height: 170px;
}

.productList li.rightProduct {
    width: 33%;
}

.productList li.separator {
    background-color: #eaeaea;
    display: block;
    float: left;
    height: 1px;
    width: 100%;
}

.productItem {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.productItem .productName {
    color: #e0483d;
    font-size: 16px;
    padding-top: 199px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.productItem .productIcon {
    /*background-image: url("../img/products.png");*/
    background-repeat: no-repeat;
    border: 4px solid #e0483d;
    height: 138px;
    left: 50%;
    margin-left: -69px;
    position: absolute;
    top: 45px;
    width: 138px;
}

.productItem.dataSecurity .productIcon {
    background-position: -3px -4px;
}

.productItem.emailSecurity .productIcon {
    background-position: -142px -3px;
}

.productItem.identityManagement .productIcon {
    background-position: -278px -4px;
}

.productItem.mobileSecurity .productIcon {
    background-position: -415px -5px;
}

.productItem.networkSecurity .productIcon {
    background-position: -553px -4px;
}

.productItem.webSecurity .productIcon {
    background-position: -690px -4px;
}

.productItem:hover .productIcon {
    background-color: #e0483d;
}

.productItem.dataSecurity:hover .productIcon {
    background-position: -3px -143px;
}

.productItem.emailSecurity:hover .productIcon {
    background-position: -142px -142px;
}

.productItem.identityManagement:hover .productIcon {
    background-position: -278px -143px;
}

.productItem.mobileSecurity:hover .productIcon {
    background-position: -415px -144px;
}

.productItem.networkSecurity:hover .productIcon {
    background-position: -553px -143px;
}

.productItem.webSecurity:hover .productIcon {
    background-position: -690px -143px;
}

.productItem .productSwitchBox {
    background-color: #e0483d;
    display: none;
    height: 100%;
    left: 0;
    padding: 24px 20px 0;
    position: absolute;
    top: 0;
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.productItem.open .productSwitchBox {
    display: block;
}

.productItem .productSwitchName {
    color: #fff;
    float: left;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.productItem .productSwitchDesc {
    color: #fff;
    float: left;
    font-size: 14px;
    line-height: 20px;
    padding: 14px 0;
    text-align: center;
    width: 100%;
    min-height: 115px;
}

.productItem .productSwitchLink {
    border: 1px solid #fff;
    clear: both;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 100%;
    margin: auto;
    padding: 15px 0;
    text-align: center;
    width: 160px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.productItem .productSwitchLink.hvr-radial-out {
    background-color: #e0483d;
}

.productItem .productSwitchLink.hvr-radial-out:before {
    background-color: #fff;
}

.productItem .productSwitchLink:hover {
    color: #e0483d;
}

.platformDesc {
    color: #22292e;
    font-size: 32px;
    line-height: 100%;
    padding: 43px 0;
    text-align: center;
}

.mapImg {
    display: block;
    margin: auto;
}

.platformBtmSection {
    padding: 29px 0 33px;
}

.dataAnalyticsBox {
    width: 48%;
}

.graphBox {
    background: url('../img/graph-bg.png') no-repeat 50% 50%;
    text-align: center;
    padding: 15px 0;
}

.apiBox {
    width: 48%;
}

.apiDescBox {
    background: url("../img/api.png") no-repeat 20px 50% #e5e5e5;
    color: #616568;
    float: left;
    font-size: 15px;
    line-height: 20px;
    margin: 36px 0 0;
    padding: 29px 20px 31px 122px;
    position: relative;
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.apiDescBox:before {
    border-bottom: 10px solid #e5e5e5;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: -9px;
    width: 0;
}

.partnersContent {
    position: relative;
    padding: 18px 0;
}

.partners-slider {
    padding: 73px 0 22px;
}

.partner-logos {
    float: left;
    text-align: justify;
    width: 100%;
}

.partner-logos li {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 16%;
}

.partner-logos li.border-r {
    border-right: 1px solid #2d3540;
}

.partner-logos li.topLogos {
    height: 65px;
}

.partner-logos li.btmLogos {
    height: 82px;
}

.partner-logos li.help-item {
    width: 100%;
    height: 1px;
}

.partner-logos li img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}

.partner-logos li img:hover {
    top: auto;
    bottom: 0;
}

.topLine {
    border-top: 1px solid #2d3540;
    margin-top: 15px;
    padding-top: 25px;
}

.partnerLogoBox {
    float: left;
    width: 100%;
    height: 200px;
    position: relative;
}

.partnerLogoBox:before {
    content: "";
    background-color: #2d3540;
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    height: 1px;
}

.partnerLogoBox img {
    cursor: pointer;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.partnerLogoBox img:hover {
    top: auto;
    bottom: 0;
}

.firstSlide.partnerLogoBox .topPartnerLogo,
.firstSlide.partnerLogoBox .btmPartnerLogo {
    border-left: 1px solid #2d3540;
}

.partnerLogoBox .topPartnerLogo {
    border-right: 1px solid #2d3540;
    height: 65px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}

.partnerLogoBox .btmPartnerLogo {
    border-right: 1px solid #2d3540;
    bottom: 0;
    height: 82px;
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.contactContent {
    position: relative;
    padding: 10px 0 35px;
}

.contactDesc {
    color: #787d81;
    font-size: 14px;
    line-height: 18px;
    padding: 20px 0 17px;
    text-align: center;
}

.contactInfoBox {
    float: left;
    width: 48%;
}

.contactInfoBox .leftIcon {
    padding: 34px 0 0 37px;
    position: relative;
    width: 48%;
}

.contactInfoBox .leftIcon i {
    color: #e0483d;
    font-size: 30px;
    left: 0;
    position: absolute;
    top: 31px;
}

.contactInfoBox .leftIcon .iconImg {
    left: 0;
    position: absolute;
    top: 31px;
}

.contactInfoBox .contactTitle {
    color: #22292e;
    float: left;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
}

.contactInfoBox .contactInfo {
    color: #616568;
    float: left;
    font-size: 14px;
    line-height: 18px;
    padding: 9px 0;
    width: 100%;
}

.contactInfoBox .contactInfo a {
    color: #e0483d;
}

.contactInfoBox .contactInfo a:hover {
    text-decoration: underline;
}

.additional-addr.clear {
    margin-top: -50px;
}

.contactFormBox {
    float: right;
    padding: 21px 0 0;
    width: 51%;
}

.contactFormBox form {
    float: left;
    width: 100%;
}

.contactFormBox form > .pageRow {
    padding-bottom: 16px;
}

.inputFieldOuter {
    border-bottom: 1px solid #d1d5d8;
    width: 48%;
    position: relative;
}

.inputFieldOuter:before,
.textFieldOuter:before {
    background-color: #d1d5d8;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 6px;
}

.inputFieldOuter:after,
.textFieldOuter:after {
    background-color: #d1d5d8;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 6px;
}

.inputField {
    background: none;
    border: 0 none;
    font-size: 14px;
    padding: 8px 10px;
    width: 100%;
}

.textFieldOuter {
    border-bottom: 1px solid #d1d5d8;
    float: left;
    width: 100%;
    position: relative;
}

.textField {
    background: none;
    border: 0 none;
    font-size: 14px;
    height: 92px;
    line-height: 16px;
    padding: 4px 10px;
    width: 100%;
}

.contactFormBox .redBtn {
    margin-top: 9px;
}

.contactFormBox .redBtn:hover {
    background-color: #bc3228;
}


/* Footer */

.footerRow {
    background-color: #31393e;
    position: absolute;
    bottom: 0;
}

.footer-content {
    border-bottom: 1px solid #3c454b;
    padding: 20px 0;
    display: flex;
    flex-wrap: nowrap;
}

.footerFlexItem {
    order: 1;
    flex-basis: 25%;
}

.footer-contacts {
    padding-right: 25px;
}

.logoFooter {
    margin-bottom: 25px;
    margin-top: -15px;
    max-width: 100%;
}

.phone {
    color: #fff;
    font-size: 15px;
    line-height: 100%;
    padding: 12px 0 12px 40px;
    position: relative;
}

.phone > i {
    font-size: 15px;
    height: 32px;
    left: 0;
    padding: 8px 0 0;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 32px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.adress {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    padding: 12px 0 35px 40px;
    position: relative;
}

.adress > i {
    font-size: 15px;
    height: 32px;
    left: 0;
    padding: 13px 0 0;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 32px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.socialMenu {
    float: left;
    padding: 25px 0 0 0px;
    text-align: left;
}

.socialMenu > li {
    float: left;
    margin-right: 15px;
    list-style-type: none;
}

.socialMenu > li > a {
    font-weight: 400;
    background-color: #004194;
    color: #fff;
    float: left;
    font-size: 16px;
    height: 32px;
    line-height: 100%;
    padding: 8px 0 0;
    text-align: center;
    width: 32px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-bottom: 10px;
}

.socialMenu > li > a.linkedin {
    background: #3b6fa7;
}

.socialMenu > li > a.twitter {
    background: #00bdff;
}

.socialMenu > li > a.youtube {
    background: #d42428;
}

.socialMenu > li > a.blogIcon {
    background: #ed802c;
}

.socialMenu > li > a:hover {
    background-color: #22292e;
}

.footer-content .redBtnV2 {
    float: right;
    margin: 2px 0 0 25px;
}

.navList {
    padding: 21px 0 35px;
}

.navList > li {
    display: block;
    margin-right: 65px;
    margin-bottom: 5px;
}

.navList > li:last-child {
    margin-right: 0;
}

.navList > li > a {
    color: #fff;
    font: 15px 'Open Sans', sans-serif;
}

.navList > li > a:hover {
    text-decoration: underline;
}

.footer-header {
    padding-top: 40px;
    background: #3c3838;
    color: #fff;
}

.footer-header h3 {
    font: 600 15px 'Open Sans', sans-serif;
    color: #979797;
    text-transform: uppercase;
}

.footer-bottom {
    padding: 21px 0 18px;
    background: #333030;
}

.copyright {
    color: #fff;
    font-size: 13px;
    line-height: 100%;
    text-align: left;
}

.scrollTop {
    background-color: #94979e;
    bottom: 150px;
    display: none;
    color: #fff;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 50px;
    opacity: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.scrollTop:hover {
    opacity: 1 !important;
}


/*End footer*/

.topSlideBox.smallHeader {
    background-color: #263d4a;
    border-bottom: 0 none;
    height: 115px;
    padding-top: 30px;
}

.topSlideBox.smallHeader .pageTitle {
    padding: 0;
}

.tableBox {
    display: table;
}

.tableBoxRow {
    display: table-row;
}

.tableBoxCol {
    display: table-cell;
    vertical-align: top;
}

.tableLeftCol {
    background-color: #fff;
    padding: 60px 0 0;
    width: 856px;
}

.tableRightCol {
    background-color: #f0f0f0;
    position: relative;
    padding: 63px 0 0 25px;
    z-index: 0;
}

.tableRightCol:after {
    background-color: #f0f0f0;
    content: "";
    width: 5000px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.innertPageTitle {
    color: #22292e;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
}

.innertPageTitle.titleOffset {
    padding: 65px 0 15px;
}

.innerPageContent {
    float: left;
    padding: 26px 25px 45px 0;
    width: 100%;
}

.innerPageContent p {
    color: #616568;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 15px;
}

.innerPageContent ul {
    padding: 5px 0 10px 30px;
}

.innerPageContent ul > li {
    color: #616568;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 10px 0;
}

ul.disc-list {
    float: left;
    margin: 0;
    padding: 9px 0 24px;
    width: 100%;
}

ul.disc-list li {
    color: #616568;
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    list-style-position: inside;
    list-style-type: disc;
    padding: 0;
    width: 100%;
}

.registerTitle {
    color: #22292e;
    font-size: 20px;
    line-height: 100%;
}

.registerFormBox {
    padding: 23px 0 0;
}

.fieldOuter {
    border-bottom: 1px solid #d1d5d8;
    float: left;
    margin: 0 0 19px;
    position: relative;
    width: 100%;
}

.fieldOuter:before {
    background-color: #d1d5d8;
    bottom: 0;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    width: 1px;
}

.fieldOuter:after {
    background-color: #d1d5d8;
    bottom: 0;
    content: "";
    height: 6px;
    position: absolute;
    right: 0;
    width: 1px;
}

.textFormField {
    background-color: transparent;
    border: 0 none;
    color: #666;
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 100%;
    padding: 9px 16px;
    width: 100%;
}

.customSelectBox {
    float: left;
    height: 32px;
    padding-right: 35px;
    position: relative;
    width: 100%;
}

.customSelectVal {
    color: #666;
    float: left;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 100%;
    padding: 9px 0 0 16px;
    width: 100%;
}

.customSelect {
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
}

.formFooter {
    float: left;
    width: 100%;
    padding: 10px 0 0;
}

.rightItem {
    float: right;
}

.formFooter .customCheckbox {
    margin: 10px 26px 0 0;
}

.customCheckbox {
    padding: 0;
    position: relative;
}

.customCheckbox input {
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0;
}

.customCheckbox label {
    color: #787d81;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 100%;
    padding-left: 23px;
    position: relative;
    cursor: pointer;
}

.customCheckbox label:before {
    background: url('../img/checkbox.png') no-repeat;
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 1px;
}

.customCheckbox input:checked + label:before {
    background-position: 0 -16px;
}

.privacyHeader {
    background: url('images/privacy-bg.jpg') no-repeat 50% 0;
    background-size: auto 100%;
    min-height: 625px;
    padding-top: 296px;
    position: relative;
    margin-bottom: -44px;
}

.pageTitleLine {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 100%;
    padding-bottom: 19px;
    position: relative;
    text-align: center;
}

.pageTitleLine:after {
    background-color: #e0483d;
    bottom: 0;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -21px;
    position: absolute;
    width: 42px;
}

.scrollDownBox {
    background: #fff url("../img/scroll-bg.jpg") no-repeat 50% 0;
    bottom: 0;
    height: 44px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100%;
}

.scrollDownBox span,
.scrollDownBox a {
    background: url("../img/scroll.png") no-repeat 50% 0;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 100%;
    margin: -31px auto 0;
    padding-top: 41px;
    text-align: center;
    width: 74px;
}

.privacyContent .tableLeftCol {
    padding: 68px 0 0;
    width: 100%;
}

.privacyTitle {
    color: #22292e;
    font-family: "Lato", sans-serif;
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 3px;
    text-transform: uppercase;
}

.privacySubTitle {
    color: #616568;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    line-height: 100%;
    padding: 4px 0 12px;
}

.privacyContent p {
    color: #616568;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding-bottom: 22px;
}

.privacyContent p a {
    color: #e0483d;
}

.privacyContent p a:hover {
    text-decoration: underline;
}

.importantTxt {
    background-color: #f7f7f7;
    border-left: 6px solid #e0483d;
    display: block;
    margin-bottom: 25px;
    padding: 11px 10px 0 30px;
    width: 100%;
}

.importantTxt h3 {
    color: #616568;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 100%;
    padding: 0 0 10px;
}

.importantTxt p {
    padding-bottom: 15px;
}

.privacyPolicyLink {
    color: #e0483d;
    float: left;
    font-size: 14px;
    line-height: 100%;
    margin: 3px 0 0;
}

.privacyPolicyLink:hover {
    text-decoration: underline;
}

.followBox {
    float: left;
}

.radBoxContainer {
    background-color: #bc0000;
    margin: 129px auto 0;
    padding: 31px 60px 55px;
    width: 780px;
}

.radBoxContainer h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
    padding: 0 0 19px;
    text-align: center;
}

.radBoxContainer span {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 0;
    text-align: center;
    width: 100%;
}

.benefitsContent {
    padding: 16px 0 0;
}

.benefitsContainer {
    float: left;
    padding: 60px 0 0;
    text-align: center;
    width: 100%;
}

.benefitsItem {
    display: inline-block;
    height: 250px;
    margin: 0 58px;
    text-align: center;
    width: 280px;
}

.benefitsTitle {
    color: #000;
    float: left;
    font-size: 25px;
    font-weight: 700;
    line-height: 100%;
    padding-bottom: 3px;
    width: 100%;
}

.benefitsDesc {
    color: #616568;
    float: left;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
}

.sliderCommentsBox {
    background-color: #f6f6f6;
    margin: 52px 0 0;
    padding: 75px 0 52px;
}

.slideItemTable {
    width: 100%;
}

.slideItemTable td {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

.slideItemTable td.logoRow {
    width: 40%;
}

.slideItemTable td.commentRow {
    width: 60%;
}

.slideItemTable td img {
    max-width: 100%;
}

.slideComment {
    color: #010101;
    float: left;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    padding: 0 15% 0 0;
    text-align: left;
    width: 100%;
}

.slideCommentAuthor {
    color: #000;
    float: left;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    padding: 25px 0 10px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.slideCommentPos {
    color: #000;
    float: left;
    font-size: 14px;
    font-weight: 300;
    line-height: 100%;
    text-align: left;
    width: 100%;
}

.commentsSlider.owl-theme .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0);
    color: #484747;
    font-size: 44px;
    height: 56px;
    line-height: 49px;
    margin: -28px 0 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 56px;
    opacity: 1;
}

.commentsSlider.owl-theme .owl-controls .owl-buttons div:hover {
    background: #ededed;
}

.commentsSlider.owl-theme .owl-controls .owl-buttons div.owl-prev {
    padding-right: 5px;
    left: 0;
}

.commentsSlider.owl-theme .owl-controls .owl-buttons div.owl-next {
    padding-left: 5px;
    right: 0;
}

.partnersBox {
    padding: 75px 0;
}

.allPartnersBoxTitle {
    color: #484747;
    font-size: 60px;
    font-weight: 300;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}

.allPartnersBoxTitle > span {
    color: #bc0000;
    font-size: 80px;
    font-weight: 700;
}

.allPartnersBox {
    padding: 71px 0 0;
    text-align: center;
}

.partnerItemBox {
    width: 180px;
    display: inline-block;
    margin: 0 8px 15px;
}

.partnerItemBox.hidePartnerItem {
    display: none;
}

.partnerItemTable {
    border: 1px solid #e6e6e6;
    display: table;
    width: 100%;
    overflow: hidden;
}

.partnerItemTable .partnerItemTableRow {
    display: table-row;
}

.partnerItemTable .partnerItemLogo {
    background-color: #f6f6f6;
    display: table-cell;
    height: 137px;
    text-align: center;
    vertical-align: middle;
}

.partnerItemTable .partnerItemLogo img {
    max-width: 170px;
    max-height: 130px;
}

.partnerItemTable .partnerItemName {
    background-color: #e6e6e6;
    color: #010101;
    display: table-cell;
    font-size: 14px;
    height: 50px;
    line-height: 16px;
    text-align: center;
    vertical-align: middle;
}

.showMorePartnersBtn {
    background-color: #f6f6f6;
    border: 1px solid #e6e6e6;
    color: #a6a6a6;
    cursor: pointer;
    float: left;
    font-size: 24px;
    font-weight: 300;
    height: 180px;
    line-height: 100%;
    padding: 80px 0 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.showMorePartnersBtn:hover {
    background-color: #eee;
}

.customerContainer {
    padding: 50px 0;
}

.customerItem {
    float: left;
    text-align: center;
    width: 16.666%;
}

.customerItem.hiddenCustomerItem {
    display: none;
}

.customerItem .partnerItemBox {
    margin: 0 0 15px;
}

.moreCustomersBox {
    float: left;
    padding: 25px 0 0;
    text-align: center;
    width: 100%;
}

.moreCustomersBtn {
    border: 1px solid #de4942;
    color: #de4942;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 100%;
    padding: 15px;
    text-transform: uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.moreCustomersBtn:hover {
    background-color: #de4942;
    color: #fff;
}

.videoContent {
    padding: 50px 0;
}

.videoContainer {
    cursor: pointer;
    float: left;
    height: 155px;
    margin: 15px 1.5%;
    width: 30.333%;
    box-shadow: 0 0 30px -5px #000;
    -moz-box-shadow: 0 0 30px -5px #000;
    -webkit-box-shadow: 0 0 30px -5px #000;
}

.videoContainer .alignCenter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.videoContainerLogo {
    float: left;
    height: 100%;
    text-align: center;
    width: 40%;
}

.videoContainerLogo > img {
    max-height: 98%;
    max-width: 98%;
}

.videoContainerUser {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    height: 100%;
    width: 60%;
}

.videoContainer:hover .playVideo {
    background-color: rgba(224, 72, 61, 1);
}

.playVideo {
    background-color: rgba(224, 72, 61, 0.65);
    height: 50px;
    position: relative;
    width: 50px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.playVideo:before {
    border-bottom: 9px solid transparent;
    border-left: 13px solid #fff;
    border-top: 9px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}

.highlightsBox {
    padding: 40px 0 55px;
}

.highlightsContainer {
    border-collapse: separate;
    border-spacing: 40px 0;
    display: table;
    padding: 45px 0 0;
    width: 100%;
}

.highlightsContent > .title {
    font-size: 28px;
    font-weight: 400;
}

.highlightsContent > .color2 {
    color: #fff;
}

.highlightsCol {
    background-color: rgba(240, 240, 240, 0.2);
    border-radius: 3px;
    display: table-cell;
    padding-bottom: 30px;
    vertical-align: top;
    width: 25%;
}

ul.highlightsList {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

ul.highlightsList > li.title {
    background-color: rgba(240, 240, 240, 0.1);
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 10px;
    padding: 7px 12px 10px;
    text-transform: uppercase;
}

ul.highlightsList > li {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
    padding: 5px 12px;
    position: relative;
}

ul.highlightsList > li > i {
    font-size: 4px;
    left: 0;
    position: relative;
    top: -3px;
}

.programDetailsBox {
    padding: 20px 0 0;
}

.programDetailsGrid {
    float: left;
    margin: 51px 0;
    width: 100%;
}

.programDetailsGridItem {
    background-color: #f8f8f8;
    border: 1px solid #e6e6e6;
    margin: 0 1% 20px;
    padding: 15px 12px;
}

.programDetailsGridItem .programDetailsImg {
    float: left;
    text-align: center;
    width: 100%;
    padding-top: 20px;
}

.programDetailsGridItem .programDetailsImg img {
    max-width: 100%;
}

.programDetailsGridItem h3 {
    color: #e0483d;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    width: 100%;
}

.programDetailsGridItem a {
    color: #000;
    font-weight: 700;
    margin-top: 11px;
    float: left;
}

.programDetailsGridItem a:hover {
    text-decoration: underline;
}

.programDetailsGridItem span {
    color: #000;
    float: left;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    padding-top: 11px;
}

.grid-sizer {
    width: 31.333%;
}

.becomePartnerBox {
    padding: 40px 0 0;
}

.becomePartnerBox .hands {
    margin: 0 auto;
    display: block;
}

.becomePartnerBox .sectionTitle {
    padding: 12px 0 13px;
    text-transform: uppercase;
}

.becomePartnerFormBox {
    float: left;
    padding: 54px 0 60px;
    width: 100%;
}


/*
.becomePartnerForm{display: block;margin: 0 auto;width: 605px;}
.becomePartnerForm .error{color: #e0483d;}
.formRow{float: left;padding-bottom: 22px;width: 100%;}
.fieldBox{float: left;margin: 0 2%;width: 46%;}
.fieldBox.fullWidth{width: 96%;}
.partnerFormField{border: 1px solid #666;color: #777;float: left;font-family: "Lato",sans-serif;font-size: 14px;line-height: 100%;padding: 11px 16px 12px;width: 100%;}
.partnerFormField.textareaCustomers{height: 80px;}
.partnerFormField.textareaComments{height: 165px;}
.captchaBox{border: 1px solid #666;float: left;position: relative;width: 100%;}
.captchaBox > img{left: 0;position: absolute;top: 0;}
.captchaBox > .partnerFormCaptcha{border: 0 none;color: #777;float: left;font-family: "Lato",sans-serif;font-size: 14px;line-height: 100%;padding: 11px 16px 12px 149px;width: 100%;}
.partnerFormSubmit{background-color: #e0483d;border: 0 none;color: #fff;cursor: pointer;float: left;font-family: "Lato",sans-serif;font-size: 14px;font-weight: 300;padding: 10px 0;text-align: center;text-transform: uppercase;width: 100%;}
.partnerFormSubmit:hover{background-color: #cb3f35;}
.partnerFormSelectBox{border: 1px solid #666;float: left;position: relative;width: 100%;cursor: pointer;}
.partnerFormSelectBox > i{position: absolute;right: 10px;top: 50%;margin-top: -8px;color: #e0483d;}
.partnerFormSelectBox .partnerFormSelectVal{color: #777;cursor: pointer;float: left;font-family: "Lato",sans-serif;font-size: 14px;line-height: 100%;overflow: hidden;padding: 11px 16px 12px;white-space: nowrap;width: 100%;text-overflow: ellipsis;}
.partnerFormSelectBox .partnerFormSelect{height: 100%;left: 0;position: absolute;top: 0;width: 100%;z-index: 1;cursor: pointer;opacity: 0;}
*/

#crmWebToEntityForm > form {
    display: block;
    margin: auto;
}

#crmWebToEntityForm > form > br {
    display: none;
}

#crmWebToEntityForm > form > table td > strong {
    display: none;
}

#crmWebToEntityForm > form > table {
    width: 100%;
    background: #fff !important;
}

#crmWebToEntityForm > form > table td:first-child {
    width: 160px !important;
}

#crmWebToEntityForm > form > table td {
    font-family: 'Lato', sans-serif !important;
    padding: 5px;
    font-size: 15px !important;
    width: auto !important;
}

#crmWebToEntityForm > form > table td strong {
    font-family: 'Lato', sans-serif !important;
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 15px;
}

#crmWebToEntityForm > form > table td input[type="text"] {
    background: #fff;
    border: 1px solid #666;
    color: #777;
    font-family: "Lato", sans-serif !important;
    font-size: 16px;
    height: 45px;
    padding: 10px;
    width: 100% !important;
}

#crmWebToEntityForm > form > table td input[type="submit"] {
    background: #e0483d;
    border: 0 none;
    color: #fff !important;
    float: left;
    width: 115px;
    font-family: "Lato", sans-serif !important;
    font-size: 15px !important;
    font-weight: bold;
    margin-left: 160px;
    padding: 9px 16px;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#crmWebToEntityForm > form > table td input[type="reset"] {
    background: #e0483d;
    border: 0 none;
    color: #fff !important;
    float: left;
    width: 115px;
    font-family: "Lato", sans-serif !important;
    font-size: 15px !important;
    font-weight: bold;
    margin-left: 20px;
    padding: 9px 16px;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#crmWebToEntityForm > form > table td input[type="submit"]:hover,
#crmWebToEntityForm > form > table td input[type="reset"]:hover {
    background: #cb3f35;
}

#crmWebToEntityForm > form > table td select {
    background: #fff;
    border: 1px solid #666;
    color: #777;
    font-family: "Lato", sans-serif !important;
    font-size: 16px;
    height: 45px;
    padding: 10px;
}

#crmWebToEntityForm > form > table td span {
    padding: 5px;
}

#crmWebToEntityForm .hdb_submit {
    display: block;
    font-size: 13px;
    line-height: 24px;
    background: #e0483d;
    width: 110px;
    padding: 7px 0;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
    float: right;
}

.hdb-form {
    color: #000000;
    margin-left: auto;
    margin-bottom: 50px;
}

.hdb-form .newsletterOuter {
    margin-bottom: 25px;
}

.hdb-form h3 {
    padding: 0;
    margin-bottom: 30px;
}

#crmWebToEntityForm > form > table td input[type="submit"] {
    margin-left: 0px !important;
}

.hdb-content {
    width: 1200px;
    margin: auto;
    padding-top: 15px;
    position: relative;
    z-index: 1;
}

.hdb-content .descriprion {
    width: 35%;
    padding: 15px 10px 10px;
    float: left;
    line-height: 22px;
}

.hdb-content .preview-img {
    width: 30%;
    padding: 15px 10px 10px;
    float: left;
    line-height: 22px;
}

.hdb-content .preview-img.fullWidth {
    width: 65%;
    text-align: center;
}

.hdb-content .preview-img.fullWidth .lightbox-img {
    float: none;
    display: inline-block;
}

.hdb-content .lightbox-img {
    float: left;
}

.hdb-content .lightbox-img > img {
    float: left;
    height: 435px;
    width: auto;
}

.hdb-content .form {
    width: 35%;
    padding: 15px 0 15px 5%;
    float: left;
}

.hdb-head {
    width: 100%;
    padding: 0;
    background: #263d4a;
    padding-top: 20px;
    padding-bottom: 20px;
}

.hdb-head .title {
    width: 1200px;
    margin: auto;
    padding: 10px 0;
    position: relative;
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
}

.hdb-head .subtitle {
    font-size: 18px !important;
    font-weight: 400;
}

.thankYouBox {
    padding: 170px 0;
}

.thankYouTitle {
    color: #484747;
    font-size: 62px;
    font-weight: 300;
    line-height: 100%;
    padding: 0 0 26px;
    text-align: center;
    text-transform: uppercase;
}

.thankYouDesc {
    color: #616568;
    display: block;
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto;
    max-width: 590px;
    padding: 0 10px;
    text-align: center;
    width: 100%;
}

.emailPopupOverlay {
    background-color: rgba(0, 0, 0, 0.65);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.emailPopup {
    background-color: #ebebeb;
    left: 50%;
    margin: -106px 0 0 -201px;
    width: 403px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.emailPopup.narrowPopup {
    left: 50%;
    margin-left: -145px;
    width: 290px;
}

.emailPopup.narrowPopup .emailPopupBody {
    padding: 19px 25px 20px;
}

.emailPopup.narrowPopup .emailPopupMsg {
    text-align: left;
}

.emailPopup .error-list {
    margin: 0;
    padding: 10px 0 0;
}

.emailPopup .error-list > li {
    list-style-type: none;
    position: relative;
    padding: 2px 0px 2px 15px;
    text-align: left;
}

.emailPopup .error-list > li:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    background-color: #F00;
    border-radius: 100%;
    margin-left: -15px;
}

.emailPopupHeader {
    background-color: #fff;
    border-bottom: 1px solid #d3d3d3;
    color: #e0483d;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    padding: 17px 45px 15px 23px;
    position: relative;
    text-transform: uppercase;
}

.emailPopupHeader > i {
    color: #888;
    cursor: pointer;
    font-weight: 400;
    margin-top: -10px;
    position: absolute;
    right: 20px;
    top: 50%;
}

.emailPopupBody {
    padding: 19px 10px 20px;
    text-align: center;
}

.emailPopupMsg {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 16px;
    padding: 0 0 28px;
    text-align: center;
}

.emailPopupBtn {
    background-color: #e0483d;
    border: 0 none;
    color: #fff;
    font-size: 17px;
    line-height: 100%;
    cursor: pointer;
    padding: 13px 10px 14px;
    text-align: center;
    text-transform: uppercase;
    width: 114px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.emailPopupBtn:hover {
    background-color: #bc3228;
}

.footerTitle {
    color: #22292e;
    float: left;
    font-size: 13px;
    line-height: 100%;
    padding: 0 0 10px 10px;
    text-transform: uppercase;
    width: 100%;
}

.newsletterOuter {
    background-color: #f6f6f6;
    float: left;
    padding: 2px;
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.newsletterOuter .footerInput {
    background-color: transparent;
    border: 0 none;
    color: #a7a7a7;
    float: left;
    padding: 7px 12px;
    width: 205px;
}

.newsletterOuter .redBtn {
    float: right;
    font-size: 13px;
    padding: 8px 5px;
}


/* Start Industry Page */

.industries-container {
    background-image: url("../img/industries-bg.jpg");
    background-position: 60% 23%;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Roboto", sans-serif;
    min-height: 193px;
    padding: 45px 0 0;
}

.industries-top {
    float: left;
    padding: 3px 0 0 15px;
    width: 52%;
}

.industries-top > img {
    margin-bottom: 20px;
}

.industries-top > h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    margin: 0;
    padding: 0 0 18px;
    text-transform: uppercase;
}

.industries-desc {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    line-height: 32px;
    padding-bottom: 32px;
}

.industries-desc > a {
    color: #fff;
    text-decoration: underline;
}

.industries-desc > a:focus,
.industries-desc > a:hover {
    text-decoration: none;
}

.industries-user {
    float: left;
    padding: 300px 0 0 115px;
}

.industries-user > .name {
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.industries-user > .position {
    color: #fff;
    display: block;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    line-height: 32px;
}

.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

.title-light {
    color: #333;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 100%;
    margin: 0;
    padding: 0 0 24px;
    text-transform: uppercase;
}

.title-light.text-lowercase {
    text-transform: none;
}

.stories-container {
    font-family: "Roboto", sans-serif;
    padding: 53px 37px;
}

.industries-customers {
    float: left;
    padding: 0 0px 0 0;
    width: 50%;
}

.industries-customers .title-light {}

.industries-stories {
    float: left;
    padding: 0 0 0 16px;
    width: 50%;
}

.industries-stories .title-light i {
    color: #368ba1;
    margin-right: 10px;
}

.customers-carousel .item {
    margin: 0 14px 0 -14px;
}

.customers-carousel.fixed-item-width .item {
    margin: 0px;
}

.customers-carousel .partnerItemBox {
    float: left;
    margin: 0 0 30px;
    padding: 0 14px;
    width: 25%;
}

.customers-carousel.fixed-item-width .partnerItemBox {
    padding: 0px;
    width: 233px;
    float: none;
    margin: 0 auto 30px;
    display: block;
}

.customers-carousel .partnerItemTable {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.customers-carousel .partnerItemTable .partnerItemLogo {
    background-color: #fff;
}

.customers-carousel .partnerItemTable .partnerItemName {
    background-color: #fafafc;
    color: #595959;
    padding: 0 3px;
}

.top-pagination-carousel.owl-theme .owl-controls {
    margin: 0;
    position: absolute;
    right: 26px;
    top: -50px;
}

.top-pagination-carousel.owl-theme .owl-controls .owl-pagination .owl-page > span {
    background-color: #e8e8e8;
    border: 1px solid #e8e8e8;
    height: 10px;
    margin: 7px 4px;
    width: 10px;
}

.top-pagination-carousel.owl-theme .owl-controls .owl-pagination .owl-page:hover > span,
.top-pagination-carousel.owl-theme .owl-controls .owl-pagination .owl-page.active > span {
    background-color: #fff;
    border-color: #3fa7be;
}

.stories-carousel.top-pagination-carousel.owl-theme .owl-controls {
    right: 16px;
}

.stories-carousel {
    padding: 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.stories-carousel .item {
    position: relative;
}

.stories-carousel .item ul.list {
    padding: 15px 0 0;
    margin: 0;
}

.stories-carousel .item ul.list > li {
    list-style-type: none;
}

.stories-slide-link {
    border: 2px solid #36a3bb;
    color: #36a3bb;
    float: right;
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
    margin: 0 3px 8px 0;
    padding: 10px 9px 7px 15px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.stories-slide-link > i {
    margin-left: 14px;
}

.stories-slide-link:hover {
    background-color: #fff;
}

.stories-slider_content {
    float: left;
    height: 390px;
    overflow: auto;
    padding: 0 17px 0 0;
    width: 100%;
    position: relative;
}

.stories-slider_logo {
    left: 0;
    position: fixed;
    top: 0;
    width: 157px;
}

.stories-slider_text {
    float: left;
    width: 100%;
    padding-left: 182px;
}

.stories-slider_logo:before {
    border-bottom: 9px solid transparent;
    border-right: 12px solid #368ba1;
    border-top: 9px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 12px;
    width: 0;
}

.stories-slider_logo:after {
    background-color: #368ba1;
    content: "";
    height: 112px;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    border-radius: 10px;
}

.stories-slider_logo > img {
    float: left;
    margin: 0;
    max-width: 85%;
}

.stories-slider_logo_name {
    color: #595959;
    float: left;
    font-weight: 300;
    line-height: 18px;
    margin-right: 15%;
    padding-top: 10px;
    text-align: center;
    width: 85%;
}

.stories-slider_content .switchTextBox {
    display: none;
}

.open .stories-slider_content .switchTextBox {
    display: block;
}

.stories-logo {
    background-color: #fff;
    border: 3px solid #d9d9d9;
    float: left;
    height: 72px;
    margin-bottom: 15px;
    position: relative;
    width: 72px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.stories-logo > img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.stories-title {
    color: #595959;
    float: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    padding: 15px 0 33px;
    text-transform: uppercase;
    width: 100%;
}

.stories-text {
    color: #595959;
    float: left;
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    padding: 0 0 5px;
    width: 100%;
    font-style: italic;
}

.stories-link {
    color: #339bb1;
    float: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    margin: 10px 0 0;
    text-decoration: underline;
    text-transform: uppercase;
}

.stories-link:hover {
    text-decoration: none;
}

.security-overview {
    background: url('./images/pattern.png') repeat #e5e5e5;
    padding: 60px 0;
    font-family: "Roboto", sans-serif;
}

.security-overview.blue-container {
    background-color: #172e39;
}

.overview-video {
    float: left;
    width: 50%;
    height: 0;
    overflow: hidden;
    padding-bottom: 27.25%;
    position: relative;
    max-width: 596px;
}

.overview-video .video-player {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.overview-content {
    float: left;
    padding: 70px 0 0 35px;
    width: 50%;
}

.overview-content .title-light {}

.security-overview.blue-container .title-light {
    color: #fff;
}

.overview-content .text {
    color: #595959;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

.security-overview.blue-container .text {
    color: #9aa1ac;
}

.products-container {
    font-family: "Roboto", sans-serif;
    padding: 60px 0;
}

.products-container h3.title-light {
    text-align: center;
}

.products-list {
    /* margin: 0 -15px; */
    padding: 19px 0 0;
}

.products-list > li {
    float: left;
    list-style-type: none;
    padding: 0 15px 30px;
    width: 25%;
}

.products-list > li:nth-child(4n+1) {
    clear: both;
}

.product-item {
    width: 100%;
}

.product-item .tableBox {
    width: 100%;
}

.product-item .tableBox .tableBoxCol {
    vertical-align: middle;
}

.product-item_name {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    height: 178px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webit-border-radius: 5px;
}

.product-item_name_bg1 {
    background-color: rgba(54, 139, 161, 1);
}

.product-item_name_bg2 {
    background-color: #022033;
}

.product-item_desc {
    color: #595959;
    font-size: 16px;
    font-weight: 300;
    height: auto;
    line-height: 28px;
    overflow: hidden;
    padding: 24px 0 0;
}

.close.product-item_desc {
    height: 110px;
}

.more-link {
    color: #339bb1;
    float: left;
    font-size: 15px;
    font-weight: 300;
    margin: 16px 0 0;
    text-decoration: underline;
    text-transform: uppercase;
}

.more-link:hover {
    text-decoration: none;
}

.healthcare {
    background-image: url('../img/healthcare-bg.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    font-family: "Roboto", sans-serif;
    padding: 60px 0;
    min-height: 523px;
}

.healthcare.bg2-container {
    background: #172E39 url("./images/pattern.png");
}

.healthcare.bg2-container .title-light {
    color: #fefefe;
}

.healthcare.bg2-container .healthcare_title {
    color: #fefefe;
}

.healthcare.bg2-container .healthcare_text {
    color: #e4e4e4;
}

.healthcare .title-light {
    text-align: center;
    color: #fff;
}

.healthcare-list {
    padding: 30px 0 0;
}

.healthcare-list > li {
    float: left;
    list-style-type: none;
    width: 31%;
}

.healthcare-list > li:nth-child(3n-1) {
    border-left: 1px solid #6baaba;
    border-right: 1px solid #6baaba;
    margin: 0 2%;
    padding: 0 2%;
    width: 34%;
}

.healthcare_title {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 100%;
    text-transform: uppercase;
}

.healthcare_text {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 29px;
    padding: 16px 0 0;
}

.privacy-laws {
    background: #e5e5e5 url("./images/pattern.png") repeat;
    border-bottom: 8px solid #fff;
    border-top: 8px solid #fff;
    font-family: "Roboto", sans-serif;
    padding: 49px 0 0;
}

.privacy-desc {
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin: 0 auto;
    padding: 10px 23px 20px;
    text-align: left;
    width: 100%;
}

.privacy-desc.font-middle {
    font-size: 16px;
    font-weight: 300;
}

.privacy-desc a {
    color: #368BA1;
}

.privacy-laws .title-light {
    text-align: center;
}

.privacy-laws .left-part {
    float: left;
    padding: 29px 23px 45px;
    width: 50%;
}

.privacy-laws .right-part {
    float: right;
    padding: 29px 23px 45px;
    width: 50%;
}

.privacy-laws .full-w-part {
    color: #e4e4e4;
    float: left;
    font-size: 17px;
    font-weight: 300;
    line-height: 26px;
    padding: 29px 23px 45px;
    text-align: center;
    width: 100%;
}

.privacy-laws hr {
    background-color: #e3e3e3;
    border: 0 none;
    display: block;
    float: left;
    height: 1px;
    margin: 0 0 19px;
    padding: 0;
    width: 100%;
}

.privacy-laws_title {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    padding: 0 0 13px;
    text-transform: uppercase;
}

.privacy-laws_list {
    padding: 0 0 0 24px;
}

.privacy-laws_list.no-title {
    padding-top: 31px;
}

.privacy-laws_list > li {
    color: #333;
    float: left;
    font-size: 14px;
    line-height: 16px;
    margin: 5px 0;
    width: 100%;
}

.privacy-desc.text-center {
    text-align: center;
}

.contact-us {
    background: #e5e5e5 url("./images/pattern.png") repeat scroll 0 0;
    font-family: "Roboto", sans-serif;
    padding: 56px 0;
}

.contact-us .title-light {
    text-align: center;
}

.contact-us-container {
    padding: 32px 0 0;
}

.contact-us_img {
    float: left;
    max-width: 538px;
    width: 49%;
}

.contact-form-container {
    float: right;
    width: 49%;
}

.contact-data {
    float: left;
    padding-bottom: 23px;
    position: relative;
    width: 100%;
}

.contact-data:after {
    background-color: #368ba1;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 58px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.contact-data_label {
    clear: both;
    color: #595959;
    float: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
    padding-bottom: 13px;
    width: 70px;
}

.contact-data_value {
    color: #595959;
    float: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 100%;
    padding-bottom: 13px;
}

.contact-data_value > a {
    color: #368ba1;
    text-decoration: underline;
}

.contact-data_value > a:hover {
    text-decoration: none;
}

.contact-form-container > form {
    float: left;
    margin: 32px 0 0;
    width: 100%;
}

.contactFieldOuter {
    margin-bottom: 9px;
    width: 49%;
}

.contactFieldOuter.leftField {
    float: left;
}

.contactFieldOuter.rightField {
    float: right;
}

.inputContactField {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
    color: #555;
    float: left;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-style: italic;
    padding: 12px;
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.inputContactField.error {
    border-color: #f00;
    box-shadow: 0 0 10px -5px #f00 inset;
    -moz-box-shadow: 0 0 10px -5px #f00 inset;
    -webkit-box-shadow: 0 0 10px -5px #f00 inset;
}

.contactTextareaOuter {
    float: left;
    margin-bottom: 11px;
    width: 100%;
}

.textContactField {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0 none;
    color: #555;
    float: left;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-style: italic;
    height: 110px;
    padding: 13px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.contactSend {
    border: 2px solid #368ba1;
    color: #368ba1;
    cursor: pointer;
    float: right;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 100%;
    margin: 9px 5px 0 0;
    padding: 15px 29px 14px;
    text-transform: uppercase;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.contactSend:hover {
    background-color: #fff;
}

.contact-form-container::-webkit-input-placeholder {
    opacity: 1;
    color: #555;
}

.contact-form-container:-moz-placeholder {
    opacity: 1;
    color: #555;
}

.contact-form-container::-moz-placeholder {
    opacity: 1;
    color: #555;
}

.contact-form-container:-ms-input-placeholder {
    opacity: 1;
    color: #555;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #e8e8e8;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #f8f8fa;
    width: 10px;
}


/* End Industry Page */


/* Start Inside the excellus health data breach Page */

.health-data-breach-top {
    background-image: url("../img/health-data-breach-bg.jpg");
    background-position: 50% 0px;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "Roboto", sans-serif;
    min-height: 520px;
    padding: 55px 0 0;
    text-align: center;
}

.health-data-breach-pulse {
    position: relative;
    padding-bottom: 100px;
}

.health-data-breach-pulse:after {
    content: '';
    display: block;
    width: 443px;
    height: 83px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -222px;
    background: url('../img/pulse.png') no-repeat;
}

.health-data-breach-top h1 {
    font-size: 52px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.5em;
    margin: 0;
    padding: 35px 0 18px 0;
    text-transform: uppercase;
}

.health-data-breach-rise {
    background: url('./images/pattern.png') repeat #ededed;
    padding: 50px 0 70px 0;
}

.health-data-breach-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #363f4f;
    line-height: 1.2em;
}

.arimo {
    font-family: 'Arimo', sans-serif;
}

.health-data-breach-padding,
.paddingBlock {
    padding: 50px 0;
}

.health-data-breach-clients {
    padding-bottom: 50px;
}

.excellus-clients {
    background-color: #272e3a;
    border: 10px solid #fff;
    color: #fff;
    font-size: 12px;
    font-style: italic;
    height: 200px;
    margin: 10px auto 20px;
    padding: 65px 10px 0;
    text-align: center;
    width: 200px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

.excellus-clients span {
    display: block;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px;
}

.health-data-breach-rise-graph {
    float: left;
    width: 52%;
}

.health-data-breach-clients-quote {
    background: #fafafa;
    font-size: 18px;
    color: #777777;
    padding: 45px 40px;
    border-radius: 5px;
    line-height: 1.5em;
    font-style: italic;
    text-align: center;
    margin: 40px 0 0 54%
}

.health-data-breach-happened {
    background: url('../img/happened-excellus.jpg') no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.health-data-breach-happened .health-data-breach-title {
    color: #ffffff;
    padding-bottom: 30px;
}

.health-data-breach-content {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 15px;
    text-align: center;
    color: #e8ecf2;
    line-height: 1.7em;
    font-style: italic;
}

.health-data-breach-cost .health-data-breach-content {
    width: 65%;
    color: #777777;
}

.health-data-breach-million {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    color: #777777;
}

.health-data-breach-million_circle {
    position: relative;
    width: 170px;
    height: 170px;
    padding: 75px 35px;
    border-radius: 100%;
    margin: 20px auto;
    font-size: 32px;
    color: #ffffff;
    background: #de4942;
    box-sizing: border-box;
}

.health-data-breach-million_circle:before {
    content: '';
    display: block;
    width: 148px;
    height: 148px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 10px solid #efa4a1;
    margin: -74px 0 0 -74px;
    border-radius: 100%;
    box-sizing: border-box;
}

.health-data-breach-rise-item {
    float: left;
    width: 31.5%;
    margin: 0 2.75% 20px 0;
    border-radius: 5px;
    overflow: hidden;
}

.health-data-breach-rise-item a:hover .health-data-breach-rise-link {
    color: #e0483d;
}

.health-data-breach-rise-img {
    position: relative;
    margin-bottom: 20px;
}

.health-data-breach-rise-link {
    font-size: 19px;
    text-transform: uppercase;
    color: #363f4f;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    line-height: 1.5em;
}

.health-data-breach-rise-img:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(44, 54, 68, 0.85);
}

.health-data-breach-rise-view {
    display: block;
    padding: 20px 5px;
    border: 2px solid #ea5952;
    border-radius: 5px;
    width: 125px;
    text-align: center;
    font-size: 19px;
    color: #f9827c;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -63px;
    box-sizing: border-box;
}

.health-data-breach-download {
    margin-top: 30px;
}

.health-data-breach-download>div:nth-child(3n+3) {
    margin-right: 0;
}

.health-data-breach-rise img,
.health-data-breach-happened img {
    max-width: 100%;
}


/* End Inside the excellus health data breach Page */


/* Start Accounting and Banking Page */

.accounting-top {
    background: no-repeat;
    background-position: 80% 0px;
    background-size: cover;
}

.accounting-top .industries-desc {
    font-size: 16px;
    line-height: 1.5em;
}

.accountin-container .title-light,
.accounting-stories .title-light,
.accounting-products .title-light,
.accounting-overview .title-light,
.accouting-benefits .title-light,
.accouting-law .title-light,
.accouting-contact .title-light,
.banking-security .overview-content .title-light,
.banking-bank .title-light,
.bank-security .title-light,
.banking-law .title-light,
.new_hc_title .title-light,
.new_hc_title_ligth .title-light {
    color: #333c4e;
    text-align: center;
    text-transform: none;
}

.accountin-customers {
    padding: 0 70px;
}

.accountin-container .customers-carousel .partnerItemBox {
    padding: 0 24px;
    width: 16.666667%;
}

.accountin-container .customers-carousel.fixed-item-width .partnerItemBox {
    padding: 0px;
    width: 233px;
}

.accountin-container .customers-carousel .partnerItemTable .partnerItemLogo,
.accountin-container .customers-carousel .partnerItemTable .partnerItemName {
    background: #ececee;
}

.hc_carousel .customers-carousel .partnerItemTable .partnerItemLogo {
    background: #ffffff;
}

.accountin-container .customers-carousel .partnerItemTable .partnerItemName {
    background: #fafafc;
}

.accountin-container .customers-carousel .partnerItemTable .partnerItemName {
    border-top: 1px solid #ffffff;
}

.accountin-container .top-pagination-carousel.owl-theme .owl-controls {
    position: static;
}

.accountin-container .top-pagination-carousel.owl-theme .owl-controls .owl-pagination .owl-page:hover > span,
.accountin-container .top-pagination-carousel.owl-theme .owl-controls .owl-pagination .owl-page.active > span {
    border-color: #e0524b;
}

.hc_carousel .top-pagination-carousel.owl-theme .owl-controls .owl-pagination .owl-page:hover > span,
.hc_carousel .top-pagination-carousel.owl-theme .owl-controls .owl-pagination .owl-page.active > span {
    border-color: #3fa7be;
}

.accountin-container .customers-carousel .partnerItemTable .partnerItemName {
    color: #7e8890;
}

.accountin-container .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    margin-top: -37px;
    width: 32px;
    height: 32px;
    border-radius: 3px;
}

.accountin-container .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -75px;
}

.accountin-container .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -75px;
}

.accountin-container .owl-theme .owl-controls .owl-buttons div.owl-next:before,
.accountin-container .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: "\f054";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background: #C3CBC8;
    padding: 8px 11px;
    box-sizing: border-box;
    border-radius: 3px;
}

.accountin-container .owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: "\f053";
}

.accountin-container .partnerItemTable .partnerItemLogo img {
    max-width: 100%;
}

.accounting-stories {
    background: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.hc-stories {
    background: url('../img/succes-story-hc.jpg') no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.accounting-stories .title-light,
.accounting-overview .title-light,
.accouting-benefits .title-light,
.banking-bank .title-light,
.banking-law .title-light,
.new_hc_title_ligth .title-light {
    color: #ffffff;
}

.accountind-success {
    text-align: center;
    padding: 15px 0;
}

.accounting-success_item {
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.4);
    width: 520px;
    box-sizing: border-box;
    text-align: left;
    overflow: hidden;
    margin: 0 20px 10px 20px;
}

.accounting-success-body {
    padding: 18px 20px;
    margin-left: 136px;
    line-height: 1.5em;
    color: #ededed;
    font-style: italic;
    font-size: 15px;
}

.accounting-success-title {
    font-weight: 700;
    padding-bottom: 5px;
}

.accounting-success-logo {
    width: 136px;
    height: 136px;
    float: left;
    background-color: #fff;
    overflow: hidden;
}

.accounting-success-logo a {
    width: 100%;
    height: 100%;
    display: block;
}

.accounting-success-logo img {
    max-width: 100%;
}

.accounting-success-link {
    color: #f7625b;
}

.accounting-success-text {
    padding-bottom: 5px;
}

.accounting-success-link span {
    text-decoration: underline;
}

.accounting-success-link:hover span {
    text-decoration: none;
}

.accounting-success-link:after {
    content: "\2192";
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    line-height: 16px;
    margin-left: 10px;
}

.accounting-overview-text {
    color: #9aa1ac;
    font-size: 15px;
    line-height: 1.5em;
    font-style: italic;
}

.accounting-overview {
    display: table;
    width: 100%;
}

.accounting-overview img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.accounting-overview-video,
.accounting-overview-success {
    display: table-cell;
    width: 50%;
    padding: 50px 160px;
    padding: 50px 8.5%;
}

.accounting-overview-video {
    background: #222935;
}

.accounting-overview-success {
    background: #272e3a;
}

.accounting-overview-video .overview-video {
    float: none;
    max-width: none;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 27.25%;
    position: relative;
    margin-bottom: 20px;
}

.accounting-overview .title-light {
    text-align: left;
}

.accounting-products .product-item_name {
    background: #022033;
}

.accounting-products .product-item .tableBox .tableBoxCol,
.hc_products-icon .product-item .tableBox .tableBoxCol {
    position: relative;
}

.accounting-products .product-item .tableBox .tableBoxCol:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    padding: 7px;
    border-radius: 2px;
    background: url('./images/accounting-products-icon.png') #09456b no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 8px;
    right: 8px;
}

.hc_products-icon .product-item .tableBox .tableBoxCol:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    padding: 7px;
    border-radius: 2px;
    background: url('./images/accounting-products-icon.png') #155a6c no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 8px;
    right: 8px;
}

.hc_products-icon .product-item .tableBox .tableBoxCol.product-item_name_bg2:before {
    background-color: #09456b;
}

.accouting-benefits {
    /*background-image:url('../img/benefits-bg.jpg');*/
    background-position: 80% 50%;
    padding-bottom: 1px;
}

.accouting-benefits .healthcare_title {
    text-transform: capitalize;
}

.accouting-benefits .healthcare-list {
    font-style: italic;
    text-align: center;
}

.accouting-benefits .healthcare_text {
    color: #c7d1d9;
    font-size: 15px
}

.accouting-benefits .healthcare_title {
    font-weight: 700;
    font-size: 19px;
}

.accouting-benefits .healthcare-list > li:nth-child(3n-1) {
    border: none;
    margin: 0;
    margin-bottom: 50px;
}

.accouting-benefits .healthcare-list > li:nth-child(odd) {
    padding-right: 30px;
}

.accouting-benefits .healthcare-list > li:nth-child(even) {
    padding-left: 30px;
}

.accouting-benefits .healthcare-list > li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    float: none;
    text-align: left;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.accouting-law,
.bank-security {
    background: #f7f7f7;
}

.accouting-law-text,
.bank-security-text {
    width: 650px;
    margin: 0 auto;
    color: #7e8890;
    font-size: 15px;
    font-style: italic;
    text-align: center;
    line-height: 1.7em;
    padding-top: 20px;
}

.bank-security-text {
    width: 805px;
    padding: 0;
    font-style: normal;
}

.bank-security-text i {
    font-size: 18px;
    font-style: italic;
}

.bank-security_img {
    padding: 20px 0;
    text-align: center;
}

.bank-security_img img {
    max-width: 100%;
}

.privacy-laws .left-part {
    padding-left: 165px;
}

.privacy-laws .right-part {
    padding-right: 165px;
}

.accouting-contact {
    background: #ffffff;
}

.accouting-contact .inputContactField,
.accouting-contact .textContactField {
    background: #f0f0f0;
}

.accouting-contact .contact-data:after {
    content: none;
}

.accouting-contact .contact-data_value > a {
    color: #de4942;
}

.accouting-contact .contactSend {
    cursor: pointer;
    border-color: #e1493d;
    color: #e1493d;
    background: none;
}

.accouting-contact .contactSend:hover {
    color: #ffffff;
    background: #e1493d;
}

.accouting-contact::-webkit-input-placeholder {
    color: #858585;
}

.accouting-contact:-moz-placeholder {
    color: #858585;
}

.accouting-contact::-moz-placeholder {
    color: #858585;
}

.accouting-contact:-ms-input-placeholder {
    color: #858585;
}

.security-overview .title-light {
    text-align: left;
}

.healthcare .healthcare_title {
    text-transform: none;
}

@media all and (max-width: 1570px) {
    .accounting-top {
        background-position: 51% 0px;
    }
}


/* End Accounting Page */

.customersHead .industries-desc {
    font-size: 18px;
    line-height: 28px;
}

.captchaError {
    color: red;
}

.law-container {
    padding: 0 50px;
}

.law-container > img {
    margin-bottom: 25px;
    width: 100%;
    max-width: 904px;
}

.law-container > p {
    color: #595959;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}

.centerContentBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.customIcon {
    display: inline-block;
    background-image: url('../img/pages/icons.png');
    background-repeat: no-repeat;
}

.customIcon.icon1 {
    background-position: 0 0;
    width: 53px;
    height: 26px;
}

.customIcon.icon2 {
    background-position: -53px 0;
    width: 39px;
    height: 39px;
}

.customIcon.icon3 {
    background-position: -92px 0;
    width: 42px;
    height: 34px;
}

.customIcon.icon4 {
    background-position: -134px 0;
    width: 32px;
    height: 26px;
}

.customIcon.icon5 {
    background-position: -166px 0;
    width: 21px;
    height: 38px;
}

.customIcon.icon6 {
    background-position: -187px 0;
    width: 32px;
    height: 39px;
}

.customIcon.icon7 {
    background-position: -219px 0;
    width: 34px;
    height: 35px;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.contentBox {
    padding-top: 60px;
}

.link {
    color: #e0483d;
    text-decoration: underline;
}

.link:hover {
    text-decoration: none;
}

.certification {
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 0 50px;
}

.certification li {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    text-align: center;
    margin: 1%;
    width: 30%;
    line-height: 143px;
}

.certification li:before {
    display: none;
}

.certification li img {
    max-width: 100%;
    vertical-align: middle;
}

.flip-container {
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
    width: 100%;
    height: 146px;
}

.back {
    background: #3eb4ef;
    color: #fff;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 22px;
}

.back p + span {
    font-size: 18px;
}

.back p:first-child {
    height: 115px;
    overflow: hidden;
    padding: 5px;
}

.back a {
    color: #fff;
}

.flipper {
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}

.front,
.back {
    backface-visibility: hidden;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border: 1px solid #e8e8e8;
    line-height: 143px;
    background: #fff;
}

.front .more {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: auto;
    line-height: 22px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 400;
}

.front .more svg {
    fill: #3eb4ef!important;
}

.back {
    transform: rotateY(-180deg);
}

.certificat-text {
    padding-top: 130px;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: -70px;
}

.certificat-text strong {
    font-weight: 500;
}

.certificat-text h2 {
    font-size: 39px;
    text-transform: uppercase;
    font-weight: 300;
}

.certificat-text h3 {
    font-size: 32px;
    font-weight: 400;
}

.certificat-text img {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.certificat-text:nth-child(1) img,
.certificat-text:nth-child(2) img,
.certificat-text:nth-child(3) img {
    margin-top: -10px;
}

.certificat-text:nth-child(4) img {
    margin-top: -5px;
}

.certificat-text:nth-child(5) img {
    margin-top: 5px;
}

.certificat-text:last-child {
    margin-bottom: 70px;
}

.certificat-text p {
    clear: both;
    margin-bottom: 25px;
}

.certificat-text ul {
    list-style: disc;
    margin-left: 20px;
}

.certificat-text ol {
    list-style-type: decimal;
    margin-left: 20px;
}

.certifications-header {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 90px;
    top: 0;
    left: 0;
    z-index: 2;
}

.freeToolsPage {
    padding: 0 0 50px;
    background: #f8f8f8;
}

.freeToolsPage .wrapper {
    width: 95%;
    max-width: 1200px;
}

.freeToolsHero {
    position: relative;
    width: 100%;
    background: /*url(../images/pages/free-tools-bg.png)*/
    no-repeat 0 0;
    background-size: cover;
    padding: 50px 0;
    color: #fff;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 20px;
    padding-bottom: 200px;
    line-height: 27px;
    margin: 0;
}

.heroTestimonial {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 25px 0;
}

.freeHeroTitle span {
    position: relative;
}

.freeHeroTitle span i {
    position: absolute;
    bottom: -20px;
    font-size: 16px;
    font-weight: 400;
    left: 0;
    line-height: 20px;
    font-style: normal;
    font-family: 'Open Sans', Helvetica, sans-serif;
    text-transform: capitalize;
}

.freeHeroTitle {
    font-size: 80px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    font-family: "Fjalla One", sans-serif;
    margin-bottom: 45px;
    font-weight: 400;
    text-transform: uppercase;
}

.heroTestimonial blockquote {
    color: #fff;
    font-size: 24px;
    font-family: 'Open Sans', Helvetica, sans-serif;
}

.toolsTestimonialText blockquote {
    color: #fff;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-style: italic;
    font-size: 24px;
    font-weight: 300;
}

.toolsTestimonialText .author {
    color: #aeaeae;
    font-size: 16px;
}

.avatarTestimotial {
    border-radius: 50%;
    overflow: hidden;
    float: left;
    width: 56px;
    height: 56px;
    margin-right: 20px;
}

.avatarTestimotial img {
    margin: -1px 0 0 -1px;
}

.toolsItem {
    display: block;
    margin: auto;
    max-width: 340px;
    padding: 50px 10px 30px;
    margin-top: 37px;
    text-align: center;
    width: 100%;
    background: #fff;
    margin-bottom: 0px;
}

.popularToolsItem {
    background-color: #d7569c;
    background-image: url("../images/pages/popularUnsecuredIotDeviceDetection.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 10px;
    min-height: 250px;
    padding: 15px 15px 32px 20px;
}

.leftPart {
    float: left;
    width: 40%;
}

.rightPart {
    float: right;
    width: 35%;
}

.popularToolsTitle {
    color: #fff;
    font-family: "Fjalla One", sans-serif;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
    padding-bottom: 40px;
}

.rightPart .popularToolsTitle {
    text-align: right;
}

.popularToolsDesc {
    color: #fff;
    font-style: italic;
    font-family: "Roboto", sans-serif;
    font-size: 23px;
    line-height: 28px;
    padding-right: 51px;
}

.toolsTitle {
    color: #000;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    height: 115px;
}

.toolsText {
    font-size: 16px;
    color: #2e2e2e;
    font-family: "Open Sans", Helvetica, sans-serif;
    line-height: 21px;
    height: 100px;
}

.toolsLink {
    border-radius: 5px;
    color: #2e2e2e;
    border: 1px solid #2e2e2e;
    display: inline-block;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-size: 12px;
    line-height: 100%;
    min-width: 180px;
    padding: 16px 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

.toolsLink.tryBtn {
    background: #de4942;
    color: #fff;
    border-color: #de4942;
}

.toolsLink .fa {
    color: #de4942;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -2px;
    position: absolute;
    font-size: 15px;
    transition: margin 0.2s ease-in-out;
}

.toolsLink:hover {
    background: #de4942;
    color: #fff;
    border-color: #de4942;
}

.toolsLink.tryBtn:hover {
    background: #fff;
    color: #2e2e2e;
    border: 1px solid #2e2e2e;
}

.toolsLink:hover .fa {
    margin-left: 15px;
    color: #fff;
}

.noDownload {
    margin-top: -37px;
    position: relative;
}

.freeToolsPage> .wrapper {
    position: relative;
}

.freeToolsPage> .wrapper:before {
    content: '';
    position: absolute;
    left: -30%;
    height: calc(100% + 50px);
    width: 30%;
    background: #fff;
    top: 0;
}

.noDownload .toolsItem {
    padding-top: 87px;
    padding-bottom: 80px;
    margin-bottom: -50px;
}

.noDownload:after {
    content: 'No Download';
    text-transform: uppercase;
    position: absolute;
    top: 95px;
    color: #c6c6c6;
    font-size: 12px;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 600;
    left: 0;
    width: 100%;
    text-align: center;
}

.redBtnLink {
    background-color: #e95668;
}

.redBtnLink:hover {
    background-color: #c13a4a;
}

.blueBtnLink {
    background-color: #4a7dd0;
}

.blueBtnLink:hover {
    background-color: #2a59a5;
}

.orangeBtnLink {
    background-color: #fd9f25;
}

.orangeBtnLink:hover {
    background-color: #e28a19;
}

.greenBtnLink {
    background-color: #00bf8c;
}

.greenBtnLink:hover {
    background-color: #04a177;
}

.whiteBtnLink {
    background-color: #fff;
    border-radius: 40px;
    color: #d7569c;
    float: right;
}

.whiteBtnLink:hover {
    background-color: #973269;
    color: #fff;
}

.whiteBtnLink.bigBtn {
    font-size: 40px;
    line-height: 42px;
    padding: 14px 50px;
}

.toolsImg {
    height: 110px;
    margin: 0 auto 10px;
    max-width: 250px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.toolsImg img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 120px;
    position: absolute;
    right: 0;
    top: 0;
}

.navTools {
    border-bottom: 1px solid #7f7f7f;
}

.navToolsLink {
    color: #acafb2;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    min-height: 60px;
    padding: 25px 0 30px 75px;
    position: relative;
}

.navToolsLink:hover {
    color: #747a7e;
}

.navToolsLink.active {
    color: #ec2327;
}

.navToolsLink.active:before {
    background-color: #444;
    border-radius: 0 10px 0 0;
    bottom: -15px;
    content: "";
    height: 30px;
    left: 12px;
    position: absolute;
    width: 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navToolsLink.active:after {
    background-color: #fff;
    border-radius: 0 10px 0 0;
    bottom: -16px;
    content: "";
    height: 30px;
    left: 12px;
    position: absolute;
    width: 30px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navToolsLink .toolsImg {
    left: 0;
    margin: -30px 0 0;
    position: absolute;
    top: 50%;
    box-shadow: 0 0 0 5px rgba(127, 127, 127, 0.1);
    -moz-box-shadow: 0 0 0 5px rgba(127, 127, 127, 0.1);
    -webkit-box-shadow: 0 0 0 5px rgba(127, 127, 127, 0.1);
}

.navToolsLink:hover .toolsImg {
    box-shadow: 0 0 0 5px rgba(236, 35, 39, 0.1);
    -moz-box-shadow: 0 0 0 5px rgba(236, 35, 39, 0.1);
    -webkit-box-shadow: 0 0 0 5px rgba(236, 35, 39, 0.1);
}

.navToolsLink.active .toolsImg {
    border-color: #a3a3a3;
    box-shadow: 0 0 0 5px rgba(236, 35, 39, 0.1);
    -moz-box-shadow: 0 0 0 5px rgba(236, 35, 39, 0.1);
    -webkit-box-shadow: 0 0 0 5px rgba(236, 35, 39, 0.1);
}

.freeToolsContent {
    padding: 35px 0 50px;
}

.freeToolsContent .middle-xs {
    align-items: flex-start;
}

.freeToolsContent .middle-xs .box img {
    margin-top: 20px;
}

.ransomwareDetection {
    width: 100%;
    max-width: 600px;
}

.ransomwareDetection h3 {
    font-family: "Lato", sans-serif;
    color: #000;
    font-weight: 300;
}

.ransomwareDetection p {
    font-size: 18px;
    margin-top: 25px;
    line-height: 26px;
    color: #000;
    font-weight: 300;
}

.centerImg {
    display: block;
    margin: auto;
    max-width: 500px;
    width: auto;
}

.centerImg.unsecuredImg {
    max-width: 346px;
}

.contentTitle {
    color: #000;
    font-family: "Fjalla One", sans-serif;
    font-size: 59px;
    line-height: 72px;
}

.contentSubTitle {
    color: #414042;
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    margin: 21px 0 0;
}

.formContent {
    /*background-image: url("../images/pages/win.png");*/
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 35px auto;
    color: rgba(59, 59, 59, 0.7);
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 18px;
    margin: 30px 0;
    min-height: 60px;
    padding: 0 0 0 45px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.downloadForm {}

.downloadForm .form-group {
    background-color: #fbfbfb;
    padding: 20px;
    width: 100%;
}

.downloadForm .form-group > input[type="email"],
.downloadForm .form-group > input[type="text"] {
    background-color: transparent;
    border-color: transparent transparent #ed4c4f;
    border-style: none none solid;
    border-width: 0 0 1px;
    float: left;
    height: 40px;
    font-family: "Roboto", sans-serif;
    font-size: 19px;
    min-width: 350px;
    padding: 5px 10px;
}

.downloadForm .form-group > button,
.downloadForm .form-group > input[type="submit"] {
    float: right;
}

.btn-red.hvr-sweep-to-bottom:before {
    background: #fff;
}

.btnInput.btn-red:hover,
.btnInput.btn-red:focus,
.btnInput.btn-red:active {
    color: #fff;
    background-color: #c93033;
}

.zohoFormContainerWrapper {
    float: left;
    width: 38%;
    position: relative;
    padding-bottom: 30px;
    z-index: 1;
    background-color: #ff62b7;
}

.zohoFormContainer {
    max-width: 360px;
    float: left;
    position: relative;
    z-index: 1;
    padding: 25px 0;
}

.zohoFormContainerWrapper:before {
    content: '';
    height: 100%;
    position: absolute;
    left: -65px;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 128px;
    background: #ff62b7;
    -webkit-transform: skewX(-19deg);
    -moz-transform: skewX(-19deg);
    -ms-transform: skewX(-19deg);
    -o-transform: skewX(-19deg);
    transform: skewX(-19deg);
}

.zohoFormTitle {
    color: #fff;
    font-family: "Lato", sans-serif;
    font-size: 23px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
}

.zohoFormDesc {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    padding: 0 20px 0 50px;
    position: relative;
    font-weight: 300;
}

.zohoFormDesc i {
    position: absolute;
    left: 18px;
    top: 0;
    font-size: 30px;
}

.zohoFormContainer .form-group > input[type="text"] {
    background-color: #fff;
    margin-bottom: 15px;
    min-width: 100%;
    border-radius: 10px;
    font-size: 16px;
    height: 53px;
}

.zohoFormContainer .form-group > .button-hover> input[type="submit"] {
    width: 100%;
    font-size: 23px;
    background: none;
    color: #fff;
    height: 54px;
    line-height: 34px;
    display: inline-block;
    font-family: "Fjalla One", sans-serif;
}

.zohoFormContainer .icon-info {
    position: absolute;
    display: inline-block;
    top: 10px;
    left: -80px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    color: #fff;
    line-height: 17px;
    text-align: center;
    font-style: normal;
    cursor: pointer;
}

.button-hover {
    background: #fff;
    width: 100%;
    border: 2px solid #fff;
    border-radius: 10px;
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.button-hover:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #67087b;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.zohoFormContainer .form-group > .button-hover:hover > input[type="submit"] {
    color: #67087b;
}

.button-hover:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.ip-details {
    font-weight: 300;
    margin: 20px 0 20px 0px;
}

.ip-details p {
    margin-bottom: 0px;
    margin-top: 10px;
    font-style: normal;
    font-size: 23px;
    font-weight: bold;
    color: #ff62b7;
}

.ip-details strong {
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    color: #000;
}

.topPadding50 {
    padding-top: 80px;
    padding-bottom: 50px;
}

.devicesDetectedWrapper {
    background-color: #e6e6e6;
    float: left;
    width: 67%;
    margin-left: -5%;
    margin-top: 50px;
    margin-bottom: -50px;
    position: relative;
    z-index: 0;
}

.devicesDetectedWrapper:after {
    content: '';
    height: 100%;
    position: absolute;
    right: -60px;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 106px;
    background: #e6e6e6;
    -webkit-transform: skewX(-19deg);
    -moz-transform: skewX(-19deg);
    -ms-transform: skewX(-19deg);
    -o-transform: skewX(-19deg);
    transform: skewX(-19deg);
}

.numberBoxTitle {
    color: #fff;
    background: #303030;
    position: absolute;
    top: -50px;
    height: 85px;
    width: 80%;
    text-align: right;
    right: 20%;
    font-size: 28px;
    line-height: 85px;
}

.numberBoxTitle:after {
    content: '';
    height: 100%;
    position: absolute;
    right: -18px;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 36px;
    background: #303030;
    -webkit-transform: skewX(-19deg);
    -moz-transform: skewX(-19deg);
    -ms-transform: skewX(-19deg);
    -o-transform: skewX(-19deg);
    transform: skewX(-19deg);
}

.numberBoxTitle h3 {
    position: relative;
    z-index: 1;
    font-family: "Fjalla One", sans-serif;
    font-weight: 300;
    margin-right: 20px;
    font-size: 28px;
}

.infoWeekWrap {
    position: relative;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 35px 30px 25px;
    margin: 10px 71px 0 0;
    float: right;
    overflow: hidden;
}

.corder-text {
    color: #fff;
    position: absolute;
    top: -20px;
    left: -56px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 23px;
    font-weight: 300;
    width: 161px;
    padding-bottom: 9px;
    padding-top: 64px;
    background: #ff62b7;
    font-family: "Fjalla One", sans-serif;
}

.infoWeekWrap p {
    font-size: 23px;
    font-family: "Fjalla One", sans-serif;
    line-height: 30px;
    margin-top: 15px;
    font-weight: 400;
}

.grayFlexBox {
    background-color: #e6e6e6;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.grayFlexBox.flexBoxCol {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.numberBox {
    float: right;
    margin-right: 10%;
    min-width: 280px;
    min-height: 280px;
    padding-top: 28px;
}

.number {
    font-family: "Fjalla One", sans-serif;
    font-size: 80px;
    line-height: 70px;
}

.numberTitle {
    color: #000;
    font-size: 21px;
    font-family: "Lato", sans-serif;
    line-height: 32px;
    padding: 0;
    font-weight: 400;
    margin-top: 30px;
    text-align: center;
}

.iotDetectedChart {
    background-color: #fbfbfb;
    width: 100%;
    height: 300px;
}

.zohoFormContainer .downloadForm .form-group {
    background-color: #ff62b7;
}

.zohoFormContainer .btnInput.btn-red {
    color: #e0483d;
    background-color: #fbfbfb;
}

.zohoFormContainer .btnInput.btn-red:hover,
.zohoFormContainer .btnInput.btn-red:focus,
.zohoFormContainer .btnInput.btn-red:active {
    color: #333;
}


/*FAQ*/

.faqPage {
    margin-bottom: -34px;
    padding-bottom: 40px;
}

.faqPage .rigthNav {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    z-index: 2;
}

.faqPage .rigthNav li {
    list-style: none;
    margin-bottom: 10px;
}

.faqPage .rigthNav li a {
    display: inline-block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: #fff;
    font-weight: 600;
    font-size: 18px;
    color: #c6c6c6;
    box-shadow: 1px 1px 1px 0px #bbb;
}

.faqPage .rigthNav li:first-child a {
    line-height: 20px;
}

.faqPage .rigthNav li a .fa {
    font-size: 13px;
}

.faqPage .rigthNav li a:hover,
.faqPage .rigthNav li a.active {
    background: #ff40a7;
    color: #fff;
}

.faqPage .rigthNav li a i.icon-info {
    font-family: 'Gentium Basic', sans-serif;
    fotn-weight: 600;
    font-size: 18px;
}

.faqPage .fullHeight {
    height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    position: relative;
}

.faqPage .flexWrap {
    width: 100%;
    position: relative;
    padding-top: 20px;
}

.faqPage .intro {
    text-align: center;
    font-family: "Roboto", sans-serif;
    max-width: 980px;
    margin: 0 auto 50px;
}

.faqPage .intro h1 {
    font-size: 120px;
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    color: #3f3f3f;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.faqPage .intro h1 .fa {
    color: #03cd54;
    display: inline-block;
    font-size: 130px;
}

.faqPage .intro p {
    color: #2e2e2e;
    font-size: 23px;
    line-height: 30px;
    text-align: left;
}

.faqPage .info {
    font-size: 20px;
    text-transform: uppercase;
    max-width: 980px;
    margin: 30px auto 60px;
    overflow: hidden;
}

.faqPage .info p {
    float: left;
    margin-right: 5%;
    font-family: "Roboto", sans-serif;
    color: #ff62b7;
    line-height: 30px;
}

.faqPage .info span {
    color: #2e2e2e;
    font-family: "Fjalla One", sans-serif;
}

.faqPage .info p .fa {
    font-size: 8px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -4px;
    margin-right: 10px;
}

.faqPage .info p:last-child {
    margin-right: 0;
}

.wrongMessWrapper {
    background-color: #3b3b3b;
    float: left;
    width: 50%;
    margin-left: 0;
    margin-right: 13%;
    margin-top: 0px;
    margin-bottom: 125px;
    position: relative;
    z-index: 0;
    color: #fff;
}

.wrongMessWrapper:after {
    content: '';
    height: 100%;
    position: absolute;
    right: -60px;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 106px;
    background: #3b3b3b;
    -webkit-transform: skewX(-19deg);
    -moz-transform: skewX(-19deg);
    -ms-transform: skewX(-19deg);
    -o-transform: skewX(-19deg);
    transform: skewX(-19deg);
}

.faqPage .fullWidth {
    width: 100%;
    margin: 0;
}

.faqPage .zohoFormContainerWrapper {
    width: 37%;
    float: right;
}

.wrongMessWrapper .flexBoxCol {
    float: right;
    padding: 15px 0;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    margin-right: 70px;
    margin-top: 27px;
}

.wrongMessWrapper .flexBoxCol:after {
    content: '';
    position: absolute;
    right: -138px;
    top: 51px;
    background: url(images/redArrow.png) no-repeat 0 0;
    width: 127px;
    height: 37px;
    z-index: 2;
}

.wrongMessWrapper h3 {
    font-size: 48px;
    font-weight: 400;
    font-family: "Fjalla One", sans-serif;
    line-height: 50px;
    margin-bottom: 15px;
}

.faqTextBlock {
    max-width: 1200px;
    margin: 0 auto;
    color: #2e2e2e;
    font-size: 23px;
    line-height: 1.3em;
    padding-top: 100px;
    font-family: "Roboto", sans-serif;
}

.faqTextBlock h2 {
    font-size: 60px;
    color: #3f3f3f;
    text-align: center;
    line-height: 65px;
    font-weight: 400;
    font-family: "Fjalla One", sans-serif;
    margin-bottom: 70px;
}

.faqTextBlock p,
.faqTextBlock li {
    margin-bottom: 35px;
}

.faqTextBlock li {
    list-style: none;
}

.faqTextBlock li span {
    font-family: "Fjalla One", sans-serif;
}

.faqTextBlock li h3 {
    color: #3f3f3f;
    font-size: 30px;
    font-family: "Fjalla One", sans-serif;
    margin-bottom: 15px;
}

.faqTextBlock li p {
    margin-bottom: 0;
}

.scrollBottom {
    z-index: 10;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    position: absolute;
    bottom: -70px;
    font-weight: 500;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
    display: inline-block;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    padding: 20px 10px;
}

.scrollBottom:hover {
    background: #c6c6c6;
}

.scrollBottom:hover a {
    color: #fff;
}

.scrollBottom:hover .fa {
    color: #fff;
}

.scrollBottom a {
    color: #2e2e2e;
}

.scrollBottom .fa {
    color: #c6c6c6;
    font-size: 28px;
    line-height: 12px;
    vertical-align: middle;
}


/*About*/

.about {
    width: 100%;
    overflow: hidden;
}

.about .main-title {
    font-family: "Roboto", sans-serif;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 35px;
    margin-top: 0;
    position: relative;
    text-transform: capitalize;
}

.about-block {
    vertical-align: middle;
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    -webkit-box-pack: top;
    -webkit-justify-content: top;
    -ms-flex-pack: top;
    padding: 0 3% 70px;
    font-size: 16px;
    line-height: 25px;
    position: relative;
    width: 100%;
}

.aboutBlockContent {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    display: block;
    clear: both;
}

.about-block .nav-buttons {
    position: absolute;
    bottom: 40px;
    right: 3.5%;
}

.about-block:nth-child(2) {
    background: #2da656;
    color: #fff;
    padding-right: 6%;
}

.about-block:nth-child(2) .nav-buttons {
    right: auto;
    left: 6.5%;
}

.about-block h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 10px;
}

.about-list-icon {
    text-align: center;
}

.about-list-icon li {
    display: inline-block;
    width: 134px;
    height: 94px;
    border-radius: 4px;
    border: 2px solid #333333;
    text-align: center;
    vertical-align: top;
    margin-left: 10px;
    margin-bottom: 70px;
    margin-top: 30px;
}

.about-list-icon li:first-child {
    margin-left: 0;
}

.about-list-icon span {
    display: block;
    margin-top: 0;
    text-transform: uppercase;
}

.about-list-icon li svg {
    fill: #333!important;
    margin-top: 10px;
    height: 47px;
}


/* customers */

.slider-wrap .owl-carousel {
    overflow: hidden;
}

.slider-wrap .item {
    line-height: 137px;
    text-align: center;
    margin: 0 5px;
}

.slider-wrap .item img {
    vertical-align: middle;
}

.owl-dot span {
    background: #eeeeee!important;
}

.owl-dot.active span {
    background: #79be20!important;
}


/* testimonials */

.customersSliders {
    padding-bottom: 50px;
}

.testimonials {
    margin-bottom: 31px;
    float: left;
    width: 100%;
    margin-top: 0;
    padding-bottom: 50px;
    padding-top: 0;
}

.testimonials .owl-carousel {
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 1;
}

.testimonials .container {
    overflow: hidden;
}

.author {
    float: left;
    width: 30%;
    font-size: 16px;
}

.top-author.author {
    width: 70%;
}

.author h3 {
    font-size: 22px;
    font-weight: 400;
    margin: 10px 0;
    color: #333;
    line-height: 1.1;
}

#testimonials .owl-controls {
    display: none;
}

.author p {
    font-size: 18px;
    color: #adacac;
    margin: 0 0 10px;
}

.author-img {
    width: 140px;
    display: inline-block;
    overflow: hidden;
    height: 140px;
    margin-bottom: 13px;
    border-radius: 50%;
}

.testimonial-text {
    width: 60%;
    margin-left: -2%;
    padding: 30px;
    padding-right: 80px;
    font-size: 20px;
    float: left;
    text-align: left;
    position: relative;
    color: #333;
}

.testimonial-text p:before {
    content: "\201C";
    position: absolute;
    top: -17px;
    font: 200px 'PT Serif', 'Montserrat', sans-serif;
    left: 2px;
    z-index: 0;
    color: #e1e1e1;
}

.testimonial-text p {
    line-height: 29px;
    margin-bottom: 0;
    margin-top: 15px;
    font-style: italic;
}

.testimonial-text p span {
    position: relative;
    z-index: 1;
}

.success,
.error,
.warning {
    color: #333;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    padding: 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.success {
    background-color: #dff0d8;
}

.error {
    background-color: #f2dede;
}

.warning {
    background-color: #fcf8e3;
}

.liveStreamTitle {
    color: #000;
    font-family: "Fjalla One", sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 100%;
    margin: 40px 0 20px;
}

.liveStream {
    background-color: #f00;
    width: 100%;
    overflow: hidden;
}

.liveStreamList {
    white-space: nowrap;
}

.liveStreamList li {
    display: inline-block;
    margin-right: 50px;
    position: relative;
}

.liveStreamList li:after {
    content: "";
    height: 102%;
    position: absolute;
    right: -27px;
    top: 0;
    width: 1px;
}

.threatItem {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: left;
    padding: 15px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.verticalMiddle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 5px;
    padding: 5px 10px;
}

.verticalMiddle:first-child {
    margin-left: 0;
    padding-left: 0;
}

.verticalMiddle:last-child {
    margin-right: 0;
    padding-right: 0;
}

.threatItem > div + div {
    border-left: 1px solid #fff;
}

.threatItemTime {
    color: #fff;
    font-family: "Roboto", sans-serif;
    float: left;
    font-size: 16px;
    padding: 0;
}

.threatItemBody {
    float: left;
    margin: 0;
    padding: 0;
}

.threatItemBody > div {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    display: block;
    padding: 2px 0;
}

.threatItemCountry {
    float: left;
    text-align: center;
}

.threatItemCountry > img {}

.threatItemCountry > div,
.threatItemCountry > span {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    display: block;
    padding: 3px 0;
}

.threatItemLogo {
    text-align: center;
}

.threatItemLogo > span {
    color: #fff;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.threatItemLogo > img {
    max-height: 45px;
    max-width: 120px;
}

.zls-medium .zls-lftbtn .zls-chtmn,
.zls-medium .zls-rhtbtn .zls-chtmn,
.zls-medium .zlsf_btmn {
    background-color: #06b749 !important;
}


/* Modified Grid */

.col-lg-20 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
}


/* Scanner Result page */

.resultAnalitycPage {
    background: #f9f9f9;
    padding-bottom: 15px;
}

.accountName {
    padding: 35px 0 15px;
    font: 14px 'Open Sans', sans-serif;
}

.accountName h2 {
    font-size: 20px;
    color: #303030;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #2e2e2e;
}

.accountRisk {
    margin: 15px 0 25px;
    padding: 20px 0;
    color: #fff;
    text-align: center;
    font-size: 22px;
}

.hightRisk {
    background: #ff0000;
}

.accountNetInfo {
    margin-bottom: 15px;
    color: #ff0000;
    font: 18px 'Open Sans', sans-serif;
}

.accountNetInfo strong {
    text-transform: uppercase;
    display: inline-block;
    min-width: 100px;
    color: #2e2e2e;
}

.blockResult {
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 25px;
    margin-bottom: 20px;
}

.blockResultHeader {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 15px;
    color: #3f3f3f;
    font: 16px 'Open Sans';
}

.resultContentContainer {
    padding: 15px 0 5px;
    display: flex;
    flex-wrap: wrap;
}

.blockResultHeader h3 {
    font-weight: 400;
}

.blockResultHeader span {
    font-size: 40px;
    font-weight: 600;
}

.resultFlexItem {
    order: 1;
    flex-grow: 1;
    color: #2e2e2e;
    font: 14px 'Open Sans', sans-serif;
}

.openPorts p {
    margin-bottom: 10px;
}

.portItem {
    text-align: center;
    max-width: 60px;
    margin-bottom: 10px;
    margin-right: 30px;
    text-transform: uppercase;
}

.portsContainer {
    margin-right: -25px;
}

.portItem span {
    display: block;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
    font-size: 20px;
    font-family: 'Fjalla One', sans-serif;
    background: #facd8a;
}

.lightYellowPort span {
    background: #fff99d;
}

.lightGreenPort span {
    background: #c8e19d;
}

.lightBluePort span {
    background: #8dcff4;
}

.lightVioletPort span {
    background: #9595c6;
}

.resultBottomExploitable {
    flex-wrap: nowrap;
    margin: 0 -10px;
}

.resultBottomExploitable .resultFlexItem {
    margin: 0 10px 30px;
    flex-basis: 27%;
}

.resultContext p {
    margin-bottom: 15px;
    font: 14px 'Open Sans', sans-serif;
    line-height: 22px;
}

.resultContext p a {
    color: #00b6ff;
    text-decoration: underline;
}

.resultContext p a:hover {
    text-decoration: none;
}

.closestDevices {
    text-align: center;
}

.closestDeviceName {
    color: #2e2e2e;
}

.closestDeviceCount {
    padding: 10px 0;
    font: bold 28px 'Open Sans', sans-serif;
}

.closestDeviceRisk {
    color: #fff;
    font-family: 'Fjalla One', sans-serif;
    font-size: 13px;
    border-radius: 3px;
    padding: 4px 0;
}

.lowRisk {
    background: #7cc623;
}

.elevatedRisk {
    background: #ff9000;
}

.highRisk {
    background: #ff0000;
}

.closesDeviceNote {
    font-size: 16px;
    margin-top: 10px;
}

@media all and (max-width: 1220px) {
    .infoWeekWrap {
        margin-right: 0;
        padding: 35px 21px 25px;
    }
    .infoWeekWrap p {
        font-size: 20px;
    }
    .zohoFormContainerWrapper:before {
        width: 155px;
        left: -71px;
    }
    .number {
        font-size: 71px;
    }
    .numberBox {
        min-width: 251px;
        padding-top: 0px;
    }
    .numberTitle {
        margin-top: 15px;
        font-size: 17px;
    }
    .wrongMessWrapper h3 {
        font-size: 40px;
    }
    .wrongMessWrapper .flexBoxCol {
        margin-right: 55px;
        font-size: 14px;
    }
    .faqPage .zohoFormContainerWrapper {
        height: 211px
    }
    .faqPage .zohoFormContainer {
        padding: 0;
    }
    .scrollBottom {
        bottom: -50px;
    }
    .faqTextBlock {
        width: 95%;
        margin: 20px auto;
    }
    .freeToolsPage> .wrapper:before {
        display: none;
    }
    .noDownload .toolsItem {
        padding-top: 50px;
        padding-bottom: 30px;
        margin-bottom: 0px;
        margin-top: 74px;
    }
    .downloadForm .form-group > input[type="email"] {
        min-width: 275px;
    }
}

@media all and (max-width: 1024px) {
    .wrongMessWrapper .flexBoxCol:after {
        display: none;
    }
    .numberBox {
        padding-top: 60px;
        min-height: 0px;
    }
    .wrongMessWrapper .flexBoxCol {
        padding-bottom: 90px;
    }
    .scrollBottom {
        display: none;
    }
}

@media all and (max-width: 990px) {
    .devicesDetectedWrapper {
        margin-left: 0;
        width: 100%;
        margin-bottom: 0;
        padding: 0 30px 40px;
        flex-basis: 100%;
    }
    .faqPage .intro {
        margin: 70px auto 50px;
        width: 95%;
    }
    .wrongMessWrapper .flexBoxCol {
        float: none;
        text-align: center;
        margin-right: 0;
    }
    .scrollBottom {
        bottom: -35px;
    }
    .wrongMessWrapper:after {
        display: none;
    }
    .wrongMessWrapper {
        width: 100%;
        margin: 0;
    }
    .numberBox {
        margin: 20px 0;
        padding: 30px 0;
        width: 50%
    }
    .infoWeekWrap {
        float: left;
    }
    .faqPage .zohoFormContainerWrapper,
    .zohoFormContainerWrapper {
        width: 100%;
        text-align: center;
    }
    .faqPage .fullHeight {
        height: auto;
    }
    .faqTextBlock {
        clear: both;
        padding-top: 20px;
    }
    .freeToolsContent .row {
        display: block;
    }
    .faqTextBlock li h3 {
        font-weight: 400;
        line-height: 35px;
    }
    .zohoFormContainer {
        float: none;
        display: inline-block;
    }
    .faqPage .fullHeight {
        display: block;
    }
    .faqPage .intro h1 {
        font-size: 40px;
    }
    .faqPage .intro h1 .fa {
        font-size: 40px;
    }
    .faqPage .row {
        display: block;
    }
    .zohoFormContainerWrapper:before {
        display: none;
    }
    .faqTextBlock h2 {
        font-size: 40px;
        margin-bottom: 30px;
        line-height: 55px
    }
}

@media all and (max-width: 680px) {
    .numberBox {
        width: 90%;
        float: none;
        margin: 50px auto 20px;
        height: auto;
    }
    .faqPage .zohoFormContainerWrapper {
        height: auto;
    }
    .wrongMessWrapper h3 {
        font-size: 30px;
    }
    .devicesDetectedWrapper {
        padding-top: 30px;
    }
    .devicesDetectedWrapper:after {
        display: none;
    }
    .infoWeekWrap {
        width: 90%;
        float: none;
        margin: 20px auto;
    }
    .contentTitle {
        font-size: 26px;
    }
    .ip-details {
        margin: 0;
    }
    .ip-details p {
        font-size: 17px;
        margin-top: 0;
    }
    .freeToolsContent .wrapper {
        width: 100%;
    }
    .contentSubTitle {
        font-size: 26px;
    }
    #footer .wrapper {
        width: 100%;
    }
    .centerImg.unsecuredImg {
        max-width: 287px;
    }
}

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}
