
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: "Lexend Deca",sans-serif;
    color: rgba(65,65,65,.9);
    font-size: 16px;
    line-height: 28px
}

html {
    scroll-behavior: smooth
}

h1 {
    font-size: 80px;
    line-height: 1.5;
    color: #ffb81d;
    font-weight: 600;
    margin-bottom: 15px
}

h2 {
    font-size: 46px;
    line-height: 58px;
    font-weight: 700;
    color: #110302;
    margin: 0 0 15px
}

h3 {
    font-size: 22px;
    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
}

a {
    color: rgba(65,65,65,.9);
    text-decoration: none
}

ul {
    list-style: none
}

ul li {
    color: rgba(65,65,65,.9);
    font-size: 16px;
    line-height: 26px
}

.container {
    width: 100%;
    max-width: 1660px;
    margin: 0 auto;
    padding: 0 20px
}

img {
    max-width: 100%;
    height: auto
}

section {
    position: relative
}

.light-theme {
    background: #f6f8fb;
}

.dark-theme {
    background: linear-gradient(270deg, #5f18a6 21.77%, #b5177f 100%);
}

.dark-theme .heading h2 {
    color: #fff
}

.dark-theme .heading h2::after {
    background: #fff
}

.dark-theme .heading p {
    color: #fff
}

.dark-theme .heading a {
    color: #fff
}

.width-100 {
    width: 100%
}

.dis-flex {
    display: flex;
    flex-wrap: wrap
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.item-end {
    align-items: flex-end
}

.align-right {
    text-align: right
}

.justify-sb {
    justify-content: space-between
}

.block {
    display: block
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

.flex-1 {
    flex-basis: 100%
}

.flex-2 {
    flex-basis: 50%
}

.flex-3 {
    flex-basis: 33.33%
}

.flex-4 {
    flex-basis: 25%
}

.flex-5 {
    flex-basis: 20%
}

.padding-t-120 {
    padding-top: 120px
}

.padding-b-120 {
    padding-bottom: 120px
}

.padding-t-70 {
    padding-top: 70px
}

.padding-b-70 {
    padding-bottom: 70px
}

.padding-t-60 {
    padding-top: 60px
}

.padding-b-60 {
    padding-bottom: 60px
}

.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
}

.margin-t-20 {
    margin-top: 20px
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.learn-more {
    color: #016be3;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    transition: all 0.3s ease-in-out
}

.learn-more::after {
    content: "";
    background: url(../../../../../../../../../themes/pixelcrayons/v4.0/assets/images/service/know-more-arrow-icon.png) top center no-repeat;
    position: relative;
    width: 15px;
    height: 11px;
    background-size: 100%;
    top: 0;
    left: 6px;
    display: inline-block;
    transition: all 0.3s ease-in-out
}

.learn-more:before {
    content: "";
    clear: both;
    display: block;
    background: #016be3;
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 16px);
    height: 1px;
    transition: all 0.3s ease-in-out;
    opacity: 0
}

.learn-more:hover:before {
    opacity: 1
}

.learn-more:hover::after {
    left: 10px
}

::placeholder {
    color: #737373;
    font-weight: 400
}

input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset!important
}

.cmn-btn {
    color: #016be3;
    border: 1.5px solid #016be3;
    border-radius: 3px;
    background: transparent;
    font-size: 18px;
    line-height: 36px;
    display: block;
    width: 100%;
    padding: 8px 0 12px;
    margin: 30px 0 0;
    cursor: pointer;
    transition: 0.3s all ease-in-out
}

.cmn-btn:hover {
    background-color: #016be3;
    color: #fff
}

.white-btn {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 14px 20px;
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    transition: 0.5s all ease-in-out
}

.white-btn:hover {
    background-color: #fff;
    color: #016be3;
    border: 1px solid #fff
}

.white-btn.blue {
    color: #016be3;
    border: 1.5px solid #016be3;
    font-weight: 500
}

.white-btn.blue:hover {
    background-color: #016be3;
    color: #fff
}

.white-btn.white {
    background-color: #fff;
    color: #000
}

.white-btn.white:hover {
    background-color: #016be3;
    color: #000;
    border: 1.5px solid #016be3
}

.heading h2 {
    position: relative;
    margin-bottom: 40px
}

.heading h2:after {
    content: "";
    background: #016be3;
    width: 80px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px
}

.heading p {
    width: 90%;
    margin: auto;
    font-size: 18px;
    color: #414141;
    line-height: 29px
}

.heading ul li {
    font-size: 18px;
    color: #414141;
    line-height: 29px
}

.get-started {
    background: #05247e
}

.get-started h2 {
    color: #fff
}

.get-started p {
    margin-top: 15px;
    color: #fff
}

.get-started p:first-child {
    margin-top: 0
}

.get-started p a {
    color: #fff
}

.breadcrumbs {
    position: relative;
    top: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    text-align: left;
    z-index: 2;
    font-weight: 500
}

.breadcrumbs a {
    display: inline-block;
    position: relative;
    color: rgba(197,197,215,.61);
    padding-right: 14px;
    transition: all 0.3s ease-in-out;
    text-decoration: none
}

.breadcrumbs a:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3px;
    width: 6px;
    height: 10px;
    background: url(../../../../../../../../../themes/pixelcrayons/v4.0/assets/images/breadcrumbs-arrow.png) 0 1px no-repeat;
    background-size: 100%
}

.breadcrumbs a:hover {
    color: #fff
}

.service-breadcrumbs {
    color: #016be3;
    margin-bottom: 30px
}

.service-breadcrumbs a {
    color: #253053;
    transition: all 0.3s ease-in-out
}

.service-breadcrumbs a:hover {
    color: #016be3
}

.for-home-client-logo {
    margin-top: 20px
}

.for-home-client-logo i {
    width: 98px;
    height: 59px;
    background: url(../../../../../../../../../themes/pixelcrayons/v4.0/assets/images/home/home-awards-icon.svg) 0 0 no-repeat;
    display: inline-block;
    background-size: cover
}

.for-home-client-logo i:nth-child(1) {
    background-position: 0 0
}

.for-home-client-logo i:nth-child(2) {
    background-position: -101px 0
}

.for-home-client-logo i:nth-child(3) {
    background-position: -203px 0
}

.for-home-client-logo i:nth-child(4) {
    background-position: -304px 0
}

.for-home-client-logo i:nth-child(5) {
    background-position: -406px 0
}

.body-pop {
    position: relative;
    overflow: hidden
}

.body-pop::after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: #656565;
    opacity: .8
}

.free-trail-pop-up {
    position: fixed;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999
}

.free-trail-pop-up.open-pop {
    display: grid
}

.free-trail-pop-up .pop-up-inner {
    background-color: #fff;
    text-align: center;
    max-width: 900px;
    margin: 0 auto
}

.free-trail-pop-up .pop-close {
    text-align: right;
    display: block;
    margin: 25px 25px 25px auto;
    color: #212121;
    background: url() 0 0 no-repeat;
    width: 18px;
    height: 18px;
    cursor: pointer
}

.free-trail-pop-up .pop-up-box {
    padding: 30px 100px 100px
}

.free-trail-pop-up h2 {
    color: #212121
}

.free-trail-pop-up p {
    margin-top: 10px;
    color: #656565
}

.free-trail-pop-up p:first-of-type {
    margin-top: 20px
}

.free-trail-pop-up .popup-green-btn {
    margin-top: 50px;
    padding: 23px 31px;
    color: #fff;
    background: #60b741;
    text-decoration: none;
    font-size: 20px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.free-trail-pop-up .popup-green-btn:hover {
    background-color: #ffb81d
}

.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 {
    padding: 0 0 100px;
    text-align: center
}

.top-section h6 {
    color: #016be3;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px
}

.top-section p {
    font-size: 18px
}

.top-section.text-left {
    padding: 0;
    text-align: left
}

.gradient-bg {
    background: linear-gradient(270deg,#0b147c 21.77%,#4b1bac 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: linear-gradient(270deg,#0b147c 21.77%,#4b1bac 100%);
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 50px;
    box-shadow: 0 10px 10px 0 #0000000d
}

.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: #016be3
}

.btn-container .cta-button.white {
    background: #fff;
    color: #05164d
}

.btn-container .cta-button.white:after {
    background: url() no-repeat
}

.btn-container .cta-button.white:hover {
    background: #016be3;
    color: #fff
}

.btn-container .cta-button.white:hover:after {
    background: url() no-repeat
}

.explore-btn {
    position: relative;
    color: #016be3;
    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
}

.ppc-badge {
    margin: 20px 0 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap
}

@media only screen and (max-width: 1780px) {
    .container {
        max-width:1520px
    }
}

@media only screen and (max-width: 1600px) {
    .container {
        max-width:1380px
    }

    .padding-t-120 {
        padding-top: 100px
    }

    .padding-b-120 {
        padding-bottom: 100px
    }

    .margin-t-100 {
        margin-top: 80px
    }

    .margin-t-80 {
        margin-top: 60px
    }

    .free-trail-pop-up .popup-green-btn {
        margin-top: 40px;
        padding: 14px 20px
    }

    .free-trail-pop-up .pop-up-box {
        padding: 10px 60px 70px
    }

    .free-trail-pop-up .pop-close {
        margin: 20px 20px 20px auto
    }

    .free-trail-pop-up .pop-up-inner {
        max-width: 900px
    }
}

@media only screen and (max-width: 1440px) {
    .container {
        max-width:1260px
    }

    h1 {
        font-size: 65px;
        line-height: 91px
    }
}

@media only screen and (max-width: 1320px) {
    .container {
        max-width:1120px
    }

    .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-t-70 {
        padding-top: 60px
    }

    .padding-b-70 {
        padding-bottom: 60px
    }

    .margin-t-80 {
        margin-top: 60px
    }

    .top-section {
        padding: 0 0 60px
    }
}

@media only screen and (max-width: 1024px) {
    .row {
        margin-left:0;
        margin-right: 0
    }

    .tools-developer .flex-4 {
        margin-top: 20px
    }
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size:45px;
        line-height: 55px
    }

    h2 {
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 15px
    }

    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
    }

    .flex-4 {
        flex-basis: 50%
    }

    .is-arrow {
        margin: 25px 0 0
    }

    .free-trail-pop-up .pop-up-inner {
        max-width: 700px
    }

    .free-trail-pop-up .pop-up-box {
        padding: 0 50px 50px
    }

    .free-trail-pop-up .green-btn {
        margin-top: 30px
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size:14px;
        font-family: sans-serif;
        line-height: 24px
    }

    ::placeholder,input,textarea {
        font-family: sans-serif
    }

    .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: 35px;
        line-height: 45px
    }

    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%
    }

    .heading h2 br {
        display: none
    }

    .heading h2:after {
        bottom: -15px
    }

    .heading p {
        width: 100%;
        font-size: 16px;
        line-height: 27px
    }

    .heading ul li {
        font-size: 16px;
        line-height: 27px
    }

    .cmn-btn {
        font-size: 16px;
        line-height: 28px
    }

    .white-btn {
        padding: 10px 20px
    }

    .glider {
        overflow: hidden
    }

    .service-breadcrumbs {
        margin-bottom: 10px
    }

    .breadcrumbs {
        top: 0
    }

    .free-trail-pop-up .pop-close {
        width: 14px;
        height: 14px;
        background-size: 100%;
        margin: 15px 20px 15px auto
    }

    .free-trail-pop-up .pop-up-box {
        padding: 0 15px 30px
    }

    .free-trail-pop-up p {
        font-size: 14px;
        line-height: 22px
    }

    .free-trail-pop-up p:first-of-type {
        margin-top: 10px
    }

    .free-trail-pop-up .green-btn {
        margin-top: 30px;
        padding: 12px 15px;
        font-size: 14px
    }

    .is-arrow {
        margin: 20px 0 0;
        font-size: 16px
    }

    .top-section {
        padding: 0 0 40px
    }

    .top-section p {
        font-size: 16px
    }

    .btn-container {
        margin-top: 20px
    }

    .btn-container .cta-button {
        padding: 12px 16px;
        font-size: 14px;
        display: inline-flex;
        align-items: center
    }
}

