

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}


html {
    scroll-behavior: smooth
}

.bg-blue {
    background-color: #006eff
}

.bg-white {
    background-color: #fff
}

.bg-blue-linear {
    background: linear-gradient(270deg, #5f18a6 21.77%, #b5177f 100%);
}

.bg-blue-linear h2 {
    color: #fff
}

.bg-blue-linear p {
    /* color: #9b9b9b!important */
}

.light-background {
    background: #f4f4f4
}

h1 {
    font-size: 60px;
    line-height: 1.3;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px
}

h2 {
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    color: #110302;
    margin: 0 0 15px
}

h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #110302;
    margin: 0 0 15px
}

h4 {
    font-size: 20px;
    color: #110302;
    font-weight: 600
}

h6 {
    font-size: 18px
}

p {
    font-size: 16px;
    color: #5e6373;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 15px
}

ul {
    list-style: none
}

p:last-child {
    margin-bottom: 0
}

.font-30 {
    font-size: 30px;
    line-height: 40px
}

a {
    color: #212121;
    text-decoration: none
}

.container {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 20px
}

img {
    max-width: 100%;
    height: auto
}

section {
    position: relative
}

.strong,strong {
    font-weight: 600
}

.clr-yellow {
    color: #ffffff
}

.head-small {
    font-size: 24px;
    line-height: 32px;
    display: block;
    text-transform: uppercase
}

.sub-head {
    font-size: 34px;
    line-height: 46px
}

.bg-light,.bg-dark-theme {
    background: #f8f8f8
}

.subhead-small {
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    color: #fff;
    text-transform: uppercase
}

.dis-flex {
    display: flex;
    flex-wrap: wrap
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.item-end {
    align-items: flex-end
}

.justify-sb {
    justify-content: space-between
}

.block {
    display: block
}

.flex-2 {
    flex-basis: 50%
}

.flex-2:first-child {
    padding-right: 20px
}

.flex-3 {
    flex-basis: 33.33%
}

.flex-4 {
    flex-basis: 25%
}

.flex-5 {
    flex-basis: 20%
}

.padding-t-150 {
    padding-top: 150px
}

.padding-t-120 {
    padding-top: 120px
}

.padding-b-150 {
    padding-bottom: 150px
}

.padding-b-120 {
    padding-bottom: 120px
}

.padding-t-100 {
    padding-top: 100px
}

.padding-b-100 {
    padding-bottom: 100px
}

.padding-t-70 {
    padding-top: 70px
}

.padding-b-70 {
    padding-bottom: 70px
}

.margin-b-150 {
    margin-bottom: 150px
}

.padding-t-50 {
    padding-top: 50px
}

.padding-b-50 {
    padding-bottom: 50px
}

.margin-t-100 {
    margin-top: 100px
}

.margin-t-80 {
    margin-top: 80px
}

.margin-t-70 {
    margin-top: 70px
}

.margin-t-60 {
    margin-top: 60px
}

.margin-t-50 {
    margin-top: 50px
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.head-txt {
    max-width: 1060px;
    margin: auto
}

.head-txt p {
    margin-top: 20px;
    color: #3f3f3f;
    line-height: 26px
}

.head-txt small {
    font-size: 14px
}

.head-txt a {
    text-decoration: none;
    transition: all 0.3s ease-in-out
}

.head-txt a:hover {
    text-decoration: underline
}


.arrow-icon {
    position: relative
}

.arrow-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    background: url() no-repeat;
    width: 11px;
    height: 17px
}

.arrow-icon.green::after {
    background: url() 0 2px no-repeat
}

.form-link-outer {
    display: block;
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px
}

.form-link-outer .form-link {
    border: 0;
    outline: 0;
    background: none;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out
}

.form-link-outer .form-link:hover {
    /* color: #ffb81d */
}

.bg-light-theme .link-box {
    background: #05164d;
    color: #fff
}

.bg-dark-theme .link-box {
    background: #05164d;
    color: #fff
}

.top-content p,.top-content li {
    color: #3f3f3f;
    line-height: 26px
}

.tick-icon-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 0
}

.tick-icon-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    line-height: 25px;
    flex-basis: 48%
}

.tick-icon-list li a {
    display: inline-flex
}

.tick-icon-list li sup {
    font-size: 10px;
    font-size: 10px;
    margin-left: 2px;
    margin-top: -4px
}

.tick-icon-list li::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ffb81d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px
}

.learn-more {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease
}

.learn-more .round-arrow-icon {
    width: 24px;
    height: 24px;
    background: url() 0 0 no-repeat;
    display: inline-block;
    margin-left: 10px;
    transition: all 0.3s ease
}

.learn-more::before {
    content: "";
    clear: both;
    display: block;
    background: #8e8c8c;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -5px;
    transition: all 0.3s ease-in-out
}

.learn-more:hover {
    color: #ffad00!important
}

.learn-more:hover .round-arrow-icon {
    background-image: url();
    margin-left: 15px
}

.client-logo-box-section {
    padding: 22px 0
}

.client-logo-box-section .dis-flex {
    justify-content: space-between
}

.client-logo-box-section .logo-heading {
    width: 220px
}

.client-logo-box-section h4 {
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #aaadb6;
    font-weight: 600
}

.client-logo-box-section .dis-flex {
    align-items: center
}

.client-logo-box-section .logo-box-outer {
    background: url() 0 0 no-repeat;
    width: calc(100% - 240px);
    height: 69px;
    background-size: 100%
}

.input-field {
    color: #fff
}

::placeholder {
    color: #9b9b9b;
    font-family: "Lexend Deca",sans-serif
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield
}

::placeholder {
    color: #9b9b9b;
    font-family: "Lexend Deca",sans-serif;
    text-transform: capitalize
}

input,textarea {
    font-family: "Lexend Deca",sans-serif
}

.lighter-theme-img {
    display: none!important
}

.dot-icon {
    background-color: #ffb81d;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 20px transparent,0 0 30px #ffb81d,0 0 20px #ffb81d,0 0 0 #ffb81d,0 0 0 #ffb81d,0 0 0 #ffb81d,0 0 80px #ffb81d
}

.dot-icon::before {
    content: "";
    border: 1px #ffb81d solid;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    position: absolute
}

.dot-icon.dot-md {
    width: 19px;
    height: 19px
}

.dot-icon.dot-md::before {
    padding: 5px;
    top: -6px;
    left: -6px
}

.dot-icon.dot-sm {
    width: 12px;
    height: 12px
}

.dot-icon.dot-sm::before {
    padding: 4px;
    top: -5px;
    left: -5px
}

.for-box-effect {
    transition: all 0.3s ease-in-out;
    background: transparent
}

.two-column-right-box-section.bg-dark-theme .has-vlink:hover {
    background: #fff
}

.two-column-right-box-section .has-vlink:hover {
    background: #f6f6f6
}

.bg-blue-opacity {
    background: rgba(255,255,255,.6);
    box-shadow: 0 0 20px #f3f3f3
}

.bg-blue-opacity-light {
    background: rgba(255,255,255,.2)
}

.green-bdr-btn {
    border-color: #ffad00;
    color: #ffad00
}

.green-bdr-btn .arrow-icon.green::after {
    background-position: -21px 2px
}

.green-bdr-btn:hover {
    border-color: #60b741;
    color: #60b741;
    color: #60b741
}

.green-bdr-btn:hover .arrow-icon.green::after {
    background-position: 0 2px
}

.link-box {
    background: transparent;
    color: #212121
}

.link-box:hover {
    color: #fff
}

.learn-more .round-arrow-icon {
    background-position: 0 0
}

.learn-more:hover {
    color: #ffad00
}

.learn-more:hover .round-arrow-icon {
    background-position: 0 0
}

.bg-jacarta,.bg-voilet,.bg-white {
    /* background-color: #f6f6f6 */
}

.lighter-theme-img {
    display: block!important
}

.dark-theme-img {
    display: none!important
}

.hero-section,.second-level-section {
    padding: 180px 0 70px;
    display: grid;
    flex-wrap: wrap;
    min-height: calc(100vh - 120px);
    align-items: center
}

.hero-section p span,.hero-section strong,.second-level-section p span,.second-level-section strong {
    color: #fff
}

.hero-section a,.second-level-section a {
    text-decoration: none
}

.hero-section::after,.second-level-section::after {
    content: "";
    background: url() bottom center no-repeat;
    background-size: 100%;
    width: 100%;
    height: 92px;
    max-width: 1640px;
    margin: 78px auto 0;
    display: none
}

.hero-section ul,.second-level-section ul {
    margin: 30px 0 0;
    list-style: none
}

.hero-section ul li,.second-level-section ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 27px;
    line-height: 26px;
    flex-basis: 100%;
    color: #bdb7b7
}

.hero-section ul li:before,.second-level-section ul li:before {
    content: "";
    background: url() no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 50px
}

.second-level-section {
    padding: 145px 0 80px;
    align-items: normal
}

.second-level-section .has-free-trial {
    position: relative;
    display: block
}

.second-level-section .has-free-trial::before {
    content: "";
    clear: both;
    display: block;
    background: url() top center no-repeat;
    background-size: 100%;
    position: absolute;
    top: -8px;
    right: -7px;
    width: 251px;
    height: 197px;
    z-index: 1;
    transition: all 0.3s ease-in-out
}

.second-level-section .has-free-trial:hover::before {
    background-image: url()
}

.second-level-section .col-estimate-box {
    margin-top: 40px
}

.second-level-section .col-estimate-box h3 {
    font-weight: 700;
    color: #f7f7f9
}

.second-level-section .col-estimate-box .flex-3 {
    padding: 0 10px;
    max-width: 245px
}

.second-level-section .col-estimate-box .flex-3:first-child {
    padding-left: 0
}

.second-level-section .col-estimate-box .inner-content {
    background: #1b1a39;
    border: 1px solid #403f6f;
    padding: 15px 30px 15px 40px;
    height: 100%
}

.second-level-section .col-estimate-box .inner-content p {
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 18px
}

.second-level-section .tick-icon-list li {
    color: #bdb7b7
}

.faq-section .container {
    max-width: 1250px
}

.faq-section .head-txt {
    max-width: 945px
}

.faq-section .head-txt h2 {
    text-transform: capitalize
}

.faq-section .faq-outer {
    max-width: 970px;
    margin: 0 auto
}

.faq-section .faq-accordion-item-outer {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin: 0 0 20px;
    padding: 0 20px
}

.faq-section .faq-accordion-item-outer.active {
    border-bottom: 2px solid #ffad00
}

.faq-section .faq-accordion-item-outer.active .faq-accordion-content {
    display: block
}

.faq-section .faq-accordion-item-outer.active .open-icon {
    display: none
}

.faq-section .faq-accordion-item-outer.active .faq-accordion-toggle::after {
    display: none
}

.faq-section .faq-accordion-item-outer:nth-child(1) .faq-accordion-toggle {
    border-top: 0
}

.faq-section .faq-accordion-toggle {
    display: block;
    text-decoration: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    padding: 20px 20px 20px 0;
    position: relative;
    font-weight: 600;
    color: #110302;
    border-bottom: 1px solid #e4e4e4;
    margin: 0;
    font-size: 20px;
    line-height: 32px
}

.faq-section .faq-accordion-toggle a {
    display: contents
}

.faq-section .faq-accordion-toggle::before {
    content: "";
    clear: both;
    display: block;
    background: #ffb81d;
    height: 3px;
    width: 18px;
    border-radius: 3px;
    position: absolute;
    right: 0
}

.faq-section .faq-accordion-toggle::after {
    content: "";
    clear: both;
    display: block;
    background: #ffb81d;
    height: 18px;
    width: 3px;
    border-radius: 3px;
    position: absolute;
    right: 7px
}

.faq-section .faq-accordion-content {
    display: none;
    padding: 20px 0
}

.faq-section .faq-accordion-content p {
    margin: 0 0 10px;
    font-weight: 400;
    color: #5e6373
}

.faq-section .faq-accordion-content ul,.faq-section .faq-accordion-content ol {
    margin: 20px 0;
    padding-left: 0
}

.faq-section .faq-accordion-content ul li,.faq-section .faq-accordion-content ol li {
    margin: 10px 0 0;
    position: relative;
    padding-left: 18px
}

.faq-section .faq-accordion-content ul li:before,.faq-section .faq-accordion-content ol li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #ffb81d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px
}

.faq-section .no-list-type ul {
    list-style-type: none;
    padding-left: 0
}

.page-id-12791 .faq-section .head-txt h2 {
    text-transform: initial
}

.breadcrumbs {
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    z-index: 2;
    font-weight: 500;
    margin-bottom: 30px
}

.breadcrumbs a {
    display: inline-block;
    position: relative;
    padding-right: 14px;
    color: #bababa;
    font-size: 12px;
    line-height: 22px;
    transition: all 0.3s ease-in-out;
    text-decoration: none
}

.breadcrumbs a:hover {
    color: #fff
}

.breadcrumbs a:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3px;
    width: 6px;
    height: 10px;
    background: url() top center no-repeat;
    background-size: 100%
}

.breadcrumbs span {
    color: #bababa;
    position: relative;
    padding-right: 14px;
    display: inline-block
}

.breadcrumbs span:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    right: 3px;
    width: 6px;
    height: 10px;
    background: url() top center no-repeat;
    background-size: 100%
}

.for-client-logo-box {
    margin-bottom: 30px
}

.for-client-logo-box .logo-box {
    width: 109px;
    height: 57px;
    background: url() 0 0 no-repeat;
    display: inline-block
}

.for-client-logo-box .logo-box.logo2 {
    background-position: -111px 0
}

.for-client-logo-box .logo-box.logo3 {
    background-position: -220px 0
}

.for-client-logo-box .logo-box.logo4 {
    background-position: -329px 0
}

.for-client-logo-box .logo-box.logo5 {
    background-position: -439px 0
}

.for-client-logo-box .logo-box.logo6 {
    background-position: -549px 0
}

.client-video-section iframe {
    vertical-align: bottom;
    background-color: #656565;
    width: 100%;
    border: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999
}

.client-video-section .client-videos {
    position: relative;
    margin: 0 10px;
    border: 1px solid #e2e9ef;
    background-color: #fff
}

.client-video-section .client-description {
    padding: 30px 25px;
    min-height: 142px;
    text-align: center;
    background: #fff
}

.client-video-section .client-description span {
    display: block;
    text-align: center
}

.client-video-section .client-description .star-rating {
    width: 96px;
    height: 17px;
    background: url() no-repeat center;
    background-size: 100%;
    display: block;
    margin: 10px auto
}

.client-video-section .client-description h3 {
    margin: 0 0 5px
}

.client-video-section .client-description .detail {
    color: #666;
    font-weight: 300
}

.client-video-section .client-testimonial-slider {
    margin-top: 90px
}

.client-video-section .glider-next,.client-video-section .glider-prev {
    display: none
}

.client-video-section .glider-dots {
    align-items: center;
    margin-top: 50px
}

.client-video-section .glider-dots .glider-dot {
    width: 10px;
    height: 10px;
    background: #d9d9d9
}

.client-video-section .glider-dots .glider-dot.active {
    width: 15px;
    height: 15px;
    background: #373658;
    margin: 0 1px
}

.client-video-section .shadow-box {
    position: relative
}

.client-video-section .shadow-box .client-video-box {
    position: relative
}

.client-video-section .shadow-box .client-video-box .frame-mask {
    display: block;
    height: 100%;
    width: 100%;
    position: relative
}

.client-video-section .shadow-box .client-video-box .frame-mask img {
    display: block;
    height: 100%;
    width: 100%
}

.client-video-section .shadow-box:hover::before {
    display: none
}

.client-video-section .glider-track {
    padding-bottom: 16px
}

.experts-talk-first-section {
    position: relative;
    z-index: 1
}

.experts-talk-first-section:before,.experts-talk-first-section:after {
    content: "";
    position: absolute;
    z-index: -1
}

.experts-talk-first-section:before {
    background: url() 0 0 no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
    width: 116px;
    height: 163px
}

.experts-talk-first-section:after {
    background: url() 0 0 no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 304px;
    height: 475px
}

.experts-talk-first-section .button-section {
    justify-content: center
}

.experts-talk-first-section .button-section .btn-sec {
    justify-content: center
}

.experts-talk-second-section {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.experts-talk-second-section .col-left,.experts-talk-second-section .col-right {
    flex-basis: 48%
}

.experts-talk-second-section .col-right .dis-flex {
    justify-content: flex-end
}

.experts-talk-second-section .col-right .count-box-section {
    text-align: center
}

.experts-talk-second-section .col-right .count-box-section .count-box-big {
    margin-top: 20px
}

.experts-talk-second-section .col-right .count-box-section .count-box-small {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    display: inline-block
}

.experts-talk-second-section:before,.experts-talk-second-section:after {
    content: "";
    position: absolute;
    width: 381px;
    height: 301px;
    z-index: -1
}

.experts-talk-second-section:before {
    background: url() 0 0 no-repeat;
    background-size: 100%;
    top: 0;
    left: -100px
}

.experts-talk-second-section:after {
    background: url() 0 0 no-repeat;
    background-size: 100%;
    bottom: 0;
    right: -100px
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance:none) {
        .safari_only,a,span.title,.checkout-submit {
            font-weight:500!important
        }
    }
}

@-moz-document url-prefix() {
    a,span.title,.checkout-submit {
        font-weight: 500!important
    }
}

.customer-column-section .client-video-section iframe {
    position: initial!important
}

