﻿@import url('https://fonts.googleapis.com/css2?family=Cairo&family=Roboto&display=swap');
 

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
  
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after {
    content: " ";
    display: table
}

.clearfix:after,
.dl-horizontal dd:after {
    clear: both
}

input,
button,
select,
textarea {
    
    font-size: inherit;
    line-height: inherit
}

a {
    color: #8A2BE2;
    text-decoration: none
}

a:hover,
a:focus {
    color: #8A2BE2;
    text-decoration: none
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width:768px) {
    .container {
        width: 750px
    }
}

@media(min-width:992px) {
    .container {
        width: 970px
    }
}

@media(min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0%
}

@media(min-width:768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }
}

@media(min-width:992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }
}

@media(min-width:1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media(max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media(max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media(min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media(min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

h1,
h2,
h3,
.blog-description-content h4,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
   
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h2 small,
h3 small,
.blog-description-content h4 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
.blog-description-content h4 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.blog-description-content h4,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.blog-description-content h4 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.blog-description-content h4 .small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center,
.sorting button,
.client-logo,
.ssocial .ssm-List,
.cookies-policy-sec p {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase,
.fixed-contactUs-bar a {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control,
.carousel-control-client {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: transparent;
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.right,
.right.carousel-control-client {
    right: 0;
    left: auto
}

.carousel-control:focus,
.carousel-control-client:focus,
.carousel-control:hover,
.carousel-control-client:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control-client .glyphicon-chevron-left,
.carousel-control .icon-prev,
.carousel-control-client .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control-client .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control-client .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control-client .icon-next,
.carousel-control .icon-prev,
.carousel-control-client .icon-prev {
    width: 20px;
    height: 20px;
     
    line-height: 1
}

.carousel-control .icon-prev:before,
.carousel-control-client .icon-prev:before {
    content: "‹"
}

.carousel-control .icon-next:before,
.carousel-control-client .icon-next:before {
    content: "›"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control-client .glyphicon-chevron-left,
    .carousel-control .icon-prev,
    .carousel-control-client .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control-client .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control-client .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #8A2BE2
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media(min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #8A2BE2
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #8A2BE2
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media(min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media(min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media(min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media(max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media(min-width:768px) {

    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media(min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media(min-width:768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media(min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media(min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media(max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media(min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media(min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type=radio],
    .navbar-form .checkbox input[type=checkbox] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media(max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media(min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media(min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media(min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media(max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #fff
}

@media(max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
    content: " ";
    display: table
}

.clearfix:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
    clear: both
}

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

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #8A2BE2
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #8A2BE2
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media(min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media(min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

@font-face {
   
   
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-display: swap
}

@font-face {
   
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    font-display: swap
}

body {
    
    font-size: 16px;
    color: #000;
    line-height: 21px
}

.color-black {
    color: #000 !important
}

.bg-black {
    background-color: #000 !important
}

.color-white,
.sticker-list,
.sticker-list li p a {
    color: #fff !important
}

.bg-white,
.sticker-head,
.fixed-contactUs-bar a {
    background-color: #fff !important
}

.color-teal {
    color: #8A2BE2 !important
}

.bg-teal {
    background-color: #8A2BE2 !important
}

.color-orange {
    color: #8A2BE2 !important
}

.bg-orange {
    background-color: #8A2BE2 !important
}

.color-sap-blue {
    color: #8A2BE2 !important
}

.bg-sap-blue {
    background-color: #8A2BE2 !important
}

.color-dark-gray {
    color: #767171 !important
}

.bg-dark-gray {
    background-color: #767171 !important
}

.color-red {
    color: #8A2BE2 !important
}

.bg-red {
    background-color: #8A2BE2 !important
}

.color-magento {
    color: #8A2BE2 !important
}

.bg-magento {
    background-color: #8A2BE2 !important
}

.color-inherit {
    color: inherit !important
}

.bg-inherit {
    background-color: inherit !important
}

.font-normal {
    
    font-weight: 400 !important
}

.font-bold,
h1,
h2,
h3,
.blog-description-content h4,
h4,
h5,
h6 {
 
    font-weight: 700 !important
}

.font-italic,
.sticker-list li p a {
    font-style: italic !important
}

.txt-underline {
    text-decoration: underline !important
}

.font-size-12 {
    font-size: 12px !important
}

.font-size-14,
.sorting button,
.sticker-head h3,
.sticker-head .blog-description-content h4,
.blog-description-content .sticker-head h4 {
    font-size: 14px !important
}

.font-size-16,
.blog-description-content .anchor-click p {
    font-size: 16px !important
}

.font-size-18,
.feedbackForm textarea,
.feedbackForm input[type=text],
.feedbackForm input[type=email],
.feedbackForm input[type=tel],
.feedbackForm select {
    font-size: 18px !important
}

.font-size-20 {
    font-size: 20px !important
}

.font-size-22 {
    font-size: 22px !important
}

.font-size-24 {
    font-size: 24px !important
}

.font-size-26 {
    font-size: 26px !important
}

.font-size-28 {
    font-size: 28px !important
}

.font-size-30 {
    font-size: 30px !important
}

.font-size-32 {
    font-size: 32px !important
}

.font-size-34 {
    font-size: 34px !important
}

.font-size-36 {
    font-size: 36px !important
}

.font-size-38 {
    font-size: 38px !important
}

.font-size-40 {
    font-size: 40px !important
}

.font-size-60 {
    font-size: 60px !important
}

h1 {
    font-size: 30px
}

h2 {
    font-size: 28px
}

h3,
.blog-description-content h4 {
    font-size: 26px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 22px
}

h6 {
    font-size: 20px
}

h1,
h2,
h3,
.blog-description-content h4,
h4,
h5,
h6 {
    margin-top: 0
}

section {
    padding: 30px 0
}

h1 {
    margin-top: 0
}

h2 {
    margin-top: 0
}

h3,
.blog-description-content h4 {
    margin-top: 0
}

h4 {
    margin-top: 0
}

h5 {
    margin-top: 0
}

h6 {
    margin-top: 0
}

.no-border {
    border: none !important
}

.no-border-top {
    border-top: none !important
}

.no-border-right {
    border-right: none !important
}

.no-border-bottom {
    border-bottom: none !important
}

.no-border-left {
    border-left: none !important
}

.no-radius {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important
}

.no-mar-pad {
    margin: 0 !important;
    padding: 0 !important
}

.no-padding {
    padding: 0 !important
}

.no-padding-right {
    padding-right: 0
}

.no-padding-left {
    padding-left: 0 !important
}

.no-padding-top {
    padding-top: 0 !important
}

.no-padding-bottom {
    padding-bottom: 0 !important
}

.no-margin {
    margin: 0 !important
}

.no-margin-right {
    margin-right: 0 !important
}

.no-margin-left {
    margin-left: 0 !important
}

.no-margin-top {
    margin-top: 0 !important
}

.no-margin-bottom,
.sorting button,
.captcha-content p {
    margin-bottom: 0 !important
}

.position-absolute,
.sticker-head,
.title-line {
    position: absolute
}

.position-relative {
    position: relative
}

.h-centre {
    margin: 0 auto
}

.no-border {
    border: none !important
}

.no-border-top {
    border-top: none !important
}

.no-border-right {
    border-right: none !important
}

.no-border-bottom {
    border-bottom: none !important
}

.no-border-left {
    border-left: none !important
}

@media(min-width:0px) {
    .exs-position-absolute {
        position: absolute
    }

    .exs-position-relative {
        position: relative
    }

    .exs-no-mar-pad {
        margin: 0 !important;
        padding: 0 !important
    }

    .exs-no-padding {
        padding: 0 !important
    }

    .exs-no-padding-right {
        padding-right: 0
    }

    .exs-no-padding-left {
        padding-left: 0 !important
    }

    .exs-no-padding-top {
        padding-top: 0
    }

    .exs-no-padding-bottom {
        padding-bottom: 0
    }

    .exs-no-margin {
        margin: 0 !important
    }

    .exs-no-margin-right {
        margin-right: 0 !important
    }

    .exs-no-margin-left {
        margin-left: 0 !important
    }

    .exs-no-margin-top {
        margin-top: 0 !important
    }

    .exs-no-margin-bottom {
        margin-bottom: 0 !important
    }

    .exs-no-border {
        border: none !important
    }

    .exs-no-border-top {
        border-top: none !important
    }

    .exs-no-border-right {
        border-right: none !important
    }

    .exs-no-border-bottom {
        border-bottom: none !important
    }

    .exs-no-border-left {
        border-left: none !important
    }

    .exs-no-radius {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        border-radius: 0 !important
    }
}

@media(min-width:480px) {
    .xs-position-absolute {
        position: absolute
    }

    .xs-position-relative {
        position: relative
    }

    .xs-no-mar-pad {
        margin: 0 !important;
        padding: 0 !important
    }

    .xs-no-padding {
        padding: 0 !important
    }

    .xs-no-padding-right {
        padding-right: 0
    }

    .xs-no-padding-left {
        padding-left: 0 !important
    }

    .xs-no-padding-top {
        padding-top: 0
    }

    .xs-no-padding-bottom {
        padding-bottom: 0
    }

    .xs-no-margin {
        margin: 0 !important
    }

    .xs-no-margin-right {
        margin-right: 0 !important
    }

    .xs-no-margin-left {
        margin-left: 0 !important
    }

    .xs-no-margin-top {
        margin-top: 0 !important
    }

    .xs-no-margin-bottom {
        margin-bottom: 0 !important
    }

    .xs-no-border {
        border: none !important
    }

    .xs-no-border-top {
        border-top: none !important
    }

    .xs-no-border-right {
        border-right: none !important
    }

    .xs-no-border-bottom {
        border-bottom: none !important
    }

    .xs-no-border-left {
        border-left: none !important
    }

    .xs-no-radius {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        border-radius: 0 !important
    }
}

@media(min-width:768px) {
    .sm-position-absolute {
        position: absolute
    }

    .sm-position-relative {
        position: relative
    }

    .sm-no-mar-pad {
        margin: 0 !important;
        padding: 0 !important
    }

    .sm-no-padding {
        padding: 0 !important
    }

    .sm-no-padding-right {
        padding-right: 0
    }

    .sm-no-padding-left {
        padding-left: 0 !important
    }

    .sm-no-padding-top {
        padding-top: 0
    }

    .sm-no-padding-bottom {
        padding-bottom: 0
    }

    .sm-no-margin {
        margin: 0 !important
    }

    .sm-no-margin-right {
        margin-right: 0 !important
    }

    .sm-no-margin-left {
        margin-left: 0 !important
    }

    .sm-no-margin-top {
        margin-top: 0 !important
    }

    .sm-no-margin-bottom {
        margin-bottom: 0 !important
    }

    .sm-no-border {
        border: none !important
    }

    .sm-no-border-top {
        border-top: none !important
    }

    .sm-no-border-right {
        border-right: none !important
    }

    .sm-no-border-bottom {
        border-bottom: none !important
    }

    .sm-no-border-left {
        border-left: none !important
    }

    .sm-no-radius {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        border-radius: 0 !important
    }
}

@media(min-width:992px) {
    .md-position-absolute {
        position: absolute
    }

    .md-position-relative {
        position: relative
    }

    .md-no-mar-pad {
        margin: 0 !important;
        padding: 0 !important
    }

    .md-no-padding {
        padding: 0 !important
    }

    .md-no-padding-right {
        padding-right: 0
    }

    .md-no-padding-left {
        padding-left: 0 !important
    }

    .md-no-padding-top {
        padding-top: 0
    }

    .md-no-padding-bottom {
        padding-bottom: 0
    }

    .md-no-margin {
        margin: 0 !important
    }

    .md-no-margin-right {
        margin-right: 0 !important
    }

    .md-no-margin-left {
        margin-left: 0 !important
    }

    .md-no-margin-top {
        margin-top: 0 !important
    }

    .md-no-margin-bottom {
        margin-bottom: 0 !important
    }

    .md-no-border {
        border: none !important
    }

    .md-no-border-top {
        border-top: none !important
    }

    .md-no-border-right {
        border-right: none !important
    }

    .md-no-border-bottom {
        border-bottom: none !important
    }

    .md-no-border-left {
        border-left: none !important
    }

    .md-no-radius {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        border-radius: 0 !important
    }
}

@media(min-width:1200px) {
    .lg-position-absolute {
        position: absolute
    }

    .lg-position-relative {
        position: relative
    }

    .lg-no-mar-pad {
        margin: 0 !important;
        padding: 0 !important
    }

    .lg-no-padding {
        padding: 0 !important
    }

    .lg-no-padding-right {
        padding-right: 0
    }

    .lg-no-padding-left {
        padding-left: 0 !important
    }

    .lg-no-padding-top {
        padding-top: 0
    }

    .lg-no-padding-bottom {
        padding-bottom: 0
    }

    .lg-no-margin {
        margin: 0 !important
    }

    .lg-no-margin-right {
        margin-right: 0 !important
    }

    .lg-no-margin-left {
        margin-left: 0 !important
    }

    .lg-no-margin-top {
        margin-top: 0 !important
    }

    .lg-no-margin-bottom {
        margin-bottom: 0 !important
    }

    .lg-no-border {
        border: none !important
    }

    .lg-no-border-top {
        border-top: none !important
    }

    .lg-no-border-right {
        border-right: none !important
    }

    .lg-no-border-bottom {
        border-bottom: none !important
    }

    .lg-no-border-left {
        border-left: none !important
    }

    .lg-no-radius {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        border-radius: 0 !important
    }
}

.margin-5 {
    margin: 5px !important
}

.margin-top-5,
.sorting button {
    margin-top: 5px !important
}

.margin-bottom-5 {
    margin-bottom: 5px !important
}

.margin-left-5 {
    margin-left: 5px !important
}

.margin-right-5 {
    margin-right: 5px !important
}

.padding-5 {
    padding: 5px !important
}

.padding-top-5 {
    padding-top: 5px !important
}

.padding-bottom-5 {
    padding-bottom: 5px !important
}

.padding-left-5 {
    padding-left: 5px !important
}

.padding-right-5 {
    padding-right: 5px !important
}

@media(min-width:0px) {
    .exs-margin-5 {
        margin: 5px !important
    }

    .exs-margin-top-5 {
        margin-top: 5px !important
    }

    .exs-margin-bottom-5 {
        margin-bottom: 5px !important
    }

    .exs-margin-left-5 {
        margin-left: 5px !important
    }

    .exs-margin-right-5 {
        margin-right: 5px !important
    }

    .exs-padding-5 {
        padding: 5px !important
    }

    .exs-padding-top-5 {
        padding-top: 5px !important
    }

    .exs-padding-bottom-5 {
        padding-bottom: 5px !important
    }

    .exs-padding-left-5 {
        padding-left: 5px !important
    }

    .exs-padding-right-5 {
        padding-right: 5px !important
    }
}

@media(min-width:480px) {
    .xs-margin-5 {
        margin: 5px !important
    }

    .xs-margin-top-5 {
        margin-top: 5px !important
    }

    .xs-margin-bottom-5 {
        margin-bottom: 5px !important
    }

    .xs-margin-left-5 {
        margin-left: 5px !important
    }

    .xs-margin-right-5 {
        margin-right: 5px !important
    }

    .xs-padding-5 {
        padding: 5px !important
    }

    .xs-padding-top-5 {
        padding-top: 5px !important
    }

    .xs-padding-bottom-5 {
        padding-bottom: 5px !important
    }

    .xs-padding-left-5 {
        padding-left: 5px !important
    }

    .xs-padding-right-5 {
        padding-right: 5px !important
    }
}

@media(min-width:768px) {
    .sm-margin-5 {
        margin: 5px !important
    }

    .sm-margin-top-5 {
        margin-top: 5px !important
    }

    .sm-margin-bottom-5 {
        margin-bottom: 5px !important
    }

    .sm-margin-left-5 {
        margin-left: 5px !important
    }

    .sm-margin-right-5 {
        margin-right: 5px !important
    }

    .sm-padding-5 {
        padding: 5px !important
    }

    .sm-padding-top-5 {
        padding-top: 5px !important
    }

    .sm-padding-bottom-5 {
        padding-bottom: 5px !important
    }

    .sm-padding-left-5 {
        padding-left: 5px !important
    }

    .sm-padding-right-5 {
        padding-right: 5px !important
    }
}

@media(min-width:992px) {
    .md-margin-5 {
        margin: 5px !important
    }

    .md-margin-top-5 {
        margin-top: 5px !important
    }

    .md-margin-bottom-5 {
        margin-bottom: 5px !important
    }

    .md-margin-left-5 {
        margin-left: 5px !important
    }

    .md-margin-right-5 {
        margin-right: 5px !important
    }

    .md-padding-5 {
        padding: 5px !important
    }

    .md-padding-top-5 {
        padding-top: 5px !important
    }

    .md-padding-bottom-5 {
        padding-bottom: 5px !important
    }

    .md-padding-left-5 {
        padding-left: 5px !important
    }

    .md-padding-right-5 {
        padding-right: 5px !important
    }
}

@media(min-width:1200px) {
    .lg-margin-5 {
        margin: 5px !important
    }

    .lg-margin-top-5 {
        margin-top: 5px !important
    }

    .lg-margin-bottom-5 {
        margin-bottom: 5px !important
    }

    .lg-margin-left-5 {
        margin-left: 5px !important
    }

    .lg-margin-right-5 {
        margin-right: 5px !important
    }

    .lg-padding-5 {
        padding: 5px !important
    }

    .lg-padding-top-5 {
        padding-top: 5px !important
    }

    .lg-padding-bottom-5 {
        padding-bottom: 5px !important
    }

    .lg-padding-left-5 {
        padding-left: 5px !important
    }

    .lg-padding-right-5 {
        padding-right: 5px !important
    }
}

.margin-10 {
    margin: 10px !important
}

.margin-top-10 {
    margin-top: 10px !important
}

.margin-bottom-10 {
    margin-bottom: 10px !important
}

.margin-left-10 {
    margin-left: 10px !important
}

.margin-right-10,
.feedbackForm textarea,
.feedbackForm input[type=text],
.feedbackForm input[type=email],
.feedbackForm input[type=tel],
.feedbackForm select {
    margin-right: 10px !important
}

.padding-10,
.client-logo {
    padding: 10px !important
}

.padding-top-10 {
    padding-top: 10px !important
}

.padding-bottom-10 {
    padding-bottom: 10px !important
}

.padding-left-10 {
    padding-left: 10px !important
}

.padding-right-10 {
    padding-right: 10px !important
}

@media(min-width:0px) {
    .exs-margin-10 {
        margin: 10px !important
    }

    .exs-margin-top-10 {
        margin-top: 10px !important
    }

    .exs-margin-bottom-10 {
        margin-bottom: 10px !important
    }

    .exs-margin-left-10 {
        margin-left: 10px !important
    }

    .exs-margin-right-10 {
        margin-right: 10px !important
    }

    .exs-padding-10 {
        padding: 10px !important
    }

    .exs-padding-top-10 {
        padding-top: 10px !important
    }

    .exs-padding-bottom-10 {
        padding-bottom: 10px !important
    }

    .exs-padding-left-10 {
        padding-left: 10px !important
    }

    .exs-padding-right-10 {
        padding-right: 10px !important
    }
}

@media(min-width:480px) {
    .xs-margin-10 {
        margin: 10px !important
    }

    .xs-margin-top-10 {
        margin-top: 10px !important
    }

    .xs-margin-bottom-10 {
        margin-bottom: 10px !important
    }

    .xs-margin-left-10 {
        margin-left: 10px !important
    }

    .xs-margin-right-10 {
        margin-right: 10px !important
    }

    .xs-padding-10 {
        padding: 10px !important
    }

    .xs-padding-top-10 {
        padding-top: 10px !important
    }

    .xs-padding-bottom-10 {
        padding-bottom: 10px !important
    }

    .xs-padding-left-10 {
        padding-left: 10px !important
    }

    .xs-padding-right-10 {
        padding-right: 10px !important
    }
}

@media(min-width:768px) {
    .sm-margin-10 {
        margin: 10px !important
    }

    .sm-margin-top-10 {
        margin-top: 10px !important
    }

    .sm-margin-bottom-10 {
        margin-bottom: 10px !important
    }

    .sm-margin-left-10 {
        margin-left: 10px !important
    }

    .sm-margin-right-10 {
        margin-right: 10px !important
    }

    .sm-padding-10 {
        padding: 10px !important
    }

    .sm-padding-top-10 {
        padding-top: 10px !important
    }

    .sm-padding-bottom-10 {
        padding-bottom: 10px !important
    }

    .sm-padding-left-10 {
        padding-left: 10px !important
    }

    .sm-padding-right-10 {
        padding-right: 10px !important
    }
}

@media(min-width:992px) {
    .md-margin-10 {
        margin: 10px !important
    }

    .md-margin-top-10 {
        margin-top: 10px !important
    }

    .md-margin-bottom-10 {
        margin-bottom: 10px !important
    }

    .md-margin-left-10 {
        margin-left: 10px !important
    }

    .md-margin-right-10 {
        margin-right: 10px !important
    }

    .md-padding-10 {
        padding: 10px !important
    }

    .md-padding-top-10 {
        padding-top: 10px !important
    }

    .md-padding-bottom-10 {
        padding-bottom: 10px !important
    }

    .md-padding-left-10 {
        padding-left: 10px !important
    }

    .md-padding-right-10 {
        padding-right: 10px !important
    }
}

@media(min-width:1200px) {
    .lg-margin-10 {
        margin: 10px !important
    }

    .lg-margin-top-10 {
        margin-top: 10px !important
    }

    .lg-margin-bottom-10 {
        margin-bottom: 10px !important
    }

    .lg-margin-left-10 {
        margin-left: 10px !important
    }

    .lg-margin-right-10 {
        margin-right: 10px !important
    }

    .lg-padding-10 {
        padding: 10px !important
    }

    .lg-padding-top-10 {
        padding-top: 10px !important
    }

    .lg-padding-bottom-10 {
        padding-bottom: 10px !important
    }

    .lg-padding-left-10 {
        padding-left: 10px !important
    }

    .lg-padding-right-10 {
        padding-right: 10px !important
    }
}

.margin-15 {
    margin: 15px !important
}

.margin-top-15 {
    margin-top: 15px !important
}

.margin-bottom-15,
.feedbackForm textarea,
.feedbackForm input[type=text],
.feedbackForm input[type=email],
.feedbackForm input[type=tel],
.feedbackForm select {
    margin-bottom: 15px !important
}

.margin-left-15 {
    margin-left: 15px !important
}

.margin-right-15 {
    margin-right: 15px !important
}

.padding-15 {
    padding: 15px !important
}

.padding-top-15 {
    padding-top: 15px !important
}

.padding-bottom-15 {
    padding-bottom: 15px !important
}

.padding-left-15 {
    padding-left: 15px !important
}

.padding-right-15 {
    padding-right: 15px !important
}

@media(min-width:0px) {
    .exs-margin-15 {
        margin: 15px !important
    }

    .exs-margin-top-15 {
        margin-top: 15px !important
    }

    .exs-margin-bottom-15 {
        margin-bottom: 15px !important
    }

    .exs-margin-left-15 {
        margin-left: 15px !important
    }

    .exs-margin-right-15 {
        margin-right: 15px !important
    }

    .exs-padding-15 {
        padding: 15px !important
    }

    .exs-padding-top-15 {
        padding-top: 15px !important
    }

    .exs-padding-bottom-15 {
        padding-bottom: 15px !important
    }

    .exs-padding-left-15 {
        padding-left: 15px !important
    }

    .exs-padding-right-15 {
        padding-right: 15px !important
    }
}

@media(min-width:480px) {
    .xs-margin-15 {
        margin: 15px !important
    }

    .xs-margin-top-15 {
        margin-top: 15px !important
    }

    .xs-margin-bottom-15 {
        margin-bottom: 15px !important
    }

    .xs-margin-left-15 {
        margin-left: 15px !important
    }

    .xs-margin-right-15 {
        margin-right: 15px !important
    }

    .xs-padding-15 {
        padding: 15px !important
    }

    .xs-padding-top-15 {
        padding-top: 15px !important
    }

    .xs-padding-bottom-15 {
        padding-bottom: 15px !important
    }

    .xs-padding-left-15 {
        padding-left: 15px !important
    }

    .xs-padding-right-15 {
        padding-right: 15px !important
    }
}

@media(min-width:768px) {
    .sm-margin-15 {
        margin: 15px !important
    }

    .sm-margin-top-15 {
        margin-top: 15px !important
    }

    .sm-margin-bottom-15 {
        margin-bottom: 15px !important
    }

    .sm-margin-left-15 {
        margin-left: 15px !important
    }

    .sm-margin-right-15 {
        margin-right: 15px !important
    }

    .sm-padding-15 {
        padding: 15px !important
    }

    .sm-padding-top-15 {
        padding-top: 15px !important
    }

    .sm-padding-bottom-15 {
        padding-bottom: 15px !important
    }

    .sm-padding-left-15 {
        padding-left: 15px !important
    }

    .sm-padding-right-15 {
        padding-right: 15px !important
    }
}

@media(min-width:992px) {
    .md-margin-15 {
        margin: 15px !important
    }

    .md-margin-top-15 {
        margin-top: 15px !important
    }

    .md-margin-bottom-15 {
        margin-bottom: 15px !important
    }

    .md-margin-left-15 {
        margin-left: 15px !important
    }

    .md-margin-right-15 {
        margin-right: 15px !important
    }

    .md-padding-15 {
        padding: 15px !important
    }

    .md-padding-top-15 {
        padding-top: 15px !important
    }

    .md-padding-bottom-15 {
        padding-bottom: 15px !important
    }

    .md-padding-left-15 {
        padding-left: 15px !important
    }

    .md-padding-right-15 {
        padding-right: 15px !important
    }
}

@media(min-width:1200px) {
    .lg-margin-15 {
        margin: 15px !important
    }

    .lg-margin-top-15 {
        margin-top: 15px !important
    }

    .lg-margin-bottom-15 {
        margin-bottom: 15px !important
    }

    .lg-margin-left-15 {
        margin-left: 15px !important
    }

    .lg-margin-right-15 {
        margin-right: 15px !important
    }

    .lg-padding-15 {
        padding: 15px !important
    }

    .lg-padding-top-15 {
        padding-top: 15px !important
    }

    .lg-padding-bottom-15 {
        padding-bottom: 15px !important
    }

    .lg-padding-left-15 {
        padding-left: 15px !important
    }

    .lg-padding-right-15 {
        padding-right: 15px !important
    }
}

.margin-20 {
    margin: 20px !important
}

.margin-top-20 {
    margin-top: 20px !important
}

.margin-bottom-20 {
    margin-bottom: 20px !important
}

.margin-left-20 {
    margin-left: 20px !important
}

.margin-right-20 {
    margin-right: 20px !important
}

.padding-20 {
    padding: 20px !important
}

.padding-top-20 {
    padding-top: 20px !important
}

.padding-bottom-20 {
    padding-bottom: 20px !important
}

.padding-left-20 {
    padding-left: 20px !important
}

.padding-right-20 {
    padding-right: 20px !important
}

@media(min-width:0px) {
    .exs-margin-20 {
        margin: 20px !important
    }

    .exs-margin-top-20 {
        margin-top: 20px !important
    }

    .exs-margin-bottom-20 {
        margin-bottom: 20px !important
    }

    .exs-margin-left-20 {
        margin-left: 20px !important
    }

    .exs-margin-right-20 {
        margin-right: 20px !important
    }

    .exs-padding-20 {
        padding: 20px !important
    }

    .exs-padding-top-20 {
        padding-top: 20px !important
    }

    .exs-padding-bottom-20 {
        padding-bottom: 20px !important
    }

    .exs-padding-left-20 {
        padding-left: 20px !important
    }

    .exs-padding-right-20 {
        padding-right: 20px !important
    }
}

@media(min-width:480px) {
    .xs-margin-20 {
        margin: 20px !important
    }

    .xs-margin-top-20 {
        margin-top: 20px !important
    }

    .xs-margin-bottom-20 {
        margin-bottom: 20px !important
    }

    .xs-margin-left-20 {
        margin-left: 20px !important
    }

    .xs-margin-right-20 {
        margin-right: 20px !important
    }

    .xs-padding-20 {
        padding: 20px !important
    }

    .xs-padding-top-20 {
        padding-top: 20px !important
    }

    .xs-padding-bottom-20 {
        padding-bottom: 20px !important
    }

    .xs-padding-left-20 {
        padding-left: 20px !important
    }

    .xs-padding-right-20 {
        padding-right: 20px !important
    }
}

@media(min-width:768px) {
    .sm-margin-20 {
        margin: 20px !important
    }

    .sm-margin-top-20 {
        margin-top: 20px !important
    }

    .sm-margin-bottom-20 {
        margin-bottom: 20px !important
    }

    .sm-margin-left-20 {
        margin-left: 20px !important
    }

    .sm-margin-right-20 {
        margin-right: 20px !important
    }

    .sm-padding-20 {
        padding: 20px !important
    }

    .sm-padding-top-20 {
        padding-top: 20px !important
    }

    .sm-padding-bottom-20 {
        padding-bottom: 20px !important
    }

    .sm-padding-left-20 {
        padding-left: 20px !important
    }

    .sm-padding-right-20 {
        padding-right: 20px !important
    }
}

@media(min-width:992px) {
    .md-margin-20 {
        margin: 20px !important
    }

    .md-margin-top-20 {
        margin-top: 20px !important
    }

    .md-margin-bottom-20 {
        margin-bottom: 20px !important
    }

    .md-margin-left-20 {
        margin-left: 20px !important
    }

    .md-margin-right-20 {
        margin-right: 20px !important
    }

    .md-padding-20 {
        padding: 20px !important
    }

    .md-padding-top-20 {
        padding-top: 20px !important
    }

    .md-padding-bottom-20 {
        padding-bottom: 20px !important
    }

    .md-padding-left-20 {
        padding-left: 20px !important
    }

    .md-padding-right-20 {
        padding-right: 20px !important
    }
}

@media(min-width:1200px) {
    .lg-margin-20 {
        margin: 20px !important
    }

    .lg-margin-top-20 {
        margin-top: 20px !important
    }

    .lg-margin-bottom-20 {
        margin-bottom: 20px !important
    }

    .lg-margin-left-20 {
        margin-left: 20px !important
    }

    .lg-margin-right-20 {
        margin-right: 20px !important
    }

    .lg-padding-20 {
        padding: 20px !important
    }

    .lg-padding-top-20 {
        padding-top: 20px !important
    }

    .lg-padding-bottom-20 {
        padding-bottom: 20px !important
    }

    .lg-padding-left-20 {
        padding-left: 20px !important
    }

    .lg-padding-right-20 {
        padding-right: 20px !important
    }
}

.margin-25 {
    margin: 25px !important
}

.margin-top-25 {
    margin-top: 25px !important
}

.margin-bottom-25 {
    margin-bottom: 25px !important
}

.margin-left-25 {
    margin-left: 25px !important
}

.margin-right-25 {
    margin-right: 25px !important
}

.padding-25 {
    padding: 25px !important
}

.padding-top-25 {
    padding-top: 25px !important
}

.padding-bottom-25 {
    padding-bottom: 25px !important
}

.padding-left-25 {
    padding-left: 25px !important
}

.padding-right-25 {
    padding-right: 25px !important
}

@media(min-width:0px) {
    .exs-margin-25 {
        margin: 25px !important
    }

    .exs-margin-top-25 {
        margin-top: 25px !important
    }

    .exs-margin-bottom-25 {
        margin-bottom: 25px !important
    }

    .exs-margin-left-25 {
        margin-left: 25px !important
    }

    .exs-margin-right-25 {
        margin-right: 25px !important
    }

    .exs-padding-25 {
        padding: 25px !important
    }

    .exs-padding-top-25 {
        padding-top: 25px !important
    }

    .exs-padding-bottom-25 {
        padding-bottom: 25px !important
    }

    .exs-padding-left-25 {
        padding-left: 25px !important
    }

    .exs-padding-right-25 {
        padding-right: 25px !important
    }
}

@media(min-width:480px) {
    .xs-margin-25 {
        margin: 25px !important
    }

    .xs-margin-top-25 {
        margin-top: 25px !important
    }

    .xs-margin-bottom-25 {
        margin-bottom: 25px !important
    }

    .xs-margin-left-25 {
        margin-left: 25px !important
    }

    .xs-margin-right-25 {
        margin-right: 25px !important
    }

    .xs-padding-25 {
        padding: 25px !important
    }

    .xs-padding-top-25 {
        padding-top: 25px !important
    }

    .xs-padding-bottom-25 {
        padding-bottom: 25px !important
    }

    .xs-padding-left-25 {
        padding-left: 25px !important
    }

    .xs-padding-right-25 {
        padding-right: 25px !important
    }
}

@media(min-width:768px) {
    .sm-margin-25 {
        margin: 25px !important
    }

    .sm-margin-top-25 {
        margin-top: 25px !important
    }

    .sm-margin-bottom-25 {
        margin-bottom: 25px !important
    }

    .sm-margin-left-25 {
        margin-left: 25px !important
    }

    .sm-margin-right-25 {
        margin-right: 25px !important
    }

    .sm-padding-25 {
        padding: 25px !important
    }

    .sm-padding-top-25 {
        padding-top: 25px !important
    }

    .sm-padding-bottom-25 {
        padding-bottom: 25px !important
    }

    .sm-padding-left-25 {
        padding-left: 25px !important
    }

    .sm-padding-right-25 {
        padding-right: 25px !important
    }
}

@media(min-width:992px) {
    .md-margin-25 {
        margin: 25px !important
    }

    .md-margin-top-25 {
        margin-top: 25px !important
    }

    .md-margin-bottom-25 {
        margin-bottom: 25px !important
    }

    .md-margin-left-25 {
        margin-left: 25px !important
    }

    .md-margin-right-25 {
        margin-right: 25px !important
    }

    .md-padding-25 {
        padding: 25px !important
    }

    .md-padding-top-25 {
        padding-top: 25px !important
    }

    .md-padding-bottom-25 {
        padding-bottom: 25px !important
    }

    .md-padding-left-25 {
        padding-left: 25px !important
    }

    .md-padding-right-25 {
        padding-right: 25px !important
    }
}

@media(min-width:1200px) {
    .lg-margin-25 {
        margin: 25px !important
    }

    .lg-margin-top-25 {
        margin-top: 25px !important
    }

    .lg-margin-bottom-25 {
        margin-bottom: 25px !important
    }

    .lg-margin-left-25 {
        margin-left: 25px !important
    }

    .lg-margin-right-25 {
        margin-right: 25px !important
    }

    .lg-padding-25 {
        padding: 25px !important
    }

    .lg-padding-top-25 {
        padding-top: 25px !important
    }

    .lg-padding-bottom-25 {
        padding-bottom: 25px !important
    }

    .lg-padding-left-25 {
        padding-left: 25px !important
    }

    .lg-padding-right-25 {
        padding-right: 25px !important
    }
}

.margin-30 {
    margin: 30px !important
}

.margin-top-30 {
    margin-top: 30px !important
}

.margin-bottom-30 {
    margin-bottom: 30px !important
}

.margin-left-30 {
    margin-left: 30px !important
}

.margin-right-30 {
    margin-right: 30px !important
}

.padding-30 {
    padding: 30px !important
}

.padding-top-30 {
    padding-top: 30px !important
}

.padding-bottom-30 {
    padding-bottom: 30px !important
}

.padding-left-30 {
    padding-left: 30px !important
}

.padding-right-30 {
    padding-right: 30px !important
}

@media(min-width:0px) {
    .exs-margin-30 {
        margin: 30px !important
    }

    .exs-margin-top-30 {
        margin-top: 30px !important
    }

    .exs-margin-bottom-30 {
        margin-bottom: 30px !important
    }

    .exs-margin-left-30 {
        margin-left: 30px !important
    }

    .exs-margin-right-30 {
        margin-right: 30px !important
    }

    .exs-padding-30 {
        padding: 30px !important
    }

    .exs-padding-top-30 {
        padding-top: 30px !important
    }

    .exs-padding-bottom-30 {
        padding-bottom: 30px !important
    }

    .exs-padding-left-30 {
        padding-left: 30px !important
    }

    .exs-padding-right-30 {
        padding-right: 30px !important
    }
}

@media(min-width:480px) {
    .xs-margin-30 {
        margin: 30px !important
    }

    .xs-margin-top-30 {
        margin-top: 30px !important
    }

    .xs-margin-bottom-30 {
        margin-bottom: 30px !important
    }

    .xs-margin-left-30 {
        margin-left: 30px !important
    }

    .xs-margin-right-30 {
        margin-right: 30px !important
    }

    .xs-padding-30 {
        padding: 30px !important
    }

    .xs-padding-top-30 {
        padding-top: 30px !important
    }

    .xs-padding-bottom-30 {
        padding-bottom: 30px !important
    }

    .xs-padding-left-30 {
        padding-left: 30px !important
    }

    .xs-padding-right-30 {
        padding-right: 30px !important
    }
}

@media(min-width:768px) {
    .sm-margin-30 {
        margin: 30px !important
    }

    .sm-margin-top-30 {
        margin-top: 30px !important
    }

    .sm-margin-bottom-30 {
        margin-bottom: 30px !important
    }

    .sm-margin-left-30 {
        margin-left: 30px !important
    }

    .sm-margin-right-30 {
        margin-right: 30px !important
    }

    .sm-padding-30 {
        padding: 30px !important
    }

    .sm-padding-top-30 {
        padding-top: 30px !important
    }

    .sm-padding-bottom-30 {
        padding-bottom: 30px !important
    }

    .sm-padding-left-30 {
        padding-left: 30px !important
    }

    .sm-padding-right-30 {
        padding-right: 30px !important
    }
}

@media(min-width:992px) {
    .md-margin-30 {
        margin: 30px !important
    }

    .md-margin-top-30 {
        margin-top: 30px !important
    }

    .md-margin-bottom-30 {
        margin-bottom: 30px !important
    }

    .md-margin-left-30 {
        margin-left: 30px !important
    }

    .md-margin-right-30 {
        margin-right: 30px !important
    }

    .md-padding-30 {
        padding: 30px !important
    }

    .md-padding-top-30 {
        padding-top: 30px !important
    }

    .md-padding-bottom-30 {
        padding-bottom: 30px !important
    }

    .md-padding-left-30 {
        padding-left: 30px !important
    }

    .md-padding-right-30 {
        padding-right: 30px !important
    }
}

@media(min-width:1200px) {
    .lg-margin-30 {
        margin: 30px !important
    }

    .lg-margin-top-30 {
        margin-top: 30px !important
    }

    .lg-margin-bottom-30 {
        margin-bottom: 30px !important
    }

    .lg-margin-left-30 {
        margin-left: 30px !important
    }

    .lg-margin-right-30 {
        margin-right: 30px !important
    }

    .lg-padding-30 {
        padding: 30px !important
    }

    .lg-padding-top-30 {
        padding-top: 30px !important
    }

    .lg-padding-bottom-30 {
        padding-bottom: 30px !important
    }

    .lg-padding-left-30 {
        padding-left: 30px !important
    }

    .lg-padding-right-30 {
        padding-right: 30px !important
    }
}

.margin-35 {
    margin: 35px !important
}

.margin-top-35 {
    margin-top: 35px !important
}

.margin-bottom-35 {
    margin-bottom: 35px !important
}

.margin-left-35 {
    margin-left: 35px !important
}

.margin-right-35 {
    margin-right: 35px !important
}

.padding-35 {
    padding: 35px !important
}

.padding-top-35 {
    padding-top: 35px !important
}

.padding-bottom-35 {
    padding-bottom: 35px !important
}

.padding-left-35 {
    padding-left: 35px !important
}

.padding-right-35 {
    padding-right: 35px !important
}

@media(min-width:0px) {
    .exs-margin-35 {
        margin: 35px !important
    }

    .exs-margin-top-35 {
        margin-top: 35px !important
    }

    .exs-margin-bottom-35 {
        margin-bottom: 35px !important
    }

    .exs-margin-left-35 {
        margin-left: 35px !important
    }

    .exs-margin-right-35 {
        margin-right: 35px !important
    }

    .exs-padding-35 {
        padding: 35px !important
    }

    .exs-padding-top-35 {
        padding-top: 35px !important
    }

    .exs-padding-bottom-35 {
        padding-bottom: 35px !important
    }

    .exs-padding-left-35 {
        padding-left: 35px !important
    }

    .exs-padding-right-35 {
        padding-right: 35px !important
    }
}

@media(min-width:480px) {
    .xs-margin-35 {
        margin: 35px !important
    }

    .xs-margin-top-35 {
        margin-top: 35px !important
    }

    .xs-margin-bottom-35 {
        margin-bottom: 35px !important
    }

    .xs-margin-left-35 {
        margin-left: 35px !important
    }

    .xs-margin-right-35 {
        margin-right: 35px !important
    }

    .xs-padding-35 {
        padding: 35px !important
    }

    .xs-padding-top-35 {
        padding-top: 35px !important
    }

    .xs-padding-bottom-35 {
        padding-bottom: 35px !important
    }

    .xs-padding-left-35 {
        padding-left: 35px !important
    }

    .xs-padding-right-35 {
        padding-right: 35px !important
    }
}

@media(min-width:768px) {
    .sm-margin-35 {
        margin: 35px !important
    }

    .sm-margin-top-35 {
        margin-top: 35px !important
    }

    .sm-margin-bottom-35 {
        margin-bottom: 35px !important
    }

    .sm-margin-left-35 {
        margin-left: 35px !important
    }

    .sm-margin-right-35 {
        margin-right: 35px !important
    }

    .sm-padding-35 {
        padding: 35px !important
    }

    .sm-padding-top-35 {
        padding-top: 35px !important
    }

    .sm-padding-bottom-35 {
        padding-bottom: 35px !important
    }

    .sm-padding-left-35 {
        padding-left: 35px !important
    }

    .sm-padding-right-35 {
        padding-right: 35px !important
    }
}

@media(min-width:992px) {
    .md-margin-35 {
        margin: 35px !important
    }

    .md-margin-top-35 {
        margin-top: 35px !important
    }

    .md-margin-bottom-35 {
        margin-bottom: 35px !important
    }

    .md-margin-left-35 {
        margin-left: 35px !important
    }

    .md-margin-right-35 {
        margin-right: 35px !important
    }

    .md-padding-35 {
        padding: 35px !important
    }

    .md-padding-top-35 {
        padding-top: 35px !important
    }

    .md-padding-bottom-35 {
        padding-bottom: 35px !important
    }

    .md-padding-left-35 {
        padding-left: 35px !important
    }

    .md-padding-right-35 {
        padding-right: 35px !important
    }
}

@media(min-width:1200px) {
    .lg-margin-35 {
        margin: 35px !important
    }

    .lg-margin-top-35 {
        margin-top: 35px !important
    }

    .lg-margin-bottom-35 {
        margin-bottom: 35px !important
    }

    .lg-margin-left-35 {
        margin-left: 35px !important
    }

    .lg-margin-right-35 {
        margin-right: 35px !important
    }

    .lg-padding-35 {
        padding: 35px !important
    }

    .lg-padding-top-35 {
        padding-top: 35px !important
    }

    .lg-padding-bottom-35 {
        padding-bottom: 35px !important
    }

    .lg-padding-left-35 {
        padding-left: 35px !important
    }

    .lg-padding-right-35 {
        padding-right: 35px !important
    }
}

.margin-40 {
    margin: 40px !important
}

.margin-top-40 {
    margin-top: 40px !important
}

.margin-bottom-40 {
    margin-bottom: 40px !important
}

.margin-left-40 {
    margin-left: 40px !important
}

.margin-right-40 {
    margin-right: 40px !important
}

.padding-40 {
    padding: 40px !important
}

.padding-top-40 {
    padding-top: 40px !important
}

.padding-bottom-40 {
    padding-bottom: 40px !important
}

.padding-left-40 {
    padding-left: 40px !important
}

.padding-right-40 {
    padding-right: 40px !important
}

@media(min-width:0px) {
    .exs-margin-40 {
        margin: 40px !important
    }

    .exs-margin-top-40 {
        margin-top: 40px !important
    }

    .exs-margin-bottom-40 {
        margin-bottom: 40px !important
    }

    .exs-margin-left-40 {
        margin-left: 40px !important
    }

    .exs-margin-right-40 {
        margin-right: 40px !important
    }

    .exs-padding-40 {
        padding: 40px !important
    }

    .exs-padding-top-40 {
        padding-top: 40px !important
    }

    .exs-padding-bottom-40 {
        padding-bottom: 40px !important
    }

    .exs-padding-left-40 {
        padding-left: 40px !important
    }

    .exs-padding-right-40 {
        padding-right: 40px !important
    }
}

@media(min-width:480px) {
    .xs-margin-40 {
        margin: 40px !important
    }

    .xs-margin-top-40 {
        margin-top: 40px !important
    }

    .xs-margin-bottom-40 {
        margin-bottom: 40px !important
    }

    .xs-margin-left-40 {
        margin-left: 40px !important
    }

    .xs-margin-right-40 {
        margin-right: 40px !important
    }

    .xs-padding-40 {
        padding: 40px !important
    }

    .xs-padding-top-40 {
        padding-top: 40px !important
    }

    .xs-padding-bottom-40 {
        padding-bottom: 40px !important
    }

    .xs-padding-left-40 {
        padding-left: 40px !important
    }

    .xs-padding-right-40 {
        padding-right: 40px !important
    }
}

@media(min-width:768px) {
    .sm-margin-40 {
        margin: 40px !important
    }

    .sm-margin-top-40 {
        margin-top: 40px !important
    }

    .sm-margin-bottom-40 {
        margin-bottom: 40px !important
    }

    .sm-margin-left-40 {
        margin-left: 40px !important
    }

    .sm-margin-right-40 {
        margin-right: 40px !important
    }

    .sm-padding-40 {
        padding: 40px !important
    }

    .sm-padding-top-40 {
        padding-top: 40px !important
    }

    .sm-padding-bottom-40 {
        padding-bottom: 40px !important
    }

    .sm-padding-left-40 {
        padding-left: 40px !important
    }

    .sm-padding-right-40 {
        padding-right: 40px !important
    }
}

@media(min-width:992px) {
    .md-margin-40 {
        margin: 40px !important
    }

    .md-margin-top-40 {
        margin-top: 40px !important
    }

    .md-margin-bottom-40 {
        margin-bottom: 40px !important
    }

    .md-margin-left-40 {
        margin-left: 40px !important
    }

    .md-margin-right-40 {
        margin-right: 40px !important
    }

    .md-padding-40 {
        padding: 40px !important
    }

    .md-padding-top-40 {
        padding-top: 40px !important
    }

    .md-padding-bottom-40 {
        padding-bottom: 40px !important
    }

    .md-padding-left-40 {
        padding-left: 40px !important
    }

    .md-padding-right-40 {
        padding-right: 40px !important
    }
}

@media(min-width:1200px) {
    .lg-margin-40 {
        margin: 40px !important
    }

    .lg-margin-top-40 {
        margin-top: 40px !important
    }

    .lg-margin-bottom-40 {
        margin-bottom: 40px !important
    }

    .lg-margin-left-40 {
        margin-left: 40px !important
    }

    .lg-margin-right-40 {
        margin-right: 40px !important
    }

    .lg-padding-40 {
        padding: 40px !important
    }

    .lg-padding-top-40 {
        padding-top: 40px !important
    }

    .lg-padding-bottom-40 {
        padding-bottom: 40px !important
    }

    .lg-padding-left-40 {
        padding-left: 40px !important
    }

    .lg-padding-right-40 {
        padding-right: 40px !important
    }
}

.margin-45 {
    margin: 45px !important
}

.margin-top-45 {
    margin-top: 45px !important
}

.margin-bottom-45 {
    margin-bottom: 45px !important
}

.margin-left-45 {
    margin-left: 45px !important
}

.margin-right-45 {
    margin-right: 45px !important
}

.padding-45 {
    padding: 45px !important
}

.padding-top-45 {
    padding-top: 45px !important
}

.padding-bottom-45 {
    padding-bottom: 45px !important
}

.padding-left-45 {
    padding-left: 45px !important
}

.padding-right-45 {
    padding-right: 45px !important
}

@media(min-width:0px) {
    .exs-margin-45 {
        margin: 45px !important
    }

    .exs-margin-top-45 {
        margin-top: 45px !important
    }

    .exs-margin-bottom-45 {
        margin-bottom: 45px !important
    }

    .exs-margin-left-45 {
        margin-left: 45px !important
    }

    .exs-margin-right-45 {
        margin-right: 45px !important
    }

    .exs-padding-45 {
        padding: 45px !important
    }

    .exs-padding-top-45 {
        padding-top: 45px !important
    }

    .exs-padding-bottom-45 {
        padding-bottom: 45px !important
    }

    .exs-padding-left-45 {
        padding-left: 45px !important
    }

    .exs-padding-right-45 {
        padding-right: 45px !important
    }
}

@media(min-width:480px) {
    .xs-margin-45 {
        margin: 45px !important
    }

    .xs-margin-top-45 {
        margin-top: 45px !important
    }

    .xs-margin-bottom-45 {
        margin-bottom: 45px !important
    }

    .xs-margin-left-45 {
        margin-left: 45px !important
    }

    .xs-margin-right-45 {
        margin-right: 45px !important
    }

    .xs-padding-45 {
        padding: 45px !important
    }

    .xs-padding-top-45 {
        padding-top: 45px !important
    }

    .xs-padding-bottom-45 {
        padding-bottom: 45px !important
    }

    .xs-padding-left-45 {
        padding-left: 45px !important
    }

    .xs-padding-right-45 {
        padding-right: 45px !important
    }
}

@media(min-width:768px) {
    .sm-margin-45 {
        margin: 45px !important
    }

    .sm-margin-top-45 {
        margin-top: 45px !important
    }

    .sm-margin-bottom-45 {
        margin-bottom: 45px !important
    }

    .sm-margin-left-45 {
        margin-left: 45px !important
    }

    .sm-margin-right-45 {
        margin-right: 45px !important
    }

    .sm-padding-45 {
        padding: 45px !important
    }

    .sm-padding-top-45 {
        padding-top: 45px !important
    }

    .sm-padding-bottom-45 {
        padding-bottom: 45px !important
    }

    .sm-padding-left-45 {
        padding-left: 45px !important
    }

    .sm-padding-right-45 {
        padding-right: 45px !important
    }
}

@media(min-width:992px) {
    .md-margin-45 {
        margin: 45px !important
    }

    .md-margin-top-45 {
        margin-top: 45px !important
    }

    .md-margin-bottom-45 {
        margin-bottom: 45px !important
    }

    .md-margin-left-45 {
        margin-left: 45px !important
    }

    .md-margin-right-45 {
        margin-right: 45px !important
    }

    .md-padding-45 {
        padding: 45px !important
    }

    .md-padding-top-45 {
        padding-top: 45px !important
    }

    .md-padding-bottom-45 {
        padding-bottom: 45px !important
    }

    .md-padding-left-45 {
        padding-left: 45px !important
    }

    .md-padding-right-45 {
        padding-right: 45px !important
    }
}

@media(min-width:1200px) {
    .lg-margin-45 {
        margin: 45px !important
    }

    .lg-margin-top-45 {
        margin-top: 45px !important
    }

    .lg-margin-bottom-45 {
        margin-bottom: 45px !important
    }

    .lg-margin-left-45 {
        margin-left: 45px !important
    }

    .lg-margin-right-45 {
        margin-right: 45px !important
    }

    .lg-padding-45 {
        padding: 45px !important
    }

    .lg-padding-top-45 {
        padding-top: 45px !important
    }

    .lg-padding-bottom-45 {
        padding-bottom: 45px !important
    }

    .lg-padding-left-45 {
        padding-left: 45px !important
    }

    .lg-padding-right-45 {
        padding-right: 45px !important
    }
}

.margin-50 {
    margin: 50px !important
}

.margin-top-50 {
    margin-top: 50px !important
}

.margin-bottom-50 {
    margin-bottom: 50px !important
}

.margin-left-50 {
    margin-left: 50px !important
}

.margin-right-50 {
    margin-right: 50px !important
}

.padding-50 {
    padding: 50px !important
}

.padding-top-50 {
    padding-top: 50px !important
}

.padding-bottom-50 {
    padding-bottom: 50px !important
}

.padding-left-50 {
    padding-left: 50px !important
}

.padding-right-50 {
    padding-right: 50px !important
}

@media(min-width:0px) {
    .exs-margin-50 {
        margin: 50px !important
    }

    .exs-margin-top-50 {
        margin-top: 50px !important
    }

    .exs-margin-bottom-50 {
        margin-bottom: 50px !important
    }

    .exs-margin-left-50 {
        margin-left: 50px !important
    }

    .exs-margin-right-50 {
        margin-right: 50px !important
    }

    .exs-padding-50 {
        padding: 50px !important
    }

    .exs-padding-top-50 {
        padding-top: 50px !important
    }

    .exs-padding-bottom-50 {
        padding-bottom: 50px !important
    }

    .exs-padding-left-50 {
        padding-left: 50px !important
    }

    .exs-padding-right-50 {
        padding-right: 50px !important
    }
}

@media(min-width:480px) {
    .xs-margin-50 {
        margin: 50px !important
    }

    .xs-margin-top-50 {
        margin-top: 50px !important
    }

    .xs-margin-bottom-50 {
        margin-bottom: 50px !important
    }

    .xs-margin-left-50 {
        margin-left: 50px !important
    }

    .xs-margin-right-50 {
        margin-right: 50px !important
    }

    .xs-padding-50 {
        padding: 50px !important
    }

    .xs-padding-top-50 {
        padding-top: 50px !important
    }

    .xs-padding-bottom-50 {
        padding-bottom: 50px !important
    }

    .xs-padding-left-50 {
        padding-left: 50px !important
    }

    .xs-padding-right-50 {
        padding-right: 50px !important
    }
}

@media(min-width:768px) {
    .sm-margin-50 {
        margin: 50px !important
    }

    .sm-margin-top-50 {
        margin-top: 50px !important
    }

    .sm-margin-bottom-50 {
        margin-bottom: 50px !important
    }

    .sm-margin-left-50 {
        margin-left: 50px !important
    }

    .sm-margin-right-50 {
        margin-right: 50px !important
    }

    .sm-padding-50 {
        padding: 50px !important
    }

    .sm-padding-top-50 {
        padding-top: 50px !important
    }

    .sm-padding-bottom-50 {
        padding-bottom: 50px !important
    }

    .sm-padding-left-50 {
        padding-left: 50px !important
    }

    .sm-padding-right-50 {
        padding-right: 50px !important
    }
}

@media(min-width:992px) {
    .md-margin-50 {
        margin: 50px !important
    }

    .md-margin-top-50 {
        margin-top: 50px !important
    }

    .md-margin-bottom-50 {
        margin-bottom: 50px !important
    }

    .md-margin-left-50 {
        margin-left: 50px !important
    }

    .md-margin-right-50 {
        margin-right: 50px !important
    }

    .md-padding-50 {
        padding: 50px !important
    }

    .md-padding-top-50 {
        padding-top: 50px !important
    }

    .md-padding-bottom-50 {
        padding-bottom: 50px !important
    }

    .md-padding-left-50 {
        padding-left: 50px !important
    }

    .md-padding-right-50 {
        padding-right: 50px !important
    }
}

@media(min-width:1200px) {
    .lg-margin-50 {
        margin: 50px !important
    }

    .lg-margin-top-50 {
        margin-top: 50px !important
    }

    .lg-margin-bottom-50 {
        margin-bottom: 50px !important
    }

    .lg-margin-left-50 {
        margin-left: 50px !important
    }

    .lg-margin-right-50 {
        margin-right: 50px !important
    }

    .lg-padding-50 {
        padding: 50px !important
    }

    .lg-padding-top-50 {
        padding-top: 50px !important
    }

    .lg-padding-bottom-50 {
        padding-bottom: 50px !important
    }

    .lg-padding-left-50 {
        padding-left: 50px !important
    }

    .lg-padding-right-50 {
        padding-right: 50px !important
    }
}

.margin-55 {
    margin: 55px !important
}

.margin-top-55 {
    margin-top: 55px !important
}

.margin-bottom-55 {
    margin-bottom: 55px !important
}

.margin-left-55 {
    margin-left: 55px !important
}

.margin-right-55 {
    margin-right: 55px !important
}

.padding-55 {
    padding: 55px !important
}

.padding-top-55 {
    padding-top: 55px !important
}

.padding-bottom-55 {
    padding-bottom: 55px !important
}

.padding-left-55 {
    padding-left: 55px !important
}

.padding-right-55 {
    padding-right: 55px !important
}

@media(min-width:0px) {
    .exs-margin-55 {
        margin: 55px !important
    }

    .exs-margin-top-55 {
        margin-top: 55px !important
    }

    .exs-margin-bottom-55 {
        margin-bottom: 55px !important
    }

    .exs-margin-left-55 {
        margin-left: 55px !important
    }

    .exs-margin-right-55 {
        margin-right: 55px !important
    }

    .exs-padding-55 {
        padding: 55px !important
    }

    .exs-padding-top-55 {
        padding-top: 55px !important
    }

    .exs-padding-bottom-55 {
        padding-bottom: 55px !important
    }

    .exs-padding-left-55 {
        padding-left: 55px !important
    }

    .exs-padding-right-55 {
        padding-right: 55px !important
    }
}

@media(min-width:480px) {
    .xs-margin-55 {
        margin: 55px !important
    }

    .xs-margin-top-55 {
        margin-top: 55px !important
    }

    .xs-margin-bottom-55 {
        margin-bottom: 55px !important
    }

    .xs-margin-left-55 {
        margin-left: 55px !important
    }

    .xs-margin-right-55 {
        margin-right: 55px !important
    }

    .xs-padding-55 {
        padding: 55px !important
    }

    .xs-padding-top-55 {
        padding-top: 55px !important
    }

    .xs-padding-bottom-55 {
        padding-bottom: 55px !important
    }

    .xs-padding-left-55 {
        padding-left: 55px !important
    }

    .xs-padding-right-55 {
        padding-right: 55px !important
    }
}

@media(min-width:768px) {
    .sm-margin-55 {
        margin: 55px !important
    }

    .sm-margin-top-55 {
        margin-top: 55px !important
    }

    .sm-margin-bottom-55 {
        margin-bottom: 55px !important
    }

    .sm-margin-left-55 {
        margin-left: 55px !important
    }

    .sm-margin-right-55 {
        margin-right: 55px !important
    }

    .sm-padding-55 {
        padding: 55px !important
    }

    .sm-padding-top-55 {
        padding-top: 55px !important
    }

    .sm-padding-bottom-55 {
        padding-bottom: 55px !important
    }

    .sm-padding-left-55 {
        padding-left: 55px !important
    }

    .sm-padding-right-55 {
        padding-right: 55px !important
    }
}

@media(min-width:992px) {
    .md-margin-55 {
        margin: 55px !important
    }

    .md-margin-top-55 {
        margin-top: 55px !important
    }

    .md-margin-bottom-55 {
        margin-bottom: 55px !important
    }

    .md-margin-left-55 {
        margin-left: 55px !important
    }

    .md-margin-right-55 {
        margin-right: 55px !important
    }

    .md-padding-55 {
        padding: 55px !important
    }

    .md-padding-top-55 {
        padding-top: 55px !important
    }

    .md-padding-bottom-55 {
        padding-bottom: 55px !important
    }

    .md-padding-left-55 {
        padding-left: 55px !important
    }

    .md-padding-right-55 {
        padding-right: 55px !important
    }
}

@media(min-width:1200px) {
    .lg-margin-55 {
        margin: 55px !important
    }

    .lg-margin-top-55 {
        margin-top: 55px !important
    }

    .lg-margin-bottom-55 {
        margin-bottom: 55px !important
    }

    .lg-margin-left-55 {
        margin-left: 55px !important
    }

    .lg-margin-right-55 {
        margin-right: 55px !important
    }

    .lg-padding-55 {
        padding: 55px !important
    }

    .lg-padding-top-55 {
        padding-top: 55px !important
    }

    .lg-padding-bottom-55 {
        padding-bottom: 55px !important
    }

    .lg-padding-left-55 {
        padding-left: 55px !important
    }

    .lg-padding-right-55 {
        padding-right: 55px !important
    }
}

.margin-60 {
    margin: 60px !important
}

.margin-top-60 {
    margin-top: 60px !important
}

.margin-bottom-60 {
    margin-bottom: 60px !important
}

.margin-left-60 {
    margin-left: 60px !important
}

.margin-right-60 {
    margin-right: 60px !important
}

.padding-60 {
    padding: 60px !important
}

.padding-top-60 {
    padding-top: 60px !important
}

.padding-bottom-60 {
    padding-bottom: 60px !important
}

.padding-left-60 {
    padding-left: 60px !important
}

.padding-right-60 {
    padding-right: 60px !important
}

@media(min-width:0px) {
    .exs-margin-60 {
        margin: 60px !important
    }

    .exs-margin-top-60 {
        margin-top: 60px !important
    }

    .exs-margin-bottom-60 {
        margin-bottom: 60px !important
    }

    .exs-margin-left-60 {
        margin-left: 60px !important
    }

    .exs-margin-right-60 {
        margin-right: 60px !important
    }

    .exs-padding-60 {
        padding: 60px !important
    }

    .exs-padding-top-60 {
        padding-top: 60px !important
    }

    .exs-padding-bottom-60 {
        padding-bottom: 60px !important
    }

    .exs-padding-left-60 {
        padding-left: 60px !important
    }

    .exs-padding-right-60 {
        padding-right: 60px !important
    }
}

@media(min-width:480px) {
    .xs-margin-60 {
        margin: 60px !important
    }

    .xs-margin-top-60 {
        margin-top: 60px !important
    }

    .xs-margin-bottom-60 {
        margin-bottom: 60px !important
    }

    .xs-margin-left-60 {
        margin-left: 60px !important
    }

    .xs-margin-right-60 {
        margin-right: 60px !important
    }

    .xs-padding-60 {
        padding: 60px !important
    }

    .xs-padding-top-60 {
        padding-top: 60px !important
    }

    .xs-padding-bottom-60 {
        padding-bottom: 60px !important
    }

    .xs-padding-left-60 {
        padding-left: 60px !important
    }

    .xs-padding-right-60 {
        padding-right: 60px !important
    }
}

@media(min-width:768px) {
    .sm-margin-60 {
        margin: 60px !important
    }

    .sm-margin-top-60 {
        margin-top: 60px !important
    }

    .sm-margin-bottom-60 {
        margin-bottom: 60px !important
    }

    .sm-margin-left-60 {
        margin-left: 60px !important
    }

    .sm-margin-right-60 {
        margin-right: 60px !important
    }

    .sm-padding-60 {
        padding: 60px !important
    }

    .sm-padding-top-60 {
        padding-top: 60px !important
    }

    .sm-padding-bottom-60 {
        padding-bottom: 60px !important
    }

    .sm-padding-left-60 {
        padding-left: 60px !important
    }

    .sm-padding-right-60 {
        padding-right: 60px !important
    }
}

@media(min-width:992px) {
    .md-margin-60 {
        margin: 60px !important
    }

    .md-margin-top-60 {
        margin-top: 60px !important
    }

    .md-margin-bottom-60 {
        margin-bottom: 60px !important
    }

    .md-margin-left-60 {
        margin-left: 60px !important
    }

    .md-margin-right-60 {
        margin-right: 60px !important
    }

    .md-padding-60 {
        padding: 60px !important
    }

    .md-padding-top-60 {
        padding-top: 60px !important
    }

    .md-padding-bottom-60 {
        padding-bottom: 60px !important
    }

    .md-padding-left-60 {
        padding-left: 60px !important
    }

    .md-padding-right-60 {
        padding-right: 60px !important
    }
}

@media(min-width:1200px) {
    .lg-margin-60 {
        margin: 60px !important
    }

    .lg-margin-top-60 {
        margin-top: 60px !important
    }

    .lg-margin-bottom-60 {
        margin-bottom: 60px !important
    }

    .lg-margin-left-60 {
        margin-left: 60px !important
    }

    .lg-margin-right-60 {
        margin-right: 60px !important
    }

    .lg-padding-60 {
        padding: 60px !important
    }

    .lg-padding-top-60 {
        padding-top: 60px !important
    }

    .lg-padding-bottom-60 {
        padding-bottom: 60px !important
    }

    .lg-padding-left-60 {
        padding-left: 60px !important
    }

    .lg-padding-right-60 {
        padding-right: 60px !important
    }
}

.margin-65 {
    margin: 65px !important
}

.margin-top-65 {
    margin-top: 65px !important
}

.margin-bottom-65 {
    margin-bottom: 65px !important
}

.margin-left-65 {
    margin-left: 65px !important
}

.margin-right-65 {
    margin-right: 65px !important
}

.padding-65 {
    padding: 65px !important
}

.padding-top-65 {
    padding-top: 65px !important
}

.padding-bottom-65 {
    padding-bottom: 65px !important
}

.padding-left-65 {
    padding-left: 65px !important
}

.padding-right-65 {
    padding-right: 65px !important
}

@media(min-width:0px) {
    .exs-margin-65 {
        margin: 65px !important
    }

    .exs-margin-top-65 {
        margin-top: 65px !important
    }

    .exs-margin-bottom-65 {
        margin-bottom: 65px !important
    }

    .exs-margin-left-65 {
        margin-left: 65px !important
    }

    .exs-margin-right-65 {
        margin-right: 65px !important
    }

    .exs-padding-65 {
        padding: 65px !important
    }

    .exs-padding-top-65 {
        padding-top: 65px !important
    }

    .exs-padding-bottom-65 {
        padding-bottom: 65px !important
    }

    .exs-padding-left-65 {
        padding-left: 65px !important
    }

    .exs-padding-right-65 {
        padding-right: 65px !important
    }
}

@media(min-width:480px) {
    .xs-margin-65 {
        margin: 65px !important
    }

    .xs-margin-top-65 {
        margin-top: 65px !important
    }

    .xs-margin-bottom-65 {
        margin-bottom: 65px !important
    }

    .xs-margin-left-65 {
        margin-left: 65px !important
    }

    .xs-margin-right-65 {
        margin-right: 65px !important
    }

    .xs-padding-65 {
        padding: 65px !important
    }

    .xs-padding-top-65 {
        padding-top: 65px !important
    }

    .xs-padding-bottom-65 {
        padding-bottom: 65px !important
    }

    .xs-padding-left-65 {
        padding-left: 65px !important
    }

    .xs-padding-right-65 {
        padding-right: 65px !important
    }
}

@media(min-width:768px) {
    .sm-margin-65 {
        margin: 65px !important
    }

    .sm-margin-top-65 {
        margin-top: 65px !important
    }

    .sm-margin-bottom-65 {
        margin-bottom: 65px !important
    }

    .sm-margin-left-65 {
        margin-left: 65px !important
    }

    .sm-margin-right-65 {
        margin-right: 65px !important
    }

    .sm-padding-65 {
        padding: 65px !important
    }

    .sm-padding-top-65 {
        padding-top: 65px !important
    }

    .sm-padding-bottom-65 {
        padding-bottom: 65px !important
    }

    .sm-padding-left-65 {
        padding-left: 65px !important
    }

    .sm-padding-right-65 {
        padding-right: 65px !important
    }
}

@media(min-width:992px) {
    .md-margin-65 {
        margin: 65px !important
    }

    .md-margin-top-65 {
        margin-top: 65px !important
    }

    .md-margin-bottom-65 {
        margin-bottom: 65px !important
    }

    .md-margin-left-65 {
        margin-left: 65px !important
    }

    .md-margin-right-65 {
        margin-right: 65px !important
    }

    .md-padding-65 {
        padding: 65px !important
    }

    .md-padding-top-65 {
        padding-top: 65px !important
    }

    .md-padding-bottom-65 {
        padding-bottom: 65px !important
    }

    .md-padding-left-65 {
        padding-left: 65px !important
    }

    .md-padding-right-65 {
        padding-right: 65px !important
    }
}

@media(min-width:1200px) {
    .lg-margin-65 {
        margin: 65px !important
    }

    .lg-margin-top-65 {
        margin-top: 65px !important
    }

    .lg-margin-bottom-65 {
        margin-bottom: 65px !important
    }

    .lg-margin-left-65 {
        margin-left: 65px !important
    }

    .lg-margin-right-65 {
        margin-right: 65px !important
    }

    .lg-padding-65 {
        padding: 65px !important
    }

    .lg-padding-top-65 {
        padding-top: 65px !important
    }

    .lg-padding-bottom-65 {
        padding-bottom: 65px !important
    }

    .lg-padding-left-65 {
        padding-left: 65px !important
    }

    .lg-padding-right-65 {
        padding-right: 65px !important
    }
}

.margin-70 {
    margin: 70px !important
}

.margin-top-70 {
    margin-top: 70px !important
}

.margin-bottom-70 {
    margin-bottom: 70px !important
}

.margin-left-70 {
    margin-left: 70px !important
}

.margin-right-70 {
    margin-right: 70px !important
}

.padding-70 {
    padding: 70px !important
}

.padding-top-70 {
    padding-top: 70px !important
}

.padding-bottom-70 {
    padding-bottom: 70px !important
}

.padding-left-70 {
    padding-left: 70px !important
}

.padding-right-70 {
    padding-right: 70px !important
}

@media(min-width:0px) {
    .exs-margin-70 {
        margin: 70px !important
    }

    .exs-margin-top-70 {
        margin-top: 70px !important
    }

    .exs-margin-bottom-70 {
        margin-bottom: 70px !important
    }

    .exs-margin-left-70 {
        margin-left: 70px !important
    }

    .exs-margin-right-70 {
        margin-right: 70px !important
    }

    .exs-padding-70 {
        padding: 70px !important
    }

    .exs-padding-top-70 {
        padding-top: 70px !important
    }

    .exs-padding-bottom-70 {
        padding-bottom: 70px !important
    }

    .exs-padding-left-70 {
        padding-left: 70px !important
    }

    .exs-padding-right-70 {
        padding-right: 70px !important
    }
}

@media(min-width:480px) {
    .xs-margin-70 {
        margin: 70px !important
    }

    .xs-margin-top-70 {
        margin-top: 70px !important
    }

    .xs-margin-bottom-70 {
        margin-bottom: 70px !important
    }

    .xs-margin-left-70 {
        margin-left: 70px !important
    }

    .xs-margin-right-70 {
        margin-right: 70px !important
    }

    .xs-padding-70 {
        padding: 70px !important
    }

    .xs-padding-top-70 {
        padding-top: 70px !important
    }

    .xs-padding-bottom-70 {
        padding-bottom: 70px !important
    }

    .xs-padding-left-70 {
        padding-left: 70px !important
    }

    .xs-padding-right-70 {
        padding-right: 70px !important
    }
}

@media(min-width:768px) {
    .sm-margin-70 {
        margin: 70px !important
    }

    .sm-margin-top-70 {
        margin-top: 70px !important
    }

    .sm-margin-bottom-70 {
        margin-bottom: 70px !important
    }

    .sm-margin-left-70 {
        margin-left: 70px !important
    }

    .sm-margin-right-70 {
        margin-right: 70px !important
    }

    .sm-padding-70 {
        padding: 70px !important
    }

    .sm-padding-top-70 {
        padding-top: 70px !important
    }

    .sm-padding-bottom-70 {
        padding-bottom: 70px !important
    }

    .sm-padding-left-70 {
        padding-left: 70px !important
    }

    .sm-padding-right-70 {
        padding-right: 70px !important
    }
}

@media(min-width:992px) {
    .md-margin-70 {
        margin: 70px !important
    }

    .md-margin-top-70 {
        margin-top: 70px !important
    }

    .md-margin-bottom-70 {
        margin-bottom: 70px !important
    }

    .md-margin-left-70 {
        margin-left: 70px !important
    }

    .md-margin-right-70 {
        margin-right: 70px !important
    }

    .md-padding-70 {
        padding: 70px !important
    }

    .md-padding-top-70 {
        padding-top: 70px !important
    }

    .md-padding-bottom-70 {
        padding-bottom: 70px !important
    }

    .md-padding-left-70 {
        padding-left: 70px !important
    }

    .md-padding-right-70 {
        padding-right: 70px !important
    }
}

@media(min-width:1200px) {
    .lg-margin-70 {
        margin: 70px !important
    }

    .lg-margin-top-70 {
        margin-top: 70px !important
    }

    .lg-margin-bottom-70 {
        margin-bottom: 70px !important
    }

    .lg-margin-left-70 {
        margin-left: 70px !important
    }

    .lg-margin-right-70 {
        margin-right: 70px !important
    }

    .lg-padding-70 {
        padding: 70px !important
    }

    .lg-padding-top-70 {
        padding-top: 70px !important
    }

    .lg-padding-bottom-70 {
        padding-bottom: 70px !important
    }

    .lg-padding-left-70 {
        padding-left: 70px !important
    }

    .lg-padding-right-70 {
        padding-right: 70px !important
    }
}

.margin-75 {
    margin: 75px !important
}

.margin-top-75 {
    margin-top: 75px !important
}

.margin-bottom-75 {
    margin-bottom: 75px !important
}

.margin-left-75 {
    margin-left: 75px !important
}

.margin-right-75 {
    margin-right: 75px !important
}

.padding-75 {
    padding: 75px !important
}

.padding-top-75 {
    padding-top: 75px !important
}

.padding-bottom-75 {
    padding-bottom: 75px !important
}

.padding-left-75 {
    padding-left: 75px !important
}

.padding-right-75 {
    padding-right: 75px !important
}

@media(min-width:0px) {
    .exs-margin-75 {
        margin: 75px !important
    }

    .exs-margin-top-75 {
        margin-top: 75px !important
    }

    .exs-margin-bottom-75 {
        margin-bottom: 75px !important
    }

    .exs-margin-left-75 {
        margin-left: 75px !important
    }

    .exs-margin-right-75 {
        margin-right: 75px !important
    }

    .exs-padding-75 {
        padding: 75px !important
    }

    .exs-padding-top-75 {
        padding-top: 75px !important
    }

    .exs-padding-bottom-75 {
        padding-bottom: 75px !important
    }

    .exs-padding-left-75 {
        padding-left: 75px !important
    }

    .exs-padding-right-75 {
        padding-right: 75px !important
    }
}

@media(min-width:480px) {
    .xs-margin-75 {
        margin: 75px !important
    }

    .xs-margin-top-75 {
        margin-top: 75px !important
    }

    .xs-margin-bottom-75 {
        margin-bottom: 75px !important
    }

    .xs-margin-left-75 {
        margin-left: 75px !important
    }

    .xs-margin-right-75 {
        margin-right: 75px !important
    }

    .xs-padding-75 {
        padding: 75px !important
    }

    .xs-padding-top-75 {
        padding-top: 75px !important
    }

    .xs-padding-bottom-75 {
        padding-bottom: 75px !important
    }

    .xs-padding-left-75 {
        padding-left: 75px !important
    }

    .xs-padding-right-75 {
        padding-right: 75px !important
    }
}

@media(min-width:768px) {
    .sm-margin-75 {
        margin: 75px !important
    }

    .sm-margin-top-75 {
        margin-top: 75px !important
    }

    .sm-margin-bottom-75 {
        margin-bottom: 75px !important
    }

    .sm-margin-left-75 {
        margin-left: 75px !important
    }

    .sm-margin-right-75 {
        margin-right: 75px !important
    }

    .sm-padding-75 {
        padding: 75px !important
    }

    .sm-padding-top-75 {
        padding-top: 75px !important
    }

    .sm-padding-bottom-75 {
        padding-bottom: 75px !important
    }

    .sm-padding-left-75 {
        padding-left: 75px !important
    }

    .sm-padding-right-75 {
        padding-right: 75px !important
    }
}

@media(min-width:992px) {
    .md-margin-75 {
        margin: 75px !important
    }

    .md-margin-top-75 {
        margin-top: 75px !important
    }

    .md-margin-bottom-75 {
        margin-bottom: 75px !important
    }

    .md-margin-left-75 {
        margin-left: 75px !important
    }

    .md-margin-right-75 {
        margin-right: 75px !important
    }

    .md-padding-75 {
        padding: 75px !important
    }

    .md-padding-top-75 {
        padding-top: 75px !important
    }

    .md-padding-bottom-75 {
        padding-bottom: 75px !important
    }

    .md-padding-left-75 {
        padding-left: 75px !important
    }

    .md-padding-right-75 {
        padding-right: 75px !important
    }
}

@media(min-width:1200px) {
    .lg-margin-75 {
        margin: 75px !important
    }

    .lg-margin-top-75 {
        margin-top: 75px !important
    }

    .lg-margin-bottom-75 {
        margin-bottom: 75px !important
    }

    .lg-margin-left-75 {
        margin-left: 75px !important
    }

    .lg-margin-right-75 {
        margin-right: 75px !important
    }

    .lg-padding-75 {
        padding: 75px !important
    }

    .lg-padding-top-75 {
        padding-top: 75px !important
    }

    .lg-padding-bottom-75 {
        padding-bottom: 75px !important
    }

    .lg-padding-left-75 {
        padding-left: 75px !important
    }

    .lg-padding-right-75 {
        padding-right: 75px !important
    }
}

.margin-80 {
    margin: 80px !important
}

.margin-top-80 {
    margin-top: 80px !important
}

.margin-bottom-80 {
    margin-bottom: 80px !important
}

.margin-left-80 {
    margin-left: 80px !important
}

.margin-right-80 {
    margin-right: 80px !important
}

.padding-80 {
    padding: 80px !important
}

.padding-top-80 {
    padding-top: 80px !important
}

.padding-bottom-80 {
    padding-bottom: 80px !important
}

.padding-left-80 {
    padding-left: 80px !important
}

.padding-right-80 {
    padding-right: 80px !important
}

@media(min-width:0px) {
    .exs-margin-80 {
        margin: 80px !important
    }

    .exs-margin-top-80 {
        margin-top: 80px !important
    }

    .exs-margin-bottom-80 {
        margin-bottom: 80px !important
    }

    .exs-margin-left-80 {
        margin-left: 80px !important
    }

    .exs-margin-right-80 {
        margin-right: 80px !important
    }

    .exs-padding-80 {
        padding: 80px !important
    }

    .exs-padding-top-80 {
        padding-top: 80px !important
    }

    .exs-padding-bottom-80 {
        padding-bottom: 80px !important
    }

    .exs-padding-left-80 {
        padding-left: 80px !important
    }

    .exs-padding-right-80 {
        padding-right: 80px !important
    }
}

@media(min-width:480px) {
    .xs-margin-80 {
        margin: 80px !important
    }

    .xs-margin-top-80 {
        margin-top: 80px !important
    }

    .xs-margin-bottom-80 {
        margin-bottom: 80px !important
    }

    .xs-margin-left-80 {
        margin-left: 80px !important
    }

    .xs-margin-right-80 {
        margin-right: 80px !important
    }

    .xs-padding-80 {
        padding: 80px !important
    }

    .xs-padding-top-80 {
        padding-top: 80px !important
    }

    .xs-padding-bottom-80 {
        padding-bottom: 80px !important
    }

    .xs-padding-left-80 {
        padding-left: 80px !important
    }

    .xs-padding-right-80 {
        padding-right: 80px !important
    }
}

@media(min-width:768px) {
    .sm-margin-80 {
        margin: 80px !important
    }

    .sm-margin-top-80 {
        margin-top: 80px !important
    }

    .sm-margin-bottom-80 {
        margin-bottom: 80px !important
    }

    .sm-margin-left-80 {
        margin-left: 80px !important
    }

    .sm-margin-right-80 {
        margin-right: 80px !important
    }

    .sm-padding-80 {
        padding: 80px !important
    }

    .sm-padding-top-80 {
        padding-top: 80px !important
    }

    .sm-padding-bottom-80 {
        padding-bottom: 80px !important
    }

    .sm-padding-left-80 {
        padding-left: 80px !important
    }

    .sm-padding-right-80 {
        padding-right: 80px !important
    }
}

@media(min-width:992px) {
    .md-margin-80 {
        margin: 80px !important
    }

    .md-margin-top-80 {
        margin-top: 80px !important
    }

    .md-margin-bottom-80 {
        margin-bottom: 80px !important
    }

    .md-margin-left-80 {
        margin-left: 80px !important
    }

    .md-margin-right-80 {
        margin-right: 80px !important
    }

    .md-padding-80 {
        padding: 80px !important
    }

    .md-padding-top-80 {
        padding-top: 80px !important
    }

    .md-padding-bottom-80 {
        padding-bottom: 80px !important
    }

    .md-padding-left-80 {
        padding-left: 80px !important
    }

    .md-padding-right-80 {
        padding-right: 80px !important
    }
}

@media(min-width:1200px) {
    .lg-margin-80 {
        margin: 80px !important
    }

    .lg-margin-top-80 {
        margin-top: 80px !important
    }

    .lg-margin-bottom-80 {
        margin-bottom: 80px !important
    }

    .lg-margin-left-80 {
        margin-left: 80px !important
    }

    .lg-margin-right-80 {
        margin-right: 80px !important
    }

    .lg-padding-80 {
        padding: 80px !important
    }

    .lg-padding-top-80 {
        padding-top: 80px !important
    }

    .lg-padding-bottom-80 {
        padding-bottom: 80px !important
    }

    .lg-padding-left-80 {
        padding-left: 80px !important
    }

    .lg-padding-right-80 {
        padding-right: 80px !important
    }
}

.margin-85 {
    margin: 85px !important
}

.margin-top-85 {
    margin-top: 85px !important
}

.margin-bottom-85 {
    margin-bottom: 85px !important
}

.margin-left-85 {
    margin-left: 85px !important
}

.margin-right-85 {
    margin-right: 85px !important
}

.padding-85 {
    padding: 85px !important
}

.padding-top-85 {
    padding-top: 85px !important
}

.padding-bottom-85 {
    padding-bottom: 85px !important
}

.padding-left-85 {
    padding-left: 85px !important
}

.padding-right-85 {
    padding-right: 85px !important
}

@media(min-width:0px) {
    .exs-margin-85 {
        margin: 85px !important
    }

    .exs-margin-top-85 {
        margin-top: 85px !important
    }

    .exs-margin-bottom-85 {
        margin-bottom: 85px !important
    }

    .exs-margin-left-85 {
        margin-left: 85px !important
    }

    .exs-margin-right-85 {
        margin-right: 85px !important
    }

    .exs-padding-85 {
        padding: 85px !important
    }

    .exs-padding-top-85 {
        padding-top: 85px !important
    }

    .exs-padding-bottom-85 {
        padding-bottom: 85px !important
    }

    .exs-padding-left-85 {
        padding-left: 85px !important
    }

    .exs-padding-right-85 {
        padding-right: 85px !important
    }
}

@media(min-width:480px) {
    .xs-margin-85 {
        margin: 85px !important
    }

    .xs-margin-top-85 {
        margin-top: 85px !important
    }

    .xs-margin-bottom-85 {
        margin-bottom: 85px !important
    }

    .xs-margin-left-85 {
        margin-left: 85px !important
    }

    .xs-margin-right-85 {
        margin-right: 85px !important
    }

    .xs-padding-85 {
        padding: 85px !important
    }

    .xs-padding-top-85 {
        padding-top: 85px !important
    }

    .xs-padding-bottom-85 {
        padding-bottom: 85px !important
    }

    .xs-padding-left-85 {
        padding-left: 85px !important
    }

    .xs-padding-right-85 {
        padding-right: 85px !important
    }
}

@media(min-width:768px) {
    .sm-margin-85 {
        margin: 85px !important
    }

    .sm-margin-top-85 {
        margin-top: 85px !important
    }

    .sm-margin-bottom-85 {
        margin-bottom: 85px !important
    }

    .sm-margin-left-85 {
        margin-left: 85px !important
    }

    .sm-margin-right-85 {
        margin-right: 85px !important
    }

    .sm-padding-85 {
        padding: 85px !important
    }

    .sm-padding-top-85 {
        padding-top: 85px !important
    }

    .sm-padding-bottom-85 {
        padding-bottom: 85px !important
    }

    .sm-padding-left-85 {
        padding-left: 85px !important
    }

    .sm-padding-right-85 {
        padding-right: 85px !important
    }
}

@media(min-width:992px) {
    .md-margin-85 {
        margin: 85px !important
    }

    .md-margin-top-85 {
        margin-top: 85px !important
    }

    .md-margin-bottom-85 {
        margin-bottom: 85px !important
    }

    .md-margin-left-85 {
        margin-left: 85px !important
    }

    .md-margin-right-85 {
        margin-right: 85px !important
    }

    .md-padding-85 {
        padding: 85px !important
    }

    .md-padding-top-85 {
        padding-top: 85px !important
    }

    .md-padding-bottom-85 {
        padding-bottom: 85px !important
    }

    .md-padding-left-85 {
        padding-left: 85px !important
    }

    .md-padding-right-85 {
        padding-right: 85px !important
    }
}

@media(min-width:1200px) {
    .lg-margin-85 {
        margin: 85px !important
    }

    .lg-margin-top-85 {
        margin-top: 85px !important
    }

    .lg-margin-bottom-85 {
        margin-bottom: 85px !important
    }

    .lg-margin-left-85 {
        margin-left: 85px !important
    }

    .lg-margin-right-85 {
        margin-right: 85px !important
    }

    .lg-padding-85 {
        padding: 85px !important
    }

    .lg-padding-top-85 {
        padding-top: 85px !important
    }

    .lg-padding-bottom-85 {
        padding-bottom: 85px !important
    }

    .lg-padding-left-85 {
        padding-left: 85px !important
    }

    .lg-padding-right-85 {
        padding-right: 85px !important
    }
}

.margin-90 {
    margin: 90px !important
}

.margin-top-90 {
    margin-top: 90px !important
}

.margin-bottom-90 {
    margin-bottom: 90px !important
}

.margin-left-90 {
    margin-left: 90px !important
}

.margin-right-90 {
    margin-right: 90px !important
}

.padding-90 {
    padding: 90px !important
}

.padding-top-90 {
    padding-top: 90px !important
}

.padding-bottom-90 {
    padding-bottom: 90px !important
}

.padding-left-90 {
    padding-left: 90px !important
}

.padding-right-90 {
    padding-right: 90px !important
}

@media(min-width:0px) {
    .exs-margin-90 {
        margin: 90px !important
    }

    .exs-margin-top-90 {
        margin-top: 90px !important
    }

    .exs-margin-bottom-90 {
        margin-bottom: 90px !important
    }

    .exs-margin-left-90 {
        margin-left: 90px !important
    }

    .exs-margin-right-90 {
        margin-right: 90px !important
    }

    .exs-padding-90 {
        padding: 90px !important
    }

    .exs-padding-top-90 {
        padding-top: 90px !important
    }

    .exs-padding-bottom-90 {
        padding-bottom: 90px !important
    }

    .exs-padding-left-90 {
        padding-left: 90px !important
    }

    .exs-padding-right-90 {
        padding-right: 90px !important
    }
}

@media(min-width:480px) {
    .xs-margin-90 {
        margin: 90px !important
    }

    .xs-margin-top-90 {
        margin-top: 90px !important
    }

    .xs-margin-bottom-90 {
        margin-bottom: 90px !important
    }

    .xs-margin-left-90 {
        margin-left: 90px !important
    }

    .xs-margin-right-90 {
        margin-right: 90px !important
    }

    .xs-padding-90 {
        padding: 90px !important
    }

    .xs-padding-top-90 {
        padding-top: 90px !important
    }

    .xs-padding-bottom-90 {
        padding-bottom: 90px !important
    }

    .xs-padding-left-90 {
        padding-left: 90px !important
    }

    .xs-padding-right-90 {
        padding-right: 90px !important
    }
}

@media(min-width:768px) {
    .sm-margin-90 {
        margin: 90px !important
    }

    .sm-margin-top-90 {
        margin-top: 90px !important
    }

    .sm-margin-bottom-90 {
        margin-bottom: 90px !important
    }

    .sm-margin-left-90 {
        margin-left: 90px !important
    }

    .sm-margin-right-90 {
        margin-right: 90px !important
    }

    .sm-padding-90 {
        padding: 90px !important
    }

    .sm-padding-top-90 {
        padding-top: 90px !important
    }

    .sm-padding-bottom-90 {
        padding-bottom: 90px !important
    }

    .sm-padding-left-90 {
        padding-left: 90px !important
    }

    .sm-padding-right-90 {
        padding-right: 90px !important
    }
}

@media(min-width:992px) {
    .md-margin-90 {
        margin: 90px !important
    }

    .md-margin-top-90 {
        margin-top: 90px !important
    }

    .md-margin-bottom-90 {
        margin-bottom: 90px !important
    }

    .md-margin-left-90 {
        margin-left: 90px !important
    }

    .md-margin-right-90 {
        margin-right: 90px !important
    }

    .md-padding-90 {
        padding: 90px !important
    }

    .md-padding-top-90 {
        padding-top: 90px !important
    }

    .md-padding-bottom-90 {
        padding-bottom: 90px !important
    }

    .md-padding-left-90 {
        padding-left: 90px !important
    }

    .md-padding-right-90 {
        padding-right: 90px !important
    }
}

@media(min-width:1200px) {
    .lg-margin-90 {
        margin: 90px !important
    }

    .lg-margin-top-90 {
        margin-top: 90px !important
    }

    .lg-margin-bottom-90 {
        margin-bottom: 90px !important
    }

    .lg-margin-left-90 {
        margin-left: 90px !important
    }

    .lg-margin-right-90 {
        margin-right: 90px !important
    }

    .lg-padding-90 {
        padding: 90px !important
    }

    .lg-padding-top-90 {
        padding-top: 90px !important
    }

    .lg-padding-bottom-90 {
        padding-bottom: 90px !important
    }

    .lg-padding-left-90 {
        padding-left: 90px !important
    }

    .lg-padding-right-90 {
        padding-right: 90px !important
    }
}

.margin-95 {
    margin: 95px !important
}

.margin-top-95 {
    margin-top: 95px !important
}

.margin-bottom-95 {
    margin-bottom: 95px !important
}

.margin-left-95 {
    margin-left: 95px !important
}

.margin-right-95 {
    margin-right: 95px !important
}

.padding-95 {
    padding: 95px !important
}

.padding-top-95 {
    padding-top: 95px !important
}

.padding-bottom-95 {
    padding-bottom: 95px !important
}

.padding-left-95 {
    padding-left: 95px !important
}

.padding-right-95 {
    padding-right: 95px !important
}

@media(min-width:0px) {
    .exs-margin-95 {
        margin: 95px !important
    }

    .exs-margin-top-95 {
        margin-top: 95px !important
    }

    .exs-margin-bottom-95 {
        margin-bottom: 95px !important
    }

    .exs-margin-left-95 {
        margin-left: 95px !important
    }

    .exs-margin-right-95 {
        margin-right: 95px !important
    }

    .exs-padding-95 {
        padding: 95px !important
    }

    .exs-padding-top-95 {
        padding-top: 95px !important
    }

    .exs-padding-bottom-95 {
        padding-bottom: 95px !important
    }

    .exs-padding-left-95 {
        padding-left: 95px !important
    }

    .exs-padding-right-95 {
        padding-right: 95px !important
    }
}

@media(min-width:480px) {
    .xs-margin-95 {
        margin: 95px !important
    }

    .xs-margin-top-95 {
        margin-top: 95px !important
    }

    .xs-margin-bottom-95 {
        margin-bottom: 95px !important
    }

    .xs-margin-left-95 {
        margin-left: 95px !important
    }

    .xs-margin-right-95 {
        margin-right: 95px !important
    }

    .xs-padding-95 {
        padding: 95px !important
    }

    .xs-padding-top-95 {
        padding-top: 95px !important
    }

    .xs-padding-bottom-95 {
        padding-bottom: 95px !important
    }

    .xs-padding-left-95 {
        padding-left: 95px !important
    }

    .xs-padding-right-95 {
        padding-right: 95px !important
    }
}

@media(min-width:768px) {
    .sm-margin-95 {
        margin: 95px !important
    }

    .sm-margin-top-95 {
        margin-top: 95px !important
    }

    .sm-margin-bottom-95 {
        margin-bottom: 95px !important
    }

    .sm-margin-left-95 {
        margin-left: 95px !important
    }

    .sm-margin-right-95 {
        margin-right: 95px !important
    }

    .sm-padding-95 {
        padding: 95px !important
    }

    .sm-padding-top-95 {
        padding-top: 95px !important
    }

    .sm-padding-bottom-95 {
        padding-bottom: 95px !important
    }

    .sm-padding-left-95 {
        padding-left: 95px !important
    }

    .sm-padding-right-95 {
        padding-right: 95px !important
    }
}

@media(min-width:992px) {
    .md-margin-95 {
        margin: 95px !important
    }

    .md-margin-top-95 {
        margin-top: 95px !important
    }

    .md-margin-bottom-95 {
        margin-bottom: 95px !important
    }

    .md-margin-left-95 {
        margin-left: 95px !important
    }

    .md-margin-right-95 {
        margin-right: 95px !important
    }

    .md-padding-95 {
        padding: 95px !important
    }

    .md-padding-top-95 {
        padding-top: 95px !important
    }

    .md-padding-bottom-95 {
        padding-bottom: 95px !important
    }

    .md-padding-left-95 {
        padding-left: 95px !important
    }

    .md-padding-right-95 {
        padding-right: 95px !important
    }
}

@media(min-width:1200px) {
    .lg-margin-95 {
        margin: 95px !important
    }

    .lg-margin-top-95 {
        margin-top: 95px !important
    }

    .lg-margin-bottom-95 {
        margin-bottom: 95px !important
    }

    .lg-margin-left-95 {
        margin-left: 95px !important
    }

    .lg-margin-right-95 {
        margin-right: 95px !important
    }

    .lg-padding-95 {
        padding: 95px !important
    }

    .lg-padding-top-95 {
        padding-top: 95px !important
    }

    .lg-padding-bottom-95 {
        padding-bottom: 95px !important
    }

    .lg-padding-left-95 {
        padding-left: 95px !important
    }

    .lg-padding-right-95 {
        padding-right: 95px !important
    }
}

.margin-100 {
    margin: 100px !important
}

.margin-top-100 {
    margin-top: 100px !important
}

.margin-bottom-100 {
    margin-bottom: 100px !important
}

.margin-left-100 {
    margin-left: 100px !important
}

.margin-right-100 {
    margin-right: 100px !important
}

.padding-100 {
    padding: 100px !important
}

.padding-top-100 {
    padding-top: 100px !important
}

.padding-bottom-100 {
    padding-bottom: 100px !important
}

.padding-left-100 {
    padding-left: 100px !important
}

.padding-right-100 {
    padding-right: 100px !important
}

@media(min-width:0px) {
    .exs-margin-100 {
        margin: 100px !important
    }

    .exs-margin-top-100 {
        margin-top: 100px !important
    }

    .exs-margin-bottom-100 {
        margin-bottom: 100px !important
    }

    .exs-margin-left-100 {
        margin-left: 100px !important
    }

    .exs-margin-right-100 {
        margin-right: 100px !important
    }

    .exs-padding-100 {
        padding: 100px !important
    }

    .exs-padding-top-100 {
        padding-top: 100px !important
    }

    .exs-padding-bottom-100 {
        padding-bottom: 100px !important
    }

    .exs-padding-left-100 {
        padding-left: 100px !important
    }

    .exs-padding-right-100 {
        padding-right: 100px !important
    }
}

@media(min-width:480px) {
    .xs-margin-100 {
        margin: 100px !important
    }

    .xs-margin-top-100 {
        margin-top: 100px !important
    }

    .xs-margin-bottom-100 {
        margin-bottom: 100px !important
    }

    .xs-margin-left-100 {
        margin-left: 100px !important
    }

    .xs-margin-right-100 {
        margin-right: 100px !important
    }

    .xs-padding-100 {
        padding: 100px !important
    }

    .xs-padding-top-100 {
        padding-top: 100px !important
    }

    .xs-padding-bottom-100 {
        padding-bottom: 100px !important
    }

    .xs-padding-left-100 {
        padding-left: 100px !important
    }

    .xs-padding-right-100 {
        padding-right: 100px !important
    }
}

@media(min-width:768px) {
    .sm-margin-100 {
        margin: 100px !important
    }

    .sm-margin-top-100 {
        margin-top: 100px !important
    }

    .sm-margin-bottom-100 {
        margin-bottom: 100px !important
    }

    .sm-margin-left-100 {
        margin-left: 100px !important
    }

    .sm-margin-right-100 {
        margin-right: 100px !important
    }

    .sm-padding-100 {
        padding: 100px !important
    }

    .sm-padding-top-100 {
        padding-top: 100px !important
    }

    .sm-padding-bottom-100 {
        padding-bottom: 100px !important
    }

    .sm-padding-left-100 {
        padding-left: 100px !important
    }

    .sm-padding-right-100 {
        padding-right: 100px !important
    }
}

@media(min-width:992px) {
    .md-margin-100 {
        margin: 100px !important
    }

    .md-margin-top-100 {
        margin-top: 100px !important
    }

    .md-margin-bottom-100 {
        margin-bottom: 100px !important
    }

    .md-margin-left-100 {
        margin-left: 100px !important
    }

    .md-margin-right-100 {
        margin-right: 100px !important
    }

    .md-padding-100 {
        padding: 100px !important
    }

    .md-padding-top-100 {
        padding-top: 100px !important
    }

    .md-padding-bottom-100 {
        padding-bottom: 100px !important
    }

    .md-padding-left-100 {
        padding-left: 100px !important
    }

    .md-padding-right-100 {
        padding-right: 100px !important
    }
}

@media(min-width:1200px) {
    .lg-margin-100 {
        margin: 100px !important
    }

    .lg-margin-top-100 {
        margin-top: 100px !important
    }

    .lg-margin-bottom-100 {
        margin-bottom: 100px !important
    }

    .lg-margin-left-100 {
        margin-left: 100px !important
    }

    .lg-margin-right-100 {
        margin-right: 100px !important
    }

    .lg-padding-100 {
        padding: 100px !important
    }

    .lg-padding-top-100 {
        padding-top: 100px !important
    }

    .lg-padding-bottom-100 {
        padding-bottom: 100px !important
    }

    .lg-padding-left-100 {
        padding-left: 100px !important
    }

    .lg-padding-right-100 {
        padding-right: 100px !important
    }
}

.height-inherit {
    min-height: inherit !important
}

.display-inline-block,
.CTA-button,
.display-inline {
    display: inline-block !important
}

.position-absolute,
.sticker-head,
.title-line {
    position: absolute
}

.CTA-button {
    background: url(../img/CTA-Button.png) center top no-repeat;
    background-size: cover;
    width: 269px;
    height: 68px;
    margin: 10px 0
}

.va-table {
    display: table;
    width: 100%;
    height: inherit;
    min-height: inherit
}

.table-cell,
.relevent-sec-text,
.relevent-sec-text-real-new {
    display: table-cell;
    vertical-align: middle
}

a:hover {
    text-decoration: none
}

.common-center {
    margin-left: auto !important;
    margin-right: auto !important;
    display: table !important
}

p {
    margin: 8px 0
}

.position-static {
    position: static
}

.display-none {
    display: none
}

.display-none-imp {
    display: none !important
}

.display-block {
    display: block
}

.display-block-imp {
    display: block !important
}

.overflow-hidden-bs {
    overflow: hidden
}

select::-ms-expand {
    display: none
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select:focus::-ms-value {
    background-color: #fff
}

.text-center-imp {
    text-align: center !important
}

.text-justify-imp {
    text-align: justify !important
}

.text-left-imp {
    text-align: left !important
}

.text-right-imp {
    text-align: right !important
}

.display-flex {
    display: flex;
    align-items: center
}

@media(min-width:0) and (max-width:1199px) {
    .display-flex.display-flex-block-lg {
        display: block
    }
}

@media(min-width:0) and (max-width:991px) {
    .display-flex.display-flex-block-md {
        display: block
    }
}

@media(min-width:0) and (max-width:767px) {
    .display-flex.display-flex-block-sm {
        display: block
    }
}

::-moz-selection {
    background: #8A2BE2;
    color: #fff
}

::selection {
    background: #8A2BE2;
    color: #fff
}

ul {
    margin: 0;
    padding: 0
}

@media(min-width:0) and (max-width:1199px) {
    #top-bar {
        display: none
    }
}

#top-bar .lets-talk,
#top-bar .tel-icon {
    font-size: 15px
}

@media(min-width:0px) and (max-width:500px) {
    .lets-talk {
        display: none
    }
}

.opacity-top {
    background-color: rgba(0, 0, 0, 0.5)
}

.opacity-top .tel-icon {
    padding: 5px 5px 5px 0
}

.opacity-top .tel-icon a {
    color: #fff !important;
    text-decoration: none;
    padding: 5px 5px 5px 0
}

@media(min-width:0px) and (max-width:767px) {
    .opacity-top div {
        text-align: center
    }
}

.opacity-top p {
    color: #fff;
    font-size: 15px
}

@media(min-width:1170px) {
    .opacity-top p {
        margin-right: 110px
    }
}

.opacity-top p span {
    padding: 5px 20px 5px 5px
}

.opacity-top p a {
    padding: 5px
}

.opacity-top.top-bar-background-none {
    background: 0 0
}

.opacity-top.sticky-top-bar {
    background-color: rgb(255, 255, 255, .9)
}

.opacity-top.sticky-top-bar .sticky-top-phone {
    background-image: url(https://www.chetu.com/img/icons/social-icon/lets-talk-grey.png)
}

.opacity-top.sticky-top-bar .sticky-top-phone:hover {
    background-image: url(https://www.chetu.com/img/icons/social-icon/lets-talk-color.png)
}

@media screen and (max-width:480px) and (-webkit-min-device-pixel-ratio:2) {
    .opacity-top.sticky-top-bar .sticky-top-phone {
        background-image: url(https://www.chetu.com/img/icons/social-icon-large/lets-talk-gery.png)
    }

    .opacity-top.sticky-top-bar .sticky-top-phone:hover {
        background-image: url(https://www.chetu.com/img/icons/social-icon-large/lets-talk-color.png)
    }
}

.opacity-top.sticky-top-bar .sticky-top-facebook {
    background-image: url(https://www.chetu.com/img/icons/social-icon/facebook-grey.png)
}

.opacity-top.sticky-top-bar .sticky-top-facebook:hover {
    background-image: url(https://www.chetu.com/img/icons/social-icon/facebook-color.png)
}

@media screen and (max-width:480px) and (-webkit-min-device-pixel-ratio:2) {
    .opacity-top.sticky-top-bar .sticky-top-facebook {
        background-image: url(https://www.chetu.com/img/icons/social-icon-large/facebook-gery.png)
    }

    .opacity-top.sticky-top-bar .sticky-top-facebook:hover {
        background-image: url(https://www.chetu.com/img/icons/social-icon-large/facebook-color.png)
    }
}

.opacity-top.sticky-top-bar .sticky-top-twitter {
    background-image: url(https://www.chetu.com/img/icons/social-icon/twitter-grey.png)
}

.opacity-top.sticky-top-bar .sticky-top-twitter:hover {
    background-image: url(https://www.chetu.com/img/icons/social-icon/twitter-color.png)
}

@media screen and (max-width:480px) and (-webkit-min-device-pixel-ratio:2) {
    .opacity-top.sticky-top-bar .sticky-top-twitter {
        background-image: url(https://www.chetu.com/img/icons/social-icon-large/twitter-gery.png)
    }

    .opacity-top.sticky-top-bar .sticky-top-twitter:hover {
        background-image: url(https://www.chetu.com/img/icons/social-icon-large/twitter-color.png)
    }
}

.opacity-top.sticky-top-bar .sticky-top-linkedin {
    background-image: url(https://www.chetu.com/img/icons/social-icon/linkedin-gery.png)
}

.opacity-top.sticky-top-bar .sticky-top-linkedin:hover {
    background-image: url(https://www.chetu.com/img/icons/social-icon/linkedin-color.png)
}

@media screen and (max-width:480px) and (-webkit-min-device-pixel-ratio:2) {
    .opacity-top.sticky-top-bar .sticky-top-linkedin {
        background-image: url(https://www.chetu.com/img/icons/social-icon-large/linkedin-grey.png)
    }

    .opacity-top.sticky-top-bar .sticky-top-linkedin:hover {
        background-image: url(https://www.chetu.com/img/icons/social-icon-large/linkedin-color.png)
    }
}

.opacity-top.sticky-top-bar .sticky-top-youtube {
    background-image: url(https://www.chetu.com/img/icons/social-icon/youtube-grey.png)
}

.opacity-top.sticky-top-bar .sticky-top-youtube:hover {
    background-image: url(https://www.chetu.com/img/icons/social-icon/youtube-color1.png)
}

.opacity-top.sticky-top-bar .tel-icon a {
    color: #000000 !important;
    text-decoration: none
}

.opacity-top.sticky-top-bar p {
    color: #000000
}

.opacity-top.sticky-top-bar~#lang-nav li:hover ul {
    background: #000
}

.opacity-top.sticky-top-bar~#lang-nav li:hover ul li {
    border-bottom: 1px solid #fff
}

.opacity-top.sticky-top-bar~#lang-nav li:hover ul li a {
    color: #fff
}

.opacity-top.sticky-top-bar~#lang-nav li:hover ul::before {
    border-bottom: 20px solid #000
}

.opacity-top.old-header~#lang-nav li:hover ul {
    background: #000
}

.opacity-top.old-header~#lang-nav li:hover ul li {
    border-bottom: 1px solid #fff
}

.opacity-top.old-header~#lang-nav li:hover ul li a {
    color: #fff
}

.opacity-top.old-header~#lang-nav li:hover ul::before {
    border-bottom: 20px solid #000
}

#lang-nav {
    list-style: none;
    font-weight: 700;
    position: fixed;
    z-index: 99999;
    top: 2px;
    right: 50px
}

@media(min-width:0) and (max-width:480px) {
    #lang-nav {
        right: 5px
    }
}

@media(min-width:481px) and (max-width:1199px) {
    #lang-nav {
        bottom: auto;
        top: 20px;
        right: 170px
    }
}

@media(min-width:0) and (max-width:480px) {
    #lang-nav {
        display: none
    }
}

#lang-nav li {
    float: right;
    top: 0;
    margin-top: 0;
    position: relative;
    z-index: 99999
}

#lang-nav li:hover ul {
    left: -130px;
    width: 200px;
    background: #fff
}

@media(min-width:0) and (max-width:1199px) {
    #lang-nav li:hover ul {
        top: 44px
    }
}

#lang-nav li:hover ul li {
    border-bottom: 2px solid;
    padding: 5px 15px
}

@media(min-width:0) and (max-width:1199px) {
    #lang-nav li:hover ul li {
        position: relative;
        border-top: 1px solid #000;
        border-radius: 0
    }
}

#lang-nav li:hover ul li a {
    text-decoration: none;
    text-align: left;
    color: #000
}

#lang-nav li:hover ul::before {
    content: '';
    display: block;
    border-bottom: 20px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    right: 2px;
    top: -10px;
    width: 1px;
    height: 1px
}

#lang-nav a {
    display: block;
    padding: 5px 0;
    color: #fff;
    background: 0 0;
    text-decoration: none;
    text-align: center;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px
}

@media(min-width:0) and (max-width:1199px) {
    #lang-nav a {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        -ms-border-radius: 4px 4px 0 0;
        -o-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0
    }
}

#lang-nav a:hover,
#lang-nav a:focus {
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

@media(min-width:0) and (max-width:1199px) {

    #lang-nav a:hover,
    #lang-nav a:focus {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0
    }
}

#lang-nav ul {
    background: #000;
    list-style: none;
    position: absolute;
    left: -9999px
}

#lang-nav ul li {
    padding-top: 1px;
    float: none;
    margin: 0
}

@media(min-width:0) and (max-width:1199px) {
    #lang-nav ul li {
        padding-top: 0
    }
}

.top-social-icon {
    background-repeat: no-repeat;
    background-position: center
}

.top-social-icon:hover {
    background-repeat: no-repeat;
    background-position: center
}

.top-social-icon.tel-white-icon {
    background-image: url(https://www.chetu.com/img/icons/social-icon/lets-talk-white.png)
}

.top-social-icon.tel-white-icon:hover {
    background-image: url(https://www.chetu.com/img/icons/social-icon/lets-talk-color.png)
}

.top-social-icon.facebook-white-icon {
    background-image: url(https://www.chetu.com/img/icons/social-icon/facebook-white.png)
}

.top-social-icon.facebook-white-icon:hover {
    background-image: url(https://www.chetu.com/img/icons/social-icon/facebook-color.png)
}

.top-social-icon.twitter-white-icon {
    background-image: url(https://www.chetu.com/img/icons/social-icon/twitter-white.png)
}

.top-social-icon.twitter-white-icon:hover {
    background-image: url(https://www.chetu.com/img/icons/social-icon/twitter-color.png)
}

.top-social-icon.limked-in-white-icon {
    background-image: url(https://www.chetu.com/img/icons/social-icon/linkedin-white.png)
}

.top-social-icon.limked-in-white-icon:hover {
    background-image: url(https://www.chetu.com/img/icons/social-icon/linkedin-color.png)
}

.top-social-icon.youtube-in-white-icon {
    background-image: url(https://www.chetu.com/img/icons/social-icon/youtube-white1.png)
}

.top-social-icon.youtube-in-white-icon:hover {
    background-image: url(https://www.chetu.com/img/icons/social-icon/youtube-color1.png)
}

@media screen and (max-width:480px) and (-webkit-min-device-pixel-ratio:2) {
    .top-social-icon {
        background-repeat: no-repeat;
        background-position: center;
        display: inline-block;
        width: 20px;
        height: 17px;
        background-size: contain
    }

    .top-social-icon:hover {
        background-repeat: no-repeat;
        background-position: center
    }

    .top-social-icon.tel-white-icon {
        background-image: url(https://www.chetu.com/img/icons/social-icon-large/lets-talk-white.png)
    }

    .top-social-icon.tel-white-icon:hover {
        background-image: url(https://www.chetu.com/img/icons/social-icon-large/lets-talk-color.png)
    }

    .top-social-icon.facebook-white-icon {
        background-image: url(https://www.chetu.com/img/icons/social-icon-large/facebook-white.png)
    }

    .top-social-icon.facebook-white-icon:hover {
        background-image: url(https://www.chetu.com/img/icons/social-icon-large/facebook-color.png)
    }

    .top-social-icon.twitter-white-icon {
        background-image: url(https://www.chetu.com/img/icons/social-icon-large/twitter-white.png)
    }

    .top-social-icon.twitter-white-icon:hover {
        background-image: url(https://www.chetu.com/img/icons/social-icon-large/twitter-color.png)
    }

    .top-social-icon.google-white-icon {
        background-image: url(https://www.chetu.com/img/icons/social-icon-large/g-plus-white.png)
    }

    .top-social-icon.google-white-icon:hover {
        background-image: url(https://www.chetu.com/img/icons/social-icon-large/g-plus-color.png)
    }

    .top-social-icon.limked-in-white-icon {
        background-image: url(https://www.chetu.com/img/icons/social-icon-large/linkedin-white.png)
    }

    .top-social-icon.limked-in-white-icon:hover {
        background-image: url(https://www.chetu.com/img/icons/social-icon-large/linkedin-color.png)
    }
}

.mega-menu .nav,
.mega-menu .collapse,
.mega-menu .dropup,
.mega-menu .dropdown {
    position: static
}

.mega-menu .dropdown-menu {
    left: auto
}

.mega-menu .dropdown-menu .inner-box-border {
    display: flex
}

.mega-menu .mega-menu-content {
    padding: 20px 30px
}

.mega-menu .mega-menu-content ul {
    padding: 0
}

@media(min-width:1200px) {
    .mega-menu .mega-menu-content ul {
        border-right: 1px solid #8A2BE2
    }
}

.mega-menu .mega-menu-content ul li {
    list-style: none;
    padding: 6px 10px
}

.mega-menu .mega-menu-content ul li a {
    line-height: 20px;
    color: #2e3233;
    height: auto
}

.mega-menu .mega-menu-content div.inner-box-border div:last-of-type ul {
    border: none
}

@media(min-width:1255px) {
    .mega-menu .primary-nav .dropdown {
        margin-right: 10px
    }
}

@media(min-width:1200px) and (max-width:1254px) {
    .mega-menu .primary-nav .dropdown {
        margin-right: 5px
    }
}

.mega-menu .primary-nav .dropdown .dropdown-menu li a {
    line-height: 20px;
    color: #000;
    height: auto;
    text-transform: capitalize;
    display: block
}

.mega-menu .dropdown.mega-menu-fw .dropdown-menu {
    left: 0;
    right: 0
}

@media(min-width:0) and (max-width:1199px) {
    .navbar-header {
        float: none
    }

    .navbar-toggle {
        display: block
    }
}

@media(min-width:0) and (max-width:1199px) {
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
        overflow: auto
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        overflow-y: auto !important
    }
}

@media(min-width:0) and (max-width:1199px) {
    .navbar-nav {
        float: none !important;
        margin: 0
    }

    .navbar-nav li {
        float: none
    }

    .navbar-nav li a {
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media(max-width:1199px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-default.navbar-default-transparent {
    background: 0 0;
    border: none;
    top: 50px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

@media(min-width:0) and (max-width:1199px) {
    .navbar-default.navbar-default-transparent {
        z-index: 10000;
        top: 0
    }
}

.navbar-default.navbar-default-transparent .navbar-collapse {
    border: none;
    border-color: transparent;
    box-shadow: none
}

.navbar-default.navbar-default-transparent .navbar-collapse .search-button-new {
    margin-top: -5px;
    margin-left: 5px
}

@media(min-width:0) and (max-width:1199px) {
    .navbar-default.navbar-default-transparent .navbar-collapse .search-button-new {
        position: absolute;
        top: 0;
        right: 70px;
        margin-top: 0;
        border-bottom: 0
    }

    .navbar-default.navbar-default-transparent .navbar-collapse .search-button-new a {
        padding: 25px 0 40px 10px
    }
}

.navbar-default.navbar-default-transparent .navbar-toggle-button {
    background: 0 0;
    border-color: transparent;
    margin-top: 22px;
    margin-right: 30px
}

@media(min-width:1200px) {
    .navbar-default.navbar-default-transparent .navbar-toggle-button {
        float: right;
        right: -200px;
        position: absolute
    }
}

@media(min-width:0) and (max-width:480px) {
    .navbar-default.navbar-default-transparent .navbar-toggle-button {
        margin-top: 10px
    }
}

.navbar-default.navbar-default-transparent .navbar-toggle-button span {
    background: #000
}

@media(min-width:0) and (max-width:1199px) {
    .navbar-default.navbar-default-transparent.nav-white {
        height: 100%;
        background: #fff
    }
}

@media(min-width:0) and (max-width:1199px) {
    .mega-menu .dropdown-menu .inner-box-border {
        display: unset
    }
}

.navbar-nav.primary-nav {
    background: #fff;
    border: none
}

@media(min-width:1200px) {
    .navbar-nav.primary-nav {
        position: static;
        padding: 0 20px 0 0;
        height: auto;
        width: auto;
        float: right;
        overflow: visible;
        background: 0 0
    }

    .navbar-nav.primary-nav li a {
        position: relative;
        display: inline-block;
        height: 80px;
        line-height: 80px;
        padding: 0 0;
        color: #000;
        overflow: visible;
        text-transform: uppercase;
        font-size: 15px;
        letter-spacing: .5px;
        font-weight: 700;
        border-bottom: none;
        -webkit-transition: color .3s, box-shadow .3s;
        -moz-transition: color .3s, box-shadow .3s;
        -o-transition: color .3s, box-shadow .3s;
        transition: color .3s, box-shadow .3s
    }
}

.navbar-nav.primary-nav li a {
    text-transform: uppercase
}

@media(min-width:0) and (max-width:1199px) {
    .navbar-nav.primary-nav .dropdown {
        border-bottom: 1px solid #e2e3df
    }
}

.navbar-nav.primary-nav .dropdown.open .dropdown-toggle-hover {
    background: 0 0
}

@media(min-width:1200px) {
    .navbar-nav.primary-nav .dropdown.open .dropdown-toggle-hover {
        border-bottom: 1px solid #8A2BE2
    }
}

@media(min-width:0) and (max-width:1199px) {
    .navbar-nav.primary-nav .dropdown.open .dropdown-toggle-hover {
        padding: 35px 0 10px 10px
    }
}

.navbar-nav.primary-nav .dropdown.open .dropdown-toggle-hover:hover,
.navbar-nav.primary-nav .dropdown.open .dropdown-toggle-hover:focus {
    background: 0 0;
    color: #000
}

.navbar-nav.primary-nav .dropdown .dropdown-toggle-hover:hover,
.navbar-nav.primary-nav .dropdown .dropdown-toggle-hover:focus {
    background: 0 0;
    color: #000
}

@media(min-width:1255px) {
    .navbar-nav.primary-nav .dropdown .dropdown-toggle-hover {
        padding-right: 25px
    }
}

@media(min-width:1200px) and (max-width:1254px) {
    .navbar-nav.primary-nav .dropdown .dropdown-toggle-hover {
        padding-right: 21px
    }
}

@media(min-width:1200px) {
    .navbar-nav.primary-nav .dropdown .dropdown-toggle-hover.search {
        padding-right: 0
    }

    .navbar-nav.primary-nav .dropdown .dropdown-toggle-hover.dropdown-pad {
        padding-right: 18px
    }
}

@media(min-width:0) and (max-width:1199px) {
    .navbar-nav.primary-nav .dropdown .dropdown-toggle-hover {
        font-size: 24px;
        padding: 30px 0 30px 10px;
        line-height: normal
    }
}

.navbar-nav.primary-nav .dropdown .arrow-sec.arrow-down::before {
    right: 12px;
    transform: rotate(45deg)
}

@media(min-width:0) and (max-width:1199px) {
    .navbar-nav.primary-nav .dropdown .arrow-sec.arrow-down::before {
        right: 26px
    }
}

.navbar-nav.primary-nav .dropdown .arrow-sec.arrow-down::after {
    transform: rotate(-45deg);
    right: 7px
}

@media(min-width:0) and (max-width:1199px) {
    .navbar-nav.primary-nav .dropdown .arrow-sec.arrow-down::after {
        right: 20px
    }
}

.navbar-nav.primary-nav .dropdown .arrow-sec.arrow-up::before {
    right: 12px;
    transform: rotate(-45deg)
}

@media(min-width:0) and (max-width:1199px) {
    .navbar-nav.primary-nav .dropdown .arrow-sec.arrow-up::before {
        right: 26px
    }
}

.navbar-nav.primary-nav .dropdown .arrow-sec.arrow-up::after {
    transform: rotate(45deg);
    right: 7px
}

@media(min-width:0) and (max-width:1199px) {
    .navbar-nav.primary-nav .dropdown .arrow-sec.arrow-up::after {
        right: 20px
    }
}

@media(min-width:0) and (max-width:1199px) {

    .navbar-nav.primary-nav .dropdown .arrow-sec.arrow-cross::before,
    .navbar-nav.primary-nav .dropdown .arrow-sec.arrow-cross::after {
        top: auto;
        bottom: 25px;
        margin-right: 15px
    }
}

.navbar-nav.primary-nav .dropdown .arrow-sec.arrow-cross::before {
    width: 15px;
    transform: translateX(5px) rotate(-45deg);
    right: 10px
}

.navbar-nav.primary-nav .dropdown .arrow-sec.arrow-cross::after {
    transform: rotate(45deg);
    width: 15px;
    right: 5px
}

.navbar-nav.primary-nav .dropdown .arrow-sec::before,
.navbar-nav.primary-nav .dropdown .arrow-sec::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #464c4e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 9px;
    moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width .3s, transform .3s;
    -moz-transition: width .3s, transform .3s;
    -o-transition: width .3s, transform .3s;
    transition: width .3s, transform .3s
}

@media(min-width:1200px) {
    .navbar-nav.primary-nav .dropdown .dropdown-menu {
        margin-top: -10px;
        border: none;
        border-color: transparent;
        border-radius: 0;
        max-width: 100vw;
        margin: 0 auto
    }
}

.navbar-nav.primary-nav .dropdown .dropdown-menu ul {
    height: 100%
}

.navbar-nav.primary-nav .dropdown .dropdown-menu li a {
    font-weight: 400
}

.navbar-nav.primary-nav .dropdown .dropdown-menu li a:hover,
.navbar-nav.primary-nav .dropdown .dropdown-menu li a:focus {
    color: #8A2BE2;
    text-decoration: none
}

@media(min-width:0) and (max-width:1199px) {
    .navbar-nav.primary-nav .dropdown .dropdown-menu li a {
        font-size: 18px
    }
}

@media(min-width:1200px) {
    .navbar-nav.primary-nav .dropdown .dropdown-menu.dropdown-half {
        right: 250px;
        min-width: 50vw;
        left: auto
    }
}

.navbar-nav.primary-nav .dropdown .dropdown-menu.dropdown-single {
    min-width: 15vw;
    padding: 15px 10px
}

@media(min-width:1200px) {
    .navbar-nav.primary-nav .dropdown .dropdown-menu.dropdown-single li a {
        padding: 6px 10px
    }
}

@media(min-width:0) and (max-width:1199px) {
    .navbar-nav.primary-nav .on-demand-develop {
        border-bottom: 1px solid #e2e3df
    }
}

@media(min-width:0) and (max-width:1199px) {
    .navbar-nav.primary-nav .on-demand-develop a {
        font-size: 24px;
        padding: 30px 0 30px 10px;
        line-height: normal
    }
}

.navbar-nav.primary-nav .on-demand-develop.contact-us-button {
    border-bottom: 0;
    padding-right: 0
}

@media(min-width:0) and (max-width:1199px) {
    .navbar-nav.primary-nav .on-demand-develop.contact-us-button {
        margin: 30px 0
    }
}

.navbar-nav.primary-nav .on-demand-develop.contact-us-button span {
    background: #8A2BE2;
    color: #fff;
    padding: 10px;
    margin-top: 21px;
    line-height: 20px;
    height: auto;
    text-align: center;
    border-radius: 5px
}

.navbar-nav.primary-nav .on-demand-develop.contact-us-button span:hover,
.navbar-nav.primary-nav .on-demand-develop.contact-us-button span:focus {
    background: #8A2BE2;
    color: #fff
}

@media(min-width:0) and (max-width:1199px) {
    .navbar-nav.primary-nav .on-demand-develop.contact-us-button span {
        padding: 25px 20px
    }
}

@media(min-width:0) and (max-width:1199px) {
    .search-button-new.desktop {
        display: none
    }
}

.search-button-new.mobile {
    display: none;
    display: block;
    position: absolute;
    top: 0;
    right: -200px
}

@media(min-width:0) and (max-width:1199px) {
    .search-button-new.mobile {
        display: block;
        position: absolute;
        top: 28px;
        right: 70px;
        border-bottom: 0
    }

    .search-button-new.mobile a {
        padding: 0 5px;
        display: inline-block
    }
}

@media(min-width:0) and (max-width:480px) {
    .search-button-new.mobile {
        top: 17px
    }
}

.search-button-new.mobile .phone {
    margin-right: 15px
}

@media(min-width:0) and (max-width:340px) {
    .search-button-new.mobile .phone {
        margin-right: 5px
    }
}

.navbar-brand.image-height {
    padding: 0 10px;
    height: auto
}

@media(min-width:0) and (max-width:1199px) {
    .navbar-brand.image-height {
        padding: 5px 20px
    }
}

.navbar-brand.image-height img {
    height: 110px;
    width: auto
}

@media(min-width:481px) and (max-width:1199px) {
    .navbar-brand.image-height img {
        height: 110px
    }
}

@media(min-width:0) and (max-width:480px) {
    .navbar-brand.image-height img {
        height: 110px
    }
}

.search-bar-container {
    width: 50%;
    float: right;
    margin-right: 15px
}

@media(min-width:0) and (max-width:767px) {
    .search-bar-container {
        width: 100%;
        float: left;
        margin-right: 0;
        padding: 0 10px
    }
}

.search-form {
    float: right;
    width: 100%;
    height: 70px;
    padding-top: 20px;
    display: none;
    position: relative
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .search-form {
        margin-right: 20px
    }
}

.search-form .searchClose {
    position: absolute;
    top: 30px;
    right: 0;
    width: 15px;
    height: auto;
    cursor: pointer;
    display: block !important
}

@media(min-width:0) and (max-width:768px) {
    .search-form .searchClose {
        width: 18px;
        right: 10px
    }
}

.search-form input {
    width: 100%;
    height: 30px;
    padding-right: 13px;
    border: none;
    border-bottom: 0 !important;
    background: 0 0;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    color: #000
}

.search-form input::-webkit-input-placeholder {
    color: #000
}

.search-form input:-moz-placeholder {
    color: #000
}

.search-form input::-moz-placeholder {
    color: #000
}

.search-form input:-ms-input-placeholder {
    color: #000
}

.search-form input:focus {
    outline: none
}

@media(min-width:1170px) {
    .search-form input {
        width: 470px !important;
        float: right
    }
}

.search-form input[type=text]::-ms-clear {
    display: none
}

.search-form+.display-none {
    display: none !important
}

.search-form #ie-placeholder {
    display: none
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .search-form #ie-placeholder {
        top: 27px;
        right: 267px;
        color: #000;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 900;
        display: block;
        position: absolute
    }

    .search-form #ie-placeholder.ie-place-spanish-home {
        right: 235px
    }
}

.white-nav .search-form input {
    color: #fff !important
}

.white-nav .search-form input::-webkit-input-placeholder {
    color: #fff
}

.white-nav .search-form input:-moz-placeholder {
    color: #fff
}

.white-nav .search-form input::-moz-placeholder {
    color: #fff
}

.white-nav .search-form input:-ms-input-placeholder {
    color: #fff
}

.white-nav .search-form #ie-placeholder {
    display: none
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .white-nav .search-form #ie-placeholder {
        top: 25px;
        right: 267px;
        color: #000;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 900;
        display: block;
        position: absolute
    }
}

.white-nav .bg-white .search-form input::-webkit-input-placeholder,
.white-nav .sticker-head .search-form input::-webkit-input-placeholder,
.white-nav .fixed-contactUs-bar a .search-form input::-webkit-input-placeholder,
.fixed-contactUs-bar .white-nav a .search-form input::-webkit-input-placeholder {
    color: #000
}

.white-nav .bg-white .search-form input:-moz-placeholder,
.white-nav .sticker-head .search-form input:-moz-placeholder,
.white-nav .fixed-contactUs-bar a .search-form input:-moz-placeholder,
.fixed-contactUs-bar .white-nav a .search-form input:-moz-placeholder {
    color: #000
}

.white-nav .bg-white .search-form input::-moz-placeholder,
.white-nav .sticker-head .search-form input::-moz-placeholder,
.white-nav .fixed-contactUs-bar a .search-form input::-moz-placeholder,
.fixed-contactUs-bar .white-nav a .search-form input::-moz-placeholder {
    color: #000
}

.white-nav .bg-white .search-form input:-ms-input-placeholder,
.white-nav .sticker-head .search-form input:-ms-input-placeholder,
.white-nav .fixed-contactUs-bar a .search-form input:-ms-input-placeholder,
.fixed-contactUs-bar .white-nav a .search-form input:-ms-input-placeholder {
    color: #000
}

.white-nav .bg-white .search-form #ie-placeholder,
.white-nav .sticker-head .search-form #ie-placeholder,
.white-nav .fixed-contactUs-bar a .search-form #ie-placeholder,
.fixed-contactUs-bar .white-nav a .search-form #ie-placeholder {
    display: none
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {

    .white-nav .bg-white .search-form #ie-placeholder,
    .white-nav .sticker-head .search-form #ie-placeholder,
    .white-nav .fixed-contactUs-bar a .search-form #ie-placeholder,
    .fixed-contactUs-bar .white-nav a .search-form #ie-placeholder {
        top: 47px;
        right: 260px;
        color: #000;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 900;
        display: block;
        position: absolute
    }

    .white-nav .bg-white .search-form #ie-placeholder.ie-place-bg-white-blog-nav,
    .white-nav .sticker-head .search-form #ie-placeholder.ie-place-bg-white-blog-nav,
    .white-nav .fixed-contactUs-bar a .search-form #ie-placeholder.ie-place-bg-white-blog-nav,
    .fixed-contactUs-bar .white-nav a .search-form #ie-placeholder.ie-place-bg-white-blog-nav {
        top: 42px;
        right: 260px
    }

    .white-nav .bg-white .search-form #ie-placeholder.ie-place-spanish,
    .white-nav .sticker-head .search-form #ie-placeholder.ie-place-spanish,
    .white-nav .fixed-contactUs-bar a .search-form #ie-placeholder.ie-place-spanish,
    .fixed-contactUs-bar .white-nav a .search-form #ie-placeholder.ie-place-spanish {
        right: 218px
    }
}

.white-nav .cd-nav-trigger span,
.white-nav .cd-nav-trigger span::before,
.white-nav .cd-nav-trigger span::after {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #000
}

.white-nav .cd-nav-trigger span {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    -webkit-transition: background .3s .3s;
    -moz-transition: background .3s .3s;
    -o-transition: background .3s .3s;
    transition: background .3s .3s
}

.white-nav .cd-nav-trigger span::before,
.white-nav .cd-nav-trigger span::after {
    content: '';
    right: 0;
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    moz-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: transform .3s .3s;
    -moz-transition: transform .3s .3s;
    -o-transition: transform .3s .3s;
    transition: transform .3s .3s
}

.white-nav .cd-nav-trigger span::before {
    top: -6px
}

.white-nav .cd-nav-trigger span::after {
    top: 6px
}

.bg-white .search-form,
.sticker-head .search-form,
.fixed-contactUs-bar a .search-form {
    padding-top: 30px
}

.bg-white .search-form .searchClose,
.sticker-head .search-form .searchClose,
.fixed-contactUs-bar a .search-form .searchClose {
    top: 40px
}

.navColor.navbar-default-transparent {
    background: rgba(255, 255, 255, .9);
    top: 37px;
    z-index: 9999
}

@media(min-width:0) and (max-width:1199px) {
    .navColor.navbar-default-transparent {
        top: 0
    }
}

@media(min-width:1200px) {
    .navColor .navbar-brand.navbar-brand-sticky {
        position: absolute;
        top: -30px
    }

    .navColor .navbar-brand.navbar-brand-sticky img {
        height: 90px
    }
}

@media(min-width:0) and (max-width:1199px) {
    .navColor .primary-nav .dropdown {
        border-bottom: 1px solid #e2e3df
    }
}

.navColor .primary-nav .dropdown .dropdown-toggle-hover {
    height: 70px
}

@media(min-width:0) and (max-width:1199px) {
    .navColor .primary-nav .dropdown .dropdown-toggle-hover {
        height: auto
    }
}

@media(min-width:1200px) {

    .navColor .primary-nav .dropdown .arrow-sec::before,
    .navColor .primary-nav .dropdown .arrow-sec::after {
        top: 58%
    }
}

.navColor .mega-menu-content ul li a {
    line-height: 20px;
    color: #000000;
    height: auto;
    min-height: auto
}

@media(min-width:1200px) {
    .navColor.white-nav .navbar-nav.primary-nav li a {
        color: #000
    }

    .navColor.white-nav .navbar-nav.primary-nav .dropdown.open .dropdown-toggle-hover:hover,
    .navColor.white-nav .navbar-nav.primary-nav .dropdown.open .dropdown-toggle-hover:focus {
        color: #000;
        border-bottom: 2px solid #8A2BE2
    }

    .navColor.white-nav .navbar-nav.primary-nav .dropdown .dropdown-toggle-hover:hover,
    .navColor.white-nav .navbar-nav.primary-nav .dropdown .dropdown-toggle-hover:focus {
        color: #000
    }
}

@media(min-width:1200px) and (min-width:1200px) {

    .navColor.white-nav .navbar-nav.primary-nav .dropdown .arrow-sec::before,
    .navColor.white-nav .navbar-nav.primary-nav .dropdown .arrow-sec::after {
        background: #000000;
        top: 56%
    }
}

@media(min-width:1200px) {
    .navColor.white-nav .navbar-nav.primary-nav .on-demand-develop.contact-us-button span {
        background: #8A2BE2;
        color: #fff
    }
}

.navColor.white-nav #bar span {
    background: #000
}

.navColor.white-nav .search-form input {
    color: #000 !important
}

.navColor.white-nav .search-form input::-webkit-input-placeholder {
    color: #000
}

.navColor.white-nav .search-form input:-moz-placeholder {
    color: #000
}

.navColor.white-nav .search-form input::-moz-placeholder {
    color: #000
}

.navColor.white-nav .search-form input:-ms-input-placeholder {
    color: #000
}

@media(min-width:1200px) {
    .white-nav .navbar-nav.primary-nav li a {
        color: #fff
    }

    .white-nav .navbar-nav.primary-nav .dropdown.open .dropdown-toggle-hover:hover,
    .white-nav .navbar-nav.primary-nav .dropdown.open .dropdown-toggle-hover:focus {
        color: #fff;
        border-bottom: 2px solid #fff
    }

    .white-nav .navbar-nav.primary-nav .dropdown .dropdown-toggle-hover:hover,
    .white-nav .navbar-nav.primary-nav .dropdown .dropdown-toggle-hover:focus {
        color: #fff
    }
}

@media(min-width:1200px) and (min-width:1200px) {

    .white-nav .navbar-nav.primary-nav .dropdown .arrow-sec::before,
    .white-nav .navbar-nav.primary-nav .dropdown .arrow-sec::after {
        background: #fff
    }
}

@media(min-width:1200px) {
    .white-nav .navbar-nav.primary-nav .on-demand-develop.contact-us-button span {
        background: #fff;
        color: #000
    }
}

.white-nav #bar span {
    background: #fff
}

.white-nav.nav-white #bar span {
    background: #000
}

.nav-white #bar span,
.black-nav #bar span {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.nav-white #bar {
    position: relative;
    width: 22px;
    margin-top: 7px
}

.nav-white #bar span {
    background: #000;
    position: absolute;
    top: 0;
    margin: 0;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-white #bar span:first-of-type {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-white #bar span:last-of-type {
    display: none
}

.navigation-body-fix-mobile {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.scrollTop.scrolltop-new {
    z-index: 999;
    bottom: 20px
}

@media(min-width:0) and (max-width:480px) {
    .scrollTop.scrolltop-new {
        display: none !important
    }
}

.phone-number ul {
    position: absolute;
    list-style-type: none;
    width: 180px;
    left: -65px;
    right: auto;
    top: 40px;
    background: rgba(255, 255, 255, .8)
}

.phone-number ul.ul-white {
    right: 50px;
    top: 60px;
    left: auto
}

.phone-number ul.ul-white li {
    padding: 10px
}

.phone-number ul li {
    padding: 10px 0
}

.phone-number ul li a {
    color: #000
}

.ada_confirm_window::after {
    content: "Open in new window";
    position: absolute;
    top: 0;
    visibility: hidden
}

.ada_confirm_window:hover::after {
    visibility: hidden
}

.blog-small-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 214px
}

@media(min-width:480px) and (max-width:767px) {
    .blog-small-banner {
        min-height: 290px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .blog-small-banner {
        min-height: 340px
    }
}

.home-sprite-tech-tab {
    background-image: url(../img/home_sprite.png);
    display: inline-block;
    background-repeat: no-repeat
}

.home-sprite-tech-tab.icon-height-50 {
    height: 50px
}

.search-button a {
    margin: 5px 10px;
    padding-right: 20px
}

@media(min-width:0) and (max-width:1169px) {
    .search-button a {
        margin: 0;
        padding: 10px 20px
    }
}

.blog-index {
    padding: 30px 0
}

@media(min-width:0px) and (max-width:991px) {
    .blog-index {
        min-height: auto
    }
}

.blog-index img {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3);
    width: 100%
}

.blog-index h1 {
    font-size: 21px;
    line-height: 25px;
    font-weight: 900 !important;
    margin: 0;
    padding: 12px 0
}

.blog-index h1 a {
    color: #000;
    transition: all .25s ease-in-out 0s
}

.blog-index h1 a:hover {
    color: #8A2BE2
}

.blog-index p {
    margin: 0;
    line-height: 22px;
    text-align: justify
}

.blog-index article {
    font-size: 14px;
    line-height: 18px
}

@media(min-width:0px) and (max-width:991px) {
    .blog-index article {
        padding-top: 12px
    }
}

.blog-index .social-icons {
    padding-left: 15px
}

.blog-index .social-icons a {
    padding: 3px;
    transition: all .25s ease-in-out 0s
}

.blog-index .social-icons a:hover {
    transform: translateZ(0)
}

@media(min-width:0px) and (max-width:991px) {
    .blog-index .padding-right-30 {
        padding-right: 15px !important
    }
}

@media(min-width:0px) and (max-width:991px) {
    .blog-index .no-padding-left {
        padding-left: 15px !important
    }
}

.blog-index .site-button {
    border-radius: 0;
    color: #8A2BE2;
    font-weight: 700;
    border: 2px solid #5c159d
}

.blog-index-right-sec aside {
    border-bottom: 2px solid #b1b0b0;
    padding: 0 0 6px
}

.blog-index-right-sec.popular-posts p {
    margin: 0;
    padding: 8px 0
}

.blog-index-right-sec.popular-posts a {
    color: #525252;
    font-size: 14px;
    line-height: 22px
}

.blog-index-right-sec.popular-posts a:hover {
    text-decoration: underline
}

.blog-index-right-sec .recent-articles div {
    padding: 10px 0
}

.blog-index-right-sec .recent-articles article {
    font-size: 14px;
    color: #525252;
    line-height: 18px;
    margin-bottom: 5px
}

.blog-index-right-sec .recent-articles a {
    color: #000
}

.blog-index-right-sec .recent-articles a article:hover {
    color: #8A2BE2
}

.blog-index-right-sec .recent-articles a em {
    font-size: 13px;
    line-height: 18px;
    color: #888
}

.site-button.blog-right-view-all {
    border-radius: 0;
    color: #8A2BE2;
    border: 2px solid #5c159d
}

.ellip {
    display: block;
    height: 100%
}

.ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.ellip,
.ellip-line {
    position: relative;
    overflow: hidden;
    max-width: 100%
}

.random-color-icon {
    background-image: url(../img/sprite/Random_Color_Icons.png);
    display: inline-block;
    background-repeat: no-repeat
}

.random-color-icon.icon-height-60 {
    height: 60px
}

.random-color-icon.icon-height-50 {
    height: 50px
}

.twitter-icon {
    background-position: -427px -589px;
    width: 13px;
    height: 11px
}

.facebook-icon {
    background-position: -393px -587px;
    width: 6px;
    height: 13px
}

.google-plus {
    background-position: -468px -589px;
    width: 13px;
    height: 12px
}

.linked-in {
    background-position: -506px -588px;
    width: 13px;
    height: 13px
}

.pinterest-icon {
    background-position: -538px -591px;
    width: 13px;
    height: 13px
}

.youtube-icon {
    background-position: -568px -591px;
    width: 11px;
    height: 13px
}

.padding-top-60 {
    padding-top: 60px
}

.margin-top-bottom {
    margin: 12px 0 0
}

.padding-top-45 {
    padding-top: 45px
}

.padding-top-65 {
    padding-top: 65px
}

@media(min-width:0px) and (max-width:991px) {
    .no-padding-small-screen {
        padding: 0
    }
}

@media(min-width:0px) and (max-width:991px) {
    .padding-top-below-992 {
        padding-top: 15px !important
    }
}

@media(min-width:0px) and (max-width:767px) {
    .padding-right-15-below-768 {
        padding-right: 12px !important
    }
}

@media(min-width:461px) and (max-width:1649px) {
    .blog-h1-margin-bottom {
        margin-bottom: -50px
    }
}

@media(min-width:1650px) {
    .blog-h1-margin-bottom {
        margin-bottom: 50px
    }
}

.sorting button {
    min-width: 80px;
    background-image: none;
    border: 1px solid #5c159d;
    border-radius: 4px;
    padding: 5px 10px;
    background-color: #5c159d;
    color: #fff
}

.sorting button:hover {
    background-color: #5c159d;
    border-color: #398439;
    color: #fff
}

@media(min-width:0px) and (max-width:767px) {
    .sorting button {
        width: 100%;
        margin-top: 15px !important
    }
}

.sorting .partner-logo {
    padding: 10px 0;
    box-sizing: content-box
}

.sorting select {
    height: 38px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    border: 1px solid #c8c8c8;
    color: #9f9f9f;
    padding: 8px 20px 7px 10px;
    margin: 0;
    line-height: normal;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

.sorting select:focus {
    background: #f9f9f9;
    outline: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3), inset 0 0 7px rgba(100, 100, 100, .3);
    border-color: #5c159d
}

@media(min-width:1628px) {
    .sorting select.seclect-width-industry {
        width: 100%
    }
}

@media(min-width:1450px) and (max-width:1627px) {
    .sorting select.seclect-width-industry {
        width: 95%
    }
}

@media(min-width:1300px) and (max-width:1449px) {
    .sorting select.seclect-width-industry {
        width: 100%
    }
}

@media(min-width:1200px) and (max-width:1299px) {
    .sorting select.seclect-width-industry {
        width: 100%
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .sorting select.seclect-width-industry {
        width: 95%
    }
}

@media(min-width:845px) and (max-width:991px) {
    .sorting select.seclect-width-industry {
        width: 100%
    }
}

@media(min-width:0) and (max-width:844px) {
    .sorting select.seclect-width-industry {
        width: 100%
    }
}

@media(min-width:1628px) {
    .sorting select.seclect-width-technology {
        width: 100%
    }
}

@media(min-width:1450px) and (max-width:1627px) {
    .sorting select.seclect-width-technology {
        width: 95%
    }
}

@media(min-width:1300px) and (max-width:1449px) {
    .sorting select.seclect-width-technology {
        width: 100%
    }
}

@media(min-width:1200px) and (max-width:1299px) {
    .sorting select.seclect-width-technology {
        width: 100%
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .sorting select.seclect-width-technology {
        width: 95%
    }
}

@media(min-width:845px) and (max-width:991px) {
    .sorting select.seclect-width-technology {
        width: 100%
    }
}

@media(min-width:0px) and (max-width:844px) {
    .sorting select.seclect-width-technology {
        width: 100%
    }
}

.sorting select option {
    width: 100px
}

.select-arrow {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%
}

@media(min-width:768px) and (max-width:991px) {
    .select-arrow span {
        min-width: 95px;
        display: inline-block
    }
}

.select-arrow:after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    height: 0;
    width: 0;
    border-top: 6px solid #8A2BE2;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    pointer-events: none
}

@media(min-width:900px) and (max-width:991px) {
    .select-arrow:after {
        right: 28px
    }
}

@media(min-width:992px) and (max-width:1010px) {
    .select-arrow:after {
        right: 15px
    }
}

@media(min-width:1150px) and (max-width:1199px) {
    .select-arrow:after {
        right: 28px
    }
}

.select-arrow.feedback-select-form::after {
    top: 40%
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 8px 10px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #8A2BE2;
    text-decoration: underline;
    background-color: #fff
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover {
    z-index: 2;
    color: #8A2BE2;
    background-color: transparent;
    border-color: #ddd
}

.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #8A2BE2;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a {
    z-index: 3;
    color: #000;
    cursor: default;
    background-color: transparent;
    text-decoration: none;
    border-color: #5c159d
}

.pagination>.active>a:focus,
.pagination>.active>a:hover {
    z-index: 3;
    color: #000;
    cursor: default;
    background-color: transparent;
    border-color: #8A2BE2
}

.pagination>.active>span {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #8A2BE2;
    border-color: #8A2BE2
}

.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #8A2BE2;
    border-color: #8A2BE2
}

.pagination>.disabled>a {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
    text-decoration: none
}

.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination>.disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.jplist-hidden {
    display: none
}

.blogs-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.main-home-blogs-thumbnail-items .transparent-bg {
    background: rgba(255, 255, 255, .9);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    transition: all .7s ease-in-out;
    cursor: pointer
}

.main-home-blogs-thumbnail-items .transparent-bg article {
    font-size: 14px
}

.main-home-blogs-thumbnail-items .transparent-bg a {
    color: #000;
    display: block
}

.main-home-blogs-thumbnail-items .transparent-bg:hover h2 .ellip,
.main-home-blogs-thumbnail-items .transparent-bg:hover h2 .ellip-line {
    overflow: auto;
    white-space: normal
}

.main-home-blogs-thumbnail-items .transparent-bg h2 {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 5px
}

.main-home-blogs-thumbnail-items .transparent-bg p {
    margin: 0
}

.main-home-blogs-thumbnail-items .transparent-bg .site-button {
    border-radius: 0;
    color: #8A2BE2;
    font-weight: 700;
    border: 2px solid #8A2BE2;
    background: 0 0
}

.main-home-blogs-thumbnail-items .transparent-bg .site-button:hover {
    color: #fff;
    background-color: #8A2BE2
}

.main-home-blogs-thumbnail-items .transparent-bg.small-thumbnail h2 {
    font-size: 18px;
    line-height: 22px
}

.subscribe-newsletter-blog-sec {
    min-height: 370px
}

.subscribe-newsletter-blog-sec .site-button {
    padding: 45px
}

.min-height-350 {
    min-height: 350px
}

@media(min-width:0px) and (max-width:991px) {
    .padding-bottom-30-below-992 {
        padding-bottom: 30px
    }
}

@media(min-width:0px) and (max-width:767px) {
    .small-screen-text-left {
        text-align: left
    }
}

@media(min-width:0px) and (max-width:767px) {
    .padding-bottom-below-768 {
        padding-bottom: 20px
    }
}

.main-blogs-top-first-img {
    min-height: 654px
}

@media(min-width:0px) and (max-width:991px) {
    .main-blogs-top-first-img {
        min-height: 312px
    }
}

.no-border-radious {
    border-radius: 0 !important
}

.featured-technology-blogs {
    width: 100%;
    padding: 18px 0 0;
    margin: 0;
    color: #000;
    transition: all .2s ease;
    line-height: 32px;
    font-size: 25px
}

.line-height-35 {
    line-height: 35px
}

.main-blogs-social-icons {
    text-align: right
}

@media(min-width:0px) and (max-width:767px) {
    .main-blogs-social-icons {
        text-align: center;
        margin-top: 10px
    }
}

.main-blogs-social-icons a {
    padding: 2px;
    display: inline-block
}

.visit-our-faq-with-icons {
    background: #d7f7f4;
    padding: 30px 0
}

@media(min-width:0px) and (max-width:767px) {
    .visit-our-faq-with-icons {
        padding: 15px 0
    }
}

.visit-our-faq-with-icons h2 {
    font-size: 22px;
    line-height: 28px;
    margin: 0
}

@media(min-width:0px) and (max-width:767px) {
    .visit-our-faq-with-icons h2 {
        font-size: 18px;
        line-height: 22px
    }
}

@media(min-width:0px) and (max-width:767px) {
    .visit-our-faq-with-icons .below-768-text-centre {
        text-align: center
    }
}

@media(min-width:0px) and (max-width:991px) {
    .visit-our-faq-with-icons .below-991-text-centre {
        text-align: center
    }
}

@media(min-width:0px) and (max-width:767px) {
    .below-sm-with-100 {
        width: 100%
    }
}

.author-sec {
    width: 100px;
    display: table;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #8A2BE2;
    height: 100px
}

@media(min-width:0px) and (max-width:767px) {
    .author-sec {
        margin: auto
    }
}

.author-sec p {
    color: #8A2BE2;
    text-align: center !important;
    display: table-cell;
    vertical-align: middle
}

.author-sec img {
    border-radius: 50%
}

.author-heroshot-min-height {
    min-height: 470px !important
}

.color-gray {
    color: #929497
}

.color-light-gray {
    color: #929497
}

.color-light-gray:focus {
    color: #929497;
    outline: none
}

.color-light-gray:hover {
    color: #929497;
    text-decoration: underline
}

@media(min-width:0px) and (max-width:991px) {
    .below-md-text-center {
        text-align: center
    }
}

.sidebar__inner {
    z-index: 9
}

@media(min-width:0px) and (max-width:991px) {
    .sidebar__inner {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        transform: none !important
    }
}

@media(min-width:0px) and (max-width:991px) {
    .blog-social-sharing-new {
        display: inline-block !important;
        margin: 0 10px !important
    }
}

.site-button.site-button-fixed-blog {
    background-color: #8A2BE2 !important;
    color: #fff;
    width: 100%;
    border-radius: 0;
    padding: 9px
}

@media(min-width:768px) and (max-width:991px) {
    .site-button.site-button-fixed-blog {
        width: auto
    }
}

@media(min-width:0px) and (max-width:991px) {
    .xs-sm-margin-bottom-30 {
        margin-bottom: 30px
    }
}

#blog_floating_sidebar_form input[type=tel],
#blog_floating_sidebar_form input[type=email],
#blog_floating_sidebar_form input[type=text] {
    background: 0 0 !important;
    width: 100%;
    border: 1px solid #d2cfcf !important;
    border-radius: 5px !important;
    padding: 10px 10px 10px 5px !important;
    color: #000 !important;
    outline: none
}

#blog_floating_sidebar_form input[type=tel]::placeholder,
#blog_floating_sidebar_form input[type=email]::placeholder,
#blog_floating_sidebar_form input[type=text]::placeholder {
    color: #a9a5a5 !important
}

#blog_floating_sidebar_form .col-sm-6 {
    width: 100%
}

#blog_floating_sidebar_form #contactbtn_div {
    margin: 0 0 15px !important
}

#blog_floating_sidebar_form #terms_content_div,
#blog_floating_sidebar_form #captcha_privacy_div {
    font-size: 12px !important;
    color: #000
}

#blog_floating_sidebar_form #terms_content_div a,
#blog_floating_sidebar_form #captcha_privacy_div a {
    color: #000;
    text-decoration: underline
}

#blog_floating_sidebar_form #contactbtn {
    background-color: #8A2BE2 !important;
    color: #fff;
    width: 100%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    padding: 10px;
    text-align: center
}

#blog_floating_sidebar_form input[type=text]::placeholder {
    color: #fff
}

#blog_floating_sidebar_form input[type=text]::-ms-input-placeholder {
    color: #fff;
    color: #fff
}

#blog_floating_sidebar_form label {
    margin: 0 0 15px;
    color: #000
}

#blog_floating_sidebar_form .error {
    color: #8A2BE2;
    font-size: 14px;
    font-weight: 700;
    display: inline-block
}

#blog_floating_sidebar_form .span {
    opacity: 1;
    color: #000
}

#blog_floating_sidebar_form input[type=text] span {
    opacity: 1
}

#blog_floating_sidebar_form input[type=text]:focus+span,
#blog_floating_sidebar_form input[type=text]:not(:placeholder-shown)+span {
    transform: none;
    top: -10px;
    font-size: 12px;
    opacity: 0;
    color: #fff
}

#blog_floating_sidebar_form textarea:focus+span,
#blog_floating_sidebar_form textarea:not(:placeholder-shown)+span {
    transform: none;
    top: -20px;
    font-size: 12px;
    color: #fff
}

.sidebar-top-bg {
    background-color: #e6e6e6;
    border-radius: 15px 15px 0 0
}

@media(min-width:0px) and (max-width:991px) {
    .sidebar-top-bg {
        text-align: center;
        padding-bottom: 10px !important
    }
}

@media(min-width:0px) and (max-width:991px) {
    .sidebar-top-bg .display-none-img {
        display: none
    }
}

.search-button a {
    margin: 5px 10px;
    padding-right: 20px
}

@media(min-width:0) and (max-width:1169px) {
    .search-button a {
        margin: 0;
        padding: 10px 20px
    }
}

.Mobile-Game-Design-teal-icon {
    background-position: -10px -9px;
    width: 34px;
    height: 55px
}

.Mobile-Game-Analytics-teal-icon {
    background-position: -83px -9px;
    width: 54px;
    height: 55px
}

.Mobile-VR-AR-Solutions-teal-icon {
    background-position: -143px -9px;
    width: 63px;
    height: 55px
}

.Mobile-Game-Animation-teal-icon {
    background-position: -50px -9px;
    width: 28px;
    height: 55px
}

.FANTASY-LEAGUE-SOFTWARE-Teal-Icon {
    background-position: -56px -75px;
    width: 40px;
    height: 40px
}

.FANTASY-SCORING-SYSTEM-teal-icon {
    background-position: -162px -75px;
    width: 56px;
    height: 31px
}

.FANTASY-SPORTS-SOFTWARE-Teal-Icon {
    background-position: -101px -75px;
    width: 50px;
    height: 39px
}

.FANTASY-SPORTS-AUGMENTED-Teal-icon {
    background-position: -10px -75px;
    width: 41px;
    height: 39px
}

.CUSTOM-VR-AR-MR-teal-icon {
    background-position: -388px -10px;
    width: 63px;
    height: 36px;
    margin: 0 auto;
    display: block !important
}

.AUGMENTED-REALITY-teal-icon {
    background-position: -317px -9px;
    width: 56px;
    height: 55px;
    margin: 0 auto;
    display: block !important
}

.twoD-AND-3D-VR-teal-icon {
    background-position: -270px -9px;
    width: 40px;
    height: 55px;
    margin: 0 auto;
    display: block !important
}

.VR-AR-MR-APPLICATIONS-teal-icon {
    background-position: -213px -9px;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block !important
}

.CASINO-GAMES-SOFTWARE-teal-icon {
    background-position: -224px -75px;
    width: 40px;
    height: 40px
}

.CASINO-GAME-DESIGN-teal-icon {
    background-position: -361px -75px;
    width: 35px;
    height: 40px
}

.RANDOM-NUMBER-GENERATORS-teal-icon {
    background-position: -321px -75px;
    width: 35px;
    height: 40px
}

.LAND-BASED-CASINO-SOFTWARE-teal-icon {
    background-position: -270px -75px;
    width: 46px;
    height: 34px
}

.ONLINE-BETTING-teal-icon {
    background-position: -791px -9px;
    width: 67px;
    height: 55px
}

.SPORTSBOOK-INTEGRATION-teal-icon {
    background-position: -718px -9px;
    width: 67px;
    height: 55px
}

.AMTOTE-BETTING-SYSTEMS-teal-icon {
    background-position: -659px -9px;
    width: 55px;
    height: 55px
}

.INTEGRATION-SOLUTIONS-teal-icon {
    background-position: -598px -9px;
    width: 54px;
    height: 55px
}

.DATABASE-DEVELOPMENT-teal-icon {
    background-position: -530px -9px;
    width: 61px;
    height: 55px
}

.INTERNET-SWEEPSTAKES-teal-icon {
    background-position: -467px -9px;
    width: 56px;
    height: 55px
}

.our-office-location-grey-icon {
    background-position: -5px -433px;
    width: 60px;
    height: 60px
}

.our-mail-grey-icon {
    background-position: -138px -433px;
    width: 61px;
    height: 60px
}

.our-phone-grey-icon {
    background-position: -71px -433px;
    width: 60px;
    height: 60px
}

.online-gaming-engines {
    background-position: -527px -75px;
    width: 55px;
    height: 55px
}

.online-casino-security {
    background-position: -401px -75px;
    width: 55px;
    height: 55px
}

.back-office-solution {
    background-position: -462px -75px;
    width: 61px;
    height: 55px
}

.thumb-white-icon-new {
    background-position: -159px -371px;
    width: 45px;
    height: 51px;
    margin-bottom: 17px
}

.happy-customers-white-icon {
    background-position: -491px -370px;
    width: 37px;
    height: 53px;
    margin-bottom: 15px
}

.Repeat-Business-white-icon {
    background-position: -2px -371px;
    width: 52px;
    height: 51px;
    margin-bottom: 17px
}

.Developers-white-icon {
    background-position: -221px -370px;
    width: 52px;
    height: 53px;
    margin-bottom: 15px
}

.MLS-Development-teal-icon {
    background-position: -136px -140px;
    width: 50px;
    height: 50px
}

.MLS-Mobile-Solutions-teal-icon {
    background-position: -193px -140px;
    width: 38px;
    height: 55px
}

.MLS-Integration-Solutions-teal-icon {
    background-position: -70px -140px;
    width: 62px;
    height: 49px
}

.MLS-Web-Services-teal-icon {
    background-position: -10px -140px;
    width: 55px;
    height: 55px
}

.RETS-INTEGRATION-Teal-Icon {
    background-position: -916px -75px;
    width: 75px;
    height: 55px
}

.RETS-CLIENT-SOFTWARE-Teal-Icon {
    background-position: -496px -140px;
    width: 52px;
    height: 55px
}

.RETS-CONNECTOR-DESIGN-Teal-Icon {
    background-position: -554px -140px;
    width: 65px;
    height: 55px
}

.ETS-MLS-INTEGRATION-Teal-Icon {
    background-position: -623px -140px;
    width: 41px;
    height: 55px
}

.property-management-teal-teal-icon {
    background-position: -304px -140px;
    width: 53px;
    height: 55px
}

.CRM-MANAGEMENT-SERVICES-Teal-Icon {
    background-position: -235px -140px;
    width: 64px;
    height: 55px
}

.CLOUD-BASED-MANAGEMENT-SYSTEMS-Teal-Icon {
    background-position: -426px -140px;
    width: 65px;
    height: 55px
}

.ERP-SOLUTIONS-Teal-Icon {
    background-position: -363px -140px;
    width: 60px;
    height: 55px
}

.DATA-ANALYTICS-SOFTWARE-teal-icon {
    background-position: -588px -75px;
    width: 51px;
    height: 54px
}

.PREDICTIVE-ANALYTICS-teal-icon {
    background-position: -646px -74px;
    width: 58px;
    height: 56px
}

.VALUATION-MODELS-teal-icon {
    background-position: -709px -75px;
    width: 56px;
    height: 54px
}

.CUSTOM-CAPITAL-ANALYTICS-teal-icon {
    background-position: -772px -75px;
    width: 59px;
    height: 55px
}

.IDX-INTEGRATION-SOLUTIONS-teal-icon {
    background-position: -863px -9px;
    width: 42px;
    height: 55px
}

.IDX-WEBSITE-INTEGRATION-teal-icon {
    background-position: -841px -74px;
    width: 68px;
    height: 47px
}

.IDX-DESIGN-SOLUTIONS-teal-icon {
    background-position: -912px -9px;
    width: 64px;
    height: 48px
}

.CLOUD-BASED-SOFTWARE-teal-icon {
    background-position: -667px -140px;
    width: 64px;
    height: 55px
}

.CONDOMINIUM-ASSOCIATION-SOFTWARE-teal-icon {
    background-position: -736px -140px;
    width: 55px;
    height: 55px
}

.PROPERTY-MANAGEMENT-Teal-icon {
    background-position: -796px -140px;
    width: 68px;
    height: 55px
}

.POS-Development-green-icon {
    background-position: -535px -699px;
    width: 76px;
    height: 90px
}

.Clover-POS-Implementation-green-icon {
    background-position: -710px -699px;
    width: 90px;
    height: 90px
}

.Clover-App-Development-green-icon {
    background-position: -900px -699px;
    width: 90px;
    height: 90px
}

.Clover-Integration-green-icon {
    background-position: -805px -699px;
    width: 90px;
    height: 90px
}

.Clover-POS-Software-green-icon {
    background-position: -616px -699px;
    width: 91px;
    height: 90px
}

.careers-india-skills-teal-icon {
    background-position: -70px -1310px;
    width: 48px;
    height: 55px
}

.careers-india-professionalism-teal-icon {
    background-position: -854px -1245px;
    width: 74px;
    height: 55px
}

.careers-india-training-teal-icon {
    background-position: -931px -1245px;
    width: 62px;
    height: 55px
}

.careers-india-financial-teal-icon {
    background-position: -9px -1310px;
    width: 58px;
    height: 55px
}

.Implementation-icon {
    background-position: -863px -623px;
    width: 66px;
    height: 69px
}

.Migration-icon {
    background-position: -766px -623px;
    width: 85px;
    height: 55px
}

.Configuration-icon {
    background-position: -724px -413px;
    width: 70px;
    height: 55px
}

.Customization-icon {
    background-position: -679px -623px;
    width: 75px;
    height: 70px
}

.Support-icon {
    background-position: -588px -623px;
    width: 76px;
    height: 70px
}

.Integration-icon {
    background-position: -542px -412px;
    width: 97px;
    height: 45px
}

.ERP-icon {
    background-image: url(../img/icons/ERP.png);
    display: inline-block;
    background-repeat: no-repeat;
    height: 115px;
    width: 115px
}

.Finance-Accounting-icon {
    background-image: url(../img/icons/Finance.png);
    display: inline-block;
    background-repeat: no-repeat;
    height: 115px;
    width: 115px
}

.CRM-icon {
    background-image: url(../img/icons/CRM.png);
    display: inline-block;
    background-repeat: no-repeat;
    height: 115px;
    width: 115px
}

.Professional-icon {
    background-image: url(../img/icons/PSM.png);
    display: inline-block;
    background-repeat: no-repeat;
    height: 115px;
    width: 115px
}

.SuiteCommerce-icon {
    background-image: url(../img/icons/Suite-Commerce.png);
    display: inline-block;
    background-repeat: no-repeat;
    height: 115px;
    width: 115px
}

.header-icons {
    background-image: url(../img/header-sprite.png);
    display: inline-block;
    margin-right: 5px;
    background-repeat: no-repeat
}

.teal-sprite-v2 {
    background-image: url(../img/sprite/teal_icons-new.png);
    display: inline-block;
    margin-right: 5px;
    background-repeat: no-repeat
}

.micro-icon {
    background-image: url(../img/sprite/micro-sprite.png);
    display: inline-block;
    background-repeat: no-repeat
}

.gaming-teal-sprite {
    background-image: url(../img/sprite/gaming-teal-sprite.png);
    display: inline-block;
    background-repeat: no-repeat
}

.gaming-teal-sprite.icon-height-60 {
    height: 60px
}

.gaming-teal-sprite.icon-height-45 {
    height: 45px
}

.gaming-teal-sprite.icon-height-50 {
    height: 50px
}

.gaming-teal-sprite.icon-height-55 {
    height: 55px
}

video {
    cursor: pointer
}

.heroshotSlide {
    position: absolute !important;
    z-index: 0;
    width: 100%;
    height: 100vh;
    margin: 0 !important
}

.heroshotSlide .slide-img1,
.heroshotSlide .slide-img2,
.heroshotSlide .slide-img3,
.heroshotSlide .real-estate-hero-one,
.heroshotSlide .real-estate-hero-two,
.heroshotSlide .real-estate-hero-three,
.heroshotSlide .gambling-hero-one,
.heroshotSlide .gambling-hero-two,
.heroshotSlide .gambling-hero-three,
.heroshotSlide .retail-hero-first,
.heroshotSlide .retail-hero-second,
.heroshotSlide .retail-hero-third,
.heroshotSlide .environmental-management-hero-first,
.heroshotSlide .environmental-management-hero-second,
.heroshotSlide .environmental-management-hero-third,
.heroshotSlide .environmental-management-hero-fourth,
.heroshotSlide .on-demand-developers-hero-first,
.heroshotSlide .on-demand-developers-hero-second,
.heroshotSlide .on-demand-developers-hero-third,
.heroshotSlide .on-demand-developers-hero-fourth {
    width: 100%;
    height: 100vh
}

.heroshotSlide .heroBg-height-new {
    height: 100vh;
    width: 100%
}

#HomeSlider {
    min-height: 100vh;
    height: auto;
    overflow: hidden;
    position: relative
}

#HomeSlider .hero-zoom {
    -webkit-animation: zoomHeroImage 40s;
    animation: zoomHeroImage 40s
}

#HomeSlider .heroBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-position: center right;
    background-size: cover;
    -webkit-animation: zoomHeroImage 40s;
    animation: zoomHeroImage 40s;
    overflow: hidden
}

#HomeSlider .heroBg.herobg-animation-none {
    animation: none;
    -webkit-animation: none
}

@media(min-width:1170px) {
    #HomeSlider .heroBg {
        background-position: center center
    }
}

#HomeSlider .heroBg.heroBg-height {
    height: 100vh;
    background-position: center center
}

#HomeSlider .heroBg.heroBg-background-center {
    background-position: center center
}

@media screen and (max-width:823px) and (max-height:500px) and (orientation:landscape) {
    #HomeSlider .orientaion-setting .display-flex-home .heroshot-title h1 {
        font-size: 34px;
        line-height: 40px;
        padding-top: 80px
    }

    #HomeSlider .orientaion-setting .site-button {
        margin-top: 10px !important;
        font-size: 18px !important;
        padding: 12px
    }
}

@media screen and (max-width:531px) and (max-height:320px) and (orientation:landscape) {
    #HomeSlider .orientaion-setting {
        margin-top: 40px;
        margin-bottom: 9px
    }

    #HomeSlider .orientaion-setting .site-button {
        margin-top: 0 !important;
        font-size: 18px !important;
        padding: 12px
    }
}

.display-flex-home {
    display: flex;
    align-items: center;
    min-height: inherit
}

@media(-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .display-flex-home {
        display: table
    }
}

.display-flex-home.flex-img-center {
    align-items: center;
    justify-content: center
}

@media(-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .display-flex-home .heroshot-title {
        display: table-cell !important;
        vertical-align: middle !important
    }
}

.display-flex-home .heroshot-title h1 {
    color: #8A2BE2;
    font-weight: 900 !important;
    font-size: 58px;
    line-height: 72px
}

@media(min-width:461px) and (max-width:1400px) {
    .display-flex-home .heroshot-title h1 {
        font-size: 48px;
        line-height: 58px
    }
}

@media(min-width:768px) {
    .display-flex-home .heroshot-title h1.h1tag-padding {
        padding-top: 250px
    }
}

.display-flex-home .heroshot-title p {
    font-size: 19px;
    line-height: 25px;
    text-align: center;
    color: #000;
    padding: 40px 0 0;
    margin: 0
}

@media(min-width:1060px) and (max-width:1378px) {
    .display-flex-home .heroshot-title p {
        font-size: 16px;
        line-height: 24px
    }
}

.display-flex-home .heroshot-title p.ptag-left {
    text-align: left
}

.display-flex-home .heroshot-title .h1tag-normal {
    font-weight: 400 !important
}

@media(min-width:1200px) {
    .display-flex-home .heroshot-title .h1tag-normal.padding-hero {
        padding-top: 300px
    }
}

.display-flex-home .heroshot-title .h1tag-normal span {
    font-weight: 900 !important
}

.display-flex-home .heroshot-title .social-img {
    padding: 0 5px
}

.display-flex-home .heroshot-title .h2tag-normal {
    font-weight: 400 !important
}

@media(min-width:1200px) {
    .display-flex-home .heroshot-title .h2tag-normal.padding-hero {
        padding-top: 250px
    }
}

.display-flex-home .heroshot-title .h2tag-normal span {
    font-weight: 900 !important
}

.display-flex-home .heroshot-title.heroshote-title-new h1 {
    font-size: 40px;
    line-height: 50px
}

@media(min-width:992px) and (max-width:1400px) {
    .display-flex-home .heroshot-title.heroshote-title-new h1 {
        margin-top: 100px
    }
}

@media(min-width:0) and (max-width:480px) {
    .display-flex-home .heroshot-title.heroshote-title-new h1 {
        padding-top: 40px;
        font-size: 35px;
        line-height: 40px
    }
}

.display-flex-home .heroshot-title.heroshote-title-new a {
    font-size: 20px !important;
    margin-top: 35px
}

.display-flex-home .heroshot-title.heroshote-title-new .h1-header-tag {
    font-size: 65px;
    line-height: 70px
}

@media(min-width:650px) and (max-width:862px) {
    .display-flex-home .heroshot-title.heroshote-title-new .h1-header-tag {
        font-size: 45px;
        line-height: 55px
    }
}

@media(min-width:481px) and (max-width:649px) {
    .display-flex-home .heroshot-title.heroshote-title-new .h1-header-tag {
        font-size: 38px;
        line-height: 48px
    }
}

@media(min-width:0) and (max-width:480px) {
    .display-flex-home .heroshot-title.heroshote-title-new .h1-header-tag {
        font-size: 40px;
        line-height: 50px
    }
}

.display-flex-home .heroshot-title.heroshote-title-new .first-paragraph-tag {
    font-size: 30px;
    line-height: 40px;
    font-weight: 900 !important;
    padding: 15px 0 0
}

@media(min-width:0) and (max-width:480px) {
    .display-flex-home .heroshot-title.heroshote-title-new .first-paragraph-tag {
        font-size: 25px;
        line-height: 25px
    }
}

@media(min-width:0) and (max-width:460px) {
    .display-flex-home .heroshot-title.about-title-padding {
        padding-top: 100px
    }
}

@media(min-width:650px) and (max-width:862px) {
    .display-flex-home .heroshot-title h1 {
        font-size: 45px;
        line-height: 55px
    }
}

@media(min-width:461px) and (max-width:649px) {
    .display-flex-home .heroshot-title h1 {
        font-size: 38px;
        line-height: 48px
    }
}

@media(min-width:0) and (max-width:460px) {
    .display-flex-home .heroshot-title h1 {
        font-size: 30px;
        line-height: 38px
    }
}

@media(min-width:0) and (max-width:459px) {
    .display-flex-home.mobile-device-height-inherit {
        min-height: inherit;
        margin-top: 0
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:568px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
    .display-flex-home {
        margin-top: 20px
    }

    .display-flex-home .heroshot-title h1 {
        font-size: 24px;
        line-height: 30px
    }

    .display-flex-home .heroshot-title p {
        font-size: 16px;
        line-height: 24px;
        padding-top: 4px
    }

    .display-flex-home .heroshot-title .request-consult {
        margin-top: 13px
    }
}

@media only screen and (min-device-width:360px) and (max-device-height:640px) and (-webkit-device-pixel-ratio:3) and (orientation:landscape) {
    .display-flex-home {
        margin-top: 0
    }

    .display-flex-home .heroshot-title h1 {
        font-size: 27px;
        line-height: 32px
    }

    .display-flex-home .heroshot-title p {
        font-size: 16px;
        line-height: 24px;
        padding: 10px 0
    }

    .display-flex-home .heroshot-title .request-consult {
        margin-top: 13px
    }
}

.display-flex-home.justify-content-center {
    justify-content: center
}

@media(min-width:0) and (max-width:1199px) {
    .display-flex-home.justify-center-specific-screen {
        justify-content: center
    }
}

@media(min-width:320px) {
    .min-h-inherit {
        min-height: inherit
    }
}

@-webkit-keyframes zoomHeroImage {
    from {
        -moz-transform: scale(1.4);
        -o-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }

    to {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes zoomHeroImage {
    from {
        -moz-transform: scale(1.4);
        -o-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }

    to {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-ms-keyframes zoomHeroImage {
    from {
        -moz-transform: scale(1.4);
        -o-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }

    to {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes zoomHeroImage {
    from {
        -moz-transform: scale(1.4);
        -o-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }

    to {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zoomHeroImage {
    from {
        -moz-transform: scale(1.4);
        -o-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }

    to {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.margin-top-150 {
    margin-top: 150px
}

@media(min-width:0) and (max-width:768px) {
    .margin-top-150 {
        margin-top: 0
    }
}

.site-button {
    display: inline-block;
    border: 3px solid #5c159d;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    padding: 15px;
    color: #000;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

@media(min-width:0px) and (max-width:425px) {
    .site-button {
        margin-top: 12px !important;
        padding: 9px;
        font-size: 16px !important
    }
}

.site-button.feedback-button {
    border-radius: 0;
    padding: 15px 25px;
    margin: 0 10px
}

@media(min-width:1447px) and (max-width:1626px) {
    .site-button.feedback-button {
        margin: 0
    }
}

@media(min-width:1200px) and (max-width:1446px) {
    .site-button.feedback-button {
        margin: 5px 0
    }
}

.site-button:focus {
    color: #000;
    outline: none
}

.site-button:hover {
    text-decoration: none;
    background-color: #5c159d;
    color: #fff
}

.site-button.white-button {
    color: #fff
}

.site-button.white-button:hover {
    background-color: #5c159d;
    color: #fff
}

.site-button.black-button {
    color: #000;
    border-color: #5c159d
}

.site-button.black-button:hover {
    background-color: #5c159d;
    border-color: #5c159d;
    color: #fff
}

.site-button.teal-button {
    color: #000;
    border-color: #5c159d
}

.site-button.teal-button:hover {
    background-color: #5c159d;
    border-color: #5c159d;
    color: #fff
}

.site-button.contact-us-button {
    color: #000;
    border-color: #5c159d;
    background: 0 0
}

.site-button.contact-us-button:hover {
    background-color: #5c159d;
    border-color: #5c159d;
    color: #fff
}

.site-button.contact-us-button.contact-us-button-lp {
    border-color: #fff;
    color: #fff
}

.site-button.contact-us-button.contact-us-button-lp:hover {
    border-color: #5c159d
}

.site-button.border-raduis-0 {
    border-radius: 0
}

.site-button.border-raduis-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px
}

.site-button.sky-blue-border-btn {
    color: #8A2BE2;
    border-color: #5c159d
}

.site-button.sky-blue-border-btn:hover {
    background-color: #5c159d;
    border-color: #5c159d;
    color: #fff
}

.site-button.blue-border-btn {
    color: #5c159d;
    border-color: #5c159d
}

.site-button.blue-border-btn:hover {
    background-color: #5c159d;
    color: #fff
}

.site-button.yellow-button {
    color: #000;
    border-color: #5c159d
}

.site-button.yellow-button:hover {
    background-color: #5c159d;
    border-color: #5c159d;
    color: #fff
}

.site-button.netsuite-button {
    color: #000;
    border-color: #5c159d
}

.site-button.netsuite-button:hover {
    background-color: #5c159d;
    border-color: #5c159d;
    color: #fff
}

.site-button.oracle-red-btn {
    color: #000;
    border-color: #f80000
}

.site-button.oracle-red-btn:hover {
    background-color: #f80000;
    border-color: #f80000;
    color: #fff
}

.site-button.site-button-fixed {
    background: #8A2BE2;
    color: #fff
}

.site-button.invert-orange {
    background-color: #8A2BE2
}

.site-button.invert-orange:hover {
    background-color: transparent
}

.site-button.invert-orange.color-white:hover,
.site-button.invert-orange.sticker-list:hover,
.sticker-list li p a.site-button.invert-orange:hover {
    color: #000 !important
}

.partner-logo-heroshot {
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: 1
}

@media(min-width:0px) and (max-width:320px) {
    .partner-logo-heroshot {
        bottom: 10px
    }
}

@media(min-width:0px) and (max-width:600px) {
    .partner-logo-heroshot {
        bottom: 10px
    }
}

.partner-logo-heroshot.common-right-20px {
    right: 20px
}

.partner-logo-heroshot.retail-partner-logo>div {
    width: auto;
    float: left;
    text-align: center;
    padding-left: 8px
}

@media(min-width:0) and (max-width:479px) {
    .partner-logo-heroshot.retail-partner-logo>div {
        width: 33.33%
    }
}

@media(min-width:480px) and (max-width:600px) {
    .partner-logo-heroshot.retail-partner-logo>div {
        width: 26%
    }
}

@media(min-width:601px) and (max-width:893px) {
    .partner-logo-heroshot.retail-partner-logo>div {
        width: 14.28%
    }
}

.partner-logo-heroshot.retail-partner-logo>div img {
    width: 65%
}

@media(min-width:0) and (max-width:480px) {
    .partner-logo-heroshot.retail-partner-logo>div img {
        width: 100%
    }
}

.partner-logo-heroshot.retail-partner-logo>div img.common-width-100 {
    width: 100%;
    padding: 0 15px
}

.partner-logo-heroshot.healthcare-hero-logo>div {
    padding-left: 0
}

@media(min-width:0px) and (max-width:600px) {
    .partner-logo-heroshot.healthcare-hero-logo>div {
        width: 16%
    }
}

.partner-logo-heroshot.healthcare-hero-logo>div img {
    width: 80%
}

@media(min-width:601px) and (max-width:893px) {
    .partner-logo-heroshot.aviation-partner-logo>div {
        width: 44%
    }
}

.partner-logo-heroshot.partner-logo-heroshot-center {
    left: 0;
    text-align: center
}

.partner-logo-heroshot.partner-logo-heroshot-right {
    right: 30px;
    text-align: right;
    bottom: 35px
}

@media(min-width:0px) and (max-width:767px) {
    .partner-logo-heroshot.partner-logo-heroshot-right {
        right: 0;
        left: 0;
        text-align: center;
        bottom: 15px
    }
}

.partner-logo-heroshot.partner-logo-heroshot-right.more-right {
    right: 23%
}

@media(min-width:0) and (max-width:991px) {
    .partner-logo-heroshot.partner-logo-heroshot-right.more-right {
        right: 0
    }
}

.partner-logo-heroshot.partner-logo-heroshot-right img {
    max-width: 80%
}

@media(min-width:0) and (max-width:767px) {
    .partner-logo-heroshot.partner-logo-heroshot-right img {
        max-width: 50%
    }
}

.partner-logo-heroshot.Hilton-OnQ-Software {
    bottom: 30px
}

@media(min-width:0px) and (max-width:600px) {
    .partner-logo-heroshot.Hilton-OnQ-Software>div {
        width: auto
    }
}

.partner-logo-heroshot.Hilton-OnQ-Software>div img {
    width: 75%
}

@media(min-width:0) and (max-width:767px) {
    .partner-logo-heroshot.Hilton-OnQ-Software>div img {
        width: 50%
    }
}

.darkBg,
.heroshotSlide .heroBg-height-new {
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.darkBg.in-div-content-sec,
.heroshotSlide .in-div-content-sec.heroBg-height-new {
    margin-top: -130px;
    height: 500px
}

.heroshot1920,
.heroshot1500 {
    min-height: 450px;
    color: #fff;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box
}

.heroshot1920:before,
.heroshot1500:before {
    content: '';
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5)
}

.heroshot1920 .col-md-6,
.heroshot1920 .col-md-12,
.heroshot1920 .col-md-8,
.heroshot1920 .col-md-10,
.heroshot1920 .col-md-3,
.heroshot1920 .col-md-4,
.heroshot1500 .col-md-6,
.heroshot1500 .col-md-12,
.heroshot1500 .col-md-8,
.heroshot1500 .col-md-10,
.heroshot1500 .col-md-3,
.heroshot1500 .col-md-4 {
    display: flex;
    align-items: center;
    justify-content: center
}

@media(min-width:769px) and (max-width:991px) {

    .heroshot1920,
    .heroshot1500 {
        min-height: 500px
    }
}

@media(min-width:768px) {

    .heroshot1920,
    .heroshot1500 {
        min-height: 450px
    }
}

@media(min-width:992px) {

    .heroshot1920,
    .heroshot1500 {
        min-height: 515px;
        color: #000;
        margin-top: 150px
    }

    .heroshot1920:before,
    .heroshot1500:before {
        display: none
    }
}

@media(min-width:1370px) {

    .heroshot1920,
    .heroshot1500 {
        min-height: 550px
    }
}

.heroshot1920 .PartnerLogosFull,
.heroshot1920 .PartnerLogosHalf,
.heroshot1500 .PartnerLogosFull,
.heroshot1500 .PartnerLogosHalf {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 0
}

.heroshot1920 .PartnerLogosFull.PartnerLogoFullNew,
.heroshot1920 .PartnerLogoFullNew.PartnerLogosHalf,
.heroshot1500 .PartnerLogosFull.PartnerLogoFullNew,
.heroshot1500 .PartnerLogoFullNew.PartnerLogosHalf {
    bottom: 25px !important
}

@media(min-width:992px) {

    .heroshot1920 .PartnerLogosHalf,
    .heroshot1500 .PartnerLogosHalf {
        width: 50%
    }
}

@media(min-width:0) and (max-width:480px) {

    .heroshot1920 .PartnerLogosHalf,
    .heroshot1500 .PartnerLogosHalf {
        margin-top: 20px
    }
}

@media(min-width:0) and (max-width:768px) {

    .heroshot1920 .PartnerLogosHalf,
    .heroshot1500 .PartnerLogosHalf {
        position: relative !important
    }
}

.heroshot1920.dark-overlay::before,
.heroshot1500.dark-overlay::before {
    content: '';
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 5;
    display: block
}

.heroshot1920.overlay-disable-all,
.heroshot1500.overlay-disable-all {
    color: #000
}

.heroshot1920.overlay-disable-all::before,
.heroshot1500.overlay-disable-all::before {
    display: none
}

@media(min-width:992px) and (-ms-high-contrast:none),
(-ms-high-contrast:active) {

    .heroshot1920 .col-md-6,
    .heroshot1920 .col-md-12,
    .heroshot1920 .col-md-8,
    .heroshot1920 .col-md-10,
    .heroshot1920 .col-xs-12,
    .heroshot1920 .co-md-3,
    .heroshot1920 .col-md-4,
    .heroshot1500 .col-md-6,
    .heroshot1500 .col-md-12,
    .heroshot1500 .col-md-8,
    .heroshot1500 .col-md-10,
    .heroshot1500 .col-xs-12,
    .heroshot1500 .co-md-3,
    .heroshot1500 .col-md-4 {
        display: table !important
    }

    .heroshot1920 .col-md-6 .hero-title,
    .heroshot1920 .col-md-12 .hero-title,
    .heroshot1920 .col-md-8 .hero-title,
    .heroshot1920 .col-md-10 .hero-title,
    .heroshot1920 .col-xs-12 .hero-title,
    .heroshot1920 .co-md-3 .hero-title,
    .heroshot1920 .col-md-4 .hero-title,
    .heroshot1500 .col-md-6 .hero-title,
    .heroshot1500 .col-md-12 .hero-title,
    .heroshot1500 .col-md-8 .hero-title,
    .heroshot1500 .col-md-10 .hero-title,
    .heroshot1500 .col-xs-12 .hero-title,
    .heroshot1500 .co-md-3 .hero-title,
    .heroshot1500 .col-md-4 .hero-title {
        display: table-cell !important;
        vertical-align: middle !important
    }
}

@media screen and (-ms-high-contrast:none),
(-ms-high-contrast:active) {

    .heroshot1920 .col-xs-12,
    .heroshot1500 .col-xs-12 {
        display: table !important
    }

    .heroshot1920 .col-xs-12 .hero-title,
    .heroshot1500 .col-xs-12 .hero-title {
        display: table-cell !important;
        vertical-align: middle !important
    }

    .heroshot1920 .col-xs-12.PartnerLogosFull img,
    .heroshot1920 .col-xs-12.PartnerLogosHalf img,
    .heroshot1500 .col-xs-12.PartnerLogosFull img,
    .heroshot1500 .col-xs-12.PartnerLogosHalf img {
        max-width: 100%
    }
}

@media(min-width:0) and (max-width:768px) {

    .PartnerLogosFull,
    .heroshot1920 .PartnerLogosHalf,
    .heroshot1500 .PartnerLogosHalf {
        margin-bottom: 40px;
        position: relative !important;
        float: left;
        bottom: 0 !important
    }
}

.heroshot1500 {
    background-size: 100% 100%
}

.hero-title {
    width: 100%
}

@media(min-width:992px) {
    .hero-title.title-margin-100 {
        margin-top: 100px
    }
}

@media(min-width:0) and (max-width:767px) {
    .hero-title {
        margin-top: 120px
    }
}

@media(min-width:0) and (max-width:1199px) {
    .overlay-white-common::before {
        content: '';
        position: absolute;
        background: rgba(255, 255, 255, .48);
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }
}

.overlay-black-common::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: 0 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

@media(min-width:0) and (max-width:991px) {
    .overlay-black-common::before {
        background: rgba(0, 0, 0, .48)
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .overlay-black-common.overlay-black-common-lg::before {
        background: rgba(0, 0, 0, .48)
    }
}

@media(min-width:0px) and (max-width:1199px) {
    .overlay-black-common.moredark-overlay::before {
        background: rgba(0, 0, 0, .7)
    }
}

.overlay-black-common.overlay-overall::before {
    background: rgba(0, 0, 0, .7)
}

@media(min-width:0) and (max-width:991px) {
    .overlay-white-common-below-md::before {
        content: '';
        position: absolute;
        background: rgba(255, 255, 255, .48);
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }
}

@media(min-width:0) and (max-width:1199px) {
    .overlay-teal-common-below-lg::before {
        content: '';
        position: absolute;
        background: #5c159d;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }
}

.heroshot-min-height {
    min-height: 550px !important
}

.about-us-company-developers-sec {
    background-image: url(../img/about-us-img/background/about-us-map-bg.png);
    background-repeat: no-repeat
}

.hospitality-casino-software-development {
    background: url(../img/hospitality/background/casino-software-development.png) no-repeat left bottom;
    background-color: #ebffff
}

@media(min-width:0px) and (max-width:991px) {
    .hospitality-casino-software-development {
        background: 0 0
    }
}

.hospitality-prop-manegment {
    background-image: url(../img/hospitality/background/Hospitality-property-management-system.png);
    background-repeat: no-repeat;
    background-position: left bottom
}

@media(min-width:1400px) and (max-width:1600px) {
    .hospitality-prop-manegment {
        background-position-x: -23%
    }
}

@media(min-width:1300px) and (max-width:1399px) {
    .hospitality-prop-manegment {
        background-position-x: -45%
    }
}

@media(min-width:1200px) and (max-width:1299px) {
    .hospitality-prop-manegment {
        background-position-x: -60%
    }
}

@media(min-width:0) and (max-width:1199px) {
    .hospitality-prop-manegment {
        background: 0 0
    }
}

.ms-dynamic-monitor-background {
    background-image: url(../img/micro-site/background/ms-dynamic-monitor-background.jpg);
    background-repeat: no-repeat;
    height: 900px;
    background-size: cover;
    background-position: center center
}

@media(min-width:0) and (max-width:992px) {
    .ms-dynamic-monitor-background {
        background-image: url(../img/micro-site/background/microsoft-stack-bg.jpg);
        height: auto
    }
}

.meeting-events-tech-solutions-background {
    background-image: url(../img/meeting-and-events/Meetings-and-Events-main/background/event-tech-solutions.png);
    background-repeat: no-repeat;
    background-position: right bottom
}

@media(min-width:0) and (max-width:1199px) {
    .meeting-events-tech-solutions-background {
        background: 0 0
    }
}

.e-learning-web-based-training-background {
    background-image: url(../img/e-learning/e-learning-main/background/web-based-training-and-continuing-education.png);
    background-repeat: no-repeat;
    background-position: right bottom
}

@media(min-width:1200px) {
    .e-learning-web-based-training-background {
        height: 900px
    }
}

@media(min-width:0) and (max-width:1199px) {
    .e-learning-web-based-training-background {
        background: 0 0
    }
}

.netsuite-suiteecommerce {
    background: #6735a2;
    background: -moz-linear-gradient(-45deg, #6735a2 1%, #0b9ae1 79%);
    background: -webkit-linear-gradient(-45deg, #6735a2 1%, #0b9ae1 79%);
    background: linear-gradient(135deg, #6735a2 1%, #0b9ae1 79%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6735a2', endColorstr='#0b9ae1', GradientType=1)
}

.construction-scheduling-software {
    background-image: url(../img/aec/aec-main/content-images/scheduling-software.png);
    background-color: #ebffff;
    background-size: auto;
    background-position: right center;
    background-repeat: no-repeat
}

@media(min-width:0) and (max-width:1199px) {
    .construction-scheduling-software {
        background-image: none
    }
}

.construction-submittal {
    background-image: url(../img/aec/aec-main/background/construction-submittal.png), url(../img/aec/aec-main/background/construction-submittal-bg.jpg);
    background-size: auto, cover;
    background-repeat: no-repeat;
    background-position: left bottom, center center
}

@media(min-width:1600px) and (max-width:1750px) {
    .construction-submittal {
        background-position-x: -10%
    }
}

@media(min-width:1400px) and (max-width:1600px) {
    .construction-submittal {
        background-position-x: -10%
    }
}

@media(min-width:1300px) and (max-width:1399px) {
    .construction-submittal {
        background-position-x: -20%
    }
}

@media(min-width:1200px) and (max-width:1299px) {
    .construction-submittal {
        background-position-x: -28%
    }
}

@media(min-width:0) and (max-width:1199px) {
    .construction-submittal {
        background-image: none, url(../img/aec/aec-main/background/construction-submittal-bg.jpg)
    }
}

.slide-img1 {
    background-image: url(../img/gaming/slider/chetu-gaming-sliderbg1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.slide-img2 {
    background-image: url(../img/gaming/slider/chetu-gaming-sliderbg2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.slide-img3 {
    background-image: url(../img/gaming/slider/chetu-gaming-sliderbg3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.real-estate-hero-one {
    background-image: url(../img/real-estate/slider/real-estate-hero-bg-one.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.real-estate-hero-two {
    background-image: url(../img/real-estate/slider/real-estate-hero-bg-two.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.real-estate-hero-three {
    background-image: url(../img/real-estate/slider/real-estate-hero-bg-three.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.gambling-hero-one {
    background-image: url(../img/gaming/slider/gambling-hero-one.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.gambling-hero-two {
    background-image: url(../img/gaming/slider/gambling-hero-two.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.gambling-hero-three {
    background-image: url(../img/gaming/slider/gambling-hero-three.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.clover-POS-heroshot {
    background-image: url(../img/sliderbg/clover-POS-heroshot.jpg)
}

.retail-hero-first {
    background-image: url(../img/retail/slider/retail-hero-first.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.retail-hero-second {
    background-image: url(../img/retail/slider/retail-hero-second.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.retail-hero-third {
    background-image: url(../img/retail/slider/retail-hero-third.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

#Employee-Onboarding.emp-onbording {
    background-image: url(../img/hcm/background/employee-onboarding.png)
}

@media(min-width:0) and (max-width:767px) {
    #Employee-Onboarding.emp-onbording {
        background-image: none
    }
}

.property-management-sec.Time-Attendance-bg {
    background-image: url(../img/hcm/background/time-and-attendance.jpg);
    background-repeat: no-repeat;
    background-position: left bottom
}

@media(min-width:0) and (max-width:1500px) {
    .property-management-sec.Time-Attendance-bg {
        background-position: center center
    }
}

@media(min-width:0) and (max-width:767px) {
    .property-management-sec.Time-Attendance-bg {
        background-image: none
    }
}

.online-casino-software-sec.hcm-payroll-sec-bg {
    background-image: url(../img/hcm/background/payroll-software-solution.jpg);
    background-repeat: no-repeat;
    background-position: left bottom
}

@media(min-width:0) and (max-width:1500px) {
    .online-casino-software-sec.hcm-payroll-sec-bg {
        background-position: bottom center
    }
}

@media(min-width:0) and (max-width:767px) {
    .online-casino-software-sec.hcm-payroll-sec-bg {
        background-image: none
    }
}

#ACA-Compliance-Software.aca-compliance-bg {
    background-image: url(../img/hcm/background/aca-compliance-software.png);
    background-position: right center
}

@media(min-width:1400px) and (max-width:1600px) {
    #ACA-Compliance-Software.aca-compliance-bg {
        background-position-x: 110%
    }
}

@media(min-width:1300px) and (max-width:1399px) {
    #ACA-Compliance-Software.aca-compliance-bg {
        background-position-x: 128%
    }
}

@media(min-width:1200px) and (max-width:1299px) {
    #ACA-Compliance-Software.aca-compliance-bg {
        background-position-x: 135%
    }
}

@media(min-width:0) and (max-width:1199px) {
    #ACA-Compliance-Software.aca-compliance-bg {
        background-image: none
    }
}

.sweepstakes-software-bg.hris-hrms-bg {
    background-image: url(../img/hcm/background/hris-and-hrms-solutions.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-position-x: -100px
}

@media(min-width:1400px) and (max-width:1500px) {
    .sweepstakes-software-bg.hris-hrms-bg {
        background-position-x: -50%
    }
}

@media(min-width:1300px) and (max-width:1399px) {
    .sweepstakes-software-bg.hris-hrms-bg {
        background-position-x: -75%
    }
}

@media(min-width:1200px) and (max-width:1299px) {
    .sweepstakes-software-bg.hris-hrms-bg {
        background-position-x: -135%
    }
}

@media(min-width:0) and (max-width:1199px) {
    .sweepstakes-software-bg.hris-hrms-bg {
        background-image: none
    }
}

.bg-img-sec-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 42%;
    text-align: right
}

@media(min-width:0px) and (max-width:1199px) {
    .bg-img-sec-left {
        display: none
    }
}

.bg-img-sec-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 42%;
    text-align: left
}

@media(min-width:0px) and (max-width:1199px) {
    .bg-img-sec-right {
        display: none
    }
}

.Careers-India-heroshot {
    background-image: url(../img/sliderbg/Careers-India-wp-hero.jpg)
}

.careers-india-background {
    background-image: url(../img/sliderbg/Careers-India-apply-now.jpg)
}

.Netsuite-heroshot {
    background-image: url(../img/sliderbg/netsuite-heroshot.jpg)
}

#HomeSlider .heroBg.first-data-heroshot {
    background-image: url(../img/micro-site/sliderbg/first-data-heroshot.jpg)
}

.environmental-management-hero-first {
    background-image: url(../img/environmental-management/slider/environmental-management-hero-first.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.environmental-management-hero-second {
    background-image: url(../img/environmental-management/slider/environmental-management-hero-second.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.environmental-management-hero-third {
    background-image: url(../img/environmental-management/slider/environmental-management-hero-third.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.environmental-management-hero-fourth {
    background-image: url(../img/environmental-management/slider/environmental-management-hero-fourth.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.on-demand-developers-hero-first {
    background-image: url(../img/on-demand-developers/slider/on-demand-developers-hero-first.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.on-demand-developers-hero-second {
    background-image: url(../img/on-demand-developers/slider/on-demand-developers-hero-second.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.on-demand-developers-hero-third {
    background-image: url(../img/on-demand-developers/slider/on-demand-developers-hero-third.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.on-demand-developers-hero-fourth {
    background-image: url(../img/on-demand-developers/slider/on-demand-developers-hero-fourth.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.sticker {
    min-height: 38px;
    background: #3d4959;
    padding: 0
}

.sticker-head {
    width: 46px;
    height: 46px;
    border-radius: 23px;
    left: calc(50% - 23px);
    z-index: 50;
    top: -47px
}

.sticker-head h3,
.sticker-head .blog-description-content h4,
.blog-description-content .sticker-head h4 {
    margin: 17px 0;
    padding: 0;
    color: #333;
    text-align: center
}

@media(min-width:992px) {
    .sticker-head {
        top: -34px
    }
}

.sticker-list {
    list-style: none;
    margin: 13px auto 0;
    text-align: center
}

.sticker-blog p span,
.sticker-news p span {
    color: #8A2BE2
}

.sticker-blog p span:after,
.sticker-news p span:after {
    content: ' :';
    font-weight: 700
}

.listbulletblackcircle-div {
    background-image: url(https://www.chetu.com/img/icons/listbulletblack.png) !important;
    background-repeat: no-repeat
}

.listbulletOrangecheck li {
    background-image: url(https://www.chetu.com/img/icons/listbulletorangecheck.png) !important;
    background-repeat: no-repeat
}

.listbulletblackcircle li {
    background-image: url(https://www.chetu.com/img/icons/listbulletblack.png) !important;
    background-repeat: no-repeat;
    background-position: 0 6px
}

.listbulletblackcheck li {
    background-image: url(https://www.chetu.com/img/icons/listbulletdark.png) !important;
    background-repeat: no-repeat
}

.listbulletorangecirclecheck li {
    background-image: url(https://www.chetu.com/img/icons/orange-circle-check.png) !important;
    background-repeat: no-repeat
}

.listbulletcheck li {
    background-image: url(https://www.chetu.com/img/icons/right.png) !important;
    background-repeat: no-repeat;
    padding-bottom: 5px
}

.legal-list li {
    padding-left: 30px;
    list-style-type: none
}

@media(min-width:768px) {
    .policy-hero-content-tag p {
        padding-top: 250px !important;
        text-align: left !important;
        font-size: 80px !important;
        line-height: 65px !important
    }
}

@media(min-width:327px) and (max-width:767px) {
    .policy-hero-content-tag p {
        padding-top: 165px !important;
        font-size: 50px !important;
        line-height: 60px !important
    }
}

@media(min-width:0) and (max-width:326px) {
    .policy-hero-content-tag p {
        padding-top: 130px !important;
        font-size: 44px !important;
        line-height: 60px !important
    }
}

@media(min-width:768px) {
    .policy-hero-content-tag h1 {
        font-size: 80px !important;
        line-height: 100px !important
    }
}

@media(min-width:327px) and (max-width:767px) {
    .policy-hero-content-tag h1 {
        font-size: 50px !important;
        line-height: 60px !important
    }
}

@media(min-width:0) and (max-width:327px) {
    .policy-hero-content-tag h1 {
        font-size: 44px !important;
        line-height: 60px !important
    }
}

.policy-hero-content-tag span {
    font-weight: 900
}

@media(min-width:768px) {
    .policy-hero-content-tag span {
        font-size: 80px !important;
        line-height: 100px !important
    }
}

@media(min-width:327px) and (max-width:767px) {
    .policy-hero-content-tag span {
        font-size: 50px !important;
        line-height: 60px !important
    }
}

@media(min-width:0) and (max-width:327px) {
    .policy-hero-content-tag span {
        font-size: 44px !important;
        line-height: 60px !important
    }
}

.policy-hero-content-tag .another-info-p-tag {
    font-size: 30px !important;
    line-height: 35px !important;
    color: #fff !important
}

.policy-hero-content-tag .border-section-hero {
    border-left: 5px solid;
    width: 1%;
    height: 170px;
    margin-top: 235px
}

.legal-policy-sec {
    background: rgba(211, 211, 211, .43);
    padding: 80px 0
}

@media(min-width:992px) and (max-width:1199px) {
    .legal-policy-sec {
        padding: 80px 0
    }
}

@media(min-width:0) and (max-width:991px) {
    .legal-policy-sec {
        padding: 40px 0
    }
}

.legal-policy-sec .legal-policy-content-sec {
    background: #fff;
    box-shadow: 0 -15px 30px 15px rgba(204, 204, 204, .72);
    padding: 25px
}

@media(min-width:0) and (max-width:480px) {
    .legal-policy-sec .legal-policy-content-sec {
        padding: 15px
    }
}

.legal-policy-sec .legal-policy-content-sec h2 {
    color: #8A2BE2;
    font-size: 24px;
    margin: 20px 0
}

.legal-policy-sec .legal-policy-content-sec h2 hr {
    border: 1px solid #8A2BE2;
    width: 4%;
    margin: 10px 0;
    text-align: left
}

@media(min-width:768px) and (max-width:1199px) {
    .legal-policy-sec .legal-policy-content-sec h2 hr {
        width: 7%
    }
}

@media(min-width:0) and (max-width:767px) {
    .legal-policy-sec .legal-policy-content-sec h2 hr {
        width: 10%
    }
}

@media(min-width:0) and (max-width:429px) {
    .legal-policy-sec .legal-policy-content-sec h2 {
        font-size: 27px
    }
}

.legal-policy-sec .legal-policy-content-sec p {
    font-size: 16px;
    line-height: 25px
}

.legal-policy-sec .legal-policy-content-sec ul {
    margin: 0 30px
}

@media(min-width:0) and (max-width:767px) {
    .legal-policy-sec .legal-policy-content-sec ul {
        margin: 0
    }
}

.legal-policy-sec .legal-policy-content-sec ul li {
    margin: 15px 30px;
    font-size: 16px;
    line-height: 25px
}

@media(min-width:0) and (max-width:767px) {
    .legal-policy-sec .legal-policy-content-sec ul li {
        margin: 0
    }
}

.legal-policy-sec .legal-policy-content-sec.feedback-form {
    box-shadow: 0 0 30px 30px rgba(204, 204, 204, .72)
}

.legal-policy-sec .legal-policy-content-sec.feedback-form h2 {
    font-size: 50px;
    font-weight: 900;
    line-height: 40px
}

.legal-policy-sec .legal-policy-content-sec.feedback-form p {
    font-size: 20px;
    font-weight: 700;
    color: #8A2BE2;
    line-height: 30px;
    margin: 25px 0 0
}

.legal-policy-sec .legal-policy-content-sec.feedback-form span {
    color: #f90000
}

.primary-legal-footer {
    background: #8A2BE2
}

.primary-legal-footer p {
    color: #fff;
    font-size: 22px;
    line-height: 34px
}

.primary-legal-footer p a {
    font-size: 28px;
    color: #fff;
    text-decoration: none;
    font-weight: 900
}

.technology-title-block {
    display: table;
    margin: 15px auto 0;
    color: #fff
}

.technology-title-block.tab-title {
    color: #3d4144
}

.tech-title-cell {
    position: relative;
    display: table-cell
}

.title-line {
    top: 39px
}

@media(min-width:768px) {
    .title-line:after {
        content: '';
        width: 100px;
        height: 5px;
        background: #8A2BE2;
        position: absolute
    }
}

.title-left {
    left: -100px
}

.title-right {
    right: -70px
}

.captcha-content {
    background: #f9f9f9;
    color: #000;
    margin-left: 45px;
    position: absolute;
    width: 160px;
    margin-top: 5px;
    z-index: 5;
    text-align: left
}

@media(min-width:0) and (max-width:768px) {
    .captcha-content {
        margin-left: 45px
    }
}

@-moz-document url-prefix() {
    .captcha-content {
        margin-left: 110px
    }
}

.captcha-content p {
    line-height: 16px !important;
    font-size: 13px !important;
    color: #000 !important;
    margin: 5px !important;
    font-weight: 400 !important
}

.captcha-content p span {
    display: block;
    font-size: 12px;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #000 !important
}

.captcha-content.new-contact-form {
    margin-left: 45px !important
}

@media(min-width:1336px) {
    .captcha-width .recaptcha-transform {
        box-sizing: content-box;
        transform: scale(.87);
        transform-origin: 0 0
    }
}

@media(min-width:1167px) and (max-width:1199px) {
    .captcha-width .recaptcha-transform {
        box-sizing: content-box;
        transform: scale(.87);
        transform-origin: 0 0
    }
}

@media(min-width:0) and (max-width:368px) {
    .captcha-width .recaptcha-transform {
        box-sizing: content-box;
        transform: scale(.84);
        transform-origin: 0 0
    }
}

.errorMessage {
    color: red;
    text-align: left
}

.errorMessage.error-div-height {
    height: 25px
}

@media(min-width:375px) {
    .errorMessage.captcha-err {
        margin-left: 18px
    }
}

@media(min-width:425px) {
    .errorMessage.captcha-err {
        margin-left: 44px
    }
}

@media(min-width:768px) {
    .errorMessage.captcha-err {
        margin-left: 0
    }
}

@media(min-width:992px) {
    .errorMessage.captcha-err {
        margin-top: 80px;
        margin-left: 113px
    }
}

@media(min-width:1200px) {
    .errorMessage.captcha-err {
        margin-left: 211px
    }
}

@media(min-width:992px) and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .captcha-content {
        margin-left: 170px !important
    }

    .captcha-content {
        margin-left: 274px !important
    }

    .referral-captcha-content {
        margin-left: 45px !important
    }
}

@supports(-ms-ime-align:auto) {
    .captcha-content {
        margin-left: 110px !important
    }

    .captcha-content {
        margin-left: 164px
    }
}

@media(min-width:768px) {
    .feedback-button-aling {
        text-align: left
    }
}

.feedback-hero-contnet-tag p {
    padding-top: 250px;
    text-align: left;
    font-size: 56px;
    line-height: 40px
}

@media(min-width:768px) and (max-width:991px) {
    .feedback-hero-contnet-tag p {
        font-size: 50px
    }
}

@media(min-width:327px) and (max-width:767px) {
    .feedback-hero-contnet-tag p {
        padding-top: 165px;
        font-size: 50px;
        line-height: 60px
    }
}

@media(min-width:0) and (max-width:326px) {
    .feedback-hero-contnet-tag p {
        padding-top: 130px;
        font-size: 44px;
        line-height: 60px
    }
}

.feedback-hero-contnet-tag h1 {
    font-size: 55px;
    line-height: 100px
}

@media(min-width:768px) and (max-width:991px) {
    .feedback-hero-contnet-tag h1 {
        font-size: 50px
    }
}

@media(min-width:327px) and (max-width:767px) {
    .feedback-hero-contnet-tag h1 {
        font-size: 50px;
        line-height: 60px
    }
}

@media(min-width:0) and (max-width:327px) {
    .feedback-hero-contnet-tag h1 {
        font-size: 44px;
        line-height: 60px
    }
}

.feedback-hero-contnet-tag .another-info-p-tag {
    font-size: 25px;
    line-height: 30px;
    color: #fff;
    padding-top: 235px
}

@media(min-width:1665px) {
    .feedback-hero-contnet-tag .another-info-p-tag {
        font-size: 30px;
        line-height: 35px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .feedback-hero-contnet-tag .another-info-p-tag {
        font-size: 20px;
        line-height: 28px
    }
}

@media(min-width:0) and (max-width:767px) {
    .feedback-hero-contnet-tag .another-info-p-tag {
        padding-top: 0
    }
}

.feedback-hero-contnet-tag .border-section-hero {
    border-left: 5px solid;
    width: 1%;
    height: 170px;
    margin-top: 235px
}

.feedbackForm textarea,
.feedbackForm input[type=text],
.feedbackForm input[type=email],
.feedbackForm input[type=tel],
.feedbackForm select {
    width: 100%;
    border: 0;
    color: #000;
    border: 1px solid #dadada;
    background: #f1f1f1;
    border-radius: 2px;
    padding: 10px 20px !important;
    min-height: 50px;
    outline: none
}

.feedbackForm textarea::placeholder,
.feedbackForm input[type=text]::placeholder,
.feedbackForm input[type=email]::placeholder,
.feedbackForm input[type=tel]::placeholder,
.feedbackForm select::placeholder {
    color: #000
}

@media(min-width:0) and (max-width:480px) {
    .feedbackForm .xs-no-padding {
        padding: 0 !important
    }
}

.feedbackForm .CTA-button {
    border: 0 !important;
    float: left
}

@media(min-width:0) and (max-width:480px) {
    .feedbackForm .CTA-button {
        border: 0 !important;
        float: none;
        text-align: center
    }
}

.feedbackForm label {
    font-size: 16px;
    font-weight: 700
}

.nav-tabs.news-tab {
    background: #efedf0;
    z-index: 0;
    border-bottom: none
}

.nav-tabs.news-tab li a {
    color: #555;
    font-size: 18px;
    padding: 10px 79px;
    font-weight: 700
}

.nav-tabs.news-tab li a:hover {
    background: #efedf0;
    border: 1px solid transparent;
    border-bottom: 3px solid #ddd
}

@media(min-width:992px) and (max-width:1199px) {
    .nav-tabs.news-tab li a {
        padding: 10px 54px
    }
}

@media(min-width:733px) and (max-width:991px) {
    .nav-tabs.news-tab li a {
        padding: 10px 35px
    }
}

@media(min-width:673px) and (max-width:732px) {
    .nav-tabs.news-tab li a {
        padding: 10px 30px
    }
}

@media(min-width:559px) and (max-width:672px) {
    .nav-tabs.news-tab li a {
        padding: 10px 20px
    }
}

@media(min-width:481px) and (max-width:558px) {
    .nav-tabs.news-tab li a {
        padding: 10px 12px
    }
}

@media(min-width:375px) and (max-width:480px) {
    .nav-tabs.news-tab li a {
        padding: 10px 50px;
        min-height: 51px;
        margin-right: 0;
        font-size: 16px
    }
}

@media(min-width:0) and (max-width:374px) {
    .nav-tabs.news-tab li a {
        padding: 10px 30px;
        min-height: 51px;
        margin-right: 0;
        font-size: 16px
    }
}

.nav-tabs.news-tab li.active a,
.nav-tabs.news-tab li.active a:hover,
.nav-tabs.news-tab li.active a:focus {
    color: #8A2BE2;
    cursor: default;
    background-color: #efedf0 !important;
    border: 1px solid transparent;
    border-bottom: 3px solid #5c159d
}

.dark-gray-background {
    background: #efedf0
}

.display-content-center,
.about-chetu-info,
.company-developer-map-sec,
.sap-erpcustom-development {
    display: table;
    position: relative
}

.about-partner-logo-sec {
    box-shadow: 0 15px 0 0 #00000014
}

.header-info-tag {
    margin-bottom: 30px;
    line-height: 40px !important;
    font-size: 45px !important
}

@media(min-width:0) and (max-width:767px) {
    .header-info-tag {
        line-height: 45px !important;
        font-size: 40px !important
    }
}

@media(min-width:461px) and (max-width:1400px) {
    .about-us-contenthero-sec {
        margin-top: 135px
    }
}

.p-infor-tag {
    font-size: 20px !important;
    line-height: 25px !important;
    text-align: justify !important;
    padding: 20px 0 0 !important
}

.p-infor-tag.p-infor-tag-dup {
    font-size: 18px !important;
    text-align: left !important
}

.about-chetu-info-height {
    height: 700px
}

@media(min-width:672px) and (max-width:991px) {
    .about-chetu-info-height {
        height: 500px
    }
}

@media(min-width:351px) and (max-width:403px) {
    .about-chetu-info-height {
        height: 800px
    }
}

@media(min-width:0px) and (max-width:350px) {
    .about-chetu-info-height {
        height: 900px
    }
}

.about-chetu-info h2 {
    font-size: 50px;
    font-weight: 400 !important;
    margin-bottom: 40px
}

.about-chetu-info h2 span {
    font-weight: 900
}

@media(min-width:0) and (max-width:350px) {
    .about-chetu-info h2 {
        font-size: 43px
    }
}

.about-chetu-info .p-tag {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 50px
}

.about-chetu-info .content-h2-tag {
    font-weight: 700 !important;
    margin: 20px 0
}

.about-chetu-info .content-h3-tag {
    font-weight: 700 !important;
    margin: 20px 0
}

.internal-content-center {
    vertical-align: middle;
    display: table-cell
}

.about-mission-sec {
    padding: 50px
}

.mission-internal-header-sec {
    overflow: hidden;
    text-align: center
}

.mission-internal-header-sec .head-tag {
    display: inline-block;
    padding: 0 13px;
    position: relative;
    font-size: 35px;
    color: #fff
}

@media(min-width:0) and (max-width:488px) {
    .mission-internal-header-sec .head-tag {
        line-height: 30px
    }
}

.mission-internal-header-sec .head-tag::before,
.mission-internal-header-sec .head-tag::after {
    background: #fff;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%
}

.mission-internal-header-sec .head-tag::before {
    right: 100%
}

.mission-internal-header-sec .head-tag::after {
    left: 100%
}

.mission-internal-header-sec .head-tag span {
    font-weight: 900
}

.mission-internal-header-sec .mission-p-tag {
    color: #fff;
    font-size: 20px;
    line-height: 30px
}

.about-us-value-added-top-sec h2 {
    font-size: 35px;
    font-weight: 400 !important;
    color: #8A2BE2
}

.about-us-value-added-top-sec h2 span {
    font-weight: 900
}

.about-us-value-added-top-sec .prar-info {
    font-size: 35px;
    color: #8A2BE2
}

@media(min-width:0) and (max-width:376px) {
    .about-us-value-added-top-sec .prar-info {
        font-size: 28px
    }
}

.about-us-value-added-top-sec .prar-info span {
    font-weight: 900
}

.company-developer-map-sec {
    height: 800px
}

@media(min-width:1200px) and (max-width:1350px) {
    .company-developer-map-sec {
        height: 400px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .company-developer-map-sec {
        height: 350px
    }
}

@media(min-width:0) and (max-width:991px) {
    .company-developer-map-sec {
        height: 250px
    }
}

.company-developer-map-sec .content-p-tag {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 40px
}

.about-us-map-us {
    margin-top: 40px
}

@media(min-width:0) and (max-width:767px) {
    .about-us-map-us .counter-align {
        text-align: center
    }
}

.about-us-map-us .info-sec-counter {
    font-size: 30px
}

.about-us-map-us .info-sec-counter::before {
    content: '';
    position: absolute;
    width: 75%;
    height: 3px;
    top: 48px;
    left: 12px;
    background: #8A2BE2
}

@media(min-width:0) and (max-width:767px) {
    .about-us-map-us .info-sec-counter::before {
        width: 15%;
        margin: 0 auto;
        left: 0;
        right: 0
    }
}

@media(min-width:1200px) {
    .about-us-map-us .info-sec-counter.info-sec-counter-land {
        font-size: 25px
    }
}

.about-us-map-us .info-sec-counter.info-sec-counter-land::before {
    background: #000
}

@media(min-width:0) and (max-width:991px) {
    .about-tab-sec {
        margin-bottom: 20px
    }
}

.about-tab-sec li {
    background: 0 0;
    padding: 15px 0;
    float: left
}

@media(min-width:992px) {
    .about-tab-sec li {
        float: none
    }
}

@media(min-width:430px) and (max-width:991px) {
    .about-tab-sec li {
        width: 33.33%;
        padding: 5px 0
    }
}

@media(min-width:0) and (max-width:429px) {
    .about-tab-sec li {
        width: 50%;
        padding: 5px 0
    }
}

.about-tab-sec li.active:before {
    width: 33%;
    height: 3px
}

.about-tab-sec li::before {
    position: absolute;
    content: '';
    bottom: 12px;
    width: 0;
    height: 3px;
    background: #8A2BE2;
    right: 0;
    left: 0;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

@media(min-width:0) and (max-width:991px) {
    .about-tab-sec li::before {
        bottom: 7px
    }
}

.about-tab-sec li a {
    font-size: 20px;
    color: #000;
    font-weight: 900;
    padding: 10px 2px;
    display: block
}

.about-tab-sec li a:hover,
.about-tab-sec li a:focus {
    background: 0 0;
    color: #8A2BE2
}

@media(min-width:768px) and (max-width:991px) {
    .about-tab-sec li a {
        padding: 10px 2px
    }
}

@media(min-width:656px) and (max-width:767px) {
    .about-tab-sec li a {
        padding: 10px 2px
    }
}

@media(min-width:430px) and (max-width:505px) {
    .about-tab-sec li a {
        padding: 10px 2px
    }
}

@media(min-width:0) and (max-width:357px) {
    .about-tab-sec li a {
        padding: 10px 2px
    }
}

.about-tab-sec li.active a {
    color: #8A2BE2
}

.about-us-client {
    text-align: center;
    color: #000;
    width: 100%;
    padding: 0 5px;
    margin-bottom: 50px
}

@media(min-width:0) and (max-width:480px) {
    .about-us-client {
        margin-bottom: 30px
    }
}

.about-us-client p {
    color: #000
}

.about-us-client img {
    width: 100%
}

@media(min-width:768px) {
    .about-us-client img.img-width-70 {
        width: 70%
    }
}

@media(min-width:480px) and (max-width:767px) {
    .about-us-client img.img-width-70 {
        width: 50%
    }
}

.chetu-review-card {
    background: #eff2f7;
    padding: 10px 17px;
    text-align: center;
    border-radius: 3px;
    position: relative
}

.chetu-review-card.gray-background {
    background: #eee
}

.chetu-review-card::after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #eff2f7;
    border-width: 10px;
    margin-left: -10px
}

.chetu-review-card.card-height {
    min-height: 280px
}

@media(min-width:1458px) and (max-width:1653px) {
    .chetu-review-card.card-height {
        min-height: 320px
    }
}

@media(min-width:1330px) and (max-width:1457px) {
    .chetu-review-card.card-height {
        min-height: 360px
    }
}

@media(min-width:1200px) and (max-width:1329px) {
    .chetu-review-card.card-height {
        min-height: 400px
    }
}

@media(min-width:1099px) and (max-width:1199px) {
    .chetu-review-card.card-height {
        min-height: 377px
    }
}

@media(min-width:992px) and (max-width:1098px) {
    .chetu-review-card.card-height {
        min-height: 438px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .chetu-review-card.card-height {
        min-height: 400px
    }
}

@media(min-width:0) and (max-width:767px) {
    .chetu-review-card.card-height {
        min-height: auto
    }
}

.about-us-client-img {
    margin-top: 10px
}

@media(min-width:1088px) {
    .about-us-client-img {
        margin-top: 40px
    }
}

.img-div {
    margin-top: 12px;
    text-align: center
}

.img-div img {
    max-height: 70px;
    max-width: 100%
}

.img-div p {
    color: #8A2BE2;
    font-weight: 400
}

.awards {
    height: 235px;
    border: 1px solid #ddd
}

@media(min-width:0) and (max-width:768px) {
    .awards {
        min-height: 235px
    }
}

.awards.award-new {
    line-height: 225px
}

.awards.award-new img {
    max-height: 100%
}

.awards img {
    max-width: 100%;
    padding: 5px
}

@media(min-width:0) and (max-width:480px) {
    .awards img {
        height: auto
    }
}

.awards p {
    line-height: 20px;
    margin-top: 0;
    padding: 5px
}

.awards.awards-border-none {
    border: 0
}

.contact-account-manager-main-sec {
    background: #8A2BE2
}

.contact-account-manager-main-sec .get-started-sec {
    background: #8A2BE2;
    padding: 50px;
    color: #fff
}

.contact-account-manager-main-sec .get-started-sec p {
    font-size: 30px
}

@media(min-width:768px) and (max-width:1199px) {
    .contact-account-manager-main-sec .get-started-sec p {
        font-size: 27px
    }
}

@media(min-width:0) and (max-width:992px) {
    .contact-account-manager-main-sec .get-started-sec {
        padding: 25px
    }
}

@media(min-width:0) and (max-width:571px) {
    .contact-account-manager-main-sec .get-started-sec {
        line-height: 30px
    }
}

.contact-account-manager-main-sec .get-started-sec .get-started::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100px;
    background: #fff;
    top: -29px;
    right: 80px
}

@media(min-width:1200px) and (max-width:1500px) {
    .contact-account-manager-main-sec .get-started-sec .get-started::after {
        right: 20px
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .contact-account-manager-main-sec .get-started-sec .get-started::after {
        right: 0
    }
}

@media(min-width:0) and (max-width:767px) {
    .contact-account-manager-main-sec .get-started-sec .get-started::after {
        display: none
    }
}

.contact-account-manager {
    display: table;
    position: relative
}

@media(min-width:1660px) {
    .contact-account-manager {
        height: 580px
    }
}

@media(min-width:1500px) and (max-width:1659px) {
    .contact-account-manager {
        height: 523px
    }
}

@media(min-width:1200px) and (max-width:1499px) {
    .contact-account-manager {
        height: 416px
    }
}

@media(min-width:1050px) and (max-width:1199px) {
    .contact-account-manager {
        height: 362px
    }
}

@media(min-width:992px) and (max-width:1049px) {
    .contact-account-manager {
        height: 322px
    }
}

@media(min-width:0) and (max-width:991px) {
    .contact-account-manager {
        padding: 20px 30px
    }
}

.contact-account-manager .contact-account-manager-info-sec {
    font-size: 35px;
    font-weight: 900;
    color: #8A2BE2;
    margin-bottom: 40px;
    line-height: 35px
}

@media(min-width:0) and (max-width:991px) {
    .contact-account-manager {
        min-height: auto
    }
}

@media(min-width:0) and (max-width:1505px) {
    .contact-account-manager .contact-info-line {
        line-height: 30px
    }
}

.hero-shot-video-section {
    font-size: 30px !important
}

@media(min-width:450px) {
    .hero-shot-video-section {
        width: 50%;
        display: inline-block
    }
}

.porfolio-box {
    position: relative;
    text-align: center;
    color: #000;
    vertical-align: middle;
    box-sizing: border-box;
    background-size: cover;
    width: 100%;
    padding: 0 5px;
    min-height: 300px
}

@media(min-width:450px) {
    .porfolio-box.video-room {
        width: 70%
    }
}

.porfolio-box.video-room a {
    border: none !important
}

.porfolio-box.video-room a:hover {
    background: 0 0
}

.porfolio-box.video-room span:before {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: calc(50% - 25px);
    background: url(../img/news/play-button.png);
    content: '';
    width: 50px;
    height: 50px;
    z-index: 10;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s
}

@media(min-width:0) and (max-width:320px) {
    .porfolio-box.video-room span:before {
        left: -15px
    }
}

.porfolio-box.video-room:hover {
    cursor: pointer
}

.porfolio-box.video-room:hover span:before {
    background: url(../img/news/play-button-hover.png)
}

.modal {
    position: fixed;
    top: 75px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    z-index: 11111 !important;
    overflow: visible !important
}

.modal .modal-body {
    position: relative;
    padding: 15px
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.in {
    opacity: .5 !important
}

.closer-new {
    top: -15px;
    right: -15px;
    position: absolute;
    cursor: pointer
}

.model-new {
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 99999 !important
}

.model-new .icon-close {
    cursor: pointer;
    position: absolute;
    top: 2%;
    right: 40px;
    z-index: 9999
}

@media(min-width:0px) and (max-width:991px) {
    .model-new .icon-close {
        right: 10px
    }
}

.model-new .modal-content {
    height: 100vh;
    display: table;
    margin: 0 auto;
    width: 65%
}

@media(min-width:0px) and (max-width:1199px) {
    .model-new .modal-content {
        width: 90%
    }
}

.model-new .modal-content .modal-body {
    display: table-cell;
    vertical-align: middle
}

@media only screen and (max-width:734px) and (min-width:640px) and (orientation:landscape) {
    .modal-dialog-custom {
        margin: 22px auto !important;
        width: 70%
    }
}

@media only screen and (max-width:640px) and (orientation:landscape) {
    .modal-dialog-custom {
        margin: 20px auto !important
    }
}

@media only screen and (device-width:812px) and (device-height:375px) and (-webkit-device-pixel-ratio:3) and (orientation:landscape) {
    .modal-dialog-custom {
        margin: 22px auto !important;
        width: 70% !important
    }
}

.modal-dialoge-dup {
    background: #fff
}

.modal-dialog-custom {
    margin: 50px auto
}

@media(min-width:993px) {
    .modal-dialog-custom {
        width: 920px
    }
}

@media(min-width:657px) and (max-width:992px) {
    .modal-dialog-custom {
        width: 80%
    }
}

@media(min-width:408px) and (max-width:656px) {
    .modal-dialog-custom {
        width: 85%
    }
}

@media(min-width:0) and (max-width:408px) {
    .modal-dialog-custom {
        width: 83%
    }
}

@media(min-width:992px) {
    .modal-dialog-custom iframe {
        height: 500px;
        width: 100%
    }
}

@media(min-width:657px) and (max-width:992px) {
    .modal-dialog-custom iframe {
        height: 350px;
        width: 100%
    }
}

@media(min-width:408px) and (max-width:656px) {
    .modal-dialog-custom iframe {
        height: 207px;
        width: 100%
    }
}

@media(min-width:0) and (max-width:408px) {
    .modal-dialog-custom iframe {
        height: 151px;
        width: 100%
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .limited-margin-top {
        margin-bottom: 10px
    }
}

.commom-p-tag-20 {
    font-size: 20px;
    line-height: 30px
}

.commom-p-tag-20.commom-p-tag-18 {
    font-size: 18px;
    line-height: 25px
}

.listbulletwhitecheck li {
    background-image: url(../img/icons/listbulletwhite.png) !important;
    background-repeat: no-repeat
}

.darkBgcontent {
    margin-top: 15px
}

.darkBgcontent li {
    font-size: 14px;
    list-style-type: none;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 21px;
    background-position: 3px 3px
}

.career-info-point-sec h2 {
    font-size: 40px;
    margin-bottom: 20px
}

.job-redirect-button {
    padding: 15px 4px;
    border: 3px solid #5c159d;
    color: #fff !important;
    display: inline-block;
    font-size: 18px
}

@media(min-width:1200px) and (max-width:1280px) {
    .job-redirect-button {
        font-size: 16px
    }
}

.job-redirect-button span {
    background: #5c159d;
    padding: 10px
}

.job-redirect-button:hover {
    color: #fff;
    text-decoration: none;
    background: #5c159d;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.team-box {
    background: #fff;
    border: 5px solid transparent;
    padding: 0 20px 25px;
    min-height: 380px;
    margin-top: 80px
}

@media(min-width:1308px) and (max-width:1563px) {
    .team-box {
        min-height: 405px
    }
}

@media(min-width:1200px) and (max-width:1307px) {
    .team-box {
        min-height: 430px
    }
}

@media(min-width:1090px) and (max-width:1199px) {
    .team-box {
        min-height: 405px
    }
}

@media(min-width:992px) and (max-width:1089px) {
    .team-box {
        min-height: 430px
    }
}

@media(min-width:0) and (max-width:991px) {
    .team-box {
        min-height: auto
    }
}

.team-box h3,
.team-box .blog-description-content h4,
.blog-description-content .team-box h4 {
    text-align: center;
    padding-top: 25px;
    margin: 0
}

.team-box p {
    font-size: 20px;
    text-align: left;
    line-height: 25px;
    margin-top: 25px;
    color: #8A2BE2
}

.team-box p span {
    color: #555
}

@media(min-width:1200px) and (max-width:1748px) {
    .team-box .p-content-height {
        min-height: 180px
    }
}

.team-box .team-img-circle {
    width: 135px;
    height: 135px;
    top: 0;
    border-radius: 50%;
    margin-top: -90px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 0 0;
    text-align: center
}

.team-box .team-img-circle h3,
.team-box .team-img-circle .blog-description-content h4,
.blog-description-content .team-box .team-img-circle h4 {
    font-size: 23px;
    padding-top: 8px
}

.team-box .border-teal {
    width: 80%;
    border: 1px solid #8A2BE2;
    margin: 35px 0
}

.career-h1tag-font {
    font-size: 70px !important
}

@media(min-width:0) and (max-width:480px) {
    .career-h1tag-font {
        font-size: 45px !important
    }
}

.jplist-hidden {
    display: none
}

.content-top-sec {
    border: 3px solid #8A2BE2;
    padding: 20px
}

.content-top-sec.version-2 {
    border: 0;
    background: #eee;
    padding: 35px
}

.blog-description-content p {
    font-size: 16px;
    line-height: 28px;
    text-align: justify
}

@media(min-width:0) and (max-width:480px) {
    .blog-description-content p {
        text-align: left
    }
}

.blog-description-content p.counter-content {
    text-align: center;
    font-size: 50px;
    font-weight: 900
}

.blog-description-content p.span-tag-content {
    text-align: center;
    color: #555;
    font-size: 25px;
    word-spacing: 10px
}

.blog-description-content p.h3p-inline {
    display: inline
}

.blog-description-content h3,
.blog-description-content h4 {
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    display: inline-block;
    margin: 10px 0 0
}

.blog-description-content h4 {
    font-size: 16px
}

.blog-description-content .anchor-click p {
    text-decoration: none
}

.blog-description-content ul {
    padding-left: 20px
}

.blog-description-content ul li {
    list-style-type: none
}

.blog-feature-content-background {
    background-color: #eee;
    color: #000
}

.blog-feature-content-background.blogt-feature-conent-teal-back {
    background-color: #8A2BE2
}

@media(min-width:0) and (max-width:767px) {
    .sidebar__inner {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 100%;
        transform: none !important
    }
}

.blog-social-sharing {
    display: block;
    margin: 0 0 20px
}

@media(min-width:0) and (max-width:767px) {
    .blog-social-sharing {
        display: inline-block;
        margin: 0 10px
    }
}

.text-left-imp {
    text-align: left !important
}

@media only screen and (max-height:680px) {
    .display-flex-home .heroshot-title.heroshote-title-new h1 {
        padding-top: 10px
    }
}

.hospitality-compliance-section {
    padding: 90px
}

@media(min-width:992px) and (max-width:1199px) {
    .hospitality-compliance-section {
        padding: 50px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hospitality-compliance-section {
        padding: 30px
    }
}

@media(min-width:0) and (max-width:767px) {
    .hospitality-compliance-section {
        padding: 0
    }
}

.hospitality-compliance-section p {
    font-size: 18px;
    line-height: 30px
}

.custom-sabre-development-padd {
    padding: 60px
}

@media(min-width:768px) and (max-width:992px) {
    .custom-sabre-development-padd {
        padding: 20px
    }
}

@media(min-width:0) and (max-width:767px) {
    .custom-sabre-development-padd {
        padding: 0
    }
}

.hospitality-maestro-logo {
    background-image: url(../img/hospitality/logo/maestro-grey.png)
}

.hospitality-maestro-logo:hover {
    background-image: url(../img/hospitality/logo/maestro.png)
}

.hospitality-webrezpro-logo {
    background-image: url(../img/hospitality/logo/webrezpro-grey.png)
}

.hospitality-webrezpro-logo:hover {
    background-image: url(../img/hospitality/logo/webrezpro.png)
}

.hospitality-visualone-logo {
    background-image: url(../img/hospitality/logo/visualone-grey.png)
}

.hospitality-visualone-logo:hover {
    background-image: url(../img/hospitality/logo/visualone.png)
}

.amusment-park-attraction .kiosk-img {
    margin-top: 30px
}

@media(min-width:1581px) and (max-width:1749px) {
    .amusment-park-attraction .kiosk-img {
        margin-top: 115px
    }
}

@media(min-width:1345px) and (max-width:1580px) {
    .amusment-park-attraction .kiosk-img {
        margin-top: 220px
    }
}

@media(min-width:1280px) and (max-width:1344px) {
    .amusment-park-attraction .kiosk-img {
        margin-top: 300px
    }
}

@media(min-width:1200px) and (max-width:1279px) {
    .amusment-park-attraction .kiosk-img {
        margin-top: 330px
    }
}

.travelport-developers-align {
    text-align: right
}

@media(min-width:1200px) {
    .travelport-developers-align {
        text-align: left
    }
}

@media(min-width:0) and (max-width:767px) {
    .travelport-developers-align {
        text-align: center
    }
}

@media(min-width:0) and (max-width:1199px) {
    .travelport-developers-align.lg-down-text-center {
        text-align: center
    }
}

@media(min-width:0) and (max-width:991px) {
    .travelport-developers-align.md-down-text-center {
        text-align: center
    }
}

@media(min-width:992px) {
    .travelport-developers-align.lg-md-text-center {
        text-align: left
    }
}

@media(min-width:768px) {
    .travelport-developers-align.lg-sm-text-center {
        text-align: left
    }
}

@media(min-width:0) {
    .travelport-developers-align.all-text-left {
        text-align: left
    }
}

@media(min-width:1200px) {
    .travelport-developers-align.lg-text-right {
        text-align: right
    }
}

@media(min-width:992px) {
    .travelport-developers-align.lg-md-text-right {
        text-align: right
    }
}

@media(min-width:768px) {
    .travelport-developers-align.sm-text-right {
        text-align: right
    }
}

.travelport-developers-align.common-center {
    text-align: center
}

@media(min-width:768px) {
    .travelport-developers-align.sm-up-text-center {
        text-align: center
    }
}

@media(min-width:992px) {
    .travelport-developers-align.md-up-text-center {
        text-align: center
    }
}

.travelport-developers-align.common-heading-hr {
    margin-bottom: 25px
}

.travelport-developers-align.common-heading-hr hr {
    position: absolute;
    max-width: 20%;
    margin: 10px 0;
    height: 2px;
    border: none;
    background: #ccc;
    min-width: 90px
}

@media(min-width:0) and (max-width:767px) {
    .travelport-developers-align.common-heading-hr hr {
        left: 50px;
        right: 50px;
        margin: 10px auto
    }
}

.travelport-developers-align.common-heading-hr hr.hr-right {
    right: 15px
}

@media(min-width:0) and (max-width:991px) {
    .travelport-developers-align.common-heading-hr hr.hr-right {
        left: 15px
    }
}

.travelport-developers-align.common-heading-hr hr.hr-center {
    left: 50px;
    right: 50px;
    margin: 10px auto
}

@media(min-width:768px) and (max-width:991px) {
    .travelport-developers-align.common-heading-hr hr.hr-center {
        left: 15px;
        margin: 10px
    }
}

.travelport-developers-align.common-heading-hr hr.hr-center-whole {
    left: 50px;
    right: 50px;
    margin: 10px auto
}

.triangle-content-magento {
    width: 100%;
    height: 200px
}

@media(min-width:768px) {
    .triangle-content-magento.left-right-angle-triangle::after {
        content: "";
        position: absolute;
        top: 0;
        border-top: 200px solid transparent;
        border-bottom: 0 solid transparent;
        border-left: calc(100vw - 17px) solid #fff
    }

    .triangle-content-magento.left-right-angle-triangle.left-border-right-angle::after {
        border-left: calc(100vw - 17px) solid #eee
    }

    .triangle-content-magento.left-right-angle-triangle.left-border-right-angle-dark-gray-color::after {
        border-left: calc(100vw - 17px) solid #707070
    }

    .triangle-content-magento.left-right-angle-triangle.left-border-right-angle-sap-color::after {
        border-left: calc(100vw - 17px) solid #8A2BE2
    }

    .triangle-content-magento.left-right-angle-triangle.left-border-right-angle-cognos-blue-color::after {
        border-left: calc(100vw - 17px) solid #8A2BE2
    }

    .triangle-content-magento.left-right-angle-triangle.left-border-right-angle-magento-gradient-color::after {
        border-left: calc(100vw - 17px) solid #8A2BE2
    }
}

@media(min-width:768px) {
    .triangle-content-magento.left-right-angle-triangle.left-right-angle-triangle-h100::after {
        border-top: 100px solid transparent
    }
}

@media(min-width:768px) {
    .triangle-content-magento.left-right-angle-triangle.left-border-right-angle-common-gradient-color-1-h100::after {
        border-top: 0 solid transparent;
        border-bottom: 100px solid transparent
    }
}

@media(min-width:768px) {
    .triangle-content-magento.right-right-angle-triangle::after {
        content: "";
        position: absolute;
        width: 100%;
        top: 0;
        border-top: 200px solid transparent;
        border-bottom: 0 solid transparent;
        border-right: calc(100vw) solid #eee
    }

    .triangle-content-magento.right-right-angle-triangle.right-border-right-angle-sap-color::after {
        border-right: calc(100vw) solid #8A2BE2
    }

    .triangle-content-magento.right-right-angle-triangle.right-border-right-angle-white-color::after {
        border-right: calc(100vw) solid #fff
    }

    .triangle-content-magento.right-right-angle-triangle.right-border-right-angle-blue-color::after {
        border-right: calc(100vw) solid #8A2BE2
    }

    .triangle-content-magento.right-right-angle-triangle.right-border-right-angle-sharepoint-color::after {
        border-right: calc(100vw) solid #fff;
        bottom: 0;
        top: auto
    }
}

@media(min-width:768px) and (min-width:0) and (max-width:1199px) {
    .triangle-content-magento.right-right-angle-triangle.right-border-right-angle-sharepoint-color::after {
        display: none
    }
}

.triangle-content-magento.angle {
    margin-top: 100px;
    height: 100px
}

.on-bg-content {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .5);
    background: #fff;
    margin: 20px auto 0;
    padding: 15px
}

.on-bg-content.box-content-height {
    min-height: 280px
}

@media(min-width:1231px) and (max-width:1402px) {
    .on-bg-content.box-content-height {
        min-height: 310px
    }
}

@media(min-width:1200px) and (max-width:1230px) {
    .on-bg-content.box-content-height {
        min-height: 365px
    }
}

@media(min-width:1025px) and (max-width:1199px) {
    .on-bg-content.box-content-height {
        min-height: 330px
    }
}

@media(min-width:992px) and (max-width:1024px) {
    .on-bg-content.box-content-height {
        min-height: 360px
    }
}

@media(min-width:0) and (max-width:991px) {
    .on-bg-content.box-content-height {
        min-height: auto
    }
}

#wrapper {
    position: relative;
    margin: 50px auto 20px
}

.pin {
    display: none
}

.tooltip-left-location,
.tooltip-down-location {
    position: absolute;
    width: 25px;
    height: 25px;
    cursor: pointer
}

.tooltip-right-location {
    width: 100%
}

.tooltip-right-location .tooltip-location-con {
    display: none;
    bottom: auto;
    top: 20%;
    left: 20%;
    margin-right: 16px;
    right: auto;
    background: 0 0;
    color: #fff;
    width: 100%;
    position: absolute;
    z-index: 999;
    padding: 10px 5px;
    text-align: center;
    font-size: 14px
}

.tooltip-right-location:hover {
    color: #fff
}

.tooltip-right-location:hover .tooltip-location-con {
    display: block
}

.tooltip-down-location {
    background-position: 0 -52px
}

.tooltip-down-location .tooltip-location {
    bottom: 30px;
    top: auto
}

.tooltip-down-location .tooltip-location::after {
    bottom: -10px;
    top: auto;
    border-bottom: 0;
    border-top: 10px solid #8A2BE2
}

.tooltip-left-location {
    background-position: 0 -52px
}

.tooltip-left-location .tooltip-location {
    bottom: -42px;
    top: auto;
    right: 50%;
    margin-right: 16px;
    left: auto
}

.tooltip-left-location .tooltip-location::after {
    bottom: auto;
    top: 45%;
    border-left: 10px solid #8A2BE2;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: 100%;
    margin-left: 0
}

.tooltip-location {
    display: none;
    width: 336px;
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 999;
    margin-left: -168px;
    padding: 10px 5px;
    color: #fff;
    border-radius: 5px;
    background: #8A2BE2;
    background: #8A2BE2;
    text-align: center
}

.tooltip-location::after {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-bottom: 10px solid #8A2BE2;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent
}

.tooltip-location ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.tooltip-location img {
    width: auto;
    height: auto;
    display: inline-block;
    float: left;
    margin-right: 10px
}

.tooltip-location p {
    font-size: 12px;
    text-align: justify;
    line-height: 16px;
    margin: 0
}

.language-info-section-about {
    display: inline-block;
    height: auto;
    width: 55%;
    border-radius: 10px;
    padding: 15px 0;
    box-shadow: 1px 2px 2px 0 #111
}

@media(min-width:768px) and (max-width:1199px) {
    .language-info-section-about {
        width: 65%
    }
}

@media(min-width:600px) and (max-width:767px) {
    .language-info-section-about {
        width: 50%
    }
}

@media(min-width:440px) and (max-width:599px) {
    .language-info-section-about {
        width: 70%
    }
}

@media(min-width:390px) and (max-width:440px) {
    .language-info-section-about {
        width: 75%
    }
}

@media(min-width:0) and (max-width:380px) {
    .language-info-section-about {
        width: 100%
    }
}

.language-info-section-about.dot-net-framework {
    background: #4472c4
}

.language-info-section-about.sharepoint-server {
    background: #449bc1
}

.language-info-section-about.sql-server {
    background: #43beb9
}

.language-info-section-about.microsoft-azuare {
    background: #43bb8d
}

.language-info-section-about.biztalk-server {
    background: #45b664
}

.language-info-section-about.window-server {
    background: #4cb146
}

.language-info-section-about.active-server {
    background: #70ad47
}

.application-devop-soft-development-sec a {
    color: #000
}

.application-devop-soft-development-sec a:hover {
    color: #8A2BE2
}

.content-sec {
    text-align: justify
}

.content-sec h2,
.content-sec .h3-tag {
    font-size: 24px;
    text-align: left
}

.content-sec h2.h-text-align-right,
.content-sec .h3-tag.h-text-align-right {
    text-align: right
}

@media(min-width:768px) and (max-width:991px) {

    .content-sec h2.h-text-align-right,
    .content-sec .h3-tag.h-text-align-right {
        text-align: left
    }
}

@media(min-width:0) and (max-width:767px) {

    .content-sec h2.h-text-align-right,
    .content-sec .h3-tag.h-text-align-right {
        text-align: center
    }
}

@media(min-width:768px) and (max-width:1199px) {

    .content-sec h2.h-text-align-left,
    .content-sec .h3-tag.h-text-align-left {
        text-align: left
    }
}

@media(min-width:0) and (max-width:767px) {

    .content-sec h2,
    .content-sec .h3-tag {
        text-align: center
    }
}

.content-sec h2 hr,
.content-sec .h3-tag hr {
    position: absolute;
    max-width: 20%;
    margin: 10px 0;
    height: 2px;
    border: none;
    background: #ccc;
    min-width: 90px
}

@media(min-width:0) and (max-width:767px) {

    .content-sec h2 hr,
    .content-sec .h3-tag hr {
        left: 50px;
        right: 50px;
        margin: 10px auto
    }
}

.content-sec h2 hr.hr-right,
.content-sec .h3-tag hr.hr-right {
    right: 15px
}

@media(min-width:0) and (max-width:991px) {

    .content-sec h2 hr.hr-right,
    .content-sec .h3-tag hr.hr-right {
        left: 15px
    }
}

.content-sec h2 hr.hr-left,
.content-sec .h3-tag hr.hr-left {
    right: 15px
}

@media(min-width:0) and (max-width:1199px) {

    .content-sec h2 hr.hr-left,
    .content-sec .h3-tag hr.hr-left {
        left: 15px
    }
}

.content-sec h2 hr.hr-center,
.content-sec .h3-tag hr.hr-center {
    left: 50px;
    right: 50px;
    margin: 10px auto
}

@media(min-width:768px) and (max-width:991px) {

    .content-sec h2 hr.hr-center,
    .content-sec .h3-tag hr.hr-center {
        left: 0;
        margin: 10px
    }
}

@media(min-width:768px) and (max-width:991px) {

    .content-sec h2 hr.hr-left-below-md,
    .content-sec .h3-tag hr.hr-left-below-md {
        left: 8px
    }
}

.content-sec .hr-center-h {
    text-align: center
}

@media(min-width:768px) and (max-width:991px) {
    .content-sec .hr-center-h {
        text-align: left
    }
}

.content-sec .hr-center-p {
    text-align: center
}

@media(min-width:0px) and (max-width:991px) {
    .content-sec .hr-center-p {
        text-align: left
    }
}

.sap-erpcustom-development {
    height: auto
}

@media(min-width:1200px) {
    .sap-erpcustom-development {
        height: 890px
    }
}

.application-development-services br {
    display: none
}

@media(min-width:1200px) and (max-width:1698px) {
    .application-development-services br {
        display: block
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .application-development-services br.br-block-md {
        display: block
    }
}

.display-flex-home .heroshot-title p.heroshot-submenu-link {
    text-align: justify !important;
    line-height: 35px;
    font-size: 16px;
    color: #ccc
}

.display-flex-home .heroshot-title p.heroshot-submenu-link a {
    background-color: #8A2BE2;
    color: #fff;
    padding: 4px 5px;
    border-radius: 3px;
    border: solid 1px #8A2BE2;
}

@media(min-width:0) and (max-width:347px) {
    .display-flex-home .heroshot-title p.height-i-phone-4 {
        padding: 10px 0 0
    }
}

.client-logo {
    height: auto;
    overflow: hidden
}

.client-logo img {
    height: 85px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.client-logo img:hover {
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.heighlight-material {
    background: url(../img/sliderbg/home-page-bg.jpg) no-repeat center center;
    background-size: cover;
    color: #fff
}

.item-new {
    -webkit-backface-visibility: hidden;
    background: rgba(0, 0, 0, .5);
    padding: 0;
    padding-bottom: 10px;
    text-align: center;
    min-height: 252px
}

@media(min-width:0) and (max-width:480px) {
    .item-new {
        min-height: 0
    }
}

.item-new h6 {
    margin: 0;
    color: #fff;
    font-size: 15px
}

.item-new p {
    margin: 0;
    padding: 0 10px;
    color: #fff
}

.item-new img {
    width: 100%;
    display: block;
    padding: 10px
}

.relevent-sec-text h4,
.relevent-sec-text-real-new h4,
.relevent-sec-text h5,
.relevent-sec-text-real-new h5,
.relevent-sec-text h6,
.relevent-sec-text-real-new h6 {
    color: #636363 !important;
    margin: 10px 0
}

.relevent-sec-text-real-new {
    padding: 0 17px 0 5px !important
}

.testimonial-bg-new {
    background: url(../img/background/testimonials-small.jpg) no-repeat center top;
    height: 570px
}

@media(min-width:0) and (max-width:992px) {
    .testimonial-bg-new {
        background: url(../img/background/testimonials-bg-teal-inner.jpg) no-repeat center top;
        background-size: cover;
        height: auto
    }
}

.chetu-review-card-padd {
    padding: 5px !important
}

.chetu-review-card {
    background: #eff2f7;
    padding: 10px 17px;
    text-align: center;
    border-radius: 3px;
    position: relative
}

.chetu-review-card::after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #eee;
    border-width: 10px;
    margin-left: -10px
}

.img-div {
    margin-top: 12px;
    text-align: center
}

.img-div img {
    max-height: 70px;
    max-width: 100%
}

.img-div p {
    color: #8A2BE2;
    font-weight: 400
}

.client-testimonial-slider {
    min-height: 250px;
    background-color: #8A2BE2;
    display: block;
    background-image: url(../img/background/ourdevelopbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px
}

.client-testimonial-slider .carousel {
    padding: 10px
}

.item p {
    color: #fff;
    line-height: 20px
}

.item p em {
    display: block;
    font-weight: 700;
    line-height: 30px
}

.testinomial-thumb {
    max-width: 270px
}

@media(min-width:992px) {
    .testinomial-thumb {
        width: 100%
    }
}

.testinomial-thumb h6 {
    font-size: 16px;
    color: #fff;
    font-weight: 400 !important
}

.testinomial-thumb p {
    margin: 2px 0 0;
    color: #b6b8ba
}

.testimonial-carousel .double-codes-icon-client {
    display: block;
    position: absolute
}

.testimonial-carousel .double-codes-icon-client.double-up-client-setting {
    left: -35px;
    top: 0
}

@media(min-width:480px) and (max-width:768px) {
    .testimonial-carousel .double-codes-icon-client.double-up-client-setting {
        left: -35px
    }
}

@media(min-width:769px) and (max-width:890px) {
    .testimonial-carousel .double-codes-icon-client.double-up-client-setting {
        left: -9px !important
    }
}

.testimonial-carousel .double-codes-icon-client.double-down-client-setting {
    right: -20px;
    top: 125px
}

@media(min-width:480px) and (max-width:768px) {
    .testimonial-carousel .double-codes-icon-client.double-down-client-setting {
        right: -35px;
        top: 115px
    }
}

@media(min-width:769px) and (max-width:890px) {
    .testimonial-carousel .double-codes-icon-client.double-down-client-setting {
        right: 6px !important
    }
}

@media(min-width:0) and (max-width:480px) {
    .testimonial-carousel .double-codes-icon-client.double-down-client-setting {
        top: auto;
        margin-top: -15px
    }
}

@media(min-width:769px) and (max-width:890px) {
    .carousel-inner {
        width: 90%;
        left: 24px
    }
}

.carousel-control-client.left-client,
.carousel-control-client.right-client,
.carousel-control-client.left-client-new,
.carousel-control-client.right-client-new {
    width: 43px;
    top: 50px
}

@media(min-width:0) and (max-width:480px) {

    .carousel-control-client.left-client,
    .carousel-control-client.right-client,
    .carousel-control-client.left-client-new,
    .carousel-control-client.right-client-new {
        top: 55px
    }
}

.carousel-control-client.left-client {
    left: -75px
}

@media(min-width:0) and (max-width:720px) {
    .carousel-control-client.left-client {
        left: -50px
    }
}

.carousel-control-client.right-client {
    right: -75px;
    left: auto
}

@media(min-width:0) and (max-width:720px) {
    .carousel-control-client.right-client {
        right: -50px
    }
}

.text-height-client {
    min-height: 150px;
    height: auto
}

.random-color-icon {
    background-image: url(../img/sprite/Random_Color_Icons.png);
    display: inline-block;
    background-repeat: no-repeat
}

.video-game.video-game-height {
    min-height: 300px
}

.video-game.common-design {
    width: 100%;
    padding: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5)
}

.video-game.common-design ul {
    margin-left: 10%
}

.video-game.common-design ul li {
    text-align: justify;
    line-height: 20px;
    padding: 0 2px 15px
}

.video-game.common-design.new-radius-design {
    -webkit-border-radius: 0 40px;
    -moz-border-radius: 0 40px;
    -ms-border-radius: 0 40px;
    -o-border-radius: 0 40px;
    border-radius: 0 40px
}

.video-game.common-design p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400
}

.meeting-web-conferencing {
    margin-top: 450px
}

@media(min-width:1825px) {
    .meeting-web-conferencing {
        margin-top: 205px
    }
}

@media(min-width:1525px) and (max-width:1824px) {
    .meeting-web-conferencing {
        margin-top: 295px
    }
}

@media(min-width:1340px) and (max-width:1524px) {
    .meeting-web-conferencing {
        margin-top: 350px
    }
}

@media(min-width:0) and (max-width:1199px) {
    .meeting-web-conferencing {
        margin-top: 0
    }
}

.congnos-solution-content-sec {
    padding: 250px 0 30px
}

.cognos-color {
    color: #8A2BE2
}

.color-blue-dark {
    color: #8A2BE2
}

.common-title-feature-content {
    height: 350px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.common-title-feature-content p {
    font-size: 50px;
    font-weight: 900;
    line-height: 50px;
    text-align: center;
    padding: 10px 20px
}

@media(-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .common-title-feature-content p {
        display: table-cell !important;
        vertical-align: middle !important
    }
}

@media(min-width:992px) {
    .common-title-feature-content.common-min-height {
        height: 700px
    }
}

.oracle-micros-he {
    height: 900px
}

@media(min-width:0) and (max-width:1199px) {
    .oracle-micros-he {
        height: 0
    }
}

.language-info-section {
    display: inline-block;
    height: 115px;
    width: 80%;
    border-radius: 10px;
    padding-top: 30px;
    box-shadow: 1px 2px 2px 0 #111
}

@media(min-width:992px) and (max-width:768px) {
    .language-info-section {
        width: 50%
    }
}

.language-info-section.dot-net-framework {
    background: #4472c4
}

.language-info-section.sharepoint-server {
    background: #449bc1
}

.language-info-section.sql-server {
    background: #43beb9
}

.language-info-section.microsoft-azuare {
    background: #43bb8d
}

.language-info-section.biztalk-server {
    background: #45b664
}

.language-info-section.window-server {
    background: #4cb146
}

.language-info-section.active-server {
    background: #70ad47
}

.ContactForm {
    padding: 0 10px 5px 5px;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden
}

.ContactForm.contact-form-old input[type=text],
.ContactForm.contact-form-old textarea {
    border: 1px solid #dadada
}

.ContactForm.channel-partner-form input[type=text],
.ContactForm.channel-partner-form textarea {
    border-bottom: 1px solid #7b7b7b;
    color: #000
}

.ContactForm.channel-partner-form input[type=text]:focus+span,
.ContactForm.channel-partner-form input[type=text]:not(:placeholder-shown)+.span,
.ContactForm.channel-partner-form textarea:focus+span,
.ContactForm.channel-partner-form textarea:not(:placeholder-shown)+.span {
    transform: scale(.75) translateY(-100%) translateX(-18%);
    color: #8A2BE2
}

@media(min-width:501px) {

    .ContactForm.channel-partner-form .textarea-big:focus+span,
    .ContactForm.channel-partner-form .textarea-big:not(:placeholder-shown)+span {
        transform: scale(.75) translateY(-100%) translateX(-17%)
    }
}

.ContactForm.channel-partner-form .span {
    width: 100%;
    color: #7b7b7b;
    opacity: 1
}

.ContactForm.channel-partner-form .label {
    margin: 20px 0 10px
}

.ContactForm.channel-partner-form .show-error-message,
.ContactForm.channel-partner-form .errorMessage {
    color: red;
    padding: 5px 0
}

.label {
    margin: 20px 0;
    position: relative;
    display: inline-block;
    width: 100%
}

.span {
    padding: 10px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    transition: .2s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(.25, .1, .25, 1);
    opacity: .5;
    font-size: 14px;
    color: #fff
}

input[type=text],
textarea {
    background: 0 0;
    padding: 10px 10px 10px 0 !important;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0 !important;
    color: #fff;
    width: 100%;
    outline: none
}

input[type=text]:focus+span,
textarea:focus+span {
    opacity: 1;
    transform: scale(.75) translateY(-100%) translateX(-25px);
    display: block !important;
    color: #999 !important
}

input[type=text]:not(:placeholder-shown)+span,
textarea:not(:placeholder-shown)+span {
    opacity: 1;
    transform: scale(.75) translateY(-100%) translateX(-30px);
    display: block !important;
    color: #999
}

.checkbox-design {
    padding: 12px 10px
}

input[type=text]:focus+span,
input[type=text]:not(:-ms-input-placeholder)+span,
textarea:focus+span,
textarea:not(:-ms-input-placeholder)+span {
    opacity: 1;
    transform: scale(.75) translateY(-100%) translateX(-30px);
    display: block !important
}

.panel-heading .accordion-toggle:after {
   
    content: "\e114";
    float: right;
    color: grey
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080"
}

.collapsible {
    background: 0 0;
    color: #fff;
    cursor: pointer;
    padding: 10px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    font-weight: 600
}

.active-contact {
    background: 0 0;
    color: #fff;
    border-bottom: 1px solid #fff
}

.active-contact .content {
    border-bottom: 1px solid #fff
}

.collapsible:hover {
    background: 0 0;
    color: #fff
}

.collapsible:hover:after {
    color: #fff
}

.collapsible:after {
    color: #fff;
    font-weight: 700;
    float: right;
    margin-left: 5px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 10px;
    right: 5px;
    position: relative;
    top: 10px;
    transform: rotate(135deg);
    vertical-align: top;
    width: 10px
}

.active-contact:after {
    color: #fff;
    font-weight: 700;
    float: right;
    margin-left: 5px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 10px;
    right: 5px;
    position: relative;
    top: 10px;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 10px
}

.content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    background: 0 0;
    border-bottom: 1px solid #fff;
    position: relative
}

.content .location-img {
    position: absolute;
    top: 11px;
    right: 10px
}

.ContactForm .errorMessage {
    text-align: left;
    color: red;
    font-size: 14px;
    margin-top: -15px;
    margin-bottom: 15px;
    font-size: 14px
}

@media(min-width:992px) {
    .ContactForm .errorMessage.captcha-err {
        margin-top: 74px;
        margin-left: 120px
    }
}

.grecaptcha-badge {
    visibility: hidden
}

.contact-us-home.contact-us-lp {
    min-height: 300px
}

@media(min-width:992px) {
    .logo-row .col-md-1 {
        width: 10%
    }
}

.feature-content-box-lp {
    padding: 15px;
    margin-bottom: 30px;
    text-align: left
}

.feature-content-box-lp img {
    height: auto;
    width: 100%
}

.feature-content-box-lp p {
    line-height: 20px;
    font-weight: 700;
    height: 50px
}

@media(min-width:0) and (max-width:767px) {
    .feature-content-box-lp p {
        height: auto
    }
}

.feature-content-box-lp p:hover {
    color: #8A2BE2
}

.feature-content-box-lp .p-heading {
    height: auto;
    font-size: 14px;
    color: #666;
    margin: 10px 0 0
}

.feature-content-box-lp .p-heading:hover {
    color: #666
}

@media(min-width:1200px) {
    .feature-content-box-lp .p-heading.new-lp {
        font-size: 12px
    }
}

.feature-content-box-lp .read-more {
    border: none !important
}

.feature-content-box-lp .read-more img {
    height: auto;
    width: auto
}

.feature-content-box-lp:hover {
    box-shadow: 0 5px 5px 4px #ccc;
    box-sizing: border-box
}

.feature-content-box-lp:hover:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 0;
    width: calc(100% - 30px);
    height: 2px;
    background: #8A2BE2
}

.feature-content-box-lp:hover .arrow-animation {
    left: 200px
}

.feature-content-box-lp:hover .arrow-text {
    opacity: 1;
    color: #8A2BE2
}

.arrow-animation {
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .5s ease-in-out
}

@media(min-width:0) and (max-width:991px) {
    .arrow-animation {
        top: -35px
    }
}

.arrow {
    position: relative;
    margin-top: 45px
}

@media(min-width:0) and (max-width:767px) {
    .arrow {
        margin-top: 50px
    }
}

.arrow .arrow-text {
    position: absolute;
    font-size: 14px;
    bottom: -4px;
    transition: all .5s ease-in-out;
    opacity: 0;
    height: auto;
    width: 100px;
    line-height: normal;
    text-transform: uppercase
}

.arrow.arrow-home {
    position: absolute;
    bottom: 50px
}

.all-portfolio-box p {
    height: 100%;
    font-size: 45px;
    line-height: 50px;
    color: #000
}

@media(min-width:1200px) {
    .col-lg-offset-onehalf {
        margin-left: 4.16%
    }
}

.border-left-absolute::before {
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - 30px);
    background: #8A2BE2;
    top: 20%;
    left: -20%;
    height: 230px
}

@media(min-width:992px) and (max-width:1199px) {
    .border-left-absolute::before {
        left: 0%
    }
}

@media(min-width:0px) and (max-width:991px) {
    .border-left-absolute::before {
        display: none
    }
}

.main-thumb.slider-feature-content {
    position: relative;
    min-height: 450px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.main-thumb.slider-feature-content:hover::before {
    background: 0 0
}

.main-thumb.slider-feature-content:hover .feature-contetn-heading {
    height: 100%
}

.main-thumb.slider-feature-content .feature-contetn-heading {
    position: absolute;
    bottom: 0;
    height: 12%;
    background: #000;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    width: 100%;
    transition: .5s ease;
    opacity: 1;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    padding: 10px;
    text-align: center;
    overflow: hidden
}

.main-thumb.slider-feature-content .feature-contetn-heading h2,
.main-thumb.slider-feature-content .feature-contetn-heading h3,
.main-thumb.slider-feature-content .feature-contetn-heading .blog-description-content h4,
.blog-description-content .main-thumb.slider-feature-content .feature-contetn-heading h4 {
    margin: 10px 0
}

.main-thumb.slider-feature-content .feature-contetn-heading p {
    margin-top: 15px
}

.main-thumb.slider-feature-content .feature-contetn-heading .read-more-plus {
    color: #fff;
    font-size: 30px;
    width: 35px;
    height: 35px;
    margin: 10px auto;
    display: block;
    border: 2px solid #8A2BE2;
    border-radius: 50%;
    padding: 2px;
    background: 0 0;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease
}

.main-thumb.slider-feature-content .feature-contetn-heading .read-more-plus:hover {
    background: #8A2BE2
}

.main-thumb.slider-feature-content .feature-contetn-heading.start-top {
    top: 0;
    bottom: auto
}

.main-thumb.slider-feature-content:before {
    background: 0 0
}

@media(min-width:0px) and (max-width:991px) {
    .main-thumb.slider-feature-content:before {
        background: 0 0
    }
}

.main-thumb.slider-feature-content .button-padding {
    padding: 10px 15px;
    margin-top: 15px
}

.main-thumb.other-site-link-sec {
    cursor: auto
}

.main-thumb.other-site-link-sec:hover::before {
    background: 0 0
}

@media(min-width:0px) {
    .main-thumb.other-site-link-sec::before {
        background: 0 0
    }
}

@media(min-width:0px) and (max-width:991px) {
    .main-thumb.other-site-link-sec {
        margin-bottom: 30px
    }
}

.main-thumb.other-site-link-sec .other-site-link {
    position: absolute;
    width: 100%;
    height: 15%;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    background: #8A2BE2;
    text-align: center
}

.main-thumb.other-site-link-sec .other-site-link a {
    font-size: 25px;
    color: #fff;
    display: block;
    padding: 15px
}

.case-study-box {
    border: 2px solid #ccc;
    border-top: 2px solid #8A2BE2;
    padding: 15px;
    margin-bottom: 30px;
    text-align: left;
    background: #fff
}

@media(min-width:1200px) {
    .case-study-box {
        margin: 25px
    }
}

.case-study-box img {
    height: auto;
    width: 100%
}

.case-study-box p {
    line-height: 20px;
    height: 50px;
    font-weight: 700;
    margin-bottom: 20px
}

@media(min-width:0) and (max-width:767px) {
    .case-study-box p {
        height: auto
    }
}

.case-study-box p:hover {
    color: #8A2BE2
}

@media(min-width:991px) and (max-width:1300px) {
    .case-study-box .paragraph-new {
        height: 60px
    }
}

.case-study-box .p-heading {
    height: auto;
    font-size: 14px;
    color: #666;
    margin: 10px 0 0;
    text-transform: uppercase
}

.case-study-box .p-heading:hover {
    color: #666
}

.case-study-box .read-more {
    border: none !important
}

.case-study-box .read-more img {
    height: auto;
    width: auto
}

.case-study-box a {
    color: #000;
    border: none !important;
    padding: 0 !important
}

.case-study-box:hover .arrow-animation {
    left: 92%
}

.case-study-box:hover .arrow-text {
    opacity: 1;
    color: #8A2BE2
}

.home-technology-bg {
    background-image: url(https://www.chetu.com/img/home-page-img/Chetu-Website-section-white.jpg);
    padding-top: 30px !important;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover
}

@media(min-width:0) and (max-width:1199px) {
    .home-technology-bg {
        background-position: center
    }
}

.home-technology-tab {
    color: #000
}

.home-technology-tab ul {
    list-style: none
}

.home-technology-tab ul li {
    padding: 2px 5px
}

.home-technology-tab ul li a {
    color: #000 !important;
    font-size: 16px;
    text-transform: uppercase
}

.home-technology-tab ul li a:hover {
    color: #8A2BE2 !important
}

.home-technology-tab h3.letter-space,
.home-technology-tab .blog-description-content h4.letter-space,
.blog-description-content .home-technology-tab h4.letter-space {
    letter-spacing: 1px
}

.home-technology-tab .margin-top-100 {
    margin-top: 100px
}

@media(min-width:0) and (max-width:991px) {
    .home-technology-tab .margin-top-100 {
        margin-top: 0
    }
}

.home-technology-tab .padding-left-60 {
    padding-left: 60px
}

@media(min-width:0) and (max-width:991px) {
    .home-technology-tab .padding-left-60 {
        padding-left: 0
    }
}

.home-technology-tab .font-bold-900 {
    font-weight: 900 !important
}

.home-tach-tab-hr {
    width: 100px;
    margin: 15px 5px;
    border: 1px solid #000
}

.tech-hr {
    width: 165px;
    margin: 10px 0;
    border: 2px solid #8A2BE2
}

.svg-zoom-effect svg {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.svg-zoom-effect svg:hover {
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.breadcrumb {
    padding: 0 15px 8px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px
}

@media(min-width:0px) and (max-width:395px) {
    .breadcrumb {
        padding: 0 5px 8px
    }
}

.breadcrumb li {
    display: inline-block;
    position: relative
}

.breadcrumb li a {
    font-size: 12px;
    font-weight: 700;
    color: #767171;
    padding: 6px 5px 6px 30px
}

.breadcrumb li a img {
    width: 25px
}

.breadcrumb li a:hover {
    color: #8A2BE2
}

@media(min-width:0px) and (max-width:395px) {
    .breadcrumb li a {
        padding: 6px 3px 6px 25px
    }
}

.breadcrumb li+li::before {
    padding: 0 5px;
    color: #767171;
    content: url(https://www.chetu.com/img/icons/breadcrumb-arrow.png);
    font-size: 20px;
    position: absolute;
    height: 15px;
    width: 10px;
    top: -1px;
    left: 5px
}

@media(min-width:0px) and (max-width:395px) {
    .breadcrumb li+li::before {
        left: 2px
    }
}

.breadcrumb:active {
    color: #777
}

.section-heroshot {
    min-height: 135px !important
}

@media(min-width:0) and (max-width:1199px) {
    .section-heroshot {
        min-height: 80px !important
    }
}

@media(min-width:768px) {
    .bg-img-sec-left.bg-img-sec-left-block {
        display: block
    }
}

.text-svg-side-by-side {
    display: inline-block;
    vertical-align: middle
}

.laptop-video-bg {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 3% 15% 7%
}

@media(min-width:0px) and (max-width:767px) {
    .laptop-video-bg {
        background-image: none !important;
        padding: 3% 4%;
        margin-top: 0
    }
}

.laptop-video-bg.height iframe {
    min-height: 350px;
    width: 100%
}

@media(min-width:1200px) {
    .laptop-video-bg.height iframe {
        min-height: 180px
    }
}

@media(min-width:0px) and (max-width:480px) {
    .laptop-video-bg.height iframe {
        min-height: 200px
    }
}

.quote-content {
    border: 3px solid #8A2BE2;
    padding: 30px
}

@media(min-width:0px) and (max-width:443px) {
    .quote-content .main-p {
        min-height: 280px
    }
}

.quote-content::before,
.quote-content::after {
    content: '';
    position: absolute;
    top: -27px;
    right: 25px;
    width: 49px;
    height: 50px;
    background-repeat: no-repeat;
    z-index: 99;
    background-color: #8A2BE2;
    background-position: center center;
    border-radius: 50%
}

.quote-content::before {
    background-image: url(../img/about-us-img/icon/inverted-comma-white-fliped.png)
}

.quote-content::after {
    background-image: url(../img/about-us-img/icon/inverted-comma-white.png);
    bottom: -28px;
    left: 12%;
    top: auto;
    background-color: transparent
}

@media(min-width:434px) and (max-width:540px) {
    .quote-content::after {
        left: 3%
    }
}

@media(min-width:0px) and (max-width:443px) {
    .quote-content::after {
        left: 2%;
        bottom: -20px
    }
}

.quote-content .author-info {
    position: absolute;
    bottom: -25px;
    margin: 0 auto;
    background: #8A2BE2;
    border: 1px solid #8A2BE2;
    border-radius: 10px;
    padding: 5px 20px;
    left: 10%;
    text-align: center;
    color: #fff;
    width: 80%
}

@media(min-width:444px) and (max-width:540px) {
    .quote-content .author-info {
        width: 90%;
        left: 5%
    }
}

@media(min-width:0px) and (max-width:443px) {
    .quote-content .author-info {
        width: 98%;
        left: 1%;
        padding: 5px 10px 5px 45px
    }
}

.home-border-right-new {
    position: relative
}

.home-border-right-new .border-left:before {
    position: absolute;
    content: "";
    width: 2px;
    height: calc(100% - 30px);
    background: #8A2BE2;
    top: 20%;
    left: -20%;
    height: 230px
}

@media(min-width:0px) and (max-width:1199px) {
    .home-border-right-new .border-left:before {
        left: 0%
    }
}

@media(min-width:0px) and (max-width:991px) {
    .home-border-right-new .border-left:before {
        display: none
    }
}

.img-with-circle {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .39);
    text-align: center;
    padding: 20px 10px
}

@media(min-width:1700px) {
    .content-on-hero-shot .banner-content {
        margin-top: -198px
    }
}

@media(min-width:1200px) and (max-width:1699px) {
    .content-on-hero-shot .banner-content {
        margin-top: -150px
    }
}

@media(min-width:0px) and (max-width:767px) {
    .content-on-hero-shot .banner-content {
        margin-top: -142px
    }
}

.content-on-hero-shot .banner-content.heroshot-icons {
    background: rgba(255, 255, 255, .6);
    z-index: 999
}

.content-on-hero-shot .banner-content .hero-content-section ul {
    margin-left: 0
}

.content-on-hero-shot .banner-content .hero-content-section ul li {
    font-size: 15px;
    line-height: 24px;
    list-style-image: none;
    list-style: none;
    text-align: center
}

@media(min-width:0px) and (max-width:992px) {
    .content-on-hero-shot .banner-content .hero-content-section {
        margin-bottom: 0
    }
}

@media(min-width:1200px) and (max-width:1400px) {
    .content-on-hero-shot .banner-content .visible-on {
        display: block !important
    }
}

.content-on-hero-shot .heroshot-title {
    margin-top: -55px
}

@media(min-width:1200px) and (max-width:1400px) {
    .content-on-hero-shot .heroshot-title {
        margin-top: -85px !important
    }
}

@media(min-width:0px) and (max-width:767px) {
    .content-on-hero-shot .heroshot-title {
        margin-top: -100px
    }
}

@media(min-width:0px) and (max-width:1400px) {
    .content-on-hero-shot .heroshot-title h1 {
        font-size: 36px;
        line-height: 35px
    }
}

.timer-sec svg path,
.timer-sec svg g {
    fill: #fff !important
}

.new-header {
    position: relative;
    width: 100%;
    background: #333;
    z-index: 9
}

.new-nav-bar {
    position: relative;
    width: 950px;
    margin: 0 auto
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu.nav-width {
    width: 100%
}

@media(min-width:992px) {
    #cssmenu.nav-width ul li {
        float: left;
        text-align: center;
        border-left: 1px solid #000;
        border-right: 1px solid #000
    }
}

@media(min-width:992px) {
    #cssmenu.nav-width ul li a {
        padding: 17px 5px
    }
}

#cssmenu>ul>li {
    float: left
}

#cssmenu>ul>li>a {
    padding: 17px 80px;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    font-weight: 700
}

#cssmenu>ul>li:hover>a,
#cssmenu ul li.active a {
    color: #fff
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
    background: #000 !important;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 30px
}

#cssmenu>ul>li.has-sub>a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ""
}

#cssmenu>ul>li.has-sub>a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #333;
    transition: all .25s ease
}

#cssmenu li:hover>ul {
    left: auto
}

#cssmenu li:hover>ul>li {
    height: auto
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, .15);
    padding: 11px 15px;
    width: 190px;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    line-height: 15px
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #fff
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ""
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #333
}

.button {
    display: none
}

#cssmenu ul ul li:hover {
    background: #000
}

@media screen and (max-width:1000px) {
    .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        text-align: center;
        float: none;
        display: block
    }

    #cssmenu>ul>li>a {
        padding: 17px 25px
    }

    .logo2 {
        display: none
    }

    new-nav-bar {
        width: 100%
    }

    #cssmenu {
        width: 100%
    }

    #cssmenu ul {
        width: 100%;
        display: none
    }

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #444
    }

    #cssmenu ul li:hover {
        background: #363636
    }

    #cssmenu ul ul li,
    #cssmenu li:hover>ul>li {
        height: auto
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }

    #cssmenu>ul>li {
        float: none
    }

    #cssmenu ul ul li a {
        padding-left: 25px
    }

    #cssmenu ul ul li {
        background: #333 !important
    }

    #cssmenu ul ul li:hover {
        background: #363636 !important
    }

    #cssmenu ul ul ul li a {
        padding-left: 35px
    }

    #cssmenu ul ul li a {
        color: #ddd;
        background: 0 0
    }

    #cssmenu ul ul li:hover>a,
    #cssmenu ul ul li.active>a {
        color: #fff
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before,
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before {
        display: none
    }

    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }

    .button {
        width: 100%;
        height: 46px;
        position: absolute;
        left: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994;
        color: #fff;
        display: block;
        outline: none;
        padding: 15px 0 0 15px
    }

    .button:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 4px;
        height: 8px;
        width: 20px;
        border-top: 2px solid #ddd;
        border-bottom: 2px solid #ddd;
        content: ""
    }

    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #ddd;
        content: ""
    }

    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .button.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #262626
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ""
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ""
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #cssmenu ul ul ul li.active a {
        border-left: none
    }

    #cssmenu>ul>li.has-sub>ul>li.active>a,
    #cssmenu>ul ul>li.has-sub>ul>li.active>a {
        border-top: none
    }
}

#unibox-suggest-box {
    padding: 10px 5px
}

#unibox-suggest-box section {
    padding: 0
}

.tooltip {
    position: relative;
    display: inline-block
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 140%;
    left: 50%;
    margin-left: -60px
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-right: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #000 transparent
}

.tooltip .tooltiptext.top-tooltip {
    bottom: 120%;
    top: auto
}

.tooltip .tooltiptext.top-tooltip::after {
    top: 100%;
    margin-left: -5px;
    border-color: #000 transparent transparent transparent
}

.tooltip:hover .tooltiptext {
    visibility: visible
}

@media(min-width:0) and (max-width:767px) {
    .no-padding-xs {
        padding: 0
    }
}

.video-gaming {
    text-align: left;
    margin-top: 90px
}

.video-gaming h2 {
    font-size: 22px;
    text-align: left
}

@media(min-width:0px) and (max-width:991px) {
    .video-gaming h2 {
        text-align: center
    }
}

@media(min-width:1200px) {
    .video-gaming {
        padding-left: 45px
    }
}

@media(min-width:320px) and (max-width:991px) {
    .video-gaming {
        text-align: center
    }
}

.video-gaming ul {
    margin: 0 0 0 5px;
    list-style: none
}

.video-gaming ul li {
    font-size: 15px;
    line-height: 23px;
    text-align: left
}

@media(min-width:0px) and (max-width:991px) {
    .video-gaming ul li {
        text-align: center
    }
}

.video-gaming ul li:before {
    position: relative;
    content: ".";
    font-size: 40px;
    font-weight: 700;
    left: -5px;
    top: -2px;
    line-height: 0
}

.video-game {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .5);
    background: #fff;
    width: 260px;
    margin: 0 auto
}

.video-game.bg-tarnsparent {
    background: rgba(255, 255, 255, .3)
}

.video-game.bg-tarnsparent ul {
    margin-left: 15% !important
}

.video-game.bg-tarnsparent ul li {
    line-height: 43px;
    font-size: 14px;
    list-style-image: url(../img/gaming/check-mark-white.png);
    text-shadow: 2px 1px 1px rgba(0, 0, 0, .5)
}

@media(min-width:768px) and (max-width:991px) {
    .video-game {
        margin-bottom: 30px
    }
}

@media(min-width:0px) and (max-width:767px) {
    .video-game {
        margin-bottom: 30px
    }
}

@media(min-width:1200px) and (max-width:1250px) {
    .video-game {
        width: 250px
    }
}

.video-game.video-sec-width-100 {
    width: 100% !important
}

@media(min-width:768px) and (max-width:991px) {
    .video-game.video-sec-width-100 {
        margin-bottom: 30px
    }
}

.video-game.video-sec-width-100 ul {
    margin-left: 15%
}

.video-game.video-sec-width-100 ul li {
    padding: 10px 0;
    line-height: 20px
}

.video-game.video-sec-height {
    height: 280px !important
}

@media(min-width:768px) and (max-width:991px) {
    .video-game.video-sec-height {
        margin-bottom: 30px
    }
}

.video-game p,
.video-game h2 {
    background: #ebebeb;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    padding: 15px 2px 8px;
    font-weight: 900 !important;
    margin: 0
}

.video-game p.color-oracle-red-bg,
.video-game h2.color-oracle-red-bg {
    background: #f80000 !important;
    color: #fff !important
}

@media(min-width:0px) and (max-width:1199px) {

    .video-game p,
    .video-game h2 {
        padding: 10px 25px
    }
}

.video-game ul {
    margin-left: 30%
}

@media(min-width:0px) and (max-width:767px) {
    .video-game ul {
        margin-left: 34%
    }
}

@media(min-width:768px) and (max-width:991px) {
    .video-game ul {
        margin-left: 38%
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .video-game ul {
        margin-left: 35%
    }
}

.video-game ul li {
    line-height: 34px;
    font-size: 14px;
    list-style-image: url(../img/gaming/check-mark.png)
}

.video-game article {
    text-align: center;
    font-size: 14px;
    padding: 0 34px;
    line-height: 21px;
    margin: 4px 0
}

@media(min-width:992px) and (max-width:1051px) {
    .video-game article {
        padding: 0 23px
    }
}

.video-game.real-estate-management ul {
    margin-left: 20%
}

.video-game.real-estate-management ul.margin-left-18 {
    margin-left: 18% !important
}

.video-game.real-estate-management p {
    min-height: 63px
}

.video-game.real-estate-management p.p-height {
    min-height: 50px;
    font-size: 14px !important
}

.video-game.aviation-box ul {
    margin-left: 18%
}

.video-game.aviation-box p {
    font-size: 13px
}

.video-game.crm-box {
    height: 385px
}

.video-game.crm-box p {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 2px 10px
}

.video-game.crm-box.crm-box-height-405 {
    height: 430px
}

@media(min-width:992px) and (max-width:1081px) {
    .video-game.crm-box.crm-box-height-405 {
        height: 480px
    }
}

.video-game.scm-box {
    height: 230px
}

.video-game.scm-box p {
    font-size: 13px;
    padding: 14px 2px;
    min-height: auto
}

.video-game.scm-box ul {
    padding-top: 10px
}

.video-game.e-commerce {
    height: 290px
}

.video-game.e-commerce p {
    font-size: 14px;
    padding: 15px 2px 0
}

.technologies-logo {
    background-position: center top;
    background-repeat: no-repeat;
    width: auto;
    height: 100px;
    transition: all ease .3s
}

@media(min-width:768px) and (max-width:991px) {
    .technologies-logo {
        background-size: auto
    }
}

@media(min-width:320px) and (max-width:767px) {
    .technologies-logo {
        background-size: auto
    }
}

.technologies-logo.healthcare-technology-logo {
    height: 59px;
    background-size: contain
}

.technologies-logo.our-custom-healthcare-partner {
    height: 148px
}

.technologies-logo.quality-assurance-tech-logo {
    height: 80px;
    background-size: contain;
    margin-bottom: 10px
}

.technologies-logo.payments-background-contain {
    background-size: contain
}

.technologies-logo.services-quality-assurance-logos {
    height: 100px
}

.allscripts {
    background-image: url(../img/healthcare/technology-logo/allscripts-grey.png)
}

.allscripts:hover {
    background-image: url(../img/healthcare/technology-logo/allscripts.png)
}

.surescripts {
    background-image: url(../img/healthcare/technology-logo/surescripts-grey.png)
}

.surescripts:hover {
    background-image: url(../img/healthcare/technology-logo/surescripts.png)
}

.drfirst {
    background-image: url(../img/healthcare/technology-logo/drfirst-grey.png)
}

.drfirst:hover {
    background-image: url(../img/healthcare/technology-logo/drfirst.png)
}

.nue-md {
    background-image: url(../img/healthcare/technology-logo/nue-md-grey.png)
}

.nue-md:hover {
    background-image: url(../img/healthcare/technology-logo/nue-md.png)
}

.mdtoolbox {
    background-image: url(../img/healthcare/technology-logo/mdtoolbox-grey.png)
}

.mdtoolbox:hover {
    background-image: url(../img/healthcare/technology-logo/mdtoolbox.png)
}

.ios {
    background-image: url(../img/gaming/technologies-logo/ios-grey.png)
}

.ios:hover {
    background-image: url(../img/gaming/technologies-logo/ios-color.png)
}

.Android {
    background-image: url(../img/gaming/technologies-logo/android-grey.png)
}

.Android:hover {
    background-image: url(../img/gaming/technologies-logo/android-color.png)
}

.Windows-Mobile {
    background-image: url(../img/gaming/technologies-logo/window-grey.png)
}

.Windows-Mobile:hover {
    background-image: url(../img/gaming/technologies-logo/window-color.png)
}

.Xamarin {
    background-image: url(../img/gaming/technologies-logo/xamrin-grey.png)
}

.Xamarin:hover {
    background-image: url(../img/gaming/technologies-logo/xamrin-color.png)
}

.PhoneGap {
    background-image: url(../img/gaming/technologies-logo/phone-gap-color.png);
    background-image: url(../img/gaming/technologies-logo/phone-gap-grey.png)
}

.PhoneGap:hover {
    background-image: url(../img/gaming/technologies-logo/phone-gap-color.png)
}

.allscripts-partner {
    background-image: url(../img/healthcare/our-custom-healthcare-img/allscripts.png);
    background-image: url(../img/healthcare/our-custom-healthcare-img/allscripts-grey.png)
}

.allscripts-partner:hover {
    background-image: url(../img/healthcare/our-custom-healthcare-img/allscripts.png)
}

.iguana-partner {
    background-image: url(../img/healthcare/our-custom-healthcare-img/iguana.png);
    background-image: url(../img/healthcare/our-custom-healthcare-img/iguana-grey.png)
}

.iguana-partner:hover {
    background-image: url(../img/healthcare/our-custom-healthcare-img/iguana.png)
}

.mirth-partner {
    background-image: url(../img/healthcare/our-custom-healthcare-img/mirth.png);
    background-image: url(../img/healthcare/our-custom-healthcare-img/mirth-grey.png)
}

.mirth-partner:hover {
    background-image: url(../img/healthcare/our-custom-healthcare-img/mirth.png)
}

.ranorex-logo {
    background-image: url(../img/services/quality-assurance/partners/ranorex.png);
    background-image: url(../img/services/quality-assurance/partners/ranorex-grey.png)
}

.ranorex-logo:hover {
    background-image: url(../img/services/quality-assurance/partners/ranorex.png)
}

.load-ui-logo {
    background-image: url(../img/services/quality-assurance/partners/loadui.png);
    background-image: url(../img/services/quality-assurance/partners/loadui-grey.png)
}

.load-ui-logo:hover {
    background-image: url(../img/services/quality-assurance/partners/loadui.png)
}

.appium-logo {
    background-image: url(../img/services/quality-assurance/partners/appium.png);
    background-image: url(../img/services/quality-assurance/partners/appium-grey.png)
}

.appium-logo:hover {
    background-image: url(../img/services/quality-assurance/partners/appium.png)
}

.load-runner-logo {
    background-image: url(../img/services/quality-assurance/partners/loadrunner.png);
    background-image: url(../img/services/quality-assurance/partners/loadrunner-grey.png)
}

.load-runner-logo:hover {
    background-image: url(../img/services/quality-assurance/partners/loadrunner.png)
}

.HPE-UFT-logo {
    background-image: url(../img/services/quality-assurance/partners/hpe.png);
    background-image: url(../img/services/quality-assurance/partners/hpe-grey.png)
}

.HPE-UFT-logo:hover {
    background-image: url(../img/services/quality-assurance/partners/hpe.png)
}

.telerik-logo {
    background-image: url(../img/services/quality-assurance/partners/telerik.png);
    background-image: url(../img/services/quality-assurance/partners/telerik-grey.png)
}

.telerik-logo:hover {
    background-image: url(../img/services/quality-assurance/partners/telerik.png)
}

.selenium-logo {
    background-image: url(../img/services/quality-assurance/partners/selenium.png);
    background-image: url(../img/services/quality-assurance/partners/selenium-grey.png)
}

.selenium-logo:hover {
    background-image: url(../img/services/quality-assurance/partners/selenium.png)
}

.appium-logo {
    background-image: url(../img/services/quality-assurance/partners/appium.png);
    background-image: url(../img/services/quality-assurance/partners/appium-grey.png)
}

.appium-logo:hover {
    background-image: url(../img/services/quality-assurance/partners/appium.png)
}

.ranorex-logo {
    background-image: url(../img/services/quality-assurance/partners/Ranorex.png);
    background-image: url(../img/services/quality-assurance/partners/Ranorex-grey.png)
}

.ranorex-logo:hover {
    background-image: url(../img/services/quality-assurance/partners/Ranorex.png)
}

.junit-five-logo {
    background-image: url(../img/services/quality-assurance/partners/junit5.png);
    background-image: url(../img/services/quality-assurance/partners/junit5-grey.png)
}

.junit-five-logo:hover {
    background-image: url(../img/services/quality-assurance/partners/junit5.png)
}

.LoadUI-logo {
    background-image: url(../img/services/quality-assurance/partners/loadui.png);
    background-image: url(../img/services/quality-assurance/partners/loadui-grey.png)
}

.LoadUI-logo:hover {
    background-image: url(../img/services/quality-assurance/partners/loadui.png)
}

.HPU-UFT-logo {
    background-image: url(../img/services/quality-assurance/partners/hpe-uft.png);
    background-image: url(../img/services/quality-assurance/partners/hpe-uft-grey.png)
}

.HPU-UFT-logo:hover {
    background-image: url(../img/services/quality-assurance/partners/hpe-uft.png)
}

.experitest-logo {
    background-image: url(../img/services/quality-assurance/partners/experitest.png);
    background-image: url(../img/services/quality-assurance/partners/experitest-grey.png)
}

.experitest-logo:hover {
    background-image: url(../img/services/quality-assurance/partners/experitest.png)
}

.loadRunner-logo {
    background-image: url(../img/services/quality-assurance/partners/loadrunner.png);
    background-image: url(../img/services/quality-assurance/partners/loadrunner-grey.png)
}

.loadRunner-logo:hover {
    background-image: url(../img/services/quality-assurance/partners/loadrunner.png)
}

.progress-test-studio-logo {
    background-image: url(../img/services/quality-assurance/partners/progress.png);
    background-image: url(../img/services/quality-assurance/partners/progress-grey.png)
}

.progress-test-studio-logo:hover {
    background-image: url(../img/services/quality-assurance/partners/progress.png)
}

.Selenium-logo {
    background-image: url(../img/services/quality-assurance/partners/selenium.png);
    background-image: url(../img/services/quality-assurance/partners/selenium-grey.png)
}

.Selenium-logo:hover {
    background-image: url(../img/services/quality-assurance/partners/selenium.png)
}

.game-tech-logo {
    margin: auto
}

@media(min-width:992px) {
    .logo-row .col-md-2 {
        width: 20%
    }
}

.crm-logo-row {
    padding: 60px 0
}

@media(min-width:992px) {
    .crm-logo-row .col-md-2 {
        width: 14.28%
    }
}

.light-teal-bg {
    background: #ebffff
}

.background-light-grey {
    background: #f4f4f4
}

.tech-ind-agriculture-new-icon {
    background-position: -200px -107px;
    width: 32px;
    height: 39px
}

.circle-main {
    text-align: center;
    min-height: 50px
}

.circle-main h6 {
    color: #000;
    font-size: 14px;
    margin: 10px 0;
    font-weight: 900 !important
}

.circle-main .circle-inner {
    display: inline-block;
    background-color: #fff;
    width: 75px;
    height: 75px;
    border-radius: 44px;
    text-align: center;
    box-shadow: 0 0 11px #ddd;
    padding-top: 16px;
    transition: all ease .2s
}

.sweepstakes-software-bg {
    background-image: url(../img/gaming/sweepstakes-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain
}

@media(min-width:0px) and (max-width:767px) {
    .sweepstakes-software-bg {
        padding-top: 0
    }
}

@media(min-width:1200px) and (max-width:1270px) {
    .sweepstakes-software-bg {
        background-position-x: 970px
    }
}

@media(min-width:1271px) and (max-width:1366px) {
    .sweepstakes-software-bg {
        background-position-x: 1035px
    }
}

@media(min-width:1367px) and (max-width:1420px) {
    .sweepstakes-software-bg {
        background-position-x: 1079px
    }
}

@media(min-width:1421px) and (max-width:1500px) {
    .sweepstakes-software-bg {
        background-position-x: 1190px
    }
}

@media(min-width:1501px) and (max-width:1550px) {
    .sweepstakes-software-bg {
        background-position-x: 1198px
    }
}

@media(min-width:1551px) and (max-width:1660px) {
    .sweepstakes-software-bg {
        background-position-x: 1280px
    }
}

@media(min-width:0px) and (max-width:1199px) {
    .sweepstakes-software-bg {
        background-image: none
    }
}

.sweepstakes-software-bg.hoa-management-right-bg {
    background-image: url(../img/real-estate/hoa-management.png)
}

@media(min-width:0px) and (max-width:1199px) {
    .sweepstakes-software-bg.hoa-management-right-bg {
        background-image: none
    }
}

.sweepstakes-software-bg.mobile-commerce-right-bg {
    background-image: url(../img/retail/background/mobile-commerce.png);
    background-size: auto;
    background-position-y: 30px
}

@media(min-width:0px) and (max-width:1199px) {
    .sweepstakes-software-bg.mobile-commerce-right-bg {
        background-image: none
    }
}

@media(min-width:1661px) and (max-width:1760px) {
    .sweepstakes-software-bg.mobile-commerce-right-bg {
        background-position-x: 1350px
    }
}

@media(min-width:1761px) and (max-width:1860px) {
    .sweepstakes-software-bg.mobile-commerce-right-bg {
        background-position-x: 1470px
    }
}

@media(min-width:1861px) and (max-width:2000px) {
    .sweepstakes-software-bg.mobile-commerce-right-bg {
        background-position-x: 1550px
    }
}

.sweepstakes-software-bg.warehouse-management-system-bg {
    background-image: url(../img/supply-chain-management/content-image/warehouse.png);
    background-position: right bottom
}

@media(min-width:0px) and (max-width:1199px) {
    .sweepstakes-software-bg.warehouse-management-system-bg {
        background-image: none
    }
}

@media(min-width:1200px) and (max-width:1300px) {
    .sweepstakes-software-bg.warehouse-management-system-bg {
        background-position-x: 895px
    }
}

@media(min-width:1301px) and (max-width:1500px) {
    .sweepstakes-software-bg.warehouse-management-system-bg {
        background-position-x: 1040px
    }
}

@media(min-width:1501px) and (max-width:1600px) {
    .sweepstakes-software-bg.warehouse-management-system-bg {
        background-position-x: 1135px
    }
}

@media(min-width:1601px) and (max-width:1860px) {
    .sweepstakes-software-bg.warehouse-management-system-bg {
        background-position-x: 1310px
    }
}

@media(min-width:1861px) and (max-width:2000px) {
    .sweepstakes-software-bg.warehouse-management-system-bg {
        background-position-x: 1390px
    }
}

.sweepstakes-software-bg.payments-custom-billing-software {
    background-size: auto
}

@media(min-width:0px) and (max-width:767px) {
    .sweepstakes-software-bg.payments-custom-billing-software {
        padding-top: 30px
    }
}

@media(min-width:0px) and (max-width:1199px) {
    .sweepstakes-software-bg.payments-custom-billing-software {
        background-image: none !important
    }
}

@media(min-width:1861px) and (max-width:2000px) {
    .sweepstakes-software-bg.payments-custom-billing-software {
        background-position-x: 1450px
    }
}

.sweepstakes-software-bg.fraud-protection-services {
    background-size: auto
}

@media(min-width:0px) and (max-width:1199px) {
    .sweepstakes-software-bg.fraud-protection-services {
        background-image: none !important
    }
}

@media(min-width:1350px) and (max-width:1400px) {
    .sweepstakes-software-bg.fraud-protection-services {
        background-position-x: 975px
    }
}

@media(min-width:1861px) and (max-width:2000px) {
    .sweepstakes-software-bg.fraud-protection-services {
        background-position-x: 1440px
    }
}

.ar-vr-mr-sec {
    background-image: url(https://www.chetu.com/img/gaming/gaming-vr-ar.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-color: #ebffff
}

@media(min-width:1400px) {
    .ar-vr-mr-sec {
        background-image: url(https://www.chetu.com/img/gaming/vr-ar-big-screen.png)
    }
}

@media(min-width:0px) and (max-width:767px) {
    .ar-vr-mr-sec {
        background-image: none
    }
}

@media(min-width:768px) and (max-width:849px) {
    .ar-vr-mr-sec {
        background-position-x: -195px
    }
}

@media(min-width:850px) and (max-width:991px) {
    .ar-vr-mr-sec {
        background-position-x: -175px
    }
}

@media(min-width:992px) and (max-width:1024px) {
    .ar-vr-mr-sec {
        background-position-x: -100px
    }
}

@media(min-width:1025px) and (max-width:1199px) {
    .ar-vr-mr-sec {
        background-position-x: -100px
    }
}

@media(min-width:1400px) and (max-width:1550px) {
    .ar-vr-mr-sec {
        background-position-x: -100px
    }
}

@media(min-width:1551px) and (max-width:1650px) {
    .ar-vr-mr-sec {
        background-position-x: 10px
    }
}

@media(min-width:1651px) and (max-width:1750px) {
    .ar-vr-mr-sec {
        background-position-x: 35px
    }
}

@media(min-width:1751px) and (max-width:1850px) {
    .ar-vr-mr-sec {
        background-position-x: 80px
    }
}

@media(min-width:1850px) {
    .ar-vr-mr-sec {
        background-position-x: 130px
    }
}

@media(min-width:0px) and (max-width:767px) {
    .ar-vr-mr-sec .icons-setting {
        text-align: center
    }
}

@media(min-width:768px) and (max-width:991px) {
    .ar-vr-mr-sec .icons-setting {
        padding-left: 30px
    }
}

@media(min-width:992px) and (max-width:1100px) {
    .ar-vr-mr-sec .icons-setting {
        padding-left: 30px
    }
}

.ar-vr-mr-sec.inventory-management-bg {
    background-image: url(../img/supply-chain-management/content-image/inventory-management.png)
}

@media(min-width:0px) and (max-width:991px) {
    .ar-vr-mr-sec.inventory-management-bg {
        background-image: none
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .ar-vr-mr-sec.inventory-management-bg {
        background-position-x: 65px
    }
}

@media(min-width:1200px) and (max-width:1550px) {
    .ar-vr-mr-sec.inventory-management-bg {
        background-position-x: 150px
    }
}

@media(min-width:1551px) and (max-width:1849px) {
    .ar-vr-mr-sec.inventory-management-bg {
        background-position-x: 290px
    }
}

@media(min-width:1850px) {
    .ar-vr-mr-sec.inventory-management-bg {
        background-position-x: 370px
    }
}

@media(min-width:0px) and (max-width:991px) {
    .ar-vr-mr-sec.inventory-management-bg .icons-setting {
        text-align: center
    }
}

@media(min-width:0px) and (max-width:767px) {
    .property-management-sec .icons-setting {
        text-align: center
    }
}

@media(min-width:768px) and (max-width:991px) {
    .property-management-sec .icons-setting {
        padding-left: 30px
    }
}

@media(min-width:992px) and (max-width:1100px) {
    .property-management-sec .icons-setting {
        padding-left: 30px
    }
}

.property-management-sec .laptop-home-img-margin {
    margin-left: auto;
    margin-right: 0
}

@media(min-width:0px) and (max-width:767px) {
    .property-management-sec .laptop-home-img-margin {
        margin: auto;
        padding-right: 15px
    }
}

.property-management-sec.e-commerce-software {
    background-color: #ebffff
}

.property-management-sec.pharmacy-management-software {
    background-position: left center
}

@media(min-width:0px) and (max-width:1199px) {
    .property-management-sec.pharmacy-management-software {
        background-image: none !important
    }
}

@media(min-width:0px) and (max-width:991px) {
    .property-management-sec.pharmacy-management-software .icons-setting {
        text-align: center;
        padding-left: 0
    }
}

@media(min-width:0px) and (max-width:991px) {
    .property-management-sec.electronic-prescription-services .icons-setting {
        text-align: center;
        padding-left: 0
    }
}

.property-management-sec.electronic-prescription-services .rx-mobile-screen {
    text-align: right
}

@media(min-width:0px) and (max-width:1199px) {
    .property-management-sec.electronic-prescription-services .rx-mobile-screen {
        text-align: center
    }
}

@media(min-width:992px) {
    .ar-vr-icon-padding-left {
        padding-left: 3.3%
    }
}

@media(min-width:1200px) {
    .payments-main-page-icon-padding-left {
        padding-left: 3.3%
    }
}

.gaming-ar-vr-image {
    position: absolute;
    bottom: 0;
    padding: 0
}

.clients-tech-logo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    min-width: 100px;
    min-height: 75px;
    transition: all ease .3s
}

@media(min-width:768px) and (max-width:991px) {
    .clients-tech-logo {
        min-height: 100px;
        margin-top: 10px
    }
}

@media(min-width:0px) and (max-width:767px) {
    .clients-tech-logo {
        margin-bottom: 10px;
        min-height: 70px
    }
}

.microsoft {
    background-image: url(../img/gaming/technologies-logo/ms-hololens-grey.png)
}

.microsoft:hover {
    background-image: url(../img/gaming/technologies-logo/ms-hololens.png)
}

.autodesk {
    background-image: url(../img/gaming/technologies-logo/3dsmax-grey.png)
}

.autodesk:hover {
    background-image: url(../img/gaming/technologies-logo/3dsmax.png)
}

.oculus {
    background-image: url(../img/gaming/technologies-logo/oculus-grey.png)
}

.oculus:hover {
    background-image: url(../img/gaming/technologies-logo/oculus.png)
}

.unity {
    background-image: url(../img/gaming/technologies-logo/unity-grey.png)
}

.unity:hover {
    background-image: url(../img/gaming/technologies-logo/unity.png)
}

.open-gl {
    background-image: url(../img/gaming/technologies-logo/opengl-grey.png)
}

.open-gl:hover {
    background-image: url(../img/gaming/technologies-logo/opengl.png)
}

.Shopify-logo {
    background-image: url(../img/retail/logos/shopify-grey.png)
}

.Shopify-logo:hover {
    background-image: url(../img/retail/logos/shopify.png)
}

.magento-logo {
    background-image: url(../img/retail/logos/magento-grey.png)
}

.magento-logo:hover {
    background-image: url(../img/retail/logos/magento.png)
}

.prestashop-logo {
    background-image: url(../img/retail/logos/prestashop-grey.png)
}

.prestashop-logo:hover {
    background-image: url(../img/retail/logos/prestashop.png)
}

.bigcommerce-logo {
    background-image: url(../img/retail/logos/bigcommerceb-grey.png)
}

.bigcommerce-logo:hover {
    background-image: url(../img/retail/logos/bigcommerceb.png)
}

.woocommerce-logo {
    background-image: url(../img/retail/logos/woocommerce-grey.png)
}

.woocommerce-logo:hover {
    background-image: url(../img/retail/logos/woocommerce.png)
}

.volusion-logo {
    background-image: url(../img/retail/logos/volusion-grey.png)
}

.volusion-logo:hover {
    background-image: url(../img/retail/logos/volusion.png)
}

.demand-ware-logo {
    background-image: url(../img/retail/logos/demandware-grey.png)
}

.demand-ware-logo:hover {
    background-image: url(../img/retail/logos/demandware.png)
}

.shopify-logo {
    background-image: url(../img/retail/logos/shopify-grey.png)
}

.shopify-logo:hover {
    background-image: url(../img/retail/logos/shopify.png)
}

.magento-logo {
    background-image: url(../img/retail/logos/magento-grey.png)
}

.magento-logo:hover {
    background-image: url(../img/retail/logos/magento.png)
}

.os-commerce-logo {
    background-image: url(../img/retail/logos/os-commerce-grey.png)
}

.os-commerce-logo:hover {
    background-image: url(../img/retail/logos/os-commerce.png)
}

.weebly-logo {
    background-image: url(../img/retail/logos/weebly-grey.png)
}

.weebly-logo:hover {
    background-image: url(../img/retail/logos/weebly.png)
}

.zencart-logo {
    background-image: url(../img/retail/logos/zencart-grey.png)
}

.zencart-logo:hover {
    background-image: url(../img/retail/logos/zencart.png)
}

.square-space-logo {
    background-image: url(../img/retail/logos/squarespace-grey.png)
}

.square-space-logo:hover {
    background-image: url(../img/retail/logos/squarespace.png)
}

.x-cart-logo {
    background-image: url(../img/retail/logos/x-cart-grey.png)
}

.x-cart-logo:hover {
    background-image: url(../img/retail/logos/x-cart.png)
}

.three-D-cart-logo {
    background-image: url(../img/retail/logos/3dcart-grey.png)
}

.three-D-cart-logo:hover {
    background-image: url(../img/retail/logos/3dcart.png)
}

.opencart-logo {
    background-image: url(../img/retail/logos/opencart-grey.png)
}

.opencart-logo:hover {
    background-image: url(../img/retail/logos/opencart.png)
}

.pinnacle-cart-logo {
    background-image: url(../img/retail/logos/pinnacle-cart-grey.png)
}

.pinnacle-cart-logo:hover {
    background-image: url(../img/retail/logos/pinnacle-cart.png)
}

.volusion-logo {
    background-image: url(../img/retail/logos/volusion-grey-small.png)
}

.volusion-logo:hover {
    background-image: url(../img/retail/logos/volusion-small.png)
}

.casino-game-software-bg {
    background-image: url(../img/gaming/online-casio-softwawre-background.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    height: auto
}

.casino-game-software-bg.real-estate-valuation-bg {
    background-image: url(../img/real-estate/background/real-estate-valuation.jpg)
}

.casino-game-software-bg.retail-dealership-bg {
    background-image: url(../img/retail/background/dealership-management-bg.jpg)
}

.img-with {
    width: 100%
}

.online-casino-software-sec {
    margin: 0;
    padding-top: 60px
}

@media(min-width:0px) and (max-width:767px) {
    .online-casino-software-sec .icons-setting {
        text-align: center
    }
}

@media(min-width:768px) and (max-width:991px) {
    .online-casino-software-sec .icons-setting {
        padding-left: 30px
    }
}

@media(min-width:992px) and (max-width:1100px) {
    .online-casino-software-sec .icons-setting {
        padding-left: 30px
    }
}

@media(min-width:0px) and (max-width:767px) {
    .online-casino-software-sec .margin-bottom-50 {
        margin-bottom: 0 !important
    }
}

.online-casino-software-sec ul li {
    line-height: 28px;
    list-style-image: url(../img/gaming/check-mark.png)
}

@media(min-width:0px) and (max-width:767px) {
    .online-casino-software-sec ul li {
        list-style: none
    }
}

@media(min-width:0px) and (max-width:991px) {
    .online-casino-software-sec.idx-integration-sec ul {
        margin-left: 0 !important
    }

    .online-casino-software-sec.idx-integration-sec ul li {
        list-style: none
    }
}

@media(min-width:0px) and (max-width:767px) {
    .margin-top-767 {
        margin-top: 0
    }
}

.game-development-solution-bg {
    background-image: url(../img/gaming/video-game-development-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
    z-index: 0;
    margin-top: -130px
}

@media(min-width:992px) and (max-width:1200px) {
    .game-development-solution-bg {
        height: 550px;
        margin-top: -125px
    }
}

@media(min-width:0px) and (max-width:767px) {
    .game-development-solution-bg {
        display: none
    }
}

.game-development-solution-bg.real-estate-management-bottom-bg {
    background-image: url(../img/real-estate/background/real-estate-management-bottom-bg.jpg)
}

.game-development-solution-bg.retail-store-grocery-bottom-bg {
    background-image: url(../img/retail/background/retail-store-grocery-bottom-bg.jpg)
}

.game-development-solution-bg.CRM-implementation-services-bg {
    background-image: url(../img/crm/background/crm-implementation-services-bg.jpg);
    margin-top: 0;
    height: 400px
}

@media(min-width:0px) and (max-width:767px) {
    .game-development-solution-bg.CRM-implementation-services-bg {
        display: block
    }
}

.e-commerce-technology-logo-bg {
    background-size: cover
}

.e-commerce-technology-logo-bg .logos {
    padding-top: 80px;
    padding-bottom: 80px
}

@media(min-width:0px) and (max-width:767px) {
    .e-commerce-technology-logo-bg .logos {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.z-index-1 {
    z-index: 1
}

.playing-cards-sec-bg {
    background: url(../img/gaming/online-casio-softwawre-bg-bottom.jpg) no-repeat center bottom;
    background-size: cover;
    min-height: 400px;
    margin-top: 155px
}

.fantacy-sports-software-bg {
    background-image: url(../img/gaming/fantasy-sports-software.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 900px
}

@media(min-width:0px) and (max-width:767px) {
    .fantacy-sports-software-bg {
        background-image: none !important
    }
}

.fantacy-sports-software-bg.real-estate-transaction-bottom-bg {
    background-image: url(../img/real-estate/background/real-estate-transaction-bottom-bg.png);
    background-color: #ebffff
}

@media(min-width:0px) and (max-width:767px) {
    .fantacy-sports-software-bg.real-estate-transaction-bottom-bg {
        background-image: none
    }
}

.fantacy-sports-software-bg.magento-development-bottom-bg {
    min-height: 1010px;
    background-image: url(../img/retail/background/magento-development-bottom-bg.png)
}

@media(min-width:0px) and (max-width:767px) {
    .fantacy-sports-software-bg.magento-development-bottom-bg {
        background-image: none
    }
}

.fantacy-sports-software-bg.Solar-Software-Solutions-bottom-bg {
    min-height: 840px
}

@media(min-width:0px) and (max-width:767px) {
    .fantacy-sports-software-bg.Solar-Software-Solutions-bottom-bg {
        background-image: none
    }
}

.fantacy-sports-software-bg.Wind-Software-Development-bottom-bg {
    min-height: 1050px
}

@media(min-width:1366px) and (max-width:1920px) {
    .fantacy-sports-software-bg.Wind-Software-Development-bottom-bg {
        min-height: 1105px
    }
}

@media(min-width:768px) and (max-width:992px) {
    .fantacy-sports-software-bg.Wind-Software-Development-bottom-bg {
        min-height: 960px
    }
}

@media(min-width:0px) and (max-width:767px) {
    .fantacy-sports-software-bg.Wind-Software-Development-bottom-bg {
        background-image: none
    }
}

.fantacy-sports-software-bg.health-information-exchange-bottom-bg {
    min-height: 1010px;
    background-color: #ebffff;
    background-image: url(../img/healthcare/background/health-information-bg.png)
}

@media(min-width:0px) and (max-width:767px) {
    .fantacy-sports-software-bg.health-information-exchange-bottom-bg {
        background-image: none
    }
}

.fantacy-sports-software-bg.mrp-system-software-solutions {
    min-height: 1045px
}

@media(min-width:0px) and (max-width:767px) {
    .fantacy-sports-software-bg.mrp-system-software-solutions {
        background-image: none !important
    }
}

.fantacy-sports-software-bg.sports-analytics-athlete {
    min-height: 820px
}

@media(min-width:0px) and (max-width:991px) {
    .no-position-sm {
        position: relative !important
    }
}

.we-ensure-compliance-sec {
    background-image: url(../img/gaming/we-ensure-compliance-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    height: auto
}

.we-ensure-compliance-sec h3,
.we-ensure-compliance-sec .blog-description-content h4,
.blog-description-content .we-ensure-compliance-sec h4 {
    margin-bottom: 20px
}

.we-ensure-compliance-sec p {
    font-size: 20px;
    line-height: 26px;
    margin: 0
}

.we-ensure-compliance-sec.gambling-compliance-sec {
    background-image: url(../img/gaming/gambling-regulation-bg.jpg)
}

.line-heigh-para p {
    line-height: 26px
}

.featured-sec-box {
    background: #fff;
    box-shadow: 0 0 10px 0 #000;
    min-height: 230px;
    text-align: center;
    transition: all ease .8s
}

.featured-sec-box h6,
.featured-sec-box .feature-content-text {
    font-size: 16px;
    margin: 20px 10px 0;
    color: #000;
    line-height: 22px
}

@media(min-width:992px) and (max-width:1010px) {

    .featured-sec-box h6,
    .featured-sec-box .feature-content-text {
        margin: 20px 6px 0
    }
}

.featured-sec-box h6.header-min-height,
.featured-sec-box .feature-content-text.header-min-height {
    min-height: 50px
}

@media(min-width:1200px) and (max-width:1372px) {

    .featured-sec-box h6.header-min-height,
    .featured-sec-box .feature-content-text.header-min-height {
        min-height: 80px
    }
}

@media(min-width:992px) and (max-width:1153px) {

    .featured-sec-box h6.header-min-height,
    .featured-sec-box .feature-content-text.header-min-height {
        min-height: 70px
    }
}

@media(min-width:0) and (max-width:991px) {

    .featured-sec-box h6.header-min-height,
    .featured-sec-box .feature-content-text.header-min-height {
        min-height: auto
    }
}

.featured-sec-box h6.header-min-height.header-min-height-new,
.featured-sec-box .feature-content-text.header-min-height.header-min-height-new {
    min-height: 70px
}

@media(min-width:1200px) and (max-width:1433px) {

    .featured-sec-box h6.header-min-height.header-min-height-new,
    .featured-sec-box .feature-content-text.header-min-height.header-min-height-new {
        min-height: 95px
    }
}

@media(min-width:992px) and (max-width:1194px) {

    .featured-sec-box h6.header-min-height.header-min-height-new,
    .featured-sec-box .feature-content-text.header-min-height.header-min-height-new {
        min-height: 88px
    }
}

@media(min-width:0) and (max-width:991px) {

    .featured-sec-box h6.header-min-height.header-min-height-new,
    .featured-sec-box .feature-content-text.header-min-height.header-min-height-new {
        min-height: auto
    }
}

@media(min-width:0px) and (max-width:991px) {
    .featured-sec-box {
        margin-bottom: 20px
    }
}

@media(min-width:1200px) and (max-width:1212px) {
    .featured-sec-box h6 {
        font-size: 15px
    }
}

.featured-sec-box:hover {
    background: #8A2BE2
}

.featured-sec-box:hover h6 {
    color: #fff
}

.featured-sec-box:hover .site-button {
    color: #fff;
    border-color: #fff
}

@media(min-width:992px) and (max-width:1070px) {
    .featured-sec-box.real-estate-featured-box .above-992-below-1070-br-none {
        display: none
    }
}

@media(min-width:1200px) and (max-width:1284px) {
    .featured-sec-box.real-estate-featured-box .above-992-below-1070-br-none {
        display: none
    }
}

@media(min-width:1512px) {
    .featured-sec-box.real-estate-featured-box .above-992-below-1070-br-none {
        display: none
    }
}

.sports-beating-software-bg {
    background: url(../img/gaming/sports-betting.png) no-repeat left bottom;
    background-color: #ebffff;
    background-size: contain
}

@media(min-width:0px) and (max-width:1199px) {
    .sports-beating-software-bg {
        background: 0 0
    }
}

@media(min-width:1200px) and (max-width:1366px) {
    .sports-beating-software-bg {
        background-position-x: -170px
    }
}

@media(min-width:1367px) and (max-width:1550px) {
    .sports-beating-software-bg {
        background-position-x: -135px
    }
}

@media(min-width:0px) and (max-width:1199px) {
    .sports-beating-software-bg.ach-payment-processing {
        background: 0 0 !important
    }
}

@media(min-width:1200px) and (max-width:1366px) {
    .sports-beating-software-bg.ach-payment-processing {
        background-position-x: -113px !important
    }
}

@media(min-width:1367px) and (max-width:1690px) {
    .sports-beating-software-bg.ach-payment-processing {
        background-position-x: -80px !important
    }
}

@media(min-width:1118px) and (max-width:1199px) {
    .br-hidden-1199 {
        display: none
    }
}

@media(min-width:1615px) {
    .br-hidden-1615 {
        display: none
    }
}

@media(min-width:992px) and (max-width:1466px) {
    .br-hidden-below-1466 {
        display: none !important
    }
}

@media(min-width:1467px) and (max-width:1786px) {
    .br-hidden-1467-to-1786 {
        display: none !important
    }
}

@media(min-width:1467px) {
    .br-hidden-1467-above {
        display: none !important
    }
}

.margin-bottom-60 {
    margin-bottom: 60px
}

.wrapper-slide {
    margin: 0 auto;
    width: 630px;
    position: relative
}

@media(min-width:0px) and (max-width:630px) {
    .wrapper-slide {
        width: auto
    }
}

@media(min-width:0px) and (max-width:630px) {
    .wrapper-slide .col-xs-12 {
        padding: 0 2.5%
    }
}

.desktop-slide-2 {
    position: absolute;
    z-index: 10;
    width: 630px;
    min-height: 600px;
    background: url(../img/gaming/video-gaming-1.png) no-repeat center center;
    background-size: contain;
    pointer-events: none
}

@media(-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .desktop-slide-2 {
        pointer-events: none
    }
}

@media(min-width:0px) and (max-width:840px) {
    .desktop-slide-2 {
        width: auto;
        background: 0 0
    }
}

.desktop-slide-2 .tablet-mobile-img {
    bottom: 66px;
    position: absolute;
    left: -90px
}

@media(min-width:0px) and (max-width:991px) {
    .desktop-slide-2 .tablet-mobile-img {
        display: none
    }
}

.desktop-slide-2 .laptop-img {
    bottom: 66px;
    position: absolute;
    right: -90px
}

@media(min-width:0px) and (max-width:991px) {
    .desktop-slide-2 .laptop-img {
        display: none
    }
}

.desktop-slide-2 .laptop-img.laptop-img-new {
    right: -165px
}

.desktop-slide-2.netsuite-desktop-size {
    width: 800px;
    min-height: 460px
}

@media(min-width:0px) and (max-width:850px) {
    .desktop-slide-2.netsuite-desktop-size {
        min-height: 290px;
        width: 100%;
        background-image: url(../img/solutions/erp/netsuite/background/laptop-bg.jpg) !important;
        background-size: cover !important;
        background-repeat: no-repeat;
        border-radius: 0
    }
}

.desktop-slide {
    min-height: 480px;
    position: relative;
    z-index: 0
}

@media(min-width:0px) and (max-width:650px) {
    .desktop-slide {
        min-height: auto
    }
}

@media(min-width:651px) and (max-width:840px) {
    .desktop-slide {
        min-height: 410px
    }
}

@media(min-width:651px) and (max-width:840px) {
    .desktop-slide.netsuite-desktop-slide {
        min-height: auto
    }
}

.desktop-slide.slider {
    width: 585px;
    margin: 54px 0 0 21px;
    position: absolute
}

.desktop-slide.slider .slick-next:before,
.desktop-slide.slider .slick-prev:before {
    display: none
}

@media(min-width:0px) and (max-width:650px) {
    .desktop-slide.slider {
        margin: 25px 0 0 3px
    }
}

@media(min-width:460px) and (max-width:600px) {
    .desktop-slide.slider {
        width: 94%
    }
}

@media(min-width:601px) and (max-width:630px) {
    .desktop-slide.slider {
        width: 94%
    }
}

@media(min-width:0px) and (max-width:460px) {
    .desktop-slide.slider {
        width: 92%
    }
}

@media(min-width:651px) and (max-width:767px) {
    .desktop-slide.slider {
        margin-left: 5px
    }
}

@media(min-width:768px) and (max-width:840px) {
    .desktop-slide.slider {
        margin-left: 0
    }
}

.desktop-slide.netsuite-desktop-slide.slider {
    z-index: 999;
    width: 605px;
    margin: 0 auto;
    position: relative;
    top: 90px
}

@media(min-width:0px) and (max-width:850px) {
    .desktop-slide.netsuite-desktop-slide.slider {
        top: 10px;
        width: 100%
    }
}

.desktop-slide.microsoft-desktop-slide.slider {
    margin: 50px 0 0 21px
}

@media(min-width:0px) and (max-width:650px) {
    .desktop-slide.microsoft-desktop-slide.slider {
        margin: 0 0 0 15px
    }
}

.desktop-slide .slick-slide img {
    width: 100%
}

@media(min-width:460px) and (max-width:600px) {
    .desktop-slide .slick-slide img {
        margin-top: 0
    }
}

.desktop-slide .slick-dots {
    text-align: center;
    bottom: -71px !important
}

@media(min-width:460px) and (max-width:650px) {
    .desktop-slide .slick-dots {
        text-align: center !important;
        padding: 0;
        bottom: -45px !important
    }
}

@media(min-width:651px) and (max-width:840px) {
    .desktop-slide .slick-dots {
        bottom: -10px !important
    }
}

@media(min-width:0px) and (max-width:460px) {
    .desktop-slide .slick-dots {
        bottom: -32px !important
    }
}

.desktop-slide li button:before {
    font-family: 'droid, Inter, sans-serif' !important;
    font-size: 60px !important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .45;
    color: #000
}

.desktop-slide .slick-prev {
    left: -250px !important;
    background: url(../img/gaming/prev.png) no-repeat center center;
    width: 38px !important;
    height: 69px !important
}

.desktop-slide .slick-prev:hover,
.desktop-slide .slick-prev:focus {
    background: url(../img/gaming/prev.png) no-repeat center center !important
}

@media(min-width:992px) and (max-width:1100px) {
    .desktop-slide .slick-prev {
        left: -120px !important;
        top: 36%
    }
}

@media(min-width:1101px) {
    .desktop-slide .slick-prev {
        left: -220px !important;
        top: 36%
    }
}

.desktop-slide .slick-next {
    right: -250px !important;
    background: url(../img/gaming/next.png) no-repeat center center;
    width: 38px !important;
    height: 69px !important;
    color: transparent;
    border: none
}

.desktop-slide .slick-next:hover,
.desktop-slide .slick-next:focus {
    background: url(../img/gaming/next.png) no-repeat center center !important
}

@media(min-width:992px) and (max-width:1100px) {
    .desktop-slide .slick-next {
        right: -120px !important;
        top: 28%
    }
}

@media(min-width:1101px) {
    .desktop-slide .slick-next {
        right: -210px !important;
        top: 28%
    }
}

@media(min-width:0px) and (max-width:991px) {
    .desktop-slide .slick-next {
        background: 0 0
    }
}

@media(min-width:0px) and (max-width:991px) {
    .desktop-slide button {
        display: none !important
    }
}

.text-slide-design {
    min-height: 320px;
    position: relative;
    z-index: 0
}

@media(min-width:0px) and (max-width:991px) {
    .text-slide-design {
        min-height: auto
    }
}

.text-slide-design.slider {
    width: auto;
    margin: 22px 0 0 22px
}

@media(min-width:0px) and (max-width:560px) {
    .text-slide-design.slider {
        margin: 22px 0 0 3px
    }
}

.slick-slide:focus {
    outline: none
}

@media(min-width:0px) and (max-width:1199px) {
    .padding-left-right-4-percent {
        padding-left: 4%;
        padding-right: 4%
    }
}

.padding-left-4-percent {
    padding-left: 4%
}

.padding-right-4-percent {
    padding-right: 4%
}

padding-right-5-percent {
    padding-right: 5%
}

.contact-us-home {
    min-height: 200px;
    background: #8A2BE2
}

.contact-us-home .request-consult {
    margin-top: 15px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    border: 3px solid #fff;
    border-radius: 25px;
    padding: 12px 20px;
    color: #fff;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease
}

.contact-us-home .request-consult:hover {
    color: #fff;
    border: 3px solid #8A2BE2
}

.contact-us-home h3,
.contact-us-home .blog-description-content h4,
.blog-description-content .contact-us-home h4 {
    color: #fff
}

.contact-us-home p {
    color: #fff
}

.contact-us-home.with-map-section {
    min-height: 295px
}

.map-sec .inner-box {
    position: absolute;
    top: 0;
    z-index: 999;
    margin-top: -65px;
    background: #fff;
    min-height: 200px;
    text-align: center
}

@media(min-width:0px) and (max-width:767px) {
    .map-sec .inner-box {
        position: relative
    }
}

.map-sec .inner-box h5 {
    font-size: 14px;
    margin-top: 10px
}

.map-sec .inner-box p {
    font-size: 11px;
    margin: 0;
    padding: 0
}

.map-sec .inner-box .our-office {
    border-right: 1px solid #ddd;
    padding-top: 45px;
    padding-bottom: 20px
}

@media(min-width:0px) and (max-width:767px) {
    .map-sec .inner-box .our-office {
        border-right: none;
        border-bottom: 1px solid #ddd
    }
}

.map-sec .inner-box .our-mail {
    border-right: 1px solid #ddd;
    padding-top: 45px;
    padding-bottom: 20px
}

@media(min-width:0px) and (max-width:767px) {
    .map-sec .inner-box .our-mail {
        border-right: none;
        border-bottom: 1px solid #ddd
    }
}

.map-sec .inner-box .our-phone {
    padding-top: 45px;
    padding-bottom: 20px
}

@media(min-width:0px) and (max-width:767px) {
    .map-sec .inner-box .our-phone {
        border-bottom: 1px solid #ddd
    }
}

.font-extra-bold {
    font-weight: 900 !important
}

.margin-bottom-40 {
    margin-bottom: 40px
}

.mobile-margin-top {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto
}

@media(min-width:768px) and (max-width:991px) {
    .mobile-margin-top {
        margin-top: 0;
        margin-bottom: 40px
    }
}

@media(min-width:0px) and (max-width:767px) {
    .mobile-margin-top {
        margin-bottom: 30px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .mobile-margin-top {
        margin-top: 120px
    }
}

@media(min-width:1200px) and (max-width:1366px) {
    .mobile-margin-top {
        margin-top: 85px
    }
}

@media(min-width:0px) and (max-width:767px) {
    .mobile-margin-top.mls-laptop-margin-top {
        margin-bottom: 20px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .mobile-margin-top.fitness-club-margin-top {
        margin-top: 90px
    }
}

.mobile-margin-top.autodesk-forge-margin-top {
    margin-top: 75px
}

@media(min-width:1200px) and (max-width:1366px) {
    .mobile-margin-top.autodesk-forge-margin-top {
        margin-top: 220px
    }
}

@media(min-width:1367px) and (max-width:1550px) {
    .mobile-margin-top.autodesk-forge-margin-top {
        margin-top: 140px
    }
}

@media(min-width:1551px) and (max-width:1850px) {
    .mobile-margin-top.autodesk-forge-margin-top {
        margin-top: 100px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .mobile-margin-top.custom-telehealth-img-margin-top {
        margin-top: 220px
    }
}

.gaming-software-text {
    color: #fff;
    position: absolute;
    bottom: 15%;
    left: 0%;
    width: 100%
}

@media(min-width:461px) and (max-width:840px) {
    .gaming-software-text {
        bottom: 11%
    }
}

@media(min-width:0px) and (max-width:460px) {
    .gaming-software-text {
        left: 27%;
        bottom: 13%;
        width: 285px
    }
}

.gaming-software-text h2 {
    font-size: 24px;
    line-height: 35px;
    text-align: center
}

@media(min-width:0px) and (max-width:460px) {
    .gaming-software-text h2 {
        font-size: 21px;
        line-height: 30px
    }
}

.gaming-software-text p {
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    font-weight: 700
}

@media(min-width:0px) and (max-width:460px) {
    .gaming-software-text p {
        font-size: 18px;
        line-height: 28px
    }
}

.gaming-software-text ul {
    margin-left: 30px;
    position: relative;
    left: 28%
}

@media(min-width:0px) and (max-width:460px) {
    .gaming-software-text ul {
        left: 0%
    }
}

.gaming-software-text ul li {
    font-size: 17px;
    line-height: 28px
}

@media(min-width:0px) and (max-width:460px) {
    .gaming-software-text ul li {
        font-size: 15px;
        line-height: 25px
    }
}

.gaming-software-text ul.ul-left-18 {
    left: 18%
}

.gaming-software-text .site-button {
    border: 3px solid #fff;
    text-align: center;
    margin: 0 auto;
    width: 145px;
    display: block
}

.gaming-software-text.online-casino-text-box ul {
    left: 30%
}

@media(min-width:0px) and (max-width:460px) {
    .gaming-software-text.online-casino-text-box ul {
        left: 14%
    }
}

.gaming-software-text.real-estate-software-text h2 {
    font-size: 22px
}

.gaming-software-text.real-estate-software-text ul {
    margin-left: 45px
}

.gaming-software-text.content-bottom-5 {
    bottom: 5%
}

.gaming-software-text.netsuite-text {
    color: #66f;
    position: relative;
    width: 605px;
    text-align: center
}

@media(min-width:0px) and (max-width:460px) {
    .gaming-software-text.netsuite-text {
        left: 0;
        bottom: 0
    }
}

.gaming-software-text.netsuite-text .site-button {
    border: 3px solid #ef5a16
}

.gaming-software-text.netsuite-text ul {
    margin-left: 30px;
    position: relative;
    left: 0;
    text-align: center;
    margin: 0 auto;
    display: inline-block
}

.gaming-software-text.netsuite-text ul li {
    text-align: left
}

.gaming-software-text.microsoft-text {
    bottom: 12%;
    text-align: center
}

.gaming-software-text.microsoft-text ul {
    margin-left: 0;
    position: relative;
    left: 0;
    text-align: center;
    margin: 0 auto;
    display: inline-block
}

.gaming-software-text.microsoft-text ul li {
    text-align: left
}

@media(min-width:0px) and (max-width:460px) {
    .gaming-software-text.microsoft-text {
        left: 0;
        width: 100%;
        bottom: 14%
    }
}

@media(min-width:461px) and (max-width:840px) {
    .gaming-software-text.microsoft-text {
        bottom: 10%
    }
}

.gaming-software-programming {
    min-height: 800px;
    padding-top: 60px;
    padding-bottom: 0 !important
}

@media(min-width:0px) and (max-width:359px) {
    .gaming-software-programming {
        min-height: 750px
    }
}

@media(min-width:360px) and (max-width:419px) {
    .gaming-software-programming {
        min-height: 750px
    }
}

@media(min-width:420px) and (max-width:527px) {
    .gaming-software-programming {
        min-height: 715px
    }
}

@media(min-width:528px) and (max-width:650px) {
    .gaming-software-programming {
        min-height: 650px
    }
}

@media(min-width:651px) and (max-width:840px) {
    .gaming-software-programming {
        min-height: 665px
    }
}

.gaming-software-programming.healthcare-software-development {
    min-height: 760px
}

@media(min-width:0px) and (max-width:359px) {
    .gaming-software-programming.healthcare-software-development {
        min-height: 700px
    }
}

@media(min-width:360px) and (max-width:419px) {
    .gaming-software-programming.healthcare-software-development {
        min-height: 680px
    }
}

@media(min-width:420px) and (max-width:527px) {
    .gaming-software-programming.healthcare-software-development {
        min-height: 640px
    }
}

@media(min-width:528px) and (max-width:650px) {
    .gaming-software-programming.healthcare-software-development {
        min-height: 620px
    }
}

@media(min-width:651px) and (max-width:840px) {
    .gaming-software-programming.healthcare-software-development {
        min-height: 645px
    }
}

.gaming-software-programming.microsoft-desktop-main {
    min-height: 630px
}

@media(min-width:0px) and (max-width:840px) {
    .gaming-software-programming.microsoft-desktop-main {
        min-height: 465px
    }
}

.video-game-development-sec {
    margin-top: 0
}

@media(min-width:0px) and (max-width:325px) {
    .video-game-development-sec {
        margin-top: 10px
    }
}

.padding-top-bottom-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.animate-box-arrow {
    position: absolute;
    left: 50%;
    margin-left: -30px;
    height: auto;
    width: 60px;
    z-index: 999;
    bottom: 15px;
    -webkit-animation: mymove 3s ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation: mymove 3s infinite ease-in-out;
    animation-fill-mode: forwards
}

.animate-box-arrow p {
    margin: 0 0 5px 0;
    text-align: center
}

.animate-box-arrow img {
    margin: 0 auto;
    display: block;
    cursor: pointer
}

@-webkit-keyframes mymove {
    0% {
        bottom: 15px
    }

    50% {
        bottom: 30px
    }

    100% {
        bottom: 15px
    }
}

@keyframes mymove {
    0% {
        bottom: 15px
    }

    50% {
        bottom: 30px
    }

    100% {
        bottom: 15px
    }
}

.timer-sec div {
    text-align: center;
    color: #fff
}

.timer-sec .data-text {
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 40px !important;
    display: inline-block
}

.timer-sec .App-Built {
    background-color: #5c159d;
    padding-bottom: 14px;
    padding-top: 14px;
    min-height: 216px
}

.timer-sec .Happy-Customers {
    background-color: #5c159d;
    padding-bottom: 14px;
    padding-top: 14px;
    min-height: 216px
}

.timer-sec .Repeat-Business {
    background-color: #5c159d;
    padding-bottom: 14px;
    padding-top: 14px;
    min-height: 216px
}

.timer-sec .Developers {
    background-color: #5c159d;
    padding-bottom: 14px;
    padding-top: 14px;
    min-height: 216px
}

.timer-sec .timer-title:before {
    position: absolute;
    content: "";
    background-color: #fff;
    height: 2px;
    width: 33px;
    bottom: 85px;
    left: calc((100% - 33px)/2)
}

@media(min-width:992px) and (max-width:1261px) {

    .timer-sec .App-Built,
    .timer-sec .Happy-Customers,
    .timer-sec .Repeat-Business,
    .timer-sec .Developers {
        min-height: 217px
    }
}

.online-gaming-engines-box {
    width: 55px;
    margin: 0 auto
}

@media(min-width:0px) and (max-width:767px) {
    .online-gaming-engines-box {
        margin: 0 auto
    }
}

.online-gaming-engines-box.shopping-cart-box {
    width: 60px
}

.ar-vr-teal-icon-box {
    width: 63px;
    margin: 0 auto;
    text-align: center
}

@media(min-width:0px) and (max-width:767px) {
    .ar-vr-teal-icon-box {
        margin: 0 auto
    }
}

@media(min-width:0px) and (max-width:991px) {
    .ar-vr-teal-icon-box .supply-chain-management-teal-icon {
        margin: 0 auto
    }
}

.idx-integration-sec {
    padding-top: 60px;
    background-image: url(../img/real-estate/background/idx-integration.png);
    background-repeat: no-repeat;
    background-position: 0% 60%
}

@media(min-width:0px) and (max-width:991px) {
    .idx-integration-sec {
        background-image: none
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .idx-integration-sec {
        background-image: url(../img/real-estate/background/idx-integration-below-1199.png)
    }
}

@media(min-width:1651px) {
    .idx-integration-sec {
        background-image: url(../img/real-estate/background/idx-integration-for-big-screen.png)
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .idx-integration-sec {
        background-position-x: -35px
    }
}

@media(min-width:1200px) and (max-width:1350px) {
    .idx-integration-sec {
        background-position-x: -122px
    }
}

@media(min-width:1350px) and (max-width:1450px) {
    .idx-integration-sec {
        background-position-x: -70px
    }
}

@media(min-width:1651px) and (max-width:1750px) {
    .idx-integration-sec {
        background-position-x: -100px
    }
}

@media(min-width:1751px) and (max-width:1850px) {
    .idx-integration-sec {
        background-position-x: -58px
    }
}

@media(min-width:0px) and (max-width:991px) {
    .idx-integration-sec .icons-setting {
        text-align: center;
        padding-left: 0
    }
}

@media(min-width:992px) and (max-width:1100px) {
    .idx-integration-sec .icons-setting {
        padding-left: 30px
    }
}

.padding-bottom-60 {
    padding-bottom: 60px
}

.padding-top-60 {
    padding-top: 60px
}

.line-height-twenty-two {
    line-height: 22px
}

.partner-logo-on-heroshot {
    position: absolute;
    left: 0;
    bottom: 20px;
    text-align: center;
    width: 100%
}

.custom-clover-paragraph p {
    font-size: 17px;
    line-height: 24px
}

.img-margin-top-30 {
    margin-top: 30px
}

@media(min-width:992px) and (max-width:1079px) {
    .img-margin-top-30 {
        margin-top: 165px
    }
}

@media(min-width:1080px) and (max-width:1200px) {
    .img-margin-top-30 {
        margin-top: 120px
    }
}

@media(min-width:1200px) and (max-width:1366px) {
    .img-margin-top-30 {
        margin-top: 140px
    }
}

@media(min-width:1367px) and (max-width:1596px) {
    .img-margin-top-30 {
        margin-top: 100px
    }
}

.img-margin-top-260 {
    margin-top: 105px
}

@media(min-width:1200px) and (max-width:1366px) {
    .img-margin-top-260 {
        margin-top: 260px
    }
}

@media(min-width:1367px) and (max-width:1596px) {
    .img-margin-top-260 {
        margin-top: 325px
    }
}

@media(min-width:992px) and (max-width:1079px) {
    .img-margin-top-zero {
        margin-top: 238px
    }
}

@media(min-width:1080px) and (max-width:1200px) {
    .img-margin-top-zero {
        margin-top: 230px
    }
}

@media(min-width:1200px) and (max-width:1369px) {
    .img-margin-top-zero {
        margin-top: 235px
    }
}

@media(min-width:1370px) and (max-width:1792px) {
    .img-margin-top-zero {
        margin-top: 130px
    }
}

@media(min-width:1793px) and (max-width:1820px) {
    .img-margin-top-zero {
        margin-top: 95px
    }
}

@media(min-width:1820px) and (max-width:1900px) {
    .img-margin-top-zero {
        margin-top: 25px
    }
}

@media(min-width:0px) and (max-width:460px) {
    .custom-clover-heading h2.margin-bottom-50 {
        margin-bottom: 15px
    }
}

.shopping-cart-with-img-margin-auto {
    margin-left: auto;
    margin-right: 0
}

@media(min-width:0px) and (max-width:767px) {
    .shopping-cart-with-img-margin-auto {
        margin: auto;
        padding-right: 15px
    }
}

.display-block {
    display: block
}

@media(min-width:0px) and (max-width:991px) {
    .airline-reservation .margin-bottom-100 {
        margin-bottom: 0 !important
    }

    .airline-reservation .margin-bottom-100.finance-margin-bottom-100 {
        margin-bottom: 30px !important
    }
}

@media(min-width:0px) and (max-width:991px) {
    .oracle-bottom-sm .margin-bottom-100 {
        margin-bottom: 40px !important
    }
}

.custom-sap-hana-sec h2 {
    padding-left: 20px
}

@media(min-width:0px) and (max-width:992px) {
    .custom-sap-hana-sec h2 {
        padding-left: 0;
        text-align: center
    }
}

.custom-sap-hana-sec .sap-hana-icons {
    text-align: center
}

@media(min-width:0px) and (max-width:991px) {

    .custom-sap-hana-sec h3,
    .custom-sap-hana-sec .blog-description-content h4,
    .blog-description-content .custom-sap-hana-sec h4 {
        text-align: center;
        margin-top: 10px
    }
}

.sap-hana-data-platform-sec h2 {
    padding-left: 18%
}

@media(min-width:0px) and (max-width:992px) {
    .sap-hana-data-platform-sec h2 {
        padding-left: 0;
        text-align: center
    }
}

.sap-hana-data-platform-sec .sap-hana-icons {
    text-align: center
}

@media(min-width:0px) and (max-width:991px) {

    .sap-hana-data-platform-sec h3,
    .sap-hana-data-platform-sec .blog-description-content h4,
    .blog-description-content .sap-hana-data-platform-sec h4 {
        text-align: center;
        margin-top: 10px
    }
}

.faq-frequtly-ask-question h3,
.faq-frequtly-ask-question .blog-description-content h4,
.blog-description-content .faq-frequtly-ask-question h4 {
    font-size: 24px
}

@media(min-width:992px) and (max-width:1068px) {

    .faq-frequtly-ask-question h3,
    .faq-frequtly-ask-question .blog-description-content h4,
    .blog-description-content .faq-frequtly-ask-question h4 {
        font-size: 21px
    }
}

@media(min-width:1200px) and (max-width:1283px) {

    .faq-frequtly-ask-question h3,
    .faq-frequtly-ask-question .blog-description-content h4,
    .blog-description-content .faq-frequtly-ask-question h4 {
        font-size: 21px
    }
}

.faq-frequtly-ask-question h3 span,
.faq-frequtly-ask-question .blog-description-content h4 span,
.blog-description-content .faq-frequtly-ask-question h4 span {
    display: inline-block;
    margin-right: 7px
}

.faq-frequtly-ask-question ul {
    margin-left: 30px;
    list-style: circle
}

.faq-frequtly-ask-question ul li {
    margin: 10px 0
}

.faq-frequtly-ask-question ul li a {
    color: #000;
    transition: all .2s ease;
    border-bottom: dashed 1px;
    padding-bottom: 1px
}

.faq-frequtly-ask-question ul li a:hover {
    color: #8A2BE2
}

.border-teal-with-60-percent {
    height: 1px;
    background: #8A2BE2;
    width: 60%;
    margin: 0 auto
}

.CRM-implementation-Services-sec {
    padding-top: 60px
}

.CRM-implementation-Services-sec .background-bg-row {
    min-height: 630px
}

@media(min-width:992px) and (max-width:1199px) {
    .CRM-implementation-Services-sec .background-bg-row.background-bg-5-row {
        min-height: 1050px
    }
}

@media(min-width:992px) and (max-width:1081px) {
    .CRM-implementation-Services-sec.blockchain-min-height-670 {
        min-height: 670px
    }
}

@media(min-width:0px) and (max-width:991px) {
    .salesforce-CRM-solutions-background {
        background-color: #8A2BE2
    }
}

.salesforce-CRM-solutions-background .salesforce-CRM-solutions {
    padding-top: 350px;
    padding-bottom: 30px
}

@media(min-width:0px) and (max-width:991px) {
    .salesforce-CRM-solutions-background .salesforce-CRM-solutions {
        padding-top: 40px
    }
}

.microsoft-dynamics-CRM-solutions {
    padding-top: 60px;
    padding-bottom: 60px
}

.microsoft-dynamics-CRM-solutions .ms-dynamics-crm-solutions-img {
    padding-top: 50px
}

.line-height-20 {
    line-height: 20px !important
}

.hospitality-travel-software {
    padding-top: 0
}

@media(min-width:1200px) and (max-width:1300px) {
    .hospitality-travel-software {
        padding-top: 30px
    }
}

.revenue-cycle-management-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: auto
}

@media(min-width:0px) and (max-width:1199px) {
    .revenue-cycle-management-bg {
        background-image: none !important
    }
}

@media(min-width:0px) and (max-width:767px) {
    .revenue-cycle-management-bg.food-and-beverage-manufacture-bg {
        background-image: none !important
    }
}

.our-custom-healthcare-integration {
    min-height: 700px
}

.our-custom-healthcare-integration .margin-top-120 {
    margin-top: 120px
}

@media(min-width:0px) and (max-width:991px) {
    .our-custom-healthcare-integration .margin-top-120 {
        margin-top: 0
    }
}

@media(min-width:0px) and (max-width:991px) {
    .our-custom-healthcare-integration .partners-logo-width img {
        width: 140px;
        margin-bottom: 20px
    }
}

.application-development-services .Herd-your-livestock-br {
    display: block
}

.assistive-technology-services {
    background-color: #ebffff;
    background-repeat: no-repeat;
    background-position: left bottom
}

@media(min-width:0px) and (max-width:1199px) {
    .assistive-technology-services {
        background-image: none !important
    }
}

@media(min-width:1200px) and (max-width:1366px) {
    .assistive-technology-services {
        background-position-x: -118px
    }
}

@media(min-width:1366px) and (max-width:1700px) {
    .assistive-technology-services {
        background-position-x: -75px
    }
}

@media(min-width:0px) and (max-width:991px) {
    .custom-veterinary-practice-bg {
        background-image: none !important
    }
}

@media(min-width:1600px) {
    .custom-veterinary-practice-bg {
        background-position-x: 21%
    }
}

@media(min-width:992px) and (max-width:1599px) {
    .custom-veterinary-practice-bg {
        background-position-x: 37%
    }
}

.pacs-software-services {
    background-position-x: 80%
}

@media(min-width:0px) and (max-width:991px) {
    .pacs-software-services {
        background-position-x: 0%
    }
}

.dicom-pacs-logo-sec-bg {
    padding: 20px 0
}

.custom-ui-path-services-automation-bg {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 140px
}

@media(min-width:0px) and (max-width:767px) {
    .custom-ui-path-services-automation-bg {
        padding-bottom: 90px
    }
}

@media(min-width:0px) and (max-width:991px) {

    .the-anatomy-of-uipath h3,
    .the-anatomy-of-uipath .blog-description-content h4,
    .blog-description-content .the-anatomy-of-uipath h4 {
        text-align: center
    }
}

.salesforce-lightning-expertise {
    min-height: 1080px
}

@media(min-width:0px) and (max-width:991px) {
    .salesforce-lightning-expertise {
        background-image: none !important;
        background-color: #8A2BE2
    }
}

.we-securely-integrate-your-software {
    background-color: #f2f2f2
}

.firstdata-we-securely-integrate-your-software-img-tringle {
    height: 300px
}

.firstdata-we-securely-integrate-your-software-img-tringle::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 300px;
    background-image: url(../img/payments/firstdata/background/first-data-developers-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat
}

.firstdata-we-securely-integrate-your-software-img-tringle:after {
    content: "";
    position: absolute;
    top: 0;
    border-bottom: 150px solid transparent;
    border-top: 0 solid transparent;
    border-right: calc(100vw - 0px) solid #f2f2f2;
    z-index: 999
}

.firstdata-services-img-tringle {
    height: 300px
}

.firstdata-services-img-tringle::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 300px;
    background-image: url(../img/payments/firstdata/background/first-data-services-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat
}

.firstdata-services-img-tringle:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    border-bottom: 150px solid transparent;
    border-top: 0 solid transparent;
    border-left: calc(100vw - 17px) solid #fff
}

.green-color {
    color: #00b050
}

.green-background {
    background-color: #05b150;
    background: linear-gradient(to right, #03b150 0%, #8fcf50 100%)
}

.single-icon-center {
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -150px
}

.netsuite-wrapper-slider {
    margin: 0 auto;
    width: 800px;
    height: 800px;
    position: relative;
    border-radius: 50%;
    background: #8A2BE2;
    background: -moz-linear-gradient(-45deg, #49adfc 0%, #2989d8 29%, #2989d8 29%, #207cca 42%, #207cca 42%, #207cca 46%, #6f44af 71%);
    background: -webkit-linear-gradient(-45deg, #49adfc 0%, #2989d8 29%, #2989d8 29%, #207cca 42%, #207cca 42%, #207cca 46%, #6f44af 71%);
    background: linear-gradient(135deg, #49adfc 0%, #2989d8 29%, #2989d8 29%, #207cca 42%, #207cca 42%, #207cca 46%, #6f44af 71%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49adfc', endColorstr='#6f44af', GradientType=1)
}

@media(min-width:0px) and (max-width:850px) {
    .netsuite-wrapper-slider {
        width: 94%;
        height: auto;
        background: 0 0
    }
}

.netsuite-wrapper-slider .with-adjust {
    margin: 75px auto 0;
    width: 800px;
    height: 460px
}

@media(min-width:0px) and (max-width:850px) {
    .netsuite-wrapper-slider .with-adjust {
        width: auto;
        height: 290px;
        margin: 20px auto 15px
    }
}

.netsuite-wrapper-slider h2 {
    padding-top: 130px;
    color: #fff
}

@media(min-width:0px) and (max-width:850px) {
    .netsuite-wrapper-slider h2 {
        padding-top: 0;
        padding-bottom: 10px;
        color: #000
    }
}

@media(min-width:0px) and (max-width:850px) {
    .netsuite-software-solutions-bg {
        padding-bottom: 0;
        background-image: none !important
    }
}

.violet-color {
    color: #66f
}

@media(min-width:768px) {
    .triangle-content-magento.left-right-angle-triangle.left-border-right-angle-common-gradient-color-1::after {
        border-top: 0 solid transparent;
        border-bottom: 200px solid transparent
    }

    .triangle-content-magento.left-right-angle-triangle.left-border-right-angle-common-gradient-color-2::after {
        border-top: 200px solid transparent;
        border-bottom: 0 solid transparent
    }
}

@media(min-width:768px) {
    .triangle-content-magento.right-right-angle-triangle.right-border-right-angle-common-gradient-color-1::after {
        border-top: 0 solid transparent;
        border-bottom: 200px solid transparent;
        border-right: calc(100vw) solid #fff
    }

    .triangle-content-magento.right-right-angle-triangle.right-border-right-angle-common-gradient-color-2::after {
        border-top: 200px solid transparent;
        border-bottom: 0 solid transparent;
        border-right: calc(100vw) solid #fff
    }
}

.netsuite-open-air-professional {
    background: #8A2BE2;
    background: -moz-linear-gradient(left, #03aff1 0%, #2989d8 49%, #673fae 99%);
    background: -webkit-linear-gradient(left, #03aff1 0%, #2989d8 49%, #673fae 99%);
    background: linear-gradient(to right, #03aff1 0%, #2989d8 49%, #673fae 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03aff1', endColorstr='#673fae', GradientType=1)
}

.netsuite-suitepeople-hcm {
    background: #6642b0;
    background: -moz-linear-gradient(-45deg, #6642b0 0%, #4abdf7 50%, #6642b0 100%);
    background: -webkit-linear-gradient(-45deg, #6642b0 0%, #4abdf7 50%, #6642b0 100%);
    background: linear-gradient(135deg, #6642b0 0%, #4abdf7 50%, #6642b0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6642b0', endColorstr='#6642b0', GradientType=1)
}

.line-height-thirty-two {
    line-height: 32px
}

.desktop-sec-bg {
    min-height: 1008px
}

@media(min-width:0px) and (max-width:767px) {
    .desktop-sec-bg {
        background-image: none !important;
        min-height: 480px;
        padding-top: 0;
        margin-top: 0 !important
    }
}

@media(min-width:0px) and (max-width:1199px) {
    .background-overlay-common::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, .6)
    }
}

@media(min-width:0px) and (max-width:1199px) {
    .background-dark-overlay-common::before {
        content: "";
        position: absolute;
        background-color: rgba(0, 0, 0, .6);
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }
}

.sap-business-box {
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, .3);
    text-align: justify;
    margin-bottom: 25px;
    padding: 15px;
    min-height: 300px;
    background: rgba(255, 255, 255, .85);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

@media(min-width:1401px) and (max-width:1740px) {
    .sap-business-box {
        min-height: 365px
    }
}

@media(min-width:1240px) and (max-width:1400px) {
    .sap-business-box {
        min-height: 405px
    }
}

@media(min-width:1200px) and (max-width:1239px) {
    .sap-business-box {
        min-height: 425px
    }
}

.sap-business-box h3,
.sap-business-box .blog-description-content h4,
.blog-description-content .sap-business-box h4 {
    font-size: 18px;
    text-align: center;
    margin-top: 15px
}

.sap-business-box p {
    line-height: 22px
}

.sap-business-box.content-box-min-height {
    min-height: 250px
}

@media(min-width:1068px) and (max-width:1407px) {
    .sap-business-box.content-box-min-height {
        min-height: 300px
    }
}

@media(min-width:992px) and (max-width:1067px) {
    .sap-business-box.content-box-min-height {
        min-height: 335px
    }
}

.color-light-blue {
    color: #0070c0
}

.color-pink {
    color: #bf96df
}

.watson-ai-heading {
    float: right;
    width: calc(100% - 85px)
}

.revit-wrap {
    padding-bottom: 70px
}

@media(min-width:0px) and (max-width:991px) {
    .revit-wrap .pull-right {
        float: none !important
    }
}

.revit-content {
    padding-top: 70px
}

@media(min-width:0px) and (max-width:991px) {
    .revit-content {
        padding-right: 0
    }
}

.revit-content h3,
.revit-content .blog-description-content h4,
.blog-description-content .revit-content h4 {
    text-align: right;
    font-size: 24px;
    color: #00b0f0
}

@media(min-width:0px) and (max-width:991px) {

    .revit-content h3,
    .revit-content .blog-description-content h4,
    .blog-description-content .revit-content h4 {
        text-align: center
    }
}

.revit-content p {
    text-align: right;
    color: #000;
    font-size: 18px;
    line-height: 30px
}

@media(min-width:0px) and (max-width:991px) {
    .revit-content p {
        text-align: center
    }
}

.auto-cad-content {
    padding: 70px 0 0
}

@media(min-width:0px) and (max-width:991px) {
    .auto-cad-content {
        padding-left: 0
    }
}

.auto-cad-content h3,
.auto-cad-content .blog-description-content h4,
.blog-description-content .auto-cad-content h4 {
    font-size: 24px;
    color: #00b0f0
}

@media(min-width:0px) and (max-width:991px) {

    .auto-cad-content h3,
    .auto-cad-content .blog-description-content h4,
    .blog-description-content .auto-cad-content h4 {
        text-align: center
    }
}

.auto-cad-content p {
    color: #fff;
    font-size: 18px;
    line-height: 30px
}

@media(min-width:0px) and (max-width:991px) {
    .auto-cad-content p {
        text-align: center
    }
}

.color-light-sky {
    color: #00b0f0
}

.revit-maya-dark-bg {
    background-size: cover;
    background-attachment: fixed;
    background-position: center
}

@media(min-width:0px) and (max-width:991px) {
    .revit-maya-dark-bg {
        background-image: url(../img/micro-site/background/revit-maya-dark-bg-below.jpg) !important
    }
}

.auto-cad-dark-bg {
    background-size: cover;
    background-attachment: fixed;
    background-position: center
}

@media(min-width:0px) and (max-width:991px) {
    .auto-cad-dark-bg {
        background-image: url(../img/micro-site/background/auto-cad-dark-bg-below.jpg) !important
    }
}

.left-float-icons-common {
    float: left;
    padding: 0 0 0 15px
}

@media(min-width:0px) and (max-width:991px) {
    .left-float-icons-common {
        float: none;
        padding: 0 15px
    }
}

.autocad-content-right {
    padding: 70px 15px 0 0
}

.border-center {
    width: 130px;
    margin: 10px auto;
    border: none;
    background: #ccc;
    height: 2px
}

.img-zoom {
    transition: all .3s ease-out
}

.img-zoom:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.our-payment-terminal-main-bg {
    padding-top: 60px;
    padding-bottom: 60px
}

@media(min-width:0px) and (max-width:767px) {
    .our-payment-terminal-main-bg {
        background-image: none !important;
        padding-bottom: 0
    }
}

.our-payment-terminal-logos {
    padding-bottom: 240px
}

@media(min-width:0px) and (max-width:767px) {
    .our-payment-terminal-logos {
        padding-bottom: 0
    }
}

.sap-crystal-reports-box {
    box-shadow: 4px 2px 5px 5px rgba(0, 0, 0, .3);
    text-align: justify;
    margin-bottom: 40px;
    padding: 20px 10px;
    border: 1px solid #000;
    background: #1661be
}

.sap-crystal-reports-box ul {
    margin-left: 20px
}

@media(min-width:0px) and (max-width:767px) {
    .partners-logos-sec .text-justify {
        text-align: center
    }
}

.crystal-reports-upgrades {
    margin-left: 15px
}

.crystal-reports-upgrades li {
    line-height: 22px;
    list-style-image: url(../img/Crystal-Reports/icons/bullet-arrow.png)
}

@media(min-width:0px) and (max-width:767px) {
    .margin-left-below-sm {
        margin-left: 15px
    }
}

.rating {
    padding: 0 0 0 10px
}

.rating label:not(:first-of-type) {
    padding-right: 2px
}

.rating label {
    float: right;
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer
}

.rating label:before {
    content: "\2605";
    font-size: 32px;
    color: #8A2BE2;
    line-height: 1.3
}

@media(min-width:0px) and (max-width:767px) {

    .campaign-management h3,
    .campaign-management .blog-description-content h4,
    .blog-description-content .campaign-management h4 {
        text-align: center;
        margin-top: 10px
    }
}

@media(min-width:0px) and (max-width:991px) {

    .online-payment-processing h3,
    .online-payment-processing .blog-description-content h4,
    .blog-description-content .online-payment-processing h4 {
        text-align: center;
        margin-top: 10px
    }
}

@media(min-width:0px) and (max-width:1199px) {
    .meeting-and-transportation {
        background-image: none !important
    }
}

@media(min-width:1200px) and (max-width:1365px) {
    .meeting-and-transportation {
        background-position-x: 990px !important
    }
}

@media(min-width:1366px) and (max-width:1450px) {
    .meeting-and-transportation {
        background-position-x: 1040px !important
    }
}

@media(min-width:0px) and (max-width:991px) {

    .meeting-and-transportation h3,
    .meeting-and-transportation .blog-description-content h4,
    .blog-description-content .meeting-and-transportation h4 {
        margin-top: 10px;
        text-align: center
    }
}

.write-for-us-new {
    background-position: top right;
    background-repeat: no-repeat
}

@media(min-width:0px) and (max-width:1200px) {
    .write-for-us-new {
        background-image: url(../img/write-for-us/background/write-for-us-white-overlay.png) !important
    }
}

.write-for-us-new .head-tag {
    font-size: 120px;
    line-height: 130px;
    padding-bottom: 60px
}

@media(min-width:0px) and (max-width:425px) {
    .write-for-us-new .head-tag {
        font-size: 80px;
        line-height: 90px
    }
}

.write-for-us-new .head-tag span {
    font-weight: 400
}

.write-for-us-new .check-mark-teal li {
    background-image: url(../img/write-for-us/icon/check-mark-teal.png) !important;
    background-repeat: no-repeat
}

.right-teal-line:after {
    content: '';
    position: absolute;
    right: 0;
    border-bottom: 1px solid #8A2BE2;
    width: calc(100% - 335px);
    top: 22px
}

@media(min-width:0px) and (max-width:425px) {
    .right-teal-line:after {
        display: none
    }
}

@media(min-width:0px) and (max-width:1199px) {
    .event-and-resource-management {
        background-image: none !important
    }
}

@media(min-width:0px) and (max-width:991px) {

    .event-and-resource-management h3,
    .event-and-resource-management .blog-description-content h4,
    .blog-description-content .event-and-resource-management h4 {
        text-align: center
    }
}

#Employee-Training .video-game {
    width: 270px
}

@media(min-width:1200px) and (max-width:1300px) {
    #Employee-Training .video-game {
        width: 250px
    }
}

@media(min-width:1200px) and (max-width:1300px) {
    #Employee-Training .video-game p {
        font-size: 11px
    }
}

@media(min-width:1200px) and (max-width:1300px) {
    #Employee-Training .video-game ul li {
        font-size: 12px
    }
}

.hcm-gray-bg {
    background-color: #f2f2f2
}

.zoomInBg {
    -webkit-animation-name: zoom;
    animation-name: zoom
}

@-webkit-keyframes zoom {
    from {
        background-position-y: 160%
    }

    to {
        background-position-y: 100%
    }
}

@keyframes zoom {
    from {
        background-position-y: 160%
    }

    to {
        background-position-y: 100%
    }
}

.fadeLeftBg {
    -webkit-animation-name: fadeLeft;
    animation-name: fadeLeft
}

@-webkit-keyframes fadeLeft {
    from {
        background-position-y: 800px
    }

    to {
        background-position-y: 0
    }
}

@keyframes fadeLeft {
    from {
        background-position-y: 800px
    }

    to {
        background-position-y: 0
    }
}

.fadeLeftBg-hcm-time-attandance {
    -webkit-animation-name: fadeLeft1;
    animation-name: fadeLeft1
}

@-webkit-keyframes fadeLeft1 {
    from {
        background-position-y: 800px
    }

    to {
        background-position: left bottom
    }
}

@keyframes fadeLeft1 {
    from {
        background-position-y: 800px
    }

    to {
        background-position: left bottom
    }
}

@media(min-width:0) and (max-width:1500px) {
    @-webkit-keyframes fadeLeft1 {
        from {
            background-position-y: 800px
        }

        to {
            background-position: center center
        }
    }

    @keyframes fadeLeft1 {
        from {
            background-position-y: 800px
        }

        to {
            background-position: center center
        }
    }
}

.technology-logo {
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 0
}

.site-button-blue {
    display: inline-block;
    border: 3px solid #8A2BE2;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    padding: 15px;
    color: #fff;
    background-color: #8A2BE2;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.site-button-blue:hover,
.site-button-blue:focus {
    text-decoration: none;
    background-color: #8A2BE2;
    color: #fff;
    box-shadow: 0 0 10px #333
}

.verifone-system-devlopment-bg {
    background-color: #f5f5f5
}

.color-blue-light {
    color: #8A2BE2
}

.color-blue-light:hover,
.color-blue-light:active {
    color: #8A2BE2
}

.hover-bg-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all ease .3s
}

.Airline-bg-section,
.Hotels-bg-section,
.Cars-bg-section,
.Rail-bg-section,
.Cruises-bg-section,
.Tour-bg-section {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: none;
    background-size: cover;
    background-repeat: no-repeat
}

.pointer-event-none {
    pointer-events: none
}

.dashed-link-heighlight-new {
    border-bottom: dashed 1px !important
}

.verifone-center-img {
    width: 225px;
    margin: auto
}

@media(min-width:1600px) {
    .verifone-center-img {
        margin-top: 178px
    }
}

@media(min-width:1300px) and (max-width:1599px) {
    .verifone-center-img {
        margin-top: 255px
    }
}

@media(min-width:992px) and (max-width:1299px) {
    .verifone-center-img {
        margin-top: 350px
    }
}

.ellie-mae-banner-logo img {
    width: 110px;
    margin-bottom: 15px
}

.site-button-ellie-mae {
    border: 3px solid #8A2BE2 !important;
    color: #000 !important
}

.site-button-ellie-mae:hover {
    background-color: #8A2BE2;
    color: #fff !important
}

.ellie-mae-Lending-Management-bg {
    background-color: #ebffff;
    background-size: cover;
    padding-bottom: 125px
}

.ellie-mae-Solutions-bg {
    background: url(../img/ellie-mae/background/out-allie-mae-solutions-bg.jpg) no-repeat left bottom;
    background-color: #ebffff;
    background-size: cover
}

@media(min-width:0) and (max-width:1199px) {
    .ellie-mae-Solutions-bg {
        background: 0 0
    }
}

.color-ellie-mae {
    color: #0067ac !important
}

.ellie-mae-ensure-bg {
    background-color: #deebf7
}

.ellie-mae-portfolio {
    background: #fff;
    min-height: 350px
}

.ellie-mae-portfolio p {
    font-size: 50px;
    font-weight: 900;
    line-height: 50px;
    margin: 100px 0 0;
    text-align: center;
    padding: 10px 20px
}

@media(min-width:0) and (max-width:1600px) {
    .ellie-mae-banner-sec .heroshot-title img {
        width: 250px;
        margin-top: 60px
    }
}

.ellie-mae-banner-sec .heroshot-title h1 {
    font-size: 46px
}

.relevant-sec-center-img img {
    margin-left: -70px
}

.relevant-sec-gap-br {
    display: none
}

@media(min-width:1200px) and (max-width:1689px) {
    .relevant-sec-gap-br {
        display: block
    }
}

.relevant-sec-new .margin-bottom-one,
.relevant-sec-new .margin-bottom-two,
.relevant-sec-new .margin-bottom-three,
.relevant-sec-new .margin-bottom-four,
.relevant-sec-new .margin-bottom-five,
.relevant-sec-new .margin-bottom-six {
    margin-bottom: 65px
}

@media(min-width:1445px) and (max-width:1500px) {
    .relevant-sec-new .margin-bottom-four {
        margin-bottom: 30px
    }
}

@media(min-width:1350px) and (max-width:1444px) {
    .relevant-sec-new .margin-bottom-four {
        margin-bottom: 20px
    }
}

@media(min-width:1200px) and (max-width:1349px) {
    .relevant-sec-new .margin-bottom-four {
        margin-bottom: 10px
    }
}

@media(min-width:1350px) and (max-width:1444px) {
    .relevant-sec-new .margin-bottom-five {
        margin-bottom: 30px
    }
}

@media(min-width:1200px) and (max-width:1349px) {
    .relevant-sec-new .margin-bottom-five {
        margin-bottom: 10px
    }
}

.gaming-rel-sec .gaming-margin-bottom-50 {
    margin-bottom: 50px
}

@media(min-width:1200px) and (max-width:1340px) {
    .gaming-rel-sec .gaming-margin-bottom-50 {
        margin-bottom: 30px
    }
}

.intro-paragraph-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px
}

.cms-hover-logo .hover-div {
    padding: 0 40px;
    transition: all .2s ease
}

.cms-hover-logo .hover-div:hover {
    transform: scale(1.1)
}

@media(min-width:768px) {
    .cms-hover-logo .cms-logo-margin-top-30 {
        margin-top: 30px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .cms-hover-logo .logo-left-13 {
        margin-left: 0%
    }
}

@media(min-width:992px) {
    .cms-hover-logo .logo-left-13 {
        margin-left: 13.333333%
    }
}

.autocad-blue-color {
    color: #4472c4 !important
}

.triangle-content-autocad.left-right-angle-triangle.left-border-right-angle:after {
    border-left: calc(100vw - 17px) solid #fff !important
}

.autocad-draft {
    position: relative;
    color: #000;
    background-size: cover;
    background-attachment: fixed;
    background-position: center
}

.autocad-drawing-bg {
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    color: #fff
}

.autocad-content {
    padding: 70px 0 0 15px
}

@media(min-width:0) and (max-width:991px) {
    .autocad-content {
        padding: 20px 15px 0
    }
}

.autocad-content-icon {
    padding: 70px 0 0
}

.sweepstakes-software-bg.pim-system-bg {
    background-color: #edfdfd;
    background-image: url(../img/retail/background/pim-img.png);
    background-size: auto;
    background-position-x: 5%;
    background-position-y: 90px
}

@media(min-width:0px) and (max-width:1199px) {
    .sweepstakes-software-bg.pim-system-bg {
        background-image: none !important
    }
}

.write-for-us {
    padding-top: 60px;
    padding-bottom: 60px
}

.video-game.crm-sofware-box ul {
    margin-left: 17%
}

.section-white-bg-work {
    box-shadow: 2px 0 10px #7d7d7d
}

.main-thumb-new {
    min-height: 170px;
    width: 100%;
    position: relative;
    cursor: pointer;
    transition: all ease .5s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all .5s ease
}

.magento2-bottom-links {
    position: absolute;
    bottom: 0;
    z-index: 999;
    padding: 15px;
    background: #383838b3
}

.magento2-bottom-links .active {
    background-color: #000;
    padding: 15px
}

.magento2-bottom-links a:hover {
    background-color: #000;
    padding: 15px
}

@media(min-width:0px) and (max-width:767px) {
    .magento2-bottom-links .last-link {
        margin-top: 30px
    }
}

.site-button.couponing-white-button {
    color: #fff;
    border-color: #fff
}

.site-button.couponing-white-button:hover {
    background-color: #fff;
    border-color: #fff;
    color: #8A2BE2
}

.site-button.couponing-blue-button {
    color: #8A2BE2;
    border-color: #8A2BE2;
}

.site-button.couponing-blue-button:hover {
    background-color: #8A2BE2;
    border-color: #8A2BE2;
    color: #fff
}

.site-button.couponing-active-button {
    background-color: #8A2BE2;
    border-color: #8A2BE2;
    color: #fff
}

.color-couponing-blue {
    color: #8A2BE2 !important
}

.testimonials p {
    font-style: italic
}

.testimonials p:nth-child(2) {
    float: right
}

.testimonials img {
    margin: auto
}

.technologies-logo {
    background-size: contain;
    cursor: pointer
}

.Salesforce-Lightning {
    background-image: url(../img/salesforce-development/logo/Sales-force-LP-Grey.png)
}

.Salesforce-Lightning:hover {
    background-image: url(../img/salesforce-development/logo/Sales-force-LP.png)
}

.Salesforce-marketing-cloud {
    background-image: url(../img/salesforce-development/logo/Sales-force-MC-Grey.png)
}

.Salesforce-marketing-cloud:hover {
    background-image: url(../img/salesforce-development/logo/Sales-force-MC.png)
}

.Salesforce-appexchange {
    background-image: url(../img/salesforce-development/logo/Sales-force-appex-Grey.png)
}

.Salesforce-appexchange:hover {
    background-image: url(../img/salesforce-development/logo/Sales-force-appex.png)
}

.Salesforce-sales-cloud {
    background-image: url(../img/salesforce-development/logo/Sales-force-SC-Grey.png)
}

.Salesforce-sales-cloud:hover {
    background-image: url(../img/salesforce-development/logo/Sales-force-SC.png)
}

.oracle-main-logo h3,
.oracle-main-logo .blog-description-content h4,
.blog-description-content .oracle-main-logo h4 {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.oracle-main-logo h3:hover,
.oracle-main-logo .blog-description-content h4:hover,
.blog-description-content .oracle-main-logo h4:hover {
    text-shadow: 0 5px 10px #000
}

.bg-teal-transparent {
    background-color: #8A2BE2 !important
}

.underline {
    text-decoration: underline !important
}

.border-bottom-teal {
    border-bottom: 2px solid #8A2BE2 !important
}

.sitemap-title {
    position: absolute;
    bottom: 0;
    left: 8.33333333%
}

.sitemap-title h1 {
    font-size: 40px
}

.sitemap-new .site-sub-industry li {
    font-size: 14px
}

.sitemap-new ul li {
    list-style: none;
    color: #000;
    padding: 5px
}

.sitemap-new ul li a {
    color: #4e4e4e
}

.sitemap-new ul li a i {
    border: solid 1px #4e4e4e;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    margin-right: 5px
}

.sitemap-new ul li a:hover {
    color: #8A2BE2
}

.sitemap-new ul li a:hover i {
    border: solid 1px #8A2BE2;
    border-width: 0 2px 2px 0
}

.sitemap-new ul li a .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.sitemap-new ul li p {
    margin: 0;
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #000
}

.sitemap-new ul li p a {
    color: #000
}

.sitemap-new ul li p a:hover {
    color: #8A2BE2
}

.sitemap-new ul li ul li {
    padding-left: 15px
}

.listbulletblackcircle li ul {
    padding-left: 0
}

.listbulletblackcircle li ul li {
    background-image: url(../img/icons/listbulletoutline.png) !important
}

.relevent-sec-text h3,
.relevent-sec-text-real-new h3,
.relevent-sec-text .blog-description-content h4,
.blog-description-content .relevent-sec-text h4,
.relevent-sec-text-real-new .blog-description-content h4,
.blog-description-content .relevent-sec-text-real-new h4,
.relevent-sec-text-real-new h3,
.relevent-sec-text-real-new .blog-description-content h4,
.blog-description-content .relevent-sec-text-real-new h4 {
    color: #636363 !important
}

.footer-links a {
    color: #000;
    font-weight: 500
}

.footer-links p {
    margin: 5px 0
}

.e-book-popup {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    border: none
}

.pr-banner {
    min-height: 160px !important;
    background-color: #8A2BE2
}

@media(min-width:0px) and (max-width:1199px) {
    .pr-banner {
        min-height: 100px !important
    }
}

.press-release-content-sec .pr-partner-logo {
    margin: 10px 20px 30px 0;
    float: left
}

@media(min-width:0px) and (max-width:767px) {
    .press-release-content-sec .pr-partner-logo {
        float: none !important;
        text-align: center
    }
}

.press-release-content-sec .pr-partner-logo-right {
    float: right
}

@media(min-width:0px) and (max-width:767px) {
    .press-release-content-sec .pr-partner-logo-right {
        float: none !important;
        text-align: center
    }
}

.press-release-content-sec .pr-h1 {
    font-size: 24px;
    text-align: left;
    margin-bottom: 30px
}

.press-release-content-sec .pr-h1.text-center,
.press-release-content-sec .sorting button.pr-h1,
.sorting .press-release-content-sec button.pr-h1,
.press-release-content-sec .pr-h1.client-logo,
.press-release-content-sec .ssocial .pr-h1.ssm-List,
.ssocial .press-release-content-sec .pr-h1.ssm-List,
.press-release-content-sec .cookies-policy-sec p.pr-h1,
.cookies-policy-sec .press-release-content-sec p.pr-h1 {
    text-align: center !important
}

@media(min-width:0px) and (max-width:767px) {
    .press-release-content-sec .pr-h1 {
        text-align: center
    }
}

.press-release-content-sec .pr-h6 {
    text-align: left
}

@media(min-width:0px) and (max-width:767px) {
    .press-release-content-sec .pr-h6 {
        text-align: center
    }
}

.press-release-content-sec p {
    text-align: justify
}

.press-release-content-sec .pr-about-us-sec {
    background: #eee;
    padding: 10px 5px;
    margin: 10px 0
}

.press-release-content-sec .pr-about-us-sec h2,
.press-release-content-sec .pr-about-us-sec h3,
.press-release-content-sec .pr-about-us-sec .blog-description-content h4,
.blog-description-content .press-release-content-sec .pr-about-us-sec h4,
.press-release-content-sec .pr-about-us-sec h6 {
    margin: 0
}

.banner-content-grad {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 72%, rgba(255, 255, 255, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 72%, rgba(255, 255, 255, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 72%, rgba(255, 255, 255, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)
}

.hero-with-content .content-baneer-title {
    margin-top: -55px
}

@media(min-width:0px) and (max-width:991px) {
    .hero-with-content .content-baneer-title {
        margin-top: 10px
    }
}

@media(min-width:0px) and (max-width:1400px) {
    .hero-with-content .content-baneer-title h1 {
        font-size: 42px;
        line-height: 52px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hero-with-content .banner-content-btn {
        margin-bottom: 150px
    }
}

@media(min-width:1200px) and (max-width:1300px) {
    .hero-with-content .banner-content-btn {
        margin-bottom: 30px
    }
}

@media(min-width:0px) and (max-width:991px) {
    .hero-with-content .banner-content-btn {
        margin-top: 30px
    }
}

.hero-with-content .banner-content-sec {
    position: absolute;
    bottom: 0
}

@media(min-width:0px) and (max-width:991px) {
    .hero-with-content .banner-content-sec {
        position: relative
    }
}

.hero-with-content .banner-content-sec .text-center-above-xs {
    text-align: center
}

.hero-with-content .banner-content-sec .video-game.li-mark {
    background: 0 0;
    box-shadow: none;
    width: auto
}

.hero-with-content .banner-content-sec .video-game.li-mark ul {
    margin-left: 0
}

.hero-with-content .banner-content-sec .video-game.li-mark ul li {
    font-size: 14px;
    line-height: 20px;
    list-style-image: none;
    list-style: none;
    text-align: center
}

.join-border:before {
    position: absolute;
    content: "";
    background-color: #8A2BE2 !important;
    height: 5px;
    width: 82px;
    top: 88px
}

.career-list li {
    padding-left: 20px;
    background-position: 3px 5px;
    list-style-type: none;
    padding: 3px 0;
    border-top: 1px solid #ccc;
    background-color: #fff
}

.career-list li a {
    font-size: 17px;
    font-weight: 700 !important;
    text-decoration: none;
    color: #000 !important
}

.career-list li a.active,
.career-list li a:hover,
.career-list li a:focus {
    color: #8A2BE2 !important;
    text-decoration: none;
    background-color: #fff !important
}

.careers-india-sec-discr {
    position: relative;
    border-top: 6px solid #8A2BE2;
    background: rgba(211, 211, 211, .43);
    padding: 80px 16px
}

.careers-india-sec-discr.tooltip-new:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #8A2BE2;
    margin-left: 48%
}

.careers-india-sec-discr .careers-india-content-sec {
    background: #fff;
    box-shadow: 0 -15px 30px 15px rgba(204, 204, 204, .72);
    padding: 25px
}

.careers-india-sec-discr .careers-india-content-sec .careers-india-job-detail {
    padding: 25px
}

.careers-india-sec-discr .careers-india-content-sec .careers-india-job-detail .bg-dark-color {
    background-color: #ccc;
    padding: 10px 5px
}

.careers-india-sec-discr .careers-india-content-sec .careers-india-job-detail .padding-tb-2 {
    padding: 2px 0
}

@media(min-width:992px) {
    .careers-india-sec-discr .job-discription {
        min-height: 405px
    }
}

@media(min-width:992px) {
    .careers-india-sec-discr .job-discription.job-discription-graphics {
        min-height: 330px
    }
}

@media(min-width:992px) {
    .careers-india-sec-discr .job-discription.job-description-java {
        min-height: 480px
    }
}

@media(min-width:992px) {
    .careers-india-sec-discr .desired-profile {
        min-height: 132px
    }
}

@media(min-width:992px) {
    .careers-india-sec-discr .desired-profile.qa-desired-profile {
        min-height: 150px
    }
}

@media(min-width:992px) {
    .careers-india-sec-discr .desired-profile.php-desired-profile {
        min-height: 170px
    }
}

@media(min-width:992px) {
    .careers-india-sec-discr .desired-profile.java-desired-profile {
        min-height: 180px
    }
}

@media(min-width:992px) {
    .careers-india-sec-discr .education {
        min-height: 70px
    }
}

.margin-bottom-80 {
    margin-bottom: 80px
}

@media(min-width:0px) and (max-width:991px) {
    .margin-bottom-80 {
        margin-bottom: 30px
    }
}

.margin-top-60 {
    margin-top: 60px
}

@media(min-width:0px) and (max-width:991px) {
    .margin-top-60 {
        margin-top: 0
    }
}

.margin-top-30 {
    margin-top: 30px
}

.margin-top-50 {
    margin-top: 50px
}

.color-red {
    color: #f24444
}

.color-oracle-red {
    color: #f80000
}

.color-yellow {
    color: #ffc000
}

.new-button-radius {
    border-radius: 10px
}

.NetSuite-Cloud .box-style {
    background-color: #eaeaea;
    padding: 15px 20px;
    margin: 7px 0 0;
    min-height: 450px !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    border: solid 1px #e0e0e0
}

@media(min-width:1600px) and (max-width:1920px) {
    .img-margin-top-10 {
        margin-top: 10px
    }
}

@media(min-width:1367px) and (max-width:1596px) {
    .img-margin-top-10 {
        margin-top: 80px
    }
}

@media(min-width:1210px) and (max-width:1366px) {
    .img-margin-top-10 {
        margin-top: 70px
    }
}

@media(min-width:1080px) and (max-width:1200px) {
    .img-margin-top-10 {
        margin-top: 45px
    }
}

@media(min-width:992px) and (max-width:1079px) {
    .img-margin-top-10 {
        margin-top: 70px
    }
}

@media(min-width:991px) and (max-width:992px) {
    .img-margin-top-10 {
        margin-top: 90px
    }
}

@media(min-width:1600px) and (max-width:1920px) {
    .img-margin-top-20 {
        margin-top: 10px
    }
}

@media(min-width:1367px) and (max-width:1596px) {
    .img-margin-top-20 {
        margin-top: 118px
    }
}

@media(min-width:1210px) and (max-width:1366px) {
    .img-margin-top-20 {
        margin-top: 140px
    }
}

@media(min-width:1080px) and (max-width:1200px) {
    .img-margin-top-20 {
        margin-top: 160px
    }
}

@media(min-width:992px) and (max-width:1079px) {
    .img-margin-top-20 {
        margin-top: 165px
    }
}

@media(min-width:991px) and (max-width:992px) {
    .img-margin-top-20 {
        margin-top: 223px
    }
}

@media(min-width:1200px) and (max-width:1920px) {
    .img-margin-top-200 {
        margin-top: 85px
    }
}

@media(min-width:1370px) and (max-width:1792px) {
    .img-margin-top-200 {
        margin-top: 165px
    }
}

@media(min-width:1200px) and (max-width:1366px) {
    .img-margin-top-200 {
        margin-top: 200px
    }
}

@media(min-width:1080px) and (max-width:1200px) {
    .img-margin-top-200 {
        margin-top: 200px
    }
}

@media(min-width:992px) and (max-width:1079px) {
    .img-margin-top-200 {
        margin-top: 238px
    }
}

@media(min-width:991px) and (max-width:992px) {
    .img-margin-top-200 {
        margin-top: 250px
    }
}

.icon-top-40 {
    top: 75px
}

@media(min-width:1267px) and (max-width:1200px) {
    .icon-top-40 {
        top: 60px
    }
}

@media(min-width:0) and (max-width:991px) {
    .icon-top-40 {
        top: 0
    }
}

.margin-top-65 {
    margin-top: 65px !important
}

.margin-top-30 {
    margin-top: 30px
}

.overflow-hidden {
    overflow: hidden !important
}

.light-greyBg {
    background: #f6f6f6
}

.porfolio-box {
    position: relative;
    text-align: center
}

.porfolio-box p {
    position: relative;
    z-index: 10;
    margin-bottom: 20px;
    font-weight: 700;
    height: 50px
}

.porfolio-box img {
    margin-bottom: 5px;
    height: 190px;
    width: 100%
}

.porfolio-box a:last-of-type {
    text-transform: uppercase;
    padding-top: 5px;
    color: #000;
    font-weight: 700;
    position: relative;
    z-index: 10;
    border: solid 1px #8A2BE2;
    padding: 10px;
    margin-top: 15px;
    font-size: 14px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.feature-content-box {
    position: relative;
    text-align: center;
    color: #000;
    vertical-align: middle;
    box-sizing: border-box;
    background-size: cover;
    width: 100%;
    padding: 0 5px;
    margin-bottom: 20px
}

.feature-content-box p {
    height: 80px
}

@media(min-width:0) and (max-width:768px) {
    .feature-content-box p {
        height: auto;
        margin-bottom: 30px
    }
}

.feature-content-box p span {
    color: red;
    font-weight: 700;
    margin-right: 5px
}

.feature-content-box p.feature-content-p-tag {
    font-size: 16px;
    font-weight: 700;
    height: 60px
}

@media(min-width:0) and (max-width:991px) {
    .feature-content-box p.feature-content-p-tag {
        height: auto;
        margin-bottom: 30px
    }
}

@media(min-width:768px) and (max-width:991px) {
    .feature-content-box p.feature-content-p-tag-new {
        height: 30px
    }
}

.feature-content-box a {
    text-transform: uppercase;
    padding-top: 5px;
    color: #000;
    font-weight: 700;
    border: solid 1px #8A2BE2;
    padding: 10px;
    margin-top: 15px;
    font-size: 14px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.feature-content-box a:hover {
    background-color:#8A2BE2;
    color: #fff;
    text-decoration: none
}

@media(min-width:0) and (max-width:991px) {

    .netsuite-service-section h3,
    .netsuite-service-section .blog-description-content h4,
    .blog-description-content .netsuite-service-section h4 {
        text-align: center
    }
}

@media(min-width:1200px) {
    .col-lg-NetSuite-Cloud {
        width: 20%;
        height: auto;
        float: left;
        padding: 10px;
        margin-left: 0
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .col-lg-NetSuite-Cloud {
        width: 33.3%;
        height: auto;
        float: left;
        padding: 10px
    }
}

@media(min-width:480px) and (max-width:767px) {
    .col-lg-NetSuite-Cloud {
        width: 50%;
        float: left;
        height: auto;
        padding: 10px
    }
}

@media(min-width:0px) and (max-width:767px) {
    .col-lg-NetSuite-Cloud.lg-oracle-erp {
        width: 100%
    }
}

.font-weight-800 {
    font-weight: 800
}

.divide-line {
    color: #ddd;
    padding: 0 5px
}

a.firstdata-button {
    display: inline-block;
    border: 3px solid #003f62;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
    padding: 15px;
    color: #000;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    text-transform: uppercase
}

a.firstdata-button:hover,
a.firstdata-button:focus {
    text-decoration: none;
    background-color: #8A2BE2;
    color: #fff
}

a.firstdata-button.fill-blue {
    background-color: #8A2BE2;
    color: #fff
}

.heroshot-title h1.color-blue {
    color: #8A2BE2 !important
}

.color-blue {
    color: #8A2BE2
}

.first-data-solutions {
    margin: 0 auto
}

.first-data-solutions::after {
    content: '';
    position: absolute;
    width: 4px;
    background-color: #8A2BE2;
    top: 30px;
    bottom: 0;
    left: 0
}

@media(min-width:0px) and (max-width:991px) {
    .first-data-solutions::after {
        display: none
    }
}

.first-data-solutions.hide-last::after {
    display: none
}

.first-data-solutions .right-border-circle::after {
    content: '';
    position: absolute;
    width: 38px;
    height: 38px;
    left: -32px;
    background-color: #8A2BE2;
    border: 4px solid #8A2BE2;
    top: 0;
    border-radius: 50%;
    z-index: 1
}

@media(min-width:0px) and (max-width:991px) {
    .first-data-solutions .right-border-circle::after {
        display: none
    }
}

.circle-line {
    margin: 0 auto;
    overflow: hidden
}

@media(min-width:0px) and (max-width:991px) {
    .circle-line {
        margin: 20px 0
    }
}

.circle-line .right-border-line::after {
    content: "";
    position: absolute;
    border: 2px solid #8A2BE2;
    top: 160px;
    width: 100%;
    z-index: 1
}

.our-portfolio-black {
    background: #000;
    min-height: 350px
}

.our-portfolio-black p {
    font-size: 50px;
    font-weight: 900;
    line-height: 50px;
    margin: 110px 0;
    text-align: center
}

@media(min-width:0px) and (max-width:991px) {
    .background-overlay::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, .4)
    }
}

@media(min-width:0px) and (max-width:991px) {
    .background-dark-overlay::before {
        content: "";
        position: absolute;
        background-color: rgba(0, 0, 0, .4);
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }
}

.heroshot-z-index::before {
    z-index: 1
}

.heroshot-h1-padding-top-90 {
    padding-top: 0
}

@media(min-width:0px) and (max-width:480px) {
    .heroshot-h1-padding-top-90 {
        padding-top: 90px
    }
}

.video-game.div-width-100 {
    width: 100%
}

@media(min-width:1200px) {
    .oracle-erp-box {
        min-height: 390px
    }
}

@media(min-width:768px) and (max-width:1199px) {
    .oracle-erp-box {
        min-height: 408px
    }
}

.relevent-sec-text,
.relevent-sec-text-real-new {
    padding: 0 10px 0 5px
}

.relevent-sec-text p,
.relevent-sec-text-real-new p {
    color: #636363 !important
}

.relevent-sec-text h3,
.relevent-sec-text-real-new h3,
.relevent-sec-text .blog-description-content h4,
.blog-description-content .relevent-sec-text h4,
.relevent-sec-text-real-new .blog-description-content h4,
.blog-description-content .relevent-sec-text-real-new h4 {
    margin: 10px 0
}

.relevent-sec-text hr,
.relevent-sec-text-real-new hr {
    max-width: 35%;
    margin: 5px 0;
    height: 2px;
    border: none;
    background: #ccc;
    min-width: 90px;
    text-align: left
}

.relevent-sec-text hr.relevant-hr-tag,
.relevent-sec-text-real-new hr.relevant-hr-tag {
    position: absolute;
    right: 0;
    margin-right: 10px
}

@media(min-width:0) and (max-width:991px) {

    .relevent-sec-text hr.relevant-hr-tag,
    .relevent-sec-text-real-new hr.relevant-hr-tag {
        left: 0
    }
}

.relevent-sec-text-align {
    text-align: right
}

@media(min-width:0) and (max-width:991px) {
    .relevent-sec-text-align {
        text-align: left
    }
}

.teal-sprite {
    background-image: url(../img/sprite/Teal_Icons.png);
    display: inline-block;
    background-repeat: no-repeat
}

.teal-sprite.icon-height-60 {
    height: 60px
}

.teal-sprite.icon-height-50 {
    height: 50px
}

.teal-sprite.icon-height-55 {
    height: 55px
}

.teal-sprite-two {
    background-image: url(../img/sprite/Teal_Icons-new.png);
    display: inline-block;
    background-repeat: no-repeat
}

.teal-sprite-two.icon-height-60 {
    height: 60px
}

.teal-sprite-two.icon-height-50 {
    height: 50px
}

.teal-sprite-two.icon-height-55 {
    height: 55px
}

.healthcare-allscript-icon {
    background-position: -334px -1305px;
    width: 31px;
    height: 44px;
    margin-left: 8px
}

.healthcare-allscript-new-icon {
    background-position: -334px -1305px;
    width: 31px;
    height: 44px
}

.healthcare-Assistive-icon {
    background-position: -585px -10px;
    width: 41px;
    height: 46px
}

.healthcare-DICOM-icon {
    background-position: -614px -844px;
    width: 43px;
    height: 40px
}

.healthcare-EMR-icon {
    background-position: -633px -783px;
    width: 48px;
    height: 40px
}

.healthcare-eprescribing-icon {
    background-position: -597px -190px;
    width: 34px;
    height: 45px;
    margin-left: 10px
}

.healthcare-health-icon {
    background-position: -101px -246px;
    width: 30px;
    height: 46px;
    margin-left: 10px
}

.healthcare-hospital-icon {
    background-position: -642px -193px;
    width: 39px;
    height: 39px
}

.healthcare-IGUANA-icon {
    background-position: -197px -252px;
    width: 50px;
    height: 34px;
    margin-left: -3px
}

.healthcare-HL-icon {
    background-position: -3px -247px;
    width: 45px;
    height: 45px
}

.healthcare-mirth-icon {
    background-position: -138px -249px;
    width: 52px;
    height: 40px;
    margin-left: -5px
}

.healthcare-pharmacy-icon {
    background-position: -744px -193px;
    width: 46px;
    height: 39px
}

.healthcare-revenue-icon {
    background-position: -691px -192px;
    width: 47px;
    height: 41px
}

.healthcare-telemedicine-icon {
    background-position: -561px -190px;
    width: 26px;
    height: 46px;
    margin-left: 12px
}

.healthcare-veterinary-icon {
    background-position: -299px -249px;
    width: 43px;
    height: 41px;
    margin-left: 5px
}

@media(min-width:0px) and (max-width:1199px) {
    .display-none {
        display: none !important
    }
}

.oracle-fusion-margin-bottom-135 {
    margin-bottom: 40px !important
}

@media(min-width:1200px) {
    .oracle-fusion-margin-bottom-135 {
        margin-bottom: 135px !important
    }
}

.image-hover:hover .net {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/.net.png);
    background-position: center top;
    background-repeat: no-repeat
}

.image-hover:hover .csharp {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/csharp.png);
    background-position: center top;
    background-repeat: no-repeat
}

.image-hover:hover .cplus {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/cplus.png);
    background-position: center top;
    background-repeat: no-repeat
}

.image-hover:hover .golang {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/golang.png);
    background-position: center top;
    background-repeat: no-repeat
}

.image-hover:hover .java {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/java.png);
    background-position: center top;
    background-repeat: no-repeat
}

.image-hover:hover .js {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/JavaScript.png);
    background-position: center top;
    background-repeat: no-repeat
}

.image-hover:hover .perl {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/perl.png);
    background-position: center top;
    background-repeat: no-repeat
}

.image-hover:hover .php {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/PHP.png);
    background-position: center top;
    background-repeat: no-repeat
}

.image-hover:hover .python {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/Python.png);
    background-position: center top;
    background-repeat: no-repeat
}

.image-hover:hover .ruby {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/ruby-on-rails.png);
    background-position: center top;
    background-repeat: no-repeat
}

.image-hover:hover .sql {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/sql.png);
    background-position: center top;
    background-repeat: no-repeat
}

.image-hover:hover .swift {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/swift.png);
    background-position: center top;
    background-repeat: no-repeat
}

.image-hover:hover .css-3-logo {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/css.png);
    background-position: center top;
    background-repeat: no-repeat
}

.image-hover:hover .java-logo {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/java.png);
    background-position: center top;
    background-repeat: no-repeat
}

.image-hover:hover .obj-c-logo {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/obj-c.png);
    background-position: center top;
    background-repeat: no-repeat
}

.image-hover:hover .delphi-logo {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/delphi.png);
    background-position: center top;
    background-repeat: no-repeat
}

.image-hover:hover .html-logo {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/html.png);
    background-position: center top;
    background-repeat: no-repeat
}

.net {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/.net.png);
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/.net-black&white.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 138px;
    height: 90px;
    transition: all ease .8s
}

@media(min-width:768px) and (max-width:991px) {
    .net {
        background-size: auto
    }
}

@media(min-width:320px) and (max-width:767px) {
    .net {
        background-size: auto
    }
}

.csharp {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/csharp.png);
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/csharp-black&white.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 83px;
    height: 90px;
    transition: all ease .8s
}

@media(min-width:768px) and (max-width:991px) {
    .csharp {
        background-size: auto
    }
}

@media(min-width:320px) and (max-width:767px) {
    .csharp {
        background-size: auto
    }
}

.cplus {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/cplus.png);
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/cplus-black&white.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 83px;
    height: 90px;
    transition: all ease .8s
}

@media(min-width:768px) and (max-width:991px) {
    .cplus {
        background-size: auto
    }
}

@media(min-width:320px) and (max-width:767px) {
    .cplus {
        background-size: auto
    }
}

.golang {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/golang.png);
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/golang-black&white.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 65px;
    height: 90px;
    transition: all ease .8s
}

@media(min-width:768px) and (max-width:991px) {
    .golang {
        background-size: auto
    }
}

@media(min-width:320px) and (max-width:767px) {
    .golang {
        background-size: auto
    }
}

.java {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/java.png);
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/java-black&white.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 67px;
    min-height: 90px;
    transition: all ease .8s
}

@media(min-width:768px) and (max-width:991px) {
    .java {
        background-size: auto
    }
}

@media(min-width:320px) and (max-width:767px) {
    .java {
        background-size: auto
    }
}

.js {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/JavaScript.png);
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/JavaScript-black&white.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 90px;
    height: 90px;
    transition: all ease .8s
}

@media(min-width:768px) and (max-width:991px) {
    .js {
        background-size: auto
    }
}

@media(min-width:320px) and (max-width:767px) {
    .js {
        background-size: auto
    }
}

.perl {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/perl.png);
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/perl-black&white.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 80px;
    height: 90px;
    transition: all ease .8s
}

@media(min-width:768px) and (max-width:991px) {
    .perl {
        background-size: auto
    }
}

@media(min-width:320px) and (max-width:767px) {
    .perl {
        background-size: auto
    }
}

.php {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/PHP.png);
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/PHP-black&white.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 148px;
    height: 90px;
    transition: all ease .8s
}

@media(min-width:768px) and (max-width:991px) {
    .php {
        background-size: auto
    }
}

@media(min-width:320px) and (max-width:767px) {
    .php {
        background-size: auto
    }
}

.python {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/Python.png);
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/Python-black&white.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 87px;
    height: 90px;
    transition: all ease .8s
}

@media(min-width:768px) and (max-width:991px) {
    .python {
        background-size: auto
    }
}

@media(min-width:320px) and (max-width:767px) {
    .python {
        background-size: auto
    }
}

.ruby {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/ruby-on-rails.png);
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/ruby-on-rails-Black&White.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 148px;
    height: 90px;
    transition: all ease .8s
}

@media(min-width:768px) and (max-width:991px) {
    .ruby {
        background-size: auto
    }
}

@media(min-width:320px) and (max-width:767px) {
    .ruby {
        background-size: auto
    }
}

.sql {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/sql.png);
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/sql-black&white.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 76px;
    height: 90px;
    transition: all ease .8s
}

@media(min-width:768px) and (max-width:991px) {
    .sql {
        background-size: auto
    }
}

@media(min-width:320px) and (max-width:767px) {
    .sql {
        background-size: auto
    }
}

.swift {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/swift.png);
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/swift.png);
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/swift-black&white.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 100px;
    height: 90px;
    transition: all ease .8s
}

@media(min-width:768px) and (max-width:991px) {
    .swift {
        background-size: auto
    }
}

@media(min-width:320px) and (max-width:767px) {
    .swift {
        background-size: auto
    }
}

.css-3-logo {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/css.png);
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/css.png);
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/css-black&white.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 100px;
    height: 90px;
    transition: all ease .8s
}

@media(min-width:768px) and (max-width:991px) {
    .css-3-logo {
        background-size: auto
    }
}

@media(min-width:320px) and (max-width:767px) {
    .css-3-logo {
        background-size: auto
    }
}

.java-logo {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/java.png);
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/java-black&gray.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 67px;
    min-height: 90px;
    transition: all ease .8s
}

@media(min-width:768px) and (max-width:991px) {
    .java-logo {
        background-size: auto
    }
}

@media(min-width:320px) and (max-width:767px) {
    .java-logo {
        background-size: auto
    }
}

.obj-c-logo {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/obj-c.png);
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/obj-c-black&white.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 90px;
    min-height: 90px;
    transition: all ease .8s
}

@media(min-width:768px) and (max-width:991px) {
    .obj-c-logo {
        background-size: auto
    }
}

@media(min-width:320px) and (max-width:767px) {
    .obj-c-logo {
        background-size: auto
    }
}

.html-logo {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/html.png);
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/html-black&white.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 67px;
    min-height: 90px;
    transition: all ease .8s
}

@media(min-width:768px) and (max-width:991px) {
    .html-logo {
        background-size: auto
    }
}

@media(min-width:320px) and (max-width:767px) {
    .html-logo {
        background-size: auto
    }
}

.delphi-logo {
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/delphi.png);
    background-image: url(https://www.chetu.com/img/hire-app-developer/logos/delphi-black&white.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 90px;
    min-height: 90px;
    transition: all ease .8s
}

@media(min-width:768px) and (max-width:991px) {
    .delphi-logo {
        background-size: auto
    }
}

@media(min-width:320px) and (max-width:767px) {
    .delphi-logo {
        background-size: auto
    }
}

.technology-logos a {
    display: inline-block;
    color: #fff;
    transition: all ease .8s
}

.technology-logos a:hover {
    color: #8A2BE2;
}

@media(min-width:0px) and (max-width:1199px) {
    .hidden-bg-common {
        background-image: none !important
    }
}

@media(min-width:768px) {
    .triangle-content-magento.left-right-angle-triangle.left-border-right-angle-magento-gradient-color-2::after {
        border-left: calc(100vw - 17px) solid #c85d14;
        -webkit-border-image: -webkeit-linear-gradient(90deg, #c85d14 0%, #ed9751 56%, #eea514 100%);
        -moz-border-image: -moz-linear-gradient(90deg, #c85d14 0%, #ed9751 56%, #eea514 100%);
        -o-border-image: -o-linear-gradient(90deg, #c85d14 0%, #ed9751 56%, #eea514 100%);
        border-image: linear-gradient(90deg, #c85d14 0%, #ed9751 56%, #eea514 100%)
    }

    .triangle-content-magento.left-right-angle-triangle.left-border-right-angle-magento-gradient-color-2:before {
        content: "";
        position: absolute;
        top: 0;
        border-bottom: 200px solid transparent;
        border-top: 0 solid transparent;
        border-right: calc(100vw - 17px) solid #fff;
        z-index: 999
    }

    .triangle-content-magento.left-right-angle-triangle.left-border-right-angle-salesforce-gradient-color-2::after {
        border-left: calc(100vw - 17px) solid #fff;
        -webkit-border-image: -webkit-linear-gradient(top, #fff 1%, #00b0f0 100%);
        -moz-border-image: -moz-linear-gradient(top, #fff 1%, #00b0f0 100%);
        -o-border-image: -o-linear-gradient(to bottom, #fff 1%, #00b0f0 100%);
        border-image: linear-gradient(to bottom, #fff 1%, #00b0f0 100%)
    }

    .triangle-content-magento.left-right-angle-triangle.left-border-right-angle-salesforce-gradient-color-2:before {
        content: "";
        position: absolute;
        top: 0;
        border-bottom: 200px solid transparent;
        border-top: 0 solid transparent;
        border-right: calc(100vw - 17px) solid #fff;
        z-index: 999
    }
}

.bgcolor-magento-2 {
    background: #c85d14;
    background: -moz-linear-gradient(45deg, #c85d14 0%, #ed9751 56%, #eea514 100%);
    background: -webkit-linear-gradient(45deg, #c85d14 0%, #ed9751 56%, #eea514 100%);
    background: linear-gradient(90deg, #c85d14 0%, #ed9751 56%, #eea514 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c85d14', endColorstr='#eea514', GradientType=1)
}

.magento-portfolio-black {
    background: #000;
    height: 350px
}

.magento-portfolio-black p {
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    margin: 105px 0;
    text-align: center
}

.color-white,
.sticker-list,
.sticker-list li p a {
    color: #fff
}

.bgColor-salesforce {
    background: #00b0f0;
    background: -moz-linear-gradient(top, #00b0f0 0%, #203864 100%);
    background: -webkit-linear-gradient(top, #00b0f0 0%, #203864 100%);
    background: linear-gradient(to bottom, #00b0f0 0%, #203864 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b0f0', endColorstr='#203864', GradientType=0)
}

.bgColor-salesforce-reverse {
    background: #1f3a67;
    background: -moz-linear-gradient(top, #1f3a67 0%, #13669a 43%, #5ac2e5 100%);
    background: -webkit-linear-gradient(top, #1f3a67 0%, #13669a 43%, #5ac2e5 100%);
    background: linear-gradient(to bottom, #1f3a67 0%, #13669a 43%, #5ac2e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f3a67', endColorstr='#5ac2e5', GradientType=0)
}

.sky-blue-bg {
    background: #eef7ff;
    background: -moz-radial-gradient(center, ellipse cover, #eef7ff 0%, #7abde8 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #eef7ff 0%, #7abde8 100%);
    background: radial-gradient(ellipse at center, #eef7ff 0%, #7abde8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eef7ff', endColorstr='#7abde8', GradientType=1)
}

.color-salesforce-blue {
    color: #8A2BE2 !important
}

.bg-color-salesforce-blue {
    background: #8A2BE2 !important
}

.xactware-img-width {
    width: 10%
}

.font-size-Xactware {
    font-size: 20px;
    margin-left: 15px
}

@media(min-width:0) and (max-width:353px) {
    .font-size-Xactware {
        font-size: 16px
    }
}

@media(min-width:0px) and (max-width:767px) {
    .Tax-Preparation-Software {
        background-image: none
    }
}

@media(min-width:0px) and (max-width:767px) {
    .Tax-Preparation-Software .icons-setting {
        text-align: center
    }
}

@media(min-width:768px) and (max-width:991px) {
    .Tax-Preparation-Software .icons-setting {
        padding-left: 30px
    }
}

@media(min-width:992px) and (max-width:1100px) {
    .Tax-Preparation-Software .icons-setting {
        padding-left: 30px
    }
}

@media(min-width:0px) and (max-width:767px) {
    .Tax-Preparation-Software .icons-setting ul {
        list-style-type: none
    }
}

@media(min-width:1500px) {
    .br-hidden-1500-above {
        display: none
    }
}

.color-gray {
    color: #84888b
}

.select-arrow select {
    height: 38px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    border: 1px solid #c8c8c8;
    color: #9f9f9f;
    padding: 8px 20px 7px 10px;
    margin: 10px 0;
    line-height: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}

#associations button {
    background-image: none;
    border: 1px solid #8A2BE2;
    border-radius: 4px;
    padding: 4px 10px;
    margin: 10px 0;
    background-color: #8A2BE2;
    color: #fff
}

#associations button:hover {
    background-color: #8A2BE2;
    border-color: #398439;
    color: #fff
}

#associations .partner-logo {
    padding: 10px 0;
    box-sizing: content-box;
    text-align: center
}

.affiliation-inner-sec .partner-logo {
    height: 105px;
    padding: 10px 0
}

.affiliation-inner-sec .partner-logo img {
    max-width: 150px;
    text-align: center
}

.affiliation-inner-sec .partner-logo-new {
    height: 105px;
    padding: 10px 0
}

.color-microsoft-gold {
    color: #ae7100
}

.color-biztalk-blue {
    color: #8A2BE2
}

.middleware-biztalk.no-hover:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #8A2BE2
}

.middleware-biztalk .middle {
    opacity: 1;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 0 5px;
    transition: all .5s ease
}

.box-shadow-hover-effect {
    transition: all .2s ease;
    padding: 5px 10px;
    display: block
}

.box-shadow-hover-effect:hover {
    box-shadow: 0 6px 6px 2px rgba(0, 0, 0, .3)
}

.authorize-teal-icon-box {
    width: 63px;
    margin: 0 auto;
    text-align: center
}

@media(min-width:0px) and (max-width:767px) {
    .authorize-teal-icon-box {
        margin: 0 auto
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .authorize-teal-icon-box {
        margin: 0 -12px
    }
}

.case-study-slide {
    margin: 0 auto;
    width: 250px;
    position: relative;
    min-height: 500px;
    height: auto
}

.mobile-desktop-slide {
    min-height: 378px;
    position: relative;
    z-index: 0
}

.mobile-desktop-slide.slider {
    width: 213px;
    margin: 60px 0 0 20px;
    position: absolute
}

.mobile-desktop-slide.slider .slick-next:before,
.mobile-desktop-slide.slider .slick-prev:before {
    display: none
}

.mobile-desktop-slide img {
    width: 100%
}

#End-Results {
    min-height: 560px;
    padding-top: 60px;
    padding-bottom: 0 !important;
    margin-bottom: 20px
}

@media(min-width:768px) and (max-width:991px) {
    #End-Results {
        min-height: 900px
    }
}

.triangle-content-magento.right-right-angle-triangle.right-border-right-angle-ellie-mae-case-study-color::after {
    border-right: calc(100vw) solid #f7f7f7
}

.bgwhite-contact-frm.ContactForm.contact-form-old input[type=text],
.bgwhite-contact-frm.ContactForm.contact-form-old textarea {
    border: 1px solid #8A2BE2
}

.color-span.span {
    color: #a4a7a7
}

.bgwhite-contact-frm input[type=text],
.bgwhite-contact-frm textarea {
    border-bottom: 1px solid #8A2BE2;
    color: #a4a7a7 !important
}

.bgwhite-contact-frm input[type=text]:focus+span,
.bgwhite-contact-frm input[type=text]:not(:placeholder-shown)+span,
.bgwhite-contact-frm textarea:focus+span,
.bgwhite-contact-frm textarea:not(:placeholder-shown)+span {
    color: #a4a7a7
}

.Environment-Inventory {
    border-right: 2px solid #8A2BE2;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 30px
}

@media(min-width:0) and (max-width:991px) {
    .Environment-Inventory {
        border: none
    }
}

.Environment-Inventory-left-border {
    border-left: 2px solid #8A2BE2
}

@media(min-width:0) and (max-width:1198px) {
    .Environment-Inventory-left-border {
        border: none
    }
}

.on-demand-developers {
    display: none
}

@media(min-width:768px) and (max-width:868px) {
    .on-demand-developers {
        display: block
    }
}

.relevent-sec-color h3,
.relevent-sec-color .blog-description-content h4,
.blog-description-content .relevent-sec-color h4,
.relevent-sec-color h4 {
    color: #636363 !important
}

.cloud {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

@media(min-width:0px) and (max-width:991px) {
    .cloud {
        background-image: none !important;
        padding: 20 !important;
        height: 200px !important
    }
}

.clude-text {
    top: 150px;
    position: absolute;
    padding: 0 87px
}

@media(min-width:0px) and (max-width:425px) {
    .clude-text {
        top: 20px;
        padding: 10px
    }
}

@media(min-width:426px) and (max-width:991px) {
    .clude-text {
        top: 20px
    }
}

@media(min-width:992px) and (max-width:1044px) {
    .clude-text {
        top: 130px
    }
}

@media(min-width:1045px) and (max-width:1200px) {
    .clude-text {
        top: 155px;
        padding: 0 90px
    }
}

@media(min-width:1410px) and (max-width:1500px) {
    .clude-text {
        padding: 0 110px
    }
}

@media(min-width:1510px) and (max-width:1800px) {
    .clude-text {
        top: 170px;
        padding: 0 125px
    }
}

@media(min-width:1810px) and (max-width:1920px) {
    .clude-text {
        padding: 0 150px;
        top: 167px
    }
}

.tab-wrap a {
    text-decoration: none !important;
    color: #000 !important
}

.tab-wrap .tab-menu-block {
    text-align: center;
    height: 155px
}

.tab-wrap .tab-menu-block h6 {
    color: #000;
    font-size: 14px;
    margin: 10px 0;
    font-weight: 400 !important
}

.tab-wrap .tab-menu-block h3,
.tab-wrap .tab-menu-block .blog-description-content h4,
.blog-description-content .tab-wrap .tab-menu-block h4 {
    color: #000;
    font-size: 14px;
    margin: 10px 0;
    font-weight: 400 !important
}

.tab-wrap .tab-menu-block .circle {
    display: inline-block;
    background-color: #fff;
    width: 75px;
    height: 75px;
    border-radius: 44px;
    text-align: center;
    box-shadow: 0 0 11px #ddd;
    padding-top: 16px;
    transition: all ease .2s
}

.tab-wrap .tab-menu-block .circle:hover {
    box-shadow: 0 0 11px #8A2BE2
}

@media(min-width:0px) and (max-width:991px) {
    .female-hands-working-on-modern-laptop {
        background-image: none !important;
        background-color: #f3f4f6
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .female-hands-working-on-modern-laptop {
        background-position-x: -250px !important
    }
}

@media(min-width:1201px) and (max-width:1440px) {
    .female-hands-working-on-modern-laptop {
        background-position-x: -120px !important
    }
}

.Monetize-Dating-sec {
    margin-top: 0
}

@media(min-width:0px) and (max-width:991px) {
    .Monetize-Dating-sec {
        background-image: none !important
    }
}

.dating-box {
    padding: 10px 10px 20px;
    width: 100%;
    min-height: 363px;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .5);
    background: #fff
}

@media(min-width:992px) and (max-width:1180px) {
    .dating-box {
        min-height: 325px
    }
}

@media(min-width:0px) and (max-width:768px) {
    .dating-box {
        width: 100%;
        margin-bottom: 30px
    }
}

.dating-box p {
    background: #fff;
    text-align: justify;
    font-size: 16px;
    padding: 25px 5px 8px;
    font-weight: Normal
}

.globally-box {
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, .4);
    background: #fff;
    padding: 20px;
    min-height: 266px
}

@media(min-width:992px) and (max-width:1080px) {
    .globally-box {
        min-height: 287px !important
    }
}

@media(min-width:0px) and (max-width:991px) {
    .globally-box {
        min-height: 240px !important
    }
}

.wrapper-slide-tinder {
    margin: 0 auto;
    width: 300px;
    position: relative
}

.wrapper-slide-tinder .desktop-slide-2 {
    position: absolute;
    z-index: 10;
    width: 297px;
    min-height: 564px;
    background: url(../img/meeting-and-events/dating/dating-software/mobile.png) no-repeat center center;
    background-size: contain;
    pointer-events: none
}

.wrapper-slide-tinder .slider {
    width: 262px;
    margin: 57px 0 0 17px
}

.dating-features {
    padding: 15px 10px;
    background-color: #ebffff
}

.scrollTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 80px;
    height: 80px;
    z-index: 9999;
    cursor: pointer;
    display: none
}

.margin-bottom-50 {
    margin-bottom: 50px
}

.animation-none {
    animation: none !important;
    -webkit-animation: none !important
}

.color-green {
    color: #00b050
}

.color-green:hover {
    color: #00b050
}

.main-thumb {
    min-height: 350px;
    width: 100%;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .5s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all .5s ease
}

@media(-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .main-thumb {
        display: table
    }
}

.main-thumb.main-thumb-min-height-700 {
    min-height: 700px
}

.main-thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: 0 0;
    transition: all .5s ease;
    top: 0;
    left: 0
}

.main-thumb .middle {
    opacity: 0;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 0 5px;
    transition: all .5s ease
}

@media(-ms-high-contrast:none),
(-ms-high-contrast:active) {
    .main-thumb .middle {
        display: table-cell;
        vertical-align: middle
    }
}

.main-thumb .middle:focus {
    color: #fff !important
}

.main-thumb .middle .main-thumb-titile {
    font-size: 16px;
    text-transform: uppercase
}

.main-thumb .middle .autodesk-forge-title {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 900
}

.main-thumb .middle .autodesk-forge-title span {
    color: #8A2BE2
}

.main-thumb .middle p {
    font-size: 15px
}

.main-thumb.crm-mainthumb:hover::before {
    background: rgba(0, 0, 0, .6)
}

.main-thumb:hover::before {
    background: rgba(0, 0, 0, .6)
}

.main-thumb:hover .middle {
    opacity: 1
}

.main-thumb:hover .middle .main-thumb-titile {
    transform: translateY(-10px);
    transition: all .7s ease-in-out
}

.main-thumb:hover .middle p {
    opacity: 1
}

@media(min-width:0px) and (max-width:991px) {
    .main-thumb::before {
        background: rgba(0, 0, 0, .6)
    }

    .main-thumb .middle {
        opacity: 1
    }
}

@media screen and (max-height:500px) and (orientation:Landscape) {
    .main-thumb::before {
        background: rgba(0, 0, 0, .6)
    }

    .main-thumb .middle {
        opacity: 1
    }
}

.Autodesk-Forge-black {
    display: table;
    width: 100%;
    background-color: #000;
    height: 700px;
    position: relative
}

.Autodesk-Forge-black .display-table-cell {
    vertical-align: middle;
    display: table-cell
}

.Autodesk-Forge-black p {
    font-size: 38px;
    font-weight: 900;
    line-height: 43px;
    text-align: center
}

.Autodesk-Forge-black p span {
    color: #8A2BE2
}

.font-size-45 {
    font-size: 45px !important;
    line-height: 50px !important
}

.color-ui-path-blue {
    color: #8A2BE2
}

.color-ui-path-orange {
    color: #8A2BE2
}

.text-align-last-justify {
    text-align: justify;
    -moz-text-align-last: right;
    text-align-last: right
}

@media(min-width:0px) and (max-width:1200px) {
    .text-align-last-justify {
        text-align: justify;
        text-align-last: auto
    }
}

.about-us-sec {
    background: #eee;
    padding: 5px 10px;
    margin: 10px 0
}

.about-us-sec h2,
.about-us-sec h3,
.about-us-sec .blog-description-content h4,
.blog-description-content .about-us-sec h4,
.about-us-sec h6 {
    margin: 5px 0
}

.top-margin img {
    border: 1px solid #8A2BE2
}

footer {
    padding: 40px 0 0 0;
    background: #f9f9f9
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0
}

footer h5 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #4c4c4c
}

footer ul li a {
    font-size: 11px;
    line-height: 18px;
    color: #747474
}

footer ul li a:hover {
    color: #8A2BE2;
    text-decoration: none
}

.footer_bg {
    background: #f9f9f9;
    padding-bottom: 40px
}

.footer-contact p {
    margin: 5px 0;
    padding: 0;
    font-size: .95em;
    line-height: normal;
    color: #747474
}

.ssocial {
    min-height: 100px;
    background: #3d4959
}

.ssocial .box1 {
    border: 1px solid #999;
    margin: 15px auto;
    max-width: 415px;
    padding: 8px
}

.ssocial .box1 .ssmblockIn {
    background: #26303c none repeat scroll 0 0;
    padding: 5px
}

.ssocial .box1 .ssmblockIn h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 4px 0 10px;
    text-align: center
}

.ssocial .ssm-List {
    margin: 0 auto 5px;
    padding: 10px 0 0;
    width: auto
}

.ssocial .ssm-List li {
    display: inline-block;
    padding: 0 5px
}

@media(min-width:0) and (max-width:329px) {
    .ssocial .ssm-List li {
        padding: 0 4px
    }
}

.ssocial .ssm-List .header-icons {
    margin-right: 0
}

.margin-auto {
    margin: 0 auto
}

.padding-allD-10 {
    padding: 10px !important
}

.flocation {
    border-bottom: 1px dashed #35404e;
    color: #fff;
    font-size: 12px
}

.fcopyright,
.flocation {
    background: #000
}

.fcopyright .fcopyright-new {
    background: #21272d
}

.fcopyright p {
    color: #ddd3d2;
    font-size: 14px;
    margin: 0;
    padding: 7px 0;
    text-align: center
}

.fcopyright p a {
    color: #fff
}

.margin-8 {
    margin: 8px !important
}

.footer-contact {
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    border-bottom: 1px solid #ccc
}

.footer-contact .shrink-hvr {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition-duration: .3s
}

.shrink-hvr:active,
.shrink-hvr:focus,
.shrink-hvr:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.twitter_icon {
    background-position: -70px -32px;
    width: 32px;
    height: 32px
}

.facebook_icon {
    background-position: -120px -32px;
    width: 32px;
    height: 32px
}

.google_plus_icon {
    background-position: -171px -32px;
    width: 32px;
    height: 32px
}

.linked_icon {
    background-position: -222px -32px;
    width: 32px;
    height: 32px
}

.pinterest_icon {
    background-position: -273px -32px;
    width: 32px;
    height: 32px
}

.youtube_icon {
    background-position: -322px -32px;
    width: 32px;
    height: 32px
}

@media(min-width:320px) and (max-width:480px) {
    .text-right.top {
        position: relative;
        right: 0;
        top: 10px
    }
}

@media(min-width:768px) {
    div.col-sm-7.five-three {
        width: 60% !important
    }

    div.col-sm-5.five-two {
        width: 40% !important
    }

    .footer-contact {
        border-bottom: none
    }
}

.fixed-contactUs-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 50px;
    height: 110px;
    background-color: #8A2BE2;
    text-align: center;
    padding-top: 5px
}

@media(min-width:0) and (max-width:500px) {
    .fixed-contactUs-bar {
        display: none;
        z-index: 99999
    }
}

.fixed-contactUs-bar div:first-of-type {
    width: 57%
}

.fixed-contactUs-bar div:last-of-type {
    width: 42%
}

.fixed-contactUs-bar a {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #8A2BE2;
    padding: 10px;
    font-weight: 700
}

#livechat-compact-container,
#livechat-full {
    left: 20px !important;
    right: auto !important
}

#livechat-eye-catcher {
    left: 20px !important;
    width: 250px !important
}

#livechat-eye-catcher img {
    width: 150px !important
}

#ss360-searchbox-spinner {
    width: 100vw !important;
    height: 100vh !important;
    position: fixed;
    left: 0% !important;
    top: 0% !important;
    background-color: rgba(255, 255, 255, .4);
    z-index: 999999
}

.ss360-double-bounce1,
.ss360-double-bounce2 {
    width: 100px !important;
    height: 100px !important;
    background-color: transparent !important;
    top: calc(50% - 50px) !important;
    left: calc(50% - 50px) !important;
    bottom: calc(50% - 50px) !important;
    right: calc(50% - 50px) !important;
    border: 10px solid #8A2BE2;
    border-top-color: transparent;
    border-radius: 50%;
    -webkit-animation: lds-rolling 1s linear infinite;
    animation: lds-rolling 1s linear infinite
}

@keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-webkit-keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.footer-background {
    background: #f1f1f1;
    color: #000;
    border-top: 5px solid #8A2BE2
}

.footer-background p {
    color: #000
}

.footer-background p.margin-top-5-footer {
    margin-top: 5px
}

.footer-background .newsletter-sec .subcribe-button {
    margin-top: 30px
}

.footer-background .newsletter-sec .subcribe-button a {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    border: solid 2px #8A2BE2;
    padding: 10px;
    font-size: 14px
}

.footer-background .newsletter-sec .subcribe-button a:hover {
    background-color: #8A2BE2;
    color: #fff;
    transition: all ease .3s
}

.footer-background .newsletter-sec img {
    margin: 5px
}

@media(min-width:0) and (max-width:480px) {
    .footer-background.margin-left-footer {
        margin-left: 15px
    }
}

.location-icon {
    background-position: -332px -34px;
    width: 22px;
    height: 31px
}

.social-icon-linkedin {
    background-position: -62px -32px;
    width: 32px;
    height: 32px
}

.social-icon-google-plus {
    background-position: -141px -32px;
    width: 32px;
    height: 32px
}

.social-icon-twitter {
    background-position: -179px -32px;
    width: 32px;
    height: 32px
}

.social-icon-facebook {
    background-position: -101px -32px;
    width: 33px;
    height: 32px
}

.social-icon-youtube {
    background-position: -220px -33px;
    width: 31px;
    height: 31px
}

.phone-icon-footer {
    background-position: -260px -36px;
    width: 24px;
    height: 24px
}

.email-icon-footer {
    background-position: -575px -32px;
    width: 30px;
    height: 19px
}

.fax-icon-footer {
    background-position: -292px -37px;
    width: 26px;
    height: 26px
}

.newsletter-icon-footer {
    background-position: -366px -37px;
    width: 25px;
    height: 24px
}

.fcopyright-new {
    background: #d8d8d8
}

@media(min-width:688px) and (max-width:840px) {
    .fcopyright-new {
        min-height: 80px
    }
}

@media(min-width:504px) and (max-width:687px) {
    .fcopyright-new {
        min-height: 125px
    }
}

@media(min-width:0) and (max-width:503px) {
    .fcopyright-new {
        min-height: 200px
    }
}

.fcopyright-new p {
    color: #222;
    font-size: 14px;
    margin: 0;
    padding: 7px 0;
    text-align: center
}

.fcopyright-new p.fcopyright-padding {
    padding-bottom: 0;
    padding-top: 15px
}

.fcopyright-new p a {
    color: #222
}

@media(min-width:0) and (max-width:480px) {
    .fcopyright-new p a {
        padding: 5px 8px;
        display: inline-block
    }
}

.cookies-policy-sec {
    background: #8A2BE2;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000000;
    display: none
}

@media(min-width:0) and (max-width:768px) {
    .cookies-policy-sec {
        height: auto
    }
}

.cookies-policy-sec p {
    padding: 10px;
    color: #fff
}

@media(min-width:0) and (max-width:768px) {
    .cookies-policy-sec p {
        line-height: 36px
    }
}

.cookies-policy-sec p a {
    color: #fff;
    text-decoration: underline
}

.cookies-policy-sec span {
    border: 2px solid #8A2BE2;
    background: #8A2BE2;
    padding: 5px;
    margin-left: 10px;
    cursor: pointer;
    line-height: 35px
}

.cookies-policy-sec span:hover {
    background: #8A2BE2;
    border: 2px solid #8A2BE2;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease
}

.Browser-alert {
    background: rgba(0, 0, 0, .65);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999
}

.Browser-alert .Browser-popup {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: #e6f9fb;
    color: #000;
    border: solid 1px #8A2BE2;
    width: 30%;
    height: 285px;
    padding: 0 10px;
    text-align: justify
}

.Browser-alert .Browser-popup .warning-header-title {
    padding: 5px 0
}

.Browser-alert .Browser-popup .logo-img {
    display: inline;
    margin: 20px 0;
    width: 25%;
    height: auto;
    float: left;
    text-align: center
}

.Browser-alert .Browser-popup .logo-img img {
    display: inline-block
}

.Browser-alert .Browser-popup .logo-img p {
    padding: 5px;
    text-align: center
}

.Browser-alert .Browser-alert-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    background: url(https://www.chetu.com/img/news/close_blue.png) no-repeat center center;
    background-color: #fff
}

@media(min-width:0) and (max-width:990px) {
    .sm-footer-container-100 {
        width: 100%
    }
}

.client-logo-img {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 110px;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s
}

.client-logo-img:focus,
.client-logo-img:hover,
.client-logo-img:focus-within,
.client-logo-img:visited,
.client-logo-img:acive {
    outline: none !important;
    outline-color: transparent !important
}

.slick-slide:focus {
    outline: none
}

.foot-locker {
    background-image: url(../img/home-page-img/foot-locker-grey.png);
    min-height: 95px
}

.foot-locker:hover {
    background-image: url(../img/home-page-img/foot-locker-color.png)
}

.wild-birds {
    background-image: url(../img/home-page-img/wild-birds-grey.png)
}

.wild-birds:hover {
    background-image: url(../img/home-page-img/wild-birds-color.png)
}

.igt {
    background-image: url(../img/home-page-img/igt-grey.png)
}

.igt:hover {
    background-image: url(../img/home-page-img/igt-color.png)
}

.qtc {
    background-image: url(../img/home-page-img/qtc-grey.png)
}

.qtc:hover {
    background-image: url(../img/home-page-img/qtc-color.png)
}

.johnson {
    background-image: url(../img/home-page-img/johnson-and-johnson-grey.png)
}

.johnson:hover {
    background-image: url(../img/home-page-img/johnson-and-johnson-color.png)
}

.brookstone {
    background-image: url(../img/home-page-img/brookstone-grey.png)
}

.brookstone:hover {
    background-image: url(../img/home-page-img/brookstone-color.png)
}

.airguide {
    background-image: url(../img/home-page-img/featured-airguide-grey.png)
}

.airguide:hover {
    background-image: url(../img/home-page-img/featured-airguide-color.png)
}

.conifer {
    background-image: url(../img/home-page-img/featured-conifer-grey.png)
}

.conifer:hover {
    background-image: url(../img/home-page-img/featured-conifer-color.png)
}

.harves-trends {
    background-image: url(../img/home-page-img/featured-harves-trends-grey.png)
}

.harves-trends:hover {
    background-image: url(../img/home-page-img/featured-harves-trends-color.png)
}

.petco {
    background-image: url(../img/home-page-img/featured-petco-gery.png)
}

.petco:hover {
    background-image: url(../img/home-page-img/featured-petco-color.png)
}

.siemens {
    background-image: url(../img/home-page-img/featured-siemens-grey.png)
}

.siemens:hover {
    background-image: url(../img/home-page-img/featured-siemens-color.png)
}

.lab-thru {
    background-image: url(../img/home-page-img/featured-lab-thru-grey.png)
}

.lab-thru:hover {
    background-image: url(../img/home-page-img/featured-lab-thru-color.png)
}