.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: #016be3;
    border-radius: 25px;
    padding: 36px 70px;
    text-align: center;
    position: relative
}

.popup-section .popup-wrapper .popWrap .popup-content h2 {
    color: #fff;
    font-weight: 600;
    font-size: 32px;
    margin: 0 0 8px;
    line-height: 40px
}

.popup-section .popup-wrapper .popWrap .popup-content h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 15px;
    color: #fff
}

.popup-section .popup-wrapper .popWrap .popup-content p {
    color: #fff
}

.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 #fff;
    margin: 15px auto 0;
    padding: 15px 20px;
    font-weight: 500;
    color: #fff;
    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: #fff;
    color: #05164d;
    border-color: #fff
}

.popup-section .popup-wrapper .popWrap .popup-content .closeicon {
    cursor: pointer;
    position: absolute;
    right: 18px;
    top: 10px;
    background: none
}

.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
    }
}

.header-two {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px 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: 25%;
    align-items: center
}

.header-two .header-item-left .large {
    transition: all 0.7s ease-in-out;
    margin-top: -15px
}

.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: 75%;
    display: flex;
    justify-content: end;
    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: 18px;
    line-height: 20px;
    padding: 0 15px 35px;
    border: none;
    outline: none;
    color: #fff;
    transition: color 0.3s ease
}

.header-two .header-item-right .menu ul li.menu-item-has-children a.active:after {
    content: "";
    background: #016be3;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -4px;
    opacity: 1;
    z-index: 9
}

.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: auto;
    right: 23%;
    width: 400px;
    padding: 25px;
    border-radius: 15px
}

.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;
    font-size: 16px;
    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: #eff6ff
}

.header-two .header-item-right .menu ul li .menu-mega.small-menu.company-menu {
    width: 340px;
    left: auto;
    right: 7%
}

.header-two .header-item-right .menu ul li .menu-mega.indus-menu {
    width: 790px;
    left: auto;
    right: 2%;
    border-radius: 15px;
    overflow: hidden
}

.header-two .header-item-right .menu ul li .menu-mega.indus-menu.ind-full {
    width: 1200px
}

.header-two .header-item-right .menu ul li .menu-mega.indus-menu a {
    font-weight: 400!important;
    font-size: 14px;
    line-height: 20px;
    color: rgba(65,65,65,.8)!important;
    display: block;
    padding: 10px 10px 10px 70px;
    border-radius: 10px;
    background: transparent
}

.header-two .header-item-right .menu ul li .menu-mega.indus-menu a .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #414141;
    display: block;
    transition: all 0.3s ease-in-out;
    margin-bottom: 2px
}

.header-two .header-item-right .menu ul li .menu-mega.indus-menu a img {
    position: absolute;
    left: 10px;
    top: 10px
}

.header-two .header-item-right .menu ul li .menu-mega.indus-menu a:hover {
    background: #eff6ff
}

.header-two .header-item-right .menu ul li .menu-mega.indus-menu .flex-2,.header-two .header-item-right .menu ul li .menu-mega.indus-menu .flex-3 {
    padding: 25px
}

.header-two .header-item-right .menu ul li .menu-mega.indus-menu .flex-2:last-child,.header-two .header-item-right .menu ul li .menu-mega.indus-menu .flex-3:last-child {
    background: #f8f8fb
}

.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: #414141;
    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: #eff6ff
}

.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: #414141;
    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: #414141
}

