blockquote,
body,
button,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    outline: 0
}

body {
    display: none;
    font-family: Nunito;
}

a {
    text-decoration: none;
    -webkit-text-decoration-color: initial;
    text-decoration-color: initial;
    color: inherit;
    cursor: pointer
}

button {
    cursor: pointer
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: Nunito, sans-serif
}

.ic-hide {
    display: none
}

.ic-0op {
    opacity: 0;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.ic-1op {
    opacity: 1
}

header {
    height: 60px;
    top: 0;
    width: 100%;
    z-index: 1
}

.bold {
    font-weight: 700
}

.ic-logo img {
    height: 70px;
    width: auto
}

#loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 2;
    height: 100%;
    width: 100%
}

#fullpage header {
    position: absolute
}

.ic-inner-page header {
    height: 97px;
    position: fixed;
    z-index: 99999
}

header nav {
    width: 50%;
    float: right;
    padding: 15px 0
}

.ic-logo {
    float: left;
    margin: 10px 5%
}

.ic-menu {
    display: none;
    padding: 0 10px;
    border: 1px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #e33234;
    font-family: Nunito;
    font-size: 20px;
    line-height: 40px;
    width: 75px;
    float: right;
    margin: 0 20px;
    cursor: pointer
}

.ic-menu-list {
    width: 700px;
    overflow: visible;
    margin: 0 auto
}

.ic-inner-page .ic-menu-list li {
    color: #e33234
}

header nav li {
    color: #fff;
    font-family: Nunito;
    font-size: 16px;
    line-height: 40px;
    list-style: none;
    display: block;
    float: left;
    padding: 0 10px;
    text-align: center;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

header nav li:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

ul.index-page li,
ul.index-page li a:hover {
    color: #fff !important
}

header nav li.close {
    display: none
}

.ic-menu-list li {
    cursor: pointer
}

footer {
    min-height: 550px
}

.ic-contact-menu {
    padding: 0 10px;
    border: 1px solid;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50px
}

section {
    clear: both
}

.fp-tableCell {
    display: block
}

section:not(.ic-last-section) .fp-scroller {
    height: 100%
}

.ic-height-half {
    width: 100%;
    height: 55%;
    position: relative
}

.ic-main-img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 400px
}

.ic-main-left-img {
    background: url(../../images/icrats-main-left.png) no-repeat;
    background-size: contain;
    background-position: center center
}

#crm-data-path {
    display: block;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-animation: dash 5s linear infinite;
    animation: dash 5s linear infinite
}

.draw-path {
    display: block;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-animation: dash 5s linear;
    animation: dash 5s linear
}

.draw-path.stable {
    stroke-dashoffset: inherit
}

