html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

* {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

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

@media (min-width: 576px) {
    .col-sm-auto {
        max-width: 100%
    }
}

@media (min-width: 1200px) {
    .col-xl-auto {
        max-width: 100%
    }
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.align-self-auto {
    -ms-grid-row-align: auto !important
}

.align-self-center {
    -ms-grid-row-align: center !important
}

@media (min-width: 576px) {
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .align-self-sm-auto {
        -ms-grid-row-align: auto !important
    }

    .align-self-sm-center {
        -ms-grid-row-align: center !important
    }
}

@media (min-width: 768px) {
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .align-self-md-auto {
        -ms-grid-row-align: auto !important
    }

    .align-self-md-center {
        -ms-grid-row-align: center !important
    }
}

@media (min-width: 992px) {
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .align-self-lg-auto {
        -ms-grid-row-align: auto !important
    }

    .align-self-lg-center {
        -ms-grid-row-align: center !important
    }

    .align-self-lg-stretch {
        -ms-grid-row-align: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .align-self-xl-auto {
        -ms-grid-row-align: auto !important
    }

    .align-self-xl-center {
        -ms-grid-row-align: center !important
    }

    .align-self-xl-stretch {
        -ms-grid-row-align: stretch !important
    }
}

.owl-carousel {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default
}

.owl-theme .owl-nav.disabled .owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    display: inline
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline
}

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

ol,
ul {
    list-style: none
}

html {
    -webkit-text-size-adjust: none
}

a {
    text-decoration: none;
    outline: none;
    color: #000
}

a:hover a:focus {
    text-decoration: none;
    outline: none;
    color: #000
}

a:focus {
    text-decoration: none
}

:active,
:focus {
    outline: none !important
}

p:empty {
    margin: 0 !important;
    padding: 0 !important
}

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

* {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

::selection {
    color: #fff;
    background: #016525
}

body {
    margin: 0px;
    font-family: "Poppins", open sans;
    color: #303843;
    width: 100%;
    overflow-x: hidden
}

.container {
    padding: 0 15px;
    margin: auto
}

@media (min-width: 1600px) {
    .container {
        max-width: 1412px
    }
}

@media (min-width: 1366px) and (max-width: 1599px) {
    .container {
        max-width: 1312px
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .container {
        max-width: 1100px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 920px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 690px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .container {
        max-width: 575px
    }
}

@media (max-width: 575px) {
    .container {
        max-width: 100%;
        margin: 0px
    }
}

@media (min-width: 992px) {
    html {
        font-size: 16px
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    html {
        font-size: 14.5px
    }
}

@media (max-width: 575px) {
    html {
        font-size: 13px
    }
}

.jj-inter-sec-list.jj-training-topics-list li,
.jj-inter-sec-list li {
    font-size: 1.125rem
}

.jj-inter-sec .jj-inter-integrations {
    font-size: 1.125rem
}

@media (min-width: 1440px) {

    .jj-our-services-banner-note h1,
    .letter-style h1 {
        font-size: 3.125rem
    }
}

@media (min-width: 992px) and (max-width: 1439px) {

    .jj-our-services-banner-note h1,
    .letter-style h1 {
        font-size: 2.5rem;
        margin-bottom: 20px
    }
}

@media (min-width: 576px) and (max-width: 991px) {

    .jj-our-services-banner-note h1,
    .letter-style h1 {
        font-size: 1.9375rem;
        margin-bottom: 15px
    }
}

@media (max-width: 575px) {

    .admini__main .detail__div h1,
    .detail__div h1,
    .jj-netsute-implementation-content h1,
    .jj-our-services-banner-note h1,
    .letter-style h1 {
        font-size: 1.625rem !important
    }

    .admini__Detail .content .detail__jj h2,
    .detail__jj h2,
    .we_doCtnt h2,
    .jj-inter-sec.jj-training-topics-blocks h3,
    .shedule_sec h2,
    .factSection.jj-free-consultation h3 {
        font-size: 1.4375rem !important
    }

    .shedule_sec p,
    .factSection.jj-free-consultation p {
        font-size: 1rem !important
    }

    .jj-works-box h3 {
        font-size: 1.25rem !important
    }

    .jj-works-box p {
        font-size: 1rem !important
    }

    .admini__main {
        padding-bottom: 0px !important
    }

    .admini__main .shape {
        bottom: -75px !important;
        max-width: 100vw !important
    }

    .jj-inter-sec .jj-inter-integrations ul li {
        padding: 0 15px 0 20px !important
    }

    section.admini__Detail {
        padding-top: 20px !important
    }
}

@media (max-width: 767px) {
    .form-row .form-group.col-md-6 {
        padding: 0 15px !important
    }

    .jj-work-together-form .row {
        margin: 0 -15px !important
    }

    .jj-work-together-form .form-group label {
        top: 10px !important;
        left: 20px !important
    }

    .shedule_sec {
        text-align: center !important
    }
}

h2 {
    font-weight: 600
}

input:hover,
input:focus,
input:active,
input:focus-within {
    outline: none
}

textarea:hover,
textarea:focus,
textarea:active,
textarea:focus-within {
    outline: none
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.jj-btn {
    transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
    color: #fff;
    background-color: #016525;
    border: none;
    padding: 13px 34px;
    border-radius: 30px;
    position: relative;
    z-index: 10;
    overflow: hidden
}

.jj-btn:focus {
    outline: none
}

.jj-btn:after {
    content: "";
    position: absolute;
    transition: inherit;
    z-index: -1;
    left: 0;
    top: 0;
    height: 0;
    background-color: green;
    border-radius: 50px;
    width: auto
}

.jj-btn:hover {
    color: #fff
}

.jj-btn:hover:after {
    height: 100%
}

.jj-btn.line {
    display: inline-block;
    background-color: transparent;
    border: 2px solid #016525;
    color: #016525;
    text-align: center
}

.jj-btn.line:hover {
    background-color: #016525;
    color: #fff
}

@media (max-width: 991px) {
    .jj-btn {
        padding: 10px 30px
    }
}

.jj-know-more:after {
    content: "Learn More";
    position: absolute;
    top: 0;
    left: 20px;
    display: block;
    width: 0%;
    color: #016525;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: 0px;
    transition: all 0.8s ease-in !important
}

.jj-view-details {
    position: absolute !important;
    right: 30px;
    bottom: 0;
    display: table !important
}

.jj-view-details:after {
    content: "View Details";
    position: absolute;
    top: 0;
    left: 20px;
    display: block;
    width: 0%;
    color: #016525;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: 0px;
    transition: all 0.8s ease-in !important
}

@media (min-width: 768px) {
    .jj-view-details {
        top: 50%;
        margin-top: -12px !important;
        height: 24px
    }
}

@media (max-width: 767px) {
    .jj-view-details {
        margin-top: 10px !important
    }
}

@media only screen and (max-width: 767px) {
    .jj-view-details {
        position: relative !important
    }
}

@media only screen and (max-width: 375px) {
    .jj-view-details {
        position: relative !important
    }
}

.jj-know-more,
.jj-view-details {
    font-size: 0.9375rem;
    font-weight: 500;
    display: block;
    position: relative;
    display: inline;
    padding-left: 20px;
    letter-spacing: 0px;
    transition: all 0.8s ease-in !important;
    color: #303843
}

@media (min-width: 576px) {

    .jj-know-more,
    .jj-view-details {
        margin-top: 34px
    }
}

@media (max-width: 575px) {

    .jj-know-more,
    .jj-view-details {
        margin-top: 20px
    }
}

/* .jj-know-more:hover, */
.jj-view-details:hover {
    padding: 0px 20px 0 20px;
    letter-spacing: 2.5px;
    transition: all 0.8s ease-in !important
}

/* .jj-know-more:hover:after, */
.jj-view-details:hover:after {
    width: 100%;
    letter-spacing: 2.5px;
    transition: all 0.8s ease-in !important
}

/* .jj-know-more:hover span.icon-arrow-right, */
.jj-view-details:hover span.icon-arrow-right {
    bottom: 5px;
    left: 100%;
    transition: all 1s ease-in-out;
    animation: arrow-right-animation 1s infinite
}

.jj-know-more span.icon-arrow-right,
.jj-view-details span.icon-arrow-right {
    bottom: 5px;
    left: 8px;
    position: absolute;
    color: #b0b5bc;
    margin-right: 11.5px;
    margin-left: -6px;
    transition: all 1s ease-in-out;
    background-color: transparent;
    font-size: 0.75rem
}

.jj-know-more .icon-arrow-right,
.jj-view-details .icon-arrow-right {
    font-size: 0.5625rem;
    bottom: 1px;
    position: relative
}

.wpcf7-response-output {
    left: 0px
}

@media (max-width: 575px) {

    body.page-template-portfolio footer .footer-top-items,
    body.page-template-archive-products footer .footer-top-items,
    body.product-template-default.single footer .footer-top-items,
    body.tax-insight-category footer .footer-top-items,
    body.insight-template-default.single footer .footer-top-items,
    body.page-template-career footer .footer-top-items,
    body.career-template-default.single footer .footer-top-items,
    body.page-template-contact footer .footer-top-items,
    body.search footer .footer-top-items,
    body.service-template-default.single footer .footer-top-items {
        padding-top: 10px
    }
}

#insight-menu-close {
    position: absolute !important;
    top: 50px !important;
    left: 30px !important;
    padding: 0 10px;
    display: table
}

.mobiledev-menu-close {
    padding: 0 10px;
    display: table
}

.tax-insight-category p,
.page-template-netsuite-products p {
    line-height: 180%
}

.page-template-portfolio p {
    line-height: 180% !important
}

@supports (-webkit-overflow-scrolling: touch) {
    .form-group label {
        padding-top: 3px !important
    }

    .slier-dots li.slider-button.active:after,
    .owl-dots button.owl-dot.active:after {
        top: 2px !important;
        bottom: -2px !important;
        height: 18px !important
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    ::i-block-chrome,
    .owl-dots button.owl-dot:nth-last-child(1) {
        margin-top: 3px
    }
}

body:not(.home) header:not(.header-fix-top) .jj-nav-quote-btn {
    color: #016525 !important
}

body:not(.home) header:not(.header-fix-top) .jj-nav-quote-btn:hover {
    color: #fff !important
}

#jj-clients-logos-list {
    display: none
}

input[type="submit"] {
    cursor: pointer !important
}

@supports (-ms-ime-align: auto) {
    .jj-post-implementation:before {
        content: "";
        display: block;
        width: 100%;
        height: 50%;
        position: absolute
    }
}

@keyframes arrow-right-animation {

    0%,
    100% {
        right: -1px
    }

    50% {
        right: 3px
    }
}

button.btn-primary,
input.btn.btn-primary {
    transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
    color: #fff;
    background-color: #016525;
    border: none;
    padding: 13px 34px;
    border-radius: 30px;
    position: relative;
    z-index: 10;
    overflow: hidden
}

button.btn-primary:focus,
input.btn.btn-primary:focus {
    outline: none
}

button.btn-primary:after,
input.btn.btn-primary:after {
    content: "";
    position: absolute;
    transition: inherit;
    z-index: -1;
    left: 0;
    top: 0;
    height: 0;
    background-color: green;
    border-radius: 50px;
    width: 100%
}

button.btn-primary:hover,
input.btn.btn-primary:hover {
    color: #fff
}

button.btn-primary:hover:after {
    height: 100%
}

input.btn.btn-primary {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 16px 49px !important;
    width: auto !important;
    max-width: 100% !important
}

input.btn.btn-primary:hover:after {
    height: 100%
}

.main___top {
    margin-top: 90px
}

footer .footer-copyright-area p a {
    transition: 0.5s all ease-in-out
}

.insite-inner-sections.insite-implementaion-sec .container:after,
.insights-customization-row:after {
    content: "";
    display: block
}

@-webkit-keyframes max-width {
    0% {
        width: calc(100% - 60px);
        opacity: 1
    }

    75% {
        width: 25%;
        opacity: 0.25
    }

    100% {
        width: 0%;
        opacity: 0
    }
}

@keyframes max-width {
    0% {
        width: calc(100% - 60px);
        opacity: 1
    }

    75% {
        width: 25%;
        opacity: 0.25
    }

    100% {
        width: 0%;
        opacity: 0
    }
}

button:hover,
button:focus {
    outline: none
}

.owl-carousel {
    position: relative
}

.owl-carousel .owl-dots {
    position: relative;
    bottom: 0;
    text-align: center;
    display: table;
    margin: 3px auto 0 auto;
    left: 0;
    right: 0
}

.owl-carousel .owl-dots button {
    padding: 8px;
    background: #ccc;
    border-radius: 20px;
    width: 15px;
    height: 15px
}

.owl-carousel .owl-dots button:after {
    content: "";
    display: block;
    height: 12px;
    border-radius: 20px;
    margin: 0;
    width: 12px
}

.owl-carousel .owl-dots button.active {
    background-color: #00f596
}

.owl-carousel .owl-dots button.active:after {
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background-color: #00f596;
    width: 20px !important;
    height: 13px;
    margin: -1px -4px 0 -4px;
    -webkit-transition: width 0.2s ease-in, margin 0.2s ease-in, height 0.2s ease-in;
    transition: width 0.2s ease-in, margin 0.2s ease-in, height 0.2s ease-in
}

@media (min-width: 768px) {
    .owl-carousel .owl-dots button {
        margin: 0 10px
    }
}

@media (max-width: 767px) {
    .owl-carousel .owl-dots button {
        margin: 0 4px;
        width: 5px;
        height: 5px
    }
}

@media screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {

    .owl-carousel .owl-dots button.active:nth-child(2)~button:last-child span,
    .owl-carousel .owl-dots button.active:nth-child(2) span {
        -webkit-transform: translateX(135%);
        transform: translateX(135%)
    }

    .owl-carousel .owl-dots button.active:nth-child(3)~button:last-child span,
    .owl-carousel .owl-dots button.active:nth-child(3) span {
        -webkit-transform: translateX(278%);
        transform: translateX(278%)
    }

    .owl-carousel .owl-dots button.active:nth-child(4)~button:last-child span,
    .owl-carousel .owl-dots button.active:nth-child(4) span {
        -webkit-transform: translateX(421%);
        transform: translateX(421%)
    }

    .owl-carousel .owl-dots button.active:nth-child(5)~button:last-child span,
    .owl-carousel .owl-dots button.active:nth-child(5) span {
        -webkit-transform: translateX(564%);
        transform: translateX(564%)
    }

    .owl-carousel .owl-dots button.active:nth-child(6)~button:last-child span,
    .owl-carousel .owl-dots button.active:nth-child(6) span {
        -webkit-transform: translateX(707%);
        transform: translateX(707%)
    }

    .owl-carousel .owl-dots button.active:nth-child(7)~button:last-child span,
    .owl-carousel .owl-dots button.active:nth-child(7) span {
        -webkit-transform: translateX(850%);
        transform: translateX(850%)
    }

    .owl-carousel .owl-dots button.active:nth-child(8)~button:last-child span,
    .owl-carousel .owl-dots button.active:nth-child(8) span {
        -webkit-transform: translateX(993%);
        transform: translateX(993%)
    }

    .owl-carousel .owl-dots button:nth-last-child(1) span {
        height: 12px;
        display: block;
        position: absolute;
        margin: 8px 0 0px 4px;
        top: -5px;
        border-radius: 20px;
        pointer-events: none;
        background-color: #00f596;
        width: 24px;
        height: 16px;
        left: 0px;
        -webkit-transition: 0.5s all ease-in-out;
        transition: 0.5s all ease-in-out
    }
}

input[type="submit"] {
    -webkit-appearance: none
}

nav {
    opacity: 0;
    -webkit-animation: fadeIn 0.3s ease-in 0.5s forwards;
    animation: fadeIn 0.3s ease-in 0.5s forwards
}

.nav-container {
    widows: 100%;
    max-width: 1734px;
    padding: 0 15px;
    margin: auto;
    left: 0px;
    right: 0px
}

.nav-container .main-logo img {
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.nav-container #collapsibleNavbar .navbar-nav {
    margin: 0px;
    position: relative
}

.nav-container #collapsibleNavbar .navbar-nav .nav-link {
    line-height: 200%
}

#home-nav-menu-btn {
    top: -2px;
    bottom: 0;
    margin: auto !important
}

@media (min-width: 1200px) {
    .header-search-box:not(.show-search-input) form {
        -webkit-animation: widthSearchRe 1s ease-in-out forwards;
        animation: widthSearchRe 1s ease-in-out forwards
    }
}

@media (max-width: 1199px) {
    .header-search-box {
        z-index: 50000;
        position: fixed;
        left: 4px;
        top: 2px
    }
}

@media (max-width: 1199px) {
    .header-search-box .search-input-group input {
        padding: 10px
    }
}

.top-close-icon {
    color: #303843 !important;
    color: #303843;
    transition: 0.3s all ease-in-out;
    text-decoration: none;
    right: 27px;
    position: absolute;
    font-size: 20px;
    padding-top: 12px
}

.top-close-icon:hover {
    color: #016525
}

@media (max-width: 767px) {

    body,
    html {
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden;
        width: 100vw;
        position: relative
    }
}

@media (max-width: 1200px) {
    body.open .mobile-menu {
        width: 100vw;
        height: 70vh;
        position: fixed;
        left: 0px
    }

    body.open .mobile-menu .menu a {
        color: #303843;
        transition: 0.3s all ease-in-out;
        text-decoration: none
    }

    body.open .mobile-menu .menu a:hover {
        color: #016525
    }
}

body.open .mobile-menu #mob-search-input {
    display: block !important;
    opacity: 0;
    -webkit-animation: fadeIn 0.2s ease-in-out 1.5s forwards;
    animation: fadeIn 0.2s ease-in-out 1.5s forwards
}

body.open .menu-navigation {
    z-index: 5000
}

.mobile-menu {
    right: -17px
}

.mobile-menu .jj-nav-quote-btn {
    font-size: 1.25rem;
    padding: 12px 25px;
    margin-top: 20px
}

.mobile-menu #mob-search-input {
    display: none
}

.mobile-menu .header-search-box {
    width: calc(100% - 100px);
    height: 80px;
    top: -10px;
    margin-left: 15px;
    left: 0;
    background: transparent !important
}

.mobile-menu .header-search-box>.container {
    padding: 0px
}

.mobile-menu .header-search-box .top-close-icon {
    display: none
}

.mobile-menu .header-search-box .top-search {
    text-decoration: none
}

.mobile-menu .header-search-box input.form-control {
    width: calc(100% - 40px);
    background: transparent !important
}

.mobile-menu #mobile-nav-links {
    /*    width: 100%;
   padding: 0 15px;
   overflow-y: auto;
   overflow-x: hidden;
   max-height: calc(100% - 90px);
   margin-top: 8% */
    width: 92%;
    padding: 0 15px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    max-height: initial;
    margin-top: 100px;
    margin-bottom: 50px;
}

.mobile-menu #mobile-nav-links ::-webkit-scrollbar,
.mobile-menu #mobile-nav-links ::-webkit-scrollbar-track {
    display: none
}

.mobile-menu #mobile-nav-links input.form-control {
    width: 80%
}

.mobile-menu #mobile-nav-links a.top-close-icon {
    top: 13px;
    right: 0px
}

.mobile-menu #mobile-nav-links .jj-nav-quote-btn {
    margin-top: 1.2rem !important
}

.mobile-menu * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mobile-menu .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 320px;
    height: 480px;
    padding: 1em;
    overflow: hidden;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.4)
}

.mobile-menu .menu-icon-toggle {
    display: block;
    position: fixed;
    z-index: 50;
    right: 9px;
    overflow: visible
}

.mobile-menu .menu-background {
    visibility: hidden;
    width: 300%;
    height: 100vh;
    position: absolute;
    left: -130%;
    background-color: #fff;
    -webkit-transition: background-position 0.5s, visibility 0.5s 1s, -webkit-transform 0.5s 0.5s;
    transition: background-position 0.5s, visibility 0.5s 1s, -webkit-transform 0.5s 0.5s;
    transition: background-position 0.5s, transform 0.5s 0.5s, visibility 0.5s 1s;
    transition: background-position 0.5s, transform 0.5s 0.5s, visibility 0.5s 1s, -webkit-transform 0.5s 0.5s
}

@media (min-width: 1200px) {
    .mobile-menu {
        display: none
    }

    .mobile-menu .jj-nav-quote-btn {
        padding-right: 30px;
        padding-left: 30px
    }

    .mobile-menu .header-search-box {
        display: none
    }
}

@media (max-width: 1199px) {
    .mobile-menu .header-search-box {
        margin-bottom: auto;
        margin-top: auto;
        height: 80px
    }
}

@media (min-width: 576px) {
    .mobile-menu .menu-icon-toggle {
        width: 36px;
        height: 36px
    }
}

@media (max-width: 575px) {
    .mobile-menu .menu-icon-toggle {
        height: 30px;
        width: 30px
    }

    .mobile-menu .menu-icon-toggle svg {
        width: 50px;
        height: 50px;
        margin-top: auto;
        margin-bottom: auto;
        top: 0;
        bottom: 0px
    }
}

.open .mobile-menu .menu-background {
    visibility: visible;
    -webkit-transition: background-position 0.5s, -webkit-transform 0.5s 0.5s;
    transition: background-position 0.5s, -webkit-transform 0.5s 0.5s;
    transition: background-position 0.5s, transform 0.5s 0.5s;
    transition: background-position 0.5s, transform 0.5s 0.5s, -webkit-transform 0.5s 0.5s
}

.mobile-menu .menu-background.top {
    -webkit-transform: rotate(-45deg) translateY(-150%);
    transform: rotate(-45deg) translateY(-150%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #016525), color-stop(50%, #fff));
    background: linear-gradient(to top, #016525 50%, #fff 50%);
    background-size: 100% 200%;
    background-position: -100% 100%
}

.open .mobile-menu .menu-background.top {
    -webkit-transform: rotate(-45deg) translateY(-49%);
    transform: rotate(-45deg) translateY(-49%);
    background-position: 0 0
}

.mobile-menu .menu-background.middle {
    -webkit-transform: rotate(-45deg) translateY(50%) scaleY(0);
    transform: rotate(-45deg) translateY(50%) scaleY(0);
    background: #fff
}

.open .mobile-menu .menu-background.middle {
    -webkit-transform: rotate(-45deg) translateY(50%) scaleY(1);
    transform: rotate(-45deg) translateY(50%) scaleY(1)
}

.mobile-menu .menu-background.bottom {
    -webkit-transform: rotate(-45deg) translateY(250%);
    transform: rotate(-45deg) translateY(250%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, #016525));
    background: linear-gradient(to bottom, #fff 50%, #016525 50%);
    background-size: 100% 200%;
    background-position: 0 -100%
}

.open .mobile-menu .menu-background.bottom {
    -webkit-transform: rotate(-45deg) translateY(149%);
    transform: rotate(-45deg) translateY(149%);
    background-position: 0 0
}

.mobile-menu .menu {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 99999
}

.open .mobile-menu .menu {
    visibility: visible
}

.mobile-menu .menu li {
    opacity: 0;
    margin-bottom: 5px;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center
}

.mobile-menu .menu li:nth-last-child(2) {
    display: none
}

.mobile-menu .menu li .header-search-box .container {
    padding: 0px
}

.mobile-menu .menu li:nth-child(10) {
    -webkit-transition-delay: -0.9s;
    transition-delay: -0.9s
}

.mobile-menu .menu li:nth-child(9) {
    -webkit-transition-delay: -0.8s;
    transition-delay: -0.8s
}

.mobile-menu .menu li:nth-child(8) {
    -webkit-transition-delay: -0.7s;
    transition-delay: -0.7s
}

.mobile-menu .menu li:nth-child(7) {
    -webkit-transition-delay: -0.6s;
    transition-delay: -0.6s
}

.mobile-menu .menu li:nth-child(6) {
    -webkit-transition-delay: -0.5s;
    transition-delay: -0.5s
}

.mobile-menu .menu li:nth-child(5) {
    -webkit-transition-delay: -0.4s;
    transition-delay: -0.4s
}

.mobile-menu .menu li:nth-child(4) {
    -webkit-transition-delay: -0.3s;
    transition-delay: -0.3s
}

.mobile-menu .menu li:nth-child(3) {
    -webkit-transition-delay: -0.2s;
    transition-delay: -0.2s
}

.mobile-menu .menu li:nth-child(2) {
    -webkit-transition-delay: -0.1s;
    transition-delay: -0.1s
}

.mobile-menu .menu li:nth-child(1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.open .mobile-menu .menu li {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.open .mobile-menu .menu li:nth-child(1) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s
}

.open .mobile-menu .menu li:nth-child(2) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.open .mobile-menu .menu li:nth-child(3) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s
}

.open .mobile-menu .menu li:nth-child(4) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s
}

.open .mobile-menu .menu li:nth-child(5) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.open .mobile-menu .menu li:nth-child(6) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s
}

.open .mobile-menu .menu li:nth-child(7) {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s
}

.open .mobile-menu .menu li:nth-child(8) {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s
}

.open .mobile-menu .menu li:nth-child(9) {
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s
}

.open .mobile-menu .menu li:nth-child(10) {
    -webkit-transition-delay: 2s;
    transition-delay: 2s
}

.mobile-menu .menu a {
    position: relative;
    font-size: 1.25rem;
    line-height: 230%;
    text-decoration: none;
    color: #303843;
    transition: 0.3s all ease-in-out;
    text-decoration: none
}

.mobile-menu .menu a:hover {
    color: #016525
}

.mobile-menu .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.3s 1s;
    transition: all 0.3s 1s
}

.open .mobile-menu .content {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.mobile-menu #mobile-nav-links>li ul {
    display: none
}

header {
    z-index: 600000 !important
}

header .ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: -webkit-transform 400ms;
    transition: -webkit-transform 400ms;
    transition: transform 400ms;
    transition: transform 400ms, -webkit-transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 56px;
    width: 56px;
    left: -13px;
    top: -13px;
    position: relative
}

header .hamRotate.active {
    -webkit-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important
}

header .hamRotate180.active {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

header .line {
    fill: none;
    -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #000;
    stroke-width: 5.5;
    stroke-linecap: round
}

header .ham4 .top,
header .ham4 .bottom {
    stroke-dasharray: 40 121
}

header .ham4.active .top,
header .ham4.active .bottom {
    stroke-dashoffset: -68px
}

header #mobile-nav-links .jj-animaton-svg-nav {
    display: none
}

body.home header:not(.header-fix-top) svg:not(.active) .line {
    stroke: #fff;
    -webkit-transition: 1s;
    transition: 1s
}

html.open {
    overflow: hidden
}

body:not(.open).mobile-menu .jj-nav-quote-btn {
    opacity: 0;
    -webkit-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out
}

body.open .mobile-menu .jj-nav-quote-btn {
    opacity: 1;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
    overflow: hidden
}

body.open .menu-background a.menu-icon-toggle {
    right: 40px !important
}

.jj-nav-quote-btn {
    transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
    color: #fff;
    background-color: #016525;
    border: none;
    padding: 13px 34px;
    border-radius: 30px;
    position: relative;
    z-index: 10;
    overflow: hidden;
    position: relative;
    display: block;
    font-weight: 500;
    margin: 2px;
    top: -3px !important
}

.jj-nav-quote-btn:focus {
    outline: none
}

.jj-nav-quote-btn:before {
    content: "";
    position: absolute;
    transition: inherit;
    z-index: -1;
    left: 0;
    top: 0;
    height: 0;
    background-color: green;
    border-radius: 50px;
    width: 100%
}

.jj-nav-quote-btn:hover {
    color: #fff
}

.jj-nav-quote-btn:hover:before {
    height: 100%
}

@media (min-width: 1366px) {
    .jj-nav-quote-btn {
        padding: 10px 25px;
        margin-top: 9px
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .jj-nav-quote-btn {
        padding: 13px 15px
    }
}

@media (max-width: 1199px) {
    .jj-nav-quote-btn {
        padding: 13px 10px
    }
}

.jj-navbar-search-btn {
    color: #fff;
    background-color: transparent;
    border: none;
    transition: 0.3s all ease-in-out
}

.jj-navbar-search-btn:focus {
    outline: none
}

.jj-navbar-search-btn:hover {
    background-color: transparent;
    color: #016525
}

@media (max-width: 991px) {
    .jj-navbar-search-btn {
        color: #303843
    }
}

header.main-header {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 5000;
    background-color: transparent
}

header.main-header:not(.header-fix-top),
header.main-header:not(.inner-page) {
    color: #fff
}

header.main-header:not(.header-fix-top) .navbar-collapse ul,
header.main-header:not(.inner-page) .navbar-collapse ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*    padding-left: 30px */
    padding-left: 2%;
    padding-right: 2%;
}

header.main-header:not(.header-fix-top) .navbar-collapse ul li,
header.main-header:not(.inner-page) .navbar-collapse ul li {
    margin: 0 auto 0 auto !important
}

header.main-header:not(.header-fix-top) .navbar-collapse ul li:nth-last-child(1),
header.main-header:not(.inner-page) .navbar-collapse ul li:nth-last-child(1) {
    margin-right: 0px !important
}

header.main-header:not(.header-fix-top) .navbar-collapse ul li .jj-navbar-search-btn,
header.main-header:not(.inner-page) .navbar-collapse ul li .jj-navbar-search-btn {
    line-height: 195% !important
}

header.main-header.header-smooth {
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out
}

header.main-header.header-fix-top {
    top: 0 !important
}

header.main-header.inner-page {
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 204, 255, 0.06);
    box-shadow: 2px 2px 10px rgba(0, 204, 255, 0.06)
}

header.main-header.inner-page .mobile-menu svg.ham .line {
    stroke: #000 !important
}

header.main-header .mobile-menu .menu-icon-toggle span,
header.main-header .mobile-menu .menu-icon-toggle:after,
header.main-header .mobile-menu .menu-icon-toggle:before {
    background-color: #303843
}

@media (max-width: 1199px) {

    header.main-header:not(.header-fix-top) .navbar-collapse ul,
    header.main-header:not(.inner-page) .navbar-collapse ul {
        padding-left: 0px
    }
}

button,
input[type="button"] {
    overflow: hidden
}

@media (max-width: 1439px) {
    header .navbar .jj-navbar-menu-area .collapse li.drop__menu ul {
        width: 300px
    }
}

@media (max-width: 1199px) {
    header .navbar .jj-navbar-menu-area .collapse li.drop__menu ul {
        width: 280px
    }
}

@media (max-width: 1439px) {
    header .navbar .jj-navbar-menu-area .collapse li.drop__menu ul li a {
        font-size: 0.9375rem
    }
}

@media (max-width: 1199px) {
    header .navbar .jj-navbar-menu-area .collapse li.drop__menu ul li a {
        font-size: 0.875rem
    }
}

@media (max-height: 450px) {
    header .navbar .mobile-menu #mobile-nav-links>li.drop__menu>ul {
        padding: 0
    }
}

@media (max-width: 448px) {
    header .navbar .mobile-menu #mobile-nav-links>li.drop__menu>ul li {
        padding: 12px 0
    }
}

@media (max-width: 991px) {
    header .navbar .mobile-menu #mobile-nav-links>li.drop__menu>ul li.close {
        display: block
    }
}

@media (max-width: 448px) {
    header .navbar .mobile-menu #mobile-nav-links>li.drop__menu>ul li a {
        font-size: 0.9375rem
    }
}

@media (max-width: 1199px) {

    header.main-header.header-fix-top .navbar-collapse ul,
    .inner-page .navbar-collapse ul {
        padding-left: 0px
    }
}

.inner-page .navbar-collapse ul li {
    margin: 0
}

header.main-header.header-fix-top .navbar-collapse ul li a,
.inner-page .navbar-collapse ul li a {
    color: #303843;
    transition: 0.3s all ease-in-out;
    text-decoration: none
}

header.main-header.header-fix-top .navbar-collapse ul li a:hover,
.inner-page .navbar-collapse ul li a:hover {
    color: #016525
}

header.main-header.header-fix-top .navbar-collapse ul li .jj-navbar-search-btn,
.inner-page .navbar-collapse ul li .jj-navbar-search-btn {
    color: #000;
    background-color: transparent;
    border: none;
    transition: 0.3s all ease-in-out
}

header.main-header.header-fix-top .navbar-collapse ul li .jj-navbar-search-btn:focus,
.inner-page .navbar-collapse ul li .jj-navbar-search-btn:focus {
    outline: none
}

header.main-header.header-fix-top .navbar-collapse ul li .jj-navbar-search-btn:hover,
.inner-page .navbar-collapse ul li .jj-navbar-search-btn:hover {
    background-color: transparent;
    color: #016525
}

body.home header.main-header.header-fix-top .navbar-collapse ul li .jj-nav-quote-btn,
.inner-page .navbar-collapse ul li .jj-nav-quote-btn {
    color: #016525;
    border: 1px solid #016525;
    transition: 0.3s all ease-in-out;
    background-color: transparent;
    border-radius: 30px;
    font-weight: 500
}

header.main-header.header-fix-top .navbar-collapse ul li .jj-nav-quote-btn:active,
header.main-header.header-fix-top .navbar-collapse ul li .jj-nav-quote-btn:focus {
    outline: none
}

.inner-page .navbar-collapse ul li .jj-nav-quote-btn:active,
.inner-page .navbar-collapse ul li .jj-nav-quote-btn:focus {
    outline: none
}

header.main-header.header-fix-top .navbar-collapse ul li .jj-nav-quote-btn:hover,
.inner-page .navbar-collapse ul li .jj-nav-quote-btn:hover {
    color: #fff;
    border-color: #fff;
    background-color: transparent
}

body.home.header-fix-top ul li a {
    color: #fff
}

body.home header {
    top: 0px !important
}

body.home header:not(.header-fix-top) ul li .jj-nav-quote-btn:hover {
    color: #fff !important
}

body.home.open-megamenu:not(.header-fix-top) header.main-header .navbar-collapse ul li {
    margin: 0
}

body.home.open-megamenu:not(.header-fix-top) header.main-header .navbar-collapse ul li a {
    transition: 0.3s all ease-in-out;
    text-decoration: none;
    position: relative
}

body.home.open-megamenu:not(.header-fix-top) header.main-header .navbar-collapse ul li a:hover {
    color: #016525
}

@-webkit-keyframes navbar-fix-top2 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background-color: #fff
    }

    50% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        background-color: transparent
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background-color: transparent
    }
}

@keyframes navbar-fix-top2 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background-color: #fff
    }

    50% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        background-color: transparent
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background-color: transparent
    }
}

@-webkit-keyframes navbar-fix-top {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background-color: transparent;
        -webkit-box-shadow: 2px 2px 10px rgba(0, 204, 255, 0);
        box-shadow: 2px 2px 10px rgba(0, 204, 255, 0)
    }

    50% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        background-color: #fff;
        -webkit-box-shadow: 2px 2px 10px rgba(0, 204, 255, 0.03);
        box-shadow: 2px 2px 10px rgba(0, 204, 255, 0.03)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-box-shadow: 2px 2px 10px rgba(0, 204, 255, 0.06);
        box-shadow: 2px 2px 10px rgba(0, 204, 255, 0.06);
        background-color: #fff
    }
}

@keyframes navbar-fix-top {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background-color: transparent;
        -webkit-box-shadow: 2px 2px 10px rgba(0, 204, 255, 0);
        box-shadow: 2px 2px 10px rgba(0, 204, 255, 0)
    }

    50% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        background-color: #fff;
        -webkit-box-shadow: 2px 2px 10px rgba(0, 204, 255, 0.03);
        box-shadow: 2px 2px 10px rgba(0, 204, 255, 0.03)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-box-shadow: 2px 2px 10px rgba(0, 204, 255, 0.06);
        box-shadow: 2px 2px 10px rgba(0, 204, 255, 0.06);
        background-color: #fff
    }
}

#tell-your-project label {
    white-space: nowrap
}

.jj-work-together-sec .jj-work-together-form {
    max-width: 755px;
    padding: 0 15px;
    margin: auto;
    text-align: left
}

.jj-work-together-sec .jj-work-together-form input,
.jj-work-together-sec .jj-work-together-form textarea,
.jj-work-together-sec .jj-work-together-form .intl-tel-input {
    width: 100%
}

.jj-work-together-sec .jj-work-together-form input,
.jj-work-together-sec .jj-work-together-form textarea {
    border: 1px solid #cde6ed;
    border-radius: 8px;
    resize: none
}

.jj-work-together-sec .jj-work-together-form .selected-flag:focus {
    outline: none
}

.jj-work-together-sec .jj-work-together-form input#phone::-webkit-input-placeholder,
.jj-work-together-sec .jj-work-together-form input#phone::-moz-placeholder,
.jj-work-together-sec .jj-work-together-form input#phone:-ms-input-placeholder,
.jj-work-together-sec .jj-work-together-form input#phone:-moz-placeholder {
    color: white
}

.jj-work-together-sec .jj-work-together-form .form-group {
    margin-top: 36px
}

.jj-work-together-sec .jj-work-together-form .form-group label {
    position: absolute
}

.jj-work-together-sec .jj-work-together-form .form-group input,
.jj-work-together-sec .jj-work-together-form .form-group textarea {
    font-size: 1.125rem
}

.jj-work-together-sec .jj-work-together-form .form-group input label {
    overflow: hidden;
    left: 35px;
    width: calc(100% - 60px);
    -webkit-transition: 0.8s all ease-in-out;
    transition: 0.8s all ease-in-out;
    height: 28px
}

.jj-work-together-sec .jj-work-together-form .form-group textarea label {
    left: 35px;
    width: calc(100% - 60px);
    -webkit-transition: 0.8s all ease-in-out;
    transition: 0.8s all ease-in-out;
    height: 28px
}

.jj-work-together-sec .jj-work-together-form .form-group input.active label,
.jj-work-together-sec .jj-work-together-form .form-group textarea.active label,
.jj-work-together-sec .jj-work-together-form .form-group input:focus label,
.jj-work-together-sec .jj-work-together-form .form-group textarea:focus label {
    pointer-events: none;
    height: 28px;
    opacity: 0
}

.jj-work-together-sec .jj-work-together-form .selected-flag {
    background-color: transparent !important
}

.jj-work-together-sec .jj-work-together-form .submit-button {
    margin-top: 39px
}

.jj-work-together-sec .jj-work-together-form .submit-button button {
    font-weight: 500;
    letter-spacing: 2px;
    padding: 16px 49px
}

.jj-work-together-sec .jj-work-together-form #upload-fn {
    display: none
}

.jj-work-together-sec .jj-work-together-form .attach-button-wrap {
    width: 20px;
    right: 30px;
    position: absolute;
    z-index: 50;
    padding: 0px 0px
}

.jj-work-together-sec .jj-work-together-form .attach-button-wrap input {
    border: none
}

.jj-work-together-sec .jj-work-together-form .attach-button-wrap .attach-button {
    left: 0px;
    pointer-events: none
}

.jj-work-together-sec img.jj-service-talents-wrap-img {
    z-index: 0
}

.jj-work-together-sec .jj-work-together-wrap {
    padding: 20px 0 0 0;
    position: relative;
    background: #f6fdff;
    background: -moz-linear-gradient(top, #f6fdff 0%, #fff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f6fdff), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #f6fdff 0%, #fff 100%);
    background: -o-linear-gradient(top, #f6fdff 0%, #fff 100%);
    background: -ms-linear-gradient(top, #f6fdff 0%, #fff 100%);
    background: linear-gradient(to bottom, #f6fdff 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6fdff', endColorstr='#ffffff', GradientType=0);
    z-index: 100
}

.jj-work-together-sec .jj-work-together-wrap .jj-footer-form-wrap .footer-form-ico {
    margin: 0 auto 41px auto
}

.jj-work-together-sec .jj-work-together-wrap .jj-footer-form-wrap h2 {
    margin-bottom: 8px
}

.jj-work-together-sec .jj-work-together-wrap .jj-footer-form-wrap p {
    margin-top: 0px
}

.jj-work-together-sec .jj-work-together-wrap .jj-footer-form-wrap p strong {
    font-size: 0.9375rem
}

.jj-work-together-sec .jj-work-together-wrap .jj-footer-form-wrap .jj-send-an-email {
    letter-spacing: 1px;
    color: #225980 !important
}

.jj-work-together-sec .jj-work-together-wrap .textarea-content {
    white-space: nowrap
}

.jj-work-together-sec .jj-send-an-email a {
    color: #225980 !important;
    transition: 0.3s all ease-in-out;
    text-decoration: none;
    text-decoration: underline;
    text-underline-position: under
}

.jj-work-together-sec .jj-send-an-email a:hover {
    color: #016525
}

@media (min-width: 768px) {

    .jj-work-together-sec .jj-work-together-form input,
    .jj-work-together-sec .jj-work-together-form textarea {
        padding: 19px 10px
    }
}

@media (max-width: 767px) {

    .jj-work-together-sec .jj-work-together-form input,
    .jj-work-together-sec .jj-work-together-form textarea {
        padding: 12px 10px
    }
}

@media (max-width: 575px) {

    .jj-work-together-sec .jj-work-together-form input#tell-your-project,
    .jj-work-together-sec .jj-work-together-form textarea#tell-your-project {
        height: 89px
    }
}

@media (max-width: 575px) {
    .jj-work-together-sec .jj-work-together-form .form-group {
        margin-top: 25px
    }
}

@media (min-width: 768px) {

    .jj-work-together-sec .jj-work-together-form .form-group input label,
    .jj-work-together-sec .jj-work-together-form .form-group textarea label {
        top: 16px
    }
}

@media (max-width: 767px) {

    .jj-work-together-sec .jj-work-together-form .form-group input label,
    .jj-work-together-sec .jj-work-together-form .form-group textarea label {
        top: 14px;
        font-size: 14px !important
    }
}

@media (min-width: 576px) {

    .jj-work-together-sec .jj-work-together-form .form-group input label,
    .jj-work-together-sec .jj-work-together-form .form-group textarea label {
        font-size: 1.125rem;
        letter-spacing: 1px
    }
}

@media (max-width: 575px) {

    .jj-work-together-sec .jj-work-together-form .form-group input label,
    .jj-work-together-sec .jj-work-together-form .form-group textarea label {
        font-size: 1rem;
        line-height: 19px
    }
}

@media (min-width: 1200px) {
    .jj-work-together-sec img.jj-service-talents-wrap-img {
        margin-bottom: -124px;
        margin-top: 98px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .jj-work-together-sec img.jj-service-talents-wrap-img {
        margin-bottom: -50px;
        margin-top: 60px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .jj-work-together-sec img.jj-service-talents-wrap-img {
        margin-bottom: -10px;
        margin-top: 45px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .jj-work-together-sec img.jj-service-talents-wrap-img {
        margin-top: 35px
    }
}

@media (min-width: 1200px) {
    .jj-work-together-sec .jj-work-together-wrap {
        margin-top: 110px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .jj-work-together-sec .jj-work-together-wrap {
        margin-top: 33px
    }
}

@media (max-width: 767px) {
    .jj-work-together-sec .jj-work-together-wrap {
        margin-top: -10px
    }
}

@media (min-width: 1200px) {
    .jj-work-together-sec .jj-work-together-wrap .jj-footer-form-wrap {
        margin-top: -110px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .jj-work-together-sec .jj-work-together-wrap .jj-footer-form-wrap {
        margin-top: -50px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .jj-work-together-sec .jj-work-together-wrap .jj-footer-form-wrap {
        margin-top: -26px
    }
}

@media (max-width: 575px) {
    .jj-work-together-sec .jj-work-together-wrap .jj-footer-form-wrap p strong {
        font-size: 0.875rem
    }
}

@media (min-width: 576px) {
    .jj-work-together-sec .jj-work-together-wrap .jj-footer-form-wrap .jj-send-an-email {
        font-size: 1.125rem;
        margin: 25px 0
    }
}

@media (max-width: 575px) {
    .jj-work-together-sec .jj-work-together-wrap .jj-footer-form-wrap .jj-send-an-email {
        font-size: 1rem;
        margin: 25px 0 0 0
    }
}

.jj-pre-footer-svg {
    z-index: 5000;
    position: relative;
    pointer-events: none
}

@media (min-width: 1600px) {
    .jj-pre-footer-svg {
        margin-bottom: -238px
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .jj-pre-footer-svg {
        margin-bottom: -200px
    }
}

@media (min-width: 1200px) {
    .jj-pre-footer-svg {
        margin-top: -126px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .jj-pre-footer-svg {
        margin-top: -75px;
        margin-bottom: -150px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .jj-pre-footer-svg {
        margin-top: -50px;
        margin-bottom: -125px
    }
}

@media (max-width: 767px) {
    .jj-pre-footer-svg {
        margin-top: -25px;
        margin-bottom: -18vw
    }
}

@media (min-width: 1600px) {
    .about_ftr .jj-pre-footer-svg {
        margin-bottom: -300px
    }
}

footer {
    z-index: 5000;
    position: relative;
    background: #edfdff;
    background: -moz-linear-gradient(top, #edfdff 0%, #fff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #edfdff), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #edfdff 0%, #fff 100%);
    background: -o-linear-gradient(top, #edfdff 0%, #fff 100%);
    background: -ms-linear-gradient(top, #edfdff 0%, #fff 100%);
    background: linear-gradient(to bottom, #edfdff 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#edfdff', endColorstr='#ffffff', GradientType=0)
}

footer .footer-top-items {
    padding-bottom: 37px;
    padding-top: 50px
}

footer .footer-top-items .jj-footer-links .jj-footer-links-head strong {
    font-size: 1.25rem;
    font-weight: 500
}

footer .footer-top-items .jj-footer-links .jj-footer-link-items ul {
    list-style: none;
    padding-left: 0px;
    margin: 0px;
    line-height: 250%
}

footer .footer-top-items .jj-footer-links .jj-footer-link-items ul li a {
    font-size: 1rem;
    color: rgba(48, 56, 67, 0.6);
    transition: 0.3s all ease-in-out;
    text-decoration: none
}

footer .footer-top-items .jj-footer-links .jj-footer-link-items ul li a:hover {
    color: #016525;
    margin-left: 2px;
    position: relative
}

footer .footer-top-items .jj-footer-links .jj-footer-link-items.jj-footer-col-2 {
    -webkit-column-count: 2;
    column-count: 2
}

footer .footer-main-bottom .jj-footer-logo {
    display: block;
    left: 0;
    max-width: 280px;
    max-height: 120px
}

footer .footer-main-bottom .jj-footer-logo svg {
    max-height: 86px !important
}

footer .footer-main-bottom ul.jj-social-links {
    list-style: none;
    text-align: left;
    color: #303843
}

footer .footer-main-bottom ul.jj-social-links li {
    display: inline
}

footer .footer-main-bottom ul.jj-social-links li:nth-child(1) {
    display: block;
    width: 100%;
    padding-left: 0px
}

footer .footer-main-bottom ul.jj-social-links li:nth-child(2) {
    padding-left: 0px
}

footer .footer-main-bottom ul.jj-social-links li:nth-last-child(1) {
    padding-right: 5px
}

footer .footer-main-bottom ul.jj-social-links li a {
    text-decoration: none;
    color: #b9d7e2;
    transition: 0.3s all ease-in-out;
    text-decoration: none
}

footer .footer-main-bottom ul.jj-social-links li a:hover {
    color: #016525
}

footer .footer-copyright-area {
    background-color: #fbfbfb;
    padding: 15px 0
}

footer .footer-copyright-area p {
    color: #000;
    font-weight: 300;
    font-size: 0.875rem;
    letter-spacing: 1.1px;
}

footer .footer-copyright-area p a {
    color: #000 !important;
    color: #fff;
    transition: 0.3s all ease-in-out;
    text-decoration: none
}

footer .footer-copyright-area p a:hover {
    color: #016525;
    color: #b0b5bc
}

@media (min-width: 576px) and (max-width: 1199px) {
    footer .footer-top-items .jj-footer-links .jj-footer-links-head {
        padding-bottom: 0px !important;
        padding-top: 15px !important
    }
}

@media (max-width: 575px) {
    footer .footer-top-items .jj-footer-links {
        text-align: left
    }
}

@media (min-width: 576px) {
    footer .footer-top-items .jj-footer-links .jj-footer-links-head {
        padding-bottom: 26px
    }
}

@media (max-width: 575px) {
    footer .footer-top-items .jj-footer-links .jj-footer-links-head {
        padding: 15px 0 5px 0
    }
}

@media (min-width: 576px) {
    footer .footer-main-bottom {
        margin-bottom: 80px
    }
}

@media (max-width: 575px) {
    footer .footer-main-bottom {
        margin-bottom: 30px
    }
}

@media (max-width: 991px) {
    footer .footer-main-bottom .jj-footer-logo {
        margin: auto;
        right: 0
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    footer .footer-main-bottom .jj-footer-logo {
        text-align: center
    }
}

@media (max-width: 575px) {
    footer .footer-main-bottom .jj-footer-logo {
        text-align: left;
        margin-left: 0px
    }
}

@media (min-width: 1366px) {
    footer .footer-main-bottom .jj-footer-logo svg {
        max-width: 346px;
        width: 346px
    }
}

@media (min-width: 768px) and (max-width: 1365px) {
    footer .footer-main-bottom .jj-footer-logo svg {
        max-width: 280px;
        width: 280px
    }
}

@media (max-width: 767px) {
    footer .footer-main-bottom .jj-footer-logo svg {
        max-width: 230px;
        width: 230px
    }
}

@media (max-width: 575px) {
    footer .footer-main-bottom ul.jj-social-links {
        font-size: 0.9375rem;
        text-align: left;
        padding-left: 0px
    }
}

@media (min-width: 992px) {
    footer .footer-main-bottom ul.jj-social-links li {
        padding: 0 15px
    }
}

@media (max-width: 991px) {
    footer .footer-main-bottom ul.jj-social-links li {
        padding: 0 10px
    }
}

@supports (-webkit-overflow-scrolling: touch) {
    footer .footer-main-bottom ul.jj-social-links li a {
        color: #28b0e2
    }
}

@media (max-width: 575px) {
    footer .footer-copyright-area p {
        font-size: 0.8125rem
    }
}

@media (max-width: 991px) {
    footer .footer-copyright-area .col-lg-5 p {
        margin-top: 0px
    }
}

@media (min-width: 992px) {
    footer.sub-footer .footer-top-items {
        padding: 64px 0 75px
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    footer.sub-footer .footer-top-items {
        padding: 64px 0 25px
    }
}

@media (max-width: 575px) {
    footer.sub-footer .footer-top-items {
        padding: 64px 0 15px
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        left: -100vw
    }

    100% {
        left: 0vw
    }
}

@keyframes slideInLeft {
    0% {
        left: -100vw
    }

    100% {
        left: 0vw
    }
}

@-webkit-keyframes slideOutLeft {
    100% {
        left: -100vw
    }

    0% {
        left: 0vw
    }
}

@keyframes slideOutLeft {
    100% {
        left: -100vw
    }

    0% {
        left: 0vw
    }
}

.mobiledev-menu-close {
    color: #303843;
    transition: 0.3s all ease-in-out;
    text-decoration: none;
    top: 40px;
    left: 20px;
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 20px;
    text-align: center;
    z-index: 10000
}

.mobiledev-menu-close:hover {
    color: #016525
}

@media (min-width: 992px) {
    /*    .mobiledev-menu-close {
      display: none
   } */
}

@media (min-width: 1600px) {
    .jj-megamenu-area .jj-menu-area .nav-container .menu-dropdown li a {
        font-size: 1rem
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .jj-megamenu-area .jj-menu-area .nav-container .menu-dropdown li a {
        font-size: 0.9375rem
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .jj-megamenu-area .jj-menu-area .nav-container .menu-dropdown li a {
        font-size: 0.875rem
    }
}

@media (min-width: 1600px) {
    .jj-megamenu-area .searcice-menu-dropdown.menu-dropdown {
        max-width: 80%;
        margin-right: auto !important
    }
}

@media (max-width: 1599px) {
    .jj-megamenu-area .searcice-menu-dropdown.menu-dropdown {
        max-width: 1000px
    }
}

@media (min-width: 1600px) {

    .jj-megamenu-area .searcice-menu-dropdown.menu-dropdown ul li,
    .jj-megamenu-area .insight-menu-dropdown.menu-dropdown ul li {
        width: 33.33%;
        position: relative;
        float: left
    }
}

@media (min-width: 992px) and (max-width: 1599px) {

    .jj-megamenu-area .searcice-menu-dropdown.menu-dropdown ul,
    .jj-megamenu-area .insight-menu-dropdown.menu-dropdown ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .jj-megamenu-area .searcice-menu-dropdown.menu-dropdown ul li,
    .jj-megamenu-area .insight-menu-dropdown.menu-dropdown ul li {
        width: 33.333%;
        padding-top: 5px;
        padding-bottom: 5px
    }
}

@media (max-width: 575px) {
    .jj-footer-contact-us {
        text-align: left;
        margin-top: 20px
    }
}

.jj-footer-contact-us li {
    line-height: 250%
}

.jj-footer-contact-us li a {
    color: rgba(48, 56, 67, 0.6);
    transition: 0.3s all ease-in-out;
    text-decoration: none
}

.jj-footer-contact-us li a span {
    color: #b9d7e2;
    -webkit-transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
    margin-right: 10px;
    margin: auto 5px auto 0px
}

.jj-footer-contact-us li a:hover {
    color: #016525
}

.jj-footer-contact-us li a:hover span {
    color: #016525
}

@media (min-width: 576px) {
    .jj-footer-contact-us li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width: 575px) {
    .jj-footer-contact-us li a {
        display: block
    }
}

@supports (-webkit-overflow-scrolling: touch) {
    .jj-footer-contact-us li a span {
        color: #28b0e2
    }
}

.jj-social-links li {
    line-height: 250%
}

.jj-footer-contact-us li strong,
.jj-social-links li strong {
    font-size: 1.25rem;
    font-weight: 500;
    display: block
}

@media (min-width: 576px) {

    .jj-footer-contact-us li strong,
    .jj-social-links li strong {
        margin-bottom: 24px
    }
}

@media (max-width: 575px) {

    .jj-footer-contact-us li strong,
    .jj-social-links li strong {
        margin-bottom: 5px
    }
}

.jj-footer--address {
    color: rgba(48, 56, 67, 0.6)
}

.search-overlay {
    position: fixed;
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row [class*="col"] {
    padding-left: 5px;
    padding-right: 5px
}

@media (max-width: 1199px) {
    .form-row [class*="col-xl"] {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 991px) {
    .form-row [class*="col-lg"] {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 767px) {
    .form-row [class*="col-md"] {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 575px) {
    .form-row [class*="col-sm"] {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width: 767px) {
    .form-row {
        margin-left: -15px;
        margin-right: -15px
    }

    .form-row .form-group {
        padding-left: -15px;
        padding-right: -15px
    }
}

.jj-megamenu-area .menu-dropdown {
    display: none
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f5f5f5
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 152, 55, 0.5);
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

::-webkit-scrollbar-thumb:hover {
    background: #016525
}

.show {
    display: block !important
}

#owl-demo .item {
    background: #42bdc2;
    padding: 30px 0px;
    margin: 10px;
    color: #fff;
    border-radius: 3px;
    text-align: center
}

@-webkit-keyframes boom {
    0% {
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        opacity: 0
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes boom {
    0% {
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        opacity: 0
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

/* @media (min-width: 768px) {
   body:not(.jj-animateIn) {
      opacity: 0;
      -webkit-animation: fadeIn 1s ease-in forwards;
      animation: fadeIn 1s ease-in forwards;
      -webkit-animation-delay: 1s;
      animation-delay: 1s
   }

   body.jj-animateIn {
      opacity: 0;
      -webkit-animation: fadeIn 1s ease-in forwards;
      animation: fadeIn 1s ease-in forwards;
      -webkit-animation-delay: 0.5s;
      animation-delay: 0.5s
   }
} */
/*
.jj-animateIn section:not(#homePage) h1,
.jj-animateIn section:not(#homePage) h2,
.jj-animateIn section:not(#homePage) h3,
.jj-animateIn section:not(#homePage) h4,
.jj-animateIn section:not(#homePage) h5,
.jj-animateIn section:not(#homePage) h6,
.jj-animateIn section:not(#homePage) p,
.jj-animateIn section:not(#homePage) ul li,
.jj-animateIn section:not(#homePage) button:not(.search-btn):not(.owl-dot),
.jj-animateIn section:not(#homePage) a:not(.jj-know-more),
.jj-animateIn section:not(#homePage) .form-group,
.jj-animateIn section:not(#homePage) .owl-carousel,
.jj-animateIn section:not(#homePage) img:not(.jj-service-talents-wrap-img) {
   -webkit-transform: translateY(2rem);
   transform: translateY(2rem);
   opacity: 0
}

.jj-animateIn section:not(#homePage) h1.visible,
.jj-animateIn section:not(#homePage) h2.visible,
.jj-animateIn section:not(#homePage) h3.visible,
.jj-animateIn section:not(#homePage) h4.visible,
.jj-animateIn section:not(#homePage) h5.visible,
.jj-animateIn section:not(#homePage) h6.visible,
.jj-animateIn section:not(#homePage) p.visible,
.jj-animateIn section:not(#homePage) ul li.visible,
.jj-animateIn section:not(#homePage) button:not(.search-btn):not(.owl-dot).visible,
.jj-animateIn section:not(#homePage) a:not(.jj-know-more).visible,
.jj-animateIn section:not(#homePage) .form-group.visible,
.jj-animateIn section:not(#homePage) .owl-carousel.visible,
.jj-animateIn section:not(#homePage) img:not(.jj-service-talents-wrap-img).visible {
   -webkit-animation-name: boom;
   animation-name: boom;
   -webkit-animation-duration: 1000ms;
   animation-duration: 1000ms;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both
}

.jj-animateIn section:not(#homePage) a.jj-know-more {
   -webkit-animation-name: fadeIn;
   animation-name: fadeIn;
   -webkit-animation-duration: 1000ms;
   animation-duration: 1000ms;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both
}

.jj-animateIn section:not(#homePage) .owl-carousel {
   opacity: 0
}

.jj-animateIn section:not(#homePage) .owl-carousel.visible {
   opacity: 1 !important
}

.jj-animateIn section:not(#homePage) .jj-service-talents-content,
.jj-animateIn section:not(#homePage) h1,
.jj-animateIn section:not(#homePage) h2 {
   -webkit-animation-delay: 0ms;
   animation-delay: 0ms
}

.jj-animateIn section:not(#homePage) h3,
.jj-animateIn section:not(#homePage) h4,
.jj-animateIn section:not(#homePage) h5,
.jj-animateIn section:not(#homePage) h6 {
   -webkit-animation-delay: 100ms;
   animation-delay: 100ms
}

.jj-animateIn section:not(#homePage) .owl-carousel,
.jj-animateIn section:not(#homePage) .form-group,
.jj-animateIn section:not(#homePage) a,
.jj-animateIn section:not(#homePage) p,
.jj-animateIn section:not(#homePage) ul li {
   -webkit-animation-delay: 200ms;
   animation-delay: 200ms
}

.jj-animateIn section:not(#homePage) img {
   -webkit-animation-delay: 200ms;
   animation-delay: 200ms
}

.jj-animateIn section:not(#homePage) img.visible {
   -webkit-animation-duration: 1600ms;
   animation-duration: 1600ms
}

.jj-animateIn section:not(#homePage) a:not(.jj-know-more),
.jj-animateIn section:not(#homePage) button {
   -webkit-animation-delay: 400ms;
   animation-delay: 400ms;
   text-decoration: none
}

.jj-animateIn section:not(#homePage) a.jj-know-more {
   -webkit-animation-delay: 800ms;
   animation-delay: 800ms
} */

@-webkit-keyframes noAnimation {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes noAnimation {
    0% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

section:not(#homePage) .owl-item h1,
section:not(#homePage) .owl-item h2,
section:not(#homePage) .owl-item h3,
section:not(#homePage) .owl-item h4,
section:not(#homePage) .owl-item h5,
section:not(#homePage) .owl-item h6,
section:not(#homePage) .owl-item p,
section:not(#homePage) .owl-item ul li,
section:not(#homePage) .owl-item button,
section:not(#homePage) .owl-item a,
section:not(#homePage) .owl-item .form-group,
section:not(#homePage) .owl-item img,
section:not(#homePage) .owl-item a.jj-our-blog-item-link {
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
    -webkit-animation-name: noAnimation !important;
    animation-name: noAnimation !important
}

@media (max-width: 1199px) {
    .mobile-menu #mobile-nav-links li a.jj-nav-quote-btn {
        color: #fff !important;
        width: auto !important;
        margin: auto;
        padding: 6px 25px;
        font-size: 16px;
        position: relative;
        left: 0;
        right: 0;
        display: table
    }

    .mobile-menu .header-search-box {
        padding-top: 8px
    }

    .jj-megamenu-area .jj-menu-area .nav-container .menu-dropdown li a span.jj-animaton-svg-nav {
        display: none
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .jj-megamenu-area .jj-menu-area .nav-container .menu-dropdown#searcice-menu-dropdown {
        max-width: 720px;
        margin: auto;
        left: 0;
        right: 0
    }

    .jj-megamenu-area .jj-menu-area .nav-container .menu-dropdown li a {
        text-align: left !important;
        width: 100% !important
    }

    .jj-megamenu-area .jj-menu-area .nav-container .menu-dropdown #mob-service-link-nav {
        width: 100% !important
    }
}

@media (max-width: 767px) {
    .mobile-menu .header-search-box {
        padding-top: 13px
    }
}

.owl-carousel .owl-dots button.owl-dot {
    opacity: 1 !important
}

header.main-header .main-logo {
    display: block;
    height: 50px;
    width: 5px
}

header.main-header .main-logo img {
    position: absolute;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out
}

body.home header:not(.header-fix-top) .main-logo .main-logo-white {
    opacity: 1
}

body.home header:not(.header-fix-top) .main-logo .main-logo-black {
    opacity: 0
}

body.home header.header-fix-top .main-logo .main-logo-white {
    opacity: 0
}

body.home header.header-fix-top .main-logo .main-logo-black {
    opacity: 1
}

body:not(.home) header {
    -webkit-box-shadow: 2px 2px 10px rgba(0, 204, 255, 0.06);
    box-shadow: 2px 2px 10px rgba(0, 204, 255, 0.06);
    background-color: #fff
}

body:not(.home) header .jj-navbar-search-btn {
    color: #303843;
    transition: 0.3s all ease-in-out;
    text-decoration: none
}

body:not(.home) header .jj-navbar-search-btn:hover {
    color: #016525
}

body:not(.home) ul li a {
    color: #303843;
    transition: 0.3s all ease-in-out;
    text-decoration: none
}

body:not(.home) ul li a:hover {
    color: #016525
}

body:not(.home) .main-logo .main-logo-black {
    opacity: 1
}

body:not(.home) .main-logo .main-logo-white {
    opacity: 0
}

.cv_label br {
    display: none
}

input[type="search"] {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    height: 41px
}

.admini__Detail a[href],
a[href*="mailto:"] {
    color: #025621;
    transition: 0.3s all ease-in-out;
    text-decoration: none
}

.admini__Detail a[href]:hover {
    color: #016525
}

a[href*="mailto:"]:hover {
    color: #016525
}

a.btn.btn-primary {
    transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
    color: white;
    background-color: #016525;
    border: none;
    padding: 13px 34px;
    border-radius: 30px;
    position: relative;
    z-index: 10;
    overflow: hidden;
    display: table
}

a.btn.btn-primary:focus {
    outline: none
}

a.btn.btn-primary:after {
    content: none !important
}

a.btn.btn-primary:before {
    content: "";
    position: absolute;
    transition: inherit;
    z-index: 0;
    left: 0;
    top: 0;
    height: 0;
    background-color: rgba(0, 5, 0, 0.1);
    border-radius: 50px;
    width: 100%
}

a.btn.btn-primary:hover {
    color: white
}

a.btn.btn-primary:hover:before {
    height: 100%
}

input.error-input,
textarea.error-input {
    border-color: red !important
}

@media (min-width: 1200px) {
    .mobile-search-input {
        display: none
    }
}

@media (max-width: 1199px) {
    .mobile-search-input {
        display: block
    }
}

@media (max-width: 1199px) {
    .desktop-search-input {
        display: none
    }
}

@media (min-width: 1200px) {
    .desktop-search-input {
        display: block
    }
}

.mobile-search-input input,
.mobile-search-input button {
    border-radius: 0px;
    border-top: none;
    border-left: none;
    border-right: none
}

.desktop-search-input input,
.desktop-search-input button {
    border-radius: 0px;
    border-top: none;
    border-left: none;
    border-right: none
}

.mobile-search-input .search-btn,
.desktop-search-input .search-btn {
    padding-right: 5px !important
}

.mobile-search-input input,
.desktop-search-input input {
    padding-left: 0px
}

#mob-service-link-nav {
    display: none;
    font-size: 1.25rem
}

#mob-service-link-nav a {
    text-align: center
}

#mob-service-link-nav a b {
    display: block;
    width: 100%
}

@media (max-width: 1199px) {
    #mob-service-link-nav {
        display: block
    }
}

@media (min-width: 576px) and (max-width: 1199px) {

    .jj-footer-contact-us li strong,
    .jj-social-links li strong {
        margin-bottom: 0px !important
    }
}

input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none !important;
    background: transparent !important;
    outline: none
}

button {
    cursor: pointer
}

.file-select.cv_label.career-form-upload-input {
    z-index: 0 !important
}

div#footerTopSvg:empty {
    margin-bottom: -10px !important
}

div#footerTopSvg:empty:after {
    content: url(../json/ie/footerTopSvg.svg);
    width: 100%;
    position: relative
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    div#footerTopSvg:empty {
        opacity: 0.3
    }
}

@-webkit-keyframes banner-text {
    0% {
        line-height: 500%
    }

    100% {
        line-height: 100%
    }
}

@keyframes banner-text {
    0% {
        line-height: 500%
    }

    100% {
        line-height: 100%
    }
}

@-webkit-keyframes banner-text-re {
    100% {
        line-height: 500%
    }

    0% {
        line-height: 100%
    }
}

@keyframes banner-text-re {
    100% {
        line-height: 500%
    }

    0% {
        line-height: 100%
    }
}

@-webkit-keyframes banner-logo-re {
    100% {
        -webkit-transform: translateY(170px);
        transform: translateY(170px)
    }

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

@keyframes banner-logo-re {
    100% {
        -webkit-transform: translateY(170px);
        transform: translateY(170px)
    }

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

@-webkit-keyframes banner-button {
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

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

@keyframes banner-button {
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

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

#homePage {
    background-color: #303843;
    height: 100vh;
    max-height: 200vw
}

@media (min-width: 576px) {
    #homePage {
        min-height: 550px
    }
}

@media (max-width: 575px) {
    #homePage {
        min-height: 400px;
        height: 92vh !important
    }
}

#homePage p,
#homePage h1,
#homePage h2,
#homePage h3,
#homePage h4,
#homePage h5,
#homePage h6,
#homePage li,
#homePage a {
    letter-spacing: 1.2px !important
}

#homePage button {
    transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
    color: #fff;
    background-color: #016525;
    border: none;
    padding: 13px 34px;
    border-radius: 30px;
    position: relative;
    z-index: 10;
    font-weight: 500;
    overflow: hidden
}

#homePage button:focus {
    outline: none
}

#homePage button:after {
    content: "";
    position: absolute;
    transition: inherit;
    z-index: -1;
    left: 0;
    top: 0;
    height: 0;
    background-color: green;
    border-radius: 50px;
    width: 100%
}

#homePage button:hover {
    color: #fff
}

#homePage button:hover:after {
    height: 100%
}

@media (min-width: 1366px) {
    #homePage {
        min-height: 764px !important
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    #homePage {
        min-height: 720px !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #homePage {
        min-height: 655px
    }
}

.jj-welcome-note {
    text-align: center
}

.jj-welcome-note h2 {
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 140%
}

.jj-welcome-note p {
    line-height: 194%
}

.jj-welcome-note .jj-know-more {
    display: inline-block
}

@media (min-width: 576px) {
    .jj-welcome-note {
        padding: 110px 0 0 0
    }
}

@media (max-width: 575px) {
    .jj-welcome-note {
        padding: 40px 0
    }
}

@media (min-width: 1366px) {
    .jj-welcome-note>.container {
        max-width: 1465px
    }
}

@media (min-width: 576px) {
    .jj-welcome-note h2 {
        margin-bottom: 44px
    }
}

@media (max-width: 575px) {
    .jj-welcome-note h2 {
        margin-bottom: 20px
    }
}

@media (min-width: 576px) {
    .jj-netsuite-services-sec {
        padding: 53px 0px 21px 0px
    }
}

@media (max-width: 575px) {
    .jj-netsuite-services-sec {
        padding: 35px 0px
    }
}

.jj-netsuite-services-sec button span.icon-phone {
    font-size: 22px;
    line-height: 14px;
    position: relative;
    top: 3px
}

@media (max-width: 575px) {
    .jj-netsuite-services-sec .btn-new {
        padding: 13px !important
    }
}

@media (min-width: 992px) {
    .jj-netsuite-services-img-wrap {
        max-width: 47%
    }
}

@media (min-width: 576px) {
    .jj-netsuite-services-img-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.jj-netsuite-services-img-wrap img {
    margin: auto
}

@media (max-width: 1199px) {
    .jj-netsuite-services-img-wrap img {
        max-width: 100%
    }
}

.jj-netsuite-services {
    max-width: 384px;
    position: relative
}

.jj-netsuite-services .jj-netsuite-services-content {
    top: -13px
}

.jj-netsuite-services h2 {
    margin: 0px 0 20px 0;
    letter-spacing: 1px;
    line-height: 141%
}

.jj-netsuite-services h2 span {
    color: #303843;
    font-size: 2.625rem
}

.jj-netsuite-services p {
    line-height: 191%
}

.jj-netsuite-services .jj-btn {
    padding: 14px 34px;
    margin-top: 48px
}

@media (min-width: 992px) {
    .jj-netsuite-services {
        top: -30px
    }
}

@media (max-width: 991px) {
    .jj-netsuite-services {
        margin: auto;
        text-align: center
    }
}

@media (max-width: 575px) {
    .jj-netsuite-services {
        margin-top: 15px
    }
}

@media (min-width: 576px) {
    .jj-netsuite-services .jj-btn {
        margin-top: 30px
    }
}

@media (max-width: 575px) {
    .jj-netsuite-services .jj-btn {
        margin-top: 5px
    }
}

@media (min-width: 992px) {
    .jj-service-talents-sec .jj-service-talents-wrap-img {
        margin-top: -62px
    }
}

.jj-service-talents-sec .jj-service-talents-wrap {
    margin-top: -10px;
    background-image: -webkit-gradient(180deg, #f6fdff, #fff);
    background-image: linear-gradient(180deg, #f6fdff, #fff)
}

.jj-service-talents-sec .jj-service-talents-wrap h2 {
    letter-spacing: 2px
}

.jj-service-talents-sec .jj-service-talents-item .jj-service-talents-inner {
    height: 100%
}

.jj-service-talents-sec .jj-service-talents-item .jj-service-talents-inner p {
    font-size: 1rem
}

.jj-service-talents-sec .jj-service-talents-icon img {
    height: 83px;
    margin-bottom: -43px;
    margin-top: -3px
}

.jj-service-talents-sec a.jj-service-talents-content-link {
    color: #303843;
    text-decoration: none
}

.jj-service-talents-sec .jj-service-talents-content {
    background-color: #fff;
    height: calc(100% - 45px);
    -webkit-box-shadow: 7px 3px 6px #edf9fc;
    box-shadow: 7px 3px 6px #edf9fc;
    border-radius: 22px;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out
}

.jj-service-talents-sec .jj-service-talents-content:hover {
    -webkit-box-shadow: 2px 2px 10px #d0f3fb;
    box-shadow: 2px 2px 10px #d0f3fb
}

.jj-service-talents-sec .jj-service-talents-content h3 {
    margin: 3% 0;
    letter-spacing: 1px;
    line-height: 1.6;
}

.jj-service-talents-sec .jj-service-talents-content p {
    margin-bottom: 0px
}

.jj-service-talents-sec .jj-service-talents-content p.jj-know-more {
    position: absolute;
    margin-top: 0px;
    bottom: 37px
}

@media (min-width: 992px) and (max-width: 1199px) {
    .jj-service-talents-sec .jj-service-talents-wrap .container {
        max-width: 900px;
        margin: auto
    }
}

@media (min-width: 1200px) {
    .jj-service-talents-sec .jj-service-talents-wrap h2 {
        margin-top: -56px;
        margin-bottom: 77px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .jj-service-talents-sec .jj-service-talents-wrap h2 {
        margin-top: -10px;
        margin-bottom: 72px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .jj-service-talents-sec .jj-service-talents-wrap h2 {
        margin-top: -10px;
        margin-bottom: 20px
    }
}

@media (min-width: 768px) and (max-width: 575px) {
    .jj-service-talents-sec .jj-service-talents-wrap h2 {
        margin-bottom: 30px
    }
}

@media (max-width: 575px) {
    .jj-service-talents-sec .jj-service-talents-wrap h2 {
        margin-bottom: 20px
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .jj-service-talents-sec .jj-service-talents-wrap .container .row {
        margin-right: -15px;
        margin-left: -15px
    }
}

@media (max-width: 1365px) {
    .jj-service-talents-sec .jj-service-talents-item {
        padding: 0 10px
    }
}

@media (min-width: 576px) {
    .jj-service-talents-sec .jj-service-talents-item {
        margin-bottom: 77px
    }
}

@media (max-width: 575px) {
    .jj-service-talents-sec .jj-service-talents-item {
        margin-bottom: 30px
    }
}

@media (min-width: 1366px) {
    .jj-service-talents-sec .jj-service-talents-icon {
        padding: 0 40px
    }
}

@media (min-width: 992px) and (max-width: 1365px) {
    .jj-service-talents-sec .jj-service-talents-icon {
        padding: 0 25px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .jj-service-talents-sec .jj-service-talents-icon {
        padding: 0 40px
    }
}

@media (max-width: 767px) {
    .jj-service-talents-sec .jj-service-talents-icon {
        padding: 0 20px
    }
}

@media (min-width: 1366px) {
    .jj-service-talents-sec .jj-service-talents-content {
        padding: 28px 40px 82px 40px
    }
}

@media (min-width: 992px) and (max-width: 1365px) {
    .jj-service-talents-sec .jj-service-talents-content {
        padding: 28px 25px 82px 25px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .jj-service-talents-sec .jj-service-talents-content {
        padding: 28px 40px 82px 40px
    }
}

@media (max-width: 767px) {
    .jj-service-talents-sec .jj-service-talents-content {
        padding: 28px 20px 82px 20px
    }
}

.jj-what-is-netsuite {
    max-width: 589px
}

.jj-what-is-netsuite h4 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: 10px;
    color: #707070
}

.jj-what-is-netsuite p {
    font-size: 1.125rem;
    line-height: 180%;
    margin-top: 0px
}

.jj-what-is-netsuite .jj-know-more {
    top: 26px
}

@media (min-width: 1366px) {
    .jj-what-is-netsuite {
        padding: 0 39px
    }
}

@media (max-width: 991px) {
    .jj-what-is-netsuite {
        margin: auto
    }
}

@media (min-width: 576px) {
    .jj-what-is-netsuite h4 {
        margin-top: 53px
    }
}

@media (max-width: 575px) {
    .jj-what-is-netsuite h4 {
        margin-top: 20px
    }
}

@media (max-width: 767px) {
    .jj-what-is-netsuite .jj-know-more {
        display: inline-block
    }
}

@media (min-width: 992px) and (max-width: 1365px) {
    .jj-netsuite-img-wrap img {
        max-width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .jj-netsuite-img-wrap img {
        max-width: 600px
    }
}

@media (max-width: 991px) {
    .jj-netsuite-img-wrap {
        margin: auto;
        display: inline
    }

    .jj-netsuite-img-wrap img {
        margin: auto
    }
}

@media (max-width: 767px) {
    .jj-netsuite-img-wrap img {
        max-width: 100%
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .jj-post-implementation-sec {
        margin-top: 60px
    }
}

.jj-post-implementation-sec .jj-post-implementation {
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%
}

.jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item .jj-animaton2-svg {
    width: 100%;
    max-width: 463px
}

.jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item .jj-know-more {
    top: 26px
}

.jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item .jj-post-implementation-content {
    margin: auto
}

.jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item .jj-post-implementation-content h2 {
    line-height: 140%;
    letter-spacing: 1.2px
}

.jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item .jj-post-implementation-content p {
    line-height: 180%;
    margin-top: 30px;
    letter-spacing: 1px
}

@media (min-width: 1366px) {
    .jj-post-implementation-sec .jj-post-implementation {
        padding-top: 250px;
        background-position: center -12%
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .jj-post-implementation-sec .jj-post-implementation {
        padding-top: 230px;
        background-position: center -12%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .jj-post-implementation-sec .jj-post-implementation {
        padding-top: 220px;
        margin-top: 45px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .jj-post-implementation-sec .jj-post-implementation {
        padding-top: 200px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .jj-post-implementation-sec .jj-post-implementation {
        padding-top: 150px
    }
}

@media (max-width: 767px) {
    .jj-post-implementation-sec .jj-post-implementation {
        margin-top: 15px
    }

    .jj-post-implementation-sec .jj-post-implementation .jj-know-more {
        display: inline-block
    }
}

@media (max-width: 575px) {
    .jj-post-implementation-sec .jj-post-implementation {
        padding-top: 70px
    }
}

@media (min-width: 768px) {

    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item:nth-child(1) h2,
    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item:nth-child(1) p {
        position: relative
    }

    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item:nth-child(1) h2 {
        top: 12px
    }

    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item:nth-child(1) p {
        top: 24px
    }
}

@media (max-width: 767px) {
    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item:nth-child(1) {
        padding-bottom: 75px
    }

    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item .jj-know-more {
        margin-top: 0px
    }
}

@media (min-width: 1200px) {
    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item .jj-animaton2-svg#post-implemetationSvg svg {
        max-width: 200px
    }

    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item .jj-animaton2-svg#netsuiteimplementationSvg {
        padding-top: 20px
    }

    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item .jj-animaton2-svg#netsuiteimplementationSvg svg {
        max-width: 250px
    }
}

@media (min-width: 1600px) {
    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item .jj-animaton2-svg {
        margin: -195px auto 90px auto
    }
}

@media (min-width: 1366px) and (max-width: 1599px) {
    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item .jj-animaton2-svg {
        margin: -229px auto 50px auto
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item .jj-animaton2-svg {
        margin: -286px auto 50px auto
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item .jj-animaton2-svg {
        margin: -280px auto 0px auto
    }

    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item .jj-animaton2-svg#post-implemetationSvg svg {
        max-width: 150px
    }

    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item .jj-animaton2-svg#netsuiteimplementationSvg {
        padding-top: 20px
    }

    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item .jj-animaton2-svg#netsuiteimplementationSvg svg {
        max-width: 200px
    }
}

@media (max-width: 767px) {
    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item .jj-animaton2-svg {
        margin: -50px auto -50px auto;
        position: relative;
        height: 146px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item .jj-animaton2-svg svg {
        margin: auto
    }

    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item .jj-animaton2-svg#post-implemetationSvg svg {
        max-width: 150px
    }

    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item .jj-animaton2-svg#netsuiteimplementationSvg {
        padding-top: 20px
    }

    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item .jj-animaton2-svg#netsuiteimplementationSvg svg {
        max-width: 200px
    }
}

@media (max-width: 767px) {
    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item .jj-animaton2-svg#post-implemetationSvg svg {
        max-width: 100px
    }

    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item .jj-animaton2-svg#netsuiteimplementationSvg {
        padding-top: 20px
    }

    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item .jj-animaton2-svg#netsuiteimplementationSvg svg {
        max-width: 125px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item:nth-child(even) {
        padding-right: 10px
    }

    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item:nth-child(odd) {
        padding-left: 10px
    }
}

@media (min-width: 768px) {
    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item .jj-post-implementation-content {
        max-width: 463px
    }
}

@media (min-width: 768px) and (max-width: 575px) {
    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item .jj-post-implementation-content {
        padding: 0 100px
    }
}

@media (max-width: 767px) {
    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item .jj-post-implementation-content {
        text-align: center;
        max-width: 100%;
        margin-top: 55px
    }
}

@media (max-width: 575px) {
    .jj-post-implementation-sec .jj-post-implementation .jj-post-implementation-item .jj-post-implementation-content {
        margin-bottom: 15px
    }
}

@media (min-width: 992px) {
    .jj-our-clients-sec {
        padding: 99px 0px;
        margin-bottom: 35px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .jj-our-clients-sec {
        padding: 99px 0px 40px 0px
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .jj-our-clients-sec {
        padding: 65px 0px 20px 0px
    }
}

@media (max-width: 575px) {
    .jj-our-clients-sec {
        padding: 40px 0px 20px 0px
    }

    .jj-our-clients-sec h3 {
        margin: 15px 0
    }
}

.jj-our-clients-sec .jj-our-clients-icon img {
    margin: 0 auto 30px auto
}

.jj-our-clients-sec p {
    margin-top: 35px;
    line-height: 195%
}

.jj-our-clients-sec #jj-clients-logos-list .owl-stage-outer {
    padding-top: 20px
}

@media (min-width: 576px) {
    .jj-our-clients-sec #jj-clients-logos-list {
        margin-top: 46px
    }
}

#jj-clients-logos-list .owl-stage-outer .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#jj-clients-logos-list .owl-stage-outer .owl-item .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

#jj-clients-logos-list .owl-stage-outer .owl-item .item:after,
#jj-clients-logos-list .owl-stage-outer .owl-item .item::before {
    content: "";
    display: block;
    width: 100%
}

#jj-clients-logos-list .owl-stage-outer .owl-item .item img {
    margin: auto
}

@media (min-width: 576px) {
    #jj-clients-logos-list .owl-stage-outer .owl-item .item img {
        max-width: 214px
    }
}

@media (max-width: 575px) {
    #jj-clients-logos-list .owl-stage-outer .owl-item .item img {
        max-width: 130px;
        max-height: 38px
    }
}

.jj-testimonilas-sec {
    background-color: #f4fbfd
}

.jj-testimonilas-sec h3 {
    font-weight: 600;
    letter-spacing: 1.2px
}

.jj-testimonilas-sec .jj-testimonilas-header {
    text-align: center
}

.jj-testimonilas-sec .jj-testimonilas-header img {
    margin: -12px auto 20px auto
}

.jj-testimonilas-sec .clients-testimonilas-item {
    margin: auto;
    left: 0;
    right: 0;
    max-width: 800px;
    letter-spacing: 1.2px;
    text-align: center;
    line-height: 200%;
    padding: 15px 0px
}

.jj-testimonilas-sec #jj-textimonils-slider .owl-stage-outer {
    padding-bottom: 60px
}

@media (max-width: 575px) {
    .jj-testimonilas-sec #jj-textimonils-slider .owl-stage-outer {
        padding-bottom: 30px
    }
}

.jj-testimonilas-sec #jj-textimonils-slider .jj-client-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left
}

.jj-testimonilas-sec #jj-textimonils-slider .jj-client-details .jj-client-details-content {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px
}

.jj-testimonilas-sec #jj-textimonils-slider .jj-client-details .jj-client-details-img {
    max-width: 95px;
    margin: 12px 20px
}

.jj-testimonilas-sec #jj-textimonils-slider .jj-client-details .jj-client-details-img img {
    width: 93px;
    height: 93px;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 10% center;
    object-position: 10% center
}

.jj-testimonilas-sec #jj-textimonils-slider .jj-client-details .jj-client-details-text {
    padding-top: 5px
}

.jj-testimonilas-sec #jj-textimonils-slider .jj-client-details .jj-client-details-text ul {
    margin: 0px
}

.jj-testimonilas-sec #jj-textimonils-slider .jj-client-details .jj-client-details-text ul li {
    list-style: none;
    color: #9b9b9b;
    line-height: 150%
}

.jj-testimonilas-sec #jj-textimonils-slider .jj-client-details .jj-client-details-text ul li:nth-child(1) {
    color: #303843;
    line-height: 215%
}

.jj-testimonilas-sec #jj-textimonils-slider .owl-dots {
    margin-bottom: -50px
}

@media (min-width: 992px) {
    .jj-testimonilas-sec {
        margin-top: 26px;
        padding: 98px 0 134px 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .jj-testimonilas-sec {
        margin-top: 26px;
        padding: 98px 0 100px 0
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .jj-testimonilas-sec {
        margin-top: 26px;
        padding: 98px 0 80px 0
    }
}

@media (max-width: 575px) {
    .jj-testimonilas-sec {
        padding: 40px 0 80px 0
    }
}

@media (min-width: 576px) {
    .jj-testimonilas-sec h3 {
        margin: 15px 0 16px 0
    }
}

@media (max-width: 575px) {
    .jj-testimonilas-sec h3 {
        margin: 15px 0 0px 0
    }
}

@media (max-width: 575px) {
    .jj-testimonilas-sec #jj-textimonils-slider .jj-client-details .jj-client-details-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .jj-testimonilas-sec #jj-textimonils-slider .jj-client-details .jj-client-details-content .jj-client-details-img,
    .jj-testimonilas-sec #jj-textimonils-slider .jj-client-details .jj-client-details-content .jj-client-details-text {
        width: 100%;
        max-width: 100%;
        text-align: center
    }

    .jj-testimonilas-sec #jj-textimonils-slider .jj-client-details .jj-client-details-content .jj-client-details-img img,
    .jj-testimonilas-sec #jj-textimonils-slider .jj-client-details .jj-client-details-content .jj-client-details-text img {
        margin: auto
    }

    .jj-testimonilas-sec #jj-textimonils-slider .jj-client-details .jj-client-details-content .jj-client-details-img ul,
    .jj-testimonilas-sec #jj-textimonils-slider .jj-client-details .jj-client-details-content .jj-client-details-text ul {
        padding-left: 0px
    }
}

@media (min-width: 576px) {
    .jj-blog-sec {
        padding: 78px 0 0 0
    }
}

@media (max-width: 575px) {
    .jj-blog-sec {
        padding: 35px 0 0 0
    }
}

.jj-blog-sec h3 {
    font-size: 1.75rem;
    margin-top: 10px;
    letter-spacing: 2.2px
}

.jj-blog-sec>img {
    padding-left: 17px
}

.jj-blog-sec .jj-blog-viw-all-link {
    padding-bottom: 10px;
    display: block;
    text-decoration: none;
    font-weight: 500;
    color: #016525;
    transition: 0.3s all ease-in-out;
    text-decoration: none;
    max-width: max-content;
}

.jj-blog-sec .jj-blog-viw-all-link:hover {
    color: #303843
}

.jj-blog-sec .owl-dots {
    position: relative;
    padding-bottom: 20px;
    margin-top: 25px
}

.jj-our-blog-item-link {
    color: #303843;
    text-decoration: none;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    display: block;
    border-radius: 15px;
    padding-bottom: 30px;
    padding-left: 0px;
    position: relative;
    margin-bottom: 15px
}

.jj-our-blog-item-link .jj-blog-item-content-area {
    padding: 17px 20px 0px 0px
}

.jj-our-blog-item-link .jj-blog-item-content-area p.jj-know-more {
    bottom: 0px
}

.jj-our-blog-item-link p.jj-know-more {
    position: absolute;
    margin-top: 20px
}

.jj-our-blog-item-link p.jj-know-more span.icon-arrow-right {
    bottom: 10px;
    bottom: 8px
}

.jj-our-blog-item-link p.jj-know-more:hover span.icon-arrow-right {
    bottom: 7px
}

#jj-our-blog-slier {
    margin-top: 6px !important;
    padding: 0 15px;
    max-width: 1280px;
    margin: auto;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

#jj-our-blog-slier .owl-stage-outer {
    padding: 10px;
    margin: 0 -10px
}

#jj-our-blog-slier .owl-stage-outer .owl-stage {
    height: fit-content;
    display: table;
    position: relative;
    margin-bottom: 15px
}

#jj-our-blog-slier .owl-stage-outer .owl-stage .owl-item {
    display: flex
}

#jj-our-blog-slier .owl-stage-outer .owl-stage .owl-item .item {
    display: flex
}

#jj-our-blog-slier .owl-stage-outer .owl-stage .owl-item .item .jj-blog-item-wrap {
    display: flex
}

.jj-home-bog-header {
    padding: 0 15px;
    max-width: 1280px;
    margin: auto;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 13px
}
.jj-home-bog-header .text-right{
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 575px) {
    .jj-home-bog-header h3 {
        margin-bottom: 0px;
        font-size: 1.375rem
    }
}

@media (max-width: 575px) {
    .jj-home-bog-header {
        padding: 0px
    }
}

.jj-blog-item-content-area {
    padding: 17px 0 0px 0;
    background-color: #fff
}

.jj-blog-item-content-area p {
    line-height: 190%
}

.jj-blog-item-content-area p strong {
    line-height: 195%;
    letter-spacing: 1.2px
}

.jj-blog-item-content-area p:nth-child(1) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media (min-width: 1200px) {
    .jj-blog-item-content-area p:nth-child(1) {
        margin-bottom: 0.8rem
    }
}

.jj-blog-item-content-area p:nth-child(2) {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.jj-blog-item-content-area a.jj-know-more {
    margin-top: 19px
}

.jj-blog-item-content-area a.jj-know-more span {
    margin-left: 0px
}

.intl-tel-input .selected-flag {
    z-index: 4
}

.intl-tel-input .country-list {
    z-index: 5
}

.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0
}

#homePage h4 {
    font-weight: 400;
    letter-spacing: 1.5px
}

#homePage h1,
#homePage h2 {
    line-height: 95%
}

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

    #homePage h1,
    #homePage h2 {
        font-size: 59px
    }

    .home-banner {
        font-size: 59px
    }

    .home-banner h2 {
        font-size: 59px
    }

    #homePage h4 {
        font-size: 1.5rem
    }

    .jj-welcome-note h2 {
        font-size: 36px
    }

    h2 {
        font-size: 40px
    }

    .jj-netsuite-services h2 span {
        font-size: 42px
    }

    .jj-our-clients-sec h3,
    .jj-testimonilas-sec h3 {
        font-size: 1.875rem
    }

    .jj-service-talents-sec .jj-service-talents-content h3 {
        font-size: 1.375rem;
        margin-bottom: 0.6rem
    }

    .jj-btn,
    button {
        font-size: 1.25rem
    }
}

@media screen and (max-width: 1365px) and (min-width: 1200px) {

    #homePage h1,
    #homePage h2 {
        font-size: calc(59px - ((1365px - 100vw) / 11))
    }

    .home-banner h1,
    .home-banner h2 {
        font-size: calc(59px - ((1365px - 100vw) / 11))
    }

    .jj-welcome-note h2 {
        font-size: calc(36px - ((1365px - 100vw) / 27))
    }

    h2 {
        font-size: calc(40px - ((1365px - 100vw) / 21))
    }

    .jj-netsuite-services h2 span {
        font-size: calc(42px - ((1365px - 100vw) / 21))
    }

    .jj-our-clients-sec h3,
    .jj-testimonilas-sec h3 {
        font-size: 1.5625rem
    }

    .jj-service-talents-sec .jj-service-talents-content h3 {
        font-size: 1.3125rem
    }

    .jj-btn,
    button {
        font-size: 1.125rem
    }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {

    #homePage h1,
    #homePage h2 {
        font-size: calc(45px - ((1199px - 100vw) / 26))
    }

    .home-banner h1,
    .home-banner h2 {
        font-size: calc(45px - ((1199px - 100vw) / 26))
    }

    .jj-welcome-note h2 {
        font-size: calc(30px - ((1199px - 100vw) / 26))
    }

    h2 {
        font-size: calc(32px - ((1199px - 100vw) / 26))
    }

    .jj-netsuite-services h2 span {
        font-size: calc(34px - ((1199px - 100vw) / 26))
    }

    .jj-our-clients-sec h3,
    .jj-testimonilas-sec h3 {
        font-size: 1.375rem
    }

    .jj-service-talents-sec .jj-service-talents-content h3 {
        font-size: 1.25rem
    }

    .jj-btn,
    button {
        font-size: 1.0625rem
    }
}

@media screen and (max-width: 992px) and (min-width: 575px) {

    #homePage h1,
    #homePage h2 {
        font-size: calc(37px - ((992px - 100vw) / 58))
    }

    .home-banner h1,
    .home-banner h2 {
        font-size: calc(37px - ((992px - 100vw) / 58))
    }

    .jj-welcome-note h2 {
        font-size: 23px
    }

    h2 {
        font-size: 25px
    }

    .jj-netsuite-services h2 span {
        font-size: 24px
    }

    .jj-what-is-netsuite h4,
    .jj-our-clients-sec h3 {
        font-size: 1.125rem
    }

    .jj-testimonilas-sec h3 {
        font-size: 1.375rem
    }

    .jj-service-talents-sec .jj-service-talents-content h3 {
        font-size: 1.25rem
    }

    .jj-btn,
    button {
        font-size: 1.0625rem
    }
}

@media screen and (max-width: 574px) {

    #homePage h1,
    #homePage h2 {
        font-size: 1.3rem
    }

    .home-banner h1,
    .home-banner h2 {
        font-size: 1.3rem
    }

    .jj-welcome-note h2 {
        font-size: 20px
    }

    h2 {
        font-size: 21px
    }

    .jj-netsuite-services h2 span {
        font-size: 22px
    }

    .jj-what-is-netsuite h4,
    .jj-our-clients-sec h3,
    .jj-testimonilas-sec h3 {
        font-size: 1.125rem
    }

    .jj-service-talents-sec .jj-service-talents-content h3 {
        font-size: 1.25rem
    }

    .jj-btn,
    button {
        font-size: 1rem
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left
    }

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

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

@media (min-width: 768px) {
    .text-md-left {
        text-align: left
    }

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

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left
    }

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

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

@media (max-width: 576px) {
    .slide-horizontal.text span {
        font-size: 1.8rem
    }
}

@-webkit-keyframes padding-top20re {
    0% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px)
    }

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

@keyframes padding-top20re {
    0% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px)
    }

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

@-webkit-keyframes padding-top20 {
    100% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px)
    }

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

@keyframes padding-top20 {
    100% {
        -webkit-transform: translateY(-7px);
        transform: translateY(-7px)
    }

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

@-webkit-keyframes afterAnimaton {
    100% {
        margin-bottom: -5px;
        -webkit-filter: blur(2px);
        filter: blur(2px)
    }

    0% {
        margin-bottom: 0px;
        -webkit-filter: blur(0px);
        filter: blur(0px)
    }
}

@keyframes afterAnimaton {
    100% {
        margin-bottom: -5px;
        -webkit-filter: blur(2px);
        filter: blur(2px)
    }

    0% {
        margin-bottom: 0px;
        -webkit-filter: blur(0px);
        filter: blur(0px)
    }
}

.jj-home-page-animation .jj-blog-item-wrap {
    background-color: white;
    border-radius: 10px
}

.jj-home-page-animation #jj-our-blog-slier .owl-item {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    height: 100%
}

.jj-home-page-animation #jj-our-blog-slier .owl-item .item {
    height: 100%
}

.jj-home-page-animation #jj-our-blog-slier .owl-item:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

.jj-animaton-svg {
    height: 100px;
    width: 100px;
    margin-bottom: -43px;
    margin-top: -3px;
    overflow: hidden;
    z-index: 99;
    position: relative
}

#optimizationSvg,
#trainingSvg,
#consultingSvg {
    margin-left: -20px
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

.owl-item {
    overflow: hidden
}

@-webkit-keyframes fadeIn2 {
    0% {
        opacity: 0;
        -webkit-filter: blur(20px);
        filter: blur(20px)
    }

    100% {
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px)
    }
}

@keyframes fadeIn2 {
    0% {
        opacity: 0;
        -webkit-filter: blur(20px);
        filter: blur(20px)
    }

    100% {
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px)
    }
}

@-webkit-keyframes fadeOut2 {
    0% {
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px)
    }

    100% {
        opacity: 0;
        -webkit-filter: blur(20px);
        filter: blur(20px)
    }
}

@keyframes fadeOut2 {
    0% {
        opacity: 1;
        -webkit-filter: blur(0px);
        filter: blur(0px)
    }

    100% {
        opacity: 0;
        -webkit-filter: blur(20px);
        filter: blur(20px)
    }
}

@-webkit-keyframes fadeBannerContent {
    0% {
        opacity: 0;
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes fadeBannerContent {
    0% {
        opacity: 0;
        -webkit-transform: translateY(15px);
        transform: translateY(15px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

.home-main-slider {
    max-height: 200vw;
    width: 100%;
    background-color: #303843;
    overflow: hidden;
    position: relative;
    min-height: 100%
}

@media (min-width: 576px) {
    .home-main-slider {
        height: 100vh
    }
}

@media (max-width: 575px) {
    .home-main-slider {
        height: 92vh
    }
}

.home-main-slider .jj-slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 50;
    animation: none !important
}

.home-main-slider .jj-slider-item:nth-child(1) .slide-bg {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 57% top;
    object-position: 57% top
}

.home-main-slider .jj-slider-item:nth-child(2) .slide-bg,
.home-main-slider .jj-slider-item:nth-child(3) .slide-bg {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 70% top;
    object-position: 70% top
}

.home-main-slider .jj-slider-item .slide-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10
}

.home-main-slider .jj-slider-item.active-back {
    z-index: 60
}

.home-main-slider .jj-slider-item.active {
    z-index: 70;
    pointer-events: all;
    -webkit-animation: fadeIn2 1.5s ease-in-out forwards;
    animation: fadeIn2 1.5s ease-in-out forwards
}

.home-main-slider .jj-slider-item.active .slide-bg {
    z-index: 20
}

.home-main-slider .jj-slider-item.active .jj-banner-content {
    z-index: 40
}

.home-main-slider .jj-slider-item h1,
.home-main-slider .jj-slider-item h2,
.home-main-slider .jj-slider-item h4 {
    color: #fff
}

.home-main-slider .jj-slider-item .jj-banner-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 11;
    position: relative
}

.home-main-slider .jj-slider-item .banner-logo-wrap img {
    max-width: 360px
}

.home-main-slider .jj-slider-item .el {
    overflow: hidden;
    height: 100%
}

.home-main-slider .jj-slider-item .el a,
.home-main-slider .jj-slider-item .el .netLogo {
    display: block;
    position: relative;
    color: #f1efef;
}

.home-main-slider .jj-slider-item .el.banner-logo-wrap .netLogo {
    padding: 5px 0
}

.home-main-slider .jj-slider-item .el.banner-logo-wrap img {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070
}

.home-main-slider:not(.slider-active) .jj-slider-item {
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    z-index: -1
}

.home-main-slider:not(.slider-active) .jj-slider-item:nth-child(1) {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    z-index: 50
}

.home-main-slider.slider-active .jj-slider-item .banner-logo-wrap,
.home-main-slider.slider-active .jj-slider-item .jj-banner-btn {
    opacity: 0
}

.home-main-slider.slider-active .jj-slider-item:not(.active) h1,
.home-main-slider.slider-active .jj-slider-item:not(.active) h2,
.home-main-slider.slider-active .jj-slider-item:not(.active) h4 {
    opacity: 0
}

.home-main-slider.slider-active .jj-slider-item.active .banner-logo-wrap {
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1
}

.home-main-slider.slider-active .jj-slider-item.active .jj-banner-btn {
    -webkit-animation: none !important;
    animation: none !important;
    transition: none !important;
    opacity: 1
}

.home-main-slider .slier-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 500
}

.home-main-slider .slier-dots li.slider-button {
    display: inline-block;
    background-color: #ccc;
    cursor: pointer
}

.home-main-slider .slier-dots li.slider-button:hover {
    -webkit-box-shadow: 0px 0px 0px 2px rgba(0, 245, 151, 0.2);
    box-shadow: 0px 0px 0px 2px rgba(0, 245, 151, 0.2)
}

.home-main-slider .slier-dots li.slider-button.active {
    background-color: #00f596
}

@media (min-width: 576px) and (max-width: 767px) {
    .home-main-slider .jj-slider-item .el .netLogo {
        max-width: 240px
    }
}

@media (max-width: 575px) {
    .home-main-slider .jj-slider-item .el .netLogo {
        max-width: 180px
    }
}

@media (min-width: 768px) {
    .home-main-slider .jj-slider-item .el.banner-logo-wrap {
        margin: 20px 0 40px 0
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .home-main-slider .jj-slider-item .el.banner-logo-wrap {
        margin: 20px 0 30px 0
    }
}

@media (max-width: 575px) {
    .home-main-slider .jj-slider-item .el.banner-logo-wrap {
        margin: 15px 0 20px 0
    }
}

.jj-banner-text {
    display: inline-flex;
    width: 100%;
    height: 100%
}

.jj-banner-text-v-center {
    position: relative;
    width: 100%;
    -webkit-align-self: center;
    align-self: center
}

.slier-dots li {
    background: #ccc;
    border-radius: 20px
}

.slier-dots li span {
    display: block !important;
    height: 16px;
    top: -16px;
    bottom: 0px;
    position: absolute !important;
    right: 15px;
    left: 5px
}

@media (min-width: 768px) {
    .slier-dots li {
        width: 12px;
        height: 12px;
        margin: 0 8px;
        padding: 8px
    }
}

@media (max-width: 767px) {
    .slier-dots li {
        width: 5px;
        height: 5px;
        margin: 0 4px
    }
}

@media (min-width: 992px) {
    .slier-dots li:after {
        content: "";
        display: block;
        height: 16px;
        border-radius: 20px;
        margin: -8px 8px 0 -0px;
        width: 12px;
        right: 7px;
        position: relative
    }

    .slier-dots li.active {
        background-color: #00f596
    }
}

@media screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .slier-dots li.active:after {
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        background-color: #00f596;
        width: 20px !important;
        height: 16px;
        margin: -8px -4px 0 -4px;
        -webkit-transition: width 0.2s ease-in, margin 0.2s ease-in, height 0.2s ease-in;
        transition: width 0.2s ease-in, margin 0.2s ease-in, height 0.2s ease-in
    }
}

@media (min-width: 992px) {

    .slier-dots li.active:nth-child(2)~li:last-child span,
    .slier-dots li.active:nth-child(2) span {
        -webkit-transform: translateX(135%);
        transform: translateX(135%)
    }

    .slier-dots li.active:nth-child(3)~li:last-child span,
    .slier-dots li.active:nth-child(3) span {
        -webkit-transform: translateX(278%);
        transform: translateX(278%)
    }

    .slier-dots li.active:nth-child(4)~li:last-child span,
    .slier-dots li.active:nth-child(4) span {
        -webkit-transform: translateX(421%);
        transform: translateX(421%)
    }

    .slier-dots li.active:nth-child(5)~li:last-child span,
    .slier-dots li.active:nth-child(5) span {
        -webkit-transform: translateX(564%);
        transform: translateX(564%)
    }

    .slier-dots li.active:nth-child(6)~li:last-child span,
    .slier-dots li.active:nth-child(6) span {
        -webkit-transform: translateX(707%);
        transform: translateX(707%)
    }

    .slier-dots li.active:nth-child(7)~li:last-child span,
    .slier-dots li.active:nth-child(7) span {
        -webkit-transform: translateX(850%);
        transform: translateX(850%)
    }

    .slier-dots li.active:nth-child(8)~li:last-child span,
    .slier-dots li.active:nth-child(8) span {
        -webkit-transform: translateX(993%);
        transform: translateX(993%)
    }
}

@media screen and (min-width: 992px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .slier-dots li:nth-last-child(1) span {
        height: 12px;
        display: block;
        position: absolute;
        margin: 8px 0 0px 4px;
        top: -6px;
        border-radius: 20px;
        pointer-events: none;
        background-color: #00f596;
        width: 24px;
        height: 16px;
        left: 0px;
        -webkit-transition: 0.5s all ease-in-out;
        transition: 0.5s all ease-in-out
    }
}

.ml7 {
    position: relative;
    font-weight: 900
}

.ml7 .text-wrapper {
    position: relative;
    display: block;
    padding-right: 0.05em;
    overflow: hidden;
    line-height: 135% !important
}

.ml7 .letters {
    display: block
}

.ml7 .letters .letter {
    opacity: 0
}

.ml7 .letter {
    display: inline-block;
    line-height: 1em
}

@media (max-width: 991px) {
    .show-mobile-submenu {
        display: block
    }
}

.wpcf7-form {
    position: relative
}

div.wpcf7-response-output {
    position: absolute;
    border: none !important;
    width: 100%;
    text-align: center;
    margin-top: 15px !important;
    color: red
}

.submit-button .wpcf7-submit .ajax-loader {
    position: absolute;
    margin-left: 30px;
    margin-top: 20px
}

header .navbar .mobile-menu #mobile-nav-links>li.drop__menu {
    position: static !important
}

li.drop__menu .sub_menu.show-insight-menu {
    height: 100vh;
    width: 100vw;
    left: -15px;
    top: -51vh;
    position: absolute;
    background-color: white
}

@media (max-width: 1199px) {

    body:not(.open) .jj-megamenu-area,
    body:not(.open) #insight-sub-menu {
        opacity: 0
    }
}

#insight-sub-menu {
    display: none !important
}

@media (max-width: 1199px) {
    .jj-animaton-svg-nav {
        display: none !important
    }

    #insight-sub-menu {
        width: 100vw;
        height: 100vh;
        position: fixed !important;
        z-index: 100;
        top: 0 !important;
        pointer-events: none;
        left: -100% !important;
        -webkit-transition: all 1s ease-in-out !important;
        transition: all 1s ease-in-out !important;
        background-color: white;
        z-index: 5000;
        -webkit-animation: menuSlideLeftRe 1s ease-in-out forwards;
        animation: menuSlideLeftRe 1s ease-in-out forwards;
        top: 20px;
        position: relative;
        left: 20px;
        padding: 15px
    }

    #insight-sub-menu li {
        -webkit-transition: 1s;
        transition: 1s;
        opacity: 0
    }

    #insight-sub-menu ul {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        position: relative
    }

    #insight-sub-menu ul li {
        text-align: center;
        font-size: 1rem
    }

    #insight-sub-menu ul li a {
        text-align: center;
        font-size: 1.25rem;
        line-height: 250%
    }

    #insight-sub-menu:not(.show-insight-menu) {
        display: block !important;
        -webkit-animation: menuSlideLeftRe 1s ease-in-out forwards;
        animation: menuSlideLeftRe 1s ease-in-out forwards
    }

    #insight-sub-menu.show-insight-menu {
        pointer-events: all;
        opacity: 1;
        left: 0% !important;
        display: block !important;
        -webkit-animation: menuSlideLeft 1s ease-in-out forwards;
        animation: menuSlideLeft 1s ease-in-out forwards
    }

    #insight-sub-menu.show-insight-menu li {
        opacity: 1;
        -webkit-transition-delay: 1s !important;
        transition-delay: 1s !important;
        -webkit-transition: 1s;
        transition: 1s
    }

    #insight-sub-menu.show-insight-menu li a {
        color: #303843;
        transition: 0.3s all ease-in-out;
        text-decoration: none
    }

    #insight-sub-menu.show-insight-menu li a:hover {
        color: #016525
    }
}

@-webkit-keyframes menuSlideLeft {
    0% {
        left: -100%;
        visibility: hidden;
        display: none
    }

    100% {
        left: 0%;
        visibility: visible;
        display: block
    }
}

@keyframes menuSlideLeft {
    0% {
        left: -100%;
        visibility: hidden;
        display: none
    }

    100% {
        left: 0%;
        visibility: visible;
        display: block
    }
}

@-webkit-keyframes menuSlideLeftRe {
    100% {
        left: -100%;
        visibility: hidden;
        display: none
    }

    0% {
        left: 0%;
        visibility: visible;
        display: block
    }
}

@keyframes menuSlideLeftRe {
    100% {
        left: -100%;
        visibility: hidden;
        display: none
    }

    0% {
        left: 0%;
        visibility: visible;
        display: block
    }
}

.wpcf7-form-control.wpcf7-file.file-uploder .attach-button {
    cursor: pointer
}

.wpcf7-form-control.wpcf7-file.file-uploder .attach-button br {
    display: none
}

.jj-work-together-form .wpcf7-form-control.wpcf7-file.file-uploder {
    z-index: 5000;
    right: 26px;
    height: 57px;
    cursor: pointer
}

.jj-work-together-form .wpcf7-form-control.wpcf7-file.file-uploder::-webkit-file-upload-button {
    width: 0px;
    padding: 0 0 0 0 !important;
    position: absolute;
    opacity: 0;
    -webkit-appearance: none
}

.jj-work-together-form .wpcf7-form-control.wpcf7-file.file-uploder::-ms-browse,
.jj-work-together-form .wpcf7-form-control.wpcf7-file.file-uploder::-moz-focus-inner,
.jj-work-together-form .wpcf7-form-control.wpcf7-file.file-uploder input[type="file"] {
    opacity: 0
}

@media (min-width: 576px) {
    .jj-work-together-form .wpcf7-form-control.wpcf7-file.file-uploder {
        right: 26px
    }
}

@media (max-width: 575px) {
    .jj-work-together-form .wpcf7-form-control.wpcf7-file.file-uploder {
        right: 16px
    }
}

.input-file-wrap-row {
    margin: 0px
}

.input-file-wrap {
    border: 1px solid #cde6ed;
    border-radius: 8px;
    padding: 0px
}

.input-file-wrap input[type="file"] {
    opacity: 0
}

.input-label-file {
    position: absolute;
    left: 20px;
    z-index: -1;
    pointer-events: none;
    top: 50%;
    bottom: 0;
    margin: auto;
    transform: translateY(-12px)
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .input-file-wrap-row {
        margin: 0px
    }

    .input-file-wrap {
        border: 1px solid #cde6ed;
        border-radius: 8px;
        padding: 0px
    }

    .input-file-wrap input[type="file"] {
        opacity: 0
    }
}

.submit-btn {
    position: relative;
    display: inline-block
}

.submit-btn br {
    display: none
}

.submit-btn input[type="submit"] {
    opacity: 0
}

.submit-btn span {
    display: block;
    left: 0;
    position: absolute;
    width: 148px;
    height: 53px;
    padding: 14px;
    background-color: #016525;
    border-radius: 30px;
    font-size: 1.125rem;
    color: white;
    overflow: hidden;
    letter-spacing: 1px
}

.submit-btn span::before {
    content: "";
    position: absolute;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 0;
    left: 0;
    top: 0;
    height: 0;
    border-radius: 50px;
    background-color: #000;
    border-radius: 50px;
    width: 100%;
    opacity: 0.1
}

.submit-btn:hover span::before {
    height: 54px !important
}

@media (max-width: 575px) {
    .row {
        margin: 0
    }
}

.whoweare {
    padding: 260px 0 85px;
    background-image: -webkit-gradient(180deg, #f6fdff, #fff);
    background-image: linear-gradient(180deg, #f6fdff, #fff);
    position: relative
}

.whoweare .shape {
    width: 850px;
    position: absolute;
    overflow: hidden;
    top: -230px;
    left: -100px
}

.whoweare .shape img {
    width: 100%
}

.whoweare .headDiv {
    width: 59%;
    position: relative
}

.whoweare .headDiv .greenRound {
    display: block;
    position: absolute;
    right: 120px;
    top: -125px
}

.whoweare .headDiv p {
    font-size: 1.5rem;
    color: #000;
    padding-bottom: 22px;
    font-weight: 500;
    margin: 0
}

.whoweare .headDiv h1 {
    font-size: 3.6875rem;
    line-height: 1.3;
    color: #303843;
    font-weight: 700;
    margin: 0;
    width: 660px;
    max-width: 100%
}

.whoweare .tetxtDiv {
    width: 40%
}

.whoweare .tetxtDiv p {
    margin: 0;
    padding-top: 60px;
    font-size: 1.125rem;
    line-height: 1.7;
    margin-bottom: 20px
}

@media (max-width: 1599px) {
    .whoweare {
        padding: 150px 0 50px
    }
}

@media (max-width: 1365px) {
    .whoweare {
        padding: 100px 0 50px
    }
}

@media (max-width: 1199px) {
    .whoweare {
        padding: 60px 0 50px
    }
}

@media (max-width: 767px) {
    .whoweare {
        padding: 40px 0
    }
}

@media (max-width: 1599px) {
    .whoweare .shape {
        width: 620px
    }
}

@media (max-width: 1365px) {
    .whoweare .shape {
        width: 550px;
        top: -100px;
        left: -50px
    }
}

@media (max-width: 1199px) {
    .whoweare .shape {
        width: 350px;
        top: -60px;
        left: -30px
    }
}

@media (max-width: 1199px) {
    .whoweare .headDiv {
        width: 100%
    }
}

@media (max-width: 1365px) {
    .whoweare .headDiv .greenRound {
        right: 30px;
        top: -70px;
        width: 80px
    }
}

@media (max-width: 1199px) {
    .whoweare .headDiv .greenRound {
        right: 20%;
        width: 60px;
        top: -50px
    }
}

@media (max-width: 1365px) {
    .whoweare .headDiv .greenRound svg {
        width: 100%
    }
}

@media (max-width: 1199px) {
    .whoweare .headDiv p {
        font-size: 1.25rem
    }
}

@media (max-width: 767px) {
    .whoweare .headDiv p {
        padding-bottom: 0
    }
}

@media (max-width: 1365px) {
    .whoweare .headDiv h1 {
        font-size: 3.125rem
    }
}

@media (max-width: 1199px) {
    .whoweare .headDiv h1 {
        font-size: 2.5rem
    }
}

@media (max-width: 767px) {
    .whoweare .headDiv h1 {
        font-size: 2.25rem
    }
}

@media (max-width: 1199px) {
    .whoweare .tetxtDiv {
        width: 100%;
        position: relative;
        z-index: 1
    }
}

@media (max-width: 1199px) {
    .whoweare .tetxtDiv p {
        font-size: 1rem;
        padding-top: 20px
    }
}

.mssageSec {
    padding: 135px 0 75px
}

.mssageSec .msgBox {
    background-color: #00d6c0;
    border-radius: 20px;
    text-align: center;
    padding-bottom: 65px;
    position: relative
}

.mssageSec .msgBox .photoCeo {
    display: inline-block;
    width: 127px;
    height: 127px;
    overflow: hidden;
    border-radius: 50%;
    margin-top: -62px
}

.mssageSec .msgBox .photoCeo img {
    width: 100%
}

.mssageSec .msgBox .name {
    font-size: 1.25rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    padding-top: 10px
}

.mssageSec .msgBox .ceo {
    font-size: 0.9375rem;
    color: #fff;
    font-weight: 500;
    margin: 0
}

.mssageSec .msgBox .msgHead {
    font-size: 2.875rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
    padding: 30px 0
}

.mssageSec .msgBox .msg {
    font-size: 1.4375rem;
    color: #fff;
    width: 925px;
    max-width: 95%;
    margin: 0 auto;
    line-height: 2;
    position: relative
}

.mssageSec .msgBox .msg::after,
.mssageSec .msgBox .msg::before {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    color: rgba(255, 255, 255, 0.28);
    font-size: 20px
}

.mssageSec .msgBox .msg::after {
    content: "\e908";
    bottom: -10px;
    right: 140px
}

.mssageSec .msgBox .msg::before {
    content: "\e909";
    top: 20px;
    left: -20px
}

.mssageSec .msgBox .round {
    background-color: #f6fdff;
    display: block;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    position: absolute;
    left: 16%;
    bottom: -180px;
    z-index: -1
}

@media (max-width: 1365px) {
    .mssageSec {
        padding: 120px 0 50px
    }
}

@media (max-width: 1199px) {
    .mssageSec {
        padding: 70px 0 50px
    }
}

@media (max-width: 767px) {
    .mssageSec .msgBox {
        padding-bottom: 30px
    }
}

@media (max-width: 1365px) {
    .mssageSec .msgBox .photoCeo {
        width: 100px;
        height: 100px;
        margin-top: -48px
    }
}

@media (max-width: 1365px) {
    .mssageSec .msgBox .name {
        padding-bottom: 0
    }
}

@media (max-width: 1365px) {
    .mssageSec .msgBox .msgHead {
        font-size: 2.25rem;
        padding: 10px 0 5px
    }
}

@media (max-width: 767px) {
    .mssageSec .msgBox .msgHead {
        font-size: 1.875rem
    }
}

@media (max-width: 1365px) {
    .mssageSec .msgBox .msg {
        font-size: 1.125rem;
        max-width: 90%;
        line-height: 1.5
    }
}

@media (max-width: 1199px) {
    .mssageSec .msgBox .msg {
        padding: 0 30px
    }
}

@media (max-width: 767px) {
    .mssageSec .msgBox .msg {
        padding: 0
    }
}

@media (max-width: 767px) {
    .mssageSec .msgBox .msg::after {
        right: 0;
        bottom: 0
    }
}

@media (max-width: 767px) {
    .mssageSec .msgBox .msg::before {
        top: 0
    }
}

@media (max-width: 1599px) {
    .mssageSec .msgBox .round {
        width: 300px;
        height: 300px;
        bottom: -150px
    }
}

@media (max-width: 1365px) {
    .mssageSec .msgBox .round {
        width: 200px;
        height: 200px;
        bottom: -100px
    }
}

@media (max-width: 767px) {
    .mssageSec .msgBox .round {
        width: 100px;
        height: 100px;
        bottom: -50px
    }
}

.visionMission {
    padding: 115px 0 80px;
    position: relative
}

.visionMission .mission {
    width: 50%;
    padding-bottom: 40px;
    position: relative
}

.visionMission .mission .jj-know-more {
    position: absolute;
    margin-top: 10px;
    bottom: 10px
}

.visionMission .mission .missionIcin {
    display: inline-block;
    width: 75px;
    padding-bottom: 15px
}

.visionMission .mission .missionIcin img {
    width: 100%
}

.visionMission .mission h3 {
    font-size: 2.25rem;
    font-weight: 600;
    color: #000;
    margin: 0;
    margin-bottom: 18px
}

.visionMission .mission p {
    font-size: 1.125rem;
    color: #303843;
    line-height: 1.6;
    width: 530px;
    max-width: 90%;
    margin: 0;
    margin-bottom: 20px
}

@media (max-width: 1365px) {
    .visionMission {
        padding: 80px 0
    }
}

@media (max-width: 1199px) {
    .visionMission {
        padding: 40px 0
    }
}

@media (max-width: 767px) {
    .visionMission .mission {
        width: 100%;
        margin-bottom: 30px
    }
}

@media (max-width: 1365px) {
    .visionMission .mission .missionIcin {
        width: 50px
    }
}

@media (max-width: 1365px) {
    .visionMission .mission h3 {
        font-size: 1.875rem;
        margin-bottom: 10px
    }
}

@media (max-width: 575px) {
    .visionMission .mission p {
        max-width: 100%
    }
}

.factSection {
    position: relative;
    padding: 180px 0 130px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.factSection .container {
    z-index: 6;
    position: relative
}

.factSection .head {
    width: 50%
}

.factSection .head p {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 500;
    margin: 0
}

.factSection .head h3 {
    font-size: 3.6875rem;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.factSection .factdiv {
    width: 450px;
    max-width: 50%;
    padding-left: 100px
}

.factSection .factdiv .factbox {
    border-bottom: 3px solid rgba(255, 255, 255, 0.35)
}

.factSection .factdiv .factbox:nth-of-type(3) {
    border-bottom: none
}

.factSection .factdiv .factbox span i {
    font-size: 70px;
    color: #00f596;
    font-style: normal;
    font-weight: 900;
    line-height: 2;
    position: relative
}

.factSection .factdiv .factbox span i>i {
    position: absolute;
    top: -16px;
    left: -4px;
    z-index: -1;
    color: transparent;
    opacity: 0.4;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff
}

.factSection .factdiv .factbox span:nth-of-type(1) {
    width: 210px;
    display: block
}

.factSection .factdiv .factbox span:nth-of-type(2) {
    width: calc(100% - 210px);
    display: block
}

.factSection .factdiv .factbox span p {
    font-size: 1.5625rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
    margin: 0
}

.factSection .greenround {
    display: inline-block;
    background-color: #00f596;
    border-radius: 50%;
    width: 265px;
    height: 265px;
    position: absolute;
    top: 45px;
    right: 170px;
    z-index: 1
}

.factSection .lightbluround {
    position: absolute;
    top: 50%;
    right: -65px;
    border-radius: 50%;
    width: 135px;
    height: 135px;
    background-color: #f6fdff
}

@media (max-width: 1599px) {
    .factSection {
        padding: 100px 0
    }
}

@media (max-width: 1365px) {
    .factSection {
        padding: 60px 0
    }
}

@media (max-width: 1199px) {
    .factSection .container .row {
        -ms-align-items: center !important;
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }
}

@media (max-width: 767px) {
    .factSection .container .row {
        text-align: center
    }
}

@media (max-width: 1199px) {
    .factSection .head {
        width: 100%
    }
}

@media (max-width: 991px) {
    .factSection .head {
        width: 100%
    }
}

@media (max-width: 1199px) {
    .factSection .head h3 {
        font-size: 2.5rem
    }
}

@media (max-width: 1199px) {
    .factSection .factdiv {
        width: 345px
    }
}

@media (max-width: 767px) {
    .factSection .factdiv {
        padding-left: 0;
        max-width: 100%;
        margin: 0 auto
    }
}

@media (max-width: 1199px) {
    .factSection .factdiv .factbox span i {
        font-size: 50px
    }
}

@media (max-width: 1199px) {
    .factSection .factdiv .factbox span:nth-of-type(1) {
        width: 130px
    }
}

@media (max-width: 1199px) {
    .factSection .factdiv .factbox span:nth-of-type(2) {
        width: calc(100% - 130px)
    }
}

@media (max-width: 1199px) {
    .factSection .factdiv .factbox span p {
        font-size: 1.25rem
    }
}

@media (max-width: 767px) {
    .factSection .factdiv .factbox span p {
        text-align: left
    }
}

.teamSec {
    padding: 260px 0 60px;
    position: relative;
    z-index: 5
}

.teamSec .shape {
    position: absolute;
    top: -240px;
    left: -50px;
    z-index: -1;
    pointer-events: none
}

.teamSec .hdiv {
    width: 50%
}

.teamSec .hdiv span {
    font-size: 1.5rem;
    font-weight: 500;
    color: #303843
}

.teamSec .hdiv h3 {
    font-size: 3.6875rem;
    font-weight: 700;
    color: #303843;
    padding-bottom: 10px;
    margin: 0
}

.teamSec .hdiv p {
    font-size: 1.125rem;
    font-weight: 400;
    color: #303843;
    width: 420px;
    max-width: 100%;
    margin: 0
}

.teamSec .imgDiv {
    width: 50%
}

.teamSec .imgDiv .team {
    display: -webkit-display;
    display: -ms-displaybox;
    display: -ms-display;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px
}

.teamSec .imgDiv .team .img {
    margin-right: 70px
}

.teamSec .imgDiv .team .detail h4 {
    font-size: 2rem;
    font-weight: 600;
    color: #303843;
    margin: 0
}

.teamSec .imgDiv .team .detail span {
    font-size: 1.0625rem;
    font-weight: 500;
    margin-bottom: 20px
}

.teamSec .imgDiv .team .detail p {
    font-size: 1.125rem;
    line-height: 1.8
}

.teamSec .imgDiv .team .detail .social {
    display: -webkit-display;
    display: -ms-displaybox;
    display: -ms-display;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 60px;
    margin-top: 15px
}

.teamSec .imgDiv .team .detail .social a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.31);
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s
}

.teamSec .imgDiv .team .detail .social a:hover {
    color: #00f596
}

@media (max-width: 1599px) {
    .teamSec {
        padding: 200px 0 30px
    }
}

@media (max-width: 1365px) {
    .teamSec {
        padding: 150px 0 30px
    }
}

@media (max-width: 1199px) {
    .teamSec {
        padding: 60px 0 30px
    }
}

@media (max-width: 479px) {
    .teamSec {
        padding: 30px 0
    }
}

@media (max-width: 1599px) {
    .teamSec .shape {
        top: -30%
    }
}

@media (max-width: 1365px) {
    .teamSec .shape {
        top: -35%
    }
}

@media (max-width: 1199px) {
    .teamSec .shape {
        top: -45%
    }
}

@media (max-width: 479px) {
    .teamSec .shape {
        top: -30%
    }
}

@media (max-width: 1599px) {
    .teamSec .hdiv {
        width: 40%
    }
}

@media (max-width: 1199px) {
    .teamSec .hdiv {
        width: 100%;
        text-align: center
    }
}

@media (max-width: 1199px) {
    .teamSec .hdiv h3 {
        font-size: 2.5rem
    }
}

@media (max-width: 1199px) {
    .teamSec .hdiv p {
        width: 50%;
        margin: 0 auto
    }
}

@media (max-width: 767px) {
    .teamSec .hdiv p {
        width: 80%
    }
}

@media (max-width: 1199px) {
    .teamSec .imgDiv {
        width: 100%;
        display: -webkit-display;
        display: -ms-displaybox;
        display: -ms-display;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 40px
    }
}

@media (max-width: 479px) {
    .teamSec .imgDiv {
        display: block
    }
}

@media (max-width: 1599px) {
    .teamSec .imgDiv .team {
        margin-bottom: 50px
    }
}

@media (max-width: 1199px) {
    .teamSec .imgDiv .team {
        width: 48%;
        margin-bottom: 0
    }
}

@media (max-width: 575px) {
    .teamSec .imgDiv .team {
        display: block
    }
}

@media (max-width: 479px) {
    .teamSec .imgDiv .team {
        width: 100%;
        text-align: center
    }
}

@media (max-width: 1599px) {
    .teamSec .imgDiv .team .img {
        margin-right: 50px;
        width: 100%
    }
}

@media (max-width: 1199px) {
    .teamSec .imgDiv .team .img {
        margin-right: 20px
    }
}

@media (max-width: 575px) {
    .teamSec .imgDiv .team .img {
        width: 40%;
        margin: 0 auto 10px
    }
}

@media (max-width: 1599px) {
    .teamSec .imgDiv .team .img img {
        width: 100%
    }
}

@media (max-width: 1199px) {
    .teamSec .imgDiv .team .detail h4 {
        font-size: 1.5rem
    }
}

@media (max-width: 1199px) {
    .teamSec .imgDiv .team .detail p {
        font-size: 0.9375rem
    }
}

@media (max-width: 479px) {
    .teamSec .imgDiv .team .detail .social {
        margin: 15px auto 30px
    }
}

.serviceMain.about__page {
    padding-top: 100px
}

.serviceMain.about__page h1 {
    line-height: 1.2
}

.serviceMain.about__page .jj-our-services-banner-note {
    top: 40px;
    left: 50px
}

.serviceMain.about__page .jj-our-services-banner-note .sub_head {
    font-size: 1.5rem;
    color: #00961b;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 500
}

@media (max-width: 991px) {
    .serviceMain.about__page {
        padding-top: 50px
    }
}

@media (max-width: 991px) {
    .serviceMain.about__page .my-auto {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (max-width: 448px) {
    .serviceMain.about__page .my-auto {
        padding: 0
    }
}

@media (max-width: 1439px) {
    .serviceMain.about__page h1 {
        font-size: 2.5rem
    }
}

@media (max-width: 767px) {
    .serviceMain.about__page h1 {
        font-size: 2rem;
        margin-bottom: 10px
    }
}

@media (max-width: 448px) {
    .serviceMain.about__page h1 {
        font-size: 1.75rem
    }
}

@media (max-width: 1439px) {
    .serviceMain.about__page .jj-our-services-banner-note {
        top: 0;
        left: 0
    }
}

@media (max-width: 1439px) {
    .serviceMain.about__page .jj-our-services-banner-note .sub_head {
        font-size: 1.375rem
    }
}

@media (max-width: 991px) {
    .serviceMain.about__page .jj-our-services-img-wrap {
        width: 300px
    }
}

@media (max-width: 1439px) {
    .serviceMain.about__page .jj-our-services-img-wrap .jj-our-services-img {
        max-width: 65%
    }
}

@media (max-width: 1439px) {
    .serviceMain.about__page .jj-our-services-img-wrap .img-path-design {
        width: 190px;
        right: 14%
    }
}

@media (max-width: 991px) {
    .serviceMain.about__page .jj-our-services-img-wrap .img-path-design {
        width: 100px
    }
}

.whai_we_do {
    padding: 120px 0 70px;
    position: relative
}

.whai_we_do .do_shape {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1;
    width: 100vw
}

.whai_we_do .do_shape img {
    width: 100%;
    -webkit-animation: none !important;
    animation: none !important
}

.whai_we_do .do_shape img.visible {
    -webkit-animation: none !important;
    animation: none !important;
    opacity: 1 !important
}

.whai_we_do .do_img {
    width: 42%
}

.whai_we_do .do_img .wedo_img {
    display: block;
    width: 400px;
    max-width: 100%;
    margin-left: -20px
}

.whai_we_do .do_img .wedo_img img {
    width: 100%
}

.whai_we_do .do_img .wedo_img img.visible {
    -webkit-animation-name: moveAnimation !important;
    animation-name: moveAnimation !important;
    -webkit-animation: moveAnimation 1s ease-in-out 0s forwards !important;
    animation: moveAnimation 1s ease-in-out 0s forwards !important
}

.whai_we_do .we_doCtnt {
    width: 58%;
    padding-top: 160px
}

.whai_we_do .we_doCtnt h2 {
    font-size: 2.5rem;
    color: #303843;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 45px
}

.whai_we_do .we_doCtnt p {
    font-size: 1.125rem;
    color: #303843;
    line-height: 1.8;
    letter-spacing: 0;
    width: 735px;
    max-width: 100%
}

.whai_we_do .count__box {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.whai_we_do .count__box .box__div {
    width: 78%;
    display: -webkit-display;
    display: -ms-displaybox;
    display: -ms-display;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 80px
}

.whai_we_do .count__box .box__div .box_item {
    position: relative;
    width: 250px;
    max-width: 23.5%;
    border: 1px solid #cde6ed;
    border-radius: 22px;
    padding: 50px;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 10px 12px -11px #cde6ed;
    box-shadow: 0 10px 12px -11px #cde6ed;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.whai_we_do .count__box .box__div .box_item:hover {
    border-color: #179cd1
}

.whai_we_do .count__box .box__div .box_item:hover h2 {
    color: #24bbf2
}

.whai_we_do .count__box .box__div .box_item:hover h2 p {
    color: #24bbf2
}

.whai_we_do .count__box .box__div .box_item:hover h2 p:empty {
    display: none
}

.whai_we_do .count__box .box__div .box_item h2 {
    font-size: 70px;
    color: #25cc8b;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.whai_we_do .count__box .box__div .box_item h2 p {
    font-size: 2.25rem;
    color: #25cc8b;
    line-height: 1.2;
    letter-spacing: 0;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.whai_we_do .count__box .box__div .box_item p {
    font-size: 1.125rem;
    color: #000;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 600
}

.whai_we_do .count__box .box__div .box_item.one {
    top: 70px
}

.whai_we_do .count__box .box__div .box_item.two {
    top: 10px
}

.whai_we_do .count__box .box__div .box_item.three {
    top: 80px
}

.whai_we_do .missio_vision {
    padding-top: 110px;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

.whai_we_do .missio_vision .mission__box {
    width: 47%;
    border: 1px solid #c3d2d6;
    border-radius: 50px;
    padding: 60px 75px
}

.whai_we_do .missio_vision .mission__box .svg_icon {
    display: inline-block;
    width: 53px;
    margin-bottom: 15px
}

.whai_we_do .missio_vision .mission__box .svg_icon img {
    width: 100%
}

.whai_we_do .missio_vision .mission__box h2 {
    font-size: 2.5rem;
    color: #303843;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 25px
}

.whai_we_do .missio_vision .mission__box p {
    font-size: 1.125rem;
    color: #303843;
    line-height: 1.8;
    letter-spacing: 0
}

@media (max-width: 1199px) {
    .whai_we_do {
        padding: 80px 0 50px
    }
}

@media (max-width: 767px) {
    .whai_we_do {
        padding: 50px 0
    }
}

@media (max-width: 991px) {
    .whai_we_do .do_shape {
        top: 0
    }
}

@media (max-width: 1199px) {
    .whai_we_do .do_img {
        width: 34%
    }
}

@media (max-width: 767px) {
    .whai_we_do .do_img {
        width: 100%
    }
}

@media (max-width: 1199px) {
    .whai_we_do .do_img .wedo_img {
        width: 200px;
        margin-left: 20px;
        margin-top: 50px
    }
}

@media (max-width: 767px) {
    .whai_we_do .do_img .wedo_img {
        width: 150px;
        margin: 0 auto 30px
    }
}

@media (max-width: 1199px) {
    .whai_we_do .we_doCtnt {
        width: 66%;
        padding-top: 50px
    }
}

@media (max-width: 767px) {
    .whai_we_do .we_doCtnt {
        width: 100%;
        padding-top: 10px;
        text-align: center
    }
}

@media (max-width: 1439px) {
    .whai_we_do .we_doCtnt h2 {
        font-size: 2.25rem;
        margin-bottom: 30px
    }
}

@media (max-width: 1199px) {
    .whai_we_do .we_doCtnt h2 {
        margin-bottom: 15px;
        font-size: 1.75rem
    }
}

@media (max-width: 1619px) {
    .whai_we_do .count__box .box__div {
        width: 80%
    }
}

@media (max-width: 1439px) {
    .whai_we_do .count__box .box__div {
        width: 100%;
        margin-top: 70px
    }
}

@media (max-width: 640px) {
    .whai_we_do .count__box .box__div {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 50px
    }
}

@media (max-width: 1199px) {
    .whai_we_do .count__box .box__div .box_item {
        padding: 40px 25px
    }
}

@media (max-width: 991px) {
    .whai_we_do .count__box .box__div .box_item {
        border-radius: 10px;
        padding: 30px 15px
    }
}

@media (max-width: 640px) {
    .whai_we_do .count__box .box__div .box_item {
        width: 50%;
        max-width: 48%;
        margin-bottom: 15px
    }
}

@media (max-width: 448px) {
    .whai_we_do .count__box .box__div .box_item {
        padding: 25px 10px
    }
}

@media (max-width: 1199px) {
    .whai_we_do .count__box .box__div .box_item h2 {
        font-size: 3.75rem
    }
}

@media (max-width: 991px) {
    .whai_we_do .count__box .box__div .box_item h2 {
        font-size: 3.125rem
    }
}

@media (max-width: 448px) {
    .whai_we_do .count__box .box__div .box_item h2 {
        font-size: 2.5rem;
        margin-bottom: 10px
    }
}

@media (max-width: 448px) {
    .whai_we_do .count__box .box__div .box_item p {
        font-size: 1rem
    }
}

@media (max-width: 991px) {
    .whai_we_do .count__box .box__div .box_item.one {
        top: 50px
    }
}

@media (max-width: 991px) {
    .whai_we_do .count__box .box__div .box_item.two {
        top: 0
    }
}

@media (max-width: 991px) {
    .whai_we_do .count__box .box__div .box_item.three {
        top: 50px
    }
}

@media (max-width: 991px) {
    .whai_we_do .missio_vision {
        padding-top: 60px
    }
}

@media (max-width: 640px) {
    .whai_we_do .missio_vision {
        padding-top: 20px
    }
}

@media (max-width: 1439px) {
    .whai_we_do .missio_vision .mission__box {
        padding: 50px
    }
}

@media (max-width: 991px) {
    .whai_we_do .missio_vision .mission__box {
        padding: 30px 25px;
        border-radius: 10px
    }
}

@media (max-width: 640px) {
    .whai_we_do .missio_vision .mission__box {
        width: 100%;
        margin-bottom: 30px
    }
}

@media (max-width: 991px) {
    .whai_we_do .missio_vision .mission__box .svg_icon {
        width: 40px
    }
}

@media (max-width: 1439px) {

    .whai_we_do .missio_vision .mission__box h2,
    h2 {
        font-size: 2rem;
        margin-bottom: 15px
    }
}

@media (max-width: 991px) {

    .whai_we_do .missio_vision .mission__box h2,
    h2 {
        font-size: 1.5rem
    }
}

@media (max-width: 991px) {
    .whai_we_do .missio_vision .mission__box p {
        font-size: 1rem
    }
}

body.jj-animateIn .whai_we_do .count__box .box__div .box_item:nth-child(odd) {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
}

body.jj-animateIn .whai_we_do .count__box .box__div .box_item:nth-child(even) {
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
}

body.jj-animateIn .whai_we_do .count__box .box__div .box_item.jj-animated2:nth-child(odd) {
    -webkit-animation: slideIn3 1s ease-in-out forwards;
    animation: slideIn3 1s ease-in-out forwards
}

body.jj-animateIn .whai_we_do .count__box .box__div .box_item.jj-animated2:nth-child(even) {
    -webkit-animation: slideIn4 1s ease-in-out forwards;
    animation: slideIn4 1s ease-in-out forwards
}

@-webkit-keyframes slideIn3 {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1
    }
}

@keyframes slideIn3 {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1
    }
}

@-webkit-keyframes slideIn4 {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1
    }
}

@keyframes slideIn4 {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1
    }
}

.founter__Sec {
    padding: 80px 0;
    position: relative
}

.founter__Sec .founter_shape {
    position: absolute;
    top: -70px;
    right: -60px;
    z-index: -1
}

.founter__Sec .founter_shape img {
    width: 100%;
    opacity: 1 !important
}

.founter__Sec .founter_shape img.visible {
    opacity: 1 !important;
    -webkit-animation: none !important;
    animation: none !important
}

.founter__Sec .founter__div {
    width: 50%;
    padding-left: 70px
}

.founter__Sec .founter__div.jismi {
    padding-left: 170px
}

.founter__Sec .founter__div.jismi .img__founter svg {
    -webkit-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    -moz-transform: rotate(140deg);
    transform: rotate(140deg)
}

.founter__Sec .founter__div .img__founter {
    width: 320px;
    height: 320px;
    position: relative;
    margin-bottom: 55px;
    display: block;
    margin-left: -30px
}

.founter__Sec .founter__div .img__founter svg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.founter__Sec .founter__div .img__founter>span {
    width: 270px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.founter__Sec .founter__div .img__founter>span img {
    width: 100%
}

.founter__Sec .founter__div .f_name {
    font-size: 2rem;
    color: #303843;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 6px
}

.founter__Sec .founter__div .post {
    font-size: 1.0625rem;
    color: #303843;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 30px;
    display: block
}

.founter__Sec .founter__div p {
    font-size: 1.125rem;
    color: #303843;
    line-height: 1.8;
    letter-spacing: 0;
    width: 430px;
    max-width: 100%
}

.founter__Sec .founter__div .social {
    display: block;
    margin-top: 30px;
    display: -webkit-display;
    display: -ms-displaybox;
    display: -ms-display;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 60px
}

.founter__Sec .founter__div .social a {
    color: #b9d7e2;
    font-size: 0.9375rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.founter__Sec .founter__div .social a:hover {
    color: #24bbf2
}

.founter__Sec .founter__div .social span.icon-linkedin {
    padding: 3px 3px 3px 3px !important;
    background-color: #0077b7;
    color: white;
    border-radius: 5px;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out
}

.founter__Sec .founter__div .social span.icon-linkedin:hover {
    background-color: #004569
}

@media (max-width: 1619px) {
    .founter__Sec {
        padding: 60px 0
    }
}

@media (max-width: 991px) {
    .founter__Sec {
        padding: 50px 0
    }
}

@media (max-width: 640px) {
    .founter__Sec {
        padding: 0 0 40px
    }
}

@media (max-width: 1619px) {
    .founter__Sec .founter__div {
        padding-left: 50px
    }
}

@media (max-width: 1439px) {
    .founter__Sec .founter__div {
        padding-left: 20px
    }
}

@media (max-width: 767px) {
    .founter__Sec .founter__div {
        width: 100%;
        padding-left: 0;
        text-align: center;
        padding-bottom: 30px
    }
}

@media (max-width: 1439px) {
    .founter__Sec .founter__div.jismi {
        padding-left: 50px
    }
}

@media (max-width: 767px) {
    .founter__Sec .founter__div.jismi {
        padding-left: 0
    }
}

@media (max-width: 1199px) {
    .founter__Sec .founter__div .img__founter {
        width: 200px;
        height: 200px;
        margin-left: 0;
        margin-bottom: 20px
    }
}

@media (max-width: 991px) {
    .founter__Sec .founter__div .img__founter {
        width: 150px;
        height: 150px
    }
}

@media (max-width: 767px) {
    .founter__Sec .founter__div .img__founter {
        margin: 0 auto 15px
    }
}

@media (max-width: 1199px) {
    .founter__Sec .founter__div .img__founter>span {
        width: 170px
    }
}

@media (max-width: 991px) {
    .founter__Sec .founter__div .img__founter>span {
        width: 125px
    }
}

@media (max-width: 1199px) {
    .founter__Sec .founter__div .f_name {
        font-size: 1.625rem
    }
}

@media (max-width: 1199px) {
    .founter__Sec .founter__div .post {
        margin-bottom: 15px;
        font-size: 0.9375rem
    }
}

@media (max-width: 767px) {
    .founter__Sec .founter__div p {
        width: 500px;
        margin: 0 auto
    }
}

@media (max-width: 1199px) {
    .founter__Sec .founter__div .social {
        margin-top: 20px
    }
}

@media (max-width: 767px) {
    .founter__Sec .founter__div .social {
        margin: 15px auto 0
    }
}

@media (max-width: 767px) {
    .founter__Sec .founter__div .social {
        text-align: center;
        display: block
    }
}

.team_sec {
    padding: 70px 0 100px;
    position: relative
}

.team_sec .team {
    width: 42%;
    height: 100%
}

.team_sec .team .img {
    left: 0px;
    width: 90%;
    height: 100%;
    z-index: -1;
    max-width: 100vw;
    max-height: 100vh
}

.team_sec .team .img img {
    width: 100%
}

.team_sec .cntnt_div {
    width: 58%;
    position: relative
}

.team_sec .cntnt_div .round {
    position: absolute;
    top: -30px;
    right: -110px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background-color: rgba(162, 224, 255, 0.45)
}

.team_sec .cntnt_div h2 {
    font-size: 3.75rem;
    color: #000;
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 40px;
    font-weight: 700
}

.team_sec .cntnt_div p {
    font-size: 1.125rem;
    color: #303843;
    line-height: 1.8;
    letter-spacing: 0;
    width: 738px;
    max-width: 100%
}

@media (max-width: 1439px) {
    .team_sec {
        padding: 0 0 80px
    }
}

@media (min-width: 1200px) {
    .team_sec .team {
        height: 60vw;
        min-height: 890px
    }
}

@media (max-width: 1199px) {
    .team_sec .team {
        width: 100vw !important;
        height: 44vw
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .team_sec .team {
        margin-left: calc((50vw - 460px) * -1)
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .team_sec .team {
        margin-left: calc((50vw - 345px) * -1)
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .team_sec .team {
        margin-left: calc((50vw - 288px) * -1)
    }
}

@media (max-width: 575px) {
    .team_sec .team {
        margin-left: -15px
    }
}

@media (max-width: 1199px) {
    .team_sec .team {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        position: relative
    }
}

@media (min-width: 1200px) and (max-width: 991px) {
    .team_sec .team {
        margin-left: calc((50vw - 345px) * -1)
    }
}

@media (min-width: 1200px) {
    .team_sec .team .img {
        position: absolute;
        top: 240px
    }
}

@media (max-width: 1199px) {
    .team_sec .team .img {
        position: relative
    }
}

@media (max-width: 1439px) {
    .team_sec .team .img {
        left: -40px;
        width: 90%
    }
}

@media (max-width: 1199px) {
    .team_sec .team .img {
        left: 0px
    }
}

@media (max-width: 991px) {
    .team_sec .team .img {
        left: 0
    }
}

@media (max-width: 448px) {
    .team_sec .team .img {
        left: -9%
    }
}

@media (max-width: 448px) {
    .team_sec .team .img img {
        width: 120%
    }
}

@media (max-width: 1199px) {
    .team_sec .cntnt_div {
        width: 100%
    }
}

@media (max-width: 1439px) {

    .team_sec .cntnt_div h2,
    h2 {
        font-size: 2.75rem;
        margin-bottom: 25px
    }
}

@media (max-width: 1199px) {
    .team_sec .cntnt_div h2 {
        font-size: 2.25rem
    }
}

@media (max-width: 640px) {

    .team_sec .cntnt_div h2,
    h2 {
        font-size: 1.75rem;
        margin-bottom: 20px
    }
}

.value_div {
    padding-bottom: 20px
}

.value_div .value_box {
    width: 31%;
    max-width: 350px;
    margin-left: 0px;
    margin-right: auto
}

.value_div .value_box .icon_value {
    width: 75px;
    display: inline-block;
    margin-bottom: 25px
}

.value_div .value_box .icon_value img {
    width: 100%
}

.value_div .value_box h3 {
    font-size: 2.5rem;
    color: #303843;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 50px
}

.value_div .value_box p {
    font-size: 1.125rem;
    color: #303843;
    line-height: 1.8;
    letter-spacing: 0
}

@media (max-width: 1199px) {
    .value_div {
        padding-top: 30px
    }
}

@media (min-width: 768px) {
    .value_div .value_box:nth-child(3n) {
        margin-right: 0px
    }
}

@media (max-width: 767px) {
    .value_div .value_box {
        width: 100%;
        max-width: 90%;
        margin: 0 auto 30px;
        text-align: center
    }
}

@media (min-width: 1366px) {
    .value_div .value_box .icon_value {
        height: 70px
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .value_div .value_box .icon_value {
        height: 55px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .value_div .value_box .icon_value {
        height: 35px
    }
}

@media (max-width: 1439px) {
    .value_div .value_box .icon_value {
        width: 60px
    }
}

@media (max-width: 1199px) {
    .value_div .value_box .icon_value {
        width: 40px;
        margin-bottom: 15px
    }
}

@media (max-width: 1439px) {
    .value_div .value_box h3 {
        font-size: 2rem
    }
}

@media (max-width: 1199px) {
    .value_div .value_box h3 {
        font-size: 1.625rem;
        margin-bottom: 20px
    }
}

.about_ftr .disc_text {
    width: 820px;
    max-width: 100%;
    margin: 0 auto 45px;
    font-size: 1.125rem;
    color: #303843;
    line-height: 1.8;
    letter-spacing: 0;
    padding-top: 20px
}

@-webkit-keyframes moveAnimation {
    0% {
        -webkit-transform: translateY(50%) translateX(-50%);
        transform: translateY(50%) translateX(-50%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0%) translateX(0%) rotate(0deg);
        transform: translateY(0%) translateX(0%) rotate(0deg);
        opacity: 1
    }
}

@keyframes moveAnimation {
    0% {
        -webkit-transform: translateY(50%) translateX(-50%);
        transform: translateY(50%) translateX(-50%);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0%) translateX(0%) rotate(0deg);
        transform: translateY(0%) translateX(0%) rotate(0deg);
        opacity: 1
    }
}

p:empty {
    display: none !important
}

@media (min-width: 1200px) {
    .jj-managing-team-item-sec {
        padding-bottom: 100px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .jj-managing-team-item-sec {
        padding-bottom: 70px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .jj-managing-team-item-sec {
        padding-bottom: 45px
    }
}

@media (max-width: 767px) {
    .jj-managing-team-item-sec {
        padding-bottom: 25px
    }

    .jj-managing-team-item-sec .jj-managing-team-item {
        margin-top: 25px
    }

    .jj-managing-team-item-sec .jj-managing-team-item .post {
        margin-bottom: 0px
    }

    .jj-managing-team-item-sec .jj-managing-team-item h4 {
        margin-top: 0px !important;
        font-size: 1.375rem
    }
}

.jj-managing-team-item {
    margin-top: 67px
}

.jj-managing-team-item .img__founter svg {
    width: 215px;
    height: 215px
}

.jj-managing-team-item .img__founter img {
    height: 184px;
    width: 184px;
    position: absolute;
    top: 16px;
    left: 31px;
    border-radius: 50%;
}

.jj-managing-team-item h4 {
    font-size: 2rem;
    margin-top: 25px !important
}

.jj-managing-team-item span.post {
    font-weight: 500;
    font-size: 1.0625rem;
    margin-bottom: 30px;
    display: block
}

.jj-managing-team-item h4,
.jj-managing-team-item p,
.jj-managing-team-item span {
    padding: 0 20px !important
}

.jj-managing-team-item p {
    font-size: 1.125rem;
    line-height: 1.8
}

.jj-managing-team-item span.img__founter {
    padding: 0 0 !important
}

.jj-managing-team-item a {
    margin-top: 20px;
    display: inline-block
}

.jj-managing-team-item span.icon-linkedin {
    padding: 3px 3px 3px 3px !important;
    background-color: #0077b7;
    color: white;
    border-radius: 5px;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out
}

.jj-managing-team-item span.icon-linkedin:hover {
    background-color: #004569
}

@media (min-width: 768px) {

    .jj-managing-team-item h4,
    .jj-managing-team-item p,
    .jj-managing-team-item span {
        max-width: 400px
    }
}

@media (max-width: 767px) {
    .jj-managing-team-item span.img__founter {
        display: block
    }

    .jj-managing-team-item span.img__founter svg {
        width: 140px;
        height: 140px
    }

    .jj-managing-team-item span.img__founter span {
        display: block
    }

    .jj-managing-team-item span.img__founter span img {
        margin: auto;
        left: 0;
        right: 0;
        width: 116px;
        height: 116px;
        top: 13px
    }
}

.founter__div svg {
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out
}

.founter__div:hover svg {
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg)
}

html,
body {
    max-width: 100vw;
    width: 100vw
}

.serviceMain {
    padding-top: 115px
}

.serviceMain .jj-our-services-banner-note {
    max-width: 630px;
    position: relative
}

.serviceMain .jj-our-services-banner-note p {
    line-height: 206%;
    letter-spacing: 1px
}

@media (min-width: 1600px) {
    .serviceMain h1 {
        margin-bottom: 32px
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .serviceMain h1 {
        margin-bottom: 20px
    }
}

@media (min-width: 992px) {
    .serviceMain .jj-our-services-banner-note {
        top: -70px
    }
}

@media (max-width: 991px) {
    .serviceMain .jj-our-services-banner-note {
        top: 0;
        margin-top: 30px
    }
}

.jj-services-talents-page {
    position: relative
}

.jj-services-talents-page .jj-service-talents-wrap-img {
    position: absolute;
    margin-top: 0px;
    top: -261px;
    z-index: -1
}

.jj-services-talents-page .jj-service-talents-wrap {
    background-color: none;
    background-image: none;
    padding-top: 74px
}

.jj-services-talents-page .jj-service-talents-wrap .jj-service-talents-item {
    padding: 0 22px
}

.jj-services-talents-page .jj-service-talents-wrap h2 {
    margin-top: 0px
}

.jj-services-talents-page p {
    line-height: 200%
}

.jj-services-talents-page h3 {
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .jj-services-talents-page .jj-service-talents-wrap .jj-service-talents-item {
        padding: 0 15px
    }
}

@media (max-width: 991px) {
    .jj-our-services-img-wrap {
        max-width: 477px;
        margin: auto;
        position: relative;
        left: -20px
    }
}

.jj-our-services-img-wrap .jj-our-services-img {
    max-height: 450px;
    left: 0;
    right: 0;
    margin: auto;
	height: auto;
	width: auto;
}

@media (max-width: 1599px) {
    .jj-our-services-img-wrap .jj-our-services-img {
        max-width: 75%;
		width: 75%;
    }
}

.border-only-button {
    transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
    color: #016525;
    background-color: transparent;
    border: none;
    padding: 13px 34px;
    border-radius: 30px;
    position: relative;
    z-index: 10;
    overflow: hidden;
    border: 2px solid #016525
}

.border-only-button:focus {
    outline: none
}

.border-only-button:after {
    content: "";
    position: absolute;
    transition: inherit;
    z-index: -1;
    left: 0;
    top: 0;
    height: 0;
    background-color: green;
    border-radius: 50px;
    width: 100%
}

.border-only-button:hover {
    color: #fff;
    background-color: green;
    -webkit-transition-delay: background-color 3s;
    transition-delay: background-color 3s
}

.border-only-button:hover:after {
    height: 100%
}

.pagination {
    color: #8b8b8b;
    font-weight: 500
}

.pagination a {
    color: #8b8b8b;
    transition: 0.3s all ease-in-out;
    text-decoration: none
}

.pagination a:hover {
    color: green
}

.jj-netsute-implementation-content p,
p {
    font-size: 1.125rem
}

.jj-netsute-implementation-sec {
    position: relative
}

.jj-netsute-implementation-sec .jj-netsute-impl-bg {
    width: 100%;
    background-position: right bottom !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important
}

@media (min-width: 1200px) {
    .jj-netsute-implementation-sec {
        margin-bottom: -100px
    }
}

@media (min-width: 1600px) {
    .jj-netsute-implementation-sec .jj-netsute-impl-bg {
        padding: 60px 0 60px 0 !important
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .jj-netsute-implementation-sec .jj-netsute-impl-bg {
        padding: 100px 0 300px 0
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .jj-netsute-implementation-sec .jj-netsute-impl-bg {
        padding: 50px 0 165px 0 !important
    }
}

@media (max-width: 1199px) {
    .jj-netsute-implementation-sec .jj-netsute-impl-bg {
        padding: 30px 0 70px 0 !important
    }
}

@media (max-width: 767px) {
    .jj-netsute-implementation-sec .jj-netsute-impl-bg {
        padding: 30px 0 !important
    }
}

@media (max-width: 991px) {
    section.letter-style.insite-inner-sections.insite-implementaion-sec {
        padding: 0;
        margin-bottom: 0
    }
}

@media (max-width: 991px) {
    section.letter-style.insite-inner-sections.insite-implementaion-sec .insight-first-sec {
        width: 100%;
        max-width: 100%;
        margin-top: 30px
    }
}

section.letter-style.insite-inner-sections.insite-implementaion-sec .insight-net-implemnt-img img {
    width: 100%
}

@media (max-width: 1439px) {
    .jj-netsuite-implementation-banner-sec img.netsuite-integration-bnr-bg {
        min-height: auto;
        height: auto;
        width: 100%;
        max-width: 100%;
        margin-left: 0
    }
}

@media (min-width: 1600px) {
    .jj-netsuite-implementation-banner-sec .jj-netsute-impl-bg {
        padding-bottom: 290px !important
    }

    .jj-netsuite-implementation-banner-sec .jj-netsute-impl-bg .submit-button {
        margin-top: 85px !important
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .jj-netsuite-implementation-banner-sec .jj-netsute-impl-bg {
        padding-bottom: 230px !important
    }
}

.jj-netsute-implementation-img {
    width: 100%;
    padding-top: 25px
}

@media (min-width: 1200px) {
    .jj-netsute-implementation-img {
        padding-left: 44px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .jj-netsute-implementation-img {
        padding-right: 25px
    }
}

@media (max-width: 1199px) {
    .jj-netsute-implementation-img {
        margin: auto;
        margin-top: auto !important
    }
}

@media (min-width: 992px) {
    .jj-netsute-implementation-img {
        max-width: 39%
    }
}

@media (max-width: 991px) {
    .jj-netsute-implementation-img {
        max-width: 300px
    }
}

@media (max-width: 767px) {
    .jj-netsute-implementation-img {
        padding-top: 0
    }
}

@media (max-width: 1599px) {
    .jj-netsute-implementation-img img {
        max-width: 100%
    }
}

@media (max-width: 991px) {
    .jj-netsute-implementation-img img {
        margin: auto;
        padding-bottom: 30px
    }
}

.jj-netsute-implementation-content {
    margin: auto
}

.jj-netsute-implementation-content h1 {
    line-height: 127%;
    margin-top: 20px
}

.jj-netsute-implementation-content span.pre-header-content {
    font-size: 0.9375rem;
    color: #8b8b8b;
    font-weight: 500
}

.jj-netsute-implementation-content p {
    line-height: 206%;
    letter-spacing: 0.5px
}

.jj-netsute-implementation-content .submit-button {
    margin-top: 78px
}

.jj-netsute-implementation-content .submit-button .border-only-button {
    width: 280px
}

@media (min-width: 1200px) {
    .jj-netsute-implementation-content {
        max-width: 49%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .jj-netsute-implementation-content {
        max-width: 61%
    }
}

@media (max-width: 991px) {
    .jj-netsute-implementation-content {
        padding: 25px 15px
    }
}

@media (max-width: 767px) {
    .jj-netsute-implementation-content {
        padding: 0 15px !important
    }
}

@media (max-width: 640px) {
    .jj-netsute-implementation-content {
        padding: 0
    }
}

@media (min-width: 1600px) {
    .jj-netsute-implementation-content h1 {
        margin-bottom: 48px
    }
}

@media (max-width: 1599px) {
    .jj-netsute-implementation-content .submit-button {
        margin-top: 40px !important
    }
}

.jj-free-consultation {
    height: 740px;
    background-attachment: fixed
}

.jj-free-consultation .container,
.jj-free-consultation .row {
    height: 100%
}

.jj-free-consultation .head {
    margin: auto 0
}

.jj-free-consultation .head h3 {
    font-size: 3.4375rem
}

.jj-free-consultation .head p {
    font-size: 1.125rem;
    max-width: 450px
}

.jj-free-consultation .head .submit-button {
    margin-top: 40px
}

.jj-free-consultation .head .submit-button button {
    width: 280px
}

@media (max-width: 991px) {
    .jj-free-consultation {
        height: auto;
        padding: 80px 0
    }
}

@media (max-width: 1199px) {
    .jj-free-consultation {
        height: 550px
    }
}

@media (max-width: 991px) {
    .jj-free-consultation {
        height: 400px
    }
}

@media (max-width: 1199px) {
    .jj-free-consultation .head h3 {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 10px
    }
}

@media (min-width: 992px) and (max-width: 767px) {
    .jj-free-consultation .head h3 {
        font-size: 2.8125rem
    }
}

@media (max-width: 767px) {
    .jj-free-consultation .head h3 {
        font-size: 2.1875rem
    }

    .jj-free-consultation .head p {
        margin: auto
    }
}

@media (max-width: 767px) {
    .jj-free-consultation .head .submit-button a {
        left: 0;
        right: 0;
        margin: auto
    }
}

@media (min-width: 1600px) {
    .jj-servie-introduction-head {
        padding-bottom: 103px
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .jj-servie-introduction-head {
        padding-bottom: 70px
    }
}

@media (max-width: 1199px) {
    .jj-servie-introduction-head {
        padding-bottom: 60px
    }
}

.jj-works-box {
    padding: 27px 0
}

.jj-works-box h3 {
    margin: 10px 0 20px 0;
    font-size: 21px;
    line-height: 1.5
}

@media (min-width: 768px) {
    .jj-works-box {
        width: 80%;
        padding: 15px 0
    }
}

@media (max-width: 767px) {
    .jj-works-box {
        max-width: 430px;
        margin: auto;
        text-align: center
    }

    .jj-works-box img {
        margin: auto;
        height: 30px
    }
}

@media (min-width: 1600px) {
    .jj-your-business-requirements {
        padding: 170px 0
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .jj-your-business-requirements {
        padding: 100px 0
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .jj-your-business-requirements {
        padding: 70px 0
    }
}

@media (max-width: 991px) {
    .jj-your-business-requirements {
        padding: 50px 0
    }
}

.jj-your-business-requirements p {
    margin-bottom: 20px;
    top: 10px;
    display: block;
    position: relative
}

@media (min-width: 1600px) {
    .jj-your-business-requirements p {
        margin-top: 30px
    }
}

@media (min-width: 1600px) {
    .jj-your-business-requirements p {
        margin-top: 25px
    }
}

.jj-implementation-requirement {
    padding-bottom: 0px
}

.jj-implementation-requirement h2 {
    line-height: 161%;
    letter-spacing: 1.2px
}

.jj-implementation-requirement p {
    margin-bottom: 20px;
    position: relative;
    display: block;
    top: 5px
}

.jj-implementation-requirement button {
    width: 280px
}

@media (min-width: 1600px) {
    .jj-implementation-requirement {
        padding-top: 180px
    }

    .jj-implementation-requirement button {
        margin-top: 43px
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .jj-implementation-requirement {
        padding-top: 140px
    }

    .jj-implementation-requirement button {
        margin-top: 35px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .jj-implementation-requirement {
        padding-top: 100px
    }

    .jj-implementation-requirement button {
        margin-top: 30px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .jj-implementation-requirement {
        padding-top: 80px
    }

    .jj-implementation-requirement button {
        margin-top: 30px
    }
}

@media (max-width: 767px) {
    .jj-implementation-requirement {
        padding-top: 50px;
        padding-bottom: 40px
    }

    .jj-implementation-requirement button {
        margin-top: 20px
    }
}

.letter-style {
    letter-spacing: 1px
}

.letter-style p {
    line-height: 206%
}

@media (min-width: 992px) and (max-width: 1199px) {
    .letter-style p {
        margin-top: 25px
    }
}

@media (min-width: 1200px) {
    .letter-style h2 {
        margin-bottom: 34px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .letter-style h2 {
        margin-bottom: 25px
    }
}

@media (max-width: 1199px) {
    .letter-style h1 {
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    .pagination {
        display: none
    }
}

.jj-works-box img {
    height: 60px;
    max-height: 70px;
    max-width: 80px;
    -o-object-position: center;
    object-position: center
}

.jj-service-talents-content .jj-know-more {
    line-height: 164%
}

.jj-inter-sec {
    padding-left: 15px;
    padding-right: 15px
}

.jj-inter-sec .jj-inter-sec-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.jj-inter-sec .jj-inter-sec-list li {
    padding-left: 45px;
    position: relative;
    width: 100%
}

.jj-inter-sec .jj-inter-sec-list li:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0px;
    background: #b9d7e2;
    border-radius: 100%;
    top: 6px
}

@media (min-width: 1200px) {
    .jj-inter-sec .jj-inter-sec-list li {
        max-width: 50%
    }
}

@media (max-width: 1199px) {
    .jj-inter-sec .jj-inter-sec-list li {
        max-width: 100%
    }
}

@media (max-width: 1199px) {
    .jj-inter-sec .jj-inter-sec-list li {
        padding-left: 25px
    }
}

@media (max-width: 448px) {
    .jj-inter-sec .jj-inter-sec-list li {
        margin-bottom: 5px !important
    }
}

@media (max-width: 1439px) {
    .jj-inter-sec .jj-inter-sec-list li:before {
        width: 10px;
        height: 10px;
        top: 8px
    }
}

.service-inner-sections {
    padding-top: 65px
}

.service-inner-sections h2 {
    padding-bottom: 5px
}

.service-inner-sections .netsuite-integration-service-head {
    margin: 120px 0px 36px 0
}

.service-inner-sections ul {
    line-height: 214%
}

.service-inner-sections ul li {
    font-size: 1.375rem;
    font-weight: 600;
    padding-bottom: 20px
}

@media (min-width: 768px) and (max-width: 991px) {
    .service-inner-sections ul li {
        font-size: 1.25rem
    }
}

@media (max-width: 767px) {
    .service-inner-sections ul li {
        font-size: 1.125rem;
        padding-left: 30px
    }
}

@media (max-width: 575px) {
    .service-inner-sections ul li {
        font-size: 1.0625rem;
        padding-left: 30px
    }
}

.jj-intergrations-blocks {
    padding: 111px 0 0 0
}

.jj-intergrations-blocks h3 {
    font-size: 30px;
    margin-bottom: 21px
}

.jj-intergrations-blocks span.jj-inter-integrations {
    font-size: 1.125rem;
    font-weight: 500;
    max-width: 800px;
    display: block;
    line-height: 180%
}

.jj-intergrations-blocks ul {
    margin-top: 80px
}

.jj-intergrations-blocks.jj-netsuite-intergrations-blocks {
    padding-top: 119px
}

.jj-intergrations-blocks.jj-netsuite-intergrations-blocks h3 {
    padding-top: 18px
}

.jj-intergrations-blocks.jj-netsuite-intergrations-blocks ul {
    margin-top: 49px
}

.service-inner-wrap {
    display: flex;
    padding-bottom: 70px
}

@media (max-width: 1199px) {
    .service-inner-wrap {
        padding-bottom: 50px
    }
}

@media (max-width: 767px) {
    .service-inner-wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 25px
    }
}

.service-inner-main-content {
    max-width: 65%
}

@media (max-width: 767px) {
    .service-inner-main-content {
        order: 2;
        width: 100%;
        max-width: 100%
    }
}

.service-inner-right-side {
    width: 100%;
    max-width: 35%;
    padding: 0 10px
}

.service-inner-right-side>div {
    height: 100%;
    position: relative
}

.service-inner-right-side>div img {
    top: 120px;
    -webkit-transition: 1.5s all ease-in-out;
    transition: 1.5s all ease-in-out;
    position: sticky;
    width: 100%;
    z-index: -1;
    left: 0px
}

@media (max-width: 767px) {
    .service-inner-right-side {
        max-width: 100%;
        display: none
    }
}

@media (max-width: 767px) {
    .service-inner-right-side>div img {
        width: 50%
    }
}

.service-banner-img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    z-index: -1
}

.service-banner-img>img {
    height: 100%;
    width: 100vw;
    left: 0px;
    object-fit: cover;
    object-position: bottom right
}

.service-banner-img>img.netsuite-integration-bnr-bg {
    min-height: 100%
}

ul li:nth-last-child(1),
.jj-inter-sec .jj-inter-sec-list li:nth-last-child(1) {
    margin-bottom: 0px !important
}

.careerMain {
    padding: 130px 0 75px;
    position: relative
}

.careerMain .ovelShape {
    display: block;
    width: 480px;
    position: absolute;
    top: 20px;
    right: -260px;
    z-index: -1
}

.careerMain .careerPassion {
    width: 58%;
    display: -webkit-display;
    display: -ms-displaybox;
    display: -ms-display;
    display: flex;
    position: relative;
    padding-left: 70px
}

.careerMain .careerPassion .dotShape {
    position: absolute;
    width: 270px;
    display: block;
    top: 65px;
    right: 65px;
    z-index: -1
}

.careerMain .careerPassion .dotShape img {
    width: 100%;
	height: 100%;
}

.careerMain .careerPassion .img__row {
    width: 315px;
    padding: 0 14px
}

.careerMain .careerPassion .img__row.row__2 {
    padding-top: 180px;
    width: 280px
}

.careerMain .careerPassion .img__row.row__2 .row__box:nth-of-type(1) {
    padding-bottom: 258px
}

.careerMain .careerPassion .img__row .row__box {
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    border-radius: 22px;
    overflow: hidden;
    padding-bottom: 355px;
    margin-bottom: 28px;
    background-color: #fff
}

.careerMain .careerPassion .img__row .row__box.text {
    padding: 25px 58px;
    background-color: #005580;
}

.careerMain .careerPassion .img__row .row__box.text i {
    font-size: 1.875rem;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 600;
    font-style: normal
}

.careerMain .careerPassion .img__row .row__box:nth-of-type(3) {
    padding-bottom: 289px
}

.careerMain .careerContent {
    width: 42%;
    padding-top: 150px;
    padding-left: 45px
}

.careerMain .careerContent h2 {
    font-size: 2.5rem;
    color: #303843;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 40px;
    width: 360px;
    max-width: 98%
}

.careerMain .careerContent p {
    font-size: 1.125rem;
    color: #303843;
    line-height: 1.8;
    letter-spacing: 0;
    width: 498px;
    max-width: 100%
}

.careerMain .careerContent .jj-btn {
    margin-top: 50px;
    display: inline-block
}

@media (max-width: 1619px) {
    .careerMain {
        padding: 70px 0
    }
}

@media (max-width: 1199px) {
    .careerMain {
        padding: 50px 0
    }
}

@media (max-width: 1199px) {
    .careerMain .ovelShape {
        width: 350px;
        right: -150px
    }
}

@media (max-width: 991px) {
    .careerMain .ovelShape {
        width: 300px
    }
}

@media (max-width: 640px) {
    .careerMain .ovelShape {
        top: -50px
    }
}

@media (max-width: 1619px) {
    .careerMain .careerPassion {
        padding-left: 0
    }
}

@media (max-width: 1199px) {
    .careerMain .careerPassion {
        width: 52%
    }
}

@media (max-width: 640px) {
    .careerMain .careerPassion {
        width: 100%
    }
}

@media (max-width: 1359px) {
    .careerMain .careerPassion .dotShape {
        width: 180px
    }
}

@media (max-width: 1199px) {
    .careerMain .careerPassion .dotShape {
        width: 150px;
        top: 35px;
        right: 50px
    }
}

@media (max-width: 991px) {
    .careerMain .careerPassion .dotShape {
        width: 110px;
        top: 50px;
        right: -10px
    }
}

@media (max-width: 640px) {
    .careerMain .careerPassion .dotShape {
        top: 0;
        bottom: auto;
        right: -60px;
        width: 38%
    }
}

@media (max-width: 1359px) {
    .careerMain .careerPassion .img__row {
        width: 255px;
        padding: 0 10px
    }
}

@media (max-width: 1199px) {
    .careerMain .careerPassion .img__row {
        width: 200px;
        padding: 0 7px
    }
}

@media (max-width: 640px) {
    .careerMain .careerPassion .img__row {
        width: 55%
    }
}

@media (max-width: 1359px) {
    .careerMain .careerPassion .img__row.row__2 {
        width: 230px;
        padding-top: 100px
    }
}

@media (max-width: 1199px) {
    .careerMain .careerPassion .img__row.row__2 {
        width: 180px;
        padding: 80px 7px 0
    }
}

@media (max-width: 640px) {
    .careerMain .careerPassion .img__row.row__2 {
        width: 45%
    }
}

@media (max-width: 1359px) {
    .careerMain .careerPassion .img__row.row__2 .row__box:nth-of-type(1) {
        padding-bottom: 200px
    }
}

@media (max-width: 1199px) {
    .careerMain .careerPassion .img__row.row__2 .row__box:nth-of-type(1) {
        padding-bottom: 150px
    }
}

@media (max-width: 640px) {
    .careerMain .careerPassion .img__row.row__2 .row__box:nth-of-type(1) {
        padding-bottom: 200px
    }
}

@media (max-width: 360px) {
    .careerMain .careerPassion .img__row.row__2 .row__box:nth-of-type(1) {
        padding-bottom: 160px
    }
}

@media (max-width: 1359px) {
    .careerMain .careerPassion .img__row .row__box {
        padding-bottom: 290px;
        margin-bottom: 20px
    }
}

@media (max-width: 1199px) {
    .careerMain .careerPassion .img__row .row__box {
        padding-bottom: 190px;
        margin-bottom: 15px
    }
}

@media (max-width: 640px) {
    .careerMain .careerPassion .img__row .row__box {
        padding-bottom: 240px
    }
}

@media (max-width: 360px) {
    .careerMain .careerPassion .img__row .row__box {
        padding-bottom: 170px
    }
}

@media (max-width: 1359px) {
    .careerMain .careerPassion .img__row .row__box.text {
        padding: 20px 35px
    }
}

@media (max-width: 1199px) {
    .careerMain .careerPassion .img__row .row__box.text {
        padding: 20px
    }
}

@media (max-width: 640px) {
    .careerMain .careerPassion .img__row .row__box.text {
        padding: 20px 35px
    }
}

@media (max-width: 360px) {
    .careerMain .careerPassion .img__row .row__box.text {
        padding: 15px 20px
    }
}

@media (max-width: 1199px) {
    .careerMain .careerPassion .img__row .row__box.text i {
        font-size: 1.0625rem
    }
}

@media (max-width: 640px) {
    .careerMain .careerPassion .img__row .row__box.text i {
        font-size: 1.625rem
    }
}

@media (max-width: 360px) {
    .careerMain .careerPassion .img__row .row__box.text i {
        font-size: 1.125rem
    }
}

@media (max-width: 1359px) {
    .careerMain .careerPassion .img__row .row__box:nth-of-type(3) {
        padding-bottom: 230px
    }
}

@media (max-width: 1199px) {
    .careerMain .careerPassion .img__row .row__box:nth-of-type(3) {
        padding-bottom: 160px
    }
}

@media (max-width: 640px) {
    .careerMain .careerPassion .img__row .row__box:nth-of-type(3) {
        padding-bottom: 210px
    }
}

@media (max-width: 360px) {
    .careerMain .careerPassion .img__row .row__box:nth-of-type(3) {
        padding-bottom: 150px
    }
}

@media (max-width: 1619px) {
    .careerMain .careerContent {
        padding-left: 0
    }
}

@media (max-width: 1199px) {
    .careerMain .careerContent {
        width: 47%;
        padding-top: 50px
    }
}

@media (max-width: 991px) {
    .careerMain .careerContent {
        padding-left: 20px;
        width: 48%
    }
}

@media (max-width: 640px) {
    .careerMain .careerContent {
        width: 100%;
        padding-left: 0
    }
}

@media (max-width: 1199px) {
    .careerMain .careerContent h2 {
        margin-bottom: 20px;
        font-size: 1.875rem
    }
}

@media (max-width: 991px) {
    .careerMain .careerContent h2 {
        margin-bottom: 10px;
        font-size: 1.75rem
    }
}

@media (max-width: 991px) {
    .careerMain .careerContent p {
        font-size: 1rem;
        line-height: 1.6
    }
}

@media (max-width: 1359px) {
    .careerMain .careerContent .jj-btn {
        margin-top: 30px
    }
}

@media (max-width: 991px) {
    .careerMain .careerContent .jj-btn {
        margin-top: 20px
    }
}

.expolore__sec {
    padding: 45px 0 75px;
    position: relative
}

.expolore__sec .explore__shape {
    position: absolute;
    top: -560px;
    display: block;
    z-index: -1
}

.expolore__sec .explore__shape img {
    width: 102%
}

.expolore__sec h2 {
    font-size: 2.5rem;
    color: #303843;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 96px;
    text-align: center
}

.expolore__sec .openings {
    width: 53%;
    padding-left: 80px
}

.expolore__sec .openings .open_box {
    border-radius: 22px;
    border: 1px #cde6ed solid;
    padding: 30px 50px;
    padding-left: 100px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0px 10px 12px -11px #cde6ed;
    box-shadow: 0px 10px 12px -11px #cde6ed;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.expolore__sec .openings .open_box:hover {
    border-color: #00aaff
}

.expolore__sec .openings .open_box p {
    font-size: 1.5rem;
    color: #303843;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 600;
    width: 260px;
    max-width: 100%;
    margin-bottom: 10px
}

.expolore__sec .openings .open_box .no_open {
    font-style: normal;
    font-size: 1.125rem;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1;
    letter-spacing: 0
}

.expolore__sec .openings .open_box .jj-know-more {
    position: absolute;
    right: 50px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    margin-top: 0
}

.expolore__sec .openings .open_box .dot {
    position: absolute;
    left: 45px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #b9d7e2;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    display: block
}

.expolore__sec .openings .open_box .dot.blue {
    background-color: #00aaff
}

.expolore__sec .openings .open_box .dot.green {
    background-color: #00f596
}

.expolore__sec .image__opening {
    width: 47%;
    position: relative
}

.expolore__sec .image__opening .careerImg {
    width: 760px;
    position: absolute;
    top: -180px;
    left: 60px
}

.expolore__sec .image__opening .careerImg img {
    width: 100%
}

.expolore__sec .jj-btn {
    display: block;
    background-color: transparent;
    border: 2px solid #016525;
    color: #016525;
    width: 280px;
    margin: 45px auto 0;
    text-align: center
}

.expolore__sec .jj-btn:hover {
    background-color: #016525;
    color: #fff
}

@media (max-width: 1359px) {
    .expolore__sec {
        padding: 0 0 25px
    }
}

@media (max-width: 1199px) {
    .expolore__sec {
        padding: 60px 0
    }
}

@media (max-width: 640px) {
    .expolore__sec {
        padding: 40px 0
    }
}

@media (max-width: 575px) {
    .expolore__sec {
        padding-bottom: 20px
    }

    .expolore__sec .get-post-btn.jj-btn {
        margin-top: 0px !important
    }
}

@media (max-width: 1439px) {
    .expolore__sec .explore__shape {
        top: -480px
    }
}

@media (max-width: 1199px) {
    .expolore__sec .explore__shape {
        top: -160px
    }
}

@media (max-width: 991px) {
    .expolore__sec .explore__shape {
        top: -100px
    }
}

@media (max-width: 640px) {
    .expolore__sec .explore__shape {
        top: -60px
    }
}

@media (max-width: 1359px) {
    .expolore__sec h2 {
        margin-bottom: 60px
    }
}

@media (max-width: 1199px) {
    .expolore__sec h2 {
        font-size: 1.875rem;
        margin-bottom: 30px
    }
}

@media (max-width: 1359px) {
    .expolore__sec .openings {
        padding-left: 0
    }
}

@media (max-width: 640px) {
    .expolore__sec .openings {
        width: 100%
    }
}

@media (max-width: 1619px) {
    .expolore__sec .openings .open_box {
        padding: 20px 30px;
        padding-left: 80px
    }
}

@media (max-width: 1359px) {
    .expolore__sec .openings .open_box {
        margin-bottom: 20px
    }
}

@media (max-width: 1199px) {
    .expolore__sec .openings .open_box {
        padding: 15px 25px;
        padding-left: 50px
    }
}

@media (max-width: 1199px) {
    .expolore__sec .openings .open_box p {
        font-size: 1.125rem
    }
}

@media (max-width: 1199px) {
    .expolore__sec .openings .open_box .no_open {
        font-size: 0.9375rem
    }
}

@media (max-width: 1619px) {
    .expolore__sec .openings .open_box .jj-know-more {
        right: 30px
    }
}

@media (max-width: 991px) {
    .expolore__sec .openings .open_box .jj-know-more {
        display: block;
        margin-top: 20px;
        position: static;
        width: 140px
    }
}

@media (max-width: 640px) {
    .expolore__sec .openings .open_box .jj-know-more {
        margin-top: 0;
        position: absolute;
        width: auto
    }
}

@media (max-width: 448px) {
    .expolore__sec .openings .open_box .jj-know-more {
        display: block;
        margin-top: 20px;
        position: static;
        width: 140px
    }
}

@media (max-width: 1619px) {
    .expolore__sec .openings .open_box .dot {
        left: 35px
    }
}

@media (max-width: 1199px) {
    .expolore__sec .openings .open_box .dot {
        width: 12px;
        height: 12px;
        left: 20px
    }
}

@media (max-width: 640px) {
    .expolore__sec .image__opening {
        display: none
    }
}

@media (max-width: 1619px) {
    .expolore__sec .image__opening .careerImg {
        width: 600px
    }
}

@media (max-width: 1359px) {
    .expolore__sec .image__opening .careerImg {
        width: 500px;
        top: -100px;
        left: 20px
    }
}

@media (max-width: 1199px) {
    .expolore__sec .image__opening .careerImg {
        width: 380px;
        top: -50px;
        left: 50px
    }
}

@media (max-width: 991px) {
    .expolore__sec .image__opening .careerImg {
        left: 20px
    }
}

@media (max-width: 1199px) {
    .expolore__sec .jj-btn {
        margin-top: 15px
    }
}

@media (max-width: 991px) {
    .expolore__sec .jj-btn {
        width: 210px
    }
}

.threeBox {
    padding: 75px 0 50px
}

.threeBox .row {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    padding: 0 80px
}

.threeBox .three__box {
    width: 33.33%;
    max-width: 32%;
    border: 1px solid #cde6ed;
    padding: 57px 63px;
    border-radius: 22px;
    -webkit-box-shadow: 0px 10px 12px -11px #cde6ed;
    box-shadow: 0px 10px 12px -11px #cde6ed
}

.threeBox .three__box .svg {
    display: block;
    width: 80px;
    margin-bottom: 15px
}

.threeBox .three__box .svg img {
    width: 100%
}

.threeBox .three__box h5 {
    font-size: 1.4375rem;
    color: #303843;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 15px
}

.threeBox .three__box p {
    font-size: 1rem;
    color: #303843;
    line-height: 2;
    letter-spacing: 0
}

@media (max-width: 1619px) {
    .threeBox {
        padding: 45px 0
    }
}

@media (max-width: 1199px) {
    .threeBox {
        padding: 20px 0
    }
}

@media (max-width: 1359px) {
    .threeBox .row {
        padding: 0
    }
}

@media (max-width: 1619px) {
    .threeBox .three__box {
        padding: 50px
    }
}

@media (max-width: 1199px) {
    .threeBox .three__box {
        padding: 30px 20px
    }
}

@media (max-width: 767px) {
    .threeBox .three__box {
        width: 100% !important;
        max-width: 100% !important;
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px
    }
}

@media (max-width: 640px) {
    .threeBox .three__box {
        text-align: center
    }
}

@media (max-width: 1199px) {
    .threeBox .three__box .svg {
        width: 50px
    }
}

@media (max-width: 991px) {
    .threeBox .three__box .svg {
        width: 40px
    }
}

@media (max-width: 640px) {
    .threeBox .three__box .svg {
        margin: 0 auto 15px
    }
}

@media (max-width: 1199px) {
    .threeBox .three__box h5 {
        font-size: 1.125rem;
        margin-bottom: 8px
    }
}

@media (max-width: 1199px) {
    .threeBox .three__box p {
        font-size: 0.9375rem;
        line-height: 1.5
    }
}

.testiomonial__Sec {
    padding: 40px 0;
    position: relative
}

.testiomonial__Sec .testi__bg {
    position: absolute;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 100%;
    z-index: 1
}

.testiomonial__Sec .container {
    z-index: 2;
    position: relative;
    padding-top: 338px;
    padding-bottom: 276px
}

.testiomonial__Sec .container .row {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

.testiomonial__Sec .slide__text {
    width: 50%
}

.testiomonial__Sec .slide__text h2 {
    font-size: 3.125rem;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 18px
}

.testiomonial__Sec .slide__text p {
    font-size: 1.125rem;
    color: #fff;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 500;
    width: 380px;
    max-width: 100%
}

.testiomonial__Sec .testi__slide {
    width: 534px;
    max-width: 40%;
    border-radius: 11px;
    background-color: #fff;
    padding: 65px 55px 45px 65px
}

.testiomonial__Sec .testi__slide .test__img {
    margin-bottom: 40px;
    position: relative;
    display: block;
    width: 190px
}

.testiomonial__Sec .testi__slide .test__img .img {
    display: inline-block;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    overflow: hidden
}

.testiomonial__Sec .testi__slide .test__img .img img {
    width: 100%
}

.testiomonial__Sec .testi__slide .test__img .sape {
    display: inline-block;
    width: 55px;
    height: 20px;
    border-radius: 14px;
    overflow: hidden;
    background-color: #303843;
    position: absolute;
    right: -20px;
    bottom: 70px;
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    transform: rotate(120deg)
}

.testiomonial__Sec .testi__slide .test__img .sape.green {
    background-color: #00f596
}

.testiomonial__Sec .testi__slide .test__img .sape.blue {
    background-color: #00aaff;
    right: -55px
}

.testiomonial__Sec .testi__slide p {
    font-size: 1.125rem;
    color: #303843;
    line-height: 1.7;
    letter-spacing: 0
}

.testiomonial__Sec .testi__slide .name {
    margin-top: 40px;
    display: inline-block
}

.testiomonial__Sec .testi__slide .name h4 {
    font-size: 1.125rem;
    color: #000;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 600
}

.testiomonial__Sec .testi__slide .name p {
    font-size: 0.8125rem;
    color: rgba(0, 0, 0, 0.4);
    line-height: 1.2;
    letter-spacing: 0
}

.testiomonial__Sec .testi__slide .testimonial__slider .slide__box {
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: all 1s cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: all 1s cubic-bezier(0.65, 0.05, 0.36, 1);
    -ms-transition: all 1s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: all 1s cubic-bezier(0.65, 0.05, 0.36, 1)
}

.testiomonial__Sec .testi__slide .testimonial__slider .active .slide__box {
    opacity: 1;
    visibility: visible;
    bottom: 0
}

.testiomonial__Sec .testi__slide .testimonial__slider .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0px;
    font-size: 52px
}

.testiomonial__Sec .testi__slide .testimonial__slider .owl-nav button {
    opacity: 1 !important
}

.testiomonial__Sec .testi__slide .testimonial__slider .owl-nav button span {
    color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.testiomonial__Sec .testi__slide .testimonial__slider .owl-nav button span:hover {
    color: #016525
}

.testiomonial__Sec .testi__slide .testimonial__slider .owl-nav .owl-prev {
    padding-right: 10px !important;
    background-color: white
}

.testiomonial__Sec .testi__slide .testimonial__slider .owl-nav .owl-next {
    background-color: white
}

@media (max-width: 1619px) {
    .testiomonial__Sec .testi__bg {
        top: -50px
    }
}

@media (max-width: 1619px) {
    .testiomonial__Sec .container {
        padding-top: 180px;
        padding-bottom: 180px
    }
}

@media (max-width: 991px) {
    .testiomonial__Sec .container {
        padding-top: 60px;
        padding-bottom: 150px
    }
}

@media (max-width: 1199px) {
    .testiomonial__Sec .slide__text {
        width: 40%
    }
}

@media (max-width: 991px) {
    .testiomonial__Sec .slide__text {
        width: 100%;
        text-align: center;
        margin-bottom: 30px
    }
}

@media (max-width: 1199px) {
    .testiomonial__Sec .slide__text h2 {
        font-size: 2.1875rem
    }
}

@media (max-width: 991px) {
    .testiomonial__Sec .slide__text p {
        margin: 0 auto
    }
}

@media (max-width: 1619px) {
    .testiomonial__Sec .testi__slide {
        padding: 40px
    }
}

@media (max-width: 1199px) {
    .testiomonial__Sec .testi__slide {
        max-width: 60%
    }
}

@media (max-width: 991px) {
    .testiomonial__Sec .testi__slide {
        margin: 0 auto
    }
}

@media (max-width: 767px) {
    .testiomonial__Sec .testi__slide {
        max-width: 100%;
        width: 100%
    }
}

@media (max-width: 640px) {
    .testiomonial__Sec .testi__slide {
        padding: 20px
    }
}

@media (max-width: 1199px) {
    .testiomonial__Sec .testi__slide .test__img {
        margin-bottom: 20px;
        width: 130px
    }
}

@media (max-width: 1199px) {
    .testiomonial__Sec .testi__slide .test__img .img {
        width: 130px;
        height: 130px
    }
}

@media (max-width: 1199px) {
    .testiomonial__Sec .testi__slide .test__img .sape {
        width: 45px;
        height: 14px;
        right: -10px;
        bottom: 40px
    }
}

@media (max-width: 1199px) {
    .testiomonial__Sec .testi__slide .test__img .sape.blue {
        right: -35px
    }
}

@media (max-width: 1199px) {
    .testiomonial__Sec .testi__slide .name {
        margin-top: 20px
    }
}

@media (max-width: 1359px) {
    .testiomonial__Sec .testi__slide .testimonial__slider .owl-nav {
        font-size: 38px
    }
}

@media (min-width: 1200px) {
    .testiomonial__Sec .jj-our-clients-sec {
        padding-top: 40px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .testiomonial__Sec .jj-our-clients-sec {
        padding: 30px 0px
    }
}

.m_btom100 {
    margin-bottom: 100px
}

@media (max-width: 1359px) {
    .m_btom100 {
        margin-bottom: 50px
    }
}

@media (max-width: 1199px) {
    .m_btom100 {
        margin-bottom: 0
    }
}

@media (max-width: 991px) {
    .m_btom100 {
        margin-top: -150px
    }
}

.c_innerMain {
    padding: 200px 0 80px;
    position: relative
}

.c_innerMain .svgDiv {
    width: 478px;
    position: relative
}

.c_innerMain .svgDiv .svgImage {
    width: 100%;
    padding-top: 190px;
    display: block;
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.c_innerMain .svgDiv .svgImage img {
    width: 100%
}

.c_innerMain .career__detail {
    width: calc(100% - 480px)
}

.c_innerMain .career__detail .detail__head h1 {
    font-size: 2.5rem;
    color: #303843;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 600;
    width: 600px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px
}

.c_innerMain .career__detail .detail__head h1:after {
    content: "";
    clear: both;
    width: 100%;
    position: relative
}

.c_innerMain .career__detail .detail__head .apply {
    display: block;
    vertical-align: middle;
    width: 600px;
    max-width: 100%;
    margin-bottom: 50px
}

.c_innerMain .career__detail .detail__head .apply a {
    display: inline-block;
    vertical-align: middle
}

.c_innerMain .career__detail .detail__head .apply a.jj-btn {
    padding: 13px 45px
}

.c_innerMain .career__detail .detail__head .apply a.share_icon {
    color: #016525;
    font-size: 55px;
    margin-left: 30px;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.c_innerMain .career__detail .detail__head .apply a.share_icon:hover {
    color: #008000
}

.c_innerMain .career__detail .detail__head .date {
    font-size: 1.125rem;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 500;
    display: inline-block;
    padding: 0 40px 40px;
    position: relative
}

.c_innerMain .career__detail .detail__head .date.p_date::after {
    background-color: #00f596
}

.c_innerMain .career__detail .detail__head .date.e_date::after {
    background-color: #00aaff
}

.c_innerMain .career__detail .detail__head .date::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background-color: #303843;
    border-radius: 50%;
    left: 5px;
    top: 3px
}

.c_innerMain .career__detail .detail__point {
    margin-top: 50px
}

.c_innerMain .career__detail .detail__point h3 {
    font-size: 1.25rem;
    color: #303843;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 500
}

.c_innerMain .career__detail .detail__point ul {
    margin-top: 15px;
    width: 740px;
    max-width: 100%
}

.c_innerMain .career__detail .detail__point ul li {
    padding-left: 30px;
    color: rgba(0, 0, 0, 0.75);
    position: relative;
    font-size: 1.125rem;
    line-height: 200%
}

.c_innerMain .career__detail .detail__point ul li::after {
    content: "";
    position: absolute;
    top: 11px;
    left: 4px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.75)
}

.c_innerMain .shate__bg {
    position: absolute;
    bottom: -25%;
    left: -5%;
    z-index: -1
}

.c_innerMain .shate__bg img {
    width: 100%
}

@media (max-width: 1619px) {
    .c_innerMain {
        padding: 100px 0 80px
    }
}

@media (max-width: 1199px) {
    .c_innerMain {
        padding: 40px 0 20px
    }
}

@media (max-width: 991px) {
    .c_innerMain .row {
        display: block
    }
}

@media (max-width: 1199px) {
    .c_innerMain .svgDiv {
        width: 350px
    }
}

@media (max-width: 991px) {
    .c_innerMain .svgDiv .svgImage {
        padding-top: 0;
        padding-bottom: 20px;
        display: none
    }
}

@media (max-width: 448px) {
    .c_innerMain .svgDiv .svgImage {
        width: 70%;
        margin: 0 auto
    }
}

@media (max-width: 1199px) {
    .c_innerMain .career__detail {
        width: calc(100% - 350px)
    }
}

@media (max-width: 991px) {
    .c_innerMain .career__detail {
        width: 100%
    }
}

@media (max-width: 1619px) {
    .c_innerMain .career__detail .detail__head h1 {
        margin-bottom: 30px
    }
}

@media (max-width: 1199px) {
    .c_innerMain .career__detail .detail__head h1 {
        margin-bottom: 30px;
        font-size: 2.125rem
    }
}

@media (max-width: 640px) {
    .c_innerMain .career__detail .detail__head h1 {
        font-size: 1.75rem;
        margin-bottom: 10px
    }
}

@media (max-width: 1199px) {
    .c_innerMain .career__detail .detail__head .apply {
        margin-bottom: 20px
    }
}

@media (max-width: 1199px) {
    .c_innerMain .career__detail .detail__head .apply a.share_icon {
        font-size: 40px;
        margin-left: 12px
    }
}

@media (max-width: 1619px) {
    .c_innerMain .career__detail .detail__head .date {
        padding: 0 40px 0
    }
}

@media (max-width: 1199px) {
    .c_innerMain .career__detail .detail__head .date {
        padding: 0 30px 15px
    }
}

@media (max-width: 1199px) {
    .c_innerMain .career__detail .detail__head .date::after {
        width: 10px;
        height: 10px;
        top: 6px
    }
}

@media (max-width: 1199px) {
    .c_innerMain .career__detail .detail__point {
        margin-top: 30px
    }
}

@media (min-width: 1440px) {
    .c_innerMain .career__detail .detail__point ul li::after {
        width: 14px;
        height: 14px;
        top: 11px
    }
}

@media (max-width: 1439px) {
    .c_innerMain .career__detail .detail__point ul li::after {
        width: 10px;
        height: 10px
    }
}

@media (max-width: 767px) {
    .c_innerMain .career__detail .detail__point ul li::after {
        font-size: 1rem
    }
}

@media (max-width: 1619px) {
    .c_innerMain .shate__bg {
        bottom: -20%
    }
}

@media (max-width: 1199px) {
    .c_innerMain .shate__bg {
        bottom: -15%
    }
}

@media (max-width: 640px) {
    .c_innerMain .shate__bg {
        bottom: -5%
    }
}

.jj-work-together-sec.apply__form {
    padding-bottom: 110px
}

.jj-work-together-sec.apply__form .jj-work-together-wrap {
    background: transparent
}

.jj-work-together-sec.apply__form .jj-work-together-form .submit-button {
    z-index: 0
}

.jj-work-together-sec.apply__form .jj-work-together-form .form-group input label,
.jj-work-together-sec.apply__form .jj-work-together-form .form-group textarea label {
    top: 16px;
    left: 15px
}

@media (max-width: 1199px) {
    .jj-work-together-sec.apply__form {
        padding-bottom: 50px
    }
}

@media (max-width: 640px) {
    .jj-work-together-sec.apply__form .jj-work-together-form .form-group {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 15px;
        padding: 0
    }
}

@media (max-width: 640px) {
    .jj-work-together-sec.apply__form .jj-work-together-wrap .jj-footer-form-wrap .footer-form-ico {
        margin: 0 auto 10px auto;
        width: 50px
    }
}

@media (max-width: 640px) {
    .jj-work-together-sec.apply__form .jj-work-together-wrap .jj-footer-form-wrap .text-center {
        padding: 0
    }
}

@media (max-width: 767px) {
    .jj-work-together-sec.apply__form .jj-work-together-form .jj-career-form-new .form-group input label {
        left: 29px !important;
        top: 14px !important
    }

    .jj-work-together-sec.apply__form .form-group {
        margin-top: 20px !important
    }

    .jj-work-together-sec.apply__form .wpcf7-form-control.wpcf7-file.file-uploder .attach-button {
        top: 10px;
        right: 10px
    }
}

@media (max-width: 575px) {
    .jj-work-together-sec.apply__form .jj-work-together-form .jj-career-form-new .form-group input label {
        left: 12px !important
    }

    .jj-work-together-sec.apply__form #upload-fn {
        padding-left: 0px
    }
}

.custom-slct {
    position: relative;
    width: 100%;
    color: #303843;
    font-size: 1.125rem;
    z-index: 7;
    border: 1px solid #cde6ed;
    border-radius: 8px;
    padding: 16px;
    cursor: pointer
}

.custom-slct select {
    display: none
}

.custom-slct .select-selected:after {
    position: absolute;
    content: "\e90a";
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 20px;
    font-size: 8px;
    width: 50px;
    height: 50px;
    background: white;
    color: #000;
    display: -webkit-display;
    display: -ms-displaybox;
    display: -ms-display;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    right: 0
}

.custom-slct .select-items {
    padding: 6px 0;
    position: absolute;
    background-color: #fff;
    border: 1px solid #cde6ed;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 99;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-top: none;
    margin-left: -1px;
    margin-right: -1px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.custom-slct .select-items div {
    font-size: 0.875rem;
    padding: 10px 16px;
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.custom-slct .select-items div:hover {
    color: #303843;
    background-color: #f8f9fa
}

.custom-slct .select-hide {
    visibility: hidden;
    top: 30px;
    opacity: 0
}

.file-select {
    display: block;
    cursor: pointer;
    position: relative;
    border: 1px solid #cde6ed;
    border-radius: 8px
}

.file-select .error {
    bottom: -23px;
    left: 0
}

.file-select .file-select-button {
    display: inline-block;
    height: auto;
    cursor: pointer;
    padding-left: 25px
}

.file-select .file-select-button i {
    color: #303843;
    font-size: 22px;
    position: absolute;
    left: 15px;
    top: 17px
}

.file-select .file-select-name {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 400
}

.file-select input[type="file"] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.file-select.file-select-disabled {
    opacity: 0.65
}

.all_career {
    padding: 150px 0 100px;
    position: relative
}

.all_career .all_shape {
    position: absolute;
    top: 70px;
    left: -70px;
    z-index: -1
}

.all_career .all_shape img {
    width: 100%
}

.all_career h1 {
    font-size: 2.5rem;
    color: #303843;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 600;
    text-align: center
}

.all_career .row {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: flex-wrap;
    -ms-flex-wrap: flex-wrap;
    flex-wrap: flex-wrap;
    margin-top: 70px
}

.all_career .row .appply_box {
    background-color: #fff;
    border-radius: 22px;
    padding: 70px 48px 130px 48px;
    position: relative;
    width: 355px;
    max-width: 32%;
    text-align: center;
    margin-bottom: 70px;
    border: 1px #cde6ed solid;
    -webkit-box-shadow: 0px 10px 12px -11px #cde6ed;
    box-shadow: 0px 10px 12px -11px #cde6ed;
    transition: all 0.5s ease-in-out
}

.all_career .row .appply_box:hover {
    border-color: #00aaff
}

.all_career .row .appply_box .get-post-btn {
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: 0px;
    margin: auto
}

.all_career .row .appply_box .dot {
    position: absolute;
    top: 26px;
    left: 23px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: block;
    background-color: #303843
}

.all_career .row .appply_box .dot.green {
    background-color: #00f596
}

.all_career .row .appply_box .dot.blue {
    background-color: #00aaff
}

.all_career .row .appply_box .dot.gray {
    background-color: #b9d7e2
}

.all_career .row .appply_box h5 {
    font-size: 1.5rem;
    color: #303843;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 12px
}

.all_career .row .appply_box .open {
    font-size: 1.125rem;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 25px;
    font-weight: 500;
    display: block
}

.all_career .row .appply_box p {
    font-size: 1rem;
    color: #303843;
    line-height: 1.8;
    letter-spacing: 0;
    height: 94px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.all_career .row .appply_box .jj-btn {
    display: inline-block;
    margin-top: 35px;
    background-color: transparent;
    border: 2px solid #016525;
    color: #016525;
    width: 180px;
    text-align: center
}

.all_career .row .appply_box .jj-btn:hover {
    background-color: #016525;
    color: #fff
}

.all_career .row .appply_box.no-bg {
    border: none;
    padding: 0;
    box-shadow: none;
    margin-bottom: 0
}

@media (max-width: 1359px) {
    .all_career {
        padding: 100px 0 60px
    }
}

@media (max-width: 1199px) {
    .all_career {
        padding: 60px 0
    }
}

@media (max-width: 991px) {
    .all_career {
        padding: 40px 0
    }
}

@media (max-width: 448px) {
    .all_career {
        padding: 30px 0 10px
    }
}

@media (max-width: 1199px) {
    .all_career h1 {
        font-size: 2rem
    }
}

@media (max-width: 448px) {
    .all_career h1 {
        font-size: 1.5rem
    }
}

@media (max-width: 1199px) {
    .all_career .row {
        margin-top: 40px
    }
}

@media (max-width: 448px) {
    .all_career .row {
        margin-top: 22px
    }
}

@media (max-width: 1359px) {
    .all_career .row .appply_box {
        margin-bottom: 70px
    }
}

@media (max-width: 1199px) {
    .all_career .row .appply_box {
        padding: 40px 30px 100px 30px
    }

    .all_career .row .appply_box .get-post-btn {
        bottom: 15px
    }
}

@media (max-width: 991px) {
    .all_career .row .appply_box {
        padding: 20px 15px 75px 15px
    }

    .all_career .row .appply_box .get-post-btn {
        max-width: 160px
    }
}

@media (max-width: 767px) {
    .all_career .row .appply_box {
        max-width: 48%
    }
}

@media (max-width: 448px) {
    .all_career .row .appply_box {
        max-width: 100%;
        margin: 0 auto 20px
    }
}

@media (max-width: 1199px) {
    .all_career .row .appply_box .dot {
        display: none
    }
}

@media (max-width: 1199px) {
    .all_career .row .appply_box h5 {
        font-size: 1.25rem;
        line-height: 1.2;
        margin-bottom: 8px
    }
}

@media (max-width: 991px) {
    .all_career .row .appply_box h5 {
        font-size: 1.125rem
    }
}

@media (max-width: 1199px) {
    .all_career .row .appply_box .open {
        font-size: 1rem
    }
}

@media (max-width: 1199px) {
    .all_career .row .appply_box p {
        line-height: 1.6;
        height: 70px
    }
}

@media (max-width: 1199px) {
    .all_career .row .appply_box .jj-btn {
        margin-top: 20px
    }
}

@media (max-width: 991px) {
    .all_career .row .appply_box .jj-btn {
        width: auto;
        line-height: 1;
        text-align: center
    }
}

.jj-career-form-new .file-select {
    padding: 0px !important;
    border: none !important
}

@media (max-width: 767px) {
    .jj-career-form-new {
        margin-left: 0;
        margin-right: 0
    }

    .jj-career-form-new .attach-button {
        top: 9px;
        right: 8px
    }
}

.jj-select-option {
    z-index: 100
}

.jj-select-option .form-group {
    z-index: 100
}

.jj-select-option .form-group label {
    left: 35px !important
}

.jj-select-option.jj-select-option-top {
    z-index: 200
}

.jj-select-option.jj-select-option-top .form-group {
    z-index: 200
}

.jj-work-together-sec .jj-work-together-form .jj-career-form-new .form-group input {
    background: transparent
}

.jj-work-together-sec .jj-work-together-form .jj-career-form-new .form-group input label {
    left: 35px !important;
    z-index: -1
}

.career-form-upload-input #upload-fn.form-control {
    display: block !important;
    pointer-events: none
}

.career-form-upload-input #cv.wpcf7-validates-as-required.file-uploder {
    width: 100%;
    top: 2px
}

div.form-row .form-group input label[for] {
    left: 25px !important
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    display: block;
    bottom: 0px;
    margin-bottom: -25px;
    padding-bottom: 0px
}

@media (max-width: 575px) {

    .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
    .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
        font-size: 0.75rem
    }
}

@media (max-width: 575px) {
    form .submit-button {
        margin-top: 18px !important;
        margin-bottom: 16px !important
    }

    .jj-footer-form-wrap {
        padding-bottom: 20px
    }

    .jj-footer-form-wrap .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
    .jj-footer-form-wrap .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
        bottom: -13px
    }
}

.detail_content h3 {
    margin-bottom: 10px
}

.admini__main {
    padding: 60px 0 60px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.admini__main .shape {
    position: absolute;
    left: -160px;
    display: block;
    z-index: -1
}

.admini__main .shape img {
    width: 100%
}

.admini__main .img__div {
    width: 40%;
    position: relative
}

.admini__main .img__div .svg__img {
    position: absolute;
    top: 0;
    left: -90px;
    width: 566px;
    max-width: 100%
}

.admini__main .img__div .svg__img img {
    width: 100%;
	height: auto;
}

.admini__main .detail__div {
    width: 60%
}

.admini__main .detail__div p {
    line-height: 240%
}

.admini__main .detail__div .pagination {
    display: block;
    margin-bottom: 20px
}

.admini__main .detail__div .pagination p {
    font-size: 0.9375rem;
    color: #8b8b8b;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 500;
    line-height: 220%
}

.admini__main .detail__div .pagination p a {
    color: #8b8b8b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.admini__main .detail__div .pagination p a:hover {
    color: #303843
}

.admini__main .detail__div h1 {
    font-size: 3.125rem;
    color: #303843;
    line-height: 1.3;
    letter-spacing: 0;
    font-weight: 700;
    margin-bottom: 40px
}

.admini__main .detail__div p {
    font-size: 1.125rem;
    color: #303843;
    line-height: 1.8;
    letter-spacing: 0;
    width: 690px;
    max-width: 100%
}

.admini__main .detail__div .jj-btn {
    margin-top: 100px;
    width: 280px
}

@media (max-width: 1439px) {
    .admini__main {
        padding: 80px 0
    }
}

@media (max-width: 1199px) {
    .admini__main {
        padding: 50px 0
    }
}

@media (max-width: 767px) {
    .admini__main {
        padding: 30px 0
    }
}

@media (min-width: 768px) {
    .admini__main .shape {
        bottom: -180px
    }
}

@media (max-width: 767px) {
    .admini__main .shape {
        bottom: -100px
    }
}

@media (max-width: 991px) {
    .admini__main .img__div {
        width: 100%;
        margin: 0 auto 30px
    }

    .admini__main .img__div .svg__img {
        position: relative !important
    }
}

@media (max-width: 1439px) {
    .admini__main .img__div .svg__img {
        width: 360px;
        max-width: 80%;
        left: -20px
    }
}

@media (max-width: 1199px) {
    .admini__main .img__div .svg__img {
        max-width: 90%
    }
}

@media (max-width: 991px) {
    .admini__main .img__div .svg__img {
        display: block;
        left: 0 !important;
        right: 0 !important
    }
}

@media (max-width: 767px) {
    .admini__main .img__div .svg__img {
        position: relative;
        right: 0;
        margin: 0 auto
    }
}

@media (max-width: 991px) {
    .admini__main .img__div .svg__img img {
        max-width: 350px;
        margin: auto
    }
}

@media (max-width: 991px) {
    .admini__main .detail__div {
        width: 100%;
        padding: 0 15px
    }
}

@media (max-width: 991px) {
    .admini__main .detail__div .pagination {
        display: none
    }
}

@media (max-width: 1439px) {
    .admini__main .detail__div h1 {
        font-size: 2.5rem;
        margin-bottom: 20px
    }
}

@media (max-width: 991px) {
    .admini__main .detail__div h1 {
        font-size: 2rem;
        margin-bottom: 15px
    }
}

@media (max-width: 1439px) {
    .admini__main .detail__div .jj-btn {
        margin-top: 50px;
        width: auto
    }
}

@media (max-width: 991px) {
    .admini__main .detail__div .jj-btn {
        margin-top: 20px
    }
}

.admini__Detail {
    padding: 50px 0 100px;
    position: relative
}

.admini__Detail .content {
    width: 65%;
    padding: 0 15px
}

.admini__Detail .content .detail__jj:not(:first-child) {
    margin-top: 10px
}

.admini__Detail .content .detail__jj h2 {
    font-size: 2.5rem;
    color: #303843;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 150%
}

.admini__Detail .content .detail__jj p,
.admini__Detail .content .detail__jj .para {
    font-size: 1.125rem;
    color: #303843;
    line-height: 1.8;
    letter-spacing: 0;
    margin-top: 20px;
    line-height: 240%
}

.admini__Detail .content .detail__jj .dis_point li {
    line-height: 200% !important;
    padding-left: 30px;
    font-size: 1.125rem;
    color: #303843;
    line-height: 1.8;
    letter-spacing: 0;
    margin-bottom: 10px;
    position: relative
}

.admini__Detail .content .detail__jj .dis_point li::after {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 50%;
    border: 1px solid #707070
}

.admini__Detail .content .detail__jj .sub_text {
    line-height: 200% !important;
    margin-top: 10px !important;
    font-size: 1.125rem;
    color: #303843;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 500;
    margin-top: 5px
}

.admini__Detail .content .detail__jj .point__li {
    margin-top: 30px
}

.admini__Detail .content .detail__jj .point__li>ul {
    margin-top: 0px;
    display: -webkit-display;
    display: -ms-displaybox;
    display: -ms-display;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.admini__Detail .content .detail__jj .point__li li {
    line-height: 180% !important;
    position: relative;
    font-size: 1.5rem;
    color: #303843;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 20px;
    padding-left: 40px
}

.admini__Detail .content .detail__jj .point__li li::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #b9d7e2
}

.admini__Detail .img {
    width: 35%;
    position: relative
}

.admini__Detail .img .sticky {
    width: 460px;
    display: block;
    margin-left: auto;
    padding-top: 60px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    left: auto
}

.admini__Detail .img .sticky img {
    width: 100%
}

.admini__Detail .shape {
    position: absolute;
    padding-left: 50px;
    top: 25%;
    z-index: -1;
    width: 100%;
    overflow: hidden
}

.admini__Detail .shape img {
    width: 100%;
    margin-right: -50px;
    position: relative;
    margin-right: -50px;
    position: relative
}

.admini__Detail .shedule_sec {
    margin-top: 0px
}

@media (max-width: 1439px) {
    .admini__Detail {
        padding: 40px 0 50px
    }
}

@media (min-width: 992px) {
    .admini__Detail .content {
        margin-bottom: 0px;
        margin-top: 60px
    }
}

@media (max-width: 991px) {
    .admini__Detail .content {
        margin-top: 40px
    }
}

@media (max-width: 991px) {
    .admini__Detail .content {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width: 576px) {
    .admini__Detail .content .detail__jj {
        margin-bottom: 30px
    }
}

@media (max-width: 575px) {
    .admini__Detail .content .detail__jj {
        margin-bottom: 10px
    }
}

@media (max-width: 1439px) {
    .admini__Detail .content .detail__jj {
        margin-top: 0
    }
}

@media (max-width: 1439px) {
    .admini__Detail .content .detail__jj h2 {
        font-size: 2.25rem
    }
}

@media (max-width: 991px) {
    .admini__Detail .content .detail__jj h2 {
        font-size: 1.75rem
    }
}

@media (max-width: 1439px) {

    .admini__Detail .content .detail__jj p,
    .admini__Detail .content .detail__jj .para {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media (max-width: 991px) {

    .admini__Detail .content .detail__jj p,
    .admini__Detail .content .detail__jj .para {
        font-size: 1rem
    }
}

@media (max-width: 1439px) {
    .admini__Detail .content .detail__jj .dis_point {
        padding-bottom: 30px
    }
}

@media (max-width: 575px) {
    .admini__Detail .content .detail__jj .dis_point {
        padding-bottom: 10px
    }
}

@media (max-width: 991px) {
    .admini__Detail .content .detail__jj .dis_point li {
        font-size: 1rem
    }
}

@media (max-width: 640px) {
    .admini__Detail .content .detail__jj .dis_point li {
        padding-left: 20px
    }
}

@media (min-width: 768px) {
    .admini__Detail .content .detail__jj .dis_point li::after {
        width: 15px;
        height: 15px;
        top: 10px
    }
}

@media (max-width: 767px) {
    .admini__Detail .content .detail__jj .dis_point li::after {
        width: 10px;
        height: 10px;
        top: 12px
    }
}

@media (max-width: 1439px) {
    .admini__Detail .content .detail__jj .sub_text {
        margin-top: 20px
    }
}

@media (max-width: 1439px) {
    .admini__Detail .content .detail__jj .point__li {
        margin-top: 30px
    }
}

@media (min-width: 1200px) {
    .admini__Detail .content .detail__jj .point__li li {
        width: 50%
    }
}

@media (max-width: 1199px) {
    .admini__Detail .content .detail__jj .point__li li {
        width: 100%
    }
}

@media (max-width: 1439px) {
    .admini__Detail .content .detail__jj .point__li li {
        font-size: 1.125rem;
        padding-left: 25px
    }
}

@media (max-width: 991px) {
    .admini__Detail .content .detail__jj .point__li li {
        font-size: 1rem
    }
}

@media (max-width: 1439px) {
    .admini__Detail .content .detail__jj .point__li li::after {
        width: 10px;
        height: 10px;
        top: 5px
    }
}

@media (max-width: 1439px) {
    .admini__Detail .img .sticky {
        width: 300px;
        margin-right: 0;
        padding-top: 120px
    }
}

@media (max-width: 991px) {
    .admini__Detail .img .sticky {
        padding-top: 20px;
        padding-bottom: 30px;
        display: none
    }
}

.shedule_sec {
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 0%;
    background-size: cover;
    height: 730px;
    max-height: 150%;
    max-width: 150%;
    position: relative
}

.shedule_sec .container {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%
}

.shedule_sec .container h2 {
    font-size: 3.4375rem;
    color: #fff;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 15px;
    font-weight: 600
}

.shedule_sec .container p {
    font-size: 1.125rem;
    color: #fff;
    line-height: 1.7;
    letter-spacing: 0;
    font-weight: 500;
    width: 445px;
    max-width: 100%
}

.shedule_sec .container .jj-btn {
    display: inline-block;
    margin-top: 25px;
    width: 250px;
    text-align: center
}

@media (min-width: 992px) {
    .shedule_sec {
        margin-top: 100px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .shedule_sec {
        margin-top: 50px
    }
}

@media (max-width: 767px) {
    .shedule_sec {
        margin-top: 30px
    }
}

@supports (-webkit-overflow-scrolling: touch) {
    .shedule_sec {
        background-attachment: scroll;
        background-position-y: 0px !important
    }
}

@media (max-width: 1439px) {
    .shedule_sec {
        height: 500px
    }
}

@media (max-width: 991px) {
    .shedule_sec {
        height: 350px
    }
}

@media (max-width: 448px) {
    .shedule_sec {
        height: 320px;
        text-align: center
    }
}

@media (max-width: 1199px) {
    .shedule_sec .container h2 {
        font-size: 2.625rem
    }
}

@media (max-width: 448px) {
    .shedule_sec .container h2 {
        font-size: 1.875rem
    }
}

@media (max-width: 448px) {
    .shedule_sec .container p {
        font-size: 0.875rem
    }
}

@media (max-width: 1199px) {
    .shedule_sec .container .jj-btn {
        width: 200px
    }
}

@media (max-width: 448px) {
    .shedule_sec .container .jj-btn {
        width: 160px
    }
}

.drop__menu a {
    cursor: pointer
}

.detail__div p {
    line-height: 225% !important
}

.jj-one-col-list li {
    max-width: 100% !important;
    width: 100%
}

.jj-suiteCommerce-implementation-header .jj-btn line {
    margin-top: 71px;
    width: 280px
}

.jj-suiteCommerce-implementation-sec {
    margin-top: 47px
}

.jj-inner-header2 {
    margin-top: 109px;
    margin-bottom: 29px
}

.jj-inner-header1 {
    margin-top: -20px
}

.jj-suite-imple-sec {
    padding-top: 91px
}

.jj-suite-imple-sec ul.jj-inter-sec-list.jj-one-col-list {
    margin-top: 50px
}

.jj-suite-imple-sec .jj-inter-integrations {
    margin-top: 40px
}

.service-inner-sections ul.jj-service-sec-list li {
    max-width: 100%;
    font-size: 1.125rem;
    font-weight: 400;
    padding-bottom: 0;
    line-height: 183%
}

.service-inner-sections ul.jj-service-sec-list li::before {
    background-color: transparent;
    border: 1px solid #707070;
    height: 10px;
    width: 10px
}

.jj-custom-net-technologies {
    padding-bottom: 38px
}

.jj-custom-net-technologies h2 {
    margin-bottom: 15px
}

@media (max-width: 991px) {
    .jj-custom-net-technologies {
        padding-bottom: 0px !important
    }
}

@media (max-width: 767px) {
    .jj-custom-net-technologies {
        text-align: center
    }
}

.jj-cust-net-technologies-list {
    padding-bottom: 173px
}

.jj-custo-why-it-services {
    padding-bottom: 20px
}

.jj-customization-expertize-sec {
    padding-top: 92px;
    padding-bottom: 98px
}

.jj-customization-expertize-sec p {
    margin-bottom: 20px
}

.jj-customization-expertize-sec button {
    margin-top: 53px;
    max-width: 280px;
    width: 100%
}

section.admini__Detail:not(:last-child) {
    padding-bottom: 10px !important
}

.admini__Detail .detail__jj ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px
}

.admini__Detail .detail__jj ul li:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #b9d7e2
}

.admini__Detail .detail__jj ul.dis_point ul li:after {
    background-color: white
}

@media (max-width: 1439px) {
    .admini__Detail .detail__jj ul li:after {
        width: 10px;
        height: 10px;
        top: 5px;
        margin-top: 3px
    }
}

.know-more-hide {
    display: none
}

.suitecommerce-adva-bg {
    position: absolute;
    left: 0px;
    top: 28%;
    z-index: -1
}

.jj-netsute-implementation-img {
    margin-top: 55px;
    z-index: 100
}

.jj-netsute-implementation-sec .jj-netsute-implementation-content h1 {
    margin-top: 15px
}

.jj-netsute-implementation-sec .jj-netsute-implementation-content .jj-know-more {
    position: relative;
    top: 18px
}

.jj-netsute-implementation-sec .jj-netsute-implementation-content .submit-button {
    margin-top: 51px
}

.jj-netsute-implementation-sec .jj-netsute-impl-bg {
    padding-bottom: 100px
}

.jj-netsute-implementation-intro .jj-inter-sec {
    margin-top: 97px
}

.jj-netsute-implementation-intro .jj-inter-sec h2 {
    margin-bottom: 22px
}

.jj-netsute-implementation-intro .service-inner-wrap {
    padding-bottom: 129px
}

.jj-advanced-page-implementation-sec {
    padding-top: 128px
}

.jj-advanced-page-implementation-sec h2 {
    line-height: 140%
}

.jj-advanced-page-implementation-sec p {
    margin-bottom: 20px;
    letter-spacing: 1.5px
}

.jj-customization-expertize-sec-adv-page {
    padding: 89px 0 0 0;
    margin-bottom: -52px
}

.jj-customization-expertize-sec-adv-page .jj-show-more-link {
    position: relative;
    top: 24px
}

.jj-customization-expertize-sec-adv-page button.btn.border-only-button {
    margin-top: 120px;
    width: 100%;
    max-width: 280px
}

.netsuite-training-banner p {
    margin-bottom: 20px
}

.netSuite-training-services-se {
    padding-top: 149px;
    padding-bottom: 0px !important
}

.netSuite-training-services-se .service-inner-main-content .letter-style h2 {
    margin-bottom: 22px !important
}

.netSuite-training-services-se p {
    margin-bottom: 20px
}

@media (min-width: 1200px) {
    .jj-training-topics-blocks {
        padding-bottom: 40px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .jj-training-topics-blocks {
        padding-bottom: 30px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .jj-training-topics-blocks {
        padding-bottom: 30px
    }
}

@media (max-width: 767px) {
    .jj-training-topics-blocks {
        padding-bottom: 30px
    }
}

.jj-training-topics-blocks h3 {
    font-size: 1.875rem;
    margin: 15px 0
}

.jj-training-topics-blocks .jj-training-topics-list {
    display: flex;
    max-width: 1170px;
    padding-bottom: 20px
}

.jj-training-topics-blocks .jj-training-topics-list li {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 17px;
    line-height: 162%
}

.jj-training-topics-blocks .jj-training-topics-list li span {
    font-weight: 400
}

.jj-training-topics-blocks .jj-inter-integrations {
    font-weight: 600
}

@media (min-width: 1200px) {
    .jj-training-topics-blocks .jj-training-topics-list li {
        width: 50%;
        margin-top: 20px
    }
}

@media (max-width: 1199px) {
    .jj-training-topics-blocks .jj-training-topics-list li {
        width: 100%
    }
}

.jj-training-topics {
    padding-top: 0px !important;
    padding-bottom: 0px !important
}

.jj-training-topics h3 {
    margin-top: 0px !important
}

.jj-training-topics button.btn.border-only-button {
    max-width: 280px;
    width: 100%
}

.jj-training-topics-bg {
    position: absolute;
    left: 0;
    top: 71%;
    z-index: -1
}

.jj-netsuite-consultin-banner h1 {
    top: -5px;
    position: relative
}

.jj-netsuite-consultin-banner p {
    letter-spacing: 1.3px
}

.service-inner-sections .jj-netsuite-consultin-inner-se {
    padding-top: 63px;
    padding-bottom: 125px
}

.service-inner-sections .jj-netsuite-consultin-inner-se .jj-training-topics-blocks {
    padding-bottom: 20px
}

.service-inner-sections .jj-netsuite-consultin-inner-se .jj-training-topics-blocks h2 {
    margin-bottom: 6px
}

.service-inner-sections .jj-netsuite-consultin-inner-se .jj-training-topics-blocks ul {
    margin-top: 25px;
    padding-bottom: 31px
}

.service-inner-sections .jj-netsuite-consultin-inner-se .jj-training-topics-blocks ul li {
    margin-bottom: 16px
}

.service-inner-sections .jj-netsuite-consultin-inner-se .jj-training-topics-blocks p {
    margin-bottom: 20px;
    letter-spacing: 1.3px
}

.service-inner-sections .jj-netsuite-consultin-inner-se .jj-training-topics-blocks.jj-sec-2 {
    padding-top: 63px;
    padding-bottom: 50px
}

.service-inner-sections .jj-netsuite-consultin-inner-se .jj-training-topics-blocks.jj-sec-2 h2 {
    line-height: 145%
}

.service-inner-sections .jj-netsuite-consultin-inner-se .submit-button button.btn.border-only-button {
    width: 280px
}

.service-inner-sections .jj-netsuite-consultin-inner-se .service-inner-main-content h2 {
    font-size: 2.5rem;
    color: #303843;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 600
}

.service-inner-sections .jj-netsuite-consultin-inner-se .service-inner-main-content p {
    margin-top: 40px
}

@media (max-width: 575px) {
    .service-inner-sections .jj-netsuite-consultin-inner-se .jj-training-topics-blocks h2 {
        margin-bottom: 0px;
        padding-bottom: 0;
        font-size: 1.3125rem !important
    }
}

@media (max-width: 767px) {
    .service-inner-sections .jj-netsuite-consultin-inner-se .jj-training-topics-blocks ul li {
        font-size: 1rem
    }

    .service-inner-sections .jj-netsuite-consultin-inner-se .jj-training-topics-blocks ul li a {
        font-size: 1rem
    }
}

@media (max-width: 575px) {
    .service-inner-sections .jj-netsuite-consultin-inner-se .jj-training-topics-blocks ul li {
        font-size: 0.9375rem;
        padding-left: 30px
    }
}

@media (max-width: 767px) {
    .service-inner-sections .jj-netsuite-consultin-inner-se .jj-training-topics-blocks ul li:before {
        width: 12px;
        height: 12px
    }
}

@media (max-width: 575px) {
    .service-inner-sections .jj-netsuite-consultin-inner-se .jj-training-topics-blocks ul li:before {
        width: 8px;
        height: 8px
    }
}

@media (max-width: 991px) {
    .service-inner-sections .jj-netsuite-consultin-inner-se .jj-training-topics-blocks ul {
        padding-bottom: 20px
    }
}

@media (max-width: 575px) {
    .service-inner-sections .jj-netsuite-consultin-inner-se .jj-training-topics-blocks ul {
        padding-bottom: 0;
        -webkit-column-count: 1;
        column-count: 1;
        margin-top: 0
    }
}

@media (max-width: 575px) {
    .service-inner-sections .jj-netsuite-consultin-inner-se .jj-training-topics-blocks.jj-sec-2 h2 {
        font-size: 1.3125rem
    }
}

@media (max-width: 575px) {
    .service-inner-sections .jj-netsuite-consultin-inner-se .jj-training-topics-blocks.jj-sec-2 {
        padding-bottom: 20px
    }
}

@media (max-width: 991px) {
    .service-inner-sections .jj-netsuite-consultin-inner-se .jj-training-topics-blocks {
        padding-top: 40px;
        padding-bottom: 0
    }
}

@media (max-width: 767px) {
    .service-inner-sections .jj-netsuite-consultin-inner-se .jj-training-topics-blocks {
        padding-top: 30px
    }
}

@media (max-width: 991px) {
    .service-inner-sections .jj-netsuite-consultin-inner-se .jj-training-topics-blocks.jj-sec-2 {
        padding-top: 40px
    }
}

@media (max-width: 767px) {
    .service-inner-sections .jj-netsuite-consultin-inner-se .jj-training-topics-blocks.jj-sec-2 {
        padding-top: 30px
    }
}

@media (max-width: 575px) {
    .service-inner-sections .jj-netsuite-consultin-inner-se .jj-training-topics-blocks {
        padding-top: 20px
    }
}

@media (max-width: 991px) {
    .service-inner-sections .jj-netsuite-consultin-inner-se .service-inner-main-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        max-width: 100%
    }
}

@media (max-width: 1439px) {
    .service-inner-sections .jj-netsuite-consultin-inner-se .service-inner-main-content h2 {
        font-size: 2.25rem
    }
}

@media (max-width: 991px) {
    .service-inner-sections .jj-netsuite-consultin-inner-se .service-inner-main-content h2 {
        font-size: 1.75rem
    }
}

@media (max-width: 575px) {
    .service-inner-sections .jj-netsuite-consultin-inner-se .service-inner-main-content h2 {
        font-size: 1.3125rem
    }
}

@media (max-width: 1365px) {
    .service-inner-sections .jj-netsuite-consultin-inner-se .service-inner-main-content p {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media (max-width: 575px) {
    .service-inner-sections .jj-netsuite-consultin-inner-se .service-inner-main-content p {
        margin-top: 5px;
        margin-bottom: 5px
    }
}

@media (max-width: 991px) {
    .service-inner-sections .jj-netsuite-consultin-inner-se .service-inner-right-side {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 100%
    }
}

@media (max-width: 767px) {
    .service-inner-sections .jj-netsuite-consultin-inner-se .service-inner-right-side {
        display: none
    }
}

@media (max-width: 991px) {
    .service-inner-sections .jj-netsuite-consultin-inner-se .service-inner-right-side div img {
        width: 35%
    }
}

@media (max-width: 991px) {
    .service-inner-sections .jj-netsuite-consultin-inner-se .service-inner-right-side div {
        padding-top: 20px;
        padding-bottom: 30px
    }
}

@media (max-width: 575px) {
    .service-inner-sections .jj-netsuite-consultin-inner-se .service-inner-right-side div {
        padding-top: 5px;
        padding-bottom: 20px
    }
}

@media (max-width: 991px) {
    .service-inner-sections .jj-netsuite-consultin-inner-se {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 0;
        padding-bottom: 80px
    }
}

@media (max-width: 767px) {
    .service-inner-sections .jj-netsuite-consultin-inner-se {
        padding-bottom: 70px
    }
}

@media (max-width: 575px) {
    .service-inner-sections .jj-netsuite-consultin-inner-se {
        padding-bottom: 35px
    }
}

@media (max-width: 991px) {
    .service-inner-sections {
        padding-top: 0px
    }
}

@media (max-width: 991px) {
    .netsuite__main.products__page .main__text {
        padding-top: 0
    }
}

@media (max-width: 767px) {
    .netsuite__main.products__page .main__text {
        padding-top: 30px
    }
}

@media (max-width: 991px) {
    .netsuite__main.products__page .main__text h1 {
        font-size: 1.875rem
    }
}

@media (max-width: 767px) {
    .netsuite__main.products__page .main__text p {
        margin: 0 auto;
        width: 90%
    }
}

.jj-products-nav {
    width: 100%;
    display: block;
    padding: 0 15px
}

.jj-products-nav::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 30px;
    width: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    height: 10px;
    border-top: rgba(131, 129, 129, 0.53) 1px solid;
    border-left: rgba(131, 129, 129, 0.53) 1px solid;
    display: none
}

.jj-products-nav ul {
    border-bottom: 1px solid #bebebe;
    margin-bottom: 82px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.jj-products-nav ul.open_nav {
    background-color: rgba(204, 204, 204, 0.17);
    border-bottom: none
}

.jj-products-nav ul.open_nav li {
    display: block;
    border-bottom: rgba(204, 204, 204, 0.17) 1px solid
}

.jj-products-nav ul.open_nav li:last-child {
    border-bottom: none
}

.jj-products-nav ul::after {
    content: "";
    display: none;
    position: absolute
}

.jj-products-nav ul li {
    width: 25%;
    text-align: center
}

.jj-products-nav ul li a {
    width: 100%;
    margin: 0px;
    font-weight: 500;
    color: rgba(48, 56, 67, 0.6);
    padding: 29px 10px;
    display: block;
    cursor: pointer
}

.jj-products-nav ul li a.active,
.jj-products-nav ul li a:hover {
    color: #016525
}

@media (max-width: 767px) {
    .jj-products-nav {
        position: relative
    }
}

@media (max-width: 448px) {
    .jj-products-nav {
        padding: 0
    }
}

@media (max-width: 767px) {
    .jj-products-nav::after {
        display: block;
        pointer-events: none
    }
}

@media (max-width: 448px) {
    .jj-products-nav::after {
        right: 15px
    }
}

@media (max-width: 991px) {
    .jj-products-nav ul {
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .jj-products-nav ul {
        display: block;
        position: relative
    }
}

@media (max-width: 767px) {
    .jj-products-nav ul li {
        width: 100%;
        display: none;
        text-align: left
    }
}

@media (max-width: 767px) {
    .jj-products-nav ul li.active {
        display: block
    }
}

@media (max-width: 1199px) {
    .jj-products-nav ul li a {
        padding: 10px
    }
}

.jj-all-products-list {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.jj-all-products-list:after {
    content: "";
    width: 100%;
    position: relative;
    display: block;
    max-width: 358px
}

.jj-all-products-list .jj-product-item {
    padding: 0px 15px 55px 15px;
    max-width: 358px
}

.jj-all-products-list .jj-product-item .jj-product-item-inner {
    max-width: 358px;
    width: 100%
}

.jj-all-products-list .jj-product-item h5 {
    padding: 5px 15px;
    display: inline;
    border-radius: 20px;
    margin-bottom: 12px
}

.jj-all-products-list .jj-product-item[data-filter="netsuite-applications"] h5 {
    background-color: rgba(99, 218, 234, 0.28)
}

.jj-all-products-list .jj-product-item[data-filter="netsuite-integration"] h5 {
    background-color: rgba(172, 229, 207, 0.28)
}

.jj-all-products-list .jj-product-item[data-filter="netsuite-implementation"] h5 {
    background-color: rgba(185, 215, 226, 0.28)
}

.jj-all-products-list .jj-product-item img {
    position: relative;
    width: 100%;
    margin-top: 12px;
    border-radius: 5px
}

.jj-all-products-list .jj-product-item h3 {
    margin-top: 33px;
    display: block;
    margin-bottom: 16px;
    position: relative
}

@media (max-width: 1199px) {
    .jj-all-products-list .jj-product-item {
        width: 33.33%
    }
}

@media (max-width: 991px) {
    .jj-all-products-list .jj-product-item {
        width: 50%
    }
}

@media (max-width: 448px) {
    .jj-all-products-list .jj-product-item {
        width: 100%;
        padding: 0 0 30px
    }
}

@media (max-width: 991px) {
    .jj-all-products-list .jj-product-item h5 {
        font-size: 0.875rem;
        font-weight: 600
    }
}

@media (max-width: 991px) {
    .jj-all-products-list .jj-product-item h3 {
        margin-top: 15px;
        margin-bottom: 6px;
        font-size: 1.25rem;
        font-weight: 600
    }
}

@media (max-width: 767px) {

    .jj-main-product-page-head .main__text,
    .jj-main-product-page-head .main__img {
        width: 100% !important
    }

    .jj-main-product-page-head .main__text {
        order: 2
    }

    .jj-main-product-page-head .main__text p {
        margin: 0px !important
    }

    .jj-main-product-page-head .main__img {
        order: 1
    }

    .jj-main-product-page-head .jj-products-nav ul:not(.open_nav) li:not(.active) {
        animation: slideProductNavRe 0.5s ease-in-out forwards !important;
        animation-name: slideProductNavRe !important
    }

    .jj-main-product-page-head .jj-products-nav ul.open_nav li {
        animation: slideProductNav 0.5s ease-in-out forwards !important;
        animation-name: slideProductNav !important
    }
}

@keyframes slideProductNav {
    0% {
        height: 0
    }

    100% {
        height: 44px
    }
}

@keyframes slideProductNavRe {
    100% {
        height: 0
    }

    0% {
        height: 44px
    }
}

.netsuite__main {
    padding: 112px 0 150px;
    position: relative
}

.netsuite__main .shape__img {
    position: absolute;
    top: -50%;
    z-index: -1;
    left: -10%
}

.netsuite__main .shape__img img {
    width: 100%;
	height: auto;
}

.netsuite__main .main__text {
    width: 50%;
    padding-top: 100px
}

.netsuite__main .main__text h1 {
    font-size: 3.75rem;
    color: #303843;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 25px;
    font-weight: 700;
    width: 545px;
    max-width: 100%
}

.netsuite__main .main__text p {
    font-size: 1.125rem;
    color: #303843;
    line-height: 1.6;
    letter-spacing: 0;
    width: 425px;
    max-width: 100%
}

.netsuite__main .main__img {
    width: 50%;
    padding-left: 55px
}

.netsuite__main .main__img .vector_img {
    width: 619px;
    max-width: 100%;
    position: relative;
    padding-right: 60px
}

.netsuite__main .main__img .vector_img img {
    width: 100%;
	height: auto;
    position: relative;
    z-index: 3
}

.netsuite__main .main__img .vector_img .line_shape {
    width: 190px;
    height: 480px;
    border: 3px solid #00961b;
    border-radius: 100px;
    display: block;
    position: absolute;
    top: 100px;
    right: 30px;
    z-index: 2
}

.netsuite__main .main__img .vector_img .layer_shape {
    width: 82px;
    height: 208px;
    background-color: rgba(162, 224, 255, 0.5);
    display: block;
    border-radius: 100px;
    position: absolute;
    top: 78px;
    right: 0;
    z-index: 1
}

@media (max-width: 1619px) {
    .netsuite__main {
        padding: 100px 0 50px
    }
}

@media (max-width: 1199px) {
    .netsuite__main {
        padding: 50px 0 30px
    }
}

@media (max-width: 640px) {
    .netsuite__main {
        padding: 20px 0 30px
    }
}

@media (max-width: 991px) {
    .netsuite__main .main__text {
        padding-top: 50px
    }
}

@media (max-width: 640px) {
    .netsuite__main .main__text {
        width: 100%;
        padding-top: 30px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: center
    }
}

@media (max-width: 1365px) {
    .netsuite__main .main__text h1 {
        font-size: 3.125rem
    }
}

@media (max-width: 1199px) {
    .netsuite__main .main__text h1 {
        font-size: 2.5rem
    }
}

@media (max-width: 767px) {
    .netsuite__main .main__text h1 {
        font-size: 2rem
    }
}

@media (max-width: 575px) {
    .netsuite__main .main__text h1 {
        font-size: 1.625rem
    }
}

@media (max-width: 575px) {
    .netsuite__main .main__text p {
        font-size: 1rem
    }
}

@media (max-width: 991px) {
    .netsuite__main .main__img {
        padding-left: 20px
    }
}

@media (max-width: 640px) {
    .netsuite__main .main__img {
        width: 100%;
        padding-left: 0
    }
}

@media (max-width: 991px) {
    .netsuite__main .main__img .vector_img {
        padding-right: 25px
    }
}

@media (max-width: 640px) {
    .netsuite__main .main__img .vector_img {
        width: 300px;
        margin: 0 auto
    }
}

@media (max-width: 575px) {
    .netsuite__main .main__img .vector_img {
        padding-right: 0px
    }
}

@media (max-width: 1799px) {
    .netsuite__main .main__img .vector_img .line_shape {
        top: 103px;
        right: 32px
    }
}

@media (max-width: 1439px) {
    .netsuite__main .main__img .vector_img .line_shape {
        top: 60px;
        right: 40px;
        width: 140px;
        height: 410px
    }
}

@media (max-width: 1199px) {
    .netsuite__main .main__img .vector_img .line_shape {
        height: 310px
    }
}

@media (max-width: 991px) {
    .netsuite__main .main__img .vector_img .line_shape {
        height: 260px;
        top: 58px;
        right: 0;
        width: 120px
    }
}

@media (max-width: 767px) {
    .netsuite__main .main__img .vector_img .line_shape {
        height: 200px;
        width: 70px
    }
}

@media (max-width: 1439px) {
    .netsuite__main .main__img .vector_img .layer_shape {
        width: 40px;
        height: 100px;
        top: 80px;
        right: 20px
    }
}

@media (max-width: 991px) {
    .netsuite__main .main__img .vector_img .layer_shape {
        top: 30px;
        right: 0
    }
}

.content__sec {
    padding-top: 150px
}

.content__sec .row {
    padding-bottom: 85px;
    margin-bottom: 85px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.08);
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between
}

.content__sec .row:last-of-type {
    border: none
}

.content__sec .img__div {
    width: 50%
}

.content__sec .img__div .img {
    width: 624px;
    max-width: 100%;
    display: block;
    border-radius: 19px;
    overflow: hidden
}

.content__sec .img__div .img img {
    width: 100%;
	height: auto;
}

.content__sec .pro_text {
    width: 50%
}

.content__sec .pro_text h3 {
    font-size: 1.875rem;
    color: #303843;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 600;
    margin-bottom: 26px;
    width: 500px;
    max-width: 90%
}

.content__sec .pro_text p {
    font-size: 1.125rem;
    color: #303843;
    line-height: 1.5;
    letter-spacing: 0;
    width: 630px;
    max-width: 90%
}

@media (max-width: 1199px) {
    .content__sec {
        padding-top: 100px
    }
}

@media (max-width: 640px) {
    .content__sec {
        padding-top: 20px
    }
}

@media (max-width: 1199px) {
    .content__sec .row {
        margin-bottom: 45px;
        padding-bottom: 45px
    }
}

@media (max-width: 640px) {
    .content__sec .row {
        display: block;
        padding-bottom: 25px;
        margin-bottom: 25px;
        border: none
    }
}

@media (max-width: 1439px) {
    .content__sec .row:nth-of-type(odd) .pro_text {
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .content__sec .row:nth-of-type(odd) {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media (max-width: 991px) {

    .content__sec .row .img__div,
    .content__sec .row .pro_text {
        max-width: 100% !important;
        width: 100% !important
    }

    .content__sec .row .img__div {
        margin: auto !important
    }

    .content__sec .row .pro_text {
        padding-left: 0px !important;
        padding-top: 15px !important
    }

    .content__sec .row .pro_text h3,
    .content__sec .row .pro_text p {
        max-width: 100% !important;
        width: 100% !important
    }
}

@media (max-width: 640px) {
    .content__sec .img__div {
        width: 100%
    }
}

@media (max-width: 1439px) {
    .content__sec .pro_text {
        padding-left: 40px
    }
}

@media (max-width: 640px) {
    .content__sec .pro_text {
        padding: 0;
        width: 100%;
        padding-top: 25px
    }
}

@media (max-width: 1365px) {
    .content__sec .pro_text h3 {
        font-size: 1.75rem
    }
}

@media (max-width: 1199px) {
    .content__sec .pro_text h3 {
        font-size: 1.375rem
    }
}

@media (max-width: 767px) {
    .content__sec .pro_text h3 {
        font-size: 1.25rem
    }
}

@media (max-width: 640px) {
    .content__sec .pro_text h3 {
        margin-bottom: 15px
    }
}

@media (max-width: 1439px) {
    .contact-page-banner.netsuite__main {
        padding: 50px 0 90px
    }
}

@media (max-width: 991px) {
    .contact-page-banner.netsuite__main {
        padding: 30px 0 50px
    }
}

@media (max-width: 767px) {
    .contact-page-banner.netsuite__main {
        padding: 30px 0 0
    }
}

@media (max-width: 991px) {
    .contact-page-banner.netsuite__main .main__text {
        width: 50%;
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        padding-top: 50px
    }
}

@media (max-width: 767px) {
    .contact-page-banner.netsuite__main .main__text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        padding-top: 70px;
        text-align: center
    }
}

@media (max-width: 991px) {
    .contact-page-banner.netsuite__main .main__text p {
        margin-bottom: 10px
    }
}

@media (max-width: 767px) {
    .contact-page-banner.netsuite__main .main__text p {
        margin: 0 auto 10px;
        width: 90%
    }
}

@media (max-width: 991px) {
    .contact-page-banner.netsuite__main .main__text p a {
        font-size: 1.125rem
    }
}

@media (max-width: 991px) {
    .contact-page-banner.netsuite__main .main__text h1 {
        font-size: 2rem;
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    .contact-page-banner.netsuite__main .main__text h1 {
        margin: 0 auto 15px
    }
}

@media (max-width: 991px) {
    .contact-page-banner.netsuite__main .main__img {
        width: 50%
    }
}

@media (max-width: 767px) {
    .contact-page-banner.netsuite__main .main__img {
        width: 300px;
        max-width: 100%;
        margin: 0 auto
    }
}

@media (max-width: 640px) {
    .contact-page-banner.netsuite__main .main__img {
        padding-left: 0
    }
}

.contact-page-banner.netsuite__main .main__img .contact-us-banner-img {
    margin-top: 67px
}

.contact-page-banner.netsuite__main .main__img .contact-us-banner-img img {
    max-width: calc(100% - 30px);
    margin-left: 30px
}

.contact-page-banner p a {
    color: #016525;
    cursor: auto;
    font-size: 1.5rem;
    font-weight: 500
}

@media (max-width: 991px) {
    .contact-page-banner.netsuite__main .main__img .contact-us-banner-img {
        margin-top: 20px;
        padding-right: 30px
    }
}

@media (max-width: 640px) {
    .contact-page-banner.netsuite__main .main__img .contact-us-banner-img {
        margin-top: 0
    }
}

@media (max-width: 991px) {
    .contact-page-banner.netsuite__main .main__img .contact-us-banner-img .contact-img-berore-design {
        height: 100px;
        width: 40px
    }
}

@media (max-width: 991px) {
    .contact-page-banner.netsuite__main .main__img .contact-us-banner-img img {
        margin-left: 20px;
        max-width: calc(100% - 20px)
    }
}

@media (max-width: 991px) {
    .contact-page-banner.netsuite__main .main__img .contact-us-banner-img .line_shape {
        top: 80px;
        right: 10px;
        height: 230px;
        width: 100px
    }
}

@media (max-width: 767px) {
    .contact-page-banner.netsuite__main .main__img .contact-us-banner-img .line_shape {
        top: 30px
    }
}

@media (max-width: 991px) {
    .contact-page-banner.netsuite__main .main__img .contact-us-banner-img .layer_shape {
        width: 50px;
        height: 120px;
        top: 200px
    }
}

@media (max-width: 767px) {
    .contact-page-banner.netsuite__main .main__img .contact-us-banner-img .layer_shape {
        width: 40px;
        top: auto;
        bottom: -10px
    }
}

.contact-img-berore-design {
    display: block;
    background-color: rgba(0, 245, 151, 0.17);
    height: 208px;
    width: 82px;
    border-radius: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

.jj-contact-us-image-area {
    width: 43.5%;
    position: relative;
    padding-top: 100px
}

.jj-contact-us-image-area>img {
    top: 150px;
    position: -webkit-sticky;
    position: sticky;
    margin: 0px 0 50px 0;
    width: 100%;
	height: auto;
}

@media (max-width: 1199px) {
    .jj-contact-us-image-area {
        width: 30%;
        padding-top: 0
    }
}

@media (max-width: 767px) {
    .jj-contact-us-image-area {
        width: 100%
    }
}

@media (max-width: 1199px) {
    .jj-contact-us-image-area>img {
        width: 90%
    }
}

@media (max-width: 767px) {
    .jj-contact-us-image-area>img {
        width: 50%;
        margin: 0 auto 20px
    }
}

.contact-us-page-footer-form .jj-work-together-form {
    max-width: 100%
}

.contact-us-page-footer-form .jj-work-together-form .form-group {
    margin-top: 15px
}

.contact-us-page-footer-form .jj-contact-us-form-area {
    padding: 150px 15px 75px 15px;
    max-width: 56%;
    width: 100%
}

.contact-us-page-footer-form .jj-contact-us-form-area .jj-footer-form-wrap {
    max-width: 100%;
    width: 100%
}

.contact-us-page-footer-form .jj-contact-us-form-area h2 {
    margin-top: 44px
}

.contact-us-page-footer-form .jj-contact-us-form-area p {
    max-width: 500px;
    margin: 7px 0px 12px 0
}

.contact-us-page-footer-form .jj-contact-us-form-area p.jj-send-an-email {
    margin-bottom: 17px
}

.contact-us-page-footer-form .jj-contact-us-form-area .submit-button {
    margin-top: 59px
}

@media (max-width: 1439px) {
    .contact-us-page-footer-form {
        margin-top: 80px
    }
}

@media (max-width: 1199px) {
    .contact-us-page-footer-form {
        margin-top: 40px
    }
}

@media (max-width: 640px) {
    .contact-us-page-footer-form .jj-work-together-form {
        padding: 0
    }
}

@media (max-width: 1199px) {
    .contact-us-page-footer-form .jj-contact-us-form-area {
        padding-top: 50px;
        max-width: 70%
    }
}

@media (max-width: 767px) {
    .contact-us-page-footer-form .jj-contact-us-form-area {
        width: 100%;
        max-width: 100%;
        padding: 30px 0;
        text-align: center
    }
}

@media (max-width: 1199px) {
    .contact-us-page-footer-form .jj-contact-us-form-area .footer-form-ico {
        width: 50px
    }
}

@media (max-width: 767px) {
    .contact-us-page-footer-form .jj-contact-us-form-area .footer-form-ico {
        margin: 0 auto
    }
}

@media (max-width: 1199px) {
    .contact-us-page-footer-form .jj-contact-us-form-area h2 {
        margin-top: 20px
    }
}

@media (max-width: 767px) {
    .contact-us-page-footer-form .jj-contact-us-form-area p {
        margin: 10px auto 0
    }
}

@media (max-width: 1199px) {
    .contact-us-page-footer-form .jj-contact-us-form-area .submit-button {
        margin-top: 25px
    }
}

.jj-work-together-sec .jj-send-an-email a {
    color: #225980;
    transition: 0.5s
}

.jj-work-together-sec .jj-send-an-email a:hover {
    color: #016525 !important
}

.form-group [class*="icon-"] {
    color: #225980;
    font-size: 1.375rem;
    position: relative;
    bottom: -2px
}

.form-group .attach-button {
    pointer-events: none;
    cursor: pointer
}

.form-group span.icon-attach {
    font-size: 1.5rem
}

.form-group .input-front-icon {
    width: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    float: left;
    height: 100%;
    border: 1px solid #cde6ed;
    border-right: none;
    border-radius: 5px 0 0 5px
}

.form-group .input-front-icon:before {
    margin: auto 0 auto auto
}

.form-group span.input-front-icon .intl-tel-input {
    width: calc(100% - 35px);
    max-width: calc(100% - 35px) !important;
    float: left
}

.form-group span.input-front-icon .intl-tel-input input {
    border-left: none;
    border-radius: 0 5px 5px 0
}

.form-group button.attach-button {
    background-color: #fff;
    border: none;
    top: 15px;
    position: absolute;
    cursor: pointer;
    pointer-events: none
}

@media (max-width: 767px) {
    .form-group button.attach-button {
        top: 8px
    }
}

@media (min-width: 576px) {
    .form-group button.attach-button {
        right: 30px
    }
}

@media (max-width: 575px) {
    .form-group button.attach-button {
        right: 18px
    }
}

.contact__detail {
    padding-bottom: 85px
}

.contact__detail .container {
    border-top: 1px solid #b9d7e2;
    padding-top: 80px
}

.contact__detail .location {
    width: 50%;
    padding: 0 15px
}

.contact__detail .location p {
    line-height: 225%
}

.contact__detail .contact {
    width: 23%;
    padding: 0 15px
}

.contact__detail .email {
    width: 27%;
    padding: 0 15px
}

.contact__detail h5 {
    font-size: 1.25rem;
    color: #303843;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 18px
}

.contact__detail p,
.contact__detail a {
    font-size: 1.125rem;
    color: #303843;
    line-height: 1.5;
    letter-spacing: 0;
    display: block
}

.contact__detail p {
    width: 550px;
    max-width: 100%
}

.contact__detail a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 5px
}

.contact__detail a:hover {
    color: #016525
}

.contact__detail a span {
    font-size: 15px;
    color: #b9d7e2;
    margin-right: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.contact__detail a span:hover {
    color: #016525
}

@media (max-width: 991px) {
    .contact__detail {
        padding-bottom: 50px
    }
}

@media (max-width: 991px) {
    .contact__detail .container {
        padding-top: 50px
    }
}

@media (max-width: 991px) {
    .contact__detail .location {
        width: 100%;
        margin-bottom: 30px
    }
}

@media (max-width: 640px) {
    .contact__detail .location {
        padding: 0
    }
}

@media (max-width: 991px) {
    .contact__detail .contact {
        width: 50%
    }
}

@media (max-width: 640px) {
    .contact__detail .contact {
        width: 100%;
        margin-bottom: 30px;
        padding: 0
    }
}

@media (max-width: 991px) {
    .contact__detail .email {
        width: 50%
    }
}

@media (max-width: 640px) {
    .contact__detail .email {
        width: 100%;
        margin-bottom: 30px;
        padding: 0
    }
}

@media (max-width: 448px) {
    .contact__detail a span {
        font-size: 12px
    }
}

.cv_label {
    z-index: 500;
    cursor: pointer
}

.cv_label ::placeholder {
    color: #002539;
    opacity: 1;
    padding-left: 10px;
    transition: all 0.5s ease-in-out
}

.cv_label :-ms-input-placeholder,
.cv_label ::-ms-input-placeholder {
    color: #002539;
    transition: all 0.5s ease-in-out
}

.cv_label:hover ::placeholder,
.cv_label:hover :-ms-input-placeholder,
.cv_label:hover ::-ms-input-placeholder {
    opacity: 0
}

input.btn.btn-primary {
    transition: all 400ms cubic-bezier(0.77, 0, 0.175, 1);
    color: #fff;
    background-color: #016525;
    border: none;
    padding: 13px 34px;
    border-radius: 30px;
    position: relative;
    z-index: 10;
    overflow: hidden
}

input.btn.btn-primary:focus {
    outline: none
}

input.btn.btn-primary:after {
    content: "";
    position: absolute;
    transition: inherit;
    z-index: -1;
    left: 0;
    top: 0;
    height: 0;
    background-color: green;
    border-radius: 50px;
    width: 100%
}

input.btn.btn-primary:hover {
    color: #fff
}

input.btn.btn-primary:hover:after {
    height: 100%
}

.jj-work-together-form input.btn.btn-primary {
    max-width: 120px
}

.form-group label {
    font-family: "Poppins", open sans;
    font-weight: 400
}

.form-group label span {
    font-family: "Poppins", open sans;
    font-weight: 400
}

.jj-phone-icon-input {
    z-index: 50
}

.jj-phone-icon-input .selected-flag .iti-arrow {
    display: block !important
}

ul.country-list li {
    opacity: 1 !important
}

ul.country-list li.country {
    opacity: 1 !important
}

.jj-work-together-form input {
    background: transparent !important
}

.jj-work-together-form input label {
    z-index: -1
}

.blog-banner-bak-design {
    position: absolute;
    top: 150px;
    left: 0;
    width: 110%;
    z-index: -1
}

.jj-blog-banner {
    padding-top: 90px
}

.jj-blog-banner .blog-banner-area {
    height: 468px;
    width: 100%;
    background-size: cover;
    background-position: left center;
    padding: 25px 45px;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.jj-blog-banner .blog-banner-area .blog-content-area {
    margin-top: auto;
    margin-bottom: 0
}

.jj-blog-banner .blog-banner-area h1 {
    color: #fff;
    font-size: 1.875rem;
    font-weight: 600;
    max-width: 1066px
}

@media (max-width: 1439px) {
    .jj-blog-banner {
        padding-top: 80px
    }
}

@media (max-width: 1199px) {
    .jj-blog-banner {
        padding-top: 40px
    }
}

@media (max-width: 767px) {
    .jj-blog-banner {
        padding-top: 25px
    }
}

@media (max-width: 448px) {
    .jj-blog-banner {
        padding-top: 15px
    }
}

@media (max-width: 1439px) {
    .jj-blog-banner .blog-banner-area {
        height: 400px
    }
}

@media (max-width: 1199px) {
    .jj-blog-banner .blog-banner-area {
        height: 350px;
        padding: 20px
    }
}

@media (max-width: 767px) {
    .jj-blog-banner .blog-banner-area {
        height: 270px
    }
}

@media (max-width: 448px) {
    .jj-blog-banner .blog-banner-area {
        height: 210px
    }
}

@media (max-width: 1199px) {
    .jj-blog-banner .blog-banner-area h1 {
        max-width: 100%;
        font-size: 1.5rem
    }
}

@media (max-width: 767px) {
    .jj-blog-banner .blog-banner-area h1 {
        font-size: 1.125rem;
        line-height: 1.2
    }
}

.jj-banner-date {
    height: 100px;
    width: 100px;
    border-radius: 10px;
    padding: 16px 10px;
    text-align: center
}

.jj-banner-date:not(.bg-green-area) {
    background-color: #fff
}

.jj-banner-date.bg-green-area {
    background-color: #00d6c0;
    color: #fff
}

.jj-banner-date .jj-bannr-dd {
    font-size: 3.125rem;
    font-weight: 600;
    line-height: 100%
}

.jj-banner-date .jj-bannr-mm-yy {
    font-size: 11px;
    width: 100%;
    display: block
}

@media (max-width: 1199px) {
    .jj-banner-date {
        width: 80px;
        height: 80px;
        padding: 15px 6px
    }
}

@media (max-width: 448px) {
    .jj-banner-date {
        width: 60px;
        height: 70px;
        padding: 10px 0
    }
}

@media (max-width: 1199px) {
    .jj-banner-date .jj-bannr-dd {
        font-size: 1.875rem
    }
}

.jj-netsuite-edERP-box {
    background-color: #fff;
    padding: 39px 44px;
    border-radius: 15px;
    max-width: 436px;
    margin: auto 0
}

.jj-netsuite-edERP-box h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 60px
}

.jj-user-profile-details-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.jj-user-profile-details-area figure {
    display: inline
}

.jj-user-profile-details-area figure img {
    border-radius: 60px;
    overflow: hidden
}

.jj-user-profile-details-area .user-profile-details {
    display: inline;
    margin: auto 15px
}

.jj-user-profile-details-area .user-profile-details h4 {
    font-size: 1.125rem
}

.jj-user-profile-details-area .user-profile-details p {
    font-size: 0.8125rem
}

.jj-netsuite-ederp-sec {
    padding-top: 82px;
    position: relative
}

@media (min-width: 576px) and (max-width: 767px) {
    .jj-netsuite-ederp-sec {
        padding-top: 30px
    }
}

@media (max-width: 575px) {
    .jj-netsuite-ederp-sec {
        padding-top: 10px
    }
}

.blogs-item-bak-img-design {
    position: absolute;
    z-index: -1;
    width: 100%;
    top: -150px
}

.blogs-item-bak-img-design img {
    top: -150px
}

.jj-blog-item-container {
    padding-bottom: 107px
}

.jj-blog-item-container .item {
    max-width: 33.33%;
    padding: 0 15px;
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 76px
}

.jj-blog-item-container .item .jj-blog-item-wrap {
    max-width: 328px;
    height: 100%
}

.jj-blog-item-container .item .jj-blog-item-wrap .jj-our-blog-item-link {
    height: auto;
    position: static
}

.jj-blog-item-container .item .jj-blog-item-wrap .jj-our-blog-item-link p.jj-know-more {
    bottom: 5px
}

.jj-blog-item-container .item:nth-child(3n-1) .jj-blog-item-wrap {
    margin: 0 auto
}

.jj-blog-item-container .item:nth-child(3n) .jj-blog-item-wrap {
    margin-left: auto
}

.jj-blog-item-container .item .jj-blog-item-content-area {
    padding-top: 35px
}

.jj-blog-item-container .item .jj-blog-item-content-area p {
    margin-bottom: 13px
}

@media (max-width: 1199px) {
    .jj-blog-item-container {
        padding-bottom: 80px
    }
}

@media (max-width: 575px) {
    .jj-blog-item-container {
        padding-bottom: 30px
    }

    .jj-blog-item-container .item {
        margin-top: 30px !important
    }
}

@media (max-width: 1439px) {
    .jj-blog-item-container .item {
        margin-top: 50px
    }
}

@media (max-width: 1199px) {
    .jj-blog-item-container .item {
        width: 33.33%;
        max-width: 33.33%
    }
}

@media (max-width: 767px) {
    .jj-blog-item-container .item {
        width: 50%;
        max-width: 50%
    }
}

@media (max-width: 448px) {
    .jj-blog-item-container .item {
        width: 100%;
        max-width: 100%;
        padding: 0
    }
}

@media (max-width: 1199px) {
    .jj-blog-item-container .item .jj-blog-item-wrap {
        height: auto;
        max-width: 100%
    }
}

@media (max-width: 1439px) {
    .jj-blog-item-container .item .jj-blog-item-wrap .jj-our-blog-item-link {
        padding-bottom: 30px;
        margin-bottom: 0
    }
}

@media (max-width: 448px) {
    .jj-blog-item-container .item .jj-blog-item-wrap .jj-our-blog-item-link {
        padding-bottom: 0
    }
}

@media (max-width: 1199px) {
    .jj-blog-item-container .item .jj-blog-item-wrap .jj-our-blog-item-link .jj-blog-item-img-wrap img {
        width: 100%
    }
}

@media (max-width: 448px) {
    .jj-blog-item-container .item .jj-blog-item-wrap .jj-our-blog-item-link p.jj-know-more {
        position: relative
    }
}

@media (max-width: 1199px) {
    .jj-blog-item-container .item .jj-blog-item-content-area {
        padding: 15px 0 0
    }
}

@media (max-width: 1199px) {
    .jj-blog-item-container .item .jj-blog-item-content-area p {
        line-height: 150%
    }
}

@media (max-width: 1199px) {
    .jj-blog-item-container .item .jj-blog-item-content-area p strong {
        letter-spacing: 0;
        line-height: 150%
    }
}

.factSection.jj-free-consultation.jj-netSuite-edERP-inner-page {
    height: 861px;
    background-origin: 85% 0%;
    background-position: 65% 50%
}

.factSection.jj-free-consultation.jj-netSuite-edERP-inner-page .jj-user-profile-details-area figure {
    border-radius: 50%;
    width: 65px;
    height: 65px
}

.factSection.jj-free-consultation.jj-netSuite-edERP-inner-page .jj-user-profile-details-area figure img {
    width: 100%
}

@media (max-width: 1439px) {
    .factSection.jj-free-consultation.jj-netSuite-edERP-inner-page {
        height: 550px
    }
}

@media (max-width: 1199px) {
    .factSection.jj-free-consultation.jj-netSuite-edERP-inner-page {
        padding: 0;
        height: 450px
    }
}

@media (max-width: 767px) {
    .factSection.jj-free-consultation.jj-netSuite-edERP-inner-page {
        height: 380px
    }
}

@media (max-width: 1199px) {
    .factSection.jj-free-consultation.jj-netSuite-edERP-inner-page .jj-netsuite-edERP-box {
        margin: 0;
        padding: 25px
    }
}

@media (max-width: 767px) {
    .factSection.jj-free-consultation.jj-netSuite-edERP-inner-page .jj-netsuite-edERP-box {
        text-align: left
    }
}

@media (max-width: 1199px) {
    .factSection.jj-free-consultation.jj-netSuite-edERP-inner-page .jj-netsuite-edERP-box h3 {
        font-size: 1.25rem;
        margin-bottom: 20px
    }
}

@media (max-width: 1199px) {
    .factSection.jj-free-consultation.jj-netSuite-edERP-inner-page .jj-user-profile-details-area figure {
        height: 40px;
        width: 40px
    }
}

@media (max-width: 1199px) {
    .factSection.jj-free-consultation.jj-netSuite-edERP-inner-page .jj-user-profile-details-area .user-profile-details h4 {
        font-size: 0.9375rem
    }
}

@media (max-width: 1199px) {
    .factSection.jj-free-consultation.jj-netSuite-edERP-inner-page .jj-user-profile-details-area .user-profile-details p {
        font-size: 12px
    }
}

.w-100 {
    width: 100%
}

.jj-blog-inner-banner-sec .user-profile-details {
    color: #fff
}

.jj-blog-inner-banner-sec .blog-inner-bannr-profile {
    margin-top: auto
}

@media (max-width: 640px) {
    .jj-blog-inner-banner-sec .blog-inner-bannr-profile {
        display: none
    }
}

.blog-banner-area h1 {
    text-shadow: 1px 2px 33px black
}

@media (min-width: 992px) {
    .blog-banner-area {
        margin-bottom: 40px
    }
}

@media (min-width: 992px) and (max-width: 575px) {
    .blog-banner-area {
        margin-bottom: 25px
    }
}

@media (max-width: 991px) {
    .blog-banner-area {
        margin-bottom: 10px
    }
}

@media (min-width: 992px) {
    .jj-blog-inner-sec:nth-last-child(1) {
        padding-bottom: 80px
    }
}

@media (min-width: 992px) and (max-width: 575px) {
    .jj-blog-inner-sec:nth-last-child(1) {
        padding-bottom: 50px
    }
}

@media (max-width: 991px) {
    .jj-blog-inner-sec:nth-last-child(1) {
        padding-bottom: 20px
    }
}

.jj-blog-inner-sec .blog-content-area {
    max-width: 865px;
    padding: 0 30px;
    margin: auto;
    width: 100%
}

.jj-blog-inner-sec .blog-content-area h3 {
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 25px
}

.jj-blog-inner-sec .blog-content-area p {
    font-size: 1.125rem;
    line-height: 167%;
    letter-spacing: 0.4px;
    margin-bottom: 30px
}

.jj-blog-inner-sec .blog-content-area li {
    font-size: 1.125rem;
    letter-spacing: 0.4px;
    margin-bottom: 5px
}

@media (max-width: 640px) {
    .jj-blog-inner-sec .blog-content-area {
        padding: 0
    }
}

@media (max-width: 1199px) {
    .jj-blog-inner-sec .blog-content-area h3 {
        margin-bottom: 15px;
        font-size: 1.5rem
    }
}

@media (max-width: 767px) {
    .jj-blog-inner-sec .blog-content-area h3 {
        font-size: 1.25rem
    }
}

@media (max-width: 1439px) {
    .jj-blog-inner-sec .blog-content-area p {
        margin-bottom: 12px
    }
}

@media (max-width: 1199px) {
    .jj-blog-inner-sec .blog-content-area p {
        font-size: 1rem
    }
}

@media (max-width: 1199px) {
    .jj-blog-inner-sec .blog-content-area li {
        font-size: 1rem
    }
}

.blog-content-area-inner-bg-area {
    max-width: 810px;
    margin: auto
}

.blog-content-area-inner-bg-area h3 {
    color: #fff;
    font-size: 1.875rem
}

@media (max-width: 1199px) {
    .blog-content-area-inner-bg-area h3 {
        font-size: 1.375rem;
        text-align: center
    }
}

@media (max-width: 640px) {
    .blog-content-area-inner-bg-area h3 {
        font-size: 1.25rem;
        line-height: 1.2;
        font-weight: 500
    }
}

.jj-blog-inner-design li {
    padding-left: 45px;
    position: relative
}

.jj-blog-inner-design li:before {
    background-color: transparent;
    border: 1px solid #707070;
    height: 10px;
    width: 10px;
    content: "";
    position: absolute;
    left: 0;
    border-radius: 100%;
    top: 10px
}

@media (max-width: 1199px) {
    .jj-blog-inner-design li {
        padding-left: 25px;
        font-size: 1rem
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    .jj-blog-inner-design li:before {
        top: 8px
    }
}

@media (max-width: 575px) {
    .jj-blog-inner-design li:before {
        top: 6px
    }
}

@media (min-width: 1440px) {
    .jj-netsuite-ederp-sec.jj-blog-innr-page-sec {
        padding-top: 136px
    }
}

@media (min-width: 768px) and (max-width: 1439px) {
    .jj-netsuite-ederp-sec.jj-blog-innr-page-sec {
        padding-top: 50px
    }
}

@media (max-width: 767px) {
    .jj-netsuite-ederp-sec.jj-blog-innr-page-sec {
        padding-top: 25px
    }
}

.jj-netsuite-ederp-sec.jj-blog-innr-page-sec h2 {
    margin-bottom: 33px
}

@media (max-width: 1439px) {
    .jj-netsuite-ederp-sec.jj-blog-innr-page-sec h2 {
        margin-bottom: 0
    }
}

.jj-blog-banner.main___top.jj-blog-inner-banner-sec {
    margin-bottom: 100px
}

.blog-content-area h1 a {
    color: #fff !important;
    text-shadow: 1px 1px 20px black;
    position: relative;
    text-decoration: none
}

@media (min-width: 1200px) {
    .jj-blog-banner.main___top.jj-blog-inner-banner-sec {
        margin-bottom: 60px
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .jj-blog-banner.main___top.jj-blog-inner-banner-sec {
        margin-bottom: 40px
    }
}

@media (max-width: 767px) {
    .jj-blog-banner.main___top.jj-blog-inner-banner-sec {
        margin-bottom: 25px
    }
}

.jj-blog-inner-sec .jj-blog-inner-design ul,
.jj-blog-inner-sec .jj-blog-inner-design ol {
    margin-bottom: 30px
}

@media (max-width: 575px) {

    .jj-blog-inner-sec .jj-blog-inner-design ul,
    .jj-blog-inner-sec .jj-blog-inner-design ol {
        margin-bottom: 20px
    }
}

.four04-sec {
    widows: 100%;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    display: flex
}

.four04-sec .four04-content {
    margin: auto;
    text-align: center
}

.four04-sec .four04-content img {
    max-width: 60vw;
    max-height: 60vh;
    margin: auto
}

.four04-sec .four04-content p {
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 31px;
    display: block
}

.four04-sec .four04-content button {
    width: 176px;
    max-width: 100%;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 1rem
}

@media (max-width: 1439px) {
    .four04-sec .four04-content img {
        max-width: 60%;
        max-height: unset
    }
}

@media (max-width: 448px) {
    .four04-sec .four04-content p {
        font-size: 1rem;
        font-weight: 400;
        padding: 0 20px
    }
}

@media (min-width: 768px) {
    .four04-sec .four04-content button {
        margin-top: 50px
    }
}

@media (max-width: 767px) {
    .four04-sec .four04-content button {
        margin-top: 30px
    }
}

.jj-search-result-page-sec {
    padding: 50px 0 100px 0
}

.jj-search-result-page-sec .search-input-group {
    padding-left: 0px !important
}

.search-result-numbers {
    max-width: 890px;
    padding-top: 17px;
    line-height: 178%
}

.search-result-numbers p {
    color: #303843;
    opacity: 0.6;
    font-size: 1.125rem
}

.jj-search-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 374px
}

.jj-search-pagination>a {
    color: #303843;
    transition: 0.3s all ease-in-out;
    text-decoration: none;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(112, 112, 112, 0.08)
}

.jj-search-pagination>a:hover {
    color: #016525;
    border: 1px solid #016525
}

.jj-search-pagination>a span {
    display: block;
    margin: auto
}

.jj-search-pagination ul {
    padding: 0px 20px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.jj-search-pagination ul li {
    display: block;
    padding: 0 10px;
    margin: auto
}

.jj-search-pagination ul li a {
    color: #016525;
    transition: 0.3s all ease-in-out;
    text-decoration: none;
    font-size: 1.125rem
}

.jj-search-pagination ul li a:hover {
    color: #b9d7e2
}

.jj-search-pagination ul li.active a {
    color: #b9d7e2
}

.jj-search-result-list-show {
    max-width: 890px
}

.jj-search-result-list-show .search-result-item {
    margin: 50px 0px;
    display: block
}

.jj-search-result-list-show h3 {
    color: #303843;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 155%
}

.jj-search-result-list-show p.search-result-url {
    color: #016525;
    font-size: 1.125rem;
    line-height: 211%
}

.jj-search-result-list-show p.search-re-content {
    color: #303843;
    opacity: 0.7;
    font-size: 1.125rem;
    line-height: 183%;
    margin-top: 14px
}

button.input-clear {
    border-radius: 0px;
    border-right: none;
    display: none
}

button.input-clear:before {
    background: #f4f4f4;
    color: #707070;
    border-radius: 15px;
    padding: 5px
}

.search-result-numbers {
    position: relative;
    margin-top: 34px;
    margin-bottom: -20px;
    pointer-events: none
}

#searchform {
    display: flex;
    flex-wrap: nowrap;
    width: 100% !important
}

#searchform #searchsubmit {
    height: 40px;
    top: 1px;
    position: relative;
    left: -5px
}

#searchform input,
#searchform button {
    border-radius: 0 !important;
    border-left: none !important;
    border-top: none !important;
    border-right: none !important
}

#searchform .input-with-clear-btn {
    padding-left: 0px
}

@media (max-width: 767px) {
    section.shedule_sec section.admini__Detail {
        padding-top: 10px !important
    }
}

.insite-inner-sections {
    padding: 70px 0
}

.insite-inner-sections.insite-implementaion-sec {
    margin-bottom: 30px
}

.insite-inner-sections.insite-implementaion-sec .container {
    padding-bottom: 90px;
    position: relative
}

.insite-inner-sections.insite-implementaion-sec .container:after {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: rgba(112, 112, 112, 0.2)
}

.insite-inner-sections h3 {
    font-size: 1.875rem;
    margin-bottom: 20px
}

.insite-inner-sections p {
    margin-bottom: 20px
}

.insite-inner-sections a.jj-know-more {
    top: 24px
}

.insite-inner-sections .insight-first-sec {
    max-width: 460px
}

@media (max-width: 1199px) {
    .insite-inner-sections {
        padding: 30px 0
    }
}

@media (max-width: 1199px) {
    .insite-inner-sections.insite-implementaion-sec .container {
        padding-bottom: 60px
    }
}

@media (max-width: 1199px) {
    .insite-inner-sections.insite-implementaion-sec .container:after {
        display: none !important
    }
}

@media (max-width: 640px) {
    .insite-inner-sections h3 {
        font-size: 1.375rem
    }
}

.netsuite-integration-bnr-bg {
    max-width: 80%;
    margin-left: 20%
}

.insight-inner-pg-banner-img {
    height: 100vh;
    max-height: 880px;
    width: 100%;
    position: absolute;
    z-index: -1
}

.insight-inner-pg-banner-img.jj-nisight-bg-svg .insight-page-bg {
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom left;
    object-position: bottom left
}

.netsuite-suitesuccess-imp-bnr-bg {
    max-width: 100%
}

.jj-netsuite-inner-sec h4 {
    font-size: 1.5rem;
    margin-bottom: 33px
}

.jj-netsuite-inner-sec h5 {
    font-size: 1.125rem;
    font-weight: 600
}
.jj-netsuite-inner-sec label {
    font-size: 1.125rem;
    font-weight: 600
}

.jj-netsuite-inner-sec p {
    font-size: 1.125rem;
    line-height: 183%;
    margin-bottom: 20px;
    letter-spacing: 0.5px
}

.jj-netsuite-inner-sec ul.bold-list li {
    font-weight: 600;
    font-size: 18px
}

.jj-insights-main-sec {
    padding-top: 30px
}

.jj-insights-main-sec h3 {
    font-size: 1.875rem;
    margin-bottom: 20px
}

.jj-insights-main-sec ul.jj-inter-sec-list {
    margin-top: 30px;
    margin-bottom: 20px
}

.jj-insights-main-sec ul.jj-inter-sec-list li {
    margin-bottom: 23px
}

@media (max-width: 1439px) {
    .jj-insights-main-sec {
        padding-top: 15px
    }
}

@media (max-width: 767px) {
    .jj-insights-main-sec h3 {
        font-size: 1.5625rem
    }
}

@media (max-width: 448px) {
    .jj-insights-main-sec h3 {
        font-size: 1.375rem;
        margin-bottom: 3px
    }
}

@media (max-width: 1439px) {
    .jj-insights-main-sec ul.jj-inter-sec-list li {
        margin-bottom: 15px;
        font-size: 1.125rem;
        font-weight: 500
    }
}

@media (max-width: 1439px) {
    .jj-insights-main-sec ul.jj-inter-sec-list li::before {
        width: 10px;
        height: 10px
    }
}

.insight-top-sec {
    margin-top: 152px
}

.insight-top-sec h2 {
    margin-bottom: 58px
}

.insight-top-sec img {
    margin-bottom: 100px
}

@media (max-width: 1439px) {
    .insight-top-sec {
        margin-top: 60px
    }
}

@media (max-width: 767px) {
    .insight-top-sec {
        margin-top: 25px;
        width: 100%
    }
}

@media (max-width: 767px) {
    .insight-top-sec h2 {
        margin-bottom: 30px;
        font-size: 1.5625rem
    }
}

@media (max-width: 448px) {
    .insight-top-sec h2 {
        font-size: 1.375rem
    }
}

@media (max-width: 1439px) {
    .insight-top-sec img {
        margin-bottom: 50px
    }
}

.right-side-img-position {
    padding-top: 330px
}

@media (max-width: 1439px) {
    .right-side-img-position {
        padding-top: 120px
    }
}

@media (max-width: 767px) {
    .right-side-img-position {
        padding-top: 0
    }
}

@media (max-width: 448px) {
    .right-side-img-position div>img {
        width: 70%
    }
}

.insights-customization-row {
    padding: 85px 0;
    position: relative
}

.insights-customization-row h3 {
    font-size: 1.875rem;
    margin-bottom: 20px
}

.insights-customization-row p {
    font-size: 1.125rem
}

.insights-customization-row .jj-know-more {
    top: 25px
}

.insights-customization-row .insight-content-item {
    max-width: 550px
}

.insights-customization-row .insights-customization-img {
    -webkit-box-shadow: 2px 2px 22px #eee;
    box-shadow: 2px 2px 22px #eee
}

.insights-customization-row:nth-child(odd) .insight-content-item {
    padding-left: 15px
}

.insights-customization-row:nth-child(odd) .insights-customization-img {
    margin-right: 15px
}

.insights-customization-row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.insights-customization-row:nth-child(even) .insights-customization-img {
    margin-left: 15px
}

.insights-customization-row:nth-child(even) .insight-content-item {
    padding-right: 15px
}

.insights-customization-row:nth-last-child(1):after {
    content: none
}

.insights-customization-row:after {
    margin: auto;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #707070;
    opacity: 0.2;
    bottom: 0px;
    position: absolute
}

@media (max-width: 991px) {
    .insights-customization-row {
        padding: 0 0 70px
    }

    .insights-customization-row:after {
        bottom: 30px
    }
}

@media (max-width: 991px) {
    .insights-customization-row h3 {
        font-size: 1.25rem
    }
}

@media (max-width: 767px) {
    .insights-customization-row h3 {
        margin-top: 20px
    }
}

@media (max-width: 448px) {
    .insights-customization-row h3 {
        font-size: 1.125rem;
        margin-bottom: 10px
    }
}

@media (max-width: 448px) {
    .insights-customization-row p {
        font-size: 1rem
    }
}

@media (max-width: 991px) {
    .insights-customization-row:nth-child(odd) .insight-content-item {
        padding-left: 0
    }
}

@media (max-width: 991px) {
    .insights-customization-row:nth-child(odd) .insights-customization-img {
        margin-right: 0
    }
}

@media (max-width: 991px) {
    .insights-customization-row:nth-child(even) .insights-customization-img {
        margin-left: 0
    }
}

@media (max-width: 991px) {
    .insights-customization-row:nth-child(even) .insight-content-item {
        padding-right: 0
    }
}

.insights-customization-img {
    width: calc(100% - 15px);
    border-radius: 20px;
    overflow: hidden
}

.insights-customization-img img {
    width: 100%
}

.text-medium {
    font-weight: 500
}

.insight-banner-img-type2 img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.portfolio_main .head__div {
    padding: 140px 0 130px
}

.portfolio_main .head__div h1 {
    font-size: 3.6875rem;
    color: #303843;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    font-weight: 700
}

.portfolio_main .head__div p {
    width: 646px;
    max-width: 100%;
    font-size: 1.125rem;
    color: #303843;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0 auto;
    text-align: center
}

@media (max-width: 1619px) {
    .portfolio_main .head__div {
        padding: 120px 0
    }
}

@media (max-width: 1439px) {
    .portfolio_main .head__div {
        padding: 90px 0
    }
}

@media (max-width: 991px) {
    .portfolio_main .head__div {
        padding: 60px 0
    }
}

@media (max-width: 640px) {
    .portfolio_main .head__div {
        padding: 40px 15px
    }
}

@media (max-width: 1439px) {
    .portfolio_main .head__div h1 {
        font-size: 3.125rem
    }
}

@media (max-width: 1199px) {
    .portfolio_main .head__div h1 {
        font-size: 2.625rem
    }
}

@media (max-width: 991px) {
    .portfolio_main .head__div h1 {
        font-size: 2.25rem;
        margin-bottom: 10px
    }
}

@media (max-width: 640px) {
    .portfolio_main .head__div h1 {
        font-size: 1.875rem
    }
}

.profile__sec {
    display: -webkit-display;
    display: -ms-displaybox;
    display: -ms-display;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 100px
}

.profile__sec .img__div {
    width: 50%
}

.profile__sec .img__div img {
    width: 100%
}

.profile__sec .content__div {
    width: 50%
}

.profile__sec .content__div .text {
    width: 550px;
    margin-left: 10%;
    max-width: 100%
}

.profile__sec .content__div .text h3 {
    font-size: 1.875rem;
    color: #303843;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 20px
}

.profile__sec .content__div .text p {
    font-size: 1.125rem;
    color: #303843;
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 15px
}

.profile__sec:nth-child(odd) {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.profile__sec:nth-child(odd) .content__div .text {
    margin-left: auto;
    margin-right: 10%
}

.profile__sec:nth-last-of-type(1) {
    margin-bottom: 0
}

@media (max-width: 1199px) {
    .profile__sec {
        -webkit-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        margin-bottom: 80px
    }
}

@media (max-width: 991px) {
    .profile__sec {
        display: block;
        width: 80%;
        margin: 0 auto 50px
    }
}

@media (max-width: 640px) {
    .profile__sec {
        width: 100%;
        padding: 0 15px
    }
}

@media (max-width: 991px) {
    .profile__sec .img__div {
        margin-bottom: 30px
    }
}

@media (max-width: 640px) {
    .profile__sec .img__div {
        width: 70%
    }
}

@media (max-width: 448px) {
    .profile__sec .img__div {
        width: 100%
    }
}

@media (max-width: 991px) {
    .profile__sec .content__div {
        width: 100%
    }
}

@media (max-width: 1439px) {
    .profile__sec .content__div .text {
        margin-left: 5%
    }
}

@media (max-width: 1199px) {
    .profile__sec .content__div .text {
        margin: 0;
        padding: 0 20px
    }
}

@media (max-width: 991px) {
    .profile__sec .content__div .text {
        width: 100%;
        padding: 0
    }
}

@media (max-width: 1199px) {
    .profile__sec .content__div .text h3 {
        font-size: 1.5rem
    }
}

@media (max-width: 1439px) {
    .profile__sec:nth-child(odd) .content__div .text {
        margin-right: 5%
    }
}

@media (max-width: 991px) {
    .profile__sec:nth-last-of-type(1) {
        margin-bottom: 50px
    }
}

ul.point__li ul li {
    font-size: 1.125rem !important;
    letter-spacing: 1px !important
}

@media (min-width: 576px) {
    a.jj-btn.line {
        margin-top: 50px !important
    }
}

.admini__Detail .content .detail__jj .content {
    width: 100%
}

.admini__Detail .content .detail__jj .dis_point li::after,
.admini__Detail .content .detail__jj .point__li li::after {
    top: 9px
}

@media (min-width: 1440px) {
    .admini__Detail .content .detail__jj .dis_point li::after {
        top: 9px !important
    }
}

@media (max-width: 1439px) {
    .admini__Detail .content .detail__jj .dis_point li::after {
        top: 13px !important;
        height: 8px;
        width: 8px
    }
}

@media (max-width: 575px) {
    .admini__Detail .content .detail__jj .dis_point li::after {
        top: 11px !important
    }
}

.detail__jj ul {
    margin-top: 20px
}

ul.point__li {
    display: table
}

ul.point__li li {
    float: left
}

.max-width-600 {
    max-width: 620px
}

.jj-suiteCommerce-implementation-header a.jj-btn.line.visible {
    margin-top: 50px !important
}

.insight-banner-img-type2 img {
    margin-bottom: 0px
}

.jj-btn-dummy-cls p.visible:last-child {
    line-height: inherit !important
}

.jj-btn-dummy-cls p.visible:last-child a:hover {
    color: white
}

.netsuite__main .main__img .vector_img .layer_shape,
.netsuite__main .main__img .vector_img .line_shape {
    display: none !important
}

.jj-blog-inner-design table {
    border-collapse: collapse
}

.jj-blog-inner-design table tr td {
    border: 1px solid #ddd;
    padding: 6px 10px
}

@media (min-width: 992px) {
    section.admini__main section.admini__Detail {
        padding-bottom: 50px !important
    }
}

@media (min-width: 1200px) {
    section.admini__main section.admini__Detail {
        padding-bottom: 80px !important
    }
}

@media (max-width: 1599px) {
    .testiomonial__Sec .jj-our-clients-sec {
        position: relative;
        z-index: 100;
        margin-top: -80px
    }
}

@media only screen and (max-width: 1199px) {
    .testiomonial__Sec .jj-our-clients-sec {
        position: relative;
        z-index: 100;
        margin-top: -152px
    }
}

@media (max-width: 991px) {

    .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
    .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
        position: relative !important
    }
}

@media only screen and (max-width: 575px) {
    .testiomonial__Sec .jj-our-clients-sec {
        position: relative;
        z-index: 100;
        margin-top: -152px
    }

    .testimonial__slider .owl-nav button {
        line-height: 100% !important;
        top: 0px !important;
        position: relative !important
    }
}

.threeBox {
    position: relative;
    z-index: 55
}

.admini__Detail .content .detail__jj .point__li li a {
    color: #303843 !important
}

.admini__Detail .content .detail__jj .point__li li a:hover {
    color: #016525 !important
}

.jj-work-together-sec .jj-work-together-form .intl-tel-input {
    border: 1px solid #cde6ed;
    border-radius: 8px
}

.jj-work-together-sec .jj-work-together-form .intl-tel-input.error-input {
    display: flex;
    border-color: red !important
}

.jj-work-together-sec .jj-work-together-form .intl-tel-input input {
    border-color: white
}

#insight-menu-dropdown.menu-show {
    display: block !important
}

#insight-menu-dropdown.menu-show ul li {
    display: block !important
}

.jj-megamenu-area #insight-menu-dropdown .searcice-menu-dropdown.menu-dropdown>ul,
.jj-megamenu-area #insight-menu-dropdown .insight-menu-dropdown.menu-dropdown>ul {
    -webkit-column-count: 1 !important;
    column-count: 1 !important
}

.jj-megamenu-area #insight-menu-dropdown .searcice-menu-dropdown.menu-dropdown .menu-dropdown.show ul li,
.jj-megamenu-area #insight-menu-dropdown .insight-menu-dropdown.menu-dropdown .menu-dropdown.show ul li {
    width: 33.33% !important;
    position: relative;
    float: left
}

.insight-banner-img-type2 {
    padding-bottom: 30px
}

.insight-banner-img-type2 a img {
    box-shadow: 1px 1px 50px 0px rgba(0, 0, 0, 0.1)
}

.jj-megamenu-area .jj-menu-area .nav-container #insight-menu-dropdown ul li {
    width: 33.33%
}

@font-face {
    font-family: "icomoon";
    src: url("fonts/icomoon.eot?xfvc6c");
    src: url("fonts/icomoon.eot?xfvc6c#iefix") format("embedded-opentype"), url("fonts/icomoon.woff?xfvc6c") format("woff"), url("fonts/icomoon.svg?xfvc6c#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-end-coln:before {
    content: "\e908"
}

.icon-start-coln:before {
    content: "\e909"
}

.icon-envelope:before {
    content: "\e902"
}

.icon-instagram:before {
    content: "\e903"
}

.icon-twitter:before {
    content: "\e904"
}

.icon-facebook:before {
    content: "\e905"
}

.icon-arrow-right:before {
    content: "\e901"
}

.icon-search:before {
    content: "\e900"
}

.icon-arrow-right-big:before {
    content: "\e906"
}

.icon-close-stroke:before {
    content: "\e907"
}

.icon-whatsapp:before {
    content: "\e90f"
}

.icon-old-typical-phone:before {
    content: "\e910"
}

.icon-angle-right:before {
    content: "\e911"
}

.icon-angle-left:before {
    content: "\e912"
}

.icon-close:before {
    content: "\e913"
}

.icon-line-profile:before {
    content: "\e914"
}

.icon-line-envelope:before {
    content: "\e915"
}

.icon-line-mobile:before {
    content: "\e916"
}

.icon-attach:before {
    content: "\e90b"
}

.icon-phone:before {
    content: "\e942"
}

.icon-arrow-left2:before {
    content: "\ea40"
}

@media (min-width: 992px) and (max-width: 1199px) {
    /*    #insight-menu-dropdown ul li a>span {
      margin-left: 0px
   } */
}

@media (max-width: 991px) {
    #insight-menu-dropdown ul li {
        width: 100% !important;
        text-align: left
    }

    /*    #insight-menu-dropdown ul li a>span {
      margin-left: 0px
   } */
}

body:not(.home) header.main-header.header-fix-top .navbar-collapse ul.desktop-nav-links li a.jj-nav-quote-btn {
    color: #016525 !important
}

body:not(.home) header.main-header.header-fix-top .navbar-collapse ul.desktop-nav-links li a.jj-nav-quote-btn:hover {
    color: #fff !important
}

@media (min-width: 1600px) {
    body:not(.home) header.main-header .navbar-collapse ul li a.jj-nav-quote-btn {
        padding: 8px 25px !important;
        font-size: 1rem !important;
        border: 1px solid #016525 !important;
        background-color: #fff !important
    }
}

@media (min-width: 1366px) and (max-width: 1599px) {
    body:not(.home) header.main-header .navbar-collapse ul li a.jj-nav-quote-btn {
        padding: 8px 25px !important;
        font-size: 1rem !important;
        border: 1px solid #016525 !important;
        background-color: #fff !important
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    body:not(.home) header.main-header .navbar-collapse ul li a.jj-nav-quote-btn {
        padding: 8px 20px !important;
        font-size: 1rem !important;
        border: 1px solid #016525 !important;
        background-color: #fff !important
    }
}

body.search.search-results #searchform .input-with-clear-btn {
    width: 100%;
    max-width: 810px
}

@media (min-width: 1200px) {
    header.main-header.header-fix-top .navbar-collapse ul li a.jj-nav-quote-btn {
        color: #016525
    }
}

@media (max-width: 767px) {
    .home-main-slider .jj-slider-item .banner-logo-wrap img {
        width: 250px
    }
}

@media (min-width: 1366px) {

    .jj-blog-sec #jj-our-blog-slier .jj-blog-item-wrap .jj-blog-item-img-wrap>img,
    .jj-blog-item-wrap .jj-our-blog-item-link .jj-blog-item-img-wrap>img {
        height: 188px !important
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {

    .jj-blog-sec #jj-our-blog-slier .jj-blog-item-wrap .jj-blog-item-img-wrap>img,
    .jj-blog-item-wrap .jj-our-blog-item-link .jj-blog-item-img-wrap>img {
        height: 175px !important;
        width: 100%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .jj-blog-sec #jj-our-blog-slier .jj-blog-item-wrap .jj-blog-item-img-wrap>img,
    .jj-blog-item-wrap .jj-our-blog-item-link .jj-blog-item-img-wrap>img {
        height: 144px !important
    }
}

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

    .jj-blog-sec #jj-our-blog-slier .jj-blog-item-wrap .jj-blog-item-img-wrap>img,
    .jj-blog-item-wrap .jj-our-blog-item-link .jj-blog-item-img-wrap>img {
        height: 175px !important
    }
}

@media (min-width: 576px) and (max-width: 767px) {

    .jj-blog-sec #jj-our-blog-slier .jj-blog-item-wrap .jj-blog-item-img-wrap>img,
    .jj-blog-item-wrap .jj-our-blog-item-link .jj-blog-item-img-wrap>img {
        height: 142px !important
    }
}

@media (max-width: 574.8px) and (min-width: 500px) {

    .jj-blog-sec #jj-our-blog-slier .jj-blog-item-wrap .jj-blog-item-img-wrap>img,
    .jj-blog-item-wrap .jj-our-blog-item-link .jj-blog-item-img-wrap>img {
        height: 22.9vw
    }
}

@media (max-width: 499.8px) {

    .jj-blog-sec #jj-our-blog-slier .jj-blog-item-wrap .jj-blog-item-img-wrap>img,
    .jj-blog-item-wrap .jj-our-blog-item-link .jj-blog-item-img-wrap>img {
        height: 48.2vw
    }
}

@media (min-width: 1500px) {

    header.main-header.header-fix-top .navbar-collapse ul li .jj-nav-quote-btn,
    .inner-page .navbar-collapse ul li .jj-nav-quote-btn {
        font-size: 1rem;
        padding: 8px 25px;
        margin-top: 10px
    }

    .navbar .navbar-collapse ul li a {
        font-size: 1.063rem
    }
}

@media (min-width: 1366px) and (max-width: 1499px) {
    .navbar .navbar-collapse ul li a {
        font-size: 1rem
    }
}

@media (min-width: 1366px) {
    .navbar .jj-navbar-logo-area {
        max-width: 252px
    }

    .navbar .jj-navbar-menu-area {
        width: calc(100% - 252px)
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {

    header.main-header.header-fix-top .navbar-collapse ul li .jj-nav-quote-btn,
    .inner-page .navbar-collapse ul li .jj-nav-quote-btn {
        /*       font-size: 1rem;
      padding: 10px 25px; */
        margin-top: 9px;
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    .navbar .jj-navbar-logo-area {
        max-width: 215px
    }

    .navbar .jj-navbar-menu-area {
        width: calc(100% - 215px)
    }

    .navbar .navbar-collapse ul li a {
        font-size: 0.9375rem
    }
}

@media (min-width: 1200px) {
    .navbar .navbar-collapse ul li {
        padding: 0 8px
    }

    #searchform {
        max-width: calc(100% - (50vw - 750px));
        position: relative
    }

    body.home header.header-fix-top #desktop-nav-links li a.jj-nav-quote-btn:hover {
        color: #fff !important
    }
}

@media (max-width: 1199px) {

    header.main-header.header-fix-top .navbar-collapse ul li .jj-nav-quote-btn,
    .inner-page .navbar-collapse ul li .jj-nav-quote-btn {
        padding: 11px 11px;
        font-size: 0.875rem
    }

    body.home.open-megamenu:not(.header-fix-top) header.main-header .navbar-collapse ul {
        padding-left: 0px
    }

    .navbar .jj-navbar-logo-area {
        max-width: 200px
    }

    .navbar .navbar-collapse {
        display: none
    }

    .navbar .navbar-collapse ul li {
        padding: 0 7px
    }

    .navbar .navbar-collapse ul li a {
        font-size: 0.875rem
    }

    .mobile-search-input .search-input-group {
        margin-top: 7px !important
    }

    .mobiledev-menu-close span.icon-angle-left::before {
        content: "\ea40";
        font-size: 20px
    }
}

@media (min-width: 576px) {
    body.home header:not(.header-fix-top) {
        -webkit-animation: navbar-fix-top2 0.5s ease-in-out forwards;
        animation: navbar-fix-top2 0.5s ease-in-out forwards
    }

    body.home header.header-fix-top {
        -webkit-animation: navbar-fix-top 0.8s ease-in-out forwards;
        animation: navbar-fix-top 0.8s ease-in-out forwards
    }

    .navbar {
        padding: 8px 0px
    }

    .navbar .jj-navbar-logo-area {
        padding-left: 15px;
        padding-right: 15px;
        margin: auto 0
    }
}

@media (max-width: 575px) {
    body.home header:not(.header-fix-top) {
        background-color: transparent
    }

    body.home header.header-fix-top {
        background-color: white
    }

    .navbar {
        padding: 10px 0px
    }

    .navbar .jj-navbar-logo-area {
        margin: auto 0
    }

    #mob-search-input {}

    .jj-banner-text-v-center {
        position: relative;
        align-self: flex-end;
        margin-bottom: 0px;
        background: transparent;
        background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
        background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
        background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
        width: 113%;
        padding: 50px 15px 30px 15px;
        margin-left: -15px;
        margin-right: -15px
    }

    .home-main-slider .slier-dots {
        right: 0;
        left: inherit
    }
}

.navbar li a.active {
    color: #016525 !important
}

.navbar>.nav-container {
    z-index: 5000;
    position: relative
}

.navbar .jj-navbar-logo-area {
    width: 100% !important
}

.navbar .jj-navbar-logo-area .main-logo {
    display: block;
    position: relative;
    width: 100%
}

.navbar .jj-navbar-menu-area {
    margin-left: auto
}

.navbar .navbar-collapse ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.navbar .navbar-collapse ul li {
    display: inline-block;
    margin: auto;
    margin: 0;
    margin-left: auto !important;
    margin-right: auto !important
}

.navbar .navbar-collapse ul li:nth-child(1) {
    margin-left: 0px;
    padding-left: 0px
}

.navbar .navbar-collapse ul li:nth-last-child(1) {
    margin-right: 0px;
    padding-right: 0px
}

.navbar .navbar-collapse ul li a {
    text-decoration: none;
    position: relative;
    top: 14px
}

.navbar .navbar-collapse ul li .jj-navbar-search {
    width: 0px;
    opacity: 0;
    top: 0;
    position: absolute;
    font-size: 1.25rem
}

.jj-navbar-search-btn {
    margin-top: 13px;
    margin-bottom: 11.5px;
    font-size: 1rem
}

.jj-megamenu-area {
    display: none;
    top: 0px;
    position: absolute;
    width: 100%;
    z-index: 100
}

.jj-megamenu-area .jj-menu-area {
    background-color: #fff;
    margin-top: 74px;
    -webkit-box-shadow: 0px 12px 8px rgba(0, 204, 255, 0.06);
    box-shadow: 0px 12px 8px rgba(0, 204, 255, 0.06);
    padding: 35px 0;
    position: relative
}

.jj-megamenu-area .jj-menu-area .nav-container {
    position: relative;
    z-index: 150
}

.jj-megamenu-area .jj-menu-area .nav-container .menu-dropdown {
    margin-right: auto;
    margin-left: auto;
    width: 100%
}

.jj-megamenu-area .jj-menu-area .nav-container .menu-dropdown.show {
    display: block !important
}

.jj-megamenu-area .jj-menu-area .nav-container .menu-dropdown.show li {
    -webkit-animation: fadeIn 0.2s ease-in-out 0.1s forwards;
    animation: fadeIn 0.2s ease-in-out 0.1s forwards
}

.jj-megamenu-area .jj-menu-area .nav-container .menu-dropdown li {
    opacity: 0;
    padding: 8px
}

.jj-megamenu-area .jj-menu-area .nav-container .menu-dropdown li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #303843;
    transition: 0.3s all ease-in-out;
    text-decoration: none;
    padding-right: 2px;
    padding-left: 0px
}

.jj-megamenu-area .jj-menu-area .nav-container .menu-dropdown li a:hover {
    color: #016525;
    padding-left: 2px;
    padding-right: 0px
}

.jj-megamenu-area .jj-menu-area .nav-container .menu-dropdown li a div.jj-animaton-svg-nav {
    height: 33px;
    width: 33px;
    margin: 0 0 0 0;
    overflow: hidden;
    display: block;
    position: relative
}

.jj-megamenu-area .jj-menu-area .nav-container .menu-dropdown li a div.jj-animaton-svg-nav img {
    height: 33px;
    width: 33px
}

.jj-megamenu-area .jj-menu-area .nav-container .menu-dropdown li a span {
    display: block;
    position: relative;
    margin: auto 0 auto 15px
}

.jj-megamenu-area .insight-menu-dropdown.menu-dropdown .row ul:nth-child(1) {
    margin-bottom: auto;
    -webkit-column-count: 1;
    column-count: 1
}

.jj-megamenu-area .insight-menu-dropdown.menu-dropdown .row ul:nth-child(1) li {
    max-width: 100%;
    width: 100%
}

.jj-navbar-menu-area .drop__menu a:after {
    content: "\e90a";
    display: inline-block;
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 6px;
    top: -3px;
    position: relative
}

.jj-navbar-menu-area .drop__menu.show-in a {
    color: #016525 !important
}

body header #searchform {
    opacity: 0;
    transition: all 0.3s ease-in
}

body header.show-search-in #searchform {
    opacity: 1
}

body.home.open-megamenu header:before {
    transition: 0s !important;
    background-color: white;
    opacity: 1
}

body.home.open-megamenu header.main-header ul li:not(.show-in) a:not(.jj-nav-quote-btn):not(:hover) {
    color: #000 !important
}

body.home.open-megamenu header .main-logo .main-logo-black {
    opacity: 1
}

body.home.open-megamenu header .main-logo .main-logo-white {
    display: none
}

header .navbar .jj-navbar-menu-area .collapse li.drop__menu {
    position: relative;
    margin: 0
}

header .navbar .jj-navbar-menu-area .collapse li.drop__menu:hover ul {
    top: 100%;
    opacity: 1;
    pointer-events: all;
    visibility: visible
}

header .navbar .jj-navbar-menu-area .collapse li.drop__menu .sub_menu ul {
    padding-left: 0px
}

header .navbar .jj-navbar-menu-area .collapse li.drop__menu ul {
    position: absolute;
    top: 80%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block !important;
    width: 310px;
    padding-top: 17px;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 204, 255, 0.06);
    -ms-box-shadow: 0px 4px 8px rgba(0, 204, 255, 0.06);
    -o-box-shadow: 0px 4px 8px rgba(0, 204, 255, 0.06);
    box-shadow: 0px 4px 8px rgba(0, 204, 255, 0.06)
}

header .navbar .jj-navbar-menu-area .collapse li.drop__menu ul.mob__drop_nav {
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 3;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-display;
    display: -ms-displaybox;
    display: -ms-display;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

header .navbar .jj-navbar-menu-area .collapse li.drop__menu ul.mob__drop_nav>li {
    width: 100%
}

header .navbar .jj-navbar-menu-area .collapse li.drop__menu ul li {
    padding: 15px 20px;
    color: #000;
    line-height: 1;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    line-height: 100%
}

header .navbar .jj-navbar-menu-area .collapse li.drop__menu ul li a {
    line-height: 100%
}

header .navbar .jj-navbar-menu-area .collapse li.drop__menu ul li:nth-last-child(1) {
    padding-bottom: 25px;
    min-height: 75px !important
}

header .navbar .jj-navbar-menu-area .collapse li.drop__menu ul li:hover a {
    margin-left: 5px
}

header .navbar .jj-navbar-menu-area .collapse li.drop__menu ul li.close {
    display: none
}

header .navbar .jj-navbar-menu-area .collapse li.drop__menu ul li a {
    font-size: 1rem;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #002539
}

header .navbar .jj-navbar-menu-area .collapse li.drop__menu ul li a:hover {
    color: #016525
}

header .navbar .mobile-menu #mobile-nav-links>li.drop__menu {
    position: relative;
    z-index: 1000
}

header .navbar .mobile-menu #mobile-nav-links>li.drop__menu>a {
    position: relative
}

header .navbar .mobile-menu #mobile-nav-links>li.drop__menu>a::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    top: 11px;
    right: -15px;
    border-top: 1px solid #225980;
    border-right: 1px solid #225980;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg)
}

header .navbar .mobile-menu #mobile-nav-links>li.drop__menu>ul {
    position: fixed;
    top: 0;
    left: -115%;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transform: translateY(-49.7vh);
    transform: translateY(-49.7vh);
    text-align: center;
    padding: 50% 0;
    transition: -webkit-left 1.3s cubic-bezier(0.8, 0, 0, 1);
    -webkit-transition: left 1.3s cubic-bezier(0.8, 0, 0, 1);
    transition: left 1.3s cubic-bezier(0.8, 0, 0, 1);
    transition: left 1.3s cubic-bezier(0.8, 0, 0, 1), -webkit-left 1.3s cubic-bezier(0.8, 0, 0, 1)
}

header .navbar .mobile-menu #mobile-nav-links>li.drop__menu>ul li {
    width: 100%;
    display: block;
    padding: 15px 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

header .navbar .mobile-menu #mobile-nav-links>li.drop__menu>ul li.close {
    display: none;
    position: fixed;
    top: 20px;
    left: 20px;
    cursor: pointer;
    padding: 0;
    margin: 0;
    width: 50px;
    height: 30px
}

header .navbar .mobile-menu #mobile-nav-links>li.drop__menu>ul li.close::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 11px;
    right: 18px;
    border-top: 1px solid #225980;
    border-right: 1px solid #225980;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg)
}

header .navbar .mobile-menu #mobile-nav-links>li.drop__menu .show__dropmenu {
    left: -15px
}

header.main-header.header-fix-top .navbar-collapse ul li {
    margin: 0
}

header:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.3s ease-in
}

header:not(.show-search-in) #desktop-nav-links {
    transition: 0.3s ease-in;
    opacity: 1
}

header.show-search-in #desktop-nav-links {
    transition: 0.3s ease-in;
    opacity: 0
}

header.show-search-in:before {
    opacity: 1
}

header.show-search-in .main-logo-black {
    opacity: 1 !important;
    transition-delay: 0.2s
}

header.show-search-in .main-logo-white {
    opacity: 0 !important;
    display: none
}

#search-overlay.show-search-input {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0px
}

body.home header.main-header ul li a {
    color: #fff;
    transition: 0.3s all ease-in-out;
    text-decoration: none
}

body.home header.main-header ul li a:hover {
    color: #016525
}

.mobile-search-input .search-input-group,
.desktop-search-input .search-input-group {
    left: 0;
    right: 0;
    padding-left: 15px
}

@media (min-width: 576px) {

    .mobile-search-input .search-input-group,
    .desktop-search-input .search-input-group {
        width: calc(100% - 171px);
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 575px) {

    .mobile-search-input .search-input-group,
    .desktop-search-input .search-input-group {
        width: 100%
    }
}

.mobile-search-input,
.desktop-search-input {
    background-color: transparent
}

.header-search-box {
    width: 81%;
    z-index: 10000 !important;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center
}

.header-search-box:not(.show-search-input) {
    margin-top: auto !important;
    margin-bottom: auto !important;
    height: 0px;
    transition: 0.2s ease-in-out
}

.header-search-box.show-search-input {
    -webkit-animation: widthSearch 0.2s ease-in-out forwards;
    animation: widthSearch 0.2s ease-in-out forwards
}

.header-search-box.show-search-input form {
    height: 100%
}

.header-search-box>div.container {
    max-width: 1306px;
    padding: 0px 15px;
    position: relative
}

.header-search-box.active {
    display: block;
    pointer-events: all
}

.header-search-box input {
    padding: 15px 15px;
    width: 100%;
    border: none;
    float: left;
    letter-spacing: 1px;
    font-size: 1.125rem
}

.header-search-box input::-webkit-input-placeholder,
.header-search-box input:-ms-input-placeholder,
.header-search-box input::-ms-input-placeholder,
.header-search-box input::placeholder {
    color: #ccc
}

.header-search-box .search-input-group button.search-btn {
    width: 51px;
    padding-right: 24px;
    font-size: 20px;
    height: 41px
}

.header-search-box .top-search {
    color: #303843;
    width: 25px;
    position: relative;
    float: left;
    margin-top: 10px;
    border-right: 2px solid #303843;
    width: 36px;
    height: 29px
}

.header-search-box .top-search span:before {
    color: #016525;
    transition: 0.3s all ease-in-out;
    text-decoration: none;
    position: relative;
    top: 3px;
    padding-right: 8px
}

.header-search-box .top-search span:before:hover {
    color: #303843
}

.search-input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px !important
}

@media (min-width: 1200px) {
    .search-input-group {
        padding-left: 10% !important
    }
}

.search-input-group input {
    border: 1px solid #b9d7e2;
    border-right: none;
    border-radius: 5px 0 0 5px;
    padding: 15px
}

.search-input-group button {
    width: 50px;
    border: 1px solid #b9d7e2;
    border-left: none;
    background-color: transparent;
    color: #016525;
    border-radius: 0 5px 5px 0
}

@media (min-width: 1600px) {

    #searcice-menu-dropdown ul li:nth-child(3n),
    #searcice-menu-dropdown ul li:nth-child(3n-1) {
        border-right: 1px solid #eee
    }

    #searcice-menu-dropdown ul li:nth-child(3n),
    #searcice-menu-dropdown ul li:nth-child(3n 1) {
        padding-left: 50px !important
    }

    #insight-menu-dropdown ul li:nth-child(2n) {
        border-right: 1px solid #eee
    }

    #insight-menu-dropdown ul li:nth-child(2n 1) {
        padding-left: 50px !important
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .jj-megamenu-area .searcice-menu-dropdown.menu-dropdown {
        max-width: 96% !important
    }

    .jj-megamenu-area .searcice-menu-dropdown.menu-dropdown ul li:nth-child(2n) {
        border-right: 1px solid #eee
    }

    .jj-megamenu-area .searcice-menu-dropdown.menu-dropdown ul li:nth-child(2n 1) {
        padding-left: 50px !important
    }
}

@media (min-width: 1366px) {
    header.main-header .main-logo img {
        max-width: 180px
    }
}

@media (min-width: 1200px) and (max-width: 1366px) {
    header.main-header .main-logo img {
        max-width: 170px
    }

    .search-input-group input {
        max-width: 533px;
        width: 100%
    }
}

@media (min-width: 576px) and (max-width: 1365px) {
    header.main-header .main-logo img {
        max-width: 160px
    }
}

@media (min-width: 1200px) {
    #search-close1 {
        top: 36px;
        right: 50px;
        transition: 0.3s ease-in;
        color: #303843;
        cursor: pointer;
        margin-top: 26px;
        margin-left: 30px
    }

    #search-close1:hover {
        color: #016525
    }

    #insight-menu-dropdown {
        max-width: 800px
    }

    .home header:not(.header-fix-top) .jj-navbar-menu-area .drop__menu.show-in:before {
        display: none !important
    }

    body .jj-menu-area {
        -webkit-box-shadow: 0px 12px 8px rgba(0, 204, 255, 0.06), inset 0px 6px 8px rgba(0, 204, 255, 0.06) !important;
        box-shadow: 0px 12px 8px rgba(0, 204, 255, 0.06), inset 0px 6px 8px rgba(0, 204, 255, 0.06) !important
    }
}

@media (max-width: 1199px) {
    .jj-megamenu-area {
        left: -100vw;
        display: block
    }

    .jj-megamenu-area.mobile-menu-open {
        display: block !important;
        z-index: 5000;
        position: fixed;
        top: 0;
        -webkit-animation: slideInLeft 0.5s ease-in-out forwards;
        animation: slideInLeft 0.5s ease-in-out forwards
    }

    .jj-megamenu-area.mobile-menu-open .jj-menu-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100vh;
        width: 100vw;
        top: 0;
        overflow: auto;
        margin-top: 0px !important
    }

    .jj-megamenu-area.mobile-menu-open.mobile-menu-close {
        -webkit-animation: slideOutLeft 0.5s ease-in-out forwards;
        animation: slideOutLeft 0.5s ease-in-out forwards
    }

    .jj-megamenu-area.mobile-menu-open .jj-menu-area {
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    .jj-megamenu-area.mobile-menu-open .menu-dropdown.mobile-menu-show {
        display: block !important
    }

    .jj-megamenu-area.mobile-menu-open .menu-dropdown.mobile-menu-show li {
        -webkit-animation: fadeIn 0.5s ease-in-out 1s forwards !important;
        animation: fadeIn 0.5s ease-in-out 1s forwards !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .jj-megamenu-area.mobile-menu-open .menu-dropdown.mobile-menu-show li a {
        margin: auto
    }
}

@media (min-width: 992px) {
    .search-input-group {
        width: 100%
    }
}

@media (max-width: 575px) {
    header.main-header .main-logo img {
        max-width: 150px
    }
}

@media (max-width: 1199px) {
    .header-search-box {
        display: none
    }

    body.open .header-search-box#mob-search-input {
        display: block;
        padding: 10px 0px
    }

    body.open .header-search-box#mob-search-input input {
        padding: 10px 0px;
        border-radius: 0px;
        border: none;
        border-bottom: 1px solid #ddd
    }

    body.open .header-search-box#mob-search-input #searchsubmit1 {
        padding: 10px 0px 10px 0px;
        border-radius: 0px;
        border: none;
        border-bottom: 1px solid #ddd;
        padding-right: 0px !important;
        text-align: right
    }

    .header-search-box:not(.show-search-input) {
        height: 64px !important
    }

    .mobile-menu #mobile-nav-links li a.jj-nav-quote-btn {
        background-color: #fff !important;
        color: #016525 !important;
        border: 1px solid #016525;
        padding: 3px 20px !important;
        margin-bottom: 50px;
    }

    .mobile-menu #mobile-nav-links li a.jj-nav-quote-btn:hover {
        color: #fff !important;
        border-color: #008000
    }

    .jj-menu-area .searcice-menu-dropdown ul li a {
        font-size: 1.25rem !important
    }
}

.jj-banner-btn {
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    color: #fff;
    background-color: #016525;
    border: none;
    padding: 13px 34px;
    border-radius: 30px;
    position: relative;
    z-index: 10;
    overflow: hidden;
    width: 18%
}

.jj-banner-btn:after {
    content: "";
    position: absolute;
    transition: inherit;
    z-index: -1;
    left: 0;
    top: 0;
    height: 0;
    background-color: green;
    border-radius: 50px;
    width: 100%
}

.jj-banner-btn:hover {
    text-decoration: none !important;
    color: #fff !important
}

::-webkit-scrollbar {
    width: 10px !important
}

::-webkit-scrollbar-thumb {
    background: #01652596 !important
}

.ctf::-webkit-scrollbar {
    width: 3px !important
}

.ctf::-webkit-scrollbar-thumb {
    background: #a7adaa4f !important
}

img.jj-home-banner-img-new {
    width: 100%;
    height: 49vw;
    object-fit: cover
}

.jj-home-banner-content-container-new {
    position: absolute;
    z-index: 99;
    color: #fff;
    top: 18vw;
    margin-left: 5%
}

.jj-home-banner-content-container-new h1 {
    font-size: 3.3vw;
    font-weight: 900;
    letter-spacing: 1.2px;
    line-height: 1.3;
    margin-bottom: 6%
}

.jj-home-banner-content-container-new h4 {
    letter-spacing: 1.2px;
    font-size: 1.443vw
}

.jj-home-banner-content-logo-new {
    margin-top: 20%;
    width: 23vw;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070
}

.netLogo {
    position: absolute
}

@media (max-width: 1200px) {
    img.jj-home-banner-img-new {
        height: 90vw
    }

    .jj-home-banner-content-container-new {
        top: 46vw
    }

    .jj-home-banner-content-container-new h1 {
        font-size: 3.6737vw
    }

    .jj-home-banner-content-container-new h4 {
        font-size: 2.443vw
    }

    .jj-home-banner-content-logo-new {
        margin-top: 15%;
        width: 34vw
    }
}

@media (max-width: 991px) {
    img.jj-home-banner-img-new {
        height: 80vw
    }

    .jj-home-banner-content-container-new h1 {
        font-size: 35px
    }

    .jj-home-banner-content-container-new {
        top: 40vw
    }
}

@media (max-width: 767px) {
    img.jj-home-banner-img-new {
        height: 102vw
    }

    .jj-home-banner-content-container-new {
        top: 58vw
    }

    .jj-home-banner-content-container-new h1 {
        font-size: 32px
    }
}

@media (max-width: 560px) {
    img.jj-home-banner-img-new {
        height: 140vw
    }

    .jj-home-banner-content-container-new {
        top: 73vw
    }

    .jj-home-banner-content-container-new h1 {
        font-size: 5.714vw;
        margin-bottom: 10%
    }

    .jj-home-banner-content-logo-new {
        margin-top: 15%;
        width: 62vw
    }
}

@media (max-width: 450px) {
    .jj-home-banner-content-container-new h4 {
        font-size: 3.478vw
    }
}

@media (max-width: 320px) {
    .jj-home-banner-content-container-new h1 {
        margin-bottom: 14%
    }

    .jj-home-banner-content-container-new h4 {
        font-size: 4.478vw;
        margin-bottom: 2%
    }

    .jj-home-banner-content-logo-new {
        margin-top: 15%;
        width: 80vw
    }

    img.jj-home-banner-img-new {
        height: 160vw
    }
}

span.jj-footer-address-head {
    font-weight: 600;
    color: #016525;
}

.footer_form {
    max-width: 408px;
    text-align: center;
    margin-top: 19px
}

.footer-contact {
    margin-top: 100px
}

.contact_footer {
    border-radius: 5px;
    margin-top: 20px;
    max-width: 1138px;
    padding-bottom: 48px
}

.footer-control-text {
    box-shadow: 0 3px 6px #00000029 !important;
    border-radius: 10px !important;
    opacity: 1
}

#comments1 {
    resize: none
}

.footer-row {
    max-width: 1138px;
    box-shadow: 0 3px 6px #00000029;
    padding-bottom: 40px;
    border-radius: 5px;
    opacity: 1;
    position: relative;
    margin-bottom: -179px;
    background-color: #fff
}

.footer_letsconnect {
    font-size: 20px;
    font-family: Poppins;
    font-weight: 600;
    width: 408px;
    text-align: center;
    color: #000
}

.footer_h5 {
    font-size: 20px;
    font-family: Poppins;
    color: #303843;
    font-weight: 600
}

.footer_list_op {
    color: #2f323f
}

ul.footer_ul {
    margin-top: 1em
}

ul.footer_ul li img {
    display: inline-block
}

ul.footer_ul li a {
    display: inline-block;
    width: 100%;
    margin: 10px auto;
    font-size: 17px;
    font-family: Poppins
}

ul.footer_ul li span {
    color: #000;
    margin-left: 12px;
    font-size: 17px
}

.ss-link {
    margin-bottom: 2px !important
}

.jj-footer-link-items ul li a {
    font-size: 17px !important;
    color: #2f323f !important
}

.jj-footer-contact-us {
    margin-top: 50px
}

.jj-footer-links-head strong {
    color: #303843;
    font-weight: 600 !important
}

.jj-footer-contact-us li strong {
    color: #303843;
    font-weight: 600 !important
}

.jj-footer-contact-us-mobile {
    display: none
}

.footer-main-bottom-mobile {
    display: none
}

.footer_ul li p {
    padding-left: 12px;
    font-size: 17px;
    color: #000;
    margin-left: 2px
}

.footer-foot {
    position: static
}

.footer_menu_heading {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 700
}

.footer_menu_list {
    font-size: 17px;
    font-family: Poppins;
    color: #000;
    padding-top: 60px
}

.footer-main-bottom {
    margin-top: 97px
}

.footer_image {
    display: flex
}

.footer_img1 {
    max-width: 154px;
    max-height: 163px;
    float: left;
    width: 100%
}

.footer_img2 {
    max-width: 154px;
    max-height: 166px;
    float: right
}

.footer_img3 {
    max-width: 254px;
    margin-top: 40px;
    height: 56.28px
}

.footer_img4 {
    max-width: 352px;
    margin-top: 20px
}

.footer_copyright {
    font-family: Open Sans !important;
    font-weight: 600 !important;
    font-size: 17px !important
}

#contact-msg1 {
    color: #016525 !important;
    font-weight: 700 !important;
    margin-top: 5% !important
}

.jj-footer-contact-container {
    width: 60%;
    padding: 3% 6%;
    margin-top: 2%;
    box-shadow: 0 6px 9px #0000001a !important;
    margin-bottom: -15%;
    background-color: #fff;
    position: relative;
	z-index: 9;
}

h2.jj-footer-contact-head {
    font-size: 1.04166vw;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    color: #303843;
    margin-bottom: 5%
}

ul.jj-footer-contact-detail {
    list-style: none;
    padding-left: initial
}

ul.jj-footer-contact-detail li {
    line-height: 2;
    margin-bottom: 3%
}

ul.jj-footer-contact-detail a:hover {
    text-decoration: none
}

ul.jj-footer-contact-detail a p {
    color: #000;
    font-size: 0.8854vw !important;
    font-weight: 400;
    font-family: Poppins, sans-serif
}

ul.jj-footer-contact-detail p {
    color: #000;
    font-size: 0.8854vw !important;
    font-weight: 400;
    font-family: Poppins, sans-serif
}

ul.jj-footer-contact-detail img {
    width: 3.5%;
    margin-right: 2%;
    display: inline-block
}

ul.jj-footer-contact-detail span {
    display: inline-flex
}

h2.jj-footer-contact-form-head {
    font-size: 1.04166vw;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    color: #000;
    text-align: center;
    margin-bottom: 5%
}

input.jj-footer-contact-form-field,
textarea.jj-footer-contact-form-field , .jj-footer-contact-form-field-phone {
    width: 100%;
    border: none;
    border-radius: 10px;
    box-shadow: 0 3px 6px #00000029 !important;
    padding: 2% 3%;
    margin-bottom: 4%
}
input.jj-footer-contact-form-field::placeholder,
textarea.jj-footer-contact-form-field::placeholder {
    color: #00000076;
    font-size: 0.8854vw;
    font-weight: 400;
    font-family: Poppins, sans-serif
}

textarea.jj-footer-contact-form-field {
    resize: none
}

input.jj-contact-form-submit {
    color: #fff;
    background-color: #016525 !important;
    border: none;
    padding: 1% 12%;
    border-radius: 13px;
    font-size: 0.8854vw;
    font-weight: 400;
    font-family: Poppins, sans-serif;
    box-shadow: 0 3px 6px #00000030 !important
}

input.jj-contact-form-submit:hover {
    background-color: #017d2e !important;
    cursor: pointer
}
/* New code added by mukil*/

.jj-footer-contact-form-field-phone::placeholder, .jj-footer-contact-form-field-code::placeholder {
    color: #00000076;
    font-size: 0.8854vw;
    font-weight: 400;
    font-family: Poppins, sans-serif
}
.test {
    display: flex;
    justify-content: space-between;
}
.test1{
    width:25%;
}
.test2{
    width:73%
}
.jj-footer-contact-form-field-code {
    width: 100%; /* Set width to 100% */
    border: none;
    border-radius: 10px;
    box-shadow: 0 3px 6px #00000029 !important;
    padding: 5.5% 8%;
    margin-bottom: 4%;
    background:none;
}


@media only screen and (max-width: 1200px) {
    h2.jj-footer-contact-head {
        font-size: 1.4vw
    }

    ul.jj-footer-contact-detail a p {
        font-size: 1.1vw !important
    }

    ul.jj-footer-contact-detail p {
        font-size: 1.1vw !important
    }

    h2.jj-footer-contact-form-head {
        font-size: 1.4vw
    }

    input.jj-footer-contact-form-field::placeholder,
    textarea.jj-footer-contact-form-field::placeholder {
        font-size: 1.1vw
    }

    input.jj-contact-form-submit {
        font-size: 1.1vw
    }

    ul.jj-footer-contact-detail img {
        width: 5%
    }

    .jj-footer-contact-container {
        width: 70%
    }
    .jj-footer-contact-form-field-country-code, .jj-footer-contact-form-field-phone::placeholder{
        font-size: 1.1vw/*17px*/;
    }
}

@media only screen and (max-width: 991px) {
    .jj-footer-contact-container {
        width: 95%;
        padding: 10% 4%
    }

    h2.jj-footer-contact-head {
        font-size: 2.018vw
    }

    ul.jj-footer-contact-detail a p {
        font-size: 1.4vw !important
    }

    ul.jj-footer-contact-detail p {
        font-size: 1.4vw !important
    }

    h2.jj-footer-contact-form-head {
        font-size: 2.018vw
    }

    input.jj-footer-contact-form-field::placeholder,
    textarea.jj-footer-contact-form-field::placeholder {
        font-size: 1.4vw
    }

    input.jj-contact-form-submit {
        font-size: 1.4vw
    }

    ul.jj-footer-contact-detail img {
        width: 6%
    }
    .jj-footer-contact-form-field-country-code, .jj-footer-contact-form-field-phone::placeholder{
        font-size: 1.4vw/*17px*/;
    }
}

@media only screen and (max-width: 786px) {
    ul.jj-footer-contact-detail a p {
        font-size: 1.5vw !important
    }

    ul.jj-footer-contact-detail p {
        font-size: 1.5vw !important
    }

    input.jj-footer-contact-form-field::placeholder,
    textarea.jj-footer-contact-form-field::placeholder {
        font-size: 1.5vw
    }

    input.jj-contact-form-submit {
        font-size: 1.5vw
    }

    ul.jj-footer-contact-detail img {
        width: 6%
    }

    input.jj-footer-contact-form-field,
    textarea.jj-footer-contact-form-field {
        box-shadow: 0 6px 6px #0000001a !important
    }
    .jj-footer-contact-form-field-country-code, .jj-footer-contact-form-field-phone::placeholder{
        font-size: 1.5vw/*17px*/;
    }
}

@media only screen and (max-width: 650px) {
    form.jj-footer-contact-form {
        text-align: left
    }

    .jj-footer-contact-row {
        flex-direction: column-reverse
    }

    .jj-footer-contact-row .col {
        flex-basis: auto
    }

    h2.jj-footer-contact-form-head {
        text-align: left;
        font-size: 20px
    }

    ul.jj-footer-contact-detail a p {
        font-size: 14px !important
    }

    ul.jj-footer-contact-detail p {
        font-size: 14px !important
    }

    input.jj-footer-contact-form-field::placeholder,
    textarea.jj-footer-contact-form-field::placeholder {
        font-size: 14px
    }

    input.jj-contact-form-submit {
        font-size: 14px
    }

    h2.jj-footer-contact-head {
        font-size: 20px;
        margin-top: 10%
    }

    ul.jj-footer-contact-detail img {
        width: 5%;
        margin-right: 4%
    }

    input.jj-footer-contact-form-field,
    textarea.jj-footer-contact-form-field {
        box-shadow: 0 4px 8px #0000001c !important;
        border-radius: 7px
    }

    input.jj-contact-form-submit {
        padding: 1.5% 14%;
        border-radius: 10px
    }
    .jj-footer-contact-form-field-country-code, .jj-footer-contact-form-field-phone::placeholder{
        font-size: 14px;
    }
}

@media only screen and (max-width: 469px) {
    .jj-footer-contact-container {
        padding: 8% 1%
    }
}

@media only screen and (max-width: 450px) {
    h2.jj-footer-contact-form-head {
        text-align: left;
        font-size: 4.444vw
    }

    ul.jj-footer-contact-detail a p {
        font-size: 3.111vw !important
    }

    ul.jj-footer-contact-detail p {
        font-size: 3.111vw !important
    }

    input.jj-footer-contact-form-field::placeholder,
    textarea.jj-footer-contact-form-field::placeholder {
        font-size: 3.111vw
    }

    input.jj-contact-form-submit {
        font-size: 3.111vw
    }

    h2.jj-footer-contact-head {
        font-size: 4.444vw;
        margin-top: 10%
    }
    .jj-footer-contact-form-field-country-code::placeholder, .jj-footer-contact-form-field-phone::placeholder{
        font-size: 3.111vw/*14px*/;
    }
}

.jj-footer-shortlink-container {
    width: 75%;
   margin: 1% auto 4% auto;
   padding-top: 4%;
}

.col.jj-footer-connect-socially {
    flex-basis: auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    padding-right: 4px
}

.footer-top-items {
    padding-top: 1% !important
}


@media only screen and (max-width: 1400px) {
    footer .footer-top-items .jj-footer-links .jj-footer-links-head strong {
        font-family: Poppins, sans-serif !important;
        font-size: 1.4285vw !important;
        font-weight: 600 !important;
        color: #303843 !important
    }

    .jj-footer-contact-us li strong {
        font-family: Poppins, sans-serif !important;
        font-size: 1.4285vw !important;
        font-weight: 600 !important;
        color: #303843 !important
    }

    .jj-footer-link-items ul li a {
        font-family: Poppins, sans-serif;
        font-size: 1.2142vw !important;
        font-weight: 400 !important;
        color: #2f323f !important
    }

    .col.jj-footer-connect-socially {
        padding-right: 1%
    }
}

@media only screen and (max-width: 1199px) {
    .col.jj-footer-connect-socially {
        padding-right: 0;
        padding-left: 7%
    }

    .jj-footer-shortlink-container .justify-content-center {
        justify-content: left !important
    }
}

@media only screen and (max-width: 991px) {
    footer .footer-top-items .jj-footer-links .jj-footer-links-head strong {
        font-size: 2.0181vw !important
    }

    .jj-footer-contact-us li strong {
        font-size: 2.0181vw !important
    }

    .jj-footer-link-items ul li a {
        font-size: 1.7154vw !important
    }

    .col.jj-footer-connect-socially {
        padding-right: 2%;
        padding-left: 6.5%
    }
}

@media only screen and (max-width: 768px) {
    .col.jj-footer-connect-socially {
        padding-right: 0;
        padding-left: 6.5%
    }
}

@media only screen and (max-width: 650px) {
    footer .footer-top-items .jj-footer-links .jj-footer-links-head strong {
        font-size: 20px !important
    }

    .jj-footer-contact-us li strong {
        font-size: 20px !important
    }

    .jj-footer-link-items ul li a {
        font-size: 14px !important
    }

    .col.jj-footer-connect-socially {
        padding-right: 0;
        padding-left: 9.5%
    }
}

@media only screen and (max-width: 575px) {
    footer .footer-top-items .jj-footer-links .jj-footer-links-head {
        padding: 40px 0 5px 0
    }

    .jj-footer-contact-us-mobile li strong {
        font-size: 20px !important
    }

    .col.jj-footer-connect-socially {
        padding-right: 7%;
        padding-left: 0
    }

    .col.jj-footer-connect-socially .fa {
        width: 25px
    }

    .jj-footer-contact-us {
        display: none !important
    }

    .jj-footer-contact-us-mobile {
        display: block !important
    }

    .jj-footer-contact-us-mobile li {
        margin-bottom: 10px;
        padding-top: 40px;
        padding-bottom: 10px
    }

    .jj-footer-shortlink-container {
        width: 85%
    }

    .jj-footer-quick-links {
        display: block !important
    }
}

@media only screen and (max-width: 375px) {
    .jj-footer-shortlink-container {
        width: 88%;
        margin-top: 8%
    }
}

@media only screen and (max-width: 340px) {
    .jj-footer-shortlink-container {
        width: 95%;
        margin-top: 10%
    }

    .col.jj-footer-connect-socially .fa {
        width: 8vw
    }
}

.jj-bottom-footer-container {
    display: flex;
    justify-content: space-between;
    width: 75%;
    margin-top: 4%;
    margin-bottom: 3%
}

.jj-bottom-footer-container .col {
    align-self: center
}

img.jj-bottom-footer-clutch {
    width: 8vw
}

img.jj-bottom-footer-mobility {
    width: 7vw;
    margin-right: 1vw
}

img.jj-bottom-footer-netsuite {
    width: 16vw
}

.footer-top-items {
    padding-bottom: 0 !important
}

footer .footer-copyright-area {
    background-color: #fbfbfb;
    padding: 25px 25px !important;
    text-align: center !important
}

.footer-foot {
    position: static !important
}

@media only screen and (max-width: 991px) {
    .jj-bottom-footer-container {
        display: block;
        text-align: center;
        margin-bottom: auto
    }

    img.jj-bottom-footer-clutch {
        width: 27vw
    }

    .jj-bottom-footer-row-2 {
        flex-direction: column-reverse;
        margin-top: 12%
    }

    .jj-bottom-footer-row-2 .col {
        text-align: left;
        margin-bottom: 25%
    }

    img.jj-bottom-footer-netsuite {
        width: 50vw;
        margin-bottom: 10%
    }

    img.jj-bottom-footer-mobility {
        width: 25vw;
        margin-right: auto;
        margin-bottom: 10%
    }
}

@media only screen and (max-width: 650px) {
    footer .footer-copyright-area {
        padding: 25px 15% !important
    }
}

@media only screen and (max-width: 575px) {
    .jj-bottom-footer-container {
        width: 85%
    }

    footer .footer-copyright-area {
        padding: 25px 10% !important
    }

    .jj-bottom-footer-container {
        margin-top: 15%
    }
}

@media only screen and (max-width: 375px) {
    .jj-bottom-footer-container {
        width: 95%;
        margin-top: 10%
    }

    img.jj-bottom-footer-clutch {
        width: 30vw
    }

    img.jj-bottom-footer-netsuite {
        width: 57vw;
        margin-bottom: 15%
    }

    img.jj-bottom-footer-mobility {
        width: 28vw;
        margin-bottom: 15%
    }

    footer .footer-copyright-area {
        padding: 25px 6% !important
    }
}

.jj-footer-copy-right {
    font-size: 17px !important;
    color: #000 !important
}

@media only screen and (max-width: 991px) {
    .jj-footer-copy-right {
        line-height: 2
    }
}

@media only screen and (max-width: 650px) {
    .jj-footer-copy-right {
        font-size: 12px !important;
        text-align: left
    }
}

@media only screen and (max-width: 480px) {
    .jj-footer-contact-form .g-recaptcha {
        overflow: hidden
    }
}

.jj_heading {
    font-size: 40px;
    color: #000;
    margin-top: 3%;
}

.jj-h {
    color: #303843;
    margin-top: 30px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.6;
}

.jj-p {
    color: #303843;
    margin-top: 20px;
    font-size: 18px
}

.jj-link {
    margin-top: 17px;
    display: flex
}

.what-is-netsuite {
    line-height: 180%
}

.net-post {
    padding-bottom: 73px
}

.client-section {
    margin-top: 50px
}

.client-section-mobile {
    display: none
}

.client-heading {
    font-size: 30px;
    line-height: 53px;
    font-family: Poppins;
    font-weight: 500;
    color: #000
}

.know-more {
    color: #016525;
    margin-top: -3px;
    font-size: 15px;
    margin-left: -7px
}

.know-more:hover {
    color: #016525
}

.ir:hover {
    left: 30px;
    position: absolute
}

.client-ul {
    font-size: 18px;
    color: #303843 !important;
    margin-top: 20px !important
}

.icon-arrow-right {
    color: #016525;
    font-weight: 400
}

.icon-arrow-right:hover {
    color: green
}

.net_int_heading {
    color: #000 !important;
    font-family: "Open Sans" !important
}

.net_int_para {
    font-size: 22px !important;
    color: #000 !important;
    font-family: "Open Sans" !important;
    line-height: 1.5 !important
}

.ir {
    margin-bottom: 3px
}

@media (max-width: 436px) {
    .jj_heading {
        font-size: 18px;
        color: #000
    }

    .jj-h {
        font-size: 14px
    }

    .jj-p {
        font-size: 12px
    }

    .what-is-netsuite {
        padding-bottom: 23px
    }

    .client-heading {
        font-size: 18px;
        /*    text-align: left; */
        line-height: 1.5;
    }

    .know-more {
        font-size: 12px
    }

    .client-ul {
        font-size: 12px
    }

    .net_int_para {
        font-size: 10px !important
    }
}

.form-group.col-12.cv_label.visible {
    position: relative
}

input#quote-cv {
    position: absolute;
    top: 0;
    opacity: 0
}

.wpcf7-response-output {
    border: none !important;
    text-align: center !important
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    color: red
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    color: #398f14
}

.jj-testimonilas-sec #jj-textimonils-slider .jj-client-details .jj-client-details-text {
    text-align: center
}

#wpadminbar {
    z-index: 50000000
}

.testimonial__slide .owl-next,
.testimonial__slide .owl-prev {
    line-height: 100%
}

.jj-inter-sec-list ul li a[href] {
    color: #303843 !important;
    transition: all 0.5s ease-in-out
}

.jj-inter-sec-list ul li a[href] {
    color: #016525 !important
}

.jj-blog-inner-design table {
    border-collapse: collapse;
    display: block !important;
    max-width: 100%;
    overflow: auto
}

.jj-blog-inner-design table tbody,
.jj-blog-inner-design table thead {
    min-width: 720px;
    display: table
}

.jj-blog-inner-design table tr td {
    border: 1px solid #ddd;
    padding: 6px 10px
}

.jj-banner-date {
    z-index: 5
}

.jj-our-blog-item-link .jj-blog-item-img-wrap {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.blog-banner-area:before,
.jj-our-blog-item-link .jj-blog-item-img-wrap:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.08)
}

.jj-our-blog-item-link .jj-blog-item-img-wrap:after {
    border-radius: 0
}

.blog-banner-area {
    position: relative
}

.shedule_sec {
    background-attachment: fixed !important
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {
    bottom: -45px
}

.open_box .jj-view-details {
    display: inline-block !important
}

@media only screen and (max-width: 992px) {
    .open_box .jj-view-details {
        width: 100%;
        max-width: 160px;
        left: 0;
        position: relative !important;
        display: block !important;
        margin-top: 10px !important
    }
}

@media only screen and (min-width: 768px) {
    section.admini__Detail footer.sub-footer {
        margin-top: 30px !important
    }
}

@media only screen and (min-width: 1200px) {
    section.admini__Detail footer.sub-footer {
        margin-top: 60px !important
    }

    #collapsibleNavbar {
        display: block !important
    }

    .navbar-nav {
        flex-direction: inherit !important
    }

    .nav-container {
        width: 100% !important
    }
}

.integration-wrapper .nav-item {
    width: 20%;
    text-align: center;
    border: 1px solid #ccc
}

.jj-inter-sec p,
.profile__sec p {
    text-align: justify
}

.ext-site {
    color: #000;
    font-weight: 600
}

.story-center {
    text-align: center;
    margin: 0 auto;
    margin-top: 2.7em;
    margin-left: 2em
}

.story-center a:hover {
    color: #016525 !important
}

.customicon-linkedin {
    height: auto !important;
    width: auto !important;
    font-size: 17px;
    vertical-align: middle
}

.customicon-youtube {
    height: auto !important;
    width: auto !important;
    font-size: 22px;
    vertical-align: middle
}

.video-container {
    position: relative;
    padding-bottom: 54%;
    height: 0;
    overflow: hidden
}

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

.serviceMain.about__page {
    padding-top: 60px
}

@media (max-width: 767px) {
    .video-container {
        padding-bottom: 80%
    }

    .serviceMain.about__page {
        padding-top: 25px
    }
}

@media (min-width: 576px) {
    .jj-media-sec {
        padding: 30px 0 60px 0
    }

    .media-head {
        padding-bottom: 60px
    }
}

@media (max-width: 576px) {
    .jj-media-sec {
        padding: 20px 0 18px 0
    }

    .jj-homevideo iframe {
        width: 100%
    }
}

.jj-media-sec h3 {
    font-size: 1.75rem;
    letter-spacing: 2.2px
}

.jj-homenews h3 {
    margin-top: 20px
}

.jj-homevideo h3 {
    margin-top: 20px
}

.jj-hometwitter h3 {
    margin-top: 20px
}

.jj-homenews p {
    text-align: justify;
    font-size: 16px
}

.jj-homevideo iframe {
    padding-left: 5px;
    padding-right: 10px;
    width: 100%
}

.homevideo-inner {
    padding-top: 20px
}

.homenews-inner {
    padding-top: 15px
}

.news-single-head {
    padding-bottom: 10px
}

.drop__menu .sub_menu li a:after {
    display: none
}

.jj-media-sec {
    background-color: #f4fbfd
}

.jj-news-inner,
.jj-twitter-inner,
.jj-video-inner {
    background-color: #fff;
    padding: 2px 25px 50px 25px
}

.homevideo-label {
    margin-top: 18px !important
}

.homevideo-label h4 {
    font-size: 18px
}

.jj-news-inner {
    padding-bottom: 62px
}

.jj-video-inner {
    padding-bottom: 54px
}

.jj-twitter-inner {
    padding-bottom: 6px
}

.homevideo-date span {
    font-size: 11px;
    background-color: #81a426;
    padding: 14px 0;
    margin-left: 50%;
    color: #fff;
    position: absolute;
    bottom: 125px;
    width: 54px;
    border-radius: 10px;
    text-align: center
}

.news-single-head span {
    color: #81a426;
    font-weight: 700
}

.news-read-more {
    font-size: 15px;
    display: block;
    margin-top: 8px;
    color: #016525;
    font-weight: 500;
}

.news-read-more:hover{
    color: #1fbf59;
    text-decoration: none;
}

.register-button{
    background: #016525;
    padding: 2% 5%;
    border-radius: 18px;
    color:#f1efef;
    font-weight: 500;
}
.register-button:hover{
    color: #fff;
    text-decoration: none;
    background: #1d8543;
}
.news-contentsHeadings:hover{
    text-decoration:none;
}

.jj-news-inner,
.jj-twitter-inner,
.jj-video-inner {
    height: 100%;
}

@media (min-width: 1366px) and (max-width: 1599px) {
    .homevideo-date span {
        bottom: 150px
    }
}

@media (min-width: 1200px) and (max-width: 1365px) {
    .homevideo-date span {
        bottom: 180px
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .homevideo-date span {
        bottom: 280px
    }
}

@media (min-width: 576px) {
    .navbar {
        padding-bottom: 0 !important;
        padding-top: 6px !important
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .homevideo-date span {
        bottom: 82px
    }
}

@media (max-width: 991px) {
    .jj-video-inner {
        height: auto !important;
    }
}

@media (max-width: 575px) {
    .homevideo-date span {
        bottom: 70px
    }
}

@media (max-width: 399px) {
    .homevideo-date span {
        bottom: 160px
    }

}

@media (max-width: 360px) {
    .int-item img {
        width: 200px !important
    }
}

.founter__div .social i {
    color: #0077b7;
    font-size: 24px
}

@media (min-width: 1200px) {

    .insight-content-item,
    .insights-customization-img {
        max-height: 433px
    }
}

@media (max-width: 767px) {
    .insights-customization-img {
        max-height: 352px
    }
}

@media (max-width: 399px) {
    .insights-customization-img {
        max-height: 200px
    }
}

.jj-blog-banner .blog-banner-area .blog-content-area {
    background: rgba(0, 0, 0, 0.2)
}

#tipsandtricksiconSvg-nav:after {
    content: "";
    width: 25px;
    height: 25px;
    display: block;
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-top: 4px;
    background-image: url("https://www.jobinandjismi.com/wp-content/uploads/2020/06/tipstricksicon.svg")
}

.jj-home-page-animation #jj-our-blog-slier .owl-item {
    height: auto
}

@media (max-width: 1599px) and (min-width: 1200px) {
    .jj-megamenu-area #servicedesk-menu-dropdown ul li:nth-child(2n 1) {
        padding-left: 8px !important
    }
}

@media (min-width: 1200px) {
    .jj-menu-area {
        background-color: #ebf7f9 !important
    }

    .jj-megamenu-area .jj-menu-area .nav-container .menu-dropdown li a {
        background-color: #def2f5 !important
    }

    .jj-megamenu-area .jj-menu-area .nav-container .menu-dropdown li a div.jj-animaton-svg-nav {
        height: 60px !important;
        width: 60px !important
    }
}

.infographic-img img,
.integration-img img {
    width: 100%
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .integration-img {
        width: 720px
    }
}

@media (min-width: 1600px) {
    .integration-img {
        width: 800px
    }

    .infographic-content {
        padding-top: 20px
    }
}

@media (min-width: 992px) {
    .shedule_sec {
        height: 450px
    }
}

@media (max-width: 767px) {
    .shedule_sec {
        text-align: left !important
    }
}

@media (max-width: 575px) {
    .shedule_sec h2 {
        font-size: 2rem !important
    }
}

.about_video_link img,
.jj_video_link img {
    width: 100%;
	height: auto;
}

.f-play-video img {
    width: 100%
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4)
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.infographic-content {
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 240%
}

.casestudy-btn {
    display: inline-block;
    background-color: transparent;
    border: 2px solid #add336 !important;
    color: #add336 !important;
    text-align: center;
    margin-right: 30px
}

.casestudy-btn:hover {
    background-color: #add336 !important;
    color: #fff !important
}

.casestudy-btn::after {
    background-color: #add336 !important
}

.implementation-faq {
    margin-top: 40px;
    margin-bottom: 70px
}

[class^="icon-"] {
    vertical-align: middle
}

.main-btn-circle,
.main-btn-rect {
    position: relative;
    margin: 0;
    font-family: Roboto, sans-serif;
    color: ivory;
    background-color: #a2dbee;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 1px;
    outline: 0;
    cursor: pointer;
    z-index: 100
}

.main-btn-rect {
    padding: 10px 80px;
    line-height: 30px
}

.main-btn-rect:after,
.main-btn-rect:before {
    position: absolute;
    content: "";
    top: 0;
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 240, 0.2);
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s
}

.main-btn-rect:before {
    left: 0
}

.main-btn-rect:after {
    right: 0
}

.main-btn-rect:hover:after,
.main-btn-rect:hover:before {
    width: 50%
}

.main-btn-circle {
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50%;
    border-radius: 100%;
    line-height: 40px;
    -webkit-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s
}

.main-btn-circle:hover {
    -webkit-box-shadow: inset 2px 1px 0 20px rgba(255, 255, 240, 0.2);
    -moz-box-shadow: inset 2px 1px 0 20px rgba(255, 255, 240, 0.2);
    box-shadow: inset 2px 1px 0 20px rgba(255, 255, 240, 0.2)
}

.popup {
    position: fixed;
    top: 100%;
    width: 100%;
    height: 100%;
    z-index: 10001
}

.popup.active {
    top: 0;
    background-color: rgba(3, 3, 3, 0.98);
    transition: background-color 0.6s, opacity 0.6s
}

.popup .main-btn-rect {
    padding: 10px 100px
}

.popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 568px;
    min-width: 320px;
    margin-top: 150px;
    padding: 25px;
    background-color: ivory;
    color: #070000;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transition: margin 0.6s;
    -webkit-transition: margin 0.6s;
    -moz-transition: margin 0.6s;
    -o-transition: margin 0.6s
}

.popup.active .popup-content {
    margin-top: 0
}

.popup-content h6 {
    display: table;
    font-size: 16px;
    text-align: center;
    margin: 10px auto;
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    font-weight: 100
}

.form-group {
    position: relative;
    width: 90%;
    margin: 0 auto
}

form#send input,
form#send textarea {
    position: relative;
    margin-bottom: 32px;
    width: 100%;
    height: 29px;
    font-family: RobotoLight, sans-serif;
    text-indent: 20px;
    background-color: transparent;
    outline: 0;
    border: none;
    border-bottom: 1px solid #070000;
    -webkit-transition: border 0.6s;
    -o-transition: border 0.6s;
    transition: border 0.6s
}

form#send input:focus,
form#send textarea:focus {
    border-bottom: 1px solid #3fada8
}

form#send label {
    position: absolute;
    top: 0;
    line-height: 28px;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s
}

form#send input:focus label,
form#send textarea:focus label {
    color: #3fada8
}

form#send .txt {
    line-height: 22px;
    left: 2px
}

form#send .main-btn-rect {
    position: relative;
    display: block;
    padding: 12px 80px;
    margin: 0 auto;
    font-size: 14px;
    border: none
}

form#send .main-btn-rect i {
    margin-right: 5px
}

.popup .fade-out {
    position: absolute;
    top: -20px;
    right: -20px;
    text-align: center;
    font-size: 15px
}

.share-wrap {
    position: absolute;
    display: inline-table;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
    text-align: center
}

.share-btn {
    color: ivory;
    padding: 7px 25px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 100;
    font-size: 14px;
    font-family: Lobster, sans-serif;
    background-color: rgba(63, 173, 168, 0.8);
    text-transform: uppercase;
    border-radius: 5px;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s
}

.share-btn:hover {
    color: ivory;
    text-decoration: none;
    background-color: #3fada8
}

.resp-sharing-button__icon,
.resp-sharing-button__link {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 2px
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 6px 9px;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -o-transition: background-color 0.5s
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

.resp-sharing-button__icon,
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998
}

.resp-sharing-button--facebook:active,
.resp-sharing-button--facebook:hover {
    background-color: #2d4373;
    border-color: #2d4373
}

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee
}

.resp-sharing-button--twitter:active,
.resp-sharing-button--twitter:hover {
    background-color: #2795e9;
    border-color: #2795e9
}

.resp-sharing-button--linkedin {
    background-color: #0077b5;
    border-color: #0077b5
}

.resp-sharing-button--linkedin:active,
.resp-sharing-button--linkedin:hover {
    background-color: #046293;
    border-color: #046293
}

@media only screen and (max-width: 768px) {
    h1 {
        font-size: 25px
    }

    h2 {
        font-size: 14px
    }

    form#send .main-btn-rect {
        padding: 7px 60px;
        font-size: 14px
    }

    .fa-comment {
        padding: 7px 60px;
        font-size: 14px
    }
}

.jj-breadcrumb li {
    display: inline
}

.req-quote:hover {
    color: #fff
}

.req-quote {
    margin-top: 25px;
    margin-bottom: 25px
}

.jj-megamenu-area .jj-menu-area {
    margin-top: 64px
}

.jj-our-blog-item-link {
    padding-bottom: 0
}

.textareawrap {
    margin-bottom: 8px
}

.main-btn-rect {
    margin-top: 8px
}

.jj-our-blog-item-link .jj-blog-item-content-area {
    padding: 17px 20px 30px 0 !important
}

.req-quote a:hover {
    color: #fff !important
}

#integration-tabs li {
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    text-align: center
}

#integration-tabs li:last-child {
    border-bottom: 1px solid #999
}

#integration-tabs li a.active {
    color: #016525;
    background-color: #ebf7f9
}

#integration-tabs ul {
    margin-bottom: 20px
}

.integration-wrapper h3 {
    margin-bottom: 10px
}

.int-item {
    background-color: #ebf7f9;
    padding: 40px;
    border: 10px solid #fff;
    border-radius: 50px;
    float: left
}

.int-item h3 {
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    color: #016525
}

.int-item p {
    font-size: 15px;
    text-align: center
}

.int-item img {
    margin: 15px 0 !important;
    width: 250px
}

@media (max-width: 1199px) {
    .int-item {
        margin-top: 20px
    }
}

@media (min-width: 1200px) and (max-width: 1503px) {
    .int-item img {
        width: 240px !important
    }
}

@media (max-width: 1373px) {
    body:not(.home) header.main-header .navbar-collapse ul li a.jj-nav-quote-btn {
        padding: 12px 20px !important;
        font-size: 1vw !important
    }
}

@media (max-width: 1252px) {
    body:not(.home) header.main-header .navbar-collapse ul li a.jj-nav-quote-btn {
        padding: 10px 10px 10px 10px !important;
        width: 115px !important;
        text-align: center
    }
}

@media (max-width: 1599px) {
    .jj-megamenu-area .jj-menu-area .nav-container .menu-dropdown li a {
        height: 100% !important
    }

    .jj-megamenu-area .searcice-menu-dropdown.menu-dropdown ul li:nth-child(2n 1) {
        padding: 8px !important
    }
}

.jj-megamenu-area .jj-menu-area .nav-container .menu-dropdown li a span {
    display: inline-block;
    width: 90%
}

.jj-megamenu-area .jj-menu-area .nav-container .menu-dropdown li a {
    display: -webkit-box
}

.submenu-head {
    font-size: 18px
}

.submenu-desc {
    padding-top: 2px;
    padding-bottom: 10px;
    color: #303843 !important;
    font-size: 13px
}

@media (min-width: 1600px) {
    .jj-megamenu-area .searcice-menu-dropdown.menu-dropdown {
        max-width: 96% !important
    }
}

.jj-megamenu-area .jj-menu-area .nav-container .menu-dropdown li a span {
    width: 71%
}

.jj-megamenu-area .jj-menu-area .nav-container .menu-dropdown li a {
    padding-top: 8px
}

.submenu-desc:hover {
    text-decoration: none !important;
    display: inline-block
}

.submenu-desc:hover {
    text-decoration: none !important;
    color: #303843 !important;
    cursor: default
}

.shedule_sec {
    clear: both
}

.jj-blog-width {
    width: 100%
}

#jj-our-blog-slier .owl-nav {
    display: inline-block !important;
    width: 100% !important;
    text-align: center
}

#jj-our-blog-slier .owl-next,
#jj-our-blog-slier .owl-prev {
    opacity: 1 !important;
    width: 40px;
    height: 40px;
    font-size: 36px
}

.jj-blog-item-content-area h5 {
    height: 100%;
    width: 105%;
    padding-bottom: 12px
}

#jj-our-blog-slier .owl-item {
    text-align: center;
    padding: 60px 0
}

#jj-our-blog-slier .owl-prev {
    float: left;
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px
}

#jj-our-blog-slier .owl-next {
    float: right;
    font-size: 20px;
    text-transform: uppercase;
    padding: 20px
}

#jj-our-blog-slier .owl-dots {
    counter-reset: slides-num;
    position: absolute;
    left: 50%;
    margin-top: 15px
}

#jj-our-blog-slier .owl-dots:after {
    content: counter(slides-num);
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
    padding-left: 5px
}

#jj-our-blog-slier .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    margin-right: 5px
}

#jj-our-blog-slier .owl-dot span {
    display: none !important
}

#jj-our-blog-slier .owl-dot.active:before {
    content: counter(slides-num) " of";
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0
}

#jj-our-blog-slier.owl-carousel .owl-dots button {
    width: 2px !important;
    background: 0 0 !important
}

#jj-our-blog-slier.owl-carousel .owl-dots button.active {
    background: 0 0 !important
}

#jj-our-blog-slier.owl-carousel .owl-dots button.active:after {
    background-color: transparent !important
}

#jj-our-blog-slier.owl-carousel .owl-dots button {
    margin: 0 !important
}

#jj-our-blog-slier .jj-blog-sec .owl-dots {
    margin-top: 0 !important
}

.jj-our-blog-item-link .jj-blog-item-content-area p.jj-know-more {
    bottom: -20px
}

@media (max-width: 1090px) {
    #jj-our-blog-slier .owl-stage-outer {
        max-height: 80vh
    }

    .jj-our-blog-item-link .jj-blog-item-content-area p.jj-know-more {
        width: 50%
    }

    #jj-our-blog-slier.owl-carousel .owl-dots button {
        max-width: 1px
    }
}

#jj-our-blog-slier .owl-dots {
    margin-top: 0
}

#jj-our-blog-slier .owl-dots {
    top: 97%
}

#jj-our-blog-slier .owl-item {
    padding-bottom: 10px !important
}

#jj-our-blog-slier .owl-stage-outer {
    padding-bottom: 0 !important
}

@media (max-width: 549px) {
    #jj-our-blog-slier.owl-carousel .owl-dots button {
        max-width: 0.6px !important
    }
}

#jj-our-blog-slier .jj-know-more:after {
    left: 0
}

#jj-our-blog-slier .jj-know-more {
    left: -2px;
    width: 100%
}

@media (max-width: 1199px) {
    .jj-what-is-netsuite .jj-know-more:after {
        left: 0
    }
}

.mobiledev-menu-close {
    color: #000 !important
}

@media (max-width: 1199px) {
    .jj-megamenu-area .jj-menu-area .nav-container .menu-dropdown li a span {
        margin: auto 0 auto 35px
    }

    .jj-megamenu-area.mobile-menu-open .menu-dropdown.mobile-menu-show li a {
        margin: unset
    }
}

.jj-banner-btn {
    width: 16em
}

@media (max-width: 767px) {
    #jj-our-blog-slier .owl-dots {
        left: 40%
    }

    #jj-our-blog-slier .owl-item {
        padding-bottom: 10px !important
    }

    #jj-our-blog-slier .owl-dots {
        top: 94%
    }

    .jj-our-blog-item-link .jj-blog-item-content-area p.jj-know-more {
        width: 40%
    }
}

#captcha-msg,
#upload-msg {
    font-size: 13px;
    color: red
}

.shedule_sec .jj-btn {
    text-decoration: none
}

.schedule-blog h3,
.schedule-blog p {
    color: #fff
}

.schedule-blog .container {
    height: 200px
}

.schedule-blog h3 {
    font-size: 2.5rem;
    color: #fff;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 15px;
    font-weight: 600
}

.blogbg-consult .jj-btn {
    float: right
}

.blogbg-consult a {
    text-decoration: none
}

@media (min-width: 992px) {
    .blogbg-consult {
        padding: 25px
    }
}

@media (max-width: 991px) {
    .blogbg-consult {
        padding: 15px
    }

    .schedule-blog h3 {
        font-size: 1.5rem
    }

    .schedule-blog .container {
        height: 150px
    }
}

@media (max-width: 436px) {
    .schedule-blog .container {
        height: 180px
    }

    .blogbg-consult p {
        font-size: 13px
    }
}

@media (min-width: 1600px) and (max-width: 1657px) {
    .jj-megamenu-area .jj-menu-area .nav-container .menu-dropdown li a span {
        width: 80% !important
    }
}

.blog-content-area ul li {
    list-style: disc
}

.jj-client-experience-main-container {
    width: 60%;
    text-align: center;
    margin-top: 0.5%;
    margin-bottom: 2%
}

.jj-client-experience-col-1 {
    max-width: 35%
}

h3.jj-client-experience-value {
    font-size: 10.416vw;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    color: #09973d
}

p.jj-client-experience-text {
    font-size: 1.5626vw;
    font-weight: 500;
    font-family: Poppins;
    color: #000
}

h4.jj-client-service-value {
    font-size: 2.0833vw;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    color: #09973d
}

p.jj-client-service-text {
    font-size: 1.145vw;
    font-weight: 500;
    font-family: Poppins;
    color: #000
}

.jj-client-ecom-expert-col {
    border-bottom: 2px solid #e0dfdf63;
    border-right: 2px solid #e0dfdf63;
    padding: 5%
}

.jj-client-countries-col {
    border-bottom: 2px solid #e0dfdf63;
    padding: 5%
}

.jj-client-project-col {
    border-right: 2px solid #e0dfdf63;
    padding: 5%
}

.jj-client-ERP-col {
    padding: 5%
}

@media only screen and (max-width: 991px) {
    .jj-client-experience-main-row {
        display: block
    }

    h3.jj-client-experience-value {
        font-size: 20.1816vw
    }

    p.jj-client-experience-text {
        font-size: 3.027vw;
        margin-bottom: 15%
    }

    h4.jj-client-service-value {
        font-size: 4.0363vw
    }

    p.jj-client-service-text {
        font-size: 2.219vw
    }

    .jj-client-experience-col-1 {
        max-width: 100%
    }
}

@media only screen and (max-width: 540px) {
    .jj-client-experience-sub-row {
        display: block
    }

    .jj-client-ecom-expert-col {
        border-right: none
    }

    .jj-client-project-col {
        border-right: none;
        border-bottom: 2px solid #e0dfdf63
    }

    .jj-client-ERP-col {
        border-bottom: 2px solid #e0dfdf63
    }

    h3.jj-client-experience-value {
        font-size: 16.1816vw
    }

    p.jj-client-experience-text {
        font-size: 5.027vw
    }

    h4.jj-client-service-value {
        font-size: 7.0363vw
    }

    p.jj-client-service-text {
        font-size: 3.5vw
    }
}

.blog-single-heading {
    margin-bottom: 20px;
    height: 70px
}

.blog-pagination {
    word-spacing: 10px;
    width: 1500px;
    margin-top: 145px;
    text-align: center
}

.blog-p {
    font-weight: 600 !important
}

.blog-para {
    height: 175px
}

.ir {
    margin-bottom: 3px
}

.blog-link {
    margin-top: 17px
}

.blog-know-more {
    font-size: 0.9375rem;
    font-weight: 400 !important;
    display: block;
    position: relative;
    display: inline;
    padding-left: 20px;
    letter-spacing: 0;
    transition: all 0.8s ease-in !important;
    color: #b0b5bc
}

.blog-know-more:hover:after {
    width: 100%;
    letter-spacing: 2.5px;
    transition: all 0.8s ease-in !important
}

.blog-know-more:after {
    content: "Know More";
    position: absolute;
    top: 0;
    left: 20px;
    display: block;
    width: 0%;
    color: #016525;
    white-space: nowrap;
    overflow: hidden;
    letter-spacing: 0;
    transition: all 0.8s ease-in !important
}

.blog-know-more span {
    bottom: 8px;
    left: 8px;
    position: absolute;
    color: #b0b5bc;
    margin-right: 11.5px;
    margin-left: -6px;
    transition: all 1s ease-in-out;
    background-color: transparent;
    font-size: 0.75rem
}

.blog-link a {
    text-decoration: none
}

span.page-numbers.current {
    font-weight: 700
}

.jj-know-more span.icon-arrow-right,
.jj-view-details span.icon-arrow-right {
    bottom: 28%;
    left: 2%
}

@media (max-width: 991px) {
    .blog-single-heading {
        height: 50px
    }

    .jj-know-more span.icon-arrow-right,
    .jj-view-details span.icon-arrow-right {
        bottom: 23%;
        left: 3%
    }
}

@media (max-width: 436px) {
    .blog-pagination {
        word-spacing: 10px;
        margin-top: 34px;
        text-align: center;
        font-size: 9px
    }

    .blog-single-heading {
        height: 44px
    }

    .blog-para {
        height: 125px
    }

    .blog-link {
        margin-top: -20px
    }

    .ir {
        margin-bottom: 2px !important
    }
}

.nav-main-row {
    position: relative
}

header.header-fix-top .main-logo .main-logo-black,
header.header-fix-top .main-logo .main-logo-white,
header:not(.header-fix-top) .main-logo .main-logo-black,
header:not(.header-fix-top) .main-logo .main-logo-white {
    margin-left: auto !important;
    margin-top: auto !important;
    transform: translateX(20%)
}

#home-nav-menu-btn {
    top: auto;
    bottom: auto;
    margin: auto !important;
    transform: translateY(15%)
}

@media only screen and (max-width: 1199px) {
    .nav-main-row {
        position: initial
    }
}

@media only screen and (max-width: 991) {
    header.main-header .main-logo img {
        max-width: 20%
    }
}

header .navbar .mobile-menu #mobile-nav-links>li.drop__menu>a::after {
    top: 35%;
    right: 15%
}

@media only screen and (max-width: 1199px) {
    .jj-megamenu-area .jj-menu-area .nav-container {
        position: absolute
    }

    #mob-service-link-nav {
        margin-top: 10%
    }

    #mob-service-link-nav a b {
        text-align: left;
        margin-left: 2%
    }
}

span.icon-arrow-right.ir {
    color: #016525;
    bottom: 20%
}

@media only screen and (max-width: 650px) {
    span.icon-arrow-right.ir {
        bottom: 17%
    }
}

.jj-banner-chat-btn {
    width: 45%
}

@media (max-width: 360px) {
    .jj-banner-chat-btn {
        width: 55%
    }
}

.jj-blog-inner-sec .blog-content-area.col {
    flex-basis: auto;
    width: 55%
}

.jj-blog-inner-right-side-col.col {
    padding-top: 2%;
    padding-bottom: 2%;
    width: auto;
    background: #f7f7f9;
    height: 50%;
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    top: 15%
}

img.jj-blog-inner-right-side-blog-img {
    width: 6vw;
    height: 5vw;
    object-fit: cover;
    margin-top: 7%;
    border-radius: 4px
}

.jj-blog-inner-right-side-sub-col-1.col {
    flex-basis: auto;
    width: auto;
    padding-left: 0
}

.jj-blog-inner-right-side-sub-col-2.col {
    flex-basis: auto;
    width: 55%;
    padding: 0;
    margin: auto
}

.jj-blog-inner-right-side-sub-col-2.col p {
    font-size: 0.7vw;
    margin-top: 6%;
    font-weight: 500;
    letter-spacing: 0.1px
}

.jj-blog-inner-right-side-col .jj-blog-inner-right-side-row {
    margin-top: 5%
}

@media (max-width: 1400px) {
    .jj-blog-inner-right-side-sub-col-2.col p {
        font-size: 0.8vw;
        letter-spacing: 0.3px
    }

    .jj-blog-inner-sec .blog-content-area.col {
        width: 52%
    }
}

@media (max-width: 1200px) {
    .jj-blog-inner-right-side-sub-col-2.col p {
        font-size: 0.9vw
    }

    .jj-blog-inner-sec .blog-content-area.col {
        width: 42%
    }
}

@media (max-width: 991px) {
    .jj-blog-inner-right-side-sub-col-1.col {
        width: 100%
    }

    img.jj-blog-inner-right-side-blog-img {
        width: 100%;
        height: 12vw
    }

    .jj-blog-inner-right-side-sub-col-2.col p {
        font-size: 1.2vw
    }

    .jj-blog-inner-right-side-col h3 {
        font-size: 2vw
    }

    .jj-blog-inner-right-side-col .jj-blog-inner-right-side-row {
        margin-top: 11%;
        padding-bottom: 5%
    }

    .jj-blog-inner-right-side-col.col {
        height: 113vw
    }
}

@media (max-width: 767px) {
    .jj-blog-inner-right-side-sub-col-2.col p {
        font-size: 1.5vw
    }

    .jj-blog-inner-right-side-col.col {
        height: 130vw;
        top: 1px
    }
}

@media (max-width: 640px) and (min-width: 576px) {
    .jj-blog-inner-sec {
        padding-left: 4%
    }
}

@media (max-width: 640px) {
    .jj-blog-inner-sec .blog-content-area.col {
        width: 100%
    }

    .jj-blog-inner-right-side-sub-col-1.col {
        width: 40%
    }

    img.jj-blog-inner-right-side-blog-img {
        height: auto
    }

    .jj-blog-inner-right-side-col .jj-blog-inner-right-side-row {
        margin-top: 5%;
        padding-bottom: 2%
    }

    .jj-blog-inner-right-side-col h3 {
        font-size: 3.2vw
    }

    .jj-blog-inner-right-side-sub-col-2.col p {
        font-size: 2vw
    }

    .jj-blog-inner-right-side-col.col {
        height: auto;
        padding-top: 6%;
        padding-left: 15px;
    }
}

@media (max-width: 450px) {
    .jj-blog-inner-right-side-sub-col-2.col p {
        font-size: 2.5vw
    }

    .jj-blog-inner-right-side-col h3 {
        font-size: 4.2vw
    }
}

@media (max-width: 360px) {
    .jj-blog-inner-right-side-sub-col-2.col p {
        font-size: 3vw
    }

    .jj-blog-inner-right-side-col .jj-blog-inner-right-side-row {
        margin-top: 8%
    }

    img.jj-blog-inner-right-side-blog-img {
        height: 20vw
    }
}

.jj-chat-with-us-common {
    margin-top: 2%;
    width: 290px;
    height: auto
}

@media (max-width: 767px) {
    .jj-free-consultation .submit-button .jj-chat-with-us-common {
        width: 100%;
        padding-left: 25%;
        padding-right: 25%
    }
}

@media (max-width: 450px) {
    .jj-chat-with-us-common {
        width: 225px;
        margin-top: 7%
    }
}

@media (max-width: 360px) {
    .jj-free-consultation .submit-button .jj-chat-with-us-common {
        padding-left: 15%;
        padding-right: 15%
    }
}

@media (max-width: 280px) {
    .jj-chat-with-us-common {
        width: 80vw
    }
}

.homevideo-label {
    margin-top: 0
}

footer .footer-copyright-area {
    z-index: -1 !important
}

.contact-submit,
.quote-submit {
    padding: 10px 30px !important;
    font-size: 1rem !important;
    border: 1px solid #016525 !important;
    background-color: #fff !important;
    color: #016525 !important;
    border-radius: 20px
}

.contact-submit:hover,
.quote-submit:hover {
    color: #fff !important;
    background-color: #016525 !important;
    cursor: pointer !important
}

.max-size-msg {
    color: #000;
    font-size: 13px
}

.textred {
    color: red
}

#validcomment,
#validmail,
#validname,
#validphone {
    font-size: 13px;
    color: red
}

#datafile {
    font-size: 13px
}

.navbar .jj-navbar-logo-area .main-logo {
    position: static !important
}

.navbar>.nav-container {
    position: static !important
}

.jj-netsuite-services .jj-btn {
    padding: 14px 30px !important
}

.jj-netsuite-services-sec button span.icon-phone {
    top: 0 !important
}

.jj-our-blog-item-link:hover {
    text-decoration: none !important
}

.jj-nav-quote-btn {
    margin-top: 12% !important;
}

.jj-navbar-search-btn {
    margin-top: 18px !important
}

#contact-msg1 {
    color: red;
    font-weight: 700
}

.jj-blog-inner-sec .blog-content-area {
    max-width: initial !important
}

.insight-content-item a,
.openings a {
    text-decoration: none
}

header:before {
    background-color: transparent !important
}

body.home.open-megamenu header.main-header ul li:not(.show-in) a:not(.jj-nav-quote-btn):not(:hover) {
    color: #fff !important
}

.nav-fixed-top.home.open-megamenu header.main-header ul li:not(.show-in) a:not(.jj-nav-quote-btn):not(:hover) {
    color: #000 !important
}

.menu-dropdown a span {
    color: #000 !important
}

body:not(.nav-fixed-top).home header:not(.header-fix-top) .main-logo .main-logo-white {
    opacity: 1 !important
}

body:not(.nav-fixed-top).home.open-megamenu header .main-logo .main-logo-white {
    display: block !important
}

.jj-social-links li a {
    opacity: 0.5 !important
}

.jj-social-links li {
    line-height: normal !important;
    float: left !important;
    margin-right: 30px !important
}

.icon-whatsapp {
    font-size: 19px !important
}

.jj-netsuite-services .jj-btn {
    top: 30px;
    font-weight: 600;
}

.jj-netsuite-services .jj-btn:hover {
    text-decoration: none !important
}

.jj-btn:hover {
    text-decoration: none !important
}

ul.jj-footer-contact-detail img {
    height: auto
}

img.jj-bottom-footer-mobility {
    height: auto
}

img.jj-bottom-footer-clutch {
    height: auto
}

img.jj-bottom-footer-netsuite {
    height: auto
}

.jj-testimonilas-sec .jj-testimonilas-header img {
    width: auto;
    height: auto
}

.jj-home-bog-header img {
    width: auto;
    height: auto
}

.jj-footer-connect-socially .fa {
    width: auto;
    height: auto
}

@media (max-width: 991px) {
    .shedule_sec {
        background-attachment: scroll !important
    }
}

.jj-banner-contact-btn-zoho {
    color: #fff;
    font-size: x-large;
    font-weight: 600;
    background-color: #059539;
    border: none;
    padding: 2% 10%;
    border-radius: 50px;
    box-shadow: 1px 1px 5px #1b1d1d69
}

.jj-banner-contact-btn-zoho:hover {
    background-color: #037e30
}

@media (max-width:1200px) {
    .jj-banner-contact-btn-zoho {
        font-size: large
    }
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url(../css/fonts/extra/poppins-v20-latin-300.eot);
    src: url('../css/fonts/extra/poppins-v20-latin-300.eot?#iefix') format('embedded-opentype'), url(../css/fonts/extra/poppins-v20-latin-300.woff2) format('woff2'), url(../css/fonts/extra/poppins-v20-latin-300.woff) format('woff'), url(../css/fonts/extra/poppins-v20-latin-300.ttf) format('truetype'), url('../css/fonts/extra/poppins-v20-latin-300.svg#Poppins') format('svg')
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(../css/fonts/extra/poppins-v20-latin-regular.eot);
    src: url('../css/fonts/extra/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'), url(../css/fonts/extra/poppins-v20-latin-regular.woff2) format('woff2'), url(../css/fonts/extra/poppins-v20-latin-regular.woff) format('woff'), url(../css/fonts/extra/poppins-v20-latin-regular.ttf) format('truetype'), url('../css/fonts/extra/poppins-v20-latin-regular.svg#Poppins') format('svg')
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url(../css/fonts/extra/poppins-v20-latin-500.eot);
    src: url('../css/fonts/extra/poppins-v20-latin-500.eot?#iefix') format('embedded-opentype'), url(../css/fonts/extra/poppins-v20-latin-500.woff2) format('woff2'), url(../css/fonts/extra/poppins-v20-latin-500.woff) format('woff'), url(../css/fonts/extra/poppins-v20-latin-500.ttf) format('truetype'), url('../css/fonts/extra/poppins-v20-latin-500.svg#Poppins') format('svg')
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url(../css/fonts/extra/poppins-v20-latin-600.eot);
    src: url('../css/fonts/extra/poppins-v20-latin-600.eot?#iefix') format('embedded-opentype'), url(../css/fonts/extra/poppins-v20-latin-600.woff2) format('woff2'), url(../css/fonts/extra/poppins-v20-latin-600.woff) format('woff'), url(../css/fonts/extra/poppins-v20-latin-600.ttf) format('truetype'), url('../css/fonts/extra/poppins-v20-latin-600.svg#Poppins') format('svg')
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url(../css/fonts/extra/poppins-v20-latin-700.eot);
    src: url('../css/fonts/extra/poppins-v20-latin-700.eot?#iefix') format('embedded-opentype'), url(../css/fonts/extra/poppins-v20-latin-700.woff2) format('woff2'), url(../css/fonts/extra/poppins-v20-latin-700.woff) format('woff'), url(../css/fonts/extra/poppins-v20-latin-700.ttf) format('truetype'), url('../css/fonts/extra/poppins-v20-latin-700.svg#Poppins') format('svg')
}
/* New code added by mukil*/

/* .jj-footer-contact-form-field-phone::placeholder, .jj-footer-contact-form-field-code::placeholder {
   color: #00000076;
   font-size: 0.8854vw;
   font-weight: 400;
   font-family: Poppins, sans-serif
} */
.test {
		display: flex;
		justify-content: space-between;
	}
.test1{
	width:25%;
}
.test2{
	width:73%
}
.jj-footer-contact-form-field-code {
  width: 100%; /* Set width to 100% */
  border: none;
  border-radius: 10px;
  box-shadow: 0 3px 6px #00000029 !important;
  padding: 5.5% 8%;
  margin-bottom: 4%;
  background: none;
  color: #000;
}
.jj-footer-contact-form-field-code::after{
	padding:10%;
}