.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 .menu-column.menu-scroll {
    overflow-x: scroll;
    padding-left: 10px;
    flex-wrap: nowrap
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.menu-scroll .flex-3 {
    min-width: 33.33%
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.menu-scroll::-webkit-scrollbar {
    height: 8px;
    width: 8px
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.menu-scroll::-webkit-scrollbar-track {
    background: #e5e5e5
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.menu-scroll::-webkit-scrollbar-thumb {
    background-color: #016be3;
    border-radius: 20px;
    border: none
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.menu-scroll::-webkit-scrollbar-thumb:hover {
    background-color: #414141
}

.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: rgba(65,65,65,.8);
    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: #eff6ff
}

.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: #016be3;
    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(../../../../../../../../../themes/pixelcrayons/v4.0/assets/header-images/arrow.svg) 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 .double-menu a {
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .double-menu a.op0 {
    opacity: 0
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .double-menu a:hover {
    color: #016be3;
    text-decoration: underline
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .double-menu a.top-head {
    padding: 10px
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .double-menu a.top-head:hover {
    text-decoration: none
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .double-menu.margin-t-15 {
    margin-top: 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: 25%;
    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-top: 0
}

.header-two .header-item-right .cta-wrap .btn-container .cta-button {
    padding: 10px 16px;
    margin-left: 20px
}

.header-two .header-item-right .cta-wrap .btn-container .cta-button:hover {
    background: #016be3;
    color: #fff
}

.header-two .header-item-right .cta-wrap .btn-container .cta-button:hover:after {
    background: url() no-repeat
}

.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-item-right .cta-wrap.small-reso .btn-container {
    margin-top: 0
}

.header-two .header-item-right .cta-wrap.small-reso .btn-container .cta-button {
    margin-left: 0
}

.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: #414141
}

.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: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: #414141
}

.header-two:hover .header-item-right .cta-wrap .btn-sec .btn {
    border-color: rgba(5,22,77,.08)
}

.header-two.header-bg .header-item-right .cta-wrap .btn-container .cta-button {
    background: linear-gradient(270deg,#0b147c 21.77%,#4b1bac 100%);
    color: #fff
}

.header-two.header-bg .header-item-right .cta-wrap .btn-container .cta-button:hover {
    background: #016be3
}

.header-two.header-bg .header-item-right .cta-wrap .btn-container .cta-button:after {
    background: url() no-repeat
}

@media screen and (max-width: 1700px) {
    .header-two .container {
        max-width:100%
    }
}

@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: 16px
    }

    .header-two .header-item-right .menu ul li .menu-mega.small-menu a {
        font-size: 15px
    }

    .header-two .header-item-right .menu ul li .menu-mega.indus-menu.ind-full {
        width: 83%
    }

    .header-two .header-item-right .menu ul li .menu-mega.indus-menu a {
        font-size: 13px
    }

    .header-two .header-item-right .menu ul li .menu-mega.indus-menu a .title {
        font-size: 15px;
        line-height: 22px
    }

    .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
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .double-menu a {
        font-size: 14px;
        margin-bottom: 0;
        padding-top: 5px;
        padding-bottom: 5px
    }
}

@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-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 .tab-content .double-menu a {
        margin-bottom: 0;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 13px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .double-menu a.top-head {
        padding: 8px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content.hire-tabs .other-menu {
        padding-left: 12px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content.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 .tab-content.hire-tabs .other-menu:after {
        right: -50px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content.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 .tab-content.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 .tab-content.hire-tabs .other-menu .menu-column a .menuicon {
        width: 25px;
        height: 25px
    }

    .header-two .header-item-right .menu ul li .menu-mega.indus-menu a {
        font-size: 13px
    }

    .header-two .header-item-right .menu ul li .menu-mega.indus-menu a .title {
        font-size: 14px;
        line-height: 20px
    }
}

@media screen and (max-width: 1139px) {
    .header-two {
        position:fixed;
        top: 0;
        width: 100%;
        background: #05247e;
        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;
        margin-top: -10px
    }

    .header-two .header-item-left .large img {
        max-width: 190px
    }

    .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: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;
        right: 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;
        right: 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: #eff6ff
    }

    .header-two .header-item-right .menu ul li .menu-mega.indus-menu {
        width: 100%;
        left: auto
    }

    .header-two .header-item-right .menu ul li .menu-mega.indus-menu.ind-full {
        left: auto;
        right: auto;
        width: 100%
    }

    .header-two .header-item-right .menu ul li .menu-mega.indus-menu a {
        font-size: 13px;
        padding: 10px 10px 10px 60px;
        line-height: 20px
    }

    .header-two .header-item-right .menu ul li .menu-mega.indus-menu a .title {
        font-size: 15px;
        line-height: 20px
    }

    .header-two .header-item-right .menu ul li .menu-mega.indus-menu .flex-2,.header-two .header-item-right .menu ul li .menu-mega.indus-menu flex-3 {
        flex-basis: 100%;
        padding: 20px
    }

    .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: #414141
    }

    .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: rgba(65,65,65,.8);
        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: #eff6ff
    }

    .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 .tab-content .double-menu {
        margin: 0 0 20px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .double-menu.margin-t-15 {
        margin: 0 0 20px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .double-menu a {
        margin-bottom: 0;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 15px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .double-menu a.op0 {
        display: none
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .double-menu a.top-head {
        padding: 8px
    }

    .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: #05247e;
        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;
        text-align: center;
        margin: 30px auto
    }

    .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: #05247e
    }

    .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: #05247e
    }

    .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)
    }

    .header-two.header-bg .header-item-right .cta-wrap .btn-container .cta-button {
        background: #fff;
        color: #05164d
    }

    .header-two.header-bg .header-item-right .cta-wrap .btn-container .cta-button:hover {
        background: #016be3
    }

    .header-two.header-bg .header-item-right .cta-wrap .btn-container .cta-button:after {
        background: url() no-repeat
    }

    .header-two.header-bg .header-item-right .cta-wrap .btn-container .cta-button:hover:after {
        background: url() no-repeat
    }
}

.client-img-section .left-box {
    padding-right: 60px
}

.client-img-section .left-box .heading h5 {
    color: #016be3;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 10px
}

.client-img-section .left-box .heading h2:after {
    right: auto;
    bottom: -20px
}

.client-img-section .left-box .heading p {
    width: 100%;
    margin: 0 0 20px
}

.client-img-section .left-box .heading ul {
    margin-top: 30px
}

.client-img-section .left-box .heading ul li {
    margin: 0 0 8px;
    position: relative;
    padding-left: 22px
}

.client-img-section .left-box .heading ul li::before {
    content: "";
    background: url(/images/icons/check-list.png) no-repeat;
    width: 19px;
    height: 19px;
    position: absolute;
    top: 6px;
    left: 0
}

.client-img-section .left-box .heading ul li:last-child {
    margin: 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: 80px
}

.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 {
    height: 80px;
    min-width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    border: 1.376px solid rgba(221,221,221,.83);
    background: #fff
}

.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: #ffb81d
}

.client-img-section .right-box .client-section .client-row .hover:hover {
    color: red
}

.client-img-section .right-box .award-sc .award-wrap {
    position: relative;
    overflow: hidden;
    height: 95px;
    margin: 25px 0 0
}

.client-img-section .right-box .award-sc .award-wrap h5 {
    font-size: 15px;
    color: #0a1747;
    font-weight: 500
}

.client-img-section .right-box .award-sc .award-wrap .award-row ul {
    display: flex;
    min-width: 150%;
    justify-content: space-around;
    column-gap: 15px;
    position: absolute
}

.client-img-section .right-box .award-sc .award-wrap .award-row ul li {
    height: 90px;
    min-width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    border: 1.376px solid rgba(221,221,221,.83);
    background: #fff
}

.client-img-section .right-box .award-sc .award-wrap .award-row ul li .aw-icon {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.client-img-section .right-box .award-sc .award-wrap .award-row ul li .aw-icon img {
    vertical-align: middle
}

.client-img-section .right-box .award-sc .award-wrap .award-row ul li:hover {
    background: #fff;
    cursor: default;
    border-color: #016be3
}

@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 {
        flex-basis:100%;
        padding-right: 0
    }

    .client-img-section .left-box .heading h2 {
        text-align: center
    }

    .client-img-section .left-box .heading h2:after {
        right: 0
    }

    .client-img-section .left-box .heading p {
        text-align: center
    }

    .client-img-section .left-box ul {
        margin-top: 20px
    }

    .client-img-section .right-box {
        flex-basis: 100%;
        margin: 40px 0 0
    }
}

.counter-column-section {
    background: linear-gradient(270deg, #5f18a6 21.77%, #b5177f 100%);
}

.counter-column-section.bg-dark {
    background: #5f18a6;
}

.counter-column-section .dis-flex .left-sec {
    flex-basis: 40%
}

.counter-column-section .dis-flex .left-sec .heading h2 {
    color: #fff
}

.counter-column-section .dis-flex .left-sec .heading h2:after {
    background: #fff;
    right: auto;
    bottom: -10px
}

.counter-column-section .dis-flex .left-sec .heading p {
    color: #fff;
    width: 100%;
    margin: 0 0 20px
}

.counter-column-section .dis-flex .right-sec {
    flex-basis: 45%
}

.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: 500;
    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: .625em;
    padding: 15px;
    overflow: visible;
    letter-spacing: 6px
}

.counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap .fill-text {
    fill: rgba(255,255,255,.4);
    font-size: 10px
}

@keyframes counterclockwise {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

.animate-spin-slow {
    animation: counterclockwise 22s linear infinite
}

@media only screen and (max-width: 1024px) {
    .counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap .display {
        font-size:18px
    }

    .counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap .paragraph {
        line-height: 18px
    }
}

@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 .heading h2:after {
        right: 0
    }

    .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
    }
}

.table-list-section .col-box-outer {
    border: 1px solid rgba(65,65,65,.05);
    border-radius: 10px;
    overflow: hidden;
    border-right: 0
}

.table-list-section .table-list .title {
    font-size: 18px;
    font-weight: 500;
    min-height: 90px
}

.table-list-section .table-list .title .sub-title {
    font-size: 14px;
    font-weight: 400;
    display: block;
    width: 100%;
    opacity: .8;
    line-height: 1
}

.table-list-section .table-list .title.pxttl {
    background: #016be3;
    color: #fff
}

.table-list-section .table-list li {
    border-bottom: 1px solid rgba(65,65,65,.05);
    border-right: 1px solid rgba(65,65,65,.05);
    background: #fff;
    padding: 13px 5px;
    list-style: none;
    text-align: center;
    min-height: 80px;
    display: flex;
    color: #414141;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.table-list-section .table-list li:nth-child(n+7) {
    display: none
}

.table-list-section .table-list li:last-child {
    border-bottom: 0
}

.table-list-section .table-list li:nth-child(2n) {
    background: #FBFCFF
}

.table-list-section .table-list:first-child ul li {
    text-align: left;
    padding-left: 20px;
    justify-content: flex-start;
    font-weight: 500;
    color: #414141
}

.table-list-section .view-more a {
    min-width: 144px;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,.08);
    background: #fff;
    padding: 15px 20px;
    display: inline-block;
    font-weight: 500;
    color: #016be3;
    position: relative
}

.table-list-section .view-more a:after {
    content: "";
    width: 16px;
    height: 9px;
    background: url() no-repeat center;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.3s ease;
    background-size: 100%;
    margin-top: -2px
}

.table-list-section .view-more a:hover {
    background: #FBFCFF;
    border-color: #016be3
}

.table-list-section.show-all .table-list li:nth-child(n) {
    display: flex
}

@media only screen and (max-width: 1600px) {
    .table-list-section .table-list:first-child ul li {
        padding-left:26px
    }
}

@media only screen and (max-width: 991px) {
    .table-list-section .table-list:first-child ul li {
        padding-left:15px
    }
}

@media only screen and (max-width: 767px) {
    .table-list-section .col-box-outer {
        border-right:0;
        flex-wrap: nowrap;
        border-radius: 0
    }

    .table-list-section .table-list {
        flex-basis: 25%
    }

    .table-list-section .table-list:first-child ul li {
        padding-left: 5px
    }

    .table-list-section .table-list .title {
        min-height: 80px
    }

    .table-list-section .table-list li {
        font-size: 12px;
        padding: 0 5px;
        line-height: 20px;
        min-height: 80px
    }

    .table-list-section .table-list .title {
        font-size: 12px;
        line-height: 1.5
    }

    .table-list-section .table-list .title .sub-title {
        display: none
    }

    .table-list-section .view-more a {
        padding: 10px 15px
    }
}

.gets-started {
    background: #5f18a6;
}

.gets-started .left-sec {
    flex-basis: 50%;
    padding: 60px 0
}

.gets-started .left-sec h2 {
    color: #fff
}

.gets-started .left-sec h2:after {
    right: auto;
    background: #fff
}

.gets-started .left-sec p {
    color: #fff;
    width: 100%;
    opacity: .8
}

.gets-started .left-sec p a {
    text-decoration: underline;
    color: #fff
}

.gets-started .left-sec p a:hover {
    text-decoration: none;
    opacity: 1
}

.gets-started .right-sec {
    flex-basis: 48%;
    position: relative
}

.gets-started .right-sec img {
    display: block;
    margin-bottom: -2px
}

.gets-started .button-section {
    display: flex;
    align-items: baseline;
    position: relative;
    flex-wrap: wrap
}

.gets-started .button-section .nccr {
    font-size: 13px;
    display: block;
    margin: 20px 0 0;
    text-align: center
}

.gets-started .button-section .devide {
    padding: 0 10px;
    display: inline-block;
    position: relative;
    color: #fff;
    opacity: .3;
    font-size: 12px
}

.gets-started .button-section .devide:before {
    content: "";
    clear: both;
    display: block;
    width: 1px;
    height: 16px;
    position: absolute;
    background: #fff;
    top: -20px;
    left: 19px;
    opacity: .3
}

.gets-started .button-section .devide:after {
    content: "";
    content: "";
    clear: both;
    display: block;
    width: 1px;
    height: 16px;
    background: #fff;
    position: absolute;
    bottom: -20px;
    left: 19px;
    opacity: .3
}

.gets-started .button-section .free-con a {
    color: #fff;
    opacity: .7;
    text-decoration: underline
}

.gets-started .button-section .free-con a:hover {
    opacity: 1;
    text-decoration: none
}

.gets-started .button-section .info-wrap {
    color: rgba(255,255,255,.7);
    font-weight: 500;
    font-size: 13px;
    margin: 8px 0 0
}

.gets-started .button-section .info-wrap .info:after {
    top: 0
}

.gets-started .button-section .info-wrap .info .info-content {
    top: 28px
}

@media only screen and (max-width: 1366px) {
    .gets-started .left-sec {
        flex-basis:50%
    }

    .gets-started .right-sec {
        flex-basis: 45%
    }

    .gets-started .right-sec img {
        bottom: 0;
        margin-bottom: -2px;
        position: absolute
    }
}

@media only screen and (max-width: 991px) {
    .gets-started .left-sec {
        flex-basis:100%;
        text-align: center;
        padding: 40px 0
    }

    .gets-started .left-sec h2:after {
        right: 0
    }

    .gets-started .right-sec {
        display: none
    }

    .gets-started .button-section {
        justify-content: center
    }
}

@media only screen and (max-width: 767px) {
    .gets-started .button-section .btn-div {
        flex-basis:100%;
        text-align: center
    }

    .gets-started .button-section .devide {
        width: 100%;
        text-align: center;
        padding: 5px
    }

    .gets-started .button-section .devide:before {
        width: 16px;
        height: 1px;
        display: inline-block;
        position: initial;
        margin-right: 5px;
        vertical-align: middle
    }

    .gets-started .button-section .devide:after {
        width: 16px;
        height: 1px;
        display: inline-block;
        position: initial;
        margin-left: 5px;
        vertical-align: middle
    }
}

.image-content .outer-box .content-box {
    flex-basis: 40%
}

.image-content .outer-box .content-box h3 {
    margin: 35px 0 10px;
    position: relative
}

.image-content .outer-box .content-box ul li {
    margin: 10px 0 0;
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
    font-weight: 400
}

.image-content .outer-box .content-box ul li:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #016be3;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 8px
}

.image-content .outer-box .content-box .dotted-heading h3 {
    padding-left: 18px
}

.image-content .outer-box .content-box .dotted-heading h3:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 9px;
    background: #016be3;
    border-radius: 50%
}

@media (max-width: 1920px) {
    .image-content .outer-box .image-box {
        text-align:center
    }
}

@media (max-width: 991px) {
    .image-content .outer-box .image-box {
        margin:20px 0
    }

    .image-content .outer-box .content-box {
        flex-basis: 100%
    }

    .image-content .outer-box .content-box h3 {
        margin: 30px 0 10px
    }

    .image-content .outer-box .content-box .dotted-heading h3:before {
        top: 6px
    }
}

.page-id-1051 .tools-developer .card .box-3 h3 {
    min-height: 30px
}

.page-id-1579 .tools-developer .hideborder {
    text-align: center;
    justify-content: center
}

.page-id-1579 .tools-developer .card .box-3 {
    min-height: auto
}

.page-id-1579 .tools-developer .flex-3 {
    margin-top: 0
}

.tools-developer .flex-1,.tools-developer .flex-1,.tools-developer .flex-2,.tools-developer .flex-3 {
    margin-top: 20px
}

.tools-developer .card {
    height: 100%;
    border-radius: 10px;
    border: 1.5px solid #ececec;
    margin: 0 10px;
    background: #fff;
    box-shadow: 0 4px 40px 0 rgba(237,246,255,.3)
}

.tools-developer .card.no-bg {
    background-color: transparent
}

.tools-developer .card .box-3 {
    padding: 30px 20px;
    min-height: 153px;
    transition: all 0.3s ease-in-out
}

.tools-developer .card .box-3 h3 {
    margin-bottom: 15px;
    padding: 0 0 15px;
    border-bottom: 2px solid rgba(65,65,65,.1)
}

.tools-developer .card .box-3 h3 a {
    opacity: 1;
    color: #414141
}