.related-tags-section h3 {
    text-transform: uppercase
}

.related-tags-section a {
    display: inline-block;
    background: rgba(232,227,227,.32);
    border: 1px solid #d1d1e1;
    border-radius: 40px;
    text-decoration: none;
    padding: 14px 25px;
    color: #212121;
    transition: all 0.3s ease-in-out;
    margin: 20px 20px 0 0
}

.related-tags-section a:hover,.related-tags-section a.active {
    background: rgba(255,173,0,.15);
    color: #212121;
    border-color: #ffad00
}

.is-arrow {
    display: block;
    text-decoration: underline;
    color: #05164d;
    text-align: left;
    margin: 40px 0 0;
    font-weight: 400;
    font-size: 18px
}

.is-arrow:after {
    content: "";
    background: url() no-repeat center;
    width: 11px;
    display: inline-block;
    height: 11px;
    margin-left: 8px;
    transition: all 0.3s ease-in-out
}

.is-arrow:hover {
    text-decoration: none
}

.is-arrow:hover:after {
    margin-left: 15px
}

.top-section h6 {
    color: #ffad00;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px
}

.top-section p {
    font-size: 18px
}

.top-section.b-100 {
    max-width: 100%;
    margin: auto;
    padding: 0 0 100px;
    text-align: center
}

.gradient-bg {
    background: linear-gradient(90deg,#05164d 0%,#0c33b3 100%)
}

.gradient-bg .top-section h2 {
    color: #fff
}

.gradient-bg .top-section p {
    color: #bdb7b7
}

.btn-container {
    margin-top: 30px
}

.btn-container .cta-button {
    display: inline-flex;
    padding: 14px 16px;
    cursor: pointer;
    position: relative;
    background: #fff;
    color: #05164d;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 50px
}

.btn-container .cta-button:after {
    content: "";
    background: url() no-repeat;
    width: 26px;
    height: 26px;
    background-size: 100%;
    display: inline-block;
    margin-left: 10px
}

.btn-container .cta-button:hover {
    background-color: #ffad00;
    color: #05164d
}

.btn-container .cta-button:hover:after {
    background: url() no-repeat
}

.btn-container .cta-button.yellow {
    background: #ffad00;
    color: #05164d
}

.btn-container .cta-button.yellow:after {
    background: url() no-repeat
}

.btn-container .cta-button.yellow:hover {
    background: #05164d;
    color: #fff
}

.btn-container .cta-button.yellow:hover:after {
    background: url() no-repeat
}

.explore-btn {
    position: relative;
    color: #05164d;
    font-weight: 500;
    text-decoration: underline
}

.explore-btn:after {
    content: "";
    background: url() no-repeat center;
    width: 11px;
    position: absolute;
    height: 11px;
    margin-left: 8px;
    top: 6px;
    transition: all 0.3s ease-in-out
}

.explore-btn:hover:after {
    margin-left: 15px
}

@media only screen and (max-width: 1600px) {
    .container {
        max-width:1380px
    }

    .related-tags-section .tags-outer {
        margin-top: 10px
    }

    .related-tags-section a {
        margin: 20px 10px 0 0;
        padding: 12px 20px
    }
}

@media only screen and (max-width: 1440px) {
    .container {
        max-width:1260px
    }

    .client-video-section .client-testimonial-slider {
        margin-top: 70px
    }

    .subhead-small {
        font-size: 18px
    }

    .margin-t-50 {
        margin-top: 30px
    }

    .faq-section .container {
        max-width: 1160px
    }

    .for-client-logo-box i {
        width: 118px;
        height: 68px;
        background: url() 0 0 no-repeat;
        margin: 0 5px
    }

    .for-client-logo-box i:nth-child(1) {
        background-position: 0 -85.5px
    }

    .for-client-logo-box i:nth-child(2) {
        background-position: -127px -85.5px
    }

    .for-client-logo-box i:nth-child(3) {
        background-position: -254px -85.5px
    }

    .for-client-logo-box i:nth-child(4) {
        background-position: -381px -85.5px
    }

    .breadcrumbs {
        margin-bottom: 20px
    }

    h1 {
        font-size: 55px;
        line-height: 1.3
    }

    h2 {
        font-size: 36px;
        line-height: 55px
    }
}
@media only screen and (max-width: 768px) {
.software-cost .costing-outer .col-box .cost-card .hover-content {
    display: none;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    text-align: left;
    padding: 20px;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
}
@media only screen and (max-width: 1320px) {
    .container,.hero-section::after,.second-level-section::after,.hero-img-section h1 {
        max-width:1160px
    }

    .client-logo-box-section h4 {
        font-size: 12px
    }

    .experts-talk-first-section:after {
        width: 200px;
        height: 380px
    }

    .experts-talk-second-section:before,.experts-talk-second-section:after {
        width: 220px;
        height: 180px
    }

    .padding-t-100 {
        padding-top: 60px
    }

    .padding-b-100 {
        padding-bottom: 60px
    }

    .padding-t-120 {
        padding-top: 80px
    }

    .padding-b-120 {
        padding-bottom: 80px
    }

    .padding-b-70 {
        padding-top: 60px
    }

    .padding-t-70 {
        padding-bottom: 60px
    }

    .margin-t-80 {
        margin-top: 60px
    }

    .top-section.b-100 {
        padding: 0 0 60px
    }
}

@media only screen and (max-width: 1200px) {
    h1 {
        font-size:50px
    }

    h2 {
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 15px
    }

    .client-logo-box-section {
        text-align: center
    }

    .client-logo-box-section .logo-heading {
        flex-basis: 100%;
        margin-bottom: 10px
    }

    .client-logo-box-section .logo-box-outer {
        flex-basis: 100%;
        padding-left: 0;
        width: 100%
    }

    .client-video-section .client-description .client-name {
        font-size: 20px
    }

    .for-client-logo-box i {
        margin: 0
    }
}

@media only screen and (max-width: 991px) {
    br {
        display:none
    }

    h3 {
        font-size: 22px
    }

    .flex-2 {
        flex-basis: 100%
    }

    .flex-2:first-child {
        padding-right: 0
    }

    .flex-3 {
        flex-basis: 50%
    }

    .flex-4 {
        flex-basis: 50%
    }

    .flex-5 {
        flex-basis: 33.33%
    }

    .padding-t-150 {
        padding-top: 60px
    }

    .padding-b-150 {
        padding-bottom: 60px
    }

    .margin-b-150 {
        margin-bottom: 60px
    }

    .margin-t-100,.margin-t-80,.margin-t-70,.margin-t-60 {
        margin-top: 40px
    }

    .head-small {
        font-size: 18px;
        line-height: 20px
    }

    .head-txt p {
        margin-top: 15px
    }

    .head-txt small {
        text-transform: lowercase
    }

    .hero-section::after,.second-level-section::after {
        margin-top: 10px
    }

    .second-level-section .col-estimate-box .flex-3 {
        flex-basis: 33.33%
    }

    .experts-talk-first-section .container .head-txt h2 {
        font-size: 26px;
        line-height: 40px
    }

    .experts-talk-first-section .container .head-txt p {
        margin-top: 15px
    }

    .count-box-section .count-box-big {
        font-size: 26px
    }

    .experts-talk-second-section .container .head-txt h2 {
        font-size: 26px;
        line-height: 40px
    }

    .experts-talk-second-section .container .d-flex {
        flex-direction: column
    }

    .experts-talk-second-section .container .d-flex .col-left {
        text-align: center
    }

    .experts-talk-second-section .container .d-flex .col-right .count-box-section {
        justify-content: space-between;
        margin-left: 0
    }

    .experts-talk-second-section .container .d-flex .col-right .count-box-section .flex-3 {
        flex-basis: 30%
    }

    .is-arrow {
        margin: 25px 0 0
    }
}

@media only screen and (max-width: 767px) {
    body {
        font-size:14px;
        font-family: sans-serif;
        line-height: 24px
    }

    ::placeholder,input,textarea {
        font-family: sans-serif
    }

    .subhead-small {
        font-size: 14px
    }

    .tick-icon-list li {
        margin: 0 0 5px;
        flex-basis: 100%;
        line-height: 24px
    }

    .tick-icon-list li::before {
        top: 8px
    }

    .padding-t-100 {
        padding-top: 40px
    }

    .padding-b-100 {
        padding-bottom: 40px
    }

    .padding-b-150 {
        padding-bottom: 60px
    }

    .margin-b-150 {
        margin-bottom: 40px
    }

    .padding-t-120 {
        padding-top: 50px
    }

    .padding-b-120 {
        padding-bottom: 50px
    }

    .padding-t-150 {
        padding-top: 60px
    }

    .padding-t-70 {
        padding-top: 40px
    }

    .padding-b-70 {
        padding-bottom: 60px
    }

    h1 {
        font-size: 40px;
        line-height: 50px
    }

    h2 {
        font-size: 30px;
        line-height: 35px
    }

    h3 {
        font-size: 20px;
        line-height: 30px
    }

    p {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 15px
    }

    .flex-3 {
        flex-basis: 100%
    }

    .flex-4 {
        flex-basis: 100%
    }

    .flex-5 {
        flex-basis: 100%
    }

    .font-30 {
        font-size: 18px;
        line-height: 26px
    }

    .green-btn {
        padding: 15px 44px 15px 24px;
        font-size: 16px
    }

    .head-txt p {
        font-size: 14px;
        line-height: 23px
    }

    .breadcrumbs {
        line-height: 18px
    }

    .dot-icon.dot-md,.dot-icon.dot-sm {
        width: 8px;
        height: 8px
    }

    .dot-icon.dot-md::before,.dot-icon.dot-sm::before {
        padding: 3px;
        top: -4px;
        left: -4px
    }

    .client-logo-box-section {
        display: none
    }

    .for-client-logo-box {
        text-align: center
    }

    .for-client-logo-box i {
        margin: 0 4px
    }

    .form-link-outer {
        font-size: 14px;
        line-height: 20px
    }

    .form-link-outer .form-link {
        font-size: 14px;
        line-height: 20px
    }

    .sub-head {
        font-size: 20px;
        line-height: 28px
    }

    .hero-section,.second-level-section {
        padding-top: 100px;
        min-height: auto
    }

    .hero-section::after,.second-level-section::after {
        display: none!important
    }

    .experts-talk-first-section:after {
        display: none
    }

    .experts-talk-first-section:before {
        width: 50px;
        height: 70px
    }

    .experts-talk-second-section .container .head-txt h2 {
        font-size: 22px;
        line-height: 28px
    }

    .experts-talk-second-section:before,.experts-talk-second-section:after {
        width: 120px;
        height: 110px
    }

    .client-video-section .client-testimonial-slider {
        margin-top: 40px;
        padding: 0 10px
    }

    .client-video-section iframe {
        height: 240px
    }

    .client-video-section .glider-dots {
        margin-top: 40px
    }

    .client-video-section .client-videos {
        margin: 0
    }

    .second-level-section {
        padding-bottom: 50px
    }

    .second-level-section .has-free-trial::before {
        top: 0;
        right: -5px;
        width: 140px;
        height: 110px
    }

    .second-level-section .col-estimate-box {
        margin-top: 10px;
        justify-content: center
    }

    .second-level-section .col-estimate-box .inner-content {
        text-align: center
    }

    .second-level-section .col-estimate-box .flex-3 {
        flex-basis: 50%;
        margin-top: 10px
    }

    .second-level-section .tick-icon-list ul {
        margin: 20px 0 0
    }

    .second-level-section .tick-icon-list li::before {
        background-position: 2px 3px
    }

    .second-level-section ul li {
        line-height: 24px
    }

    .second-level-section .margin-t-70 {
        text-align: center
    }

    .faq-section .faq-accordion-content p {
        font-size: 14px;
        margin-top: 10px
    }

    .faq-section .faq-accordion-toggle {
        font-size: 18px;
        line-height: 28px;
        padding: 15px 30px 15px 0
    }

    .faq-section .faq-accordion-toggle::before {
        height: 2px;
        width: 12px
    }

    .faq-section .faq-accordion-toggle::after {
        height: 12px;
        width: 2px;
        right: 5px
    }

    .related-tags-section {
        text-align: center
    }

    .related-tags-section a {
        margin: 8px 5px 0 0;
        padding: 5px 15px
    }

    .for-client-logo-box {
        margin-bottom: 20px
    }

    .for-client-logo-box .logo-box {
        margin: 0 0 10px
    }

    .for-client-logo-box .logo-box.logo3 {
        display: none
    }

    .is-arrow {
        margin: 20px 0 0;
        font-size: 16px
    }

    .top-section p {
        font-size: 16px
    }

    .top-section.b-100 {
        padding: 0 0 40px
    }

    .btn-container {
        margin-top: 20px
    }

    .btn-container .cta-button {
        padding: 12px 16px;
        font-size: 14px;
        display: inline-flex;
        align-items: center
    }
}

body.page-template-template-testimonials .client-video-section iframe,.keka-iframe iframe {
    position: initial!important;
    height: 260px
}

.popup-section {
    width: 100%
}

.popup-section .popup-wrapper {
    z-index: 999;
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0,0,0,.6)
}

.popup-section .popup-wrapper .popWrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.popup-section .popup-wrapper .popWrap .popup-content {
    width: 612px;
    background: #fff;
    border-radius: 25px;
    padding: 36px 70px;
    text-align: center;
    position: relative
}

.popup-section .popup-wrapper .popWrap .popup-content h2 {
    color: #ffad00;
    font-weight: 700;
    font-size: 32px;
    margin: 0 0 5px;
    line-height: 40px
}

.popup-section .popup-wrapper .popWrap .popup-content h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #05164d
}

.popup-section .popup-wrapper .popWrap .popup-content p {
    color: #666
}

.popup-section .popup-wrapper .popWrap .popup-content .ctasec {
    margin: 20px 0 0
}

.popup-section .popup-wrapper .popWrap .popup-content .ctasec a {
    display: inline-block;
    border: 1px solid #05164d;
    margin: 15px auto 0;
    padding: 15px 20px;
    font-weight: 500;
    color: #05164d;
    border-radius: 8px;
    min-width: 376px
}

.popup-section .popup-wrapper .popWrap .popup-content .ctasec a:hover {
    background: #05164d;
    color: #fff;
    border-color: #05164d
}

.popup-section .popup-wrapper .popWrap .popup-content .ctasec a.book-btn {
    background: #ffad00;
    border-color: #ffad00
}

.popup-section .popup-wrapper .popWrap .popup-content .closeicon {
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: 10px;
    background: 0 0
}

.popup-section .exit-intent-popup {
    display: none
}

.popup-section .exit-intent-popup.visible {
    display: block
}

@media only screen and (max-width: 991px) {
    .popup-section .popup-wrapper .popWrap .popup-content {
        width:90%;
        border-radius: 20px;
        padding: 30px 35px
    }

    .popup-section .popup-wrapper .popWrap .popup-content h2 {
        font-size: 27px;
        line-height: 32px
    }

    .popup-section .popup-wrapper .popWrap .popup-content h3 {
        font-size: 18px;
        line-height: 26px;
        margin: 0 0 10px
    }

    .popup-section .popup-wrapper .popWrap .popup-content .ctasec {
        margin: 20px 0 0
    }

    .popup-section .popup-wrapper .popWrap .popup-content .ctasec a {
        padding: 12px 20px;
        margin: 10px 0 0;
        min-width: auto
    }
}

.three-column-icon-section .top-content .flex-2:first-child {
    padding-right: 130px
}

.three-column-icon-section .top-content h2 {
    margin: 0
}

.three-column-icon-section .top-content p a {
    color: #3f3f3f
}

.three-column-icon-section .top-content p a:hover {
    text-decoration: underline
}

.three-column-icon-section .image-sec .desktop {
    display: block;
    margin: 0 auto
}

.three-column-icon-section .image-sec .mobile {
    display: none
}

.three-column-icon-section .half-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.three-column-icon-section .half-list ul li {
    flex-basis: 48%
}

.three-column-icon-section .col-box-outer .box {
    height: 100%;
    transition: all 0.3s ease-in-out;
    position: relative
}

.three-column-icon-section .col-box-outer .box h3 {
    margin: 0 0 20px;
    padding-top: 20px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right,#ffcf66,#e19b01);
    border-top: 4px solid
}

.three-column-icon-section .col-box-outer .box-3 {
    padding-right: 50px;
    margin-top: 50px
}

.three-column-icon-section .col-box-outer .box-3:nth-child(3n) {
    padding-right: 0
}

.three-column-icon-section .col-box-outer .box-3.flex-2 {
    padding-right: 0
}

.three-column-icon-section .col-box-outer .box-3.flex-2:nth-child(2n-1) {
    padding-right: 50px
}

.three-column-icon-section .col-box-outer .box-2 {
    padding-right: 50px;
    margin-top: 50px
}

.three-column-icon-section .col-box-outer .box-2.flex-2 {
    padding-right: 0
}

.three-column-icon-section .col-box-outer .box-2.flex-2:nth-child(2n-1) {
    padding-right: 50px
}

.three-column-icon-section .col-box-outer .box-4 {
    padding-right: 50px;
    margin-top: 50px
}

.three-column-icon-section .col-box-outer .box-4:nth-child(4n) {
    padding-right: 0
}

.three-column-icon-section .col-box-outer .has-vlink .box {
    padding: 0 0 60px
}

.three-column-icon-section .col-box-outer .has-vlink .box .box-link {
    font-size: 0
}