@-webkit-keyframes dash {
    from {
        stroke-dashoffset: 1000
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes dash {
    from {
        stroke-dashoffset: 1000
    }

    to {
        stroke-dashoffset: 0
    }
}

.first-section .ic-text {
    margin-bottom: 20px
}

.first-section .ic-org-text {
    padding: 0 20px
}

.ic-half {
    height: 100%;
    width: 35%;
    float: left;
    text-align: center;
    position: relative;
    padding: 0 5%
}

.ic-half:nth-child(even) {
    padding-left: 10%
}

.ic-half:nth-child(even) .ic-center-content {
    width: 70%;
    padding: 0 10% 0 20%
}

.ic-half:nth-child(odd) {
    padding-right: 10%
}

.ic-half:nth-child(odd) .ic-center-content {
    width: 70%;
    padding: 0 20% 0 10%
}

.ic-60 {
    height: 100%;
    width: 60%;
    float: left;
    position: relative
}

.ic-40 {
    height: 100%;
    width: 40%;
    float: left;
    position: relative
}

.ic-float-right-section .ic-40,
.ic-float-right-section .ic-60 {
    float: right
}

.ic-center-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    padding: 0 10%
}

.ic-60 .ic-center-content {
    padding: 0 0 0 15%;
    width: 80%
}

.ic-height-half:not(.ic-float-right-section) .ic-60 .ic-center-content {
    padding: 0 10% 0 5%;
    width: 80%
}

.ic-text {
    font-family: Nunito;
    font-size: 22px;
    font-weight: 200;
    line-height: 41px;
    text-align: center
}

.ic-button {
    height: 70px;
    width: 400px;
    border-radius: 35px;
    max-width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    display: block;
    line-height: 70px;
    margin: 0 auto
}

.ic-white-text {
    color: #fff
}

.ic-white-text:hover {
    color: #fff !important
}

.ic-org-text {
    color: #e33234
}

.ic-org-bg {
    background: -webkit-linear-gradient(136.29deg, #df292d 0, #e6483a 32%, #f27c50 100%);
    background: -o-linear-gradient(136.29deg, #df292d 0, #e6483a 32%, #f27c50 100%);
    background: linear-gradient(313.71deg, #df292d 0, #e6483a 32%, #f27c50 100%)
}

.ic-button.ic-org-bg {
    border: 0
}

.ic-button.ic-org-text {
    background: #fff;
    border: 0
}

.ic-gray-bg {
    background-color: #f7f7f7
}

.ic-section-h1 {
    width: 100%;
    color: #d20303;
    font-size: 28px;
    line-height: 100px;
    text-align: center;
    font-weight: 400
}

.ic-section-h2 {
    color: #212121;
    font-family: Nunito;
    font-size: 26px;
    font-weight: 400;
    line-height: 41px;
    margin-bottom: 20px
}

.ic-image {
    height: 90%;
    padding: 0 0 0 25%
}

.ic-40 svg {
    height: 90%;
    margin: 5% auto;
    padding: 0 0 0 25%
}

#left-main-svg .Rectangle {
    -webkit-animation: rotateRect 2s linear infinite;
    animation: rotateRect 2s linear infinite;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@-webkit-keyframes rotateRect {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@keyframes rotateRect {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

#left-main-svg .star {
    -webkit-animation: rotateStar 2s linear infinite;
    animation: rotateStar 2s linear infinite;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@-webkit-keyframes rotateStar {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes rotateStar {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

#left-main-svg .circle {
    -webkit-animation: rotateCircle 2s linear infinite;
    animation: rotateCircle 2s linear infinite;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@-webkit-keyframes rotateCircle {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes rotateCircle {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

#left-main-svg .triangle polygon {
    -webkit-animation: rotateTri 3s linear infinite;
    animation: rotateTri 3s linear infinite;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@-webkit-keyframes rotateTri {

    0%,
    100% {
        opacity: .25
    }

    50% {
        opacity: 1
    }
}

@keyframes rotateTri {

    0%,
    100% {
        opacity: .25
    }

    50% {
        opacity: 1
    }
}

#right_leg-2 {
    -webkit-animation: manLegAnimate 2s linear infinite;
    animation: manLegAnimate 2s linear infinite;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@-webkit-keyframes manLegAnimate {

    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    50% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
}

@keyframes manLegAnimate {

    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    50% {
        -webkit-transform: rotate(1deg);
        transform: rotate(1deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
}

#left_leg {
    -webkit-animation: womanLegAnimate 3s linear infinite;
    animation: womanLegAnimate 3s linear infinite;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@-webkit-keyframes womanLegAnimate {

    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top right;
        transform-origin: top right
    }

    50% {
        -webkit-transform: translate(6px, -8px) rotate(1deg);
        transform: translate(6px, -8px) rotate(1deg);
        -webkit-transform-origin: top right;
        transform-origin: top right
    }
}

@keyframes womanLegAnimate {

    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top right;
        transform-origin: top right
    }

    50% {
        -webkit-transform: translate(6px, -8px) rotate(1deg);
        transform: translate(6px, -8px) rotate(1deg);
        -webkit-transform-origin: top right;
        transform-origin: top right
    }
}

#bot-svg {
    height: 70%;
    margin: 15% auto
}

#bot-bg,
#bot-body {
    -webkit-animation: jump 2s linear infinite;
    animation: jump 2s linear infinite;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@-webkit-keyframes jump {

    0%,
    100% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jump {

    0%,
    100% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%)
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

#bot-shadow {
    -webkit-animation: shadowJump 2s linear infinite;
    animation: shadowJump 2s linear infinite;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@-webkit-keyframes shadowJump {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    50% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

@keyframes shadowJump {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    50% {
        -webkit-transform: scale(.9);
        transform: scale(.9);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

#body_shadow {
    -webkit-animation: bodyShadowJump 2s linear infinite;
    animation: bodyShadowJump 2s linear infinite;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@-webkit-keyframes bodyShadowJump {

    0%,
    100% {
        -webkit-transform: scale(1.05) translateY(9%);
        transform: scale(1.05) translateY(9%);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    50% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

@keyframes bodyShadowJump {

    0%,
    100% {
        -webkit-transform: scale(1.05) translateY(9%);
        transform: scale(1.05) translateY(9%);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    50% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

#bot-eyes {
    -webkit-animation: eyeJump 2s linear infinite;
    animation: eyeJump 2s linear infinite;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@-webkit-keyframes eyeJump {

    0%,
    100% {
        -webkit-transform: scale(1) translateY(10%);
        transform: scale(1) translateY(10%);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    50% {
        -webkit-transform: scale(.8) translateY(-10%);
        transform: scale(.8) translateY(-10%);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

@keyframes eyeJump {

    0%,
    100% {
        -webkit-transform: scale(1) translateY(10%);
        transform: scale(1) translateY(10%);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }

    50% {
        -webkit-transform: scale(.8) translateY(-10%);
        transform: scale(.8) translateY(-10%);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

#notif {
    -webkit-animation: notifAnim 2s linear infinite;
    animation: notifAnim 2s linear infinite;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@-webkit-keyframes notifAnim {

    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center;
        transform-origin: center
    }

    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

@keyframes notifAnim {

    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center;
        transform-origin: center
    }

    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

#rope2 {
    -webkit-animation: ropeAnim 2s linear infinite;
    animation: ropeAnim 2s linear infinite;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

@-webkit-keyframes ropeAnim {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: center;
        transform-origin: center
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

@keyframes ropeAnim {

    0%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform-origin: center;
        transform-origin: center
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

.ic-content {
    width: 88%;
    margin: 7px 6%
}

.ic-product-content {
    width: 80%;
    margin: 20px 10%
}

.ic-content-p {
    color: #34495e;
    font-family: Nunito;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
}

.ic-content-section .ic-40 .ic-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ic-sm-button {
    height: 45px;
    width: 200px;
    border-radius: 25px;
    max-width: 100%;
    background: #fff;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    line-height: 45px
}

a.ic-sm-button {
    display: block
}

.ic-button:hover,
.ic-sm-button:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.ic-sm-button.ic-text {
    font-size: 18px;
    font-weight: 200;
    line-height: 45px
}

.ic-org-border {
    border: 2px solid #e33234
}

.second-section .ic-height-half {
    height: 50%;
}

.ic-content-section .ic-40 .ic-bottom-img {
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: auto
}

.second-section .ic-40 .ic-bottom-img {
    height: 90%;
    padding: 0
}

.fourth-section .ic-40 .ic-image {
    height: 90%;
    padding: 0 15%
}

.fourth-section .ic-gray-bg .ic-40 .ic-image {
    height: 50%;
    padding: 0 25%
}

.fifth-section .ic-40 svg,
.sixth-section .ic-40 svg {
    padding: 0 10%;
    width: 80%;
    margin: 5% 0 0;
    height: 90%
}

.sixth-section .ic-gray-bg .ic-40 svg {
    height: 70%;
    margin: 15% auto
}

.card-section {
    overflow: hidden
}

.card-section::after {
    content: '';
    height: 50%;
    width: 120%;
    position: absolute;
    bottom: -10%;
    left: -10%;
    border-radius: 50%;
    background: -webkit-linear-gradient(136.29deg, #df292d 0, #e6483a 32%, #f27c50 100%);
    background: -o-linear-gradient(136.29deg, #df292d 0, #e6483a 32%, #f27c50 100%);
    background: linear-gradient(313.71deg, #df292d 0, #e6483a 32%, #f27c50 100%);
    z-index: -1
}

.ic-content-wrapper {
    width: 80%;
    padding: 0 10%
}

.ic-one-three {
    width: 33.33%;
    float: left
}

.ic-card {
    height: 500px;
    max-width: 350px;
    background: #fff;
    margin: 0 auto;
    width: 80%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .16);
    padding: 1% 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
    position: relative;
    top: 20px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.ic-card:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.ic-card::after {
    content: '';
    position: absolute;
    width: 80%;
    height: 20px;
    background-color: rgba(155, 39, 21, .31);
    left: 10%;
    bottom: -40px;
    border-radius: 50%
}

.ic-center-card {
    top: 0
}

.ic-card img {
    width: 80%;
    margin: 15px auto;
    max-width: 150px
}

.ic-card h3 {
    color: #c52d18;
    font-family: Nunito;
    font-size: 25px;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    margin-bottom: 10px
}

.section .fp-next {
    border-color: transparent transparent transparent #ffabab
}

.section .fp-prev {
    border-color: transparent #ffabab transparent transparent
}

.slide .fp-tableCell {
    position: relative
}

.ic-testimonial p {
    color: #34495e;
    font-family: Nunito;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 20px
}

.ic-testimonial-author {
    text-align: right
}

.ic-testimonial-author img {
    width: 150px
}

.ic-testimonial-author span {
    color: #34495e;
    font-family: Nunito;
    font-size: 30px;
    font-weight: 700;
    line-height: 41px;
    display: block
}

.ic-client-wrapper {
    margin-bottom: 100px;
    overflow: auto
}

.ic-client-wrapper img {
    max-width: 100%;
    width: auto;
    height: 32px
}

.ic-client-wrapper a {
    width: 12%;
    text-align: center;
    display: block;
    float: left;
    margin-bottom: 35px;
    min-height: 60px
}

.ic-contact-section {
    position: relative
}

#fullpage .ic-contact-section {
    min-height: 725px;
    position: relative
}

.ic-contact-section::after {
    content: '';
    background: url(../../images/icrats-map.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .2;
    background-position: center center
}

.ic-contact-section .ic-section-h1 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    text-align: left;
    margin-bottom: 20px
}

.ic-contact-success {
    color: #059c05;
    display: none
}

.ic-email {
    color: #fff;
    font-family: Nunito;
    font-size: 25px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 20px;
    display: block;
    text-align: left
}

.ic-email i {
    padding-right: 10px
}

.ic-contact-section .ic-half {
    height: auto;
    position: relative;
    z-index: 1
}

.ic-contact-section .ic-half:nth-child(even) {
    padding: 0;
    width: 40%
}

.ic-contact-section .ic-half:nth-child(odd) {
    padding: 30px 0 0 10%;
    width: 40%
}

.ic-address {
    width: 50%;
    float: left;
    color: #fff;
    font-family: Nunito;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    min-height: 55px;
    margin: 0 0 20px 0;
    text-align: left
}

.ic-contact-us {
    background: #fff;
    height: auto;
    padding: 16px 24px;
    position: absolute;
    top: -70px;
    right: 0;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .19);
    border-radius: 5px;
    width: 90%;
    max-width: 500px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ic-contact-us h2 {
    color: #34495e;
    font-family: Nunito;
    font-size: 35px;
    font-weight: 400;
    line-height: 48px;
    text-align: center
}

.ic-contact-us form {
    /* margin: 20px 0; */
    z-index: 2;
    position: relative
}

#sendMail {
    cursor: pointer
}

.ic-contact-us form.disabled {
    opacity: .3
}

.callback-text {
    font-size: 20px;
    text-align: left;
    color: #696969;
}

.ic-contact-us input[type=email],
.ic-contact-us input[type=phone],
.ic-contact-us input[type=text],
.ic-contact-us input[type=textarea],
.ic-contact-us input[type=datetime-local] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #2f4e6f;
    border-radius: 0;
    outline: 0;
    height: 3rem;
    width: 100%;
    font-size: 20px;
    margin: 0 0 20px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
    -webkit-transition: b;
    -o-transition: b;
    transition: b
}

.ic-contact-us input::placeholder {
    font-family: Nunito;
    font-size: 20px;
}

.ic-contact-us .ic-sm-button {
    margin: 20px auto;
    border-radius: 30px;
    line-height: 60px;
    height: 60px
}

#content-wrapper section:last-child {
    margin-bottom: 100px
}

.service-section::after {
    content: '';
    display: block;
    clear: both
}

.ic-transform-section {
    margin-top: 50px
}

.ic-transform-header {
    max-width: 85% !important
}

.ic-service-wrapper {
    float: left;
    width: 20%;
    min-width: 200px;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    cursor: pointer
}

.ic-service-wrapper:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .16)
}

.ic-products-wrapper {
    float: left;
    width: 25%;
    min-width: 200px;
    padding: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
    cursor: pointer
}

.ic-products-wrapper:hover {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .16);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .16)
}

.ic-service {
    height: 200px;
    position: relative
}

.ic-service a {
    display: block;
    height: 100%;
    width: 100%
}

.ic-service img {
    height: 70%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.ic-service h2 {
    text-align: center;
    color: #34495e;
    font-family: Nunito;
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    position: absolute;
    bottom: 0;
    width: 100%
}

.ic-service-popup {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffffffe6;
    z-index: 2;
    display: none
}

.ic-service-popup .close {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 50px;
    width: 50px;
    cursor: pointer;
    text-align: center;
    color: #e33234
}

.ic-service-popup .popup-content {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0 5%;
    box-sizing: border-box;
    max-height: 80%;
    overflow: scroll
}

.popup-content ul {
    padding-left: 40px
}

.ic-service-content-wrapper .ic-content {
    overflow: auto
}

.ic-service-content-wrapper .ic-content-headings {
    width: 25%;
    float: left
}

.ic-service-content-wrapper .ic-content-p {
    width: 72%;
    float: left;
    margin-left: 3%
}

.ic-content-headings li {
    color: #e65344;
    font-family: Nunito;
    font-size: 19px;
    line-height: 34px;
    border-bottom: 1px solid #e65344;
    padding: 10px 15px 10px 0;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    cursor: pointer
}

.ic-content-headings li.active,
.ic-content-headings li:hover {
    font-weight: 700;
    line-height: 40px
}

.ic-content-headings li.active {
    position: relative;
    font-size: 20px;
}

.ic-content-headings li.active::after {
    background-image: url(../../images/arrow.png);
    background-size: 10px 20px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 10px;
    height: 20px;
    content: "";
    position: absolute;
    top: calc(50% - 10px);
    right: 0
}

.ic-content-p {
    color: #34495e;
    font-family: Nunito;
    font-size: 18px;
    line-height: 32px;
}

.ic-content-p h3 {
    /* color: #34495e; */
    color: #d20303;
    font-family: Nunito;
    font-size: 21px;
    line-height: 41px;
    margin-bottom: 20px;
    font-weight: normal;
}

.ic-content-p p {
    margin-bottom: 20px
}

.ic-content-p img {
    width: 100%;
    margin-bottom: 20px
}

.ic-content-p ul {
    padding-left: 20px;
    line-height: 32px;
}

.ic-content-p>div {
    display: none
}

.ic-content-p>div.active {
    display: block
}

.ic-child-sub-header {
    font-size: 20px
}

.ic-list-wrapper {
    padding-left: 5%
}

.ic-career-wrapper p {
    font-weight: 600
}

.ic-career-inner-header h3 {
    font-size: 23px !important
}

.ic-career-wrapper a:hover {
    text-decoration: underline
}

.ic-btn-apply-now {
    margin-top: 2% !important;
    min-width: 150px
}

.ic-service-sub-content p {
    padding: 0;
}

.ic-service-sub-content h5 {
    padding: 20px 20px 0
}

#content-wrapper {
    margin-top: 105px !important
}

#loader-overlay {
    display: none !important
}

.row-equal>div[class*=col-] {
    display: flex;
    flex: 1 0 auto
}

.row-equal .card {
    width: 100%
}

.carousel-inner>.row-equal.active,
.carousel-inner>.row-equal.next,
.carousel-inner>.row-equal.prev {
    display: flex
}

.carousel-inner>.row-equal.active.left,
.carousel-inner>.row-equal.active.right {
    opacity: .5;
    display: flex
}

.card-img-top-250 {
    max-height: 250px;
    overflow: hidden
}

.career-page .card {
    border: none !important;
    background: #f7f7f7
}

a:active,
a:hover {
    color: #e65344 !important;
    text-decoration: none !important
}

.first-section {
    padding-top: 0 !important
}

.watsapp {
    background: url(../../images/watsapp.svg) no-repeat;
    display: inline-block;
    position: fixed;
    right: 0;
    z-index: 999;
    bottom: 90px;
    border: none;
    background-position: 50% 47%;
    border-radius: 9px;
    right: 18px;
    border: none;
    width: 55px;
    height: 53px
}

.tawk-min-container {
    display: none !important
}

.header-home {
    position: absolute
}

.homepage-hdr {
    height: 62px !important;
    top: 0;
    width: 100%;
    z-index: 999;
    position: fixed !important;
    background: rgb(243 243 243 / 95%)
}

.homepage-hdr nav {
    width: 50%;
    float: right;
    padding: 10px 0
}

.homepage-hdr nav ul li {
    color: #000 !important
}

.homepage-hdr .ic-logo {
    float: left;
    margin: 6px 5%
}

.homepage-hdr .ic-logo img {
    box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%), 0 6.7px 5.3px rgb(0 0 0 / 5%), 0 12.5px 10px rgb(0 0 0 / 6%), 0 22.3px 17.9px rgb(0 0 0 / 7%), 0 41.8px 33.4px rgb(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 12%);
    background: #fff;
    border-radius: 5px;
    height: 45px;
    width: auto
}

.social {
    top: 65% !important;
    z-index: 9999;

}

.social-top {
    top: 65% !important;
    z-index: 9999;
    width: 30% !important;
    left: 24%;
    padding: 0;
}

.social.social-bottom-links {
    text-align: center
}

.no-cursor {
    pointer-events: none !important
}

.social.social-bottom-links a {
    color: #fff !important;
    margin-bottom: 10px !important
}

.social a {
    margin: 0 10px !important;
    display: inline-block
}

.social a img {
    max-width: 61px;
    box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 3%), 0 6.7px 5.3px rgb(0 0 0 / 5%), 0 12.5px 10px rgb(0 0 0 / 6%), 0 22.3px 17.9px rgb(0 0 0 / 7%), 0 41.8px 33.4px rgb(0 0 0 / 9%), 0 100px 80px rgb(0 0 0 / 12%);
    border-radius: 10px
}

.social a:first-child {
    margin-left: 0
}

.ic-contact-menu {
    color: #fff !important
}

.ic-contact-menu:hover {
    color: #fff !important
}

.homepage-hdr nav ul li.ic-contact-menu {
    color: #fff !important
}

.svg {
    margin-top: -50px;
}

.blog-img {
    margin-bottom: 25px;
}

.blog-link {
    color: #e33234;
}

.ic-content-p.blogs p {
    padding-left: 0;
    padding-right: 0;
}

.ic-content-p.blogs h4 {
    font-size: 20px !important;
    padding-bottom: 20px;
}

.blog-viva-img {
    width: 25% !important;
}

.blog-viva-main {
    width: 50% !important;
}

.talk {
    background: #ec6464;
    color: #fff;
    padding: 9px 30px;
    border-radius: 50px;
    font-size: 20px;
}

.ai-content h3 {
    /* color: #34495e; */
    color: #d20303;
    font-family: Nunito;
    font-size: 21px;
    line-height: 41px;
    margin-bottom: 20px;
    font-weight: normal;
    text-align: left;
}

.experience-ai {
    display: flex;
}

.experience-ai span {
    width: 47%;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
    margin-left: 3%;
}

.experience-ai img.discover {
    margin-right: 2%;
    width: 100%;
}

.experience-ai img {
    padding-right: 20px;
    width: 4%;
}

.discover-wrapper span.text {
    align-items: normal;
    flex-direction: column;
}

.discover-wrapper span.text p.ic-content-p {
    width: 100%;
}

.ai-img-wrapper span {
    justify-content: center;
    flex-direction: column;
}

.ai-img-wrapper span img {
    width: 25%;
    padding: 25px;
    border: 3px solid #ef0d0d;
    border-radius: 10px;
}

.ai-img-wrapper {
    margin: 20px 0;
}

.text.zero-margin-left {
    margin-left: 0;
}

.img-wrapper-span.service-pages {
    text-align: center !important;
    background: #f7f5f5;
    padding: 9px;
    border-radius: 10px;
}

.ai-img-wrapper span.img-wrapper-span.service-pages img {
    width: 25%;
    padding: 25px;
    border: 3px solid #363636;
    border-radius: 10px;
}

.power-bi-hero {
    width: 70% !important;
}

.expertise-wrapper {
    align-items: center;
    vertical-align: middle;
    background: transparent;
}

.expertise-wrapper span {
    border: 2px solid #d70000 !important;
    ;
    background: transparent !important;
    border-radius: 5px !important;
}

.expertise-wrapper h3 {
    margin-bottom: 0 !important;
    font-size: 20px !important;
    color: #d70000 !important;
}

.ai-img-wrapper.service-inner-wrapper,
.ai-img-wrapper.expertise-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.experience-ai.service-inner-wrapper span {
    width: 27%;
}

.ai-img-wrapper.expertise-wrapper span {
    width: 27%;
}

.ic-card .ic-content-p {
    line-height: 25px;
}

.service-inner-wrapper span.img-wrapper-span {
    padding-top: 25px;
}

.nobtm-mrgin {
    margin-bottom: 0 !important;
}

/* .red{
    color:#d70000 !important;
} */
.red-link {
    color: #d70000 !important;
}

.red-link:hover {
    text-decoration: underline !important;
}

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

.multi {
    margin-bottom: 30px;
}

.h3-inner {
    font-size: 18px !important;
}

.ims li {
    margin-bottom: 20px;
}

::placeholder {
    color: #616161;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #616161;
}

.social-new-top {
    margin-bottom: 30px;
}

.social-bottom-links {
    text-align: left;
}

.newContact {
    background: linear-gradient(313.71deg, #df292d 0, #e6483a 32%, #f27c50 100%);
    border: none !important;
    padding: 10px 20px;
    border-radius: 50px;
}

.header-text-response {
    margin-bottom: 20px;
    color: #e33234;
}

.content-response {
    /* margin-bottom:20px;  */
}

#submitModal .modal-footer {
    border: none !important;
}

.tag-btn {
    padding: 2px 20px;
    font-weight: 600;
    color: #fff;
    background: #d20303;
    border-radius: 50px;
    margin-right: 10px;
}

.red {
    color: #d20303 !important;
}

li.list-red::marker {
    color: red;
}

.ic-content-p h3 {
    margin-bottom: 0 !important
}

.talk-me {
    padding: 10px 22px;
    border-radius: 50px;
    display: inline-block;
}

.tag-btn-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
}

.highlite {
    font-weight: 600;
    color: #d20303;
}

.ic-list-new {
    margin-bottom: 20px
}

.ic-list-new li {
    line-height: 33px;
}

.tag-btn-wrapper.erppage {
    margin-bottom: 20px;
}

.ic-40.cloudy svg {
    height: 90%;
    margin: 5% auto;
    padding: 0 0 0 10%;
}

@media only screen and (max-width:1400px) {
    .ic-content-p .expertise-wrapper .service-pages {
        min-height: 58px;
    }

    .ic-content-p .expertise-wrapper .service-pages h3 {
        line-height: 28px !important;
    }
}

@media only screen and (max-width:1272px) {
    header nav li {
        font-size: 14px
    }

    .ic-sm-button.ic-text {
        font-size: 20px
    }
}

@media only screen and (max-width:1250px) {
    .ic-service-wrapper {
        width: 25%
    }
}

@media only screen and (max-width:1152px) {
    .ic-menu {
        display: block
    }

    .ic-menu-list {
        width: 100%
    }

    .contact-new {
        display: block
    }

    .contct-old {
        display: none
    }

    header nav ul {
        display: none;
        float: none;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        padding-top: 20px;
        background: #7d7878e6;
        z-index: 1
    }

    header nav li {
        color: #e33234;
        float: none;
        clear: both;
        font-size: 20px
    }

    header nav li.close {
        display: block;
        float: right;
        width: 60px;
        height: 60px;
        line-height: 60px
    }

    .ic-main-img {
        min-height: 250px;
        margin: 0 auto
    }

    .ic-contact-menu {
        border: none;
        position: relative
    }

    .ic-contact-menu::after {
        content: '';
        width: 150px;
        height: 100%;
        position: absolute;
        top: 0;
        left: calc(50% - 75px);
        margin: 0 auto
    }

    .ic-menu-list li a :hover {
        color: #ccc
    }

    .ic-content-headings li.active::after {
        background-size: 7px 15px
    }

    .section {
        padding: 20px 0
    }

    .fp-tableCell,
    .section:not(.testimonial-section) {
        height: auto !important
    }

    section:not(.testimonial-section) .fp-scrollable {
        height: auto !important
    }

    section:not(.ic-last-section) .fp-scroller {
        height: auto
    }

    .ic-40,
    .ic-60,
    .ic-card,
    .ic-half,
    .ic-half:nth-child(even),
    .ic-half:nth-child(odd),
    .ic-one-three {
        width: 100%;
        padding: 0;
        margin: 0;
        clear: both;
        margin-top: 88px
    }

    .ic-half {
        min-height: 500px
    }

    .first-section .ic-center-content {
        position: relative;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: 0;
        margin: 20px auto
    }

    .ic-half:nth-child(even) .ic-center-content,
    .ic-half:nth-child(odd) .ic-center-content {
        padding: 0
    }

    .ic-content-section .ic-40,
    .ic-content-section .ic-60 {
        height: auto;
        text-align: center;
        clear: both;
        width: 80%;
        margin: 10px 10%
    }

    .ic-height-half:not(.ic-float-right-section) .ic-60 .ic-center-content {
        padding: 0;
        margin: 0
    }

    .ic-content-section .ic-40 svg {
        width: 50%;
        padding: 0
    }

    .ic-content-section .ic-40 .ic-image {
        width: 50%;
        height: auto;
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 0;
        left: 0;
        padding: 0
    }

    .fifth-section .ic-40 .ic-image {
        width: 30%
    }

    .ic-60 .ic-center-content {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 0;
        left: 0;
        padding: 0;
        text-align: center;
        width: 100%
    }

    .ic-center-content p {
        margin-bottom: 20px
    }

    .ic-center-content a {
        margin: 0 auto
    }

    .card-section .ic-center-content {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .ic-card {
        margin: 0 auto;
        float: none;
        position: static;
        margin-bottom: 30px;
        height: auto;
        padding: 20px
    }

    .ic-card img {
        width: 50%
    }

    .card-section::after,
    .ic-card::after {
        content: none
    }

    .fp-slides .ic-center-content,
    .ic-client-wrapper {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        overflow: auto
    }

    .ic-contact-section {
        height: auto;
        padding: 30px 0
    }

    .ic-contact-section .ic-half {
        height: auto;
        min-height: auto
    }

    .ic-contact-section .ic-half:nth-child(even),
    .ic-contact-section .ic-half:nth-child(odd) {
        width: 80%;
        margin: 0 10%;
        padding: 0;
        text-align: center;
        float: none;
        top: 0;
        position: static
    }

    .ic-contact-section .ic-section-h1,
    .ic-email {
        text-align: center
    }

    .ic-contact-us {
        position: static;
        max-width: 350px;
        margin: 0 auto
    }

    .ic-address {
        float: none;
        margin: 0 auto 20px;
        text-align: center
    }

    .testimonial-section {
        max-height: 500px
    }

    .fp-controlArrow.fp-next {
        border-width: 19px 0 19px 17px
    }

    .fp-controlArrow.fp-prev {
        border-width: 19px 17px 19px 0
    }

    .ic-testimonial-author img {
        width: 100px
    }

    .ic-testimonial-author span {
        font-size: 25px
    }

    #content-wrapper section:last-child,
    .ic-inner-page header {
        margin-bottom: 20px
    }

    .ic-service-content-wrapper .ic-content-headings,
    .ic-service-content-wrapper .ic-content-p {
        width: 100%;
        clear: both;
        float: none;
        margin: 0
    }

    .ic-content-headings ul {
        margin-bottom: 20px
    }

    .ic-content-headings li.active::after {
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        top: calc(50% - 2px);
        width: 20px
    }

    .ic-content-headings li.active {
        display: block !important
    }

    .ic-content-headings ul.active-mobile li {
        display: block !important
    }

    .ic-product-content {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap
    }

    .ic-service-list {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap
    }

    .ic-product-details {
        width: 70%;
        margin: 0 auto
    }

    .ic-inner-page .ic-menu-list li,
    .ic-inner-page .ic-menu-list li a,
    .ic-inner-page .ic-menu-list li a:hover,
    .ic-inner-page .ic-menu-list li:hover {
        color: #fff !important
    }

    #fullpage header {
        position: fixed;
        background: #fff
    }

    header {
        height: 97px;
        position: fixed;
        background: #fff;
        z-index: 99999
    }

    .ic-contact-section {
        padding-bottom: 250px !important
    }

    .social {
        top: 87.3% !important;
        text-align: center !important
    }

    .social.social-bottom-links {
        top: 93% !important
    }

    .homepage-hdr nav ul li.ic-contact-menu,
    .ic-inner-page .ic-menu-list li a.ic-contact-menu,
    ul.index-page li.ic-contact-menu {
        color: #fd4f4f !important
    }
}

@media only screen and (max-width:1125px) {
    .experience-ai span.img-wrapper-span {
        font-size: 16px !important;
    }
}

@media only screen and (max-width:1000px) {
    .ic-service-wrapper {
        width: 33%
    }

    .ic-content-headings li {
        font-size: 22px
    }

    .ic-content-headings li.active {
        font-size: 25px
    }

    .ic-client-wrapper a {
        width: 50%
    }

    .experience-ai span {
        width: 100%;
        display: flex;
        align-items: center;
        margin-left: 3%;
    }

    .experience-ai {
        display: flex;
        flex-direction: column;
    }

    .experience-ai img.discover {
        margin-right: 2%;
        width: 70%;
    }

    .ai-img-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .img-wrapper-span {
        width: 47% !important;
    }

    .img-wrapper-span.service-pages {
        width: 43% !important;
    }
}

@media only screen and (max-width:940px) {
    .ic-card {
        padding: 1% 4%
    }

    .ic-card img {
        width: 70%
    }

    .ic-card {
        padding: 1% 2%
    }

    .first-section .ic-org-text {
        padding: 0 35px
    }

    .tag-question {
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        text-decoration: underline;
    }

    .talk {
        background-color: #fff;
        color: #d20303;
    }
}

@media only screen and (max-width:805px) {
    .first-section .ic-org-text {
        padding: 0 30px
    }
}

@media only screen and (max-width:768px) {
    .ic-service-wrapper {
        width: 50%
    }

    .ic-content-section .ic-40 svg,
    .ic-image.ic-bottom-img {
        display: none
    }

    .ic-height-half:not(.ic-float-right-section) .ic-60 .ic-center-content {
        width: 100%
    }

    .g-recaptcha {
        display: none
    }

    .ic-half.header,
    .ic-half.mobile {
        display: block !important;
        margin-top: 30px !important
    }

    .ic-half.web {
        display: none !important
    }

    .ic-contact-section .ic-half:nth-child(even),
    .ic-contact-section .ic-half:nth-child(odd) {
        width: 100%;
        margin: 0
    }

    .ic-section-h1 {
        line-height: 42px;
        width: 100%;
        margin: 0 auto
    }

    .ic-sm-button.ic-text {
        line-height: 40px
    }

    .ic-address {
        width: 100%
    }

    .svg {
        display: none;
    }

    .blog-viva-img {
        width: 50% !important;
    }

    .blog-viva-main {
        width: 75% !important;
    }

    .experience-ai.service-inner-wrapper span,
    .ai-img-wrapper.expertise-wrapper span {
        width: 100% !important;
    }
}

@media only screen and (max-width:706px) {
    .social img {
        max-width: 45px !important
    }

    body {
        overflow-x: hidden;
    }

    .blog-img.discover {
        width: 100% !important;
    }
}

@media only screen and (max-height:680px) {
    .ic-main-img {
        width: 70%
    }

}

@media only screen and (max-width:599px) {
    .ic-products-wrapper {
        float: left;
        width: 50%;
        min-width: 200px;
        padding: 10px;
        margin-bottom: 20px;
        box-sizing: border-box;
        cursor: pointer
    }

    .tag-question {
        display: flex;
    }

    .tag-btn-wrapper .tag-btn {
        margin-bottom: 10px;
        width: 60%;
        text-align: center;
    }

    .tag-btn-wrapper.erppage .tag-btn {
        margin-bottom: 10px;
        width: auto;
        text-align: center;
    }

    .ic-service-content-wrapper .ic-content {
        overflow: hidden;
    }
}

@media only screen and (max-width:590px) {
    .ic-contact-section {
        padding-bottom: 200px !important
    }

    .social {
        top: 88% !important
    }

    .social img {
        max-width: 40px !important
    }

    .social a {
        margin: 0 6px !important
    }

    .social.social-inner,
    .social.social-inner+.ic-content-wrapper {
        width: 100% !important
    }
}

@media only screen and (max-width:500px) {
    .watsapp {
        bottom: 150px !important
    }

    .ai-content h3 {
        margin-left: 0;
    }

    .experience-ai span.img-wrapper-span {
        font-size: 18px !important;
        text-align: center;
    }

    .experience-ai img {
        padding-right: 20px;
        width: 10%;
    }

    .why-icrats {
        margin: 20px 0;
    }

    span.text {
        margin-left: 0;
    }
}

@media only screen and (max-width:399px) {
    .ic-products-wrapper {
        float: left;
        width: 100%;
        min-width: auto;
        padding: 10px;
        margin-bottom: 20px;
        box-sizing: border-box;
        cursor: pointer
    }

    .ic-logo {
        float: left;
        margin: 10px 3%
    }

    .ic-service-wrapper {
        width: 100%
    }
}

@media only screen and (max-width:355px) {
    .social img {
        max-width: 35px !important
    }

    .social a {
        margin: 0 6px !important
    }
}

@media (min-width:768px) {

    .carousel-inner .active,
    .carousel-inner .active+.carousel-item,
    .carousel-inner .active+.carousel-item+.carousel-item {
        display: block
    }

    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left)+.carousel-item+.carousel-item {
        transition: none
    }

    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0)
    }

    .carousel-inner .active.carousel-item+.carousel-item+.carousel-item+.carousel-item {
        position: absolute;
        top: 0;
        z-index: -1;
        display: block;
        visibility: visible
    }

    .active.carousel-item-left+.carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item,
    .carousel-item-next.carousel-item-left+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible
    }

    .carousel-item {
        margin-right: 0 !important
    }

    .active.carousel-item-right+.carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item,
    .carousel-item-prev.carousel-item-right+.carousel-item+.carousel-item+.carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible
    }

    .career-page-footer {
        margin-top: 100px
    }

    .card-title {
        margin-top: 20px;
        margin-bottom: 5px
    }

    .card-text {
        margin-top: 5px;
        font-size: 17px;
        font-style: italic
    }

    .card-img-top {
        padding: 15%
    }
}

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

    .ic-half.header,
    .ic-half.mobile {
        display: none !important
    }

    .ic-half.web {
        display: block !important
    }
}

@media only screen and (min-width:1152px) {
    .contact-new {
        display: none
    }

    .contct-old {
        display: block
    }
}

@media only screen and (min-width:1153px) {
    .career-page-footer.ic-contact-section .ic-half:nth-child(even) {
        padding: 0;
        width: 40%
    }

    .career-page-footer.ic-contact-section .ic-half:nth-child(odd) {
        padding: 30px 0 0 10%;
        width: 53%
    }

    .career-page-footer-inner.ic-contact-section .ic-half:nth-child(even) {
        padding: 0;
        width: 30%
    }

    .career-page-footer-inner.ic-contact-section .ic-half:nth-child(odd) {
        padding: 30px 0 0 10%;
        width: 43%
    }

    .career-page-footer .social {
        width: 100% !important
    }

    .social.social-inner {
        top: 74% !important
    }

    .social.social-bottom-links {
        top: 90% !important;
        text-align: left;
    }

    .ic-inner-page .social.social-bottom-links {
        top: 93% !important;
        text-align: center
    }

    .ic-contact-menu {
        background: linear-gradient(313.71deg, #df292d 0, #e6483a 32%, #f27c50 100%);
        color: #fff !important
    }

    .ic-menu-list {
        display: block !important
    }
}

@media all and (device-width:768px) and (device-height:1024px) and (orientation:portrait) {
    .social {
        top: 86.8% !important
    }
}

@media all and (device-width:1024px) and (device-height:768px) and (orientation:landscape) {
    .social {
        top: 88.1% !important
    }
}

@media all and (device-width:1024px) and (device-height:1366px) and (orientation:portrait) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1.5) {
    .social {
        top: 86.8% !important
    }
}

@media only screen and (min-device-width:1366px) and (max-device-height:1024px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
    .social {
        top: 50.1% !important
    }

    .ic-contact-section {
        padding-bottom: 200px !important
    }
}