.tools-developer .flex-1 .box-3 {
    min-height: auto
}

.tools-developer.technology-stack .card {
    background-color: transparent
}

.tools-developer.technology-stack h3 {
    font-size: 18px
}

.tools-developer.fullwidth .flex-2:last-child,.tools-developer.fullwidth .flex-3:last-child {
    flex-basis: 100%
}

.tech-stack-list ul {
    margin: 8px 0 0
}

.tech-stack-list ul li {
    border: 1px solid rgba(65,65,65,.2);
    border-radius: 10px;
    padding: 4px 9px;
    display: inline-block;
    margin: 12px 12px 0 0;
    line-height: 22px;
    text-align: center;
    color: rgba(65,65,65,.9);
    font-weight: 400;
    position: relative;
    z-index: 1
}

.tech-stack-list ul li a {
    color: rgba(65,65,65,.9);
    display: block
}

.tech-stack-list ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: -1
}

.tech-stack-list ul li a:hover {
    color: #fff;
    border-color: #016be3
}

.tech-stack-list ul li a:hover:after {
    background: #016be3
}

.tech-stack-list .flex-3.has-anchor {
    transition: all 0.3s ease-in-out;
    display: block
}

.tech-stack-list .flex-3.has-anchor:hover .box-3 {
    border: 1px solid rgba(1,107,227,.22);
    box-shadow: 0 4px 40px 0 rgba(237,246,255,.3);
    border-radius: 5px;
    cursor: pointer
}

.tech-stack-list .flex-3.has-anchor:hover .box-3 h3 a {
    color: #016be3
}

@media (max-width: 991px) {
    .tools-developer .card .box-3 {
        padding:20px 20px;
        min-height: initial
    }

    .tools-developer .card .box-3 h3 {
        margin-bottom: 10px;
        padding: 0 0 15px
    }

    .tech-stack-list ul {
        margin: 8px 0 0
    }

    .tech-stack-list ul li {
        padding: 3px 9px;
        margin: 10px 10px 0 0
    }
}

.process-work {
    background: linear-gradient(to left,#fbfbfb 50%,#05247E 50%);
    position: relative
}

.process-work .head-txt {
    text-align: left;
    margin: 0 0 50px
}

.process-work .head-txt h2 {
    margin: 0 0 15px
}

.process-work .col-left .head-txt {
    margin: 0 0 100px
}

.process-work .col-left .head-txt h2 {
    color: #fff
}

.process-work .col-left .head-txt p {
    color: #fff
}

.process-work .col-right {
    padding-left: 50px
}

.process-work .col-right .head-txt h2 {
    color: #05164d
}

.process-work .col-right .head-txt p {
    color: #3f3f3f
}

.process-work .process-step {
    position: relative
}

.process-work .process-step:after {
    content: '';
    background: url() no-repeat center;
    width: 212px;
    height: 448px;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-size: 100%
}

.process-work .process-step .step-sec {
    margin-top: -20px;
    position: relative;
    justify-content: right
}

.process-work .process-step .step-sec .step-wrap {
    display: flex;
    flex-basis: 280px;
    align-items: center;
    padding-left: 80px
}

.process-work .process-step .step-sec .step-wrap .step-icon {
    flex-basis: 70px;
    text-align: left;
    position: relative;
    display: none;
    background: #016be3;
    height: 60px;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    border-radius: 30px 0 0 30px
}

.process-work .process-step .step-sec .step-wrap .step-icon img {
    margin: 0;
    z-index: 9;
    vertical-align: middle
}

.process-work .process-step .step-sec .step-wrap .step-desc {
    flex-basis: 100%
}

.process-work .process-step .step-sec .step-wrap .step-desc .step-no {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    color: #016be3;
    margin: 0 0 8px;
    line-height: initial;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.04);
    padding: 4px 8px 2px;
    background: #fff
}

.process-work .process-step .step-sec .step-wrap .step-desc h4 {
    margin: 7px 0;
    color: #414141;
    font-size: 20px
}

.process-work .process-step .step-sec .step-wrap .step-desc p {
    font-size: 14px;
    line-height: 24px;
    margin: 0
}

.process-work .process-step .step-sec .step-wrap .step-desc ul li {
    position: relative;
    font-size: 14px;
    padding-left: 15px;
    color: #666;
    margin: 0 0 5px;
    line-height: 180%;
    list-style: none
}

.process-work .process-step .step-sec .step-wrap .step-desc ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #656565;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px
}

.process-work .process-step .step-sec .step-wrap:last-child {
    margin: 0
}

.process-work .process-step .step-sec:nth-child(2n) {
    justify-content: left
}

.process-work .process-step .step-sec:nth-child(2n) .step-wrap {
    flex-direction: row-reverse;
    padding-right: 80px;
    padding-left: 0
}

.process-work .process-step .step-sec:nth-child(2n) .step-wrap .step-icon {
    text-align: right
}

.process-work .process-step .step-sec:nth-child(2n) .step-wrap .step-icon:before {
    width: 42px;
    bottom: -75px;
    left: 26px;
    transform: none
}

.process-work .process-step .step-sec:last-child .step-wrap .step-icon:before {
    display: none
}

.process-work:after {
    content: "";
    background: url(../../../../../../../../../themes/pixelcrayons/v4.0/assets/images/point-icon.png) 0 0 no-repeat;
    background-size: 100%;
    width: 112px;
    height: 112px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto
}

@media only screen and (max-width: 1440px) {
    .process-work .col-left .head-txt {
        margin:0 0 70px
    }

    .process-work .col-right {
        padding-left: 30px
    }

    .process-work .process-step:after {
        content: '';
        width: 181px;
        height: 440px
    }

    .process-work .process-step .step-sec .step-wrap {
        flex-basis: 270px
    }

    .process-work .process-step .step-sec .step-wrap .step-desc {
        flex-basis: 100%
    }

    .process-work .process-step .step-sec .step-wrap .step-desc h4 {
        font-size: 19px
    }
}

@media (max-width: 1380px) {
    .process-work .col-left .head-txt {
        margin:0 0 70px
    }

    .process-work .col-right {
        padding-left: 30px
    }

    .process-work .process-step:after {
        content: '';
        width: 170px;
        height: 400px
    }

    .process-work .process-step .step-sec .step-wrap {
        flex-basis: 250px
    }

    .process-work .process-step .step-sec .step-wrap .step-desc {
        flex-basis: 100%
    }

    .process-work .process-step .step-sec .step-wrap .step-desc .step-no {
        font-size: 9px
    }

    .process-work .process-step .step-sec .step-wrap .step-desc p {
        font-size: 11px;
        line-height: 16px
    }

    .process-work .process-step .step-sec .step-wrap .step-desc h4 {
        font-size: 17px
    }
}

@media (max-width: 1024px) {
    .process-work {
        background:#fff;
        padding: 0
    }

    .process-work .head-txt {
        text-align: center;
        margin: 0 0 30px
    }

    .process-work .head-txt p br {
        display: none
    }

    .process-work .col-left {
        background: #05247e;
        padding: 40px 20px;
        text-align: center
    }

    .process-work .col-left .head-txt {
        text-align: center;
        margin: 0 0 30px
    }

    .process-work .col-left .image-wrap {
        text-align: center
    }

    .process-work .col-right {
        padding: 40px 20px;
        margin: 30px 0 0;
        background: #fdfaf2
    }

    .process-work .process-step {
        position: relative
    }

    .process-work .process-step .step-sec {
        margin: 0 0 30px;
        position: relative
    }

    .process-work .process-step .step-sec .step-wrap {
        flex-basis: 100%;
        align-items: flex-start;
        padding: 0;
        justify-content: space-between
    }

    .process-work .process-step .step-sec .step-wrap .step-icon {
        display: flex
    }

    .process-work .process-step .step-sec .step-wrap .step-desc {
        flex-basis: calc(100% - 90px)
    }

    .process-work .process-step .step-sec .step-wrap .step-desc h4 {
        font-size: 18px
    }

    .process-work .process-step .step-sec .step-wrap .step-desc ul li {
        line-height: 22px
    }

    .process-work .process-step .step-sec:nth-child(2n) .step-wrap {
        flex-direction: unset;
        padding-right: 0
    }

    .process-work .process-step .step-sec:nth-child(2n) .step-wrap .step-icon {
        text-align: left;
        background: #05247E
    }

    .process-work .process-step:after {
        display: none
    }

    .process-work:after {
        display: none
    }
}

.full-width-two-column.padding-b-150 {
    padding-bottom: 0
}

.full-width-two-column .dis-flex {
    height: 100%
}

.full-width-two-column .col-box {
    overflow: hidden
}

.full-width-two-column .col-left {
    flex-basis: 66.66%
}

.full-width-two-column .col-right {
    flex-basis: 33.33%
}

.full-width-two-column .caseStudy {
    border-radius: 5px;
    border: 1px solid rgba(102,110,134,.29);
    opacity: .9;
    background: #FFF;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1;
    color: #666E86;
    display: inline-block;
    margin-bottom: 20px
}

.full-width-two-column h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0 0 15px
}

.full-width-two-column .clr-white {
    color: #fff
}

.full-width-two-column p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.full-width-two-column .learn-more {
    margin-top: 30px
}

.full-width-two-column .img-box {
    position: relative;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease-in-out
}

.full-width-two-column .img-box:hover {
    background-size: 130%
}

.full-width-two-column .img-box .content-box {
    max-width: 740px
}

.full-width-two-column .img1 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

.full-width-two-column .img1:hover {
    background-size: cover
}

.full-width-two-column .img2 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 120%
}

.full-width-two-column .img3 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 120%
}

.full-width-two-column .img4 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 120%
}

.full-width-two-column .other-details {
    max-width: 340px;
    height: auto;
    color: #414141;
    font-weight: 500;
    opacity: .7
}

.full-width-two-column .other-details>div {
    margin-top: 15px
}

.full-width-two-column .flex-2 {
    padding-right: 0;
    transition: all 0.3s ease;
    overflow: hidden
}

.full-width-two-column .flex-2:hover .img1 {
    transform: scale(1.05);
    transition: all 0.3s ease
}

.full-width-two-column .content-box {
    padding: 40px
}

.full-width-two-column .content-box.bg-light-theme {
    background: #05164d
}

.full-width-two-column .col-right {
    position: relative
}

.full-width-two-column .col-right .content-box {
    position: relative;
    z-index: 9
}

.full-width-two-column .col-right .caseStudy {
    color: #9B9B9B;
    background: transparent;
    border-color: #9B9B9B
}

.full-width-two-column .col-right h3 {
    color: #fff
}

.full-width-two-column .col-right p {
    color: #9B9B9B
}

.full-width-two-column .col-right .other-details {
    color: #fff
}

.full-width-two-column .col-right .other-details .clr-white {
    opacity: 1
}

.full-width-two-column .col-right .learn-more {
    color: #fff
}

.full-width-two-column .col-right .learn-more:before {
    background: #fff
}

.full-width-two-column .col-right .learn-more:after {
    background: url() top center no-repeat;
    background-size: 100%
}