.three-column-icon-section .col-box-outer .has-vlink .box .box-link a {
    content: "";
    border-bottom: 1px solid #d1d1e1;
    width: 100%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    transition: all 0.3s ease
}

.three-column-icon-section .col-box-outer .has-vlink .box .box-link a:after {
    content: "";
    width: 48px;
    height: 48px;
    border: 1px solid #d1d1e1;
    border-bottom: 0;
    background: url() no-repeat center;
    border-bottom: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    transition: all 0.3s ease
}

.three-column-icon-section .col-box-outer .has-vlink .box .box-link a:hover:after {
    background-color: rgba(255,173,0,.15);
    background-position: 25px center;
    transition: all 0.3s ease
}

.three-column-icon-section .col-box-outer .has-anchor .box {
    padding: 0 0 60px
}

.three-column-icon-section .col-box-outer .has-anchor .box .box-anchor {
    transition: all 0.3s ease;
    content: "";
    border-bottom: 1px solid #d1d1e1;
    width: 100%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    font-size: 0
}

.three-column-icon-section .col-box-outer .has-anchor .box .box-anchor:after {
    content: "";
    width: 48px;
    height: 48px;
    border: 1px solid #d1d1e1;
    border-bottom: 0;
    background: url() no-repeat center;
    border-bottom: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    transition: all 0.3s ease
}

.three-column-icon-section .col-box-outer .has-anchor .box .box-anchor:hover:after {
    background-color: rgba(255,173,0,.15);
    background-position: 25px center;
    transition: all 0.3s ease
}

.three-column-icon-section ul {
    margin-top: 10px
}

.three-column-icon-section ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    text-align: left
}

.three-column-icon-section ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ffb81d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px
}

.three-column-icon-section a {
    text-decoration: none
}

.three-column-icon-section a:hover {
    text-decoration: underline
}

@media only screen and (max-width: 1600px) {
    .three-column-icon-section .top-content .flex-2:first-child {
        padding-right:110px
    }
}

@media only screen and (max-width: 1320px) {
    .three-column-icon-section .top-content .flex-2:first-child {
        padding-right:80px
    }

    .three-column-icon-section .col-box-outer .has-anchor .box {
        padding: 0 0 50px
    }

    .three-column-icon-section .col-box-outer .box h3 {
        margin: 0 0 10px;
        padding-top: 15px
    }

    .three-column-icon-section .col-box-outer .box-3 {
        padding-right: 40px;
        margin-top: 40px
    }

    .three-column-icon-section .col-box-outer .box-3:nth-child(3n) {
        padding-right: 0
    }

    .three-column-icon-section .col-box-outer .box-3.flex-2 {
        padding-right: 0
    }

    .three-column-icon-section .col-box-outer .box-3.flex-2:nth-child(2n-1) {
        padding-right: 40px
    }

    .three-column-icon-section .col-box-outer .box-2 {
        padding-right: 40px;
        margin-top: 40px
    }

    .three-column-icon-section .col-box-outer .box-2.flex-2:nth-child(2n-1) {
        padding-right: 40px
    }

    .three-column-icon-section .col-box-outer .box-4 {
        padding-right: 40px;
        margin-top: 40px
    }
}

@media only screen and (max-width: 991px) {
    .three-column-icon-section .top-content .flex-2:first-child {
        padding-right:0
    }

    .three-column-icon-section .top-content h2 {
        margin: 0 0 15px
    }

    .three-column-icon-section .half-list ul li {
        flex-basis: 100%
    }

    .three-column-icon-section .col-box-outer .box-3 {
        padding-right: 30px;
        margin-top: 30px
    }

    .three-column-icon-section .col-box-outer .box-3:nth-child(3n) {
        padding-right: 30px
    }

    .three-column-icon-section .col-box-outer .box-3.flex-2 {
        padding-right: 0
    }

    .three-column-icon-section .col-box-outer .box-3.flex-2:nth-child(2n-1) {
        padding-right: 30px
    }

    .three-column-icon-section .col-box-outer .box-2 {
        padding-right: 30px;
        margin-top: 30px
    }

    .three-column-icon-section .col-box-outer .box-2.flex-2:nth-child(2n-1) {
        padding-right: 30px
    }

    .three-column-icon-section .col-box-outer .box-4 {
        padding-right: 30px;
        margin-top: 30px
    }
}

@media only screen and (max-width: 767px) {
    .three-column-icon-section .col-box-outer {
        margin-top:10px
    }

    .three-column-icon-section .col-box-outer .box-3 {
        padding-right: 0;
        margin-top: 20px
    }

    .three-column-icon-section .col-box-outer .box-3:nth-child(3n) {
        padding-right: 0
    }

    .three-column-icon-section .col-box-outer .box-3.flex-2:nth-child(2n-1) {
        padding-right: 0
    }

    .three-column-icon-section .col-box-outer .box-2 {
        padding-right: 0;
        margin-top: 30px
    }

    .three-column-icon-section .col-box-outer .box-2.flex-2:nth-child(2n-1) {
        padding-right: 30px
    }

    .three-column-icon-section .col-box-outer .box-4 {
        padding-right: 0;
        margin-top: 30px
    }

    .three-column-icon-section .col-box-outer .has-vlink .box {
        padding: 0 0 40px
    }

    .three-column-icon-section .col-box-outer .has-vlink .box .box-link a:after {
        width: 40px;
        height: 40px
    }

    .three-column-icon-section .col-box-outer .has-anchor .box {
        padding: 0 0 40px
    }

    .three-column-icon-section .col-box-outer .has-anchor .box .box-anchor::after {
        width: 40px;
        height: 40px
    }

    .three-column-icon-section ul li {
        margin-bottom: 7px
    }

    .three-column-icon-section .image-sec .desktop {
        display: none
    }

    .three-column-icon-section .image-sec .mobile {
        display: block;
        margin: 0 auto
    }
}

.header-two {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 25px 0;
    z-index: 99;
    transition: all 0.3s ease-in-out
}

.header-two .container {
    padding: 0 30px;
    width: 100%;
    max-width: 1900px
}

.header-two .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: static
}

.header-two .header-item-left {
    display: flex;
    flex-basis: 18%;
    align-items: center
}

.header-two .header-item-left .large {
    transition: all 0.7s ease-in-out
}

.header-two .header-item-left .large img {
    max-width: 220px
}

.header-two .header-item-left .large .light {
    display: block
}

.header-two .header-item-left .large .dark {
    display: none
}

.header-two .header-item-left .small {
    opacity: 0;
    display: grid;
    background: #ececec;
    padding: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    align-items: center;
    position: absolute;
    top: 10px;
    transition: all 0.7s ease-in-out
}

.header-two .header-item-right {
    flex-basis: 80%;
    display: flex;
    justify-content: right;
    align-items: center
}

.header-two .header-item-right .menu ul li {
    display: inline-block;
    transition: color 0.3s ease
}

.header-two .header-item-right .menu ul li.menu-item-has-children a {
    position: relative;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    padding: 0 10px 35px;
    border: none;
    outline: none;
    color: #fff;
    transition: color 0.3s ease;
    font-weight: 500
}

.header-two .header-item-right .menu ul li.menu-item-has-children a.active:after {
    content: "";
    background: #ffad00;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -4px;
    opacity: 1;
    z-index: 9
}

.header-two .header-item-right .menu ul li.menu-item-has-children.hire-menu-item {
    margin: 0 30px 0 100px
}

.header-two .header-item-right .menu ul li.menu-item-has-children.hire-menu-item .nor {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle
}

.header-two .header-item-right .menu ul li.menu-item-has-children.hire-menu-item .hov {
    display: none;
    vertical-align: middle;
    margin-left: 8px
}

.header-two .header-item-right .menu ul li .menu-mega {
    position: absolute;
    left: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 0;
    top: 98%;
    padding: 0;
    z-index: 1;
    border-top: 1px solid #dedede;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1);
    display: none;
    background: #fff
}

.header-two .header-item-right .menu ul li .menu-mega.small-menu {
    left: 42%;
    width: 360px;
    padding: 25px;
    border-radius: 15px
}

.header-two .header-item-right .menu ul li .menu-mega.small-menu.company-menu {
    width: 310px;
    left: 65%
}

.header-two .header-item-right .menu ul li .menu-mega.small-menu a {
    padding: 15px 15px 15px 55px;
    position: relative;
    display: flex;
    color: #05164d;
    margin: 0;
    align-items: center;
    border-radius: 10px
}

.header-two .header-item-right .menu ul li .menu-mega.small-menu a:after {
    display: none
}

.header-two .header-item-right .menu ul li .menu-mega.small-menu a .menuicon {
    position: absolute;
    left: 10px;
    top: 10px;
    display: block
}

.header-two .header-item-right .menu ul li .menu-mega.small-menu a:last-child {
    margin: 0
}

