@import url('https://fonts.googleapis.com/css?family=Cairo:400,700');
@import url('https://fonts.googleapis.com/css?family=Cairo:400,500,600,700');
@font-face {
    font-family: 'industryincw00-baseregular';
    src: url('../../fonts/industry_inc_w00_base-webfont.woff2') format('woff2'), url('../../fonts/industry_inc_w00_base-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* General Classes 1 */

.industr-font {
    font-family: 'industryincw00-baseregular';
}

html {
    font-size: 100%;
    font-family: 'Cairo', sans-serif;
}

body {
    min-width: 320px;
    -ms-overflow-style: scrollbar;
    background: #fff;
    color: black;
    font-family: 'Cairo', sans-serif;
    font-size: 100%;
    line-height: 31px;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0;
}

.automargin {
    margin: auto;
}

.fullheight {
    height: 100% !important;
}

.middlecenter {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-row {
    display: flex;
    flex-wrap: wrap;
}

<!-- [if IE]>.flex-row {
    display: block;
    margin-right: -15px;
    margin-left: -15px;
}

.hardwarepage .hardwareproducts .btn-shopnow {
    min-width: 200px;
}

< ![endif] -->.flex-row>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.flex-row.row:after,
.flex-row.row:before {
    display: flex;
}


/* menu */

.main-menu {
    margin-bottom: 120px;
}

.main-menu .menu-items {
    padding-top: 40px;
    font-weight: 600;
}

.main-menu .menu-items li>a {
    color: black;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    -webkit-transition: 0.5s color ease;
    transition: 0.5s color ease;
    -moz-transition: 0.5s color ease;
}

.main-menu .menu-items li>a:before,
.main-menu .menu-items li>a:after {
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.main-menu .menu-items li>a:after {
    content: "";
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: -0.25em;
    height: 2px;
    width: 100%;
    background: transparent;
}

.main-menu .menu-items li>a:hover:after {
    content: "";
    width: 100%;
    background: black;
}

.main-menu .logo img {
    width: 80%;
    padding-top: 15px;
}


/* end of menu */


/* breadcrumb */

.breadcrumb {
    background-color: transparent;
    background-color: transparent;
    display: block;
    height: auto;
    width: 100%;
    padding-left: 0px;
}

.breadcrumb a {
    color: black;
    padding-right: 15px;
}

.breadcrumb li {
    color: #1a191a;
    padding-left: 15px !important;
    font-size: large;
    padding-left: 0px !important;
}


/* end of breadcrumb */


/* header */

.header-wrapper {
    background-image: url('../images/header.jpg');
    height: 568px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.header-wrapper h3 {
    text-align: left;
    font-weight: bold;
    font-size: 39px;
    margin-top: 5px;
    margin-bottom: 20px;
    color: #2c66a6;
}

.header-wrapper a {
    margin: auto;
}

.header-wrapper h6 {
    font-size: 20px;
    text-align: justify;
    margin-top: 5px;
    margin-bottom: 0px;
    vertical-align: middle;
    margin: auto;
    line-height: unset;
    color: black;
    display: inline-block;
}

.header-wrapper hr {
    border-width: 1px;
    border-top: 1px solid #000;
    margin-top: 35px;
}

.header-wrapper .list-inline>li {
    padding-right: 0;
    padding-left: 25px;
}

.header-wrapper .fa {
    margin-right: 15px;
}

.header-wrapper .headerrow .col-sm-6 {
    margin-bottom: 10px
}

.headerrow img {
    min-height: 40px;
    max-height: 40px;
    height: 40px;
}


/* end of header */


/* products */

.products .col-md-2 {
    width: 18.199999999%;
}

.products h3 {
    font-weight: bold;
    margin: 40px 0;
    color: #2c66a6;
    margin-top: 50px;
}

.products h4 {
    text-align: center;
    font-weight: bold;
    color: #828282;
    padding: 5px 35px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.products .product img {
    -webkit-filter: grayscale(100%);
}

.products .flex-row {
    margin: 35px 0;
}

.products .product {
    border: solid;
    border-width: 1.1px;
    border-radius: 10px;
    padding: 15px;
    margin: 10px;
    padding-bottom: 0px;
    min-height: 190px;
}

.products .product img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: 15px;
    margin-bottom: 0;
    min-height: 70px;
    max-height: 70px;
}

.indexpage .products .product img {
    margin-right: auto;
    margin-left: auto;
}

.products .product:hover>img {
    -webkit-animation: bounceIn 1s ease;
    animation: bounceIn 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-filter: grayscale( 0%);
    filter: grayscale( 0%);
}

.products .product:hover>h4 {
    display: none;
}

.products .product:hover>.btn-shopnow {
    display: block;
    -webkit-animation: slideInDown 1s ease;
    animation: slideInDown 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.products .product:hover {
    border-color: #2c66a6;
}

.products .product:hover>h4 {
    color: black !important;
}

.products .btn-shopnow {
    border: solid;
    border-color: #2c66a6;
    background: #2c66a6;
    border-width: 1.5px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-radius: 10px;
    margin-top: 30px;
    display: none;
    margin-bottom: 20px;
}


/* end of products */


/* contact */

.contact {
    background-image: url('../images/contact-bg.jpg');
    height: 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.moreInfo {
    margin: auto;
    color: #fff;
}

.moreInfo h2,
.moreInfo h3 {
    margin-bottom: 50px !important;
    margin-top: 0px;
}

.indexpage .moreInfo h2 {
    margin-bottom: 50px !important;
    margin-top: 50px;
}

.btn-contact {
    border: solid;
    border-color: #fff;
    border-width: 1px;
    padding: 10px 80px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
}

.btn-contact:hover {
    color: #fff;
}


/* end of contact */


/* visitshop */

.visitshop .rawvisitshop {
    background-image: url('../images/eshop-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: none;
    margin: 10px;
    border-radius: 10px;
    padding: 25px;
}

.visitshop img {
    max-height: 55px;
}

.visitshop h3 {
    margin-top: 35px;
}

.btn-shopnow {
    border: solid;
    border-color: #b72d26;
    background: rgba(44, 102, 166, 0);
    border-width: 2px;
    /* padding: 5px 35px; */
    color: #b72d26;
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
    /* margin: 20px; */
    margin-bottom: 0;
    margin-top: 25px;
}

.visitshop .btn-shopnow {
    border: solid;
    border-color: #2c66a6;
    background: #2c66a6;
    border-width: 1px;
    padding: 5px 45px;
    color: white;
    font-size: 20px;
    text-align: center;
    border-radius: 10px;
    /* margin: 20px; */
    margin-bottom: 0;
    margin-top: 25px;
}

.btn-shopnow {
    transition: all 0.3s ease-in;
}

.btn-shopnow:hover {
    color: #fff;
    background: #b72d26;
}


/* end of visitshop */


/* footer */

.pre-border {
    height: 2px;
    border-top: 4px solid #444444;
    margin-bottom: 4px;
    margin-top: 50px;
}

.pre-footer {
    background-color: #444444;
    padding-top: 35px;
    padding-bottom: 10px;
    position: relative;
    margin: 0px;
}

.middle-logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: -10px;
}

.middle-logo img {
    width: 105px;
    height: 105px;
}

.links .text {
    color: #fff;
    font-weight: 400;
}

.links .icon-phone i {
    display: inline-block;
    font-size: 16px;
}

.links .icon-mail i {
    font-size: 13px;
}

.links .icon-text {
    display: inline-block;
    color: #8f8f8f;
}

.links h3 {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
}

.links li {
    line-height: 25px;
}

.links i {
    color: #fff;
    font-size: 10px;
}

.links a {
    text-decoration: none;
    color: #8f8f8f;
    font-size: 14px;
}

.footer {
    background: #353535;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 5px;
    margin: 0px;
    font-size: 13px;
}

.social i {
    color: #fff;
    margin-right: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.footer .social i:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    color: #ccc;
}

.footer p {
    padding: 0px;
    color: #fff;
}

.links .border-right {
    padding-right: 0px;
    border-right: 1px solid #8f8f8f;
}

.links .dropdown {
    display: inline-block;
}

.links .dropdown-menu {
    border-radius: 0px;
    min-width: auto;
}

.links .dropdown-menu>li>a {
    font-weight: bold;
}

.dropdown-menu>li>a {
    text-align: center;
    font-size: 17px;
    padding: 3px 13px;
}

.links .dropdown-menu>li>a:focus,
.links .dropdown-menu>li>a:hover {
    background: #1a191a;
    color: #fff;
}

.links .lang-btn {
    margin-top: -8px;
    padding-left: 10px;
    border-radius: 0px;
    background: #1a191a;
    color: #fff;
    font-weight: bold;
    width: 35px;
    height: 35px;
    margin-right: 7px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 24px;
}

.links .client-btn {
    background: #b72d26;
    color: #fff;
    font-weight: bold;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    line-height: 41px;
}

.links .client-btn i {
    vertical-align: baseline;
    font-size: 24px;
}

.links .support-btn {
    display: inline-block;
    background: #2b65a5;
    color: #fff;
    font-weight: bold;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 41px;
}

.links .support-btn i {
    vertical-align: baseline;
    font-size: 24px;
}


/* end footer */


/* softwarepage header */

.softwarepage .header-wrapper {
    background-image: url(../images/waresoft/header.jpg);
}


/* end softwarepage header */


/* softwareproducts */

.softwareproducts h3 {
    font-weight: bold;
    margin: 40px 0;
    color: #2c66a6;
}

.softwareproducts h4 {
    font-weight: bold;
    color: #2c66a6;
}

.softwareproducts .desc {
    margin-bottom: 40px;
}

.softwareproducts .desc p {
    text-align: justify
}

.softwareproducts hr {
    border-color: #2c66a6;
    border-width: 1.4px;
    margin-top: 36px;
    height: 0px;
}

.softwareproducts .product {
    border: solid;
    border-width: 1.1px;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 20px;
}

.softwareproducts .product .productheader {
    /* margin-bottom: 15px; */
}

.softwareproducts .col-md-11 {
    width: 97.46666667%;
}

.softwareproducts .btn-shopnow {
    margin-bottom: 20px;
    width: 100%;
}

.softwareproducts .btn-shopnow .fa-arrow-right {
    margin-left: 10px;
}

.NOVA .maestroimg {
    height: 60px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    /* margin: auto; */
    /* margin-top: -30px; */
}

.NOVA .maestrop {
    /* margin-top: -20px */
}

.NOVA .Qawafel {
    height: 90px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.softwarepage p {
    text-align: justify;
}

.softwareproducts .product p {
    text-align: justify;
}

.softwareproducts .SAP ul {
    padding-left: 0px;
}

.softwareproducts .SAP li {
    font-size: larger;
    display: block;
    margin: 10px;
}

.softwareproducts .SAP li i {
    font-size: 30px;
    color: #2b65a5;
    margin-right: 10px;
}

.softwareproducts .imgheader {
    min-height: 70px;
    max-height: 70px;
    margin: auto;
}

.softwareproducts .imgheadersniper,
.softwareproducts .Qlik .imgheader,
.softwareproducts .MICROSOFT .imgheader,
.softwareproducts .ADOBE .imgheader {
    min-height: 85px;
    max-height: 85px;
    height: 85px;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 20px;
}

.hardwareproducts .imgheader {
    min-height: 70px;
    max-height: 70px;
    margin: auto;
}


/* end softwareproducts */


/* hardwarepage header */

.hardwarepage .header-wrapper {
    background-image: url(../images/hardware/header.jpg);
}


/* end hardwarepage header */


/* hardwareproducts */

.hardwarepage .hardwareproducts h3 {
    font-weight: bold;
    margin: 40px 0;
    color: #2c66a6;
}

.hardwarepage .hardwareproducts h4 {
    font-weight: bold;
    color: #2c66a6;
}

.hardwarepage .hardwareproducts hr {
    border-color: #2c66a6;
    border-width: 1.4px;
    margin-top: 36px;
    height: 0px;
}

.hardwarepage .hardwareproducts .desc {
    margin-bottom: 40px;
}

.hardwarepage .hardwareproducts .desc p {
    text-align: justify;
}

.hardwarepage .hardwareproducts .btn-shopnow {
    margin: 20px 0;
    width: -webkit-fill-available;
}

.hardwarepage .hardwareproducts .btn-shopnow .fa-arrow-right {
    margin-left: 10px;
}

.hardwarepage .hardwareproducts .hardwareproduct {
    margin-bottom: 40px
}

.hardwarepage .hardwareproducts .hardwareproduct p {
    text-align: justify;
}

.hardwarepage .hardwareproducts .Nanny .Uses {
    color: #be2f2b;
    margin: 30px 0;
    margin-bottom: 20px;
}

.hardwarepage .hardwareproducts .Nanny .feature {
    color: #be2f2b;
    margin: 30px 0;
    padding-bottom: 0px !important;
    margin-top: 26px;
    margin-bottom: 26px;
}

.hardwarepage .hardwareproducts .Nanny .Usesdetails {
    margin-bottom: 20px;
}

.hardwarepage .hardwareproducts .Nanny .Usesdetails p {
    margin-bottom: 0px
}

.hardwarepage .hardwareproducts .Nanny .Usesdetails img {
    max-height: 45px;
}

.hardwarepage .hardwareproducts .Nanny .last {
    margin-left: 10px;
}

.hardwarepage .hardwareproducts .Nanny .shopnowcols {
    padding-right: 0px;
    padding-left: 30px;
}

.hardwarepage .hardwareproducts .Nanny .product {
    border: solid;
    border-width: 1.5px;
    border-radius: 10px;
    padding: 20px;
}

.hardwarepage .hardwareproducts .Nanny .productbottom {
    margin-bottom: 10px;
}

.hardwarepage .hardwareproducts .Nanny .product h4 {
    padding-top: 5px;
    padding-bottom: 20px;
}

.hardwarepage .hardwareproducts .Nanny p {
    text-align: justify;
}

.hardwarepage .hardwareproducts .Nanny .Usesdetails:last-child p {
    text-align: right;
}

.hardwarepage .hardwareproducts .Nanny .list {
    font-weight: 600;
    margin: auto;
    font-size: large;
}

.hardwarepage .hardwareproducts .Nanny .listitem {
    margin-bottom: 20px;
}

.hardwarepage .hardwareproducts .Nanny .listitem img {
    min-width: 40px;
}


/* end hardwareproducts */


/* smart header */

.Smartpage .header-wrapper {
    background-image: url(../images/smart/header.jpg);
}

.Smartpage .DISPLAYFEATURES h3 {
    font-weight: bold;
    margin: 40px 0;
    color: #2c66a6;
}

.Smartpage .CONNECTIVITYFEATURES {
    background-color: #ebebeb;
    padding-bottom: 40px;
}

.Smartpage .DISPLAYFEATURES .DISPLAYFEATURESDetails,
.Smartpage .CONNECTIVITYFEATURES .CONNECTIVITYFEATURESDetails,
.Smartpage .OTHERFEATURES .OTHERFEATURESDetails {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.Smartpage .CONNECTIVITYFEATURES .CONNECTIVITYFEATURESDetailscol,
.Smartpage .DISPLAYFEATURES .DISPLAYFEATURESDetailscol,
.Smartpage .OTHERFEATURES .OTHERFEATURESDetailscol {
    margin-top: 20px;
    margin-bottom: 30px;
}

.Smartpage .DISPLAYFEATURES .imgheader,
.Smartpage .CONNECTIVITYFEATURES .imgheader,
.Smartpage .OTHERFEATURES .imgheader {
    min-height: 50px;
    max-height: 50px;
    height: 50px;
    margin: auto;
    margin-bottom: 25px;
}

.Smartpage .DISPLAYFEATURES h4,
.Smartpage .CONNECTIVITYFEATURES h4,
.Smartpage .OTHERFEATURES h4 {
    font-weight: bold;
    color: #2c66a6;
    text-align: center;
    margin-top: 40px;
}

.Smartpage .DISPLAYFEATURES .titlebox {
    display: table;
    width: 100%;
    /*    outline:1px dotted red;  /* TEST Outline */
}

.titlebox span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0 .9em;
}

.titlebox::before,
.titlebox::after {
    content: "";
    display: table-cell;
    width: 50%;
    /*    outline:1px solid lime;  /* TEST Outline */
    vertical-align: middle;
    /*    background:url("imgs/reddot3.png") repeat-x 0 49%;  /* can use a background image, if preferred */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(45%, rgba(0, 0, 0, 0)), color-stop(46%, rgba(0, 0, 255, 1)), color-stop(54%, rgba(0, 0, 255, 1)), color-stop(55%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, rgb(44, 102, 166) 46%, rgb(44, 102, 166) 54%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, rgba(180, 180, 180, 1) 46%, rgba(180, 180, 180, 1) 54%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 1) 46%, rgba(0, 0, 0, 1) 54%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 1) 46%, rgba(0, 0, 0, 1) 54%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 45%, rgba(180, 180, 180, 1) 46%, rgba(180, 180, 180, 1) 54%, rgba(0, 0, 0, 0) 55%), rgba(0, 0, 0, 0) 100%);
    /* W3C */
}


/* end smart header */


/* responsive */


/* logos slider */

.logos {
    margin-top: 55px;
    margin-bottom: -20px;
    margin-left: -5px;
    margin-right: -5px;
}

.productslogo .logo-img {
    margin: 15px;
    margin-bottom: 0;
    min-height: 70px;
    max-height: 70px;
    height: 70px;
    max-width: 60%;
    margin: auto;
}

.productslogo h4 {
    text-align: center;
    font-weight: bold;
    color: #828282;
    padding: 5px 35px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.productslogo div {
    text-align: center
}

.productslogo div>img {
    -webkit-filter: grayscale( 0%);
    filter: grayscale( 0%);
}

.productslogo div:hover>h4 {
    display: none;
}

.productslogo div .btn-shopnow {
    width: 60%;
    margin: auto;
    margin-top: 30px;
}

.productslogo div:hover>.btn-shopnow {
    display: block;
}

.slick-slide h4,
.slick-slide .btn-shopnow {
    margin-top: 30px;
}

.slick-dots {
    margin-bottom: 10px !important;
}


/* end of logos slider */

@media only screen and (min-width: 1366px) {
    .header-wrapper {
        background-position: 100% 100%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .header-wrapper {
        background-position: 100% 100%;
    }
}

@media only screen and (max-width: 1023px) {
    .header-wrapper .list-inline>li {
        padding-left: 10px;
    }
    .header-wrapper.branding h2 {
        font-size: 30px;
        margin-top: 10px !important;
        margin-left: 85px;
    }
    .reasons {
        margin-top: 0px;
    }
    .header-wrapper.branding .brand-img {
        width: 126px !important;
        margin-right: 45px;
        margin-top: -20px;
    }
}

@media only screen and (max-width: 1024px) {
    .header-wrapper {
        background-position: 100% 58%;
        height: 468px;
    }
    .main-menu {
        margin-bottom: 50px;
    }
    .products .product {
        border: solid;
        border-width: 1.1px;
        border-radius: 10px;
        padding: 15px;
        margin: 10px;
        padding-bottom: 0px;
        min-height: 150px;
    }
    .hardwarepage .hardwareproducts .Nanny .shopnowcols {
        padding-right: 15px;
        padding-left: 15px;
    }
    .hardwarepage .hardwareproducts .Nanny .last {
        margin-left: 0px;
        margin-top: 10px;
    }
    .hardwarepage .hardwareproducts .Nanny .listitem img {
        min-width: inherit;
    }
    .products .product img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        margin: 15px;
        margin-bottom: 0;
        min-height: 60px;
        max-height: 60px;
        height: 60px;
        margin-right: auto;
        margin-left: auto;
    }
    .softwareproducts .imgheader {
        min-height: 60px;
        max-height: 60px;
        height: 60px;
        margin: auto;
    }
    .softwareproducts .imgheaderSAP {
        min-height: 70px;
        max-height: 70px;
        height: 70px;
        margin: auto;
    }
    .softwareproducts .imgheaderkasper {
        min-height: 70px;
        max-height: 70px;
        height: 70px;
        margin: auto;
    }
    .softwareproducts .imgheadersniper {
        margin: auto;
        margin-top: 20px;
        min-height: 80px;
        max-height: 80px;
        height: 80px;
        margin-bottom: 20px;
    }
    .softwareproducts hr {
        border-color: #2c66a6;
        border-width: 1.4px;
        margin-top: 62px;
        height: 0px;
    }
    .softwareproducts h4 {
        margin-left: 10px;
    }
    .pre-footer .icon-phone,
    .pre-footer .icon-mail {
        margin-left: 0px;
        margin-right: 3px;
    }
    .products .col-md-2 {
        width: 17%;
    }
    .products .btn-shopnow {
        margin: 20 0px;
    }
    .products h4 {
        padding: 5px 0px;
        font-size: 15px;
    }
    .breadcrumb {
        margin-left: 0px;
    }
    .breadcrumb li {
        font-size: medium;
    }
    /* softwareproducts   */
    /* end of softwareproducts */
}

@media only screen and (max-width: 768px) {
    .hardwareproducts .imgheader {
        width: 180px;
        float: left;
        margin: auto;
        min-height: auto;
        max-height: auto;
        height: auto;
    }
    .hardwarepage .hardwareproducts .Nanny .Usesdetails:last-child p {
        text-align: initial;
    }
    .hardwarepage .hardwareproducts .Nanny .shopnowcols {
        padding-right: 15px;
        padding-left: 15px;
    }
    .hardwarepage .hardwareproducts .Nanny .last {
        margin-left: 0px;
        margin-top: 10px;
    }
    .hardwarepage .hardwareproducts .btn-shopnow {
        margin: 40px 0;
    }
    .products .product img {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        margin: 15px;
        margin-bottom: 0;
        min-height: 50px;
        max-height: 50px;
        height: 50px;
        margin-right: auto;
        margin-left: auto;
    }
    .NOVA .Qawafel {
        height: 120px;
    }
    .products .btn-shopnow {
        padding-left: 0px;
        padding-right: 0px;
        font-size: small;
    }
    .softwareproducts .product p {
        margin-top: 10px;
    }
    .animated {
        display: block;
        opacity: 1;
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    /* header */
    .header-wrapper .laptop-img {
        margin-left: 0px;
    }
    .header-wrapper .img-container {
        width: 100%;
    }
    .header-wrapper h3 {
        font-size: 28px;
        text-align: left !important;
        margin-top: 20px;
    }
    .header-wrapper h6 {
        font-size: 100%;
    }
    .header-wrapper h2 {
        font-size: 32px;
        text-align: left !important;
    }
    /* end of header */
    /* Software header */
    /* end of Software header */
    /* main menu */
    .main-menu .logo img {
        width: 90%;
        /* margin: auto; */
        padding-top: 15px;
    }
    /* end of main menu */
    /* softwareproducts   */
    .softwareproducts .SNIPER .SNIPERsubproduct h4,
    .softwareproducts .NOVA .NOVAsubproduct h4 {
        margin: 0;
        text-align: center;
        margin-bottom: 10px;
    }
    /* end of softwareproducts */
}

@media only screen and (max-width: 767px) and (orientation:landscape) {
    .softwareproducts .imgheader {
        margin: auto;
        margin-top: 20px;
        min-height: auto;
        max-height: auto;
        height: auto;
        width: 180px !important;
    }
    .header-wrapper hr {
        border-width: 1px;
        border-top: 1px solid rgba(0, 0, 0, 0);
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .hardwarepage .hardwareproducts .Nanny .Usesdetails p,
    .hardwarepage .hardwareproducts .Nanny .Usesdetails:last-child p {
        text-align: center;
    }
    .hardwareproducts .imgheader {
        margin: auto;
        margin-top: 20px;
        max-width: 50%;
    }
    .softwareproducts hr {
        margin-top: 15px;
    }
    .SNIPER,
    .NOVA,
    .SAP,
    .PLESK,
    .ODIN,
    .ADOBE,
    .MICROSOFT,
    .VIRTUZZO,
    .ANTIIVIRUSES,
    .Qlik {
        margin-top: 35px;
    }
    .softwareproducts .col-xs-offset-0 {
        margin-left: 65%;
    }
    .hardwareproducts .col-xs-offset-0 {
        margin-left: 45%;
    }
    .header-wrapper .headerrow img {
        width: 50%
    }
    .header-wrapper .mobile-red {
        background: #b72d26;
        margin-bottom: 25px;
        padding-top: 15px;
    }
    /* mobile menu */
    .header-wrapper .open {
        position: fixed;
        top: 22px;
        right: 15px;
        z-index: 99;
        width: 50px;
        height: 50px;
        display: block !important;
        cursor: pointer;
        -webkit-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
    }
    .header-wrapper .open:hover {
        opacity: 0.8;
    }
    .header-wrapper .open span {
        display: block;
        float: left;
        clear: both;
        height: 4px;
        width: 36px;
        border-radius: 40px;
        background-color: #336ba9;
        position: absolute;
        right: 3px;
        top: 3px;
        overflow: hidden;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .open span:nth-child(1) {
        margin-top: 9px;
        z-index: 9;
    }
    .open span:nth-child(2) {
        margin-top: 18px;
    }
    .open span:nth-child(3) {
        margin-top: 27px;
    }
    .sub-menu {
        -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        height: 0;
        width: 0;
        right: 6px;
        top: 7px;
        position: absolute;
        background-color: rgba(51, 107, 169, 0.64);
        border-radius: 50%;
        z-index: 18;
        overflow: hidden;
    }
    .sub-menu li {
        display: block;
        float: right;
        clear: both;
        height: auto;
        margin-right: -160px;
        -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    .sub-menu li:first-child {
        margin-top: 203px;
    }
    .sub-menu li:nth-child(1) {
        -webkit-transition-delay: 0.05s;
    }
    .sub-menu li:nth-child(2) {
        -webkit-transition-delay: 0.10s;
    }
    .sub-menu li:nth-child(3) {
        -webkit-transition-delay: 0.15s;
    }
    .sub-menu li:nth-child(4) {
        -webkit-transition-delay: 0.20s;
    }
    .sub-menu li:nth-child(5) {
        -webkit-transition-delay: 0.25s;
    }
    .sub-menu li a {
        color: #fff;
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        font-size: 16px;
        width: 100%;
        display: block;
        float: left;
        line-height: 40px;
    }
    .oppenned .sub-menu {
        opacity: 1;
        height: 443px;
        width: 422px;
        z-index: 98;
    }
    .oppenned span:nth-child(2) {
        overflow: visible;
    }
    .oppenned span:nth-child(1),
    .oppenned span:nth-child(3) {
        z-index: 100;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #fff;
    }
    .oppenned span:nth-child(1) {
        -webkit-transform: rotate(45deg) translateY(12px) translateX(12px);
        transform: rotate(45deg) translateY(12px) translateX(12px);
    }
    .oppenned span:nth-child(2) {
        height: 429px;
        width: 409px;
        right: -160px;
        top: -160px;
        border-radius: 50%;
        background-color: hsl(212, 54%, 43%);
    }
    .oppenned span:nth-child(3) {
        -webkit-transform: rotate(-45deg) translateY(-10px) translateX(10px);
        transform: rotate(-45deg) translateY(-10px) translateX(10px);
        margin-top: 40px;
    }
    .header-wrapper .oppenned li {
        margin-right: 168px;
    }
    /* end of menu */
    /* header */
    .header-wrapper {
        /*  background-image: none;*/
        height: auto;
    }
    .header-wrapper h2 {
        text-align: center !important;
    }
    .header-wrapper .laptop-img {
        width: 50%;
        margin: 0 auto;
    }
    .header-wrapper .particle {
        display: none;
    }
    .main-menu .logo img {
        width: 30%;
        padding-top: 10px;
    }
    /* end of header */
    /* footer */
    .pre-border {
        margin-top: 0px;
    }
    .footer .copyright,
    .footer .social {
        float: none !important;
        text-align: center;
    }
    .mobile-footer .links h3 {
        margin-top: 15px;
    }
    .pre-footer {
        padding-top: 20px;
    }
    .links .dropdown {
        display: block;
        width: 32%;
        float: left;
    }
    .links .lang-btn {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 22px;
    }
    .links .client-btn {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 34px;
        width: 32%;
        margin-left: 2%;
        float: left;
        margin-top: 5px;
    }
    .links .dropdown-menu {
        width: 100%;
        margin-top: -8px;
    }
    .links .support-btn {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 34px;
        width: 32%;
        float: left;
        margin-top: 5px;
    }
    .links .client-btn i,
    .links .support-btn i {
        vertical-align: middle;
        padding-right: 8px;
    }
    span.links-text {
        width: 109px;
        text-align: left;
        display: inline-block;
        padding-left: 5px;
    }
    /* end of footer */
}

@media only screen and (max-width: 480px) {
    .links.mobile .lang-btn {
        margin-top: 0px;
    }
    .links.mobile {
        padding-top: 15px;
    }
    .links.mobile .lang-btn,
    .links.mobile .client-btn,
    .links.mobile .support-btn {
        width: 100%;
        display: block;
        margin-bottom: 15px;
        font-size: 15px;
    }
    .links.mobile .client-btn,
    .links.mobile .support-btn {
        line-height: 35px;
    }
    .links.mobile .dropdown {
        display: block;
    }
    .links.mobile .dropdown-menu {
        width: 100%;
    }
    .header-wrapper hr {
        border-width: 1px;
        border-top: 1px solid rgba(0, 0, 0, 0);
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .hardwarepage .hardwareproducts .Nanny .Usesdetails p,
    .hardwarepage .hardwareproducts .Nanny .Usesdetails:last-child p {
        text-align: center;
    }
    .hardwarepage .hardwareproducts .Nanny .Usesdetails p {
        margin-bottom: 10px;
        margin-top: 15px
    }
    .NOVA .Qawafel {
        height: 120px;
    }
    /* contact  */
    .contact h2 {
        font-size: 25px
    }
    .contact h3 {
        font-size: 20px
    }
    .contact .btn-contact {
        padding: 10px 40px;
    }
    /* end of contact */
    /* visitshop  */
    .visitshop h3 {
        font-size: 20px
    }
    /* end of visitshop */
    /* footer */
    .footer .copyright,
    .footer .social {
        float: none !important;
        text-align: center;
    }
    .pre-footer {
        padding-top: 0px;
    }
    span.links-text {
        width: 109px;
        text-align: left;
        display: inline-block;
        padding-left: 5px;
    }
    .mobile-footer ul li {
        display: inline-block;
    }
    .mobile-footer ul li {
        padding-left: 35px;
    }
    .mobile-footer {
        padding-top: 15px;
    }
    .mobile-footer .links h3 {
        display: none;
    }
    .mobile-footer .links {
        width: 100%;
    }
    .links .dropdown {
        display: block;
    }
    .links .dropdown-menu {
        width: 100%;
        margin-top: -9px;
    }
    .links .dropdown-menu li {
        display: block;
        width: 100%;
        padding-left: 0px;
    }
    .links .lang-btn {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 22px;
    }
    .links .client-btn,
    .links .support-btn {
        width: 100%;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 34px;
    }
    .links .client-btn i,
    .links .support-btn i {
        vertical-align: middle;
        padding-right: 8px;
    }
    /* end of footer */
    /* mobile menu */
    .header-wrapper .open {
        position: fixed;
        top: 22px;
        right: -10px;
        z-index: 99;
        width: 50px;
        height: 50px;
        display: block !important;
        cursor: pointer;
        -webkit-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear;
    }
    .header-wrapper .open:hover {
        opacity: 0.8;
    }
    .header-wrapper .open span {
        display: block;
        float: left;
        clear: both;
        height: 4px;
        width: 40px;
        border-radius: 40px;
        background-color: #2c66a6;
        position: absolute;
        right: 20px;
        top: 3px;
        overflow: hidden;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .open span:nth-child(1) {
        margin-top: 9px;
        z-index: 9;
    }
    .open span:nth-child(2) {
        margin-top: 18px;
    }
    .open span:nth-child(3) {
        margin-top: 27px;
    }
    .sub-menu {
        -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        height: 0;
        width: 0;
        right: 6px;
        top: 7px;
        position: absolute;
        background-color: rgba(44, 102, 166, 0.64);
        border-radius: 50%;
        z-index: 18;
        overflow: hidden;
    }
    .sub-menu li {
        display: block;
        float: right;
        clear: both;
        height: auto;
        margin-right: -160px;
        -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }
    .sub-menu li:first-child {
        margin-top: 203px;
    }
    .sub-menu li:nth-child(1) {
        -webkit-transition-delay: 0.05s;
    }
    .sub-menu li:nth-child(2) {
        -webkit-transition-delay: 0.10s;
    }
    .sub-menu li:nth-child(3) {
        -webkit-transition-delay: 0.15s;
    }
    .sub-menu li:nth-child(4) {
        -webkit-transition-delay: 0.20s;
    }
    .sub-menu li:nth-child(5) {
        -webkit-transition-delay: 0.25s;
    }
    .sub-menu li a {
        color: #fff;
        font-family: 'Lato', Arial, Helvetica, sans-serif;
        font-size: 16px;
        width: 100%;
        display: block;
        float: left;
        line-height: 40px;
        padding-right: 20px;
    }
    .oppenned .sub-menu {
        opacity: 1;
        height: 443px;
        width: 422px;
        z-index: 98;
    }
    .oppenned span:nth-child(2) {
        overflow: visible;
    }
    .oppenned span:nth-child(1),
    .oppenned span:nth-child(3) {
        z-index: 100;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #fff;
    }
    .oppenned span:nth-child(1) {
        -webkit-transform: rotate(45deg) translateY(12px) translateX(12px);
        transform: rotate(45deg) translateY(12px) translateX(12px);
    }
    .oppenned span:nth-child(2) {
        height: 429px;
        width: 409px;
        right: -160px;
        top: -160px;
        border-radius: 50%;
        background-color: #2c66a6;
    }
    .oppenned span:nth-child(3) {
        -webkit-transform: rotate(-45deg) translateY(-10px) translateX(10px);
        transform: rotate(-45deg) translateY(-10px) translateX(10px);
        margin-top: 40px;
    }
    .header-wrapper .oppenned li {
        margin-right: 168px;
    }
    .main-menu .logo img {
        width: 50%;
        padding-top: 16px;
    }
    /* end of mobile menu */
    /* header */
    .header-wrapper {
        height: auto;
        padding-bottom: 25px;
        /*  background-image: none;*/
    }
    .header-wrapper h3 {
        font-size: 23px;
        text-align: center !important;
    }
    .header-wrapper h2 {
        font-size: 36px;
        text-align: center !important;
    }
    /* end of header */
    /* menu */
    .main-menu {
        margin-bottom: 28px;
    }
    /* end of menu */
    /*  softwarepage softwareproducts */
    .softwarepage .softwareproducts h3 {
        text-align: center
    }
    .softwarepage .softwareproducts h4 {
        margin-top: 15px;
    }
    .softwareproducts .imgheaderSAP {
        margin: auto;
        margin-top: 20px;
        min-height: 60px;
        max-height: 60px;
        height: 60px;
    }
    .softwareproducts .imgheaderkasper {
        margin: auto;
        margin-top: 20px;
        min-height: 60px;
        max-height: 60px;
        height: 60px;
    }
    .softwareproducts .imgheadersniper {
        margin: auto;
        margin-top: 20px;
        min-height: 80px;
        max-height: 80px;
        height: 80px;
        margin-bottom: 20px;
    }
    .softwareproducts .imgheader {
        margin: auto;
        margin-top: 20px;
        min-height: auto;
        max-height: auto;
        height: auto;
        width: 150px !important;
    }
    .hardwareproducts .imgheader {
        margin: auto;
        margin-top: 20px;
        max-width: 70%;
    }
    .softwareproducts hr,
    .hardwarepage .hardwareproducts hr {
        margin-top: 15px
    }
    .softwareproducts .SAP ul {
        padding-left: 0px;
        font-size: small;
    }
    .softwareproducts .SAP ul li {
        margin-left: 0px;
        margin-right: 0px;
    }
    .softwareproducts .SAP li i {
        font-size: 15px;
        color: #2b65a5;
        margin-right: 5px;
    }
    .softwareproducts .col-md-5 {
        width: inherit;
    }
    .softwarepage .softwareproducts .SNIPER .SNIPERsubproduct .col-sm-5 {
        width: inherit;
    }
    /* end of softwarepage softwareproducts */
    /*  hardwarepage hardwareproducts */
    .hardwarepage .hardwareproducts h3 {
        text-align: center
    }
    .hardwarepage .hardwareproducts h4 {
        margin-top: 15px;
    }
    .hardwareproducts hr {
        margin-top: 15px
    }
    .hardwarepage .hardwareproducts .Nanny .product {
        padding-left: 10px;
        padding-right: 10px;
    }
    /* end of hardwarepage hardwareproducts */
}

@media only screen and (max-width: 340px) {
    /* footer */
    /* end of footer */
}