.full-width-two-column .col-right:after {
    content: "";
    background: rgba(4,12,23,.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 1780px) {
    .full-width-two-column .content-box {
        padding:30px
    }

    .full-width-two-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) {
    .full-width-two-column .content-box {
        padding:30px 20px
    }
}

@media only screen and (max-width: 1320px) {
    .full-width-two-column .img-box {
        background-size:cover
    }

    .full-width-two-column:hover {
        background-size: 160%
    }

    .full-width-two-column .img1:hover {
        background-size: cover
    }
}

@media only screen and (max-width: 1200px) {
    .full-width-two-column .dis-flex {
        height:100%
    }

    .full-width-two-column .content-box {
        flex-basis: 100%;
        max-width: 100%
    }

    .full-width-two-column .img1,.full-width-two-column .img4 {
        display: none
    }

    .full-width-two-column .other-details {
        height: auto
    }
}

@media only screen and (max-width: 991px) {
    .full-width-two-column .other-details .flex-2 {
        flex-basis:50%
    }

    .full-width-two-column p {
        font-size: 16px
    }
}

@media only screen and (max-width: 767px) {
    .full-width-two-column .col-left {
        flex-basis:100%
    }

    .full-width-two-column .col-right {
        flex-basis: 100%
    }

    .full-width-two-column p {
        font-size: 14px
    }

    .full-width-two-column .content-box p {
        font-size: 14px
    }

    .full-width-two-column .img2,.full-width-two-column .img3 {
        background: none!important
    }
}

.tab-scroll-section ::-webkit-scrollbar {
    width: 6px;
    height: 85px;
    border-radius: 5px;
    overflow: scroll
}

.tab-scroll-section ::-webkit-scrollbar-track {
    background: rgba(110,109,134,.15);
    border-radius: 5px
}

.tab-scroll-section ::-webkit-scrollbar-thumb {
    background: #016be3;
    border-radius: 10px
}

.tab-scroll-section ::-webkit-scrollbar-thumb:hover {
    background: #60ac0b
}

.tab-scroll-section .tab-head {
    font-size: 30px;
    display: block;
    font-weight: 500;
    color: #414141;
    margin-bottom: 30px
}

.tab-scroll-section .tab-outer {
    margin-top: 90px
}

.tab-scroll-section .tab-nav {
    max-height: 400px;
    overflow-y: scroll;
    padding-right: 30px
}

.tab-scroll-section .tab-nav .tab-link {
    display: block;
    font-size: 18px;
    margin-top: 25px;
    text-decoration: none;
    line-height: 25px;
    padding-right: 10px;
    font-weight: 400;
    transition: all 0.3s linear;
    position: relative
}

.tab-scroll-section .tab-nav .tab-link:first-child {
    margin-top: 0
}

.tab-scroll-section .tab-nav .tab-link.is-active,.tab-scroll-section .tab-nav .tab-link:hover {
    color: #414141
}

.tab-scroll-section .tab-nav .tab-link:hover {
    text-decoration: underline
}

.tab-scroll-section ul {
    list-style-type: disc
}

.tab-scroll-section ol {
    list-style-type: decimal
}

.tab-scroll-section .tab-content {
    padding-top: 60px
}

.tab-scroll-section .tab-content.is-active {
    display: block
}

.tab-scroll-section .tab-content p {
    margin-top: 20px;
    line-height: 28px
}

.tab-scroll-section .tab-content p ul li strong {
    color: #666E86
}

.tab-scroll-section .tab-content p ol li b {
    font-weight: 500
}

.tab-scroll-section .tab-content p ul li b {
    font-weight: 500
}

.tab-scroll-section .tab-content p ol li strong {
    color: #666E86
}

.tab-scroll-section .tab-content p strong {
    font-weight: 500
}

.tab-scroll-section .tab-content p b {
    font-weight: 500
}

.tab-scroll-section .tab-content h6 {
    margin-top: 30px
}

.tab-scroll-section .tab-content h3 {
    font-weight: 500
}

.tab-scroll-section .tab-content ol li::marker {
    color: #666E86;
    font-weight: 500
}

.tab-scroll-section .tab-content table {
    border-collapse: collapse;
    margin: 40px 0;
    width: 100%
}

.tab-scroll-section .tab-content table td {
    padding: 11px;
    font-size: 16px;
    line-height: 26px
}

.tab-scroll-section .tab-content table td b {
    font-weight: 500
}

.tab-scroll-section .tab-content table,.tab-scroll-section .tab-content td,.tab-scroll-section .tab-content th {
    border: 1px solid #000
}

.tab-scroll-section .left-tabs {
    flex-basis: 30%
}

.tab-scroll-section .right-tabs {
    flex-basis: 70%;
    padding-left: 78px
}

.tab-scroll-section ul,.tab-scroll-section ol {
    padding-left: 30px
}

.tab-scroll-section ul li,.tab-scroll-section ol li {
    margin-top: 15px;
    line-height: 26px;
    font-size: 16px
}

.tab-scroll-section ul strong,.tab-scroll-section ol strong {
    font-weight: 500
}

.tab-scroll-section .sticky-tab {
    position: sticky;
    top: 100px
}

b {
    font-weight: 500
}

@media screen and (max-width: 1440px) {
    .tab-scroll-section .tab-head {
        margin-bottom:30px
    }

    .tab-scroll-section .tab-nav .tab-link {
        font-size: 16px;
        margin-top: 20px
    }
}

@media screen and (max-width: 1200px) {
    .tab-scroll-section .right-tabs {
        padding-left:40px
    }

    .tab-scroll-section .tab-nav {
        padding-right: 20px
    }

    .tab-scroll-section .tab-outer {
        margin-top: 40px
    }

    .tab-scroll-section .tab-content h6 {
        margin-top: 30px
    }
}

@media screen and (max-width: 767px) {
    .tab-scroll-section .left-tabs {
        flex-basis:100%
    }

    .tab-scroll-section .right-tabs {
        flex-basis: 100%;
        padding-left: 0
    }

    .tab-scroll-section .tab-content {
        padding-top: 40px
    }

    .tab-scroll-section .tab-content table td {
        padding: 6px;
        line-height: 20px;
        font-size: 12px
    }

    .tab-scroll-section ul li,.tab-scroll-section ol li {
        font-size: 14px
    }
}

.faq-section .faq-outer {
    max-width: 970px;
    margin: 0 auto
}

.faq-section .faq-outer .faq-accordion-item-outer {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin: 0 0 20px;
    padding: 0 20px
}

.faq-section .faq-outer .faq-accordion-item-outer.active {
    border-bottom: 2px solid #016be3
}

.faq-section .faq-outer .faq-accordion-item-outer.active .faq-accordion-content {
    display: block
}

.faq-section .faq-outer .faq-accordion-item-outer.active .open-icon {
    display: none
}

.faq-section .faq-outer .faq-accordion-item-outer.active .faq-accordion-toggle::after {
    display: none
}

.faq-section .faq-outer .faq-accordion-item-outer:nth-child(1) .faq-accordion-toggle {
    border-top: 0
}

.faq-section .faq-outer .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-outer .faq-accordion-toggle a {
    display: contents
}

.faq-section .faq-outer .faq-accordion-toggle::before {
    content: "";
    clear: both;
    display: block;
    background: #016be3;
    height: 3px;
    width: 18px;
    border-radius: 3px;
    position: absolute;
    right: 0
}

.faq-section .faq-outer .faq-accordion-toggle::after {
    content: "";
    clear: both;
    display: block;
    background: #016be3;
    height: 18px;
    width: 3px;
    border-radius: 3px;
    position: absolute;
    right: 7px
}

.faq-section .faq-outer .faq-accordion-content {
    display: none;
    padding: 20px 0
}

.faq-section .faq-outer .faq-accordion-content p {
    margin: 0 0 10px;
    font-weight: 400;
    color: #5e6373
}

.faq-section .faq-outer .faq-accordion-content ul,.faq-section .faq-outer .faq-accordion-content ol {
    margin: 20px 0 0;
    padding-left: 0
}

.faq-section .faq-outer .faq-accordion-content ul li,.faq-section .faq-outer .faq-accordion-content ol li {
    margin: 10px 0 0;
    position: relative;
    padding-left: 18px
}

.faq-section .faq-outer .faq-accordion-content ul li:before,.faq-section .faq-outer .faq-accordion-content ol li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #016be3;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px
}

.faq-section .faq-outer .no-list-type ul {
    list-style-type: none;
    padding-left: 0
}

@media only screen and (max-width: 767px) {
    .faq-section .faq-outer .faq-accordion-content p {
        font-size:14px;
        margin-top: 10px
    }

    .faq-section .faq-outer .faq-accordion-toggle {
        font-size: 18px;
        line-height: 28px;
        padding: 15px 30px 15px 0
    }

    .faq-section .faq-outer .faq-accordion-toggle::before {
        height: 2px;
        width: 12px
    }

    .faq-section .faq-outer .faq-accordion-toggle::after {
        height: 12px;
        width: 2px;
        right: 5px
    }
}

.banner-with-form {
    background: linear-gradient(270deg,#0b147c 21.77%,#4b1bac 100%);
    position: relative
}

.banner-with-form .breadcrumbs {
    font-weight: 400;
    margin: 0 0 5px
}

.banner-with-form .breadcrumbs.service-breadcrumbs {
    color: #fff
}

.banner-with-form .breadcrumbs a {
    color: rgba(255,255,255,.5)
}

.banner-with-form .breadcrumbs a:after {
    background: url(../../../../../../../../../themes/pixelcrayons/v4.0/assets/images/breadcrumbs-arrow2.png) 0 1px no-repeat;
    background-size: 100%;
    opacity: .6
}

.banner-with-form .breadcrumbs a:hover {
    color: #fff
}

.banner-with-form .dis-flex {
    padding: 40px 0 0
}

.banner-with-form .dis-flex .hire-content {
    width: 46%;
    position: relative
}

.banner-with-form .dis-flex .hire-content h1 {
    color: #fff;
    margin: 0 0 20px
}

.banner-with-form .dis-flex .hire-content h2 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin: 0 0 20px;
    line-height: 1.3
}

.banner-with-form .dis-flex .hire-content a {
    color: #fff
}

.banner-with-form .dis-flex .hire-content p {
    color: rgba(255,255,255,.8);
    font-size: 18px;
    margin: 0 0 15px;
    line-height: 29px
}

.banner-with-form .dis-flex .hire-content p.white-txt {
    color: #fff
}

.banner-with-form .dis-flex .hire-content span {
    color: rgba(255,255,255,.8)
}

.banner-with-form .dis-flex .hire-content ul li {
    color: rgba(255,255,255,.8);
    font-weight: 400;
    font-size: 18px;
    position: relative;
    margin: 0 0 12px;
    padding-left: 20px
}

.banner-with-form .dis-flex .hire-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: rgba(255,255,255,.8);
    border-radius: 50%
}

.banner-with-form .dis-flex .hire-content ul li .a-dotted {
    position: relative
}

.banner-with-form .dis-flex .hire-content ul li .a-dotted sup {
    font-size: 10px;
    margin-left: 2px;
    margin-top: -4px;
    line-height: initial
}

.banner-with-form .dis-flex .hire-content ul li .a-dotted:after {
    content: "";
    width: 94px;
    height: 1px;
    border-bottom: 1px dotted #fff;
    position: absolute;
    left: 0;
    bottom: 0
}

.banner-with-form .dis-flex .hire-content ul li .a-dotted:hover {
    color: rgba(255,255,255,.8)
}