.header-two .header-item-right .menu ul li .menu-mega.small-menu a:hover {
    background: #fff9eb
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents {
    width: 100%;
    min-height: 525px;
    height: 100%
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs {
    flex-basis: 20%;
    border-right: 1px solid #e6e6e6;
    padding: 15px 25px 15px 0
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li {
    width: 100%
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li a {
    display: block;
    padding: 15px 35px 15px 15px;
    color: #262626;
    position: relative;
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
    font-weight: 500;
    position: relative;
    font-size: 16px
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li a:after {
    content: "";
    background: url() no-repeat center;
    position: absolute;
    top: 17px;
    right: 15px;
    width: 14px;
    height: 19px;
    background-size: 100%;
    opacity: 0;
    left: auto;
    bottom: auto
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li.no-link a {
    cursor: default
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li.is-active a {
    background: #fff9eb
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li.is-active a:after {
    opacity: 1
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs {
    flex-basis: 80%;
    padding: 0 20px
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.flex-full {
    flex-basis: 100%
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content {
    width: 100%;
    display: none;
    height: 100%
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .four-column {
    width: 100%
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .three-column {
    width: 68%
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    display: block;
    transition: all 0.3s ease-in-out;
    margin-bottom: 2px
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title {
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
    width: 100%
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a {
    padding-left: 70px;
    position: relative;
    display: block;
    margin: 0;
    font-weight: 400!important
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .title {
    font-size: 16px;
    line-height: 22px;
    color: #262626
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .menuicon {
    position: absolute;
    left: 10px;
    top: 10px
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content.is-active {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column {
    padding: 15px 0 30px;
    width: 100%
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-2 {
    flex-basis: 50%;
    padding: 0 5px
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-4 {
    flex-basis: 25%;
    padding: 0 5px
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head {
    color: #9f9f9f;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 10px 0 10px;
    display: block
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head.opacity-0 {
    opacity: 0
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a {
    width: calc(100% - 10px);
    margin: 0 0 10px -10px
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a {
    font-weight: 400!important;
    font-size: 14px;
    line-height: 20px;
    color: #5d6579;
    display: block;
    padding: 10px;
    border-radius: 10px;
    background: transparent
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a .title {
    font-size: 15px;
    line-height: 22px
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a:hover {
    background: #fff9eb
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a:hover:after {
    display: none
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more {
    color: #ffad00;
    padding: 30px 0 0;
    transition: all 0.3s ease-in-out;
    border-top: 1px solid #e6e6e6;
    border-radius: 0;
    margin: 20px 0 0;
    font-weight: 500;
    position: relative;
    transition: all 0.3s ease-in-out
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more:after {
    content: "";
    background: url() no-repeat center;
    display: inline-block;
    position: relative;
    opacity: 1;
    width: 14px;
    height: 19px;
    background-size: 100%;
    vertical-align: middle;
    margin-left: 10px;
    bottom: auto;
    transition: all 0.3s ease-in-out
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more:hover {
    background-color: transparent
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more:hover:after {
    margin-left: 15px
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu {
    width: 30%;
    position: relative;
    padding-left: 20px;
    border-left: 1px solid #e6e6e6;
    background: #f8f9fa
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu:after {
    content: "";
    position: absolute;
    right: -60px;
    top: 0;
    height: 100%;
    width: 20%;
    background: #f8f9fa
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .tab-title a {
    padding-left: 10px
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a {
    padding-left: 55px;
    position: relative
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a .menuicon {
    position: absolute;
    left: 10px;
    top: 15px
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs {
    display: flex
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .tab-content {
    width: 68%
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .tab-content .three-column {
    width: 98%
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu {
    display: block;
    width: 30%;
    height: auto;
    width: 30%;
    position: relative;
    padding-left: 20px;
    border-left: 1px solid #e6e6e6;
    background: #f8f9fa
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu:after {
    content: "";
    position: absolute;
    right: -60px;
    top: 0;
    height: 100%;
    width: 20%;
    background: #f8f9fa
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .tab-title a {
    padding-left: 10px
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .menu-column a {
    padding-left: 55px;
    position: relative;
    width: calc(100% - 10px);
    margin: 0 0 10px -10px
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .menu-column a .menuicon {
    position: absolute;
    left: 10px;
    top: 15px
}

.header-two .header-item-right .menu ul li:hover .menu-mega {
    display: block
}

.header-two .header-item-right .cta-wrap {
    display: inline-block
}

.header-two .header-item-right .cta-wrap .btn-container {
    margin: 0
}

.header-two .header-item-right .cta-wrap .btn-container .cta-button {
    line-height: 26px;
    padding: 10px 16px
}

.header-two .header-item-right .cta-wrap.large-reso {
    display: block
}

.header-two .header-item-right .cta-wrap.small-reso {
    display: none
}

.header-two.header-bg .header-item-left .large .light {
    display: none
}

.header-two.header-bg .header-item-left .large .dark {
    display: block
}

.header-two.header-bg .header-item-right {
    opacity: 0
}

.header-two.header-bg .header-item-right .menu ul li.menu-item-has-children a {
    color: #05164d
}

.header-two.header-bg .header-item-right .menu ul li.menu-item-has-children.hire-menu-item .nor {
    display: none
}

.header-two.header-bg .header-item-right .menu ul li.menu-item-has-children.hire-menu-item .hov {
    display: inline-block
}

.header-two.header-bg .header-item-right .cta-wrap .btn-sec .btn {
    border-color: rgba(5,22,77,.08)
}

.header-two.header-bg.sc-up {
    background: #fff
}

.header-two.header-bg.sc-up .header-item-left {
    opacity: 1
}

.header-two.header-bg.sc-up .header-item-right {
    opacity: 1
}

.header-two.header-bg.sc-down .small {
    opacity: 1
}

.header-two.header-bg.sc-down .large {
    opacity: 0
}

.header-two.header-bg .cta-wrap .btn-container .cta-button {
    background-color: #ffad00;
    color: #05164d
}

.header-two.header-bg .cta-wrap .btn-container .cta-button:after {
    background: url() no-repeat
}

.header-two:hover {
    background: #fff
}

.header-two:hover .header-item-left {
    opacity: 1
}

.header-two:hover .header-item-left .large {
    opacity: 1
}

.header-two:hover .header-item-left .large .light {
    display: none
}

.header-two:hover .header-item-left .large .dark {
    display: block
}

.header-two:hover .header-item-left .small {
    display: none
}

.header-two:hover .header-item-right {
    opacity: 1
}

.header-two:hover .header-item-right .menu ul li.menu-item-has-children a {
    color: #05164d
}

.header-two:hover .header-item-right .menu ul li.menu-item-has-children.hire-menu-item .nor {
    display: none
}

.header-two:hover .header-item-right .menu ul li.menu-item-has-children.hire-menu-item .hov {
    display: inline-block
}

.header-two:hover .header-item-right .cta-wrap .btn-sec .btn {
    border-color: rgba(5,22,77,.08)
}

.header-two:hover .cta-wrap .btn-container .cta-button {
    background-color: #ffad00;
    color: #05164d
}

.header-two:hover .cta-wrap .btn-container .cta-button:after {
    background: url() no-repeat
}

@media screen and (max-width: 1700px) {
    .header-two .container {
        max-width:100%
    }

    .header-two .header-item-right .menu ul li .menu-mega.small-menu {
        left: 57%
    }

    .header-two .header-item-right .menu ul li .menu-mega.small-menu.company-menu {
        left: 60%
    }
}

@media screen and (max-width: 1580px) {
    .header-two .header-item-right .menu ul li .menu-mega.small-menu {
        left:44%
    }

    .header-two .header-item-right .menu ul li .menu-mega.small-menu.company-menu {
        left: 60%
    }
}

@media screen and (max-width: 1440px) {
    .header-two .container {
        padding:0 20px
    }

    .header-two .header-item-right .menu ul li.menu-item-has-children a {
        font-size: 15px
    }

    .header-two .header-item-right .menu ul li.menu-item-has-children.hire-menu-item {
        margin: 0 30px 0 60px
    }

    .header-two .header-item-right .menu ul li .menu-mega.small-menu {
        left: 44%
    }

    .header-two .header-item-right .menu ul li .menu-mega.small-menu.company-menu {
        left: 61%
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents {
        min-height: 520px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li a {
        font-size: 15px;
        padding: 13px 35px 13px 15px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .title {
        font-size: 15px;
        line-height: 24px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .title {
        font-size: 15px;
        line-height: 22px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column {
        padding: 15px 0 25px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head {
        font-size: 13px;
        margin: 8px 0 8px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a {
        margin: 0 0 5px -10px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a {
        font-size: 13px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a .title {
        font-size: 14px;
        line-height: 22px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more {
        padding: 25px 0 0;
        margin: 15px 0 0
    }
}

@media screen and (max-width: 1280px) {
    .header-two .container {
        padding:0 20px
    }

    .header-two .header-item-right .menu ul li.menu-item-has-children a {
        font-size: 14px
    }

    .header-two .header-item-right .menu ul li.menu-item-has-children.hire-menu-item {
        margin: 0 15px 0 15px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents {
        min-height: 450px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs {
        padding: 15px 20px 15px 0
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li a {
        font-size: 14px;
        padding: 10px 25px 10px 10px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li a:after {
        top: 14px;
        right: 10px;
        width: 11px;
        height: 14px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs {
        padding: 0 15px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content {
        min-height: 450px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .title {
        font-size: 13px;
        line-height: 20px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title {
        padding: 10px 0
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .title {
        font-size: 14px;
        line-height: 20px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column {
        padding: 15px 0 25px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-4 {
        padding: 0 3px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-2 {
        padding: 0 3px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head {
        font-size: 12px;
        margin: 8px 0 8px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a {
        margin: 0 0 5px -8px;
        padding: 8px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a {
        padding: 8px;
        font-size: 12px;
        line-height: 20px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a .title {
        font-size: 13px;
        line-height: 20px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more {
        padding: 20px 0 0;
        margin: 10px 0 0
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu {
        padding-left: 12px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a {
        padding-left: 45px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a .menuicon {
        width: 25px;
        height: 25px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu:after {
        right: -50px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu {
        padding-left: 12px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu.tab-content {
        min-height: auto
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu:after {
        right: -50px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .tab-title a {
        padding-left: 8px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .menu-column a {
        padding-left: 45px;
        width: calc(100% - 10px);
        margin: 0 0 5px -8px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .menu-column a .menuicon {
        width: 25px;
        height: 25px
    }
}

@media screen and (max-width: 1139px) {
    .header-two {
        position:fixed;
        top: 0;
        width: 100%;
        background: #1d1c39;
        z-index: 99;
        padding: 20px 0
    }

    .header-two .header-item-left {
        display: flex;
        flex-basis: 100%;
        justify-content: space-between;
        align-items: center;
        margin: 0
    }

    .header-two .header-item-left .large {
        transition: all 0.7s ease-in-out
    }

    .header-two .header-item-left .large img {
        max-width: 220px
    }

    .header-two .header-item-left .small {
        display: none
    }

    .header-two .header-item-right {
        flex-basis: 100%
    }

    .header-two .header-item-right .menu {
        display: none
    }

    .header-two .header-item-right .menu ul {
        margin: 0
    }

    .header-two .header-item-right .menu ul li {
        margin: 20px 0 0;
        display: block
    }

    .header-two .header-item-right .menu ul li.menu-item-has-children a {
        padding: 0;
        font-size: 15px;
        color: #fff
    }

    .header-two .header-item-right .menu ul li.menu-item-has-children a.active:after {
        display: none
    }

    .header-two .header-item-right .menu ul li.menu-item-has-children.hire-menu-item {
        margin: 20px 0 0
    }

    .header-two .header-item-right .menu ul li:hover .menu-mega {
        display: none
    }

    .header-two .header-item-right .menu ul li .menu-mega {
        position: relative;
        display: none;
        background: 0 0;
        margin-top: 20px;
        padding-left: 0;
        border-top: 1px solid #dedede;
        box-shadow: 4px 4px 60px rgba(59,85,112,.25);
        display: none;
        background: #fff
    }

    .header-two .header-item-right .menu ul li .menu-mega.small-menu {
        left: auto;
        width: 100%;
        border-radius: 0;
        padding: 20px 10px!important
    }

    .header-two .header-item-right .menu ul li .menu-mega.small-menu.company-menu {
        left: auto;
        width: 100%
    }

    .header-two .header-item-right .menu ul li .menu-mega.small-menu a {
        padding: 15px 15px 15px 55px;
        position: relative;
        display: flex;
        margin: 0;
        align-items: center;
        border-radius: 10px;
        color: #000!important
    }

    .header-two .header-item-right .menu ul li .menu-mega.small-menu a .title {
        color: #262626
    }

    .header-two .header-item-right .menu ul li .menu-mega.small-menu a:after {
        display: none
    }

    .header-two .header-item-right .menu ul li .menu-mega.small-menu a .menuicon {
        position: absolute;
        left: 10px;
        top: 10px;
        display: block
    }

    .header-two .header-item-right .menu ul li .menu-mega.small-menu a:last-child {
        margin: 0
    }

    .header-two .header-item-right .menu ul li .menu-mega.small-menu a:hover {
        background: #fff9eb
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents {
        width: 100%;
        min-height: initial
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs {
        display: none
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs {
        flex-basis: 100%;
        padding: 0
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content {
        min-height: initial;
        display: block!important;
        height: auto
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .four-column {
        width: 100%
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .three-column {
        width: 100%
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .title {
        font-weight: 500;
        font-size: 15px;
        line-height: 26px;
        color: #000;
        display: block;
        transition: all 0.3s ease-in-out;
        margin-bottom: 2px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title {
        padding: 10px 25px 10px 0;
        border-bottom: 1px solid #e6e6e6;
        width: 100%;
        display: flex;
        align-items: center
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a {
        padding: 10px 10px 10px 55px;
        margin: 0 0 0 -10px;
        width: 100%
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .title {
        font-size: 15px;
        line-height: 20px;
        color: #262626
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .menuicon {
        left: 8px;
        width: 35px;
        height: 35px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content.is-active {
        display: block
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column {
        padding: 15px 0 0;
        width: 100%
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.sub-service {
        display: none
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.hr-submenu {
        display: none
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.sub-tech {
        display: none
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.m-active {
        display: block
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-2 {
        flex-basis: 100%;
        padding: 0;
        margin: 0
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-4 {
        flex-basis: 100%;
        padding: 0;
        margin: 0 0 25px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-4.margin-0 {
        margin: 0
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head {
        font-size: 13px;
        margin: 8px 0 8px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head.opacity-0 {
        display: none
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a {
        width: calc(100% - 10px);
        margin: 0 0 5px -10px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a {
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        color: #5d6579;
        display: block;
        padding: 10px;
        border-radius: 10px;
        background: transparent
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a .title {
        font-size: 14px;
        line-height: 20px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a:hover {
        background: #fff9eb
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a:hover:after {
        display: none
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more {
        padding: 20px 0 0;
        margin: 10px 0 0
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more:after {
        display: inline-block
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu {
        width: 100%;
        position: relative;
        padding-left: 0;
        border-left: none;
        background: #fff
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu.mob-hide {
        display: none
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu:after {
        display: none
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .tab-title {
        padding: 0
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .tab-title a {
        padding: 8px;
        width: calc(100% - 10px);
        margin: 0 0 5px -10px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .tab-title .ser-arrow-btn {
        right: -15px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 {
        flex-basis: 100%
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a {
        padding-left: 55px;
        position: relative
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a .menuicon {
        position: absolute;
        left: 10px;
        top: 15px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs {
        display: flex;
        flex-wrap: wrap
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .tab-content {
        width: 100%
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .tab-content .three-column {
        width: 100%
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu {
        width: 100%;
        position: relative;
        padding-left: 0;
        border-left: none;
        background: #fff
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu.tab-content {
        width: 100%;
        height: auto;
        min-height: auto
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu.mob-hide {
        display: none!important
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu:after {
        display: none
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .tab-title {
        padding: 0
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .tab-title a {
        padding: 8px;
        width: calc(100% - 10px);
        margin: 0 0 5px -10px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .tab-title .ser-arrow-btn {
        right: -15px
    }

    .header-two .header-item-right .menu ul li .menu-mega.m-active {
        display: block
    }

    .header-two .header-item-right .mob-nav {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 88px;
        left: 0;
        background: #1d1c39;
        padding: 0 20px;
        display: none;
        overflow-y: auto;
        padding-bottom: 120px
    }

    .header-two .header-item-right .mob-nav.active {
        display: block
    }

    .header-two .header-item-right .cta-wrap {
        display: inline-block
    }

    .header-two .header-item-right .cta-wrap .btn-sec .btn {
        font-size: 15px;
        margin: 30px auto 0;
        cursor: pointer
    }

    .header-two .header-item-right .cta-wrap .btn-sec .btn.rounded:before {
        top: 3px
    }

    .header-two .header-item-right .cta-wrap.large-reso {
        display: none
    }

    .header-two .header-item-right .cta-wrap.small-reso {
        display: block
    }

    .header-two.header-bg .header-item-left .large .light {
        display: block
    }

    .header-two.header-bg .header-item-left .large .dark {
        display: none
    }

    .header-two.header-bg .header-item-right {
        opacity: 0
    }

    .header-two.header-bg .header-item-right .menu ul li.menu-item-has-children a {
        color: #fff
    }

    .header-two.header-bg .header-item-right .cta-wrap .btn-sec .btn {
        border-color: #fff
    }

    .header-two.header-bg.sc-up {
        background: #1d1c39
    }

    .header-two.header-bg.sc-up .header-item-left {
        opacity: 1
    }

    .header-two.header-bg.sc-up .header-item-right {
        opacity: 1
    }

    .header-two.header-bg.sc-down .small {
        opacity: 0
    }

    .header-two.header-bg.sc-down .large {
        opacity: 1
    }

    .header-two:hover {
        background: #1d1c39
    }

    .header-two:hover .header-item-left {
        opacity: 1
    }

    .header-two:hover .header-item-left .large {
        opacity: 1
    }

    .header-two:hover .header-item-left .large .light {
        display: block
    }

    .header-two:hover .header-item-left .large .dark {
        display: none
    }

    .header-two:hover .header-item-left .small {
        display: none
    }

    .header-two:hover .header-item-right {
        opacity: 1
    }

    .header-two:hover .header-item-right .menu ul li.menu-item-has-children a {
        color: #fff
    }

    .header-two:hover .header-item-right .cta-wrap .btn-sec .btn {
        border-color: rgba(5,22,77,.08)
    }

    .header-two .bar1,.header-two .bar2,.header-two .bar3 {
        width: 25px;
        height: 2px;
        background: #fff;
        border-radius: 1px;
        margin: 6px 0;
        transition: all 0.3s ease-in-out
    }

    .header-two .mback {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #ffffff!important;
        padding-left: 12px;
        position: relative;
        display: block;
        margin: 10px 0
    }

    .header-two .mback::before {
        content: "";
        clear: both;
        display: block;
        background: url() -21px -47px no-repeat;
        width: 18px;
        height: 20px;
        position: absolute;
        top: 3px;
        left: 0;
        margin: 0 auto;
        transform: rotate(-180deg)
    }

    .header-two .hamberger-menu {
        transition: all 0.3s ease-in-out;
        z-index: 999;
        height: 100%;
        padding: 0 5px;
        position: relative
    }

    .header-two .open-close .bar1 {
        transform: rotate(-45deg) translate(-9px,6px)
    }

    .header-two .open-close .bar2 {
        opacity: 0
    }

    .header-two .open-close .bar3 {
        transform: rotate(45deg) translate(-5px,-3px)
    }

    .header-two .arrow-btn {
        display: inline-block;
        position: relative;
        width: 70px;
        height: 24px;
        background: url() 40px -2px no-repeat;
        vertical-align: top;
        text-align: right;
        float: right
    }

    .header-two .arrow-btn.rot {
        background-position: 36px -33px
    }

    .header-two .ser-arrow-btn,.header-two .hr-arrow-btn,.header-two .tech-arrow-btn {
        display: inline-block;
        position: absolute;
        right: 5px;
        width: 30px;
        height: 30px;
        background: url() no-repeat;
        background-size: 16px;
        z-index: 999;
        background-position: center center
    }

    .header-two .ser-arrow-btn.rot,.header-two .hr-arrow-btn.rot,.header-two .tech-arrow-btn.rot {
        transform: rotate(90deg)
    }
}

.accordion-section {
    background-color: #fff;
    position: relative
}

.accordion-section:after {
    background-color: #f8f8f8;
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0
}

.accordion-section .accordian-row .col-left {
    flex-basis: 50%;
    position: relative;
    overflow: hidden
}

.accordion-section .accordian-row .col-left .image-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    position: absolute;
    display: block;
    bottom: 0;
    height: 100%
}

.accordion-section .accordian-row .col-left .soft-img {
    width: 100%;
    display: block;
    height: 100%
}

.accordion-section .accordian-row .col-left .soft-img img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: top center
}

.accordion-section .accordian-row .col-left .head-txt {
    padding-left: calc(50vw - 740px);
    padding-right: 45px;
    width: 100%;
    padding-bottom: 80px
}

.accordion-section .accordian-row .col-right {
    z-index: 10;
    flex-basis: 50%;
    padding-left: 75px;
    padding-right: calc(50vw - 740px)
}

.accordion-section .accordian-row .col-right .accordionItem {
    position: relative;
    margin-top: 40px
}

.accordion-section .accordian-row .col-right .accordionItem .accordion-toggle a {
    display: none
}

.accordion-section .accordian-row .col-right .accordionItem:first-child {
    margin-top: 15px
}

.accordion-section .accordian-row .col-right .accordionItem.active .accordion-content {
    display: block
}

.accordion-section .accordian-row .col-right .accordionItem.active .accordion-toggle {
    border-bottom: 1px solid transparent
}

.accordion-section .accordian-row .col-right .accordionItem.active .accordion-toggle.has-link span {
    font-size: 0
}

.accordion-section .accordian-row .col-right .accordionItem.active .accordion-toggle.has-link:hover {
    cursor: pointer
}

.accordion-section .accordian-row .col-right .accordionItem.active .accordion-toggle:before {
    display: none
}

.accordion-section .accordian-row .col-right .accordionItem.active .accordion-toggle a {
    display: inline-block;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    color: #3f3f3f;
    transition: all 0.3s ease;
    font-weight: 600!important
}

.accordion-section .accordian-row .col-right .accordionItem.active .accordion-toggle a:after {
    content: "";
    width: 48px;
    height: 48px;
    border: 1px solid #d1d1e1;
    background: url(g) no-repeat center;
    position: absolute;
    right: -71px;
    top: -10px;
    cursor: pointer;
    transition: all 0.3s ease
}

.accordion-section .accordian-row .col-right .accordionItem.active .accordion-toggle a:hover {
    text-decoration: underline
}

.accordion-section .accordian-row .col-right .accordionItem.active .accordion-toggle a:hover:after {
    background-color: rgba(255,173,0,.15);
    background-position: 25px center;
    transition: all 0.3s ease
}

.accordion-section .accordian-row .col-right .accordionItem.active .open-icon {
    display: none
}

.accordion-section .accordian-row .col-right .accordionItem.active .accordion-content::after {
    display: none
}

.accordion-section .accordian-row .col-right .accordion-toggle {
    display: block;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
    padding: 0 60px 25px 0;
    position: relative;
    font-weight: 600;
    color: #3f3f3f;
    border-bottom: 1px solid #d1d1e1;
    transition: all 0.3s ease
}

.accordion-section .accordian-row .col-right .accordion-toggle:before {
    content: "";
    width: 48px;
    height: 48px;
    border: 1px solid #d1d1e1;
    background: url() no-repeat center;
    border-bottom: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    transition: all 0.3s ease
}

.accordion-section .accordian-row .col-right .accordion-toggle:hover:before {
    background-color: rgba(255,173,0,.15);
    background-position: center 25px;
    transition: all 0.3s ease
}

.accordion-section .accordian-row .col-right .accordion-content {
    display: none;
    border-bottom: 1px solid #d1d1e1;
    padding-bottom: 40px
}

.accordion-section .accordian-row .col-right ul,.accordion-section .accordian-row .col-right ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0
}

.accordion-section .accordian-row .col-right ul li,.accordion-section .accordian-row .col-right ol li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 25px;
    flex-basis: 48%;
    line-height: 25px
}

.accordion-section .accordian-row .col-right ul li:before,.accordion-section .accordian-row .col-right ol li:before {
    content: "";
    background: url() no-repeat center;
    width: 19px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 4px
}

.accordion-section .accordian-row .col-right ul li a,.accordion-section .accordian-row .col-right ol li a {
    color: #656565
}

.accordion-section .accordian-row .col-right ul li a:hover,.accordion-section .accordian-row .col-right ol li a:hover {
    text-decoration: underline
}

.accordion-section .accordian-row .col-right .exbtn {
    margin: 25px 0 0
}

.accordion-section .accordian-row .w-100 ul li {
    flex-basis: 100%
}

.accordion-section .accordian-row .content-col .inner-box {
    border-bottom: 1px solid #d1d1e1;
    padding: 0 0 35px;
    margin: 0 0 40px
}

.accordion-section .accordian-row .content-col .inner-box:last-child {
    margin: 0
}

.accordion-section .accordian-row .content-col .inner-box ul {
    justify-content: flex-start
}

.accordion-section .accordian-row .content-col .inner-box ul li {
    border: 1px solid #d1d1e1;
    border-radius: 5px;
    padding: 4px 9px;
    display: inline-block;
    margin: 18px 18px 0 0;
    line-height: 22px;
    text-align: center;
    color: #666;
    flex-basis: auto;
    font-weight: 400;
    background-color: rgba(217,217,217,.32);
    position: relative
}

.accordion-section .accordian-row .content-col .inner-box ul li:before {
    display: none
}

.accordion-section .accordian-row .content-col .inner-box ul li a {
    display: contents;
    color: #666
}

.accordion-section .accordian-row .content-col .inner-box ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    width: 100%;
    height: 100%
}

.accordion-section .accordian-row .content-col .inner-box ul li a:hover {
    color: #212121;
    border-color: #FFAD00
}

.accordion-section .accordian-row .content-col .inner-box ul li a:hover:after {
    background: rgba(255,173,0,.15)
}

.accordion-section.list-full .accordian-row .col-right ul li {
    flex-basis: 100%
}

.bg-blue-section:before {
    background: linear-gradient(180deg,#211f47 0%,#05164d 100%);
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0
}

.bg-blue-section .accordian-row .col-left .head-txt {
    position: relative;
    z-index: 9
}

.bg-blue-section .accordian-row .col-left .head-txt h2 {
    color: #fff
}

.bg-blue-section .accordian-row .col-left .head-txt p {
    color: #9b9b9b
}

.bg-blue-section .accordian-row .col-left .soft-img {
    position: relative;
    z-index: 9
}

@media screen and (min-width: 4560px) {
    .accordion-section .accordian-row .col-left .head-txt {
        padding-left:0;
        max-width: 100%
    }
}

@media screen and (min-width: 2500px) {
    .accordion-section .accordian-row .col-left .head-txt {
        padding-left:calc(50vw - 1100px)
    }
}

@media only screen and (max-width: 1600px) {
    .accordion-section .accordian-row .col-left .head-txt {
        padding-left:calc(50vw - 690px)
    }

    .accordion-section .accordian-row .col-right {
        padding-right: calc(50vw - 690px)
    }
}

@media only screen and (max-width: 1440px) {
    .accordion-section .accordian-row .col-left .head-txt {
        padding-left:calc(50vw - 630px)
    }

    .accordion-section .accordian-row .col-right {
        padding-right: calc(50vw - 630px)
    }
}

@media only screen and (max-width: 1320px) {
    .accordion-section .accordian-row .col-left .head-txt {
        padding-left:calc(50vw - 580px);
        padding-bottom: 60px
    }

    .accordion-section .accordian-row .col-right {
        padding-right: calc(50vw - 580px)
    }

    .accordion-section .accordian-row .content-col .inner-box {
        padding: 0 0 25px;
        margin: 0 0 30px
    }

    .accordion-section .accordian-row .content-col .inner-box ul {
        margin: 5px 0 0
    }

    .accordion-section .accordian-row .content-col .inner-box ul li {
        margin: 10px 10px 0 0
    }
}

@media only screen and (max-width: 1200px) {
    .accordion-section .accordian-row .col-left .head-txt {
        padding-left:20px
    }

    .accordion-section .accordian-row .col-right {
        padding-right: 20px;
        padding-left: 40px
    }

    .bg-blue-section:before {
        display: none
    }

    .bg-blue-section .accordian-row .col-left .head-txt h2 {
        color: #05164d
    }

    .bg-blue-section .accordian-row .col-left .head-txt p {
        color: #666
    }
}

@media only screen and (max-width: 1100px) {
    .accordion-section {
        background-color:#f8f8f8;
        padding: 80px 20px
    }

    .accordion-section:after {
        display: none
    }

    .accordion-section h2 br {
        display: none
    }

    .accordion-section .accordian-row .col-left {
        flex-basis: 100%
    }

    .accordion-section .accordian-row .col-left .soft-img {
        display: none
    }

    .accordion-section .accordian-row .col-left .head-txt {
        padding-left: 0;
        padding-right: 0;
        margin: 0 0 20px;
        padding-bottom: 0;
        text-align: center
    }

    .accordion-section .accordian-row .col-right {
        flex-basis: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0
    }

    .accordion-section .accordian-row .col-right .accordionItem {
        margin-top: 25px
    }

    .accordion-section .accordian-row .col-right .accordionItem.active .accordion-toggle a:after {
        width: 40px;
        height: 40px;
        top: -10px
    }

    .accordion-section .accordian-row .col-right .accordion-toggle {
        padding: 0 50px 10px 0
    }

    .accordion-section .accordian-row .col-right .accordion-toggle:before {
        content: "";
        width: 40px;
        height: 40px
    }

    .accordion-section .accordian-row .col-right .accordion-content {
        padding-bottom: 25px
    }

    .accordion-section .accordian-row .col-right .accordion-content ul,.accordion-section .accordian-row .col-right .accordion-content ol {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .accordion-section .accordian-row .col-right .accordion-content ul li,.accordion-section .accordian-row .col-right .accordion-content ol li {
        flex-basis: 33.33%
    }
}

@media only screen and (max-width: 991px) {
    .accordion-section .accordian-row .col-right .accordion-content ul li,.accordion-section .accordian-row .col-right .accordion-content ol li {
        flex-basis:100%;
        line-height: 24px
    }

    .accordion-section .accordian-row .col-right .accordion-content ul li:before,.accordion-section .accordian-row .col-right .accordion-content ol li:before {
        top: 3px
    }

    .accordion-section .accordian-row .col-right .accordion-content .exbtn {
        margin-top: 10px
    }

    .accordion-section .accordian-row .col-right ul li,.accordion-section .accordian-row .col-right ol li {
        flex-basis: 100%;
        line-height: 24px
    }

    .accordion-section .accordian-row .col-right ul li:before,.accordion-section .accordian-row .col-right ol li:before {
        top: 6px
    }
}

@media only screen and (max-width: 767px) {
    .accordion-section {
        padding:50px 20px
    }

    .accordion-section .accordian-row .content-col .inner-box {
        padding: 0 0 15px;
        margin: 0 0 20px
    }

    .accordion-section .accordian-row .content-col .inner-box ul {
        margin: 10px 0 0
    }

    .accordion-section .accordian-row .content-col .inner-box ul li {
        margin: 8px 8px 0 0
    }

    .accordion-section.bg-blue-linear {
        background: #fff
    }

    .accordion-section.bg-blue-linear h2 {
        color: #05164d
    }
}

.slide-logo {
    padding: 39px 0;
    text-align: center
}

.slide-logo .dis-flex {
    overflow: hidden
}

.slide-logo .logo-heading {
    position: relative;
    width: 90%;
    margin: 0 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    flex-basis: 100%;
    margin: 0 0 25px;
    justify-content: center
}

.slide-logo .logo-heading h4 {
    color: #52606d;
    font-size: 20px;
    margin: 0 35px;
    background: #fff;
    position: relative
}

.slide-logo .logo-heading h4 span {
    margin: 0 35px;
    background: #fff
}

.slide-logo .logo-heading strong {
    color: #ffad00
}

.slide-logo .logo-heading:before {
    width: 90%;
    content: "";
    height: .197px;
    background: rgba(5,22,77,.4);
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.slide-logo .logo-section {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 30px;
    border-bottom: 1px solid rgba(5,22,77,.4)
}

.slide-logo .logo-section .glide__slide {
    height: 70px
}

.slide-logo .logo-section .glide__slide img {
    width: 100%;
    vertical-align: middle
}

@media only screen and (max-width: 479px) {
    .slide-logo {
        display:none;
        padding: 30px 0
    }

    .slide-logo .logo-heading {
        margin: 0 0 20px;
        margin: 0 0 20px;
        justify-content: center
    }

    .slide-logo .logo-heading h4 {
        font-size: 18px;
        margin: 0 20px
    }

    .slide-logo .logo-heading:before {
        display: none
    }

    .slide-logo .logo-heading:after {
        display: none
    }

    .slide-logo .logo-section {
        width: 100%;
        margin: 0 auto
    }

    .slide-logo .logo-section .glide__slide {
        height: auto
    }
}

.fix-section .entire-sticky {
    display: flex;
    justify-content: space-between;
    background-color: #fff
}

.fix-section .entire-sticky .left-column {
    width: calc(100% - 280px);
    padding-right: 60px
}

.fix-section .entire-sticky .right-column {
    width: 278px;
    margin-right: -15px
}

.fix-section .entire-sticky .right-column .toc-sec h4 {
    font-size: 19px;
    font-weight: 600
}

.fix-section .entire-sticky .right-column .toc-sec .toc-wrap {
    border-left: 3px solid #f6f6f6;
    padding-left: 15px;
    margin: 15px 0 0
}

.fix-section .entire-sticky .right-column .toc-sec .toc-wrap p {
    color: rgba(33,33,33,.5);
    font-weight: 500;
    margin: 0
}

.fix-section .entire-sticky .right-column .toc-sec .toc-wrap p a {
    padding: 5px 0;
    color: rgba(33,33,33,.5);
    display: block;
    position: relative
}

.fix-section .entire-sticky .right-column .toc-sec .toc-wrap p a:before {
    content: "";
    background: #b5177f;
    position: absolute;
    width: 3px;
    left: -18px;
    top: 5px;
    height: 30px;
    opacity: 0
}

.fix-section .entire-sticky .right-column .toc-sec .toc-wrap p a:hover {
    color: rgba(33,33,33,.9)
}

.fix-section .entire-sticky .right-column .toc-sec .toc-wrap p a:hover:before {
    opacity: 1
}

.fix-section .entire-sticky .right-column .toc-sec .toc-wrap p a.active {
    color: rgba(33,33,33,.9)
}

.fix-section .entire-sticky .right-column .toc-sec .toc-wrap p a.active:before {
    opacity: 1
}

.fix-section .entire-sticky .right-column .sticky-button {
    margin: 40px 0 0
}

.fix-section .entire-sticky .right-column .sticky-button .sticky-cta {
    padding: 20px 20px 20px 20px;
    display: inline-block;
    position: relative;
    background: #fffaf0;
    border-radius: 10px;
    border: 1px solid #05164d17;
    color: #05164d;
    font-weight: 500;
    font-size: 18px;
    transition: all 0.3s ease;
    width: 100%;
    min-height: 97px;
    display: flex;
    align-items: center
}

.fix-section .entire-sticky .right-column .sticky-button .sticky-cta p {
    margin: 0;
    color: #05164d
}

.fix-section .entire-sticky .right-column .sticky-button .sticky-cta:after {
    content: "";
    width: 86px;
    height: 97px;
    background: url() 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.fix-section .entire-sticky .right-column .sticky-button .sticky-cta:before {
    content: "";
    width: 7px;
    height: 100%;
   background: linear-gradient(270deg, #5f18a6 21.77%, #b5177f);
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    border-radius: 10px 0 0 10px
}

.fix-section .entire-sticky .right-column .sticky-button .sticky-cta .gtexprt {
    display: none;
    position: relative;
    cursor: pointer;
    text-align: center;
    width: 100%
}

.fix-section .entire-sticky .right-column .sticky-button .sticky-cta:hover {
    transition: all 0.3s ease;
    padding: 0 20px;
    color: white;
   
}

.fix-section .entire-sticky .right-column .sticky-button .sticky-cta:hover p {
    display: none
}

.fix-section .entire-sticky .right-column .sticky-button .sticky-cta:hover .gtexprt {
    display: inline-block;
    color: #05164d;
    padding: 20px 20px 20px 20px;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 99
}

.fix-section .entire-sticky .right-column .sticky-button .sticky-cta:hover:before {
    width: 100%;
    border-radius: 10px
}

.fix-section .entire-sticky .right-column.fixed {
    position: fixed;
    top: 80px;
    right: 0
}

@media (max-width: 979px) {
    .fix-section .entire-sticky {
        flex-wrap:wrap
    }

    .fix-section .entire-sticky .left-column {
        width: 100%;
        padding-right: 0;
        order: 2
    }

    .fix-section .entire-sticky .right-column {
        width: 100%;
        margin-right: 0;
        order: 2
    }

    .fix-section .entire-sticky .right-column .toc-sec h4 {
        font-size: 18px
    }

    .fix-section .entire-sticky .right-column .toc-sec .toc-wrap {
        margin: 10px 0 0
    }

    .fix-section .entire-sticky .right-column .sticky-button {
        margin: 30px 0 0;
        padding: 18px
    }

    .fix-section .entire-sticky .right-column .sticky-button .sticky-cta {
        font-size: 17px;
        min-height: 60px
    }

    .fix-section .entire-sticky .right-column .sticky-button .sticky-cta:after {
        width: 70px;
        height: 64px
    }

    .fix-section .entire-sticky .right-column .sticky-button .sticky-cta:before {
        width: 5px
    }

    .fix-section .entire-sticky .right-column .sticky-button .sticky-cta:hover {
        padding: 0 18px
    }

    .fix-section .entire-sticky .right-column .sticky-button .sticky-cta:hover .gtexprt {
        top: 0;
        padding: 18px
    }

    .fix-section .entire-sticky .right-column .sticky-button .sticky-cta:hover:before {
        width: 100%;
        border-radius: 10px
    }

    .fix-section .entire-sticky .right-column.fixed {
        position: initial
    }
}

.service-section .flex-1,.service-section .flex-1,.service-section .flex-2,.service-section .flex-3 {
    margin-top: 20px
}

.service-section .ser-row {
    width: calc(100% + 10px);
    margin-left: -10px
}

.service-section .card {
    height: 100%;
    border-radius: 10px;
    border: 1.5px solid #ececec;
    margin: 0 10px;
    background: #fff;
    position: relative;
    box-shadow: 0 4px 40px 0 rgba(237,246,255,.3)
}

.service-section .card:hover {
    border: 1.5px solid rgba(255,173,0,.3)
}

.service-section .card.has-anchor:hover {
    border: 1.5px solid rgba(255,173,0,.3)
}

.service-section .card .box-3 {
    padding: 25px;
    transition: all 0.3s ease-in-out
}

.service-section .card .box-3 h3 {
    margin-bottom: 20px;
    padding: 0 0 15px;
    border-image-slice: 1;
    border-image-source:  linear-gradient(270deg, #5f18a6 21.77%, #b5177f);
    border-bottom: 2px solid
}

.service-section .card .box-3 h3 a {
    opacity: 1;
    color: #000
}

.service-section .card .box-3 p {
    min-height: initial
}

.service-section .card .box-3 ul li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative
}

.service-section .card .box-3 ul li a {
    text-decoration: underline;
    color: #414141
}

.service-section .card .box-3 ul li a:hover {
    text-decoration: none
}

.service-section .card .box-3 ul li:before {
    content: "";
    background: url(/images/icons/iconex.svg) no-repeat center;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px
}

.service-section .flex-1 .box-3 {
    min-height: auto
}

.service-section .explore-btn {
    position: relative;
    color: #05164d;
    font-weight: 500;
    text-decoration: underline;
    position: absolute;
    right: 50px;
    left: auto;
    font-size: 14px;
    bottom: 30px
}

.service-section .explore-btn:after {
    content: "";
    background: url() no-repeat center;
    width: 11px;
    position: absolute;
    height: 11px;
    margin-left: 8px;
    top: 6px;
    transition: all 0.3s ease-in-out
}

.service-section .explore-btn:hover:after {
    margin-left: 15px
}

@media (max-width: 979px) {
    .service-section {
        margin:50px 0 0
    }

    .service-section .flex-2 {
        flex-basis: 50%
    }

    .service-section .ser-row {
        width: 100%;
        margin-left: 0
    }

    .service-section .card {
        margin: 0 10px
    }

    .service-section .card .box-3 {
        padding: 20px
    }

    .service-section .explore-btn {
        font-size: 13px;
        bottom: 20px
    }
}

@media (max-width: 767px) {
    .service-section .flex-2 {
        flex-basis:100%
    }

    .service-section .ser-row {
        width: 100%;
        margin-left: 0
    }

    .service-section .card {
        margin: 0
    }

    .service-section .card .box-3 {
        padding: 15px
    }

    .service-section .card .box-3 p {
        min-height: initial
    }

    .service-section .card .box-3 h3 {
        margin-bottom: 15px;
        padding: 0 0 10px
    }

    .service-section .explore-btn {
        font-size: 13px;
        bottom: 20px
    }
}

.lets-discuss-cta {
    position: relative;
    z-index: 1
}

.lets-discuss-cta:before,.lets-discuss-cta:after {
    content: "";
    position: absolute;
    z-index: -1
}

.lets-discuss-cta:before {
    background: url() 0 0 no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
    width: 116px;
    height: 163px
}

.lets-discuss-cta:after {
    background: url() 0 0 no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 304px;
    height: 475px
}

.lets-discuss-cta .left-sec {
    flex-basis: 40%
}

.lets-discuss-cta .right-sec {
    flex-basis: 40%
}

@media only screen and (max-width: 1440px) {
    .lets-discuss-cta:after {
        width:240px
    }
}

@media only screen and (max-width: 1320px) {
    .lets-discuss-cta:after {
        width:180px
    }
}

@media only screen and (max-width: 991px) {
    .lets-discuss-cta:before {
        width:50px;
        height: 70px
    }

    .lets-discuss-cta:after {
        display: none
    }

    .lets-discuss-cta .left-sec {
        flex-basis: 100%;
        text-align: center
    }

    .lets-discuss-cta .left-sec .btn-sec {
        justify-content: center
    }

    .lets-discuss-cta .right-sec {
        flex-basis: 100%;
        text-align: center;
        margin: 40px 0 0
    }
}

@media only screen and (max-width: 479px) {
    .lets-discuss-cta .right-sec {
        display:none
    }
}

.discuss {
    position: relative;
    z-index: 1;
    padding: 40px;
    border-radius: 10px; 
    background: linear-gradient(270deg, #5f18a6 21.77%, #b5177f);
}

.discuss:before,.discuss:after {
    content: "";
    position: absolute;
    z-index: -1
}

.discuss:before {
    background: url() 0 0 no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
    width: 116px;
    height: 163px
}

.discuss:after {
    background: url() 0 0 no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 304px;
    height: 475px
}

.discuss .left-sec {
    flex-basis: 54%
}

.discuss .left-sec .btn-sec {
    margin: 30px 0 0
}

.discuss .right-sec {
    flex-basis: 35%
}

@media only screen and (max-width: 1440px) {
    .discuss:after {
        width:240px
    }
}

@media only screen and (max-width: 1320px) {
    .discuss:after {
        width:180px
    }
}

@media only screen and (max-width: 991px) {
    .discuss {
        padding:30px
    }

    .discuss:before {
        width: 50px;
        height: 70px
    }

    .discuss:after {
        display: none
    }

    .discuss .left-sec {
        flex-basis: 100%;
        text-align: center
    }

    .discuss .left-sec .btn-sec {
        justify-content: center
    }

    .discuss .right-sec {
        flex-basis: 100%;
        text-align: center;
        margin: 40px 0 0
    }
}

@media only screen and (max-width: 479px) {
    .discuss .right-sec {
        display:none
    }
}

.software-work .flex-1,.software-work .flex-1,.software-work .flex-2,.software-work .flex-3 {
    margin-top: 20px
}

.software-work .soft-wrap .sf-title {
    font-size: 25px;
    font-weight: 600;
    color: rgba(5,22,77,.9);
    display: block
}

.software-work .soft-wrap .soft-row {
    width: calc(100% + 10px);
    margin-left: -10px;
    margin-top: 20px
}

.software-work .soft-wrap .soft-row .soft-card {
    height: 100%;
    border-radius: 10px;
    border: 1.5px solid #ececec;
    margin: 0 10px;
    background: #fff;
    position: relative;
    padding: 25px;
    box-shadow: 0 4px 40px 0 rgba(237,246,255,.3)
}

.software-work .soft-wrap .soft-row .soft-card .card-header ul {
    margin: 0;
    list-style: none
}

.software-work .soft-wrap .soft-row .soft-card .card-header ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 23px;
    flex-basis: 100%;
    color: #666;
    display: none;
    transition: transform 0.5s ease
}

.software-work .soft-wrap .soft-row .soft-card .card-header ul li:nth-child(-n+2) {
    display: list-item
}

.software-work .soft-wrap .soft-row .soft-card .card-header ul li:before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(/images/icons/iconex.svg) 0 0 no-repeat;
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px
}

.software-work .soft-wrap .soft-row .soft-card .card-header.show-li {
    transition: transform 0.5s ease
}

.software-work .soft-wrap .soft-row .soft-card .card-header.show-li ul li {
    display: block;
    transition: transform 0.5s ease
}

.software-work .soft-wrap .soft-row .soft-card h3 {
    margin: 0 0 15px
}

.software-work .soft-wrap .soft-row .soft-card .expandable-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out
}

.software-work .soft-wrap .soft-row .soft-card .see-more-btn {
    background-color: transparent;
    border: none;
    color: #05164d;
    cursor: pointer;
    margin-top: 30px;
    font-weight: 500;
    display: flex;
    text-align: right;
    position: relative;
    justify-content: right;
    align-items: center;
    padding-right: 32px
}

.software-work .soft-wrap .soft-row .soft-card .see-more-btn:before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(/images/icons/know-more-arrow-icon.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0
}
.software-work .soft-wrap .soft-row .soft-card .see-more-btn:after {
    content: "";
    width: 24px;
    height: 24px;
    background: url(/images/icons/know-more-arrow-icon.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0
}
.software-work .soft-wrap .soft-row .soft-card .see-more-btn:hover:before {
    background: url() 0 0 no-repeat
}

.software-work .soft-wrap .soft-row .soft-card .see-more-btn.expanded-btn:before {
    background: url() 0 0 no-repeat
}

.software-work .soft-wrap .soft-row .soft-card .see-more-btn.expanded-btn:hover:before {
    background: url() 0 0 no-repeat
}

.software-work .soft-wrap .soft-row .soft-card:hover {
    border: 1.5px solid rgba(255,173,0,.3)
}

@media (max-width: 979px) {
    .software-work .flex-1,.software-work .flex-1,.software-work .flex-2,.software-work .flex-3 {
        flex-basis:50%
    }

    .software-work .soft-wrap .sf-title {
        font-size: 20px
    }

    .software-work .soft-wrap .soft-row {
        width: 100%;
        margin-left: 0
    }

    .software-work .soft-wrap .soft-row .soft-card {
        margin: 0 10px;
        padding: 20px
    }

    .software-work .soft-wrap .soft-row .soft-card .card-header h3 {
        margin: 0 0 15px
    }
}

@media (max-width: 767px) {
    .software-work .flex-1,.software-work .flex-1,.software-work .flex-2,.software-work .flex-3 {
        flex-basis:100%
    }

    .software-work .soft-wrap .soft-row {
        width: 100%;
        margin-top: 10px;
        margin-left: 0
    }

    .software-work .soft-wrap .soft-row .soft-card {
        margin: 0
    }
}

.client-img-section {
    background: #f8f8f8
}

.client-img-section .dis-flex {
    align-items: flex-start
}

.client-img-section .left-box {
    padding-right: 60px!important
}

.client-img-section .left-box h5 {
    color: #0a1747;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px
}

.client-img-section .left-box ul {
    margin-top: 30px
}

.client-img-section .left-box ul li {
    margin: 0 0 15px;
    position: relative;
    padding-left: 22px
}

.client-img-section .left-box ul li::before {
    content: "";
    background: url() no-repeat;
    width: 12px;
    height: 13px;
    position: absolute;
    top: 4px;
    left: 0
}

.client-img-section .left-box ul li:last-child {
    margin: 0
}

.client-img-section .left-box ul li sup {
    font-size: 10px;
    margin-left: 2px;
    margin-top: -4px
}

.client-img-section .left-box p {
    margin: 0 0 15px
}

.client-img-section .left-box .a-dotted {
    position: relative;
    color: rgba(255,255,255,.8);
    text-decoration: none
}

.client-img-section .left-box .a-dotted:after {
    content: '';
    width: 84px;
    height: 1px;
    border-bottom: 1px dotted rgba(255,255,255,.8);
    position: absolute;
    left: 0;
    bottom: 0
}

.client-img-section .right-box {
    flex-basis: 45%
}

.client-img-section .right-box .client-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 20px
}

.client-img-section .right-box .client-section .client-row {
    position: relative;
    overflow: hidden;
    height: 60px
}

.client-img-section .right-box .client-section .client-row .client-stack ul {
    display: flex;
    min-width: 150%;
    justify-content: space-around;
    column-gap: 15px;
    position: absolute
}

.client-img-section .right-box .client-section .client-row .client-stack ul li {
    border-radius: 8px;
    background: #fff;
    height: 60px;
    min-width: 125px;
    display: flex;
    align-items: center;
    justify-content: center
}

.client-img-section .right-box .client-section .client-row .client-stack ul li img {
    vertical-align: middle
}

.client-img-section .right-box .client-section .client-row .client-stack ul li:hover {
    color: #ffad00
}

.client-img-section .right-box .client-section .client-row .hover:hover {
    color: red
}

.client-img-section .right-box .award-sc {
    margin: 20px 0 0
}

.client-img-section .right-box .award-sc h5 {
    font-size: 15px;
    color: #0a1747
}

.client-img-section .right-box .award-sc .award-row {
    margin: 25px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.client-img-section .right-box .award-sc .award-row .award-col {
    flex-basis: 31%;
    cursor: pointer;
    text-align: center;
    padding: 5px;
    border: 1px solid rgba(221,221,221,.83);
    border-radius: 8px;
    background: #fff;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

.client-img-section .right-box .award-sc .award-row .award-col .aw-icon {
    min-height: 50px;
    margin: 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.client-img-section .right-box .award-sc .award-row .award-col .aw-icon img.normal-mode {
    display: block
}

.client-img-section .right-box .award-sc .award-row .award-col .aw-icon img.hover-mode {
    display: none
}

.client-img-section .right-box .award-sc .award-row .award-col p {
    font-size: 8px;
    line-height: 10px;
    color: #05164d;
    opacity: .8;
    font-weight: 500
}

.client-img-section .right-box .award-sc .award-row .award-col:hover {
    cursor: default;
    border-color: #ffad00
}

.client-img-section .right-box .award-sc .award-row .award-col:hover p {
    opacity: 1
}

.client-img-section .right-box .award-sc .award-row .award-col:hover .aw-icon img.normal-mode {
    display: none
}

.client-img-section .right-box .award-sc .award-row .award-col:hover .aw-icon img.hover-mode {
    display: block
}

.dark-client-section {
    background: #09143d
}

.dark-client-section .left-box h2 {
    color: #fff
}

.dark-client-section .left-box h5 {
    color: #ffb81d
}

.dark-client-section .left-box p {
    color: rgba(255,255,255,.8)!important
}

.dark-client-section .left-box ul li {
    color: rgba(255,255,255,.8)
}

.dark-client-section .left-box a {
    color: rgba(255,255,255,.8);
    text-decoration: underline
}

.dark-client-section .left-box a:hover {
    color: #fff;
    text-decoration: none
}

.dark-client-section .right-box .client-section .client-row .client-stack ul li {
    background: rgba(15,31,87,.7)
}

.dark-client-section .right-box .client-section .client-row .client-stack ul li img {
    vertical-align: middle
}

.dark-client-section .right-box .client-section .client-row .client-stack ul li:hover {
    color: #ffad00
}

.dark-client-section .right-box .award-sc h5 {
    color: #fff
}

.dark-client-section .right-box .award-sc .award-row .award-col {
    border: 1px solid rgba(4,17,66,.62);
    background: #101e55
}

.dark-client-section .right-box .award-sc .award-row .award-col .aw-icon img.normal-mode {
    display: block;
    opacity: .5
}

.dark-client-section .right-box .award-sc .award-row .award-col p {
    color: #fff;
    opacity: .5
}

.dark-client-section .right-box .award-sc .award-row .award-col:hover {
    border: 1px solid rgba(156,164,195,.37);
    cursor: default;
    background: #101e55
}

.dark-client-section .right-box .award-sc .award-row .award-col:hover p {
    opacity: 1
}

.dark-client-section .right-box .award-sc .award-row .award-col:hover .aw-icon img.normal-mode {
    display: block;
    opacity: 1
}

@keyframes slide_to_left {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

@keyframes slide_to_right {
    0% {
        transform: translateX(-50%)
    }

    to {
        transform: translateX(0)
    }
}

.award-animate-slide-to-left {
    animation: slide_to_left 15s linear infinite
}

.award-animate-slide-to-right {
    animation: slide_to_right 15s linear infinite
}

.hover\:pause:hover {
    animation-play-state: paused
}

@media only screen and (max-width: 991px) {
    .client-img-section .left-box {
        padding-right:0!important
    }

    .client-img-section .left-box ul {
        margin-top: 20px
    }

    .client-img-section .right-box {
        flex-basis: 100%;
        margin: 40px 0 0
    }
}

.counter-column-section.bg-dark {
    background: #0D184B
}

.counter-column-section .dis-flex .left-sec {
    flex-basis: 40%
}

.counter-column-section .dis-flex .right-sec {
    flex-basis: 50%
}

.counter-column-section .dis-flex .right-sec .cir-sec {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-direction: row;
    gap: 1rem;
    overflow: hidden
}

.counter-column-section .dis-flex .right-sec .cir-sec .cir-box {
    display: flex;
    width: 30%;
    justify-content: center
}

.counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap {
    width: 100%;
    padding: 10px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    position: relative;
    aspect-ratio: 1/1
}

.counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap .display {
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center
}

.counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap .paragraph {
    font-size: 14px;
    color: rgba(255,255,255,.55);
    font-weight: 600;
    text-align: center;
    line-height: 22px
}

.counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap .wheel-sc {
    position: absolute;
    line-height: 1.5rem;
    padding: 15px;
    overflow: visible;
    letter-spacing: 6px
}

.counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap .fill-text {
    fill: rgba(155,155,155,.29);
    font-size: 10px
}

.counter-column-section.bg-light {
    background: #f8f8f8
}

.counter-column-section.bg-light h2 {
    color: #05164d
}

.counter-column-section.bg-light .head-txt p {
    color: #3f3f3f!important
}

.counter-column-section.bg-light .dis-flex .right-sec .cir-sec .cir-box .text-wrap .display {
    color: #05164d
}

.counter-column-section.bg-light .dis-flex .right-sec .cir-sec .cir-box .text-wrap .paragraph {
    color: #3f3f3f
}

.counter-column-section.bg-light .btn-sec .btn {
    background: #05164d;
    border-color: #05164d
}

.counter-column-section.bg-light .btn-sec .btn:hover {
    border-color: #ffad00;
    background: #ffad00
}

@keyframes counterclockwise {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

.animate-spin-slow {
    animation: counterclockwise 22s linear infinite
}

@media only screen and (max-width: 991px) {
    .counter-column-section .dis-flex .left-sec {
        flex-basis:100%;
        text-align: center
    }

    .counter-column-section .dis-flex .left-sec .btn-sec {
        justify-content: center
    }

    .counter-column-section .dis-flex .right-sec {
        flex-basis: 100%;
        margin: 40px 0 0
    }

    .counter-column-section .dis-flex .right-sec .cir-sec {
        width: 100%
    }

    .counter-column-section .dis-flex .right-sec .cir-sec .cir-box {
        width: 28%
    }

    .counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap {
        padding: 30px;
        width: 100%
    }

    .counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap .display {
        margin: 0 0 5px
    }
}

@media only screen and (max-width: 767px) {
    .counter-column-section .dis-flex .right-sec .cir-sec .cir-box {
        width:30%
    }

    .counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap {
        padding: 10px
    }
}

@media only screen and (max-width: 479px) {
    .counter-column-section .dis-flex .right-sec .cir-sec {
        flex-direction:column;
        justify-content: center;
        gap: 20px
    }

    .counter-column-section .dis-flex .right-sec .cir-sec .cir-box {
        width: 55%;
        margin: 0 auto
    }

    .counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap {
        padding: 20px
    }
}




.software-cost .costing-outer .col-box {
    margin-top: 20px;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap
}

.software-cost .costing-outer .col-box .cost-card {
    width: 100%;
    overflow: hidden;
    transition: transform 0.3s ease,background-color 0.3s ease;
    height: 100%;
    border-radius: 10px;
    border: 1.5px solid #ececec;
    background: #fff;
    position: relative;
    padding: 25px;
    box-shadow: 0 4px 40px 0 rgba(237,246,255,.3);
    overflow: hidden;
    transition: transform 0.3s ease,background-color 0.3s ease
}

.software-cost .costing-outer .col-box .cost-card:after {
    content: "";
    width: 215px;
    height: 276px;
    background: url() 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0
}

.software-cost .costing-outer .col-box .cost-card h3 {
    margin: 0 0 10px
}

.software-cost .costing-outer .col-box .cost-card p {
    line-height: 24px
}

.software-cost .costing-outer .col-box .cost-card .normal-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: opacity 0.3s ease;
    padding: 20px
}

.software-cost .costing-outer .col-box .cost-card .normal-content .soft-img {
    margin: 0 0 20px;
    display: block
}

.software-cost .costing-outer .col-box .cost-card .hover-content {
    display: none;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    text-align: left;
    padding: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.software-cost .costing-outer .col-box .cost-card .hover-content.bg-royal-linear {
    background: linear-gradient(270deg, #5f18a6 21.77%, #b5177f);
}

.software-cost .costing-outer .col-box .cost-card .hover-content p {
    color: #fff
}

.software-cost .costing-outer .col-box .cost-card .hover-content h3 {
    color: #fff
}

.software-cost .costing-outer .col-box .cost-card .hover-content .btn-sec {
    margin: 10px 0 0;
    justify-content: left
}

.software-cost .costing-outer .col-box .cost-card .hover-content .btn-sec .btn {
    justify-content: left;
    font-size: 14px;
    padding: 12px 55px 12px 20px
}

.software-cost .costing-outer .col-box .cost-card .hover-content .btn-sec .btn.rounded:before {
    width: 38px;
    height: 38px;
    top: 2px;
    right: 2px;
    background-size: 15px;
    background-position: center right 11px
}

.software-cost .costing-outer .col-box .cost-card .hover-content .btn-sec .btn.rounded .text-white {
    line-height: initial
}

.software-cost .costing-outer .col-box .cost-card .hover-content .btn-sec .btn.rounded:hover:before {
    background: #ffad00 url() 0 0 no-repeat;
    background-position: center right 13px;
    background-size: 15px;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0
}

.software-cost .costing-outer .col-box .cost-card:hover {
    transform: translateY(-10px)
}

.software-cost .costing-outer .col-box .cost-card:hover .hover-content {
    display: flex;
    transition: opacity 0.3s ease;
    display: none
}

.software-cost .costing-outer .col-box .cost-card:hover .hover-content.bg-royal-linear {
    display: flex;
    transition: opacity 0.3s ease
}

.software-cost .costing-outer .col-box .cost-card:hover:after {
    opacity: 1
}

.software-cost .costing-outer .col-box .cost-card:hover .normal-content {
    opacity: 1;
    transition: opacity 0.3s ease
}

.software-cost .costing-outer .col-box .cost-card.no-hover.hover .hover-content {
    display: none
}

@media only screen and (max-width: 1320px) {
    .tech-stacks .col-box-outer .col-box {
        margin-top:40px;
        padding-right: 40px
    }

    .tech-stacks .col-box-outer .col-box:nth-child(3n) {
        padding-right: 0
    }

    .tech-stacks .col-box-outer .col-box .inner-box {
        padding-bottom: 35px
    }

    .tech-stacks .col-box-outer .col-box .inner-box ul {
        margin: 10px 0 0
    }

    .tech-stacks .col-box-outer .col-box .inner-box ul li {
        margin: 10px 10px 0 0
    }
}

@media only screen and (max-width: 991px) {
    .tech-stacks .col-box-outer .col-box {
        margin-top:30px;
        padding-right: 30px
    }

    .tech-stacks .col-box-outer .col-box:nth-child(3n) {
        padding-right: 30px
    }

    .tech-stacks .col-box-outer .col-box .inner-box {
        padding-bottom: 20px
    }

    .tech-stacks .col-box-outer .col-box .inner-box ul {
        margin: 20px 0 0
    }

    .tech-stacks .col-box-outer .col-box .inner-box ul li {
        display: inline-block
    }

    .tools-developer .card .box-3 {
        padding: 20px 20px;
        min-height: initial
    }

    .tools-developer .card .box-3 h3 {
        margin-bottom: 10px;
        padding: 0 0 15px
    }
}

@media only screen and (max-width: 767px) {
    .tech-stacks .col-box-outer .col-box {
        padding-right:0
    }

    .tech-stacks .col-box-outer .col-box:nth-child(3n) {
        padding-right: 0
    }

    .tech-stacks .col-box-outer .col-box .inner-box {
        padding-bottom: 20px;
        min-height: initial
    }

    .tech-stacks .col-box-outer .col-box .inner-box ul {
        margin: 20px 0 0
    }

    .tech-stacks .col-box-outer .col-box .inner-box ul li {
        display: inline-block;
        margin: 0 8px 8px 0
    }
}

.tailored-tech .tailored-out {
    justify-content: space-between;
    position: relative
}

.tailored-tech .tailored-out .left-section {
    flex-basis: 28%;
    padding: 50px 0
}

.tailored-tech .tailored-out .tailored-slider {
    flex-basis: 70%;
    width: 70%
}

.tailored-tech .tailored-out .tailored-slider .flex-3 {
    padding-right: 10px;
    margin-top: 20px;
    padding-left: 10px
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 {
    height: 100%;
    border-radius: 15px;
    padding: 20px;
    transition: all 0.3s ease-in-out;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 366px;
    cursor: pointer
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 .icon {
    display: block;
    margin: 0 0 15px
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 p {
    margin: 0 0 20px;
    color: #fff
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 h3 {
    margin: 0 0 15px;
    color: #fff;
    position: relative
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 h3:after {
    content: "";
    background: url() top center no-repeat;
    position: absolute;
    width: 18px;
    height: 11px;
    background-size: 100%;
    top: 12px;
    right: 0;
    display: inline-block;
    transition: all 0.3s ease-in-out
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 h3 a {
    color: #fff;
    position: relative
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 ul {
    margin: 0 0 20px
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 ul li:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #016be3;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 8px
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 .overlay-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    border-radius: 15px;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 20px rgba(0,0,0,.05)
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 .overlay-text h3 {
    color: #3f3f3f
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 .overlay-text h3:after {
    display: none
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 .overlay-text .over-img {
    position: relative
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 .overlay-text .over-img:after {
    content: "";
    background: url() top center no-repeat;
    position: absolute;
    width: 18px;
    height: 11px;
    background-size: 100%;
    top: 12px;
    right: 0;
    display: inline-block;
    transition: all 0.3s ease-in-out
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 .overlay-text .icon {
    width: auto;
    position: relative
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 .overlay-text p {
    color: #656565
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3:hover .overlay-text {
    opacity: 1
}

.tailored-tech .glider {
    width: 100%!important
}

.tailored-tech .glider-prev {
    background: url() no-repeat center;
    width: 36px;
    height: 36px;
    z-index: 9;
    top: 90%;
    font-size: 0;
    left: 0;
    transform: rotate(0);
    font-size: 0;
    border-radius: 100%;
    position: absolute;
    transform: rotate(180deg)
}

.tailored-tech .glider-next {
    background: url() no-repeat center;
    width: 36px;
    height: 36px;
    z-index: 9;
    left: 50px;
    top: 90%;
    font-size: 0;
    transform: rotate(0);
    font-size: 0;
    border-radius: 100%;
    position: absolute
}

@media only screen and (max-width: 1440px) {
    .tailored-tech .tailored-out .left-section {
        flex-basis:30%
    }

    .tailored-tech .tailored-out .tailored-slider {
        flex-basis: 65%;
        width: 65%
    }

    .tailored-tech .glider-next {
        top: 90%
    }

    .tailored-tech .glider-prev {
        top: 90%
    }
}

@media only screen and (max-width: 991px) {
    .tailored-tech .tailored-out {
        flex-wrap:wrap;
        padding-bottom: 80px
    }

    .tailored-tech .tailored-out .left-section {
        flex-basis: 100%;
        padding: 0;
        text-align: center
    }

    .tailored-tech .tailored-out .tailored-slider {
        flex-basis: 100%;
        margin: 20px 0 0;
        width: 100%
    }

    .tailored-tech .tailored-out .tailored-slider .flex-3 {
        padding-right: 5px;
        margin-top: 15px;
        padding-left: 5px
    }

    .tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 {
        border-radius: 10px;
        min-height: 300px;
        padding: 30px
    }

    .tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 p {
        margin: 0 0 15px
    }

    .tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 .overlay-text {
        border-radius: 10px;
        padding: 30px
    }

    .tailored-tech .glider-prev {
        bottom: 10px;
        top: auto;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .tailored-tech .glider-next {
        bottom: 10px;
        top: auto;
        left: 100px;
        right: 0;
        margin: 0 auto
    }
}

.development-phase-section .col-box-outer {
    justify-content: center
}

.development-phase-section .flex-6 {
    flex-basis: 16%;
    padding-right: 30px;
    position: relative
}

.development-phase-section .flex-6 .box {
    padding: 10px 10px 50px;
    border-radius: 35px;
    border: 1.963px solid rgba(0,0,0,.04);
    background: #f8f8f8;
    height: 100%;
    transition: all 0.3s ease-in-out;
    text-align: center;
    position: relative
}

.development-phase-section .flex-6 .box:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -15px;
    background: url(/images/icons/yellow-shape.png) no-repeat;
    width: 37px;
    height: 37px
}

.development-phase-section .flex-6 .box h4 {
    padding: 20px 10px;
    border-radius: 20px;
    background: rgb(255 241 246);
    color: #212121
}

.development-phase-section .flex-6 .box p {
    font-size: 14px;
    line-height: 160%;
    margin: 15px 0 0
}

.development-phase-section .flex-6 .box p a {
    display: inline
}

.development-phase-section .flex-6 .box p a:hover {
    text-decoration: underline
}

.development-phase-section .flex-6:nth-child(6n) {
    padding-right: 0
}

.development-phase-section .flex-6:before {
    content: "";
    position: absolute;
    left: 87px;
    top: -34px;
    background: url(/images/icons/dash-shape.png) no-repeat;
    width: 226px;
    height: 52px;
    background-size: 100%
}

.development-phase-section .flex-6:last-child:before {
    display: none
}

@media only screen and (max-width: 1440px) {
    .development-phase-section .flex-6 {
        padding-right:15px
    }

    .development-phase-section .flex-6 .box h4 {
        font-size: 16px
    }

    .development-phase-section .flex-6:before {
        width: 204px
    }
}

@media only screen and (max-width: 1320px) {
    .development-phase-section .flex-6 {
        padding-right:15px
    }

    .development-phase-section .flex-6 .box h4 {
        font-size: 16px;
        padding: 15px 8px
    }

    .development-phase-section .flex-6 .box h4 br {
        display: none
    }

    .development-phase-section .flex-6:before {
        width: 183px;
        left: 80px
    }
}

@media only screen and (max-width: 1024px) {
    .development-phase-section .flex-6 {
        flex-basis:33.33%;
        padding-bottom: 30px
    }

    .development-phase-section .flex-6 .box {
        padding: 10px 10px 30px
    }

    .development-phase-section .flex-6:nth-child(3n) {
        padding-right: 0
    }

    .development-phase-section .flex-6:nth-child(6n) {
        padding-right: 0
    }

    .development-phase-section .flex-6:before {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .development-phase-section .flex-6 {
        flex-basis:100%;
        padding-right: 0;
        padding-bottom: 30px
    }

    .development-phase-section .flex-6:nth-child(3n) {
        padding-right: 0
    }

    .development-phase-section .flex-6:nth-child(6n) {
        padding-right: 0
    }

    .development-phase-section .flex-6:before {
        display: none
    }
}

.glider {
    margin: 0 auto;
    position: relative;
    transform: translateZ(0);
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow: hidden
}

.glider::-webkit-scrollbar {
    opacity: 0;
    height: 0;
    display: none
}

.glider-contain {
    margin: 0 auto;
    position: relative;
    width: 100%
}

.glider-track {
    transform: translateZ(0);
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    z-index: 1
}

.glider-dot {
    border: 0;
    padding: 0;
    user-select: none;
    outline: 0;
    display: block;
    cursor: pointer;
    color: #ccc;
    border-radius: 999px;
    background: transparent;
    width: 12px;
    height: 12px;
    margin: 7px
}

.glider-dot:focus {
    background: #F76600
}

.glider-dot:hover {
    background: #F76600
}

.glider-prev,.glider-next {
    border: 0;
    padding: 0;
    user-select: none;
    outline: 0;
    position: absolute;
    z-index: 2;
    font-size: 30px;
    text-decoration: none;
    top: 40%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #212121;
    opacity: 1;
    line-height: 1;
    transition: opacity 0.5s cubic-bezier(.17,.67,.83,.67),color 0.5s cubic-bezier(.17,.67,.83,.67);
    width: 65px;
    height: 65px
}

.glider-next {
    right: 10px;
    background: url() 0 0 no-repeat;
    background-size: 100%
}

.glider-prev {
    background: url() 0 0 no-repeat;
    background-size: 100%
}

.glider.draggable {
    user-select: none;
    cursor: -webkit-grab;
    cursor: grab
}

.glider.draggable .glider-slide img {
    user-select: none;
    pointer-events: none
}

.glider.drag {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.glider-slide {
    user-select: none;
    justify-content: center;
    align-content: center;
    width: 100%;
    min-width: 150px
}

.glider-slide img {
    max-width: 100%
}

.glider-next.disabled,.glider-prev.disabled {
    opacity: .2;
    cursor: default
}

.glider-hide {
    opacity: 0
}

.glider-dots {
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 0
}

.glider-dot.active {
    background: #fff
}

.day .glider-next {
    background-position: -53px 0
}

.day .glider-prev {
    background-position: -53px 0
}

@media (max-width: 36em) {
    .glider::-webkit-scrollbar {
        opacity:1;
        -webkit-appearance: none;
        width: 7px;
        height: 3px
    }

    .glider::-webkit-scrollbar-thumb {
        opacity: 1;
        border-radius: 99px;
        background-color: rgba(156,156,156,.25);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.25);
        box-shadow: 0 0 1px rgba(255,255,255,.25)
    }
}

.hire-model-tab .hire-tabs-section .tab-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.hire-model-tab .hire-tabs-section .tab-nav {
    list-style-type: none;
    flex-basis: 100%;
    width: 100%;
    position: relative
}

.hire-model-tab .hire-tabs-section .tab-nav .tabs-slider {
    position: relative
}

.hire-model-tab .hire-tabs-section .tab-nav .tab-scroll {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 70px;
    justify-content: center
}

.hire-model-tab .hire-tabs-section .tab-nav .tab-scroll .tablist {
    padding: 0;
    margin: 0 5px
}

.hire-model-tab .hire-tabs-section .tab-nav .tab-scroll .tablist a {
    height: 100%;
    font-size: 18px;
    color: #414141;
    font-weight: 500;
    padding: 10px 35px;
    position: relative;
    display: inline-block;
    border-radius: 50px;
    cursor: pointer
}

.hire-model-tab .hire-tabs-section .tab-nav .tab-scroll .tablist:hover a {
    background: #e8e8e8
}

.hire-model-tab .hire-tabs-section .tab-nav .tab-scroll .tablist.active a {
    background: #e8e8e8
}

.hire-model-tab .hire-tabs-section .tab-nav .is-arrow {
    margin-left: 10px
}

.hire-model-tab .hire-tabs-section .bcontents {
    flex-basis: 100%;
    padding: 40px 50px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #05164D1A;
    background: linear-gradient(to bottom,#FFFDF6,#fff)
}

.hire-model-tab .hire-tabs-section .bcontents .tab-contents {
    display: none;
    text-align: center
}

.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex {
    align-items: center;
    justify-content: space-between
}

.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box {
    flex-basis: 48%;
    text-align: left
}

.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box h3 {
    margin: 0
}

.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box h4 {
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    color: #3f3f3f;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #dfdfdf
}

.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box p {
    margin: 0 0 20px
}

.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box p strong {
    color: #212121;
    font-weight: 500
}

.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box ul {
    margin: 0 0 20px
}

.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box ul li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative
}

.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box ul li:before {
    content: "";
    background: url() no-repeat center;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 2px
}

.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .image-box {
    flex-basis: 48%
}

.hire-model-tab .hire-tabs-section .bcontents .tab-contents.active {
    display: block
}

@media (max-width: 979px) {
    .hire-model-tab .hire-tabs-section .tab-nav .tab-scroll {
        padding:0 0 30px
    }

    .hire-model-tab .hire-tabs-section .tab-nav .tab-scroll .tablist {
        margin: 0 20px
    }

    .hire-model-tab .hire-tabs-section .tab-nav .tab-scroll .tablist a {
        font-size: 15px;
        padding: 10px 20px
    }

    .hire-model-tab .hire-tabs-section .bcontents {
        padding: 30px
    }

    .hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box h3 {
        margin: 0
    }

    .hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box h4 {
        font-size: 13px;
        margin: 0 0 16px;
        padding: 0 0 15px
    }

    .hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box p {
        margin: 0 0 15px
    }
}

@media (max-width: 767px) {
    .hire-model-tab .hire-tabs-section .tab-nav .tab-scroll {
        padding:0 0 20px
    }

    .hire-model-tab .hire-tabs-section .tab-nav .tab-scroll .tablist {
        margin: 5px
    }

    .hire-model-tab .hire-tabs-section .tab-nav .tab-scroll .tablist a {
        font-size: 14px;
        padding: 8px 15px
    }

    .hire-model-tab .hire-tabs-section .bcontents {
        padding: 20px
    }

    .hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box {
        flex-basis: 100%
    }

    .hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box ul li {
        padding-left: 25px
    }

    .hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .image-box {
        flex-basis: 100%
    }
}

.blog-column {
    background: #05164d
}

.blog-column.padding-b-150 {
    padding-bottom: 0
}

.blog-column .dis-flex {
    height: 100%
}

.blog-column .col-box {
    overflow: hidden
}

.blog-column .caseStudy {
    border: 1px solid #9b9b9b;
    padding: 4px 15px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #fff;
    display: inline-block;
    margin-bottom: 25px;
    border-radius: 5px
}

.blog-column h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.blog-column h2,.blog-column h3,.blog-column .clr-white {
    color: #fff
}

.blog-column p {
    line-height: 26px;
    margin: 20px 0;
    font-weight: 400;
    color: #9b9b9b;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.blog-column .img-box {
    position: relative;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease-in-out
}

.blog-column .img-box:hover {
    background-size: 130%
}

.blog-column .img-box .content-box {
    max-width: 740px
}

.blog-column .img1 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

.blog-column .img1:hover {
    background-size: cover
}

.blog-column .img2 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 120%
}

.blog-column .img3 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 120%
}

.blog-column .img4 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 120%
}

.blog-column .other-details {
    max-width: 340px;
    height: auto;
    color: #9b9b9b
}

.blog-column .other-details>div {
    margin-top: 15px
}

.blog-column .learn-more {
    color: #9b9b9b;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    transition: all 0.3s ease
}

.blog-column .learn-more .round-arrow-icon {
    background-position: 0 0;
    transition: all 0.3s ease
}

.blog-column .learn-more:hover .round-arrow-icon {
    background-position: 0 0;
    margin-left: 20px
}

.blog-column .flex-2 {
    padding-right: 0;
    transition: all 0.3s ease;
    overflow: hidden
}

.blog-column .flex-2:hover .img1 {
    transform: scale(1.05);
    transition: all 0.3s ease
}

.blog-column .flex-2:last-child {
    position: relative
}

.blog-column .flex-2:last-child .img2 {
    position: relative
}

.blog-column .flex-2:last-child .img2:before {
    content: "";
    background: rgba(4,12,23,.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.blog-column .flex-2:last-child .img2 .content-box {
    position: relative
}

.blog-column .content-box {
    padding: 40px
}

.blog-column .content-box.bg-light-theme {
    background: #05164d
}

@media only screen and (max-width: 1780px) {
    .blog-column .content-box {
        padding:30px
    }

    .blog-column .caseStudy {
        margin-bottom: 15px
    }

    .blog-column p {
        margin: 15px 0
    }

    .blog-column .learn-more {
        margin-top: 25px
    }

    .blog-column .other-details .flex-2 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }
}

@media only screen and (max-width: 1440px) {
    .blog-column p {
        margin:10px 0
    }

    .blog-column .content-box {
        padding: 30px 20px
    }
}

@media only screen and (max-width: 1320px) {
    .blog-column .img-box {
        background-size:cover
    }

    .blog-column:hover {
        background-size: 160%
    }

    .blog-column .img1:hover {
        background-size: cover
    }
}

@media only screen and (max-width: 1200px) {
    .blog-column .dis-flex {
        height:100%
    }

    .blog-column .content-box {
        flex-basis: 100%;
        max-width: 100%
    }

    .blog-column .img1,.blog-column .img4 {
        display: none
    }

    .blog-column .other-details {
        height: auto
    }
}

@media only screen and (max-width: 991px) {
    .blog-column .other-details .flex-2 {
        flex-basis:50%
    }

    .blog-column p {
        font-size: 16px
    }
}

@media only screen and (max-width: 767px) {
    .blog-column p {
        font-size:14px
    }

    .blog-column .content-box p {
        font-size: 14px
    }

    .blog-column .img2,.blog-column .img3 {
        background: none!important
    }

    .blog-column .content-box {
        border-top: 1px solid #3a3c56
    }
}

.tab-scroll-section ::-webkit-scrollbar {
    width: 6px;
    height: 78px;
    border-radius: 0;
    overflow: scroll
}

.tab-scroll-section ::-webkit-scrollbar-track {
    border-radius: 5px
}

.tab-scroll-section ::-webkit-scrollbar-thumb {
    background: #ffb81d;
    border-radius: 0
}

.tab-scroll-section ::-webkit-scrollbar-thumb:hover {
    background: #ffb81d
}

.tab-scroll-section h3 {
    color: #212121
}

.tab-scroll-section .tab-head {
    font-size: 24px;
    margin-bottom: 35px;
    display: block;
    font-weight: 300;
    text-transform: uppercase;
    color: #212121;
    margin-left: 20px
}

.tab-scroll-section .tab-sub-head {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    color: #212121
}

.tab-scroll-section .tab-nav {
    max-height: 400px;
    overflow-y: scroll;
    padding-right: 30px
}

.tab-scroll-section .tab-nav .tab-link {
    display: block;
    color: #656565;
    margin: 0 0 10px;
    text-decoration: none;
    line-height: 26px;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 500;
    border-right: 4px transparent solid;
    transition: all 0.2s ease-in-out
}

.tab-scroll-section .tab-nav .tab-link.is-active {
    color: #212121;
    background: rgba(255,173,0,.15)
}

.tab-scroll-section .tab-nav .tab-link.is-active,.tab-scroll-section .tab-nav .tab-link:hover {
    color: #212121;
    font-weight: 500;
    background: rgba(255,173,0,.15);
    position: relative
}

.tab-scroll-section .tab-content {
    padding-top: 40px
}

.tab-scroll-section .tab-content.is-active {
    display: block
}

.tab-scroll-section .tab-content p {
    margin: 30px 0 0
}

.tab-scroll-section .tab-content h4 {
    margin: 30px 0 0
}

.tab-scroll-section .left-tabs {
    flex-basis: 30%
}

.tab-scroll-section .right-tabs {
    flex-basis: 70%;
    padding-left: 55px
}

.tab-scroll-section ul li,.tab-scroll-section ol li {
    margin-top: 15px;
    position: relative;
    padding-left: 18px;
    line-height: 29px
}

.tab-scroll-section ul li:before,.tab-scroll-section ol li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #ffb81d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px
}

.tab-scroll-section table {
    border-collapse: collapse;
    width: 100%;
    margin: 20px 0 0
}

.tab-scroll-section td,.tab-scroll-section th {
    border: 1px solid #ddd;
    padding: 8px
}

.tab-scroll-section tr:nth-child(even) {
    background-color: #f2f2f2
}

.tab-scroll-section tr:hover {
    background-color: #ddd
}

.tab-scroll-section th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04aa6d;
    color: #fff
}

.tab-scroll-section ol {
    padding-left: 20px
}

.tab-scroll-section ol li {
    padding-left: 0
}

.tab-scroll-section ol li:before {
    display: none
}

.tab-scroll-section .sticky-tab {
    position: sticky;
    top: 100px
}

.tab-scroll-section .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.tab-scroll-section .alignleft {
    margin: 0 40px 40px 0
}

.tab-scroll-section .alignright {
    margin: 0 40px 40px 0
}

.tab-scroll-section img {
    margin: 40px 0
}

.tab-scroll-section .custom-banner {
    width: 100%;
    padding: 40px 50px;
    background: linear-gradient(180deg,#211f47 0%,#05164d 100%);
    border-radius: 10px;
    margin: 50px 0 0
}

.tab-scroll-section .custom-banner .dis-flex {
    justify-content: space-between;
    align-items: center
}

.tab-scroll-section .custom-banner .dis-flex .colleft {
    flex-basis: 60%
}

.tab-scroll-section .custom-banner .dis-flex .colleft .pb-heading {
    color: #fff;
    font-size: 20px;
    font-weight: 600
}

.tab-scroll-section .custom-banner .dis-flex .colleft p {
    margin: 10px 0 0;
    color: #9b9b9b
}

.tab-scroll-section .custom-banner .dis-flex .colrit {
    flex-basis: 25%;
    text-align: right
}

.tab-scroll-section .custom-banner .dis-flex .colrit .banner-btn {
    background: #ffad00;
    min-width: 228px;
    font-size: 18px;
    color: #1d1c39;
    padding: 15px 24px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    margin: 0;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500
}

.tab-scroll-section .custom-banner .dis-flex .colrit .banner-btn:hover {
    background: #fff;
    color: #253053
}

.tab-scroll-section .custom-banner .dis-flex .colrit .banner-btn .cusarrow-icon {
    position: relative
}

.tab-scroll-section .custom-banner .dis-flex .colrit .banner-btn .cusarrow-icon:after {
    content: "";
    margin-left: 12px;
    background: url() no-repeat;
    width: 11px;
    height: 17px;
    display: block;
    vertical-align: middle;
    margin-top: 1px
}

@media only screen and (max-width: 1600px) {
    .tab-scroll-section .tab-head {
        margin-bottom:30px
    }

    .tab-scroll-section .tab-content p {
        margin: 15px 0 0
    }

    .tab-scroll-section .tab-content h4 {
        margin: 15px 0 0
    }
}

@media only screen and (max-width: 1440px) {
    .tab-scroll-section .tab-sub-head {
        font-size:28px;
        line-height: 38px
    }

    .tab-scroll-section .custom-banner {
        padding: 35px 30px
    }

    .tab-scroll-section .custom-banner .dis-flex .colrit .banner-btn {
        min-width: 170px;
        font-size: 16px;
        padding: 10px 20px
    }
}

@media only screen and (max-width: 1320px) {
    .tab-scroll-section .tab-head {
        margin-bottom:20px
    }

    .tab-scroll-section .tab-sub-head {
        font-size: 26px;
        line-height: 36px
    }
}

@media only screen and (max-width: 1200px) {
    .tab-scroll-section .right-tabs {
        padding-left:30px
    }

    .tab-scroll-section .tab-nav {
        padding-right: 20px
    }

    .tab-scroll-section .tab-sub-head,.tab-scroll-section .tab-head {
        font-size: 22px
    }
}

@media only screen and (max-width: 991px) {
    .tab-scroll-section .tab-nav .tab-link {
        margin-bottom:15px;
        padding: 15px 15px
    }

    .tab-scroll-section .custom-banner {
        padding: 30px 25px;
        margin: 30px 0 0
    }

    .tab-scroll-section .custom-banner .dis-flex {
        text-align: center
    }

    .tab-scroll-section .custom-banner .dis-flex .colleft {
        flex-basis: 100%
    }

    .tab-scroll-section .custom-banner .dis-flex .colrit {
        flex-basis: 100%;
        margin: 20px 0 0
    }

    .tab-scroll-section .custom-banner .dis-flex .colrit ul,.tab-scroll-section .custom-banner .dis-flex .colrit .banner-btn {
        min-width: auto
    }

    .tab-scroll-section ol li:before {
        content: "";
        top: 8px
    }
}

@media only screen and (max-width: 767px) {
    .tab-scroll-section .right-tabs {
        padding-left:0;
        flex-basis: 100%;
        margin-top: 20px
    }

    .tab-scroll-section .right-tabs img {
        margin: 30px 0
    }

    .tab-scroll-section .left-tabs {
        flex-basis: 100%
    }

    .tab-scroll-section .tab-nav .tab-link {
        margin-bottom: 10px;
        line-height: 23px;
        padding: 5px 15px
    }

    .tab-scroll-section .tab-head,.tab-scroll-section .tab-sub-head {
        font-size: 20px
    }

    .tab-scroll-section .tab-sub-head {
        line-height: 30px
    }

    .tab-scroll-section .tab-content {
        padding-top: 30px
    }

    .tab-scroll-section .tab-content:first-child {
        padding-top: 0
    }

    .tab-scroll-section .tab-content p {
        line-height: 24px
    }

    .tab-scroll-section ul li,.tab-scroll-section ol li {
        padding-left: 15px;
        line-height: 24px
    }

    .tab-scroll-section ul li:before,.tab-scroll-section ol li:before {
        top: 7px
    }
}




.hero-section {
    padding: 117px 0 80px;
    background-size: cover;
    align-items: center;
    position: relative;
    display: flex;
    display: -webkit-flex;
    background-repeat: no-repeat;
    background-color: rgba(4,12,23,.7);
    min-height: 100vh
}

.hero-section .content-wrap {
    position: relative;
    z-index: 9;
    padding-top: 20px
}

.hero-section .content-wrap .dis-flex {
    align-items: center
}

.hero-section .content-wrap .margin-t-30 {
    margin-top: 30px
}

.hero-section .content-wrap .left-box {
    flex-basis: 60%
}

.hero-section .content-wrap .left-box p {
    line-height: 30px;
    color: rgba(252,252,252,.87);
    font-size: 18px;
    font-weight: 400
}

.hero-section .content-wrap .left-box p a {
    color: #fff
}

.hero-section .content-wrap .left-box p a:hover {
    text-decoration: underline
}

.hero-section .content-wrap .left-box ul {
    margin: 25px 0 0;
    list-style: none
}

.hero-section .content-wrap .left-box ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 23px;
    line-height: 26px;
    flex-basis: 100%;
    color: #bdb7b7
}

.hero-section .content-wrap .left-box ul li:before {
    content: "";
    width: 15px;
    height: 15px;
    background: url() 0 0 no-repeat;
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px
}

.hero-section .content-wrap .right-box {
    flex-basis: 33%;
    position: relative
}

.hero-section .content-wrap .right-box .card-box {
    width: 100%;
    text-align: center;
    position: relative;
    border: 1px solid #e0edff;
    border-radius: 10px;
    background: #fff;
    border-top: 4px solid #5f18a6;
}

.hero-section .content-wrap .right-box .card-box .card-top {
    padding: 20px 25px
}

.hero-section .content-wrap .right-box .card-box .card-top img {
    margin-top: -100px
}

.hero-section .content-wrap .right-box .card-box .card-top p {
    font-size: 14px;
    line-height: 21px;
    color: #414141;
    margin: 15px 0 0
}

.hero-section .content-wrap .right-box .card-box .card-top strong {
    font-weight: 500;
    color: #ffad00;
    font-style: italic
}

.hero-section .content-wrap .right-box .card-box .ratings {
    display: flex;
    flex-direction: row;
    border-radius: 0 0 10px 10px;
    justify-content: space-between;
    padding: 20px 25px;
    border-top: 1px solid rgba(0,0,0,.1);
    background: #f9f7f7
}

.hero-section .content-wrap .right-box .card-box .ratings .rating {
    flex-basis: 45%;
    position: relative;
    padding-right: 20px
}

.hero-section .content-wrap .right-box .card-box .ratings .rating:after {
    content: "";
    background: #bcbcbc;
    position: absolute;
    top: 0;
    right: -5px;
    width: 1px;
    height: 100%
}

.hero-section .content-wrap .right-box .card-box .ratings .rating img {
    margin: 0 0 5px;
    display: block
}

.hero-section .content-wrap .right-box .card-box .ratings .rating span {
    color: #131e29;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-align: left
}

.hero-section .content-wrap .right-box .card-box .ratings .rating strong {
    font-weight: 600;
    color: #131e29
}

.hero-section .content-wrap .right-box .card-box .ratings .rating:last-child {
    padding-right: 0
}

.hero-section .content-wrap .right-box .card-box .ratings .rating:last-child:after {
    display: none
}

.hero-section .content-wrap .right-box .card-box:before {
    content: "";
    width: 55px;
    height: 55px;
    background: url() 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    left: -23px;
    top: 20px
}

.hero-section .content-wrap .right-box .card-box:after {
    content: "";
    width: 60px;
    height: 60px;
    background: url() 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    right: -30px;
    bottom: 30px
}

.hero-section .content-wrap .right-box:before {
    content: "";
    width: 111px;
    height: 96px;
    background: url() 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    left: -72px;
    top: -58px
}

.hero-section .content-wrap .right-box .se-logo-box {
    margin: 20px 0 0;
    gap: 10px
}

.hero-section .content-wrap .right-box .se-logo-box .logo-box {
    width: 96px;
    height: 54px;
    display: inline-block;
    background-size: 100%
}

.hero-section .content-wrap .right-box .se-logo-box .logo-box.logo1 {
    background: url() 0 0 no-repeat
}

.hero-section .content-wrap .right-box .se-logo-box .logo-box.logo2 {
    background: url() 0 0 no-repeat
}

.hero-section .content-wrap .right-box .se-logo-box .logo-box.logo3 {
    background: url() 0 0 no-repeat
}

.hero-section .content-wrap .right-box .se-logo-box .logo-box.logo4 {
    background: url() 0 0 no-repeat
}

.hero-section:before {
    content: "";
    background: rgba(4,12,23,.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.flex-2:first-child {
    padding-right: initial
}


@media (max-width: 1440px) {
    .hero-section .content-wrap .right-box {
        flex-basis:37%
    }
}

@media (max-width: 1320px) {
    .hero-section .content-wrap .right-box {
        flex-basis:37%
    }
}

@media (max-width: 1180px) {
    .hero-section .content-wrap .right-box .card-box .card-top {
        padding:20px
    }

    .hero-section .content-wrap .right-box .card-box .ratings {
        padding: 15px
    }

    .hero-section .content-wrap .right-box .card-box:before {
        width: 45px;
        height: 45px
    }

    .hero-section .content-wrap .right-box .card-box:after {
        width: 40px;
        height: 40px;
        right: -14px;
        bottom: 83px
    }

    .hero-section .content-wrap .right-box .se-logo-box {
        gap: 5px
    }

    .hero-section .content-wrap .right-box .se-logo-box .logo-box {
        background-size: 100%!important;
        width: 82px;
        height: 48px
    }
}

@media (max-width: 979px) {
    .hero-section {
        padding:130px 0 50px;
        min-height: initial;
        background: linear-gradient(180deg,#211f47 0%,#05164d 100%)!important
    }

    .hero-section .content-wrap {
        padding-top: 0
    }

    .hero-section .content-wrap .dis-flex {
        align-items: center
    }

    .hero-section .content-wrap .margin-t-30 {
        margin-top: 30px
    }

    .hero-section .content-wrap .left-box {
        flex-basis: 100%
    }

    .hero-section .content-wrap .left-box ul {
        margin: 20px 0 0
    }

    .hero-section .content-wrap .right-box {
        flex-basis: 100%;
        margin: 80px 0 0
    }

    .hero-section .content-wrap .right-box .card-box .card-top img {
        margin-top: -65px
    }

    .hero-section .content-wrap .right-box .card-box:before {
        left: -15px
    }

    .hero-section .content-wrap .right-box:before {
        display: none
    }

    .hero-section .content-wrap .right-box .se-logo-box {
        justify-content: center
    }

    .hero-section .content-wrap .right-box .se-logo-box .logo-box {
        width: 77px;
        height: 46px
    }

    .hero-section:before {
        display: none
    }

    .hb-toc .hamburger {
        display: none
    }
}

@media (max-width: 767px) {
    .hero-section .content-wrap .margin-t-30 {
        margin-top:30px
    }

    .hero-section .content-wrap .left-box p {
        font-size: 16px;
        line-height: 27px
    }

    .hero-section .content-wrap .left-box ul li {
        line-height: 24px
    }

    .hero-section .content-wrap .right-box .card-box .card-top {
        padding: 15px 20px
    }

    .hero-section .content-wrap .right-box .card-box .ratings {
        padding: 15px 10px
    }

    .hero-section .content-wrap .right-box .card-box .ratings .rating {
        flex-basis: 47%;
        padding-right: 10px
    }

    .hero-section .content-wrap .right-box .card-box:before {
        width: 36px;
        height: 37px;
        left: -15px
    }

    .hero-section .content-wrap .right-box .se-logo-box {
        gap: 5px
    }

    .hero-section .content-wrap .right-box:before {
        display: none
    }

    .related-tags-section {
        text-align: center
    }

    .related-tags-section a {
        padding: 5px 15px
    }
}
.hero-section h1{
    text-align: left;
}
.hero-section p{
    text-align: left;
}
.sticky-column {
    position: sticky;
    top: 100px; /* Adjust this value to control the distance from the top */
    align-self: flex-start; /* Ensures it stays aligned to the top */
}
.service-section .software-work h2{
    text-align:center;
}