.banner-with-form .dis-flex .hire-form {
    position: relative;
    flex-basis: 38%;
    border-radius: 30px
}

.banner-with-form .dis-flex .hire-form:before {
    content: "";
    display: block;
    background: url() top center no-repeat;
    background-size: 100%;
    width: 138px;
    height: 150px;
    position: absolute;
    top: 80px;
    left: -221px
}

.banner-with-form .dis-flex .hire-form .form-wrap {
    border-radius: 0 0 30px 30px;
    position: relative;
    z-index: 9
}

.banner-with-form .dis-flex .hire-form .form-wrap .top-sec {
    height: 70px;
    background: #201481;
    border-radius: 30px 30px 0 30px;
    position: relative
}

.banner-with-form .dis-flex .hire-form .form-wrap .top-sec img {
    height: 150px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -80px
}

.banner-with-form .dis-flex .hire-form .form-wrap .mid-sec {
    border-radius: 0 0 15px 15px;
    background: #fff
}

.banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .head-sec {
    padding: 15px 25px 0
}

.banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .form-visible {
    display: block;
    padding: 0 25px;
    position: relative;
    background-color: #fff
}

.banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .form-visible:before {
    content: "";
    background: #e0edff;
    position: absolute;
    z-index: 9;
    width: 100%;
    left: 0;
    top: 0;
    height: 1px
}

.banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .form-visible .popup-content {
    background-color: #fff;
    width: inherit;
    padding: 0
}

.banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .form-visible .popup-content .banner-form-section .banner-form-outer {
    padding: 0
}

.banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .form-visible .popup-content .banner-form-section .banner-form-outer .dis-flex {
    padding: 0;
    margin-top: 15px
}

.banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .form-visible .popup-content .banner-form-section .banner-form-outer label {
    opacity: .8;
    color: #414141;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    display: block;
    margin: 0 0 8px
}

.banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .form-visible .popup-content .banner-form-section .banner-form-outer input {
    border: 1px solid rgba(65,65,65,.5);
    color: #010101;
    height: 45px;
    font-size: 14px
}

.banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .form-visible .popup-content .banner-form-section .width-full .user-input {
    border: 1px solid rgba(65,65,65,.5)
}

.banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .form-visible .popup-content .banner-form-section .width-full .user-input.verror {
    border: 1px solid red
}

.banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .form-visible .popup-content .banner-form-section .drop-box textarea {
    font-size: 14px;
    color: #414141;
    height: 40px
}

.banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .form-visible .popup-content .banner-form-section .verror small {
    text-align: left
}

.banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .form-visible .popup-content .banner-form-section .verror input {
    border-color: red
}

.banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .button-section {
    display: flex;
    align-items: baseline;
    position: relative;
    flex-wrap: wrap;
    padding: 30px 25px;
    justify-content: center
}

.banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .button-section .btn-div .white-btn {
    background: #016be3;
    border: 1px solid #016be3;
    min-width: 200px;
    text-transform: capitalize;
    font-size: 16px;
    cursor: pointer
}

.banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .button-section .btn-div .white-btn:hover {
    background: #fff;
    color: #016be3
}

.banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .button-section .info-wrap {
    margin: 8px 0 0
}

.banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .button-section .info-wrap P {
    color: #414141;
    line-height: 1.2;
    opacity: .7;
    font-size: 13px;
    margin: 0!important
}

.banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .button-section .devide {
    padding: 0 10px;
    display: inline-block;
    position: relative;
    color: #414141;
    opacity: .3;
    font-size: 12px
}

.banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .button-section .devide:before {
    content: "";
    clear: both;
    display: block;
    width: 1px;
    height: 16px;
    position: absolute;
    background: #414141;
    top: -20px;
    left: 19px
}

.banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .button-section .devide:after {
    content: "";
    clear: both;
    display: block;
    width: 1px;
    height: 16px;
    background: #414141;
    position: absolute;
    bottom: -20px;
    left: 19px
}

.banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .button-section .free-con {
    color: #414141;
    font-size: 16px
}

.banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .button-section .free-con a {
    color: #414141;
    opacity: .5;
    text-decoration: underline
}

.banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .button-section .free-con a:hover {
    text-decoration: none
}

.banner-with-form .dis-flex .hire-form .form-wrap ::placeholder {
    color: rgba(65,65,65,.52)
}

.banner-with-form .dis-flex .hire-form .form-wrap h3 {
    font-weight: 600;
    color: #414141;
    font-size: 28px;
    line-height: 35px
}

.banner-with-form .dis-flex .hire-form .form-wrap p {
    font-size: 18px;
    color: rgba(65,65,65,.9);
    margin: 0 0 15px
}

.banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec {
    padding: 20px 30px;
    border-top: 3px solid #e2edfa;
    background: #fff;
    border-radius: 0 0 30px 30px
}

.banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec .use-form {
    display: block;
    color: #414141;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none
}

.banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec .use-form:hover {
    text-decoration: underline
}

.banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec .frm-list {
    position: relative;
    margin: 15px 0 0
}

.banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec .frm-list ul {
    display: flex;
    justify-content: center
}

.banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec .frm-list ul li {
    position: relative;
    padding: 0 22px;
    font-size: 12px;
    margin: 0 7px;
    color: #414141;
    line-height: 1.2;
    border-right: 1px solid #414141
}

.banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec .frm-list ul li:last-child {
    border: 0
}

.banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec .frm-list ul li:before {
    content: "";
    clear: both;
    display: block;
    background: url(../../../../../../../../../themes/pixelcrayons/v4.0/assets/images/list-check.png) top center no-repeat;
    background-size: auto;
    background-size: 100%;
    width: 13px;
    height: 13px;
    position: absolute;
    top: 1px;
    left: 0
}

.banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec .frm-list ul li:after {
    width: calc(100% - 40px);
    content: "";
    border-top: 1px dashed #666;
    height: 1px;
    position: absolute;
    bottom: -3px;
    left: 20px
}

.banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec .frm-list ul li.process {
    position: relative
}

.banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec .frm-list ul li.process:before {
    background: url(../../../../../../../../../themes/pixelcrayons/v4.0/assets/images/pro-icon.png) top center no-repeat;
    width: 13px;
    background-size: 100%
}

.banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec .frm-list ul li.process .info {
    width: 315px;
    background: #eaf2ff;
    border-radius: 10px;
    padding: 15px;
    position: absolute;
    box-shadow: 0 4px 35px rgba(227,233,245,.5);
    bottom: -143px;
    right: -40px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    visibility: hidden
}

.banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec .frm-list ul li.process .info h4 {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    margin: 0 0 5px;
    position: relative
}

.banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec .frm-list ul li.process .info h4:before {
    content: "";
    clear: both;
    display: block;
    background: url(../../../../../../../../../themes/pixelcrayons/v4.0/assets/images/ex-arrow.png) top center no-repeat;
    background-size: auto;
    background-size: 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -31px;
    right: 30px
}

.banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec .frm-list ul li.process .info p {
    font-size: 10px;
    line-height: 26px;
    color: #000;
    line-height: 16px;
    margin: 0
}

.banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec .frm-list ul li.process:hover {
    cursor: pointer;
    color: #016be3
}

.banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec .frm-list ul li.process:hover .info {
    opacity: 1;
    visibility: visible
}

.banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec .frm-list ul li.list:before {
    background: url(../../../../../../../../../themes/pixelcrayons/v4.0/assets/images/pro-icon2.png) top center no-repeat;
    width: 13px;
    background-size: 100%
}

.banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec .frm-list ul li:first-child .info {
    right: auto;
    left: 0
}

.banner-with-form .dis-flex .hire-form .info-wrap {
    display: flex;
    justify-content: center;
    align-items: center
}

.banner-with-form .dis-flex .hire-form .info-wrap p {
    margin: 0
}

.banner-with-form .dis-flex .hire-form .info-wrap .info {
    margin-left: 10px;
    display: inline-block;
    position: relative;
    cursor: pointer
}

.banner-with-form .dis-flex .hire-form .info-wrap .info:after {
    content: "";
    width: 14px;
    height: 15px;
    background: url() 0 0 no-repeat;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 0
}

.banner-with-form .dis-flex .hire-form .info-wrap .info .info-content {
    width: 315px;
    border-radius: 10px;
    background: #eaf2ff;
    box-shadow: 0 4px 35px rgba(227,233,245,.5);
    padding: 15px;
    position: absolute;
    top: 20px;
    left: -75px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    text-align: left;
    line-height: initial;
    z-index: 9
}

.banner-with-form .dis-flex .hire-form .info-wrap .info .info-content h4 {
    font-size: 14px;
    color: #000;
    margin: 0 0 5px
}

.banner-with-form .dis-flex .hire-form .info-wrap .info .info-content p {
    font-size: 11px;
    color: #000;
    line-height: 160%;
    margin: 0 0 5px;
    font-weight: 400
}

.banner-with-form .dis-flex .hire-form .info-wrap .info .info-content .kmore {
    font-size: 11px;
    margin: 10px 0 0;
    text-decoration: underline;
    position: relative;
    color: #000
}

.banner-with-form .dis-flex .hire-form .info-wrap .info .info-content .kmore:after {
    content: "";
    background: url() 0 0 no-repeat;
    width: 8px;
    display: inline-block;
    height: 8px;
    margin-left: 5px;
    transition: all 0.3s ease-in-out
}

.banner-with-form .dis-flex .hire-form .info-wrap .info .info-content .kmore:hover {
    text-decoration: none;
    color: #000
}

.banner-with-form .dis-flex .hire-form .info-wrap .info .info-content .kmore:hover:after {
    margin-left: 10px
}

.banner-with-form .dis-flex .hire-form .info-wrap .info .info-content:before {
    content: "";
    clear: both;
    display: block;
    background: url() top center no-repeat;
    background-size: auto;
    background-size: 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -11px;
    left: 68px
}

.banner-with-form .dis-flex .hire-form .info-wrap .info:hover .info-content {
    opacity: 1;
    visibility: visible
}

.banner-with-form:after {
    content: "";
    display: block;
    background: url() top center no-repeat;
    background-size: 100%;
    width: 662px;
    height: 502px;
    position: absolute;
    top: 15%;
    right: 0
}

@media (max-width: 1780px) {
    .banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .head-sec {
        padding:15px 25px 0
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .form-visible {
        padding: 0 25px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .form-visible .popup-content .banner-form-section .banner-form-outer label {
        margin: 0 0 6px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .form-visible .popup-content .banner-form-section .banner-form-outer input {
        height: 42px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .form-visible .popup-content .banner-form-section .drop-box textarea {
        height: 30px
    }
}

@media (max-width: 1440px) {
    .banner-with-form .dis-flex .hire-form {
        flex-basis:41%
    }
}

@media (max-width: 1366px) {
    .banner-with-form .dis-flex .hire-form {
        flex-basis:45%
    }

    .banner-with-form .dis-flex .hire-form:before {
        display: none
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .top-sec {
        height: 60px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .top-sec img {
        height: 140px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .head-sec {
        padding: 12px 20px 0
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .button-section {
        padding: 20px 25px 30px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .form-visible {
        padding: 0 20px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .form-visible .popup-content .banner-form-section .form-head-cont {
        margin-top: 10px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .form-visible .popup-content .banner-form-section .banner-form-outer label {
        margin: 0 0 5px;
        font-size: 12px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .form-visible .popup-content .banner-form-section .banner-form-outer input {
        height: 38px;
        font-size: 12px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .form-visible .popup-content .banner-form-section .banner-form-outer .form-inner.dis-flex {
        margin-top: 10px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .form-visible .popup-content .banner-form-section .drop-box textarea {
        height: 25px;
        font-size: 12px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .button-section .btn-div .white-btn {
        padding: 10px 20px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap h3 {
        font-size: 24px;
        line-height: 1.2
    }

    .banner-with-form .dis-flex .hire-form .form-wrap p {
        margin: 0 0 12px;
        font-size: 16px
    }

    .banner-with-form:after {
        width: 616px;
        height: 500px
    }
}

@media (max-width: 1080px) {
    .banner-with-form {
        padding:100px 0
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .top-sec:before {
        width: 100%
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .button-section .btn-div .white-btn {
        min-width: auto
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec {
        padding: 20px 20px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec .frm-list ul li {
        padding: 0 20px;
        margin: 0 5px
    }

    .banner-with-form:after {
        width: 530px;
        height: 400px
    }
}

@media (max-width: 991px) {
    .banner-with-form {
        padding:90px 0 60px
    }

    .banner-with-form .breadcrumbs {
        top: 50px
    }

    .banner-with-form .dis-flex {
        padding: 60px 0 0
    }

    .banner-with-form .dis-flex .hire-content {
        width: 100%
    }

    .banner-with-form .dis-flex .hire-content h1 {
        margin: 0 0 15px;
        font-size: 45px;
        line-height: 55px
    }

    .banner-with-form .dis-flex .hire-content h2 {
        font-size: 16px
    }

    .banner-with-form .dis-flex .hire-form {
        flex-basis: 100%;
        margin-top: 70px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .top-sec {
        height: 80px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .top-sec img {
        height: 140px;
        top: -60px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .head-sec {
        padding: 15px 20px 0
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .form-visible {
        padding: 0 20px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .form-visible .popup-content .banner-form-section .form-head-cont {
        margin-top: 12px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .form-visible .popup-content .banner-form-section .form-content-box {
        margin: 0!important
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .form-visible .popup-content .banner-form-section .banner-form-outer label {
        margin: 0 0 3px;
        font-size: 13px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .form-visible .popup-content .banner-form-section .banner-form-outer input {
        height: 40px;
        font-size: 13px;
        border-radius: 3px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .form-visible .popup-content .banner-form-section .banner-form-outer .form-inner.dis-flex {
        margin-top: 10px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .form-visible .popup-content .banner-form-section .drop-box textarea {
        height: 30px;
        font-size: 13px;
        border-radius: 3px
    }

    .banner-with-form:after {
        display: none
    }
}

@media (max-width: 767px) {
    .banner-with-form {
        padding-bottom:40px;
        padding-top: 80px
    }

    .banner-with-form .breadcrumbs {
        top: 60px
    }

    .banner-with-form .dis-flex {
        padding: 70px 0 0
    }

    .banner-with-form .dis-flex .hire-content p {
        margin: 0 0 15px;
        font-size: 16px;
        line-height: 27px
    }

    .banner-with-form .dis-flex .hire-content ul li {
        font-size: 16px;
        margin: 0 0 8px;
        padding-left: 18px
    }

    .banner-with-form .dis-flex .hire-content ul li:before {
        top: 10px;
        width: 7px;
        height: 7px
    }

    .banner-with-form .dis-flex .hire-content ul li .a-dotted:after {
        width: 84px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap {
        border-radius: 20px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap p {
        font-size: 16px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .button-section .btn-div {
        flex-basis: 100%
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .button-section .btn-div .white-btn {
        min-width: 200px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .button-section .devide {
        width: 100%;
        text-align: center;
        padding: 0 5px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .button-section .devide:before {
        width: 16px;
        height: 1px;
        display: inline-block;
        position: initial;
        margin-right: 5px;
        vertical-align: middle
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .mid-sec .button-section .devide:after {
        width: 16px;
        height: 1px;
        display: inline-block;
        position: initial;
        margin-left: 5px;
        vertical-align: middle
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec {
        padding: 10px 20px 20px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec .frm-list ul li {
        line-height: 1.3;
        font-size: 11px;
        padding: 0 10px 0 18px;
        font-size: 11px;
        margin: 0 4px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec .frm-list ul li:before {
        top: 0
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec .frm-list ul li:after {
        width: calc(100% - 40px);
        height: 1px;
        left: 20px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec .frm-list ul li.process:before {
        top: 1px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec .frm-list ul li.process .info {
        width: 280px;
        padding: 10px;
        bottom: -130px;
        z-index: 999
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec .frm-list ul li.process .info h4 {
        font-size: 12px;
        margin: 0 0 4px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec .frm-list ul li.process .info h4:before {
        width: 20px;
        height: 20px;
        top: -23px;
        right: 25px
    }

    .banner-with-form .dis-flex .hire-form .form-wrap .bottom-sec .frm-list ul li.process .info p {
        font-size: 10px;
        line-height: 26px;
        color: #000;
        line-height: 16px
    }

    .banner-with-form .dis-flex .hire-form .info-wrap .info .info-content {
        width: 196px;
        top: 22px;
        left: -73px;
        text-align: center
    }

    .banner-with-form .dis-flex .hire-form .info-wrap .info .info-content h4 {
        line-height: 20px
    }
}

.tech-stack-v1 .techsec .techrow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.tech-stack-v1 .techsec .techrow .techlist {
    flex-basis: 42%
}

.tech-stack-v1 .techsec .techrow .techlist ul {
    display: -ms-grid;
    display: grid;
    grid-gap: 12px;
    -ms-grid-columns: 1fr [4];
    grid-template-columns: repeat(4,1fr);
}

.tech-stack-v1 .techsec .techrow .techlist ul li {
    border: .5px solid #e2e2e2;
    border-radius: 5px;
    padding: 10px;
    text-align: center
}

.tech-stack-v1 .techsec .techrow .techlist ul li picture {
    width: 49px;
    height: 35px;
    margin: 0 auto;
    display: block
}

.tech-stack-v1 .techsec .techrow .techlist ul li h5 {
    font-weight: 400;
    font-size: 14px;
    color: #010101;
    margin: 10px 0 0
}

.tech-stack-v1 .techsec .techrow .techlist ul li a {
    width: 12px;
    height: 12px;
    background: url() center center no-repeat;
    border-radius: 100%;
    display: flex;
    align-items: center;
    margin: 10px auto 0;
    position: relative;
    background-size: 100%
}

.tech-stack-v1 .techsec .techrow .techlist ul li a:hover {
    opacity: .8
}

.tech-stack-v1 .techsec .techrow .techcontent {
    flex-basis: 42%
}

.tech-stack-v1 .techsec .techrow .techcontent h3 {
    margin: 0 0 20px
}

.tech-stack-v1 .techsec .techrow:nth-child(2n) {
    flex-direction: row-reverse
}

@media screen and (max-width: 1280px) {
    .tech-stack-v1 .techsec .techrow .techlist {
        flex-basis:45%
    }

    .tech-stack-v1 .techsec .techrow .techcontent {
        flex-basis: 45%
    }
}

@media screen and (max-width: 768px) {
    .tech-stack-v1 .techsec .techrow .techlist ul {
        -ms-grid-columns:1fr [3];
        grid-template-columns: repeat(3,1fr)
    }
}

@media screen and (max-width: 767px) {
    .tech-stack-v1 .techsec .techrow .techlist {
        flex-basis:100%
    }

    .tech-stack-v1 .techsec .techrow .techcontent {
        flex-basis: 100%;
        margin: 20px 0 0;
        text-align: center
    }

    .tech-stack-v1 .techsec .techrow .techcontent h3 {
        margin: 0 0 10px
    }
}


.why-choose-three-column-section {
    counter-reset: section
}

.why-choose-three-column-section .threebox .flex-3 {
    padding-right: 10px;
    margin-top: 20px;
    padding-left: 10px
}

.why-choose-three-column-section .threebox .flex-3.has-anchor {
    transition: all 0.3s ease-in-out;
    display: inline-block
}

.why-choose-three-column-section .threebox .flex-3.has-anchor:hover .box-3 {
    border: 1px solid #016BE3;
    box-shadow: 0 16px 40px rgba(176,202,228,.2);
    border-radius: 5px
}

.why-choose-three-column-section .threebox .box-3 {
    height: 100%;
    min-height: 250px;
    border: 1px solid rgba(212,224,237,.7);
    border-radius: 5px;
    padding: 60px 40px;
    transition: all 0.3s ease-in-out
}

.why-choose-three-column-section .threebox .box-3 h3 a {
    color: #414141
}

.why-choose-three-column-section .threebox .box-3 h3,.why-choose-three-column-section .threebox .box-3 p {
    margin-top: 20px
}

.why-choose-three-column-section .threebox .box-3 ul li {
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
    font-weight: 400
}

.why-choose-three-column-section .threebox .box-3 ul li::before {
    content: "";
    width: 9px;
    height: 9px;
    background: #016be3;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 8px
}

.why-choose-three-column-section .threebox .top-box .right-heading {
    margin-left: 15px;
    flex-basis: 76%
}

.why-choose-three-column-section .threebox .top-box .left-icon {
    flex-basis: 18%
}

.why-choose-three-column-section .threebox .bottom-txt-box {
    margin-top: 20px
}

.why-choose-three-column-section .threebox .a-dotted {
    position: relative
}

.why-choose-three-column-section .threebox .a-dotted:after {
    content: '';
    width: 105px;
    height: 1px;
    border-bottom: 1px dotted #656565;
    position: absolute;
    left: 2px;
    bottom: 1px
}

.why-choose-three-column-section .threebox .a-dotted sup {
    font-size: 10px
}

.why-choose-three-column-section .threebox .a-dotted:hover {
    color: #666e86
}

.why-choose-three-column-section.hire-php .threebox .box-3 h3 {
    margin-top: 0
}

.why-choose-three-column-section .points h3 {
    position: relative
}

.why-choose-three-column-section .points h3::before {
    counter-increment: section;
    content: "0" counter(section);
    position: absolute;
    top: -38px;
    opacity: .2
}

.why-choose-three-column-section .hire-dedicated-contact-btn {
    margin-top: 70px
}

.info-wrap {
    display: flex;
    justify-content: center;
    align-items: center
}

.info-wrap .info {
    margin-left: 10px;
    display: inline-block;
    position: relative;
    cursor: pointer
}

.info-wrap .info:after {
    content: "";
    width: 14px;
    height: 15px;
    background: url(../../../../../../../../../themes/pixelcrayons/v4.0/assets/images/info-icon.svg) 0 0 no-repeat;
    position: absolute;
    top: -4px;
    transform: translateY(-50%);
    left: 0
}

.info-wrap .info .info-content {
    width: 315px;
    border-radius: 10px;
    background: #eaf2ff;
    box-shadow: 4px 4px 30px 0 rgba(227,233,245,.38);
    padding: 15px;
    position: absolute;
    top: 25px;
    left: -75px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    text-align: left;
    line-height: initial;
    z-index: 9
}

.info-wrap .info .info-content h4 {
    font-size: 14px;
    color: #000;
    margin: 0 0 5px
}

.info-wrap .info .info-content p {
    font-size: 11px;
    color: #000;
    line-height: 160%;
    margin: 0 0 5px;
    font-weight: 400
}

.info-wrap .info .info-content .kmore {
    font-size: 11px;
    margin: 10px 0 0;
    text-decoration: underline;
    position: relative;
    color: #000
}

.info-wrap .info .info-content .kmore:after {
    content: "";
    background: url() 0 0 no-repeat;
    width: 8px;
    display: inline-block;
    height: 8px;
    margin-left: 5px;
    transition: all 0.3s ease-in-out
}

.info-wrap .info .info-content .kmore:hover {
    text-decoration: none;
    color: #000
}

.info-wrap .info .info-content .kmore:hover:after {
    margin-left: 10px
}

.info-wrap .info .info-content:before {
    content: "";
    clear: both;
    display: block;
    background: url() top center no-repeat;
    background-size: 100%;
    width: 17px;
    height: 15px;
    position: absolute;
    top: -11px;
    left: 74px
}

.info-wrap .info:hover .info-content {
    opacity: 1;
    visibility: visible
}

.footer-form-section .info-wrap {
    justify-content: left;
    margin: 0 0 20px
}

.footer-form-section .info-wrap .info:after {
    top: 0;
    background: url() 0 0 no-repeat
}

.how-process .col-left {
    flex-basis: 50%
}

.how-process .col-left .process-step {
    position: relative;
    margin: 50px 0 0
}

.how-process .col-left .process-step .step-sec {
    margin: 0 0 20px;
    position: relative
}

.how-process .col-left .process-step .step-sec .step-icon {
    flex-basis: 65px
}

.how-process .col-left .process-step .step-sec .step-icon img {
    margin: 0
}

.how-process .col-left .process-step .step-sec .step-desc {
    flex-basis: calc(100% - 65px)
}

.how-process .col-left .process-step .step-sec .step-desc .step-no {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #414141;
    opacity: .3;
    display: block;
    margin: 0 0 5px
}

.how-process .col-left .process-step .step-sec .step-desc h4 {
    margin: 0 0 15px
}

.how-process .col-left .process-step .step-sec .step-desc ul li {
    position: relative;
    flex-basis: 100%;
    padding-left: 15px;
    margin: 0 0 10px;
    line-height: 26px
}

.how-process .col-left .process-step .step-sec .step-desc ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: rgba(65,65,65,.9);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px
}

.how-process .col-left .process-step:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 40px;
    background: url() repeat;
    width: 1px;
    background-size: 100%;
    height: 84%
}

.how-process .col-right {
    flex-basis: 40%
}

.expertise .flex-2 {
    padding: 0 10px;
    margin: 20px 0 0
}

.collaborate-developer .card {
    border-radius: 10px;
    border: 1.5px solid #ECECEC;
    background: #FFF;
    box-shadow: 0 4px 40px 0 rgba(237,246,255,.3);
    margin: 0 10px;
    text-align: center;
    padding: 45px 10px;
    height: 100%;
    transition: all 0.3s ease-in-out
}

.collaborate-developer .card:hover {
    border-color: #016be3;
    box-shadow: 0 4px 40px rgba(255,255,255,.36)
}

.collaborate-developer .card:hover span {
    border-top: 1px solid rgba(226,226,226,.6);
    border-bottom: 1px solid rgba(226,226,226,.6);
    opacity: 1
}

.collaborate-developer .card h3 {
    margin-bottom: 10px
}

.collaborate-developer .card span {
    border-top: 1px solid rgba(226,226,226,.6);
    border-bottom: 1px solid rgba(226,226,226,.6);
    padding: 15px;
    margin-bottom: 20px;
    display: block;
    width: 75%;
    margin: auto;
    font-family: 'Lexend Deca';
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #414141;
    opacity: .8
}

.collaborate-developer .card p {
    padding: 15px 0 0;
    margin: 0
}

.technology-integration p {
    color: #010101
}

.social-media-optimization-section {
    counter-reset: my-sec-counter;
    background: #05247E
}

.social-media-optimization-section .social h2,.social-media-optimization-section .social p {
    color: #fff
}

.social-media-optimization-section .increment {
    margin-bottom: 20px;
    justify-content: center;
    flex-wrap: nowrap
}

.social-media-optimization-section .increment .flex-20 {
    flex-basis: 20%;
    background: #247DFF;
    text-align: center;
    padding: 43px 77px 44px 77px;
    min-height: 137px;
    position: relative
}

.social-media-optimization-section .increment .flex-20:after {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    right: -54px;
    background: url();
    background-repeat: no-repeat;
    top: 26%
}

.social-media-optimization-section .increment .flex-20 span {
    color: #fff;
    font-size: 38px;
    line-height: 47px
}

.social-media-optimization-section .increment .flex-20 span::before {
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter)
}

.social-media-optimization-section .increment .flex-80 {
    flex-basis: 80%;
    background: #fff;
    padding: 37px;
    min-height: 137px;
    display: flex;
    align-items: center
}

.social-media-optimization-section .increment .flex-80 p {
    padding-left: 42px;
    font-size: 24px;
    line-height: 30px;
    color: #444;
    font-weight: 600
}

@media only screen and (max-width: 1600px) {
    .hire-main .for-client-logo-box {
        height:80px
    }

    .why-choose-three-column-section .threebox .box-3 {
        padding: 40px 30px
    }
}

@media screen and (max-width: 1440px) {
    .hire-main .for-client-logo-box {
        height:70px
    }

    .hire-main .hire-content {
        padding-right: 10%
    }

    .threebox h3 {
        line-height: 1.4
    }
}

@media screen and (max-width: 1320px) {
    .hire-main .hire-content {
        padding-right:8%
    }

    .hire-main .hire-content .hire-counter {
        padding-left: 10px
    }

    .collaborate-developer .card {
        padding: 40px 10px
    }

    .for-client-logo-box {
        height: 57px
    }
}

@media screen and (max-width: 1200px) {
    .hire-main {
        padding-bottom:20px
    }

    .hire-main .for-client-logo-box {
        height: 57px
    }
}

@media screen and (max-width: 1024px) {
    .hire-main .hire-content {
        width:100%;
        padding-right: 0
    }

    .hire-main .hire-content ul {
        padding: 5px 0 20px 0
    }

    .hire-main .hire-content .hire-counter {
        margin-top: 20px
    }

    .hire-main .hire-content .hire-counter div {
        font-size: 24px;
        line-height: 32px
    }

    .hire-main .formbox-new {
        width: 100%;
        margin-top: 30px
    }

    .hire-main .formbox-new .headingsec h2 {
        font-size: 26px;
        line-height: 32px
    }

    .hire-main .formbox-new form {
        padding: 30px 25px
    }

    .collaborate-developer .flex-3 {
        flex-basis: 33.33%
    }

    .collaborate-developer .flex-3 .card span {
        width: 100%
    }

    .collaborate-developer .flex-3 .card h3 {
        font-size: 18px;
        line-height: 25px
    }

    .why-choose-three-column-section .threebox .flex-3 {
        padding-right: 0;
        padding-left: 0
    }

    .why-choose-three-column-section .threebox .flex-3 .box-3 {
        padding: 40px 13px;
        margin: 10px!important
    }

    .hire-main .for-client-logo-box {
        height: 118px
    }
}

@media screen and (max-width: 991px) {
    .how-process .col-left {
        flex-basis:100%
    }

    .how-process .col-left .process-step {
        margin: 30px 0 0
    }

    .how-process .col-left .process-step .step-sec {
        margin: 0 0 20px
    }

    .how-process .col-left .process-step:before {
        height: 101%
    }

    .how-process .col-right {
        display: none
    }

    .hire-main {
        padding-bottom: 40px
    }

    .hire-main .hire-content .hire-counter:first-child,.hire-main .hire-content .hire-counter:last-child {
        padding-left: 10px
    }

    .hire-main .for-client-logo-box {
        height: 103px
    }
}

@media screen and (max-width: 767px) {
    .hire-main {
        padding-top:100px
    }

    .hire-main .hire-content {
        width: 100%;
        padding-right: 0
    }

    .hire-main .hire-content h2,.hire-main .hire-content span {
        font-size: 16px
    }

    .hire-main .hire-content p {
        font-size: 16px
    }

    .hire-main .hire-content ul {
        padding: 5px 0 0 0
    }

    .hire-main .hire-content ul li {
        font-size: 16px;
        margin-bottom: 10px
    }

    .hire-main .hire-content .inner-content {
        margin-top: 15px
    }

    .hire-main .hire-content .hire-counter {
        flex-basis: 50%;
        margin-top: 20px
    }

    .hire-main .hire-content .hire-counter div {
        font-size: 24px;
        line-height: 32px
    }

    .hire-main .formbox-new {
        width: 100%;
        margin-top: 30px
    }

    .hire-main .formbox-new .headingsec h2 {
        font-size: 26px;
        line-height: 32px
    }

    .hire-main .formbox-new form {
        padding: 30px 25px
    }

    .hire-main .for-client-logo-box {
        height: 75px
    }

    .hire-main .dis-flex {
        margin-top: 0
    }

    .why-choose-three-column-section .threebox .box-3 {
        height: auto;
        min-height: auto
    }

    .why-choose-three-column-section .threebox .flex-3 {
        padding-right: 0;
        padding-left: 0
    }

    .why-choose-three-column-section .threebox .flex-3:first-child {
        margin-top: 0
    }

    .why-choose-three-column-section .threebox .flex-3 .box-3 {
        margin: 0!important
    }

    .why-choose-three-column-section .hire-dedicated-contact-btn {
        margin-top: 30px
    }

    .expertise .flex-2 {
        padding: 0;
        margin: 15px 0 0
    }

    .collaborate-developer .card {
        height: auto;
        margin: 10px 0
    }

    .collaborate-developer .flex-3 {
        flex-basis: 100%
    }

    .collaborate-developer .btn-container {
        padding-top: 40px
    }

    .collaborate-developer .btn-container .cmn-btn {
        padding: 10px 30px
    }

    .get-started .btn-container {
        padding-top: 40px
    }

    .get-started .btn-container .cmn-btn {
        padding: 10px 30px
    }

    .social-media-optimization-section .increment {
        flex-wrap: wrap
    }

    .social-media-optimization-section .increment .flex-20,.social-media-optimization-section .increment .flex-80 {
        flex-basis: 100%
    }

    .social-media-optimization-section .increment .flex-20 {
        padding: 20px;
        min-height: auto
    }

    .social-media-optimization-section .increment .flex-20:after {
        display: none
    }

    .social-media-optimization-section .increment .flex-80 {
        padding: 20px
    }

    .social-media-optimization-section .increment .flex-80 h3 {
        padding-left: 0
    }

    .info-wrap .info .info-content {
        width: 250px;
        text-align: center
    }
}

@media screen and (max-width: 480px) {
    .hire-main .for-client-logo-box {
        height:45px
    }
}
