@media only screen and (min-width: 768px) {
    @font-face {
        font-family:"Lexend Deca";
        src: url(../fonts/LexendDeca-Regular.woff2) format("woff2"),url(../fonts/LexendDeca-Regular.woff) format("woff"),url(../fonts/LexendDeca-Regular.ttf) format("truetype");
        font-weight: 400;
        font-style: normal;
        font-display: swap
    }

    @font-face {
        font-family: "Lexend Deca";
        src: url(../fonts/LexendDeca-Medium.woff2) format("woff2"),url(../fonts/LexendDeca-Medium.woff) format("woff"),url(../fonts/LexendDeca-Medium.ttf) format("truetype");
        font-weight: 500;
        font-style: normal;
        font-display: swap
    }

    @font-face {
        font-family: "Lexend Deca";
        src: url(../fonts/LexendDeca-SemiBold.woff2) format("woff2"),url(../fonts/LexendDeca-SemiBold.woff) format("woff"),url(../fonts/LexendDeca-SemiBold.ttf) format("truetype");
        font-weight: 600;
        font-style: normal;
        font-display: swap
    }

    @font-face {
        font-family: "Lexend Deca";
        src: url(../fonts/LexendDeca-Bold.woff2) format("woff2"),url(../fonts/LexendDeca-Bold.woff) format("woff"),url(../fonts/LexendDeca-Bold.ttf) format("truetype");
        font-weight: 700;
        font-style: normal;
        font-display: swap
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    background-color: #fff;
    color: #656565;
    font-family: "Lexend Deca",sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    font-weight: inherit;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale
}

html {
    scroll-behavior: smooth
}

.bg-blue {
    background-color: #006eff
}

.bg-white {
    background-color: #fff
}

.bg-blue-linear {
    background: linear-gradient(180deg,#211f47 0%,#05164d 100%)
}

.bg-blue-linear h2 {
    color: #fff
}

.bg-blue-linear p {
    color: #9b9b9b!important
}

.light-background {
    background: #f4f4f4
}

h1 {
    font-size: 60px;
    line-height: 1.3;
    color: #FD6802;
    font-weight: 600;
    margin-bottom: 15px
}

h2 {
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    color: #110302;
    margin: 0 0 15px
}

h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #110302;
    margin: 0 0 15px
}

h4 {
    font-size: 20px;
    color: #110302;
    font-weight: 600
}

h6 {
    font-size: 18px
}

p {
    font-size: 16px;
    color: #5e6373;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 15px
}

ul {
    list-style: none
}

p:last-child {
    margin-bottom: 0
}

.font-30 {
    font-size: 30px;
    line-height: 40px
}

a {
    color: #212121;
    text-decoration: none
}

.container {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 20px
}

img {
    max-width: 100%;
    height: auto
}

section {
    position: relative
}

.strong,strong {
    font-weight: 600
}

.clr-yellow {
    color: #ffb81d
}

.head-small {
    font-size: 24px;
    line-height: 32px;
    display: block;
    text-transform: uppercase
}

.sub-head {
    font-size: 34px;
    line-height: 46px
}

.bg-light,.bg-dark-theme {
    background: #f8f8f8
}

.subhead-small {
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    color: #fff;
    text-transform: uppercase
}

.dis-flex {
    display: flex;
    flex-wrap: wrap
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.item-end {
    align-items: flex-end
}

.justify-sb {
    justify-content: space-between
}

.block {
    display: block
}

.flex-2 {
    flex-basis: 50%
}

.flex-2:first-child {
    padding-right: 20px
}

.flex-3 {
    flex-basis: 33.33%
}

.flex-4 {
    flex-basis: 25%
}

.flex-5 {
    flex-basis: 20%
}

.padding-t-150 {
    padding-top: 150px
}

.padding-t-120 {
    padding-top: 120px
}

.padding-b-150 {
    padding-bottom: 150px
}

.padding-b-120 {
    padding-bottom: 120px
}

.padding-t-100 {
    padding-top: 100px
}

.padding-b-100 {
    padding-bottom: 100px
}

.padding-t-70 {
    padding-top: 70px
}

.padding-b-70 {
    padding-bottom: 70px
}

.margin-b-150 {
    margin-bottom: 150px
}

.padding-t-50 {
    padding-top: 50px
}

.padding-b-50 {
    padding-bottom: 50px
}

.margin-t-100 {
    margin-top: 100px
}

.margin-t-80 {
    margin-top: 80px
}

.margin-t-70 {
    margin-top: 70px
}

.margin-t-60 {
    margin-top: 60px
}

.margin-t-50 {
    margin-top: 50px
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.head-txt {
    max-width: 1060px;
    margin: auto
}

.head-txt p {
    margin-top: 20px;
    color: #3f3f3f;
    line-height: 26px
}

.head-txt small {
    font-size: 14px
}

.head-txt a {
    text-decoration: none;
    transition: all 0.3s ease-in-out
}

.head-txt a:hover {
    text-decoration: underline
}

.green-btn {
    background: #FD6802;
    padding: 16px 42px 16px 22px;
    display: inline-block;
    color: #05164d;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    line-height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 228px
}

.green-btn:hover {
    background-color: #fff
}

.green-bdr-btn {
    background: none;
    border: 1px #FD6802 solid;
    padding: 18px 84px 18px 66px;
    display: inline-block;
    color: #FD6802;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    cursor: pointer
}

.green-bdr-btn:hover {
    border-color: #ffb81d;
    color: #ffb81d
}

.green-bdr-btn:hover .arrow-icon.green::after {
    background-position: -21px 2px
}

.arrow-icon {
    position: relative
}

.arrow-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    background: url(../images/header-bar/arrow-icon.png) no-repeat;
    width: 11px;
    height: 17px
}

.arrow-icon.green::after {
    background: url(../images/header-bar/green-yl-btn.png) 0 2px no-repeat
}

.btn-container {
    margin-top: 30px
}

.btn-container .cta-button {
    display: inline-flex;
    padding: 14px 16px;
    cursor: pointer;
    position: relative;
    background: #fff;
    color: #05164d;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 50px
}

.btn-container .cta-button:after {
    content: "";
    background: url(../images/header-bar/yellow-cta.svg) no-repeat;
    width: 26px;
    height: 26px;
    background-size: 100%;
    display: inline-block;
    margin-left: 10px
}

.btn-container .cta-button:hover {
    background-color: #FD6802;
    color: #05164d
}

.btn-container .cta-button:hover:after {
    background: url(../images/header-bar/blue-cta.svg) no-repeat
}

.btn-container .cta-button.yellow {
    background: #FD6802;
    color: #05164d
}

.btn-container .cta-button.yellow:after {
    background: url(../images/header-bar/white-cta.svg) no-repeat
}

.btn-container .cta-button.yellow:hover {
    background: #05164d;
    color: #fff
}

.btn-container .cta-button.yellow:hover:after {
    background: url(../images/header-bar/yellow-cta.svg) no-repeat
}

.header-two {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 25px 0;
    z-index: 99999999;
    transition: all 0.3s ease-in-out
}

.header-two .container {
    padding: 0 30px;
    width: 100%;
    max-width: 1900px
}

.header-two .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: static
}

.header-two .header-item-left {
    display: flex;
    flex-basis: 18%;
    align-items: center
}

.header-two .header-item-left .large {
    transition: all 0.7s ease-in-out
}

.header-two .header-item-left .large img {
    max-width: 220px
}

.header-two .header-item-left .large .light {
    display: block
}

.header-two .header-item-left .large .dark {
    display: none
}

.header-two .header-item-left .small {
    opacity: 0;
    display: grid;
    background: #ececec;
    padding: 10px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    align-items: center;
    position: absolute;
    top: 10px;
    transition: all 0.7s ease-in-out
}

.header-two .header-item-right {
    flex-basis: 80%;
    display: flex;
    justify-content: right;
    align-items: center
}

.header-two .header-item-right .menu ul li {
    display: inline-block;
    transition: color 0.3s ease
}

.header-two .header-item-right .menu ul li.menu-item-has-children a {
    position: relative;
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
    padding: 0 10px 35px;
    border: none;
    outline: none;
    color: #fff;
    transition: color 0.3s ease;
    font-weight: 500
}

.header-two .header-item-right .menu ul li.menu-item-has-children:hover a.mst-link:after {
    content: "";
    background: #FD6802;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -4px;
    opacity: 1;
    z-index: 9
}

.header-two .header-item-right .menu ul li.menu-item-has-children.hire-menu-item {
    margin: 0 30px 0 30px
}

.header-two .header-item-right .menu ul li.menu-item-has-children.hire-menu-item .nor {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle
}

.header-two .header-item-right .menu ul li.menu-item-has-children.hire-menu-item .hov {
    display: none;
    vertical-align: middle;
    margin-left: 8px
}

.header-two .header-item-right .menu ul li .menu-mega {
    position: absolute;
    left: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 0;
    top: 98%;
    padding: 0;
    z-index: 1;
    border-top: 1px solid #dedede;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1);
    display: none;
    background: #fff
}

.header-two .header-item-right .menu ul li .menu-mega.small-menu {
    left: 42%;
    width: 360px;
    padding: 25px;
    border-radius: 15px
}

.header-two .header-item-right .menu ul li .menu-mega.small-menu.company-menu {
    width: 310px;
    left: 65%
}

.header-two .header-item-right .menu ul li .menu-mega.small-menu a {
    padding: 15px 15px 15px 55px;
    position: relative;
    display: flex;
    color: #05164d;
    margin: 0;
    align-items: center;
    border-radius: 10px
}

.header-two .header-item-right .menu ul li .menu-mega.small-menu a:after {
    display: none
}

.header-two .header-item-right .menu ul li .menu-mega.small-menu a .menuicon {
    position: absolute;
    left: 10px;
    top: 10px;
    display: block
}

.header-two .header-item-right .menu ul li .menu-mega.small-menu a:last-child {
    margin: 0
}

.header-two .header-item-right .menu ul li .menu-mega.small-menu a:hover {
    background: #fff9eb
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents {
    width: 100%;
    min-height: 525px;
    height: 100%
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs {
    flex-basis: 20%;
    border-right: 1px solid #e6e6e6;
    padding: 15px 25px 15px 0
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li {
    width: 100%
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li a {
    display: block;
    padding: 15px 35px 15px 15px;
    color: #262626;
    position: relative;
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
    font-weight: 500;
    position: relative;
    font-size: 16px
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li a:after {
    content: "";
    background: url(../images/header-bar/arrow-yellow.svg) no-repeat center;
    position: absolute;
    top: 17px;
    right: 15px;
    width: 14px;
    height: 19px;
    background-size: 100%;
    opacity: 0;
    left: auto;
    bottom: auto
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li.no-link a {
    cursor: default
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li.is-active a {
    background: #fff9eb
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li.is-active a:after {
    opacity: 1
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs {
    flex-basis: 80%;
    padding: 0 20px
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.flex-full {
    flex-basis: 100%
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content {
    width: 100%;
    display: none;
    height: 100%
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .four-column {
    width: 100%
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .three-column {
    width: 68%
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    display: block;
    transition: all 0.3s ease-in-out;
    margin-bottom: 2px
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title {
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6;
    width: 100%
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a {
    padding-left: 70px;
    position: relative;
    display: block;
    margin: 0;
    font-weight: 400!important
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .title {
    font-size: 16px;
    line-height: 22px;
    color: #262626
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .menuicon {
    position: absolute;
    left: 10px;
    top: 10px
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content.is-active {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column {
    padding: 15px 0 30px;
    width: 100%
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-2 {
    flex-basis: 50%;
    padding: 0 5px
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-4 {
    flex-basis: 25%;
    padding: 0 5px
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head {
    color: #9f9f9f;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 10px 0 10px;
    display: block
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head.opacity-0 {
    opacity: 0
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a {
    width: calc(100% - 10px);
    margin: 0 0 10px -10px
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a {
    font-weight: 400!important;
    font-size: 14px;
    line-height: 20px;
    color: #5d6579;
    display: block;
    padding: 10px;
    border-radius: 10px;
    background: transparent
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a .title {
    font-size: 15px;
    line-height: 22px
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a:hover {
    background: #fff9eb
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a:hover:after {
    display: none
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more {
    color: #FD6802;
    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(../images/header-bar/arrow-yellow.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 .other-menu {
    width: 30%;
    position: relative;
    padding-left: 20px;
    border-left: 1px solid #e6e6e6;
    background: #f8f9fa
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu:after {
    content: "";
    position: absolute;
    right: -60px;
    top: 0;
    height: 100%;
    width: 20%;
    background: #f8f9fa
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .tab-title a {
    padding-left: 10px
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a {
    padding-left: 55px;
    position: relative
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a .menuicon {
    position: absolute;
    left: 10px;
    top: 15px
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs {
    display: flex
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .tab-content {
    width: 68%
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .tab-content .three-column {
    width: 98%
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu {
    display: block;
    width: 30%;
    height: auto;
    width: 30%;
    position: relative;
    padding-left: 20px;
    border-left: 1px solid #e6e6e6;
    background: #f8f9fa
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu:after {
    content: "";
    position: absolute;
    right: -60px;
    top: 0;
    height: 100%;
    width: 20%;
    background: #f8f9fa
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .tab-title a {
    padding-left: 10px
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .menu-column a {
    padding-left: 55px;
    position: relative;
    width: calc(100% - 10px);
    margin: 0 0 10px -10px
}

.header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .menu-column a .menuicon {
    position: absolute;
    left: 10px;
    top: 15px
}

.header-two .header-item-right .menu ul li:hover .menu-mega {
    display: block
}

.header-two .header-item-right .cta-wrap {
    display: inline-block
}

.header-two .header-item-right .cta-wrap .btn-container {
    margin: 0
}

.header-two .header-item-right .cta-wrap .btn-container .cta-button {
    line-height: 26px;
    padding: 10px 16px
}

.header-two .header-item-right .cta-wrap.large-reso {
    display: block
}

.header-two .header-item-right .cta-wrap.small-reso {
    display: none
}

/* .header-two.header-bg .header-item-left .large .light {
    display: none
}

.header-two.header-bg .header-item-left .large .dark {
    display: block
}

.header-two.header-bg .header-item-right {
    opacity: 0
}

.header-two.header-bg .header-item-right .menu ul li.menu-item-has-children a {
    color: #05164d
}

.header-two.header-bg .header-item-right .menu ul li.menu-item-has-children.hire-menu-item .nor {
    display: none
}

.header-two.header-bg .header-item-right .menu ul li.menu-item-has-children.hire-menu-item .hov {
    display: inline-block
}

.header-two.header-bg .header-item-right .cta-wrap .btn-sec .btn {
    border-color: rgba(5,22,77,.08)
}

.header-two.header-bg.sc-up {
    background: #fff
}

.header-two.header-bg.sc-up .header-item-left {
    opacity: 1
}

.header-two.header-bg.sc-up .header-item-right {
    opacity: 1
}

.header-two.header-bg.sc-down .small {
    opacity: 1
}

.header-two.header-bg.sc-down .large {
    opacity: 0
}

.header-two.header-bg .cta-wrap .btn-container .cta-button {
    background-color: #FD6802;
    color: #05164d
}

.header-two.header-bg .cta-wrap .btn-container .cta-button:after {
    background: url(../images/header-bar/blue-cta.svg) no-repeat
} */

.header-two:hover, .header-two.header-bg {
    background: #fff
}

.header-two:hover .header-item-left,
.sc-down.header-two .header-item-left {
    opacity: 1
}

.header-two:hover .header-item-left .large,
.sc-down.header-two .header-item-left .large {
    opacity: 1
}

.header-two:hover .header-item-left .large .light,
.sc-down.header-two .header-item-left .large .light {
    display: none
}

.header-two:hover .header-item-left .large .dark,
.sc-down.header-two .header-item-left .large .dark {
    display: block
}

.header-two:hover .header-item-left .small,
.sc-down.header-two .header-item-left .small {
    display: none
}

.header-two:hover .header-item-right,
.sc-down.header-two .header-item-right {
    opacity: 1
}

.header-two:hover .header-item-right .menu ul li.menu-item-has-children a,
.sc-down.header-two .header-item-right .menu ul li.menu-item-has-children a {
    color: #05164d
}

.header-two:hover .header-item-right .menu ul li.menu-item-has-children.hire-menu-item .nor,
.sc-down.header-two .header-item-right .menu ul li.menu-item-has-children.hire-menu-item .nor {
    display: none
}

.header-two:hover .header-item-right .menu ul li.menu-item-has-children.hire-menu-item .hov,
.sc-down.header-two .header-item-right .menu ul li.menu-item-has-children.hire-menu-item .hov {
    display: inline-block
}

.header-two:hover .header-item-right .cta-wrap .btn-sec .btn,
.sc-down.header-two .header-item-right .cta-wrap .btn-sec .btn {
    border-color: rgba(5,22,77,.08)
}

.header-two:hover .cta-wrap .btn-container .cta-button,
.sc-down.header-two .cta-wrap .btn-container .cta-button {
    background-color: #FD6802;
    color: #05164d
}

.header-two:hover .cta-wrap .btn-container .cta-button:after,
.sc-down.header-two .cta-wrap .btn-container .cta-button:after {
    background: url(../images/header-bar/blue-cta.svg) no-repeat
}

@media screen and (max-width: 1700px) {
    .header-two .container {
        max-width:100%
    }

    .header-two .header-item-right .menu ul li .menu-mega.small-menu {
        left: 57%
    }

    .header-two .header-item-right .menu ul li .menu-mega.small-menu.company-menu {
        left: 60%
    }
}

@media screen and (max-width: 1580px) {
    .header-two .header-item-right .menu ul li .menu-mega.small-menu {
        left:44%
    }

    .header-two .header-item-right .menu ul li .menu-mega.small-menu.company-menu {
        left: 60%
    }
}

@media screen and (max-width: 1440px) {
    .header-two .container {
        padding:0 20px
    }

    .header-two .header-item-right .menu ul li.menu-item-has-children a {
        font-size: 15px
    }

    .header-two .header-item-right .menu ul li.menu-item-has-children.hire-menu-item {
        margin: 0 30px 0 60px
    }

    .header-two .header-item-right .menu ul li .menu-mega.small-menu {
        left: 44%
    }

    .header-two .header-item-right .menu ul li .menu-mega.small-menu.company-menu {
        left: 61%
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents {
        min-height: 520px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li a {
        font-size: 15px;
        padding: 13px 35px 13px 15px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .title {
        font-size: 15px;
        line-height: 24px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .title {
        font-size: 15px;
        line-height: 22px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column {
        padding: 15px 0 25px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head {
        font-size: 13px;
        margin: 8px 0 8px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a {
        margin: 0 0 5px -10px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a {
        font-size: 13px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a .title {
        font-size: 14px;
        line-height: 22px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more {
        padding: 25px 0 0;
        margin: 15px 0 0
    }
}

@media screen and (max-width: 1280px) {
    .header-two .container {
        padding:0 20px
    }

    .header-two .header-item-right .menu ul li.menu-item-has-children a {
        font-size: 14px
    }

    .header-two .header-item-right .menu ul li.menu-item-has-children.hire-menu-item {
        margin: 0 15px 0 15px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents {
        min-height: 450px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs {
        padding: 15px 20px 15px 0
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li a {
        font-size: 14px;
        padding: 10px 25px 10px 10px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs .tab-nav li a:after {
        top: 14px;
        right: 10px;
        width: 11px;
        height: 14px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs {
        padding: 0 15px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content {
        min-height: 450px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .title {
        font-size: 13px;
        line-height: 20px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title {
        padding: 10px 0
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .title {
        font-size: 14px;
        line-height: 20px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column {
        padding: 15px 0 25px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-4 {
        padding: 0 3px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-2 {
        padding: 0 3px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head {
        font-size: 14px;
        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: 14px;
        line-height: 20px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a .title {
        font-size: 13px;
        line-height: 20px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more {
        padding: 20px 0 0;
        margin: 10px 0 0
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu {
        padding-left: 12px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a {
        padding-left: 45px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a .menuicon {
        width: 25px;
        height: 25px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu:after {
        right: -50px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu {
        padding-left: 12px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu.tab-content {
        min-height: auto
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu:after {
        right: -50px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .tab-title a {
        padding-left: 8px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .menu-column a {
        padding-left: 45px;
        width: calc(100% - 10px);
        margin: 0 0 5px -8px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .menu-column a .menuicon {
        width: 25px;
        height: 25px
    }
}

@media screen and (max-width: 1139px) {
    .header-two {
        position:fixed;
        top: 0;
        width: 100%;
        background: #1d1c39;
        z-index: 99999999;
        padding: 25px 0
    }

    .header-two .header-item-left {
        display: flex;
        flex-basis: 100%;
        justify-content: space-between;
        align-items: center;
        margin: 0
    }

    .header-two .header-item-left .large {
        transition: all 0.7s ease-in-out
    }

    .header-two .header-item-left .large img {
        max-width: 220px
    }

    .header-two .header-item-left .small {
        display: none
    }

    .header-two .header-item-right {
        flex-basis: 100%
    }

    .header-two .header-item-right .menu {
        display: none
    }

    .header-two .header-item-right .menu ul {
        margin: 0
    }

    .header-two .header-item-right .menu ul li {
        margin: 20px 0 0;
        display: block
    }

    .header-two .header-item-right .menu ul li.menu-item-has-children a {
        padding: 0;
        font-size: 15px;
        color: #fff
    }

    .header-two .header-item-right .menu ul li.menu-item-has-children:hover a.mst-link:after {
        display: none
    }

    .header-two .header-item-right .menu ul li.menu-item-has-children.hire-menu-item {
        margin: 20px 0 0
    }

    .header-two .header-item-right .menu ul li:hover .menu-mega {
        display: none
    }

    .header-two .header-item-right .menu ul li .menu-mega {
        position: relative;
        display: none;
        background: 0 0;
        margin-top: 20px;
        padding-left: 0;
        border-top: 1px solid #dedede;
        box-shadow: 4px 4px 60px rgba(59,85,112,.25);
        display: none;
        background: #fff
    }

    .header-two .header-item-right .menu ul li .menu-mega.small-menu {
        left: auto;
        width: 100%;
        border-radius: 0;
        padding: 20px 10px!important
    }

    .header-two .header-item-right .menu ul li .menu-mega.small-menu.company-menu {
        left: auto;
        width: 100%
    }

    .header-two .header-item-right .menu ul li .menu-mega.small-menu a {
        padding: 15px 15px 15px 55px;
        position: relative;
        display: flex;
        margin: 0;
        align-items: center;
        border-radius: 10px;
        color: #000!important
    }

    .header-two .header-item-right .menu ul li .menu-mega.small-menu a .title {
        color: #262626
    }

    .header-two .header-item-right .menu ul li .menu-mega.small-menu a:after {
        display: none
    }

    .header-two .header-item-right .menu ul li .menu-mega.small-menu a .menuicon {
        position: absolute;
        left: 10px;
        top: 10px;
        display: block
    }

    .header-two .header-item-right .menu ul li .menu-mega.small-menu a:last-child {
        margin: 0
    }

    .header-two .header-item-right .menu ul li .menu-mega.small-menu a:hover {
        background: #fff9eb
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents {
        width: 100%;
        min-height: initial
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .left-tabs {
        display: none
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs {
        flex-basis: 100%;
        padding: 0
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content {
        min-height: initial;
        display: block!important;
        height: auto
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .four-column {
        width: 100%
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .three-column {
        width: 100%
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .title {
        font-weight: 500;
        font-size: 15px;
        line-height: 26px;
        color: #000;
        display: block;
        transition: all 0.3s ease-in-out;
        margin-bottom: 2px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title {
        padding: 10px 25px 10px 0;
        border-bottom: 1px solid #e6e6e6;
        width: 100%;
        display: flex;
        align-items: center
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a {
        padding: 10px 10px 10px 55px;
        margin: 0 0 0 -10px;
        width: 100%
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .title {
        font-size: 15px;
        line-height: 20px;
        color: #262626
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .tab-title a .menuicon {
        left: 8px;
        width: 35px;
        height: 35px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content.is-active {
        display: block
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column {
        padding: 15px 0 0;
        width: 100%
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.sub-service {
        display: none
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.hr-submenu {
        display: none
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.sub-tech {
        display: none
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column.m-active {
        display: block
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-2 {
        flex-basis: 100%;
        padding: 0;
        margin: 0
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-4 {
        flex-basis: 100%;
        padding: 0;
        margin: 0 0 25px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .flex-4.margin-0 {
        margin: 0
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head {
        font-size: 13px;
        margin: 8px 0 8px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column .head.opacity-0 {
        display: none
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .menu-column a {
        width: calc(100% - 10px);
        margin: 0 0 5px -10px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a {
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        color: #5d6579;
        display: block;
        padding: 10px;
        border-radius: 10px;
        background: transparent
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a .title {
        font-size: 14px;
        line-height: 20px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a:hover {
        background: #fff9eb
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a:hover:after {
        display: none
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more {
        padding: 20px 0 0;
        margin: 10px 0 0
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content a.view-more:after {
        display: inline-block
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu {
        width: 100%;
        position: relative;
        padding-left: 0;
        border-left: none;
        background: #fff
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu.mob-hide {
        display: none
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu:after {
        display: none
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .tab-title {
        padding: 0
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .tab-title a {
        padding: 8px;
        width: calc(100% - 10px);
        margin: 0 0 5px -10px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .tab-title .ser-arrow-btn {
        right: -15px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 {
        flex-basis: 100%
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a {
        padding-left: 55px;
        position: relative
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs .tab-content .other-menu .flex-1 a .menuicon {
        position: absolute;
        left: 10px;
        top: 15px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs {
        display: flex;
        flex-wrap: wrap
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .tab-content {
        width: 100%
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .tab-content .three-column {
        width: 100%
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu {
        width: 100%;
        position: relative;
        padding-left: 0;
        border-left: none;
        background: #fff
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu.tab-content {
        width: 100%;
        height: auto;
        min-height: auto
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu.mob-hide {
        display: none!important
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu:after {
        display: none
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .tab-title {
        padding: 0
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .tab-title a {
        padding: 8px;
        width: calc(100% - 10px);
        margin: 0 0 5px -10px
    }

    .header-two .header-item-right .menu ul li .menu-mega .tab-menu .tab-contents .right-tabs.hire-tabs .other-menu .tab-title .ser-arrow-btn {
        right: -15px
    }

    .header-two .header-item-right .menu ul li .menu-mega.m-active {
        display: block
    }

    .header-two .header-item-right .mob-nav {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 78px;
        left: 0;
        background: #1d1c39;
        padding: 0 20px;
        display: none;
        overflow-y: auto;
        padding-bottom: 120px;
        padding-top: 10px;
    }

    .header-two .header-item-right .mob-nav.active {
        display: block
    }

    .header-two .header-item-right .cta-wrap {
        display: inline-block
    }

    .header-two .header-item-right .cta-wrap .btn-sec .btn {
        font-size: 15px;
        margin: 30px auto 0;
        cursor: pointer
    }

    .header-two .header-item-right .cta-wrap .btn-sec .btn.rounded:before {
        top: 3px
    }

    .header-two .header-item-right .cta-wrap.large-reso {
        display: none
    }

    .header-two .header-item-right .cta-wrap.small-reso {
        display: block
    }

    /* .header-two.header-bg .header-item-left .large .light {
        display: block
    }

    .header-two.header-bg .header-item-left .large .dark {
        display: none
    }

    .header-two.header-bg .header-item-right {
        opacity: 0
    }

    .header-two.header-bg .header-item-right .menu ul li.menu-item-has-children a {
        color: #fff
    }

    .header-two.header-bg .header-item-right .cta-wrap .btn-sec .btn {
        border-color: #fff
    }

    .header-two.header-bg.sc-up {
        background: #1d1c39
    }

    .header-two.header-bg.sc-up .header-item-left {
        opacity: 1
    }

    .header-two.header-bg.sc-up .header-item-right {
        opacity: 1
    }

    .header-two.header-bg.sc-down .small {
        opacity: 0
    }

    .header-two.header-bg.sc-down .large {
        opacity: 1
    } */

    .header-two:hover {
        background: #1d1c39
    }

    .header-two:hover .header-item-left,
    .sc-down.header-two .header-item-left {
        opacity: 1
    }

    .header-two:hover .header-item-left .large,
    .sc-down.header-two .header-item-left .large {
        opacity: 1
    }

    .header-two:hover .header-item-left .large .light,
    .sc-down.header-two .header-item-left .large .light {
        display: block
    }

    .header-two:hover .header-item-left .large .dark,
    .sc-down.header-two .header-item-left .large .dark {
        display: none
    }

    .header-two:hover .header-item-left .small,
    .sc-down.header-two .header-item-left .small {
        display: none
    }

    .header-two:hover .header-item-right,
    .sc-down.header-two .header-item-right {
        opacity: 1
    }

    .header-two:hover .header-item-right .menu ul li.menu-item-has-children a,
    .sc-down.header-two .header-item-right .menu ul li.menu-item-has-children a {
        color: #fff
    }

    .header-two:hover .header-item-right .cta-wrap .btn-sec .btn,
    .sc-down.header-two .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(../images/home-images/button-icons-sprite.png) -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(../images/header-bar/mobile-btn.png) 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(../images/header-bar/arrow-mob.svg) 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)
    }
}

.not-found-section {
    height: 95vh;
    display: flex;
    align-items: center;
    padding: 200px 0;
    border-bottom: 1px solid rgba(155,155,155,.2)
}

.not-found-section h2 {
    color: #fff
}

.not-found-section .suggest {
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    color: #9b9b9b;
    display: block;
    margin-top: 5px
}

.not-found-section ul {
    margin-top: 43px
}

.not-found-section ul li {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #9b9b9b;
    margin-top: 12px;
    list-style-type: none
}

.not-found-section ul li a {
    color: #FD6802
}

@media (max-width: 1024px) {
    h2 {
        font-size: 35px;
        line-height: 40px
    }
}

@media (max-width: 979px) {

    .not-found-section .suggest {
        font-size: 22px
    }

    .not-found-section .flex-2 {
        text-align: center
    }

    .not-found-section .flex-2:last-child {
        margin-top: 30px
    }

    h3 {
        font-size: 22px
    }
}

@media (max-width: 767px) {
    .not-found-section {
        height: auto;
        padding: 100px 0 40px
    }

    .not-found-section .suggest {
        font-size: 18px;
        line-height: 30px
    }

    .not-found-section ul {
        margin-top: 20px
    }

    .not-found-section ul li {
        font-size: 14px;
        margin-top: 10px;
        line-height: 18px
    }

    h2 {
        font-size: 30px;
        line-height: 35px
    }

    h3 {
        font-size: 20px
    }
}

.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(../images/home-images/arrow.svg) no-repeat center;
    width: 11px;
    display: inline-block;
    height: 11px;
    margin-left: 8px;
    transition: all 0.3s ease-in-out
}

.is-arrow:hover {
    text-decoration: none
}

.is-arrow:hover:after {
    margin-left: 15px
}

.top-section h6 {
    color: #FD6802;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px
}

.top-section p {
    font-size: 18px
}

.top-section.b-100 {
    max-width: 100%;
    margin: auto;
    padding: 0 0 100px;
    text-align: center
}

@media only screen and (max-width: 1600px) {
    .container {
        max-width:1380px
    }
}

@media only screen and (max-width: 1440px) {
    .container {
        max-width:1260px
    }

    .margin-t-50 {
        margin-top: 30px
    }

    h1 {
        font-size: 55px;
        line-height: 1.3
    }

    h2 {
        font-size: 36px;
        line-height: 55px
    }

}

@media only screen and (max-width: 1320px) {
    .container {
        max-width:1160px
    }

    .padding-t-100 {
        padding-top: 60px
    }

    .padding-b-100 {
        padding-bottom: 60px
    }

    .padding-t-120 {
        padding-top: 80px
    }

    .padding-b-120 {
        padding-bottom: 80px
    }

    .padding-b-70 {
        padding-top: 60px
    }

    .padding-t-70 {
        padding-bottom: 60px
    }

    .margin-t-80 {
        margin-top: 60px
    }

    .top-section.b-100 {
        padding: 0 0 60px
    }
}

@media only screen and (max-width: 1200px) {
    h1 {
        font-size:50px
    }

    h2 {
        font-size: 35px;
        line-height: 40px;
        margin: 0 0 15px
    }
}

@media only screen and (max-width: 991px) {
    br {
        display:none
    }

    h3 {
        font-size: 22px
    }

    .flex-2 {
        flex-basis: 100%
    }

    .flex-2:first-child {
        padding-right: 0
    }

    .flex-3 {
        flex-basis: 50%
    }

    .flex-4 {
        flex-basis: 50%
    }

    .flex-5 {
        flex-basis: 33.33%
    }

    .padding-t-150 {
        padding-top: 60px
    }

    .padding-b-150 {
        padding-bottom: 60px
    }

    .margin-b-150 {
        margin-bottom: 60px
    }

    .margin-t-100,.margin-t-80,.margin-t-70,.margin-t-60 {
        margin-top: 40px
    }

    .is-arrow {
        margin: 25px 0 0
    }
}

@media only screen and (max-width: 767px) {
    body {
        font-size:14px;
        font-family: sans-serif;
        line-height: 24px
    }

    ::placeholder,input,textarea {
        font-family: sans-serif
    }

    .padding-t-100 {
        padding-top: 40px
    }

    .padding-b-100 {
        padding-bottom: 40px
    }

    .padding-b-150 {
        padding-bottom: 60px
    }

    .margin-b-150 {
        margin-bottom: 40px
    }

    .padding-t-120 {
        padding-top: 50px
    }

    .padding-b-120 {
        padding-bottom: 50px
    }

    .padding-t-150 {
        padding-top: 60px
    }

    .padding-t-70 {
        padding-top: 40px
    }

    .padding-b-70 {
        padding-bottom: 60px
    }

    h1 {
        font-size: 40px;
        line-height: 50px
    }

    h2 {
        font-size: 30px;
        line-height: 35px
    }

    h3 {
        font-size: 20px;
        line-height: 30px
    }

    p {
        font-size: 14px;
        line-height: 24px;
        margin: 0 0 15px
    }

    .flex-3 {
        flex-basis: 100%
    }

    .flex-4 {
        flex-basis: 100%
    }

    .flex-5 {
        flex-basis: 100%
    }

    .font-30 {
        font-size: 18px;
        line-height: 26px
    }

    .is-arrow {
        margin: 20px 0 0;
        font-size: 16px
    }

    .top-section p {
        font-size: 16px
    }

    .top-section.b-100 {
        padding: 0 0 40px
    }

    .btn-container {
        margin-top: 20px
    }

    .btn-container .cta-button {
        padding: 12px 16px;
        font-size: 14px;
        display: inline-flex;
        align-items: center
    }
}

.cta-section {
    background: linear-gradient(90deg,#05164d 0%,#0c33b3 100%);
    padding: 30px 0
}

.cta-section .cta-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
}

.cta-section .left-sec {
    flex-basis: 60%;
    padding: 40px 0
}

.cta-section .left-sec .top-section h2 {
    color: #fff
}

.cta-section .left-sec .top-section h2 a {
    color: #fff
}

.cta-section .left-sec .top-section h2 a:hover {
    opacity: .8
}

.cta-section .left-sec .top-section p {
    color: #bdb7b7
}

.cta-section .left-sec .top-section p a {
    color: #bdb7b7;
    text-decoration: underline
}

.cta-section .left-sec .top-section p a:hover {
    text-decoration: none
}

.cta-section .left-sec .top-section .btn-container {
    margin: 40px 0 0
}

.cta-section .left-sec .top-section ul {
    display: flex;
    align-items: flex-start;
    margin: 25px 0 0;
    flex-wrap: wrap;
    gap: 10px;
}

.cta-section .left-sec .top-section ul li {
    padding-left: 30px;
    color: #dcdcdc;
    position: relative;
    margin-right: 15px;
    font-weight: 400
}

.cta-section .left-sec .top-section ul li:before {
    content: "";
    background: url(../images/home-images/tick-mark.svg) no-repeat center;
    width: 24px;
    height: 24px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 3px
}

.cta-section .left-sec .top-section ul a {
    color: #dcdcdc;
    text-decoration: underline
}

.cta-section .left-sec .top-section ul a:hover {
    text-decoration: none
}

.cta-section .right-sec {
    flex-basis: 35%
}

@media (max-width: 1024px) {
    .cta-section .left-sec {
        flex-basis:60%
    }

    .cta-section .left-sec ul {
        flex-wrap: wrap
    }

    .cta-section .left-sec ul li {
        width: 100%
    }

    .cta-section .right-sec {
        flex-basis: 35%
    }
}

@media (max-width: 767px) {
    .cta-section {
        padding:50px 0
    }

    .cta-section .left-sec {
        flex-basis: 100%;
        padding: 0;
        text-align: center
    }

    .cta-section .left-sec .top-section .btn-container {
        margin: 30px 0 0
    }

    .cta-section .left-sec .top-section ul {
        display: flex;
        align-items: center;
        margin: 20px 0 0;
        justify-content: center
    }

    .cta-section .left-sec .top-section ul li {
        padding-left: 23px;
        margin-right: 10px;
        margin-bottom: 5px;
        width: auto
    }

    .cta-section .left-sec .top-section ul li:before {
        width: 20px;
        height: 20px
    }

    .cta-section .right-sec {
        flex-basis: 100%;
        display: none
    }
}

.it-services {
    background: linear-gradient(180deg,#fff8ea 0%,#fff8ea 100%)
}

.it-services .services-grid {
    display: grid;
    grid-template-columns: repeat(5,1fr)
}

.it-services .service-card {
    background-color: #fff5e6;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: transform 0.3s ease;
    border-bottom: 3px solid #fabd93
}

.it-services .service-card:first-child {
    border-radius: 8px 0 0 8px
}

.it-services .service-card:last-child {
    border-radius: 0 8px 8px 0
}

.it-services .service-card:nth-child(odd) {
    background: #f9ceb0
}

.it-services .service-card:nth-child(n+6):nth-child(-n+10), .it-services .service-card:nth-child(n+13):nth-child(-n+16), .it-services .service-card:nth-child(n+21):nth-child(-n+24) {
    border-bottom: none;
}

.it-services .service-card .service-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 1px;
    border-radius: 60%;
    border: 1px solid #e7c8b2;
}

.it-services .service-card .service-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0
}

.it-services .service-card .service-content p {
    color: #25272e;
    font-weight: 400
}

@media (max-width: 1440px) {
    .it-services .service-card {
        padding:20px
    }
}

@media (max-width: 1200px) and (min-width: 980px) {
    .it-services .services-grid {
        grid-template-columns:repeat(4,1fr);
        grid-template-areas: "one two three four" "five six seven eight" ". nine ten .";
    }

    .it-services .services-grid > div.service-card:nth-child(1){grid-area:one}
    .it-services .services-grid > div.service-card:nth-child(2){grid-area:two}
    .it-services .services-grid > div.service-card:nth-child(3){grid-area:three}
    .it-services .services-grid > div.service-card:nth-child(4){grid-area:four}
    .it-services .services-grid > div.service-card:nth-child(5){grid-area:five}
    .it-services .services-grid > div.service-card:nth-child(6){grid-area:six}
    .it-services .services-grid > div.service-card:nth-child(7){grid-area:seven}
    .it-services .services-grid > div.service-card:nth-child(8){grid-area:eight}
    .it-services .services-grid > div.service-card:nth-child(9){grid-area:nine}
    .it-services .services-grid > div.service-card:nth-child(10){grid-area:ten}

    .it-services .service-card:nth-child(n+1):nth-child(-n+10){
        border-bottom: 3px solid #fabd93;
    }

    .it-services .service-card:nth-child(n+8):nth-child(-n+10) {
        border-bottom: none;
    }

    .it-services .service-card:nth-child(5){
        border-bottom: none !important;
    }

    .it-services .services-grid .service-card:nth-child(odd) {
        background: #f9ceb0
    }

    .it-services .services-grid .service-card:nth-child(even) {
        background: #fff5e6
    }

    .it-services .services-grid .service-card:nth-child(1), .it-services .services-grid .service-card:nth-child(3) {
        background: #fff5e6
    }

    .it-services .services-grid .service-card:nth-child(2), .it-services .services-grid .service-card:nth-child(4) {
        background: #f9ceb0
    }
}

@media (max-width: 979px) {
    .it-services .services-grid {
        grid-template-columns:repeat(2,1fr)
    }

    .it-services .service-card:nth-child(n+1):nth-child(-n+10){
        border-bottom: 3px solid #fabd93;
    }

    .it-services .service-card:nth-child(n+9):nth-child(-n+10) {
        border-bottom: none;
    }

    .it-services .services-grid .service-card:nth-child(3) {
        background: #fff5e6
    }

    .it-services .services-grid .service-card:nth-child(4) {
        background: #f9ceb0
    }

    .it-services .services-grid .service-card:nth-child(5) {
        background: #f9ceb0
    }

    .it-services .services-grid .service-card:nth-child(6) {
        background: #fff5e6
    }

    .it-services .services-grid .service-card:nth-child(7) {
        background: #fff5e6
    }

    .it-services .services-grid .service-card:nth-child(8) {
        background: #f9ceb0
    }

    .it-services .services-grid .service-card:nth-child(5),.it-services .services-grid .service-card:nth-child(6) {
        border-bottom: 3px solid #fabd93
    }
}

@media (max-width: 767px) {
    .it-services .services-grid {
        grid-template-columns:1fr;
        width: fit-content;
        margin: auto;
    }

    .it-services .service-card:nth-child(n+1):nth-child(-n+10){
        border-bottom: 3px solid #fabd93;
    }

    .it-services .service-card:nth-child(n+10):nth-child(-n+10) {
        border-bottom: none;
    }

    .it-services .services-grid .service-card:nth-child(odd) {
        background: #f9ceb0
    }

    .it-services .services-grid .service-card:nth-child(even) {
        background: #fff5e6
    }

    .it-services .services-grid .service-card .service-content h3 {
        font-size: 18px
    }
}

.animated-tech {
    background: url(../images/home-images/bg-image.png) 0 0 repeat;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative
}

.animated-tech .top-section h2 {
    color: #fff
}

.animated-tech .top-section p {
    color: #bdb7b7
}

.tech-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 15px
}

.tech-section .tech-row {
    position: relative;
    overflow: hidden;
    width: 70%;
    margin: 0 auto;
    height: 160px
}

.tech-section .tech-row .tech-stack {
    display: flex
}

.tech-section .tech-row .tech-stack ul {
    gap: 20px;
    display: flex;
    min-width: 150%;
    justify-content: center;
    column-gap: 18px;
    position: absolute
}

.tech-section .tech-row .tech-stack ul li {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    text-align: center
}

.tech-section .tech-row .tech-stack ul li .tech-img {
    width: 110px;
    height: 102px;
    background: #fff;
    display: block;
    border-radius: 20px;
    border: 1.5px solid #a0a0a02e;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 0 0 10px
}

.tech-section .tech-row .tech-stack ul li:hover {
    color: #FD6802;
    opacity: 1
}

.tech-section .tech-row .tech-stack ul li a {
    color: #fff
}

.tech-section .tech-row .tech-stack ul li a:hover {
    color: #FD6802;
    opacity: 1
}

.tech-section .tech-row .hover:hover {
    color: red
}

@keyframes slide_to_left {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-50%)
    }
}

.animate-slide-to-left {
    animation: slide_to_left 30s linear infinite
}

@keyframes slide_to_right {
    0% {
        transform: translateX(-50%)
    }

    to {
        transform: translateX(0)
    }
}

.animate-slide-to-right {
    animation: slide_to_right 30s linear infinite
}

.cursor-default {
    cursor: default
}

.cursor-pointer {
    cursor: pointer
}

.cursor-text {
    cursor: text
}

.hover\:pause:hover {
    animation-play-state: paused
}

@media (max-width: 979px) {
    .tech-section .tech-row {
        width:100%;
        margin: 0 auto
    }
}

.explore-btn {
    position: relative;
    color: #05164d;
    font-weight: 500;
    text-decoration: underline
}

.explore-btn:after {
    content: "";
    background: url(../images/home-images/explore-btn.svg) 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
}

.explore-btn {
    color: #fff!important
}

.explore-btn:after {
    background: url(../images/home-images/white-arrow.svg) no-repeat center!important
}

.contact-us-section {
    position: relative;
    background: linear-gradient(to right,#fff9eb 40%,#fff 30%)
}

.contact-us-section .left-box {
    flex-basis: 35%;
    position: relative;
    z-index: 1
}

.contact-us-section .left-box .soc-box {
    margin: 20px 0 0;
    color: rgba(5,22,77,.8);
    font-size: 14px;
    font-weight: 500
}

.contact-us-section .left-box .soc-box a {
    display: flex;
    align-items: center;
    padding-left: 20px;
    position: relative;
    color: rgba(5,22,77,.8);
    line-height: initial
}

.contact-us-section .left-box .soc-box a:before {
    content: "";
    width: 1px;
    height: 25px;
    position: absolute;
    left: 9px;
    top: -2px;
    background: rgba(65,65,65,.3)
}

.contact-us-section .left-box .soc-box a:hover {
    color: #05164d
}

.contact-us-section .left-box .soc-box a:first-child {
    padding: 0
}

.contact-us-section .left-box .soc-box a:first-child:before {
    display: none
}

.contact-us-section .left-box .soc-box a i {
    margin-right: 10px
}

.contact-us-section .left-box .soc-box a i img {
    vertical-align: middle
}

.contact-us-section .left-box .soc-box a:before {
    content: "";
    width: 1px;
    height: 25px;
    position: absolute;
    left: 9px;
    top: -2px;
    background: rgba(65,65,65,.3)
}

.contact-us-section .left-box .soc-box a span {
    position: relative
}

.contact-us-section .left-box .soc-box a span:after {
    content: "";
    width: 100%;
    height: 2px;
    background: url(../images/home-images/soc-border.svg) 0 0 no-repeat;
    position: absolute;
    bottom: -1px;
    left: 0;
    opacity: 1!important
}

.contact-us-section .left-box .award-box {
    width: 100%;
    padding: 30px 0 0
}

.contact-us-section .left-box .award-box p {
    color: #3f3f3f;
    font-weight: 500;
    font-size: 18px
}

.contact-us-section .left-box .award-box p strong {
    font-weight: 700
}

.contact-us-section .left-box .award-box p a {
    color: #3f3f3f;
    text-decoration: underline
}

.contact-us-section .left-box .award-box .row-box .col-box {
    margin: 30px 0 0;
    align-items: self-start
}

.contact-us-section .left-box .award-box .row-box .col-box .icon {
    flex-basis: 10%
}

.contact-us-section .left-box .award-box .row-box .col-box .desp {
    flex-basis: 90%;
    padding-left: 0
}

.contact-us-section .left-box .award-box .row-box .col-box .desp h4 {
    color: #6f6f6f;
    font-weight: 500
}

.contact-us-section .left-box .award-box .row-box .col-box .desp p {
    font-size: 14px;
    margin: 5px 0 0;
    line-height: 24px;
    color: #929292;
    font-weight: 400
}

.contact-us-section .left-box .award-box .client-stack {
    margin: 30px 0 0
}

.contact-us-section .left-box .award-box .client-stack ul {
    display: flex;
    gap: 7px;
    flex-wrap: wrap
}

.contact-us-section .right-box {
    width: 58%;
    background: #fff;
    padding: 0
}

.contact-us-section .right-box h2 {
    margin: 0 0 10px
}

.contact-us-section .right-box .top-section {
    margin: 0 0 50px
}

.contact-us-section .form-text-cont {
    flex-basis: 50%;
    margin-bottom: 30px;
    position: relative
}

.contact-us-section .form-text-cont:nth-child(2n-1) {
    padding-right: 20px
}

.contact-us-section .form-text-cont.verror label {
    color: #dc0019
}

.contact-us-section .input-field {
    border: 1.5px solid #d4e0ed;
    padding: 0 15px;
    height: 54px;
    background: transparent;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    border-radius: 5px;
    outline: 0;
    color: #9b9b9b
}

.contact-us-section .user-input {
    position: relative
}

.contact-us-section .user-input label {
    position: absolute;
    top: -15px;
    left: 8px;
    font-size: 13px;
    background: #fff;
    padding: 0 8px;
    color: rgba(51,51,51,.7);
    font-weight: 500
}

.contact-us-section .user-input:focus-within label {
    color: #333
}

.contact-us-section .user-input:focus-within .input-field {
    border-color: #05164d
}

.contact-us-section .form-control small,.contact-us-section .user-input small {
    display: none;
    font-size: 13px;
    margin-top: 5px
}

.contact-us-section .width-full .user-input {
    border: 1.5px solid #d4e0ed;
    padding: 20px 15px;
    background: transparent;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    line-height: 25px;
    height: 180px;
    margin-bottom: 0;
    padding-right: 50px
}

.contact-us-section .width-full .user-input small {
    display: block;
    opacity: 0
}

.contact-us-section .width-full .user-input.form-control.verror {
    border-color: red
}

.contact-us-section .width-full .user-input.success::after {
    top: 27px
}

.contact-us-section .width-full.verror .user-input {
    border-color: #dc0019!important
}

.contact-us-section .comment-input {
    height: 100%;
    resize: none;
    background: none;
    outline: 0;
    border: none;
    overflow-y: auto;
    padding: 0
}

.contact-us-section .drop-input {
    position: relative;
    bottom: 0;
    left: 0
}

.contact-us-section .drop-box {
    text-decoration: none;
    padding: 5px 10px;
    border: .5px solid #fff;
    font-size: 14px
}

.contact-us-section .btn-container {
    margin-top: 0
}

.contact-us-section .btn-container .cta-button {
    background: #FD6802 url(../images/header-bar/white-cta.svg) no-repeat right 15px center;
    border: none;
    padding: 16px 50px 16px 20px
}

.contact-us-section .btn-container .cta-button:hover {
    background: #05164d url(../images/header-bar/yellow-cta.svg) no-repeat right 15px center;
    color: #fff
}

.contact-us-section .arrow-wrap {
    right: 50px;
    top: 9px
}

.contact-us-section .user-input.checkout {
    text-align: right
}

.contact-us-section .user-input.success {
    position: relative
}

.contact-us-section .user-input.success::after {
    content: "";
    background: url(../images/home-images/success-icon.png) top center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
    z-index: 1
}

.contact-us-section .error {
    color: #dc0019!important;
    opacity: .9;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 13px
}

.contact-us-section .form-text-cont.width-full {
    flex-basis: 100%;
    padding-right: 0
}

.contact-us-section #drop-area {
    border: none;
    margin-top: 2px;
    display: inline-block;
    position: relative;
    bottom: 0;
    padding: 0
}

.contact-us-section #drop-area .button {
    background: rgba(217,217,217,.2);
    color: #414040;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #d1d1e1;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 500
}

.contact-us-section #drop-area .button:hover {
    background: rgba(217,217,217,.8);
    opacity: 1
}

.contact-us-section #drop-area .button:focus {
    background: rgba(76,76,76,.7);
    color: #fff
}

.contact-us-section #gallery {
    margin-bottom: 8px
}

.contact-us-section #gallery div {
    display: inline-flex;
    margin-right: 10px;
    vertical-align: baseline;
    align-items: flex-start;
    position: relative;
    transition: all 0.3s ease-in-out
}

.contact-us-section #gallery div button,.contact-us-section #gallery div a {
    text-decoration: none;
    background: #ffb81d;
    padding: 4px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    position: absolute;
    right: 0;
    cursor: pointer;
    border: 0
}

.contact-us-section #gallery div button:focus,.contact-us-section #gallery div a:focus {
    background: #f30909
}

.contact-us-section #file-type-error {
    font-size: 13px;
    color: #dc0019;
    margin-bottom: 10px
}

.contact-us-section .loader {
    border: 5px solid #9f9f9f;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
    position: absolute;
    top: 22px;
    left: 50%;
    display: none
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.contact-us-section .gal-loader {
    position: relative;
    padding: 20px;
    margin-bottom: 15px;
    display: none
}

.contact-us-section .gal-loader.active {
    background: rgba(0,0,0,.1)
}

.contact-us-section .gal-loader.active .loader {
    display: block
}

.contact-us-section .gal-loader.show-me {
    display: block;
    min-height: 100px
}

.contact-us-section .autocomplete-items {
    display: none
}

.contact-us-section .autocomplete-items.has-data {
    display: block;
    height: 170px;
    overflow-y: auto;
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    z-index: 1;
    box-shadow: 0 6px 9px rgba(1,0,12,.43);
    background: #1d1c39;
    border-radius: 5px;
    z-index: 2
}

.contact-us-section .autocomplete-items.has-data div {
    color: #fff;
    border-bottom: 1px solid #05142b;
    background-color: #1d1c39;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    padding: 15px 20px
}

.contact-us-section .autocomplete-items.has-data div.autocomplete-active,.contact-us-section .autocomplete-items.has-data div:hover {
    background-color: rgba(0,0,0,.05)
}

.contact-us-section .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 40px
}

.contact-us-section .form-group ::placeholder {
    opacity: .5
}

.contact-us-section .quizQ {
    background: url(../images/home-images/line-image.png) 5px center no-repeat;
    border: 1px dashed #e0e0e0;
    position: relative;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px
}

.contact-us-section .quizQ span {
    font-size: 20px;
    color: #414141;
    font-weight: 600;
    letter-spacing: 3px
}

.contact-us-section .refreshbtn {
    background: url(../images/home-images/refresh-button.svg) no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    margin-left: 35px;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer
}

.contact-us-section .refreshbtn:active {
    transform: rotate(360deg)
}

.contact-us-section .equal {
    margin: 0 18px;
    font-size: 25px
}

.contact-us-section .quizAns {
    position: relative
}

.contact-us-section .quizAns input {
    border: 1px solid #858181;
    border-radius: 8px;
    height: 50px;
    max-width: 60px;
    text-align: center;
    padding: 10px;
    color: #414141;
    font-size: 20px
}

.contact-us-section .quizAns .error {
    margin-left: 10px;
    color: #dc0019;
    font-size: 13px
}

.contact-us-section .verror small,.contact-us-section .verror label {
    color: #dc0019!important;
    display: block
}

.contact-us-section .verror .input-field,.contact-us-section .verror .nice-select {
    border-color: #dc0019!important
}

.contact-us-section .qz-captcha {
    display: flex;
    margin-top: 20px;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap
}

.contact-us-section .qz-captcha .qz-wrap {
    display: flex;
    align-items: center
}

.contact-us-section .qz-captcha input[type="number"] {
    color: #414141
}

@media screen and (min-width: 2500px) {
    .contact-us-section .left-box .award-logo .logo-box img {
        width:150px
    }
}

@media only screen and (max-width: 1680px) {
    .contact-us-section .left-box p {
        margin:0 0 15px
    }

    .contact-us-section .left-box .side-dash1:after {
        top: 35px
    }
}

@media only screen and (max-width: 1366px) {
    .contact-us-section .qz-captcha {
        margin-top:30px
    }
}

@media only screen and (max-width: 1280px) {
    .contact-us-section {
        background:linear-gradient(to right,#fff9eb 38%,#fff 30%)
    }

    .contact-us-section .quizQ {
        padding: 0 15px
    }

    .contact-us-section .equal {
        margin: 0 10px
    }

    .contact-us-section .right-box {
        width: 60%
    }

    .contact-us-section .left-box {
        width: 35%
    }
}

@media only screen and (max-width: 991px) {
    .contact-us-section {
        background:linear-gradient(to bottom,#fff9eb 45%,#fff 30%)
    }

    .contact-us-section .left-box {
        flex-basis: 100%
    }

    .contact-us-section .right-box {
        width: 100%;
        margin-top: 70px;
        padding: 50px 20px 0
    }

    .contact-us-section .qz-captcha {
        margin-top: 15px
    }
}

@media only screen and (max-width: 767px) {
    .contact-us-section {
        background:linear-gradient(to bottom,#fff9eb 36%,#fff 30%)
    }

    .contact-us-section .left-box .soc-box {
        margin: 0
    }

    .contact-us-section .left-box .award-box p {
        font-size: 15px
    }

    .contact-us-section .left-box .award-box .row-box .col-box {
        justify-content: space-between;
        margin: 20px 0 0
    }

    .contact-us-section .left-box .award-box .row-box .col-box .icon {
        flex-basis: 13%
    }

    .contact-us-section .left-box .award-box .row-box .col-box .desp {
        flex-basis: 80%
    }

    .contact-us-section .left-box .award-box .row-box .col-box .desp h4 {
        font-size: 16px
    }

    .contact-us-section .left-box .award-box .row-box .col-box .desp p {
        margin: 4px 0 0
    }

    .contact-us-section .form-group {
        margin-bottom: 0
    }

    .contact-us-section .right-box {
        margin-top: 60px;
        padding: 40px 0 0
    }

    .contact-us-section .right-box .top-section {
        text-align: center
    }

    .contact-us-section .form-text-cont {
        flex-basis: 100%;
        margin-bottom: 30px
    }

    .contact-us-section .form-text-cont:nth-child(2n-1) {
        padding-right: 0
    }

    .contact-us-section .btn-container {
        margin-top: 20px;
        text-align: center;
        width: 100%
    }

    .contact-us-section .input-field {
        height: 50px;
        font-size: 14px
    }

    .contact-us-section .form-control small,.contact-us-section .user-input small {
        display: none;
        font-size: 13px;
        margin-top: 5px
    }

    .contact-us-section .width-full .user-input {
        padding: 15px 20px;
        font-size: 14px;
        height: 180px;
        margin-bottom: 0;
        padding-right: 50px
    }

    .contact-us-section .width-full .user-input small {
        display: block;
        opacity: 0
    }

    .contact-us-section .width-full .user-input.form-control.verror {
        border-color: red
    }

    .contact-us-section .width-full .user-input.success::after {
        top: 27px
    }

    .contact-us-section .width-full.verror .user-input {
        border-color: #dc0019!important
    }

    .contact-us-section .comment-input {
        height: 70px;
        resize: none;
        background: none;
        outline: 0;
        border: none;
        overflow-y: auto;
        padding: 0
    }

    .contact-us-section .drop-input {
        position: relative;
        bottom: 0;
        left: 0
    }

    .contact-us-section .drop-box {
        text-decoration: none;
        padding: 5px 10px;
        border: .5px solid #fff;
        font-size: 14px
    }

    .contact-us-section .checkout-submit {
        font-size: 16px;
        font-weight: 500;
        line-height: 25px
    }

    .contact-us-section .user-input.checkout {
        text-align: center
    }

    .contact-us-section .user-input.success {
        position: relative
    }

    .contact-us-section .user-input.success::after {
        content: "";
        background: url(../images/home-images/success-icon.png) top center no-repeat;
        background-size: 100%;
        position: absolute;
        top: 50%;
        right: 15px;
        width: 14px;
        height: 14px;
        transform: translateY(-50%);
        z-index: 1
    }

    .contact-us-section .error {
        color: #dc0019!important;
        opacity: .9;
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 13px;
        display: block
    }

    .contact-us-section .form-text-cont.width-full {
        flex-basis: 100%;
        padding-right: 0
    }

    .contact-us-section #drop-area {
        border: none;
        margin-top: 2px;
        display: inline-block;
        position: relative;
        bottom: 0;
        padding: 0
    }

    .contact-us-section #drop-area .button {
        background: rgba(217,217,217,.32);
        color: #9b9b9b;
        font-weight: 500;
        text-decoration: none;
        padding: 5px 10px;
        border: 1px solid #d1d1e1;
        font-size: 14px;
        border-radius: 5px;
        line-height: 1.4;
        opacity: .5
    }

    .contact-us-section #gallery {
        margin-bottom: 15px
    }

    .contact-us-section #gallery div {
        display: inline-flex;
        margin-right: 10px;
        vertical-align: baseline;
        align-items: flex-start;
        position: relative;
        transition: all 0.3s ease-in-out
    }

    .contact-us-section #gallery div button,.contact-us-section #gallery div a {
        text-decoration: none;
        background: #ffb81d;
        padding: 4px;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        position: absolute;
        right: 0;
        cursor: pointer;
        border: 0
    }

    .contact-us-section #gallery div button:focus,.contact-us-section #gallery div a:focus {
        background: #f30909
    }

    .contact-us-section #file-type-error {
        font-size: 13px;
        color: #dc0019;
        margin-bottom: 10px
    }

    .contact-us-section .loader {
        border: 5px solid #9f9f9f;
        border-radius: 50%;
        border-top: 5px solid #3498db;
        width: 50px;
        height: 50px;
        -webkit-animation: spin 2s linear infinite;
        animation: spin 2s linear infinite;
        margin-bottom: 10px;
        margin-right: 10px;
        display: inline-block;
        position: absolute;
        top: 22px;
        left: 50%;
        display: none
    }

    @-webkit-keyframes spin {
        0% {
            -webkit-transform: rotate(0deg)
        }

        100% {
            -webkit-transform: rotate(360deg)
        }
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg)
        }

        100% {
            transform: rotate(360deg)
        }
    }

    .contact-us-section .gal-loader {
        position: relative;
        padding: 20px;
        margin-bottom: 15px;
        display: none
    }

    .contact-us-section .gal-loader.active {
        background: rgba(0,0,0,.1)
    }

    .contact-us-section .gal-loader.active .loader {
        display: block
    }

    .contact-us-section .gal-loader.show-me {
        display: block;
        min-height: 100px
    }

    .contact-us-section .autocomplete-items {
        display: none
    }

    .contact-us-section .autocomplete-items.has-data {
        display: block;
        height: 170px;
        overflow-y: auto;
        position: absolute;
        top: 68px;
        left: 0;
        width: 100%;
        z-index: 1;
        box-shadow: 0 6px 9px rgba(1,0,12,.43);
        background: #1d1c39;
        border-radius: 5px;
        z-index: 2
    }

    .contact-us-section .autocomplete-items.has-data div {
        color: #fff;
        border-bottom: 1px solid #05142b;
        background-color: #1d1c39;
        padding: 10px;
        font-size: 14px;
        cursor: pointer;
        padding: 15px 20px
    }

    .contact-us-section .autocomplete-items.has-data div.autocomplete-active,.contact-us-section .autocomplete-items.has-data div:hover {
        background-color: rgba(0,0,0,.05)
    }

    .contact-us-section .qz-captcha .qz-wrap {
        flex-basis: 100%;
        align-items: flex-start
    }

    .contact-us-section .qz-captcha .checkout {
        flex-basis: 100%;
        margin: 20px 0 0
    }

    .contact-us-section .equal {
        margin: 15px 20px 0
    }

    .contact-us-section .quizQ {
        font-size: 16px;
        padding: 0 15px
    }

    .contact-us-section .refreshbtn {
        margin-left: 20px
    }

    .contact-us-section .btn-sec .btn {
        font-size: 16px
    }

    .contact-us-section .btn-sec .btn .checkout-submit {
        font-size: 16px;
        padding: 10px 60px 10px 25px
    }

    .contact-us-section .btn-sec .btn::before {
        width: 41px;
        height: 41px;
        top: 3px;
        right: 4px
    }
}

.page-footer {
    border-top: solid .5px #0a2c99;
    color: #fff;
    background: linear-gradient(90deg,#061958 0%,#0a2c99 100%);
    font-size: 14px;
    padding: 20px 15px;
    padding-top: 40px;
}

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

.page-footer .container-fluid:before, .page-footer .container-fluid:after {
    display: table;
    content: " ";
}

.page-footer .container-fluid:after {
    clear: both;
}

.page-footer .container-fluid .row {
    margin-right: -15px;
    margin-left: -15px;
}

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

@media (min-width: 768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.col-md-6, .col-md-3, .col-sm-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .col-sm-6 {
        float: left
    }

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

@media (min-width: 992px) {
    .col-md-6, .col-md-3 {
        float: left
    }

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

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

.page-footer .clearfix:after, .page-footer .clearfix:before, .page-footer .row:before, .page-footer .row:after {
    display: table;
    content: " ";
}

.page-footer .clearfix:after, .page-footer .row:after {
    clear: both;
}

.page-footer .widget-title h3 {
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    color: #ffcf52;
    margin-bottom: 15px;
    margin-top: 10px;
}

.page-footer .widget-title h3 {
    margin: 0;
}

.page-footer .footer-links {
    list-style: none;
    padding: 0
}

.page-footer .footer-links a {
    color: #999;
    display: block
}

.page-footer .footer-links.hov a span {
    opacity: 0;
    transition: all 1s ease-in-out
}

.page-footer .footer-links.hov a:hover {
    padding-left: 15px
}

.page-footer .footer-links.hov a:hover span {
    opacity: 1;
    padding-left: 10px;
    transition: all 1s ease-in-out
}

.page-footer .footer-links a:hover {
    color: #fd6802 !important
}

.page-footer .footer-links li {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, .1);
    padding-bottom: 10px
}

.page-footer .footer-links li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.page-footer .footer-links i {
    display: inline-block;
    width: 25px;
    margin-right: 10px;
    border-right: 1px dashed rgba(255, 255, 255, .1);
}

.page-footer .footer-links a {
    color: #fff;
}

.page-footer .footer-links {
    margin-top: 15px;
    margin-bottom: 20px;
}

.page-footer .address-widget {
    display: inline-block;
    padding: 0px 0px 5px 0;
    margin-bottom: 15px;
}

.page-footer .address-widget p {
    color: #fff;
    font-size: 14px;
}

.page-footer .address-widget h3 {
    color: #ffc775;
    margin: 10px 0;
    margin-top: 0px;
    font-weight: 600;
    font-size: 18px;
}

.page-footer .address-widget h4 {
    color: #fd6802;
    margin: 10px 0;
    margin-top: 0px;
    font-weight: 600;
    font-size: 16px;
}

.page-footer .contact-links .logo {
    color: #fff;
    padding: 5px
}

.page-footer .contact-links a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.copyrights {
    border-top: 1px dashed rgba(255, 255, 255, .1);
    background-color: #061958;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 15px 40px;
    overflow: hidden
}

@media (max-width: 600px) {
    .copyrights {
        padding: 40px 10px
    }
}


.footer-distributed .footer-left {
    float: none;
    text-align: center
}

.footer-distributed .footer-links {
    margin: 0 0 10px;
    text-transform: uppercase;
    padding: 0
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    margin: 0 10px 0 10px;
    text-decoration: none
}

.footer-distributed .footer-company-name {
    font-weight: 300;
    margin: 0 10px;
    color: #666;
    padding: 0
}

.footer-distributed .footer-company-name a {
    color: #fff
}

.footer-distributed .footer-company-name a:hover {
    color: #fd6802
}

.footer-distributed .footer-right {
    float: none
}

.footer-distributed .widget-title p {
    padding-top: 40px
}

.footer-distributed form {
    position: relative
}

.footer-distributed form input {
    display: block;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #181818;
    border: none;
    font: inherit;
    font-size: 15px;
    font-weight: 400;
    color: #999;
    width: 100%;
    padding: 18px 50px 18px 18px
}

.footer-distributed form input:focus {
    outline: 0
}

.footer-distributed form input::-webkit-input-placeholder {
    color: #999
}

.footer-distributed form input::-moz-placeholder {
    opacity: 1;
    color: #999
}

.footer-distributed form input:-ms-input-placeholder {
    color: #999
}

.footer-distributed form i {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 16px;
    right: 18px;
    color: #999;
    font-size: 18px;
    margin-top: 6px
}

.footer-menus-items {
    text-align: left;
    margin-bottom: 15px
}

.footer-menus-items li {
    display: inline;
    margin: 5px;
    font-size: 14px
}

.footer-menus-items li a {
    color: #fff
}

.footer-distributed .footer-left {
    float: none;
    text-align: center
}

@media (max-width: 1000px) {
    .footer-distributed form input {
        width: 300px
    }

    .footer-distributed {
        padding: 30px;
        text-align: center
    }

    .footer-distributed .footer-company-name {
        margin-top: 10px;
        font-size: 14px
    }

    .footer-distributed .footer-left, .footer-distributed .footer-right {
        float: none;
        max-width: 100%;
        margin: 0 auto
    }

    .footer-distributed .footer-left {
        margin-bottom: 20px
    }

    .footer-distributed form input {
        width: 100%
    }
}

@media (max-width: 600px) {
    .footer-distributed {
        padding: 0
    }
}

.hero-section {
    padding: 180px 0 70px;
    display: grid;
    flex-wrap: wrap;
    height: 725px;
    align-items: center
}

.hero-section p span,.hero-section strong {
    color: #fff
}

.hero-section a {
    text-decoration: none
}

.hero-section::after {
    content: "";
    background: url(../images/service-images/client-logo-sprite.png) bottom center no-repeat;
    background-size: 100%;
    width: 100%;
    height: 92px;
    max-width: 1640px;
    margin: 78px auto 0;
    display: none
}

.hero-section ul {
    margin: 30px 0 0;
    list-style: none
}

.hero-section ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 27px;
    line-height: 26px;
    flex-basis: 100%;
    color: #bdb7b7
}

.hero-section ul li:before {
    content: "";
    background: url(../images/service-images/checklist-icon.svg) no-repeat;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 3px;
    left: 0;
    border-radius: 50px
}

@media only screen and (max-width: 1320px) {
    .container,.hero-section::after,.hero-img-section h1 {
        max-width: 1160px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-section::after {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-section {
        padding-top: 100px;
        min-height: auto
    }

    .hero-section::after {
        display: none!important
    }
}

.hero-section {
    padding: 117px 0 80px;
    background-size: cover;
    align-items: center;
    position: relative;
    display: flex;
    display: -webkit-flex;
    background-repeat: no-repeat;
    background-color: rgba(4,12,23,.7);
}

.hero-section .content-wrap {
    position: relative;
    z-index: 9;
    padding-top: 20px
}

.hero-section .content-wrap .dis-flex {
    align-items: center
}

.hero-section .content-wrap .margin-t-30 {
    margin-top: 30px
}

.hero-section .content-wrap .left-box {
    flex-basis: 60%
}

.hero-section .content-wrap .left-box p {
    line-height: 30px;
    color: rgba(252,252,252,.87);
    font-size: 18px;
    font-weight: 400
}

.hero-section .content-wrap .left-box p a {
    color: #fff
}

.hero-section .content-wrap .left-box p a:hover {
    text-decoration: underline
}

.hero-section .content-wrap .left-box ul {
    margin: 25px 0 0;
    list-style: none
}

.hero-section .content-wrap .left-box ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 23px;
    line-height: 26px;
    flex-basis: 100%;
    color: #bdb7b7
}

.hero-section .content-wrap .left-box ul li:before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/service-images/check-banner.svg) 0 0 no-repeat;
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px
}

.hero-section .content-wrap .right-box {
    flex-basis: 33%;
    position: relative
}

.hero-section .content-wrap .right-box .card-box {
    width: 100%;
    text-align: center;
    position: relative;
    border: 1px solid #e0edff;
    border-radius: 10px;
    background: #fff;
    border-top: 4px solid #FD6802
}

.hero-section .content-wrap .right-box .card-box .card-top {
    padding: 20px 25px
}

.hero-section .content-wrap .right-box .card-box .card-top img {
    margin-top: -100px
}

.hero-section .content-wrap .right-box .card-box .card-top p {
    font-size: 14px;
    line-height: 21px;
    color: #414141;
    margin: 15px 0 0
}

.hero-section .content-wrap .right-box .card-box .card-top strong {
    font-weight: 500;
    color: #FD6802;
    font-style: italic
}

.hero-section .content-wrap .right-box .card-box .ratings {
    display: flex;
    flex-direction: row;
    border-radius: 0 0 10px 10px;
    justify-content: space-between;
    padding: 20px 25px;
    border-top: 1px solid rgba(0,0,0,.1);
    background: #f9f7f7
}

.hero-section .content-wrap .right-box .card-box .ratings .rating {
    flex-basis: 45%;
    position: relative;
    padding-right: 20px
}

.hero-section .content-wrap .right-box .card-box .ratings .rating:after {
    content: "";
    background: #bcbcbc;
    position: absolute;
    top: 0;
    right: -5px;
    width: 1px;
    height: 100%
}

.hero-section .content-wrap .right-box .card-box .ratings .rating img {
    margin: 0 0 5px;
    display: block
}

.hero-section .content-wrap .right-box .card-box .ratings .rating span {
    color: #131e29;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-align: left
}

.hero-section .content-wrap .right-box .card-box .ratings .rating strong {
    font-weight: 600;
    color: #131e29
}

.hero-section .content-wrap .right-box .card-box .ratings .rating:last-child {
    padding-right: 0
}

.hero-section .content-wrap .right-box .card-box .ratings .rating:last-child:after {
    display: none
}

.hero-section .content-wrap .right-box .card-box:before {
    content: "";
    width: 55px;
    height: 55px;
    background: url(../images/service-images/serspe-01.svg) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    left: -23px;
    top: 20px
}

.hero-section .content-wrap .right-box .se-logo-box {
    margin: 20px 0 0;
    gap: 10px
}

.hero-section .content-wrap .right-box .se-logo-box .logo-box {
    width: 96px;
    height: 54px;
    display: inline-block;
    background-size: 100%
}

.hero-section:before {
    content: "";
    background: rgba(4,12,23,.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.flex-2:first-child {
    padding-right: initial
}

.development-phase .flex-6 .box {
    background: #fff
}

@media (max-width: 1440px) {
    .hero-section .content-wrap .right-box {
        flex-basis:37%
    }
}

@media (max-width: 1320px) {
    .hero-section .content-wrap .right-box {
        flex-basis:37%
    }
}

@media (max-width: 1180px) {
    .hero-section .content-wrap .right-box .card-box .card-top {
        padding:20px
    }

    .hero-section .content-wrap .right-box .card-box .ratings {
        padding: 15px
    }

    .hero-section .content-wrap .right-box .card-box:before {
        width: 45px;
        height: 45px
    }

    .hero-section .content-wrap .right-box .card-box:after {
        width: 40px;
        height: 40px;
        right: -14px;
        bottom: 83px
    }

    .hero-section .content-wrap .right-box .se-logo-box {
        gap: 5px
    }

    .hero-section .content-wrap .right-box .se-logo-box .logo-box {
        background-size: 100%!important;
        width: 82px;
        height: 48px
    }
}

@media (max-width: 979px) {
    .hero-section {
        padding:130px 0 50px;
        min-height: initial;
        background: linear-gradient(180deg,#211f47 0%,#05164d 100%)!important
    }

    .hero-section .content-wrap {
        padding-top: 0
    }

    .hero-section .content-wrap .dis-flex {
        align-items: center
    }

    .hero-section .content-wrap .margin-t-30 {
        margin-top: 30px
    }

    .hero-section .content-wrap .left-box {
        flex-basis: 100%
    }

    .hero-section .content-wrap .left-box ul {
        margin: 20px 0 0
    }

    .hero-section .content-wrap .right-box {
        flex-basis: 100%;
        margin: 80px 0 0
    }

    .hero-section .content-wrap .right-box .card-box .card-top img {
        margin-top: -65px
    }

    .hero-section .content-wrap .right-box .card-box:before {
        left: -15px
    }

    .hero-section .content-wrap .right-box:before {
        display: none
    }

    .hero-section .content-wrap .right-box .se-logo-box {
        justify-content: center
    }

    .hero-section .content-wrap .right-box .se-logo-box .logo-box {
        width: 77px;
        height: 46px
    }

    .hero-section:before {
        display: none
    }
}

@media (max-width: 767px) {
    .hero-section .content-wrap .margin-t-30 {
        margin-top:30px
    }

    .hero-section .content-wrap .left-box p {
        font-size: 16px;
        line-height: 27px
    }

    .hero-section .content-wrap .left-box ul li {
        line-height: 24px
    }

    .hero-section .content-wrap .right-box .card-box .card-top {
        padding: 15px 20px
    }

    .hero-section .content-wrap .right-box .card-box .ratings {
        padding: 15px 10px
    }

    .hero-section .content-wrap .right-box .card-box .ratings .rating {
        flex-basis: 47%;
        padding-right: 10px
    }

    .hero-section .content-wrap .right-box .card-box:before {
        width: 36px;
        height: 37px;
        left: -15px
    }

    .hero-section .content-wrap .right-box .se-logo-box {
        gap: 5px
    }

    .hero-section .content-wrap .right-box:before {
        display: none
    }
}

.breadcrumbs {
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    z-index: 2;
    font-weight: 500;
    margin-bottom: 30px
}

.breadcrumbs a {
    display: inline-block;
    position: relative;
    padding-right: 14px;
    color: #bababa;
    font-size: 12px;
    line-height: 22px;
    transition: all 0.3s ease-in-out;
    text-decoration: none
}

.breadcrumbs a:hover {
    color: #fff
}

.breadcrumbs a:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 3px;
    width: 6px;
    height: 10px;
    background: url(../images/service-images/breadcrumbs-arrow.png) top center no-repeat;
    background-size: 100%
}

.breadcrumbs span {
    color: #bababa;
    position: relative;
    padding-right: 14px;
    display: inline-block
}

.breadcrumbs span:after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    top: 51%;
    transform: translateY(-50%);
    right: 3px;
    width: 6px;
    height: 10px;
    background: url(../images/service-images/breadcrumbs-arrow.png) top center no-repeat;
    background-size: 100%
}

@media only screen and (max-width: 1440px) {
    .breadcrumbs {
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumbs {
        line-height: 18px
    }
}

.btn-sec {
    display: flex;
    align-items: center;
    position: relative
}

.btn-sec .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    padding: 19px 80px 19px 30px;
    border-radius: 7px;
    font-weight: 500;
    position: relative;
    border-radius: 50px;
    transition: all 0.3s ease;
    cursor: pointer;
    line-height: 26px
}

.btn-sec .btn::before {
    transition: all 0.85s cubic-bezier(.68,-.55,.265,1.55);
    transition: all 0.3s ease;
    content: "";
    width: 50%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 3px;
    right: 3px
}

.btn-sec .btn.rounded .text-white {
    color: #fff;
    position: relative
}

.btn-sec .btn.rounded::before {
    border-radius: 50px;
    width: 57px;
    height: 57px;
    background: #fff url(../images/service-images/btn-icon.svg) 0 0 no-repeat;
    background-size: 18px;
    background-position: center right 20px
}

.btn-sec .btn.rounded:hover::before {
    background: #FD6802 url(../images/service-images/btn-icon.svg) 0 0 no-repeat;
    background-position: center right 20px;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0
}

.btn-sec .btn:hover {
    border-color: #FD6802;
    background: #FD6802
}

.btn-sec .btn:hover .text-white {
    color: #05164d
}

@media only screen and (max-width: 1320px) {
    .btn-sec .btn {
        padding:14px 70px 14px 20px;
        line-height: 24px
    }

    .btn-sec .btn::before {
        top: 3px;
        right: 3px
    }

    .btn-sec .btn.rounded::before {
        width: 46px;
        height: 46px;
        background-size: 16px;
        background-position: center right 15px
    }

    .btn-sec .btn.rounded:hover::before {
        background-position: center right 15px
    }
}

@media only screen and (max-width: 991px) {
    .btn-sec .btn {
        font-size:16px;
        padding: 13px 70px 12px 25px;
        line-height: 1.5
    }

    .btn-sec .btn::before {
        top: 3px;
        right: 3px
    }

    .btn-sec .btn.rounded::before {
        width: 43px;
        height: 43px;
        background-size: 16px;
        background-position: center right 15px
    }

    .btn-sec .btn.rounded:hover::before {
        background-position: center right 15px
    }
}

.slide-logo {
    padding: 39px 0;
    text-align: center
}

.slide-logo .dis-flex {
    overflow: hidden
}

.slide-logo .logo-heading {
    position: relative;
    width: 90%;
    margin: 0 0 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    flex-basis: 100%;
    margin: 0 0 25px;
    justify-content: center
}

.slide-logo .logo-heading h4 {
    color: #52606d;
    font-size: 20px;
    margin: 0 35px;
    background: #fff;
    position: relative
}

.slide-logo .logo-heading h4 span {
    margin: 0 35px;
    background: #fff
}

.slide-logo .logo-heading strong {
    color: #FD6802
}

.slide-logo .logo-heading:before {
    width: 90%;
    content: "";
    height: .197px;
    background: rgba(5,22,77,.4);
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: 0 auto
}

.slide-logo .logo-images {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 25px 35px;
    margin-top: 25px;
}

.slide-logo .logo-images img {
    width: auto;
    height: 100px;
}

.slide-logo .logo-section {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 30px;
    border-bottom: 1px solid rgba(5,22,77,.4)
}

.slide-logo .logo-section .glide__slide {
    height: 70px
}

.slide-logo .logo-section .glide__slide img {
    width: 100%;
    vertical-align: middle
}

@media only screen and (max-width: 1024px) {
    .slide-logo .logo-images img {
        width: auto;
        height: 74px;
    }
}

@media only screen and (max-width: 479px) {
    .slide-logo {
        padding: 30px 0
    }

    .slide-logo .logo-heading {
        margin: 0 0 20px;
        margin: 0 0 20px;
        justify-content: center
    }

    .slide-logo .logo-heading h4 {
        font-size: 18px;
        margin: 0 20px
    }

    .slide-logo .logo-heading:before {
        display: none
    }

    .slide-logo .logo-heading:after {
        display: none
    }

    .slide-logo .logo-section {
        width: 100%;
        margin: 0 auto
    }

    .slide-logo .logo-section .glide__slide {
        height: auto
    }

    .slide-logo .logo-images img {
        width: auto;
        height: 48px;
    }
}

.fixfull-section .entire-sticky {
    display: flex;
    justify-content: space-between;
    background-color: #fff
}

.fixfull-section .entire-sticky .left-column {
    width: 100%;
}

.fixfull-section .entire-sticky .right-column {
    width: 278px;
    margin-right: -15px
}

.fixfull-section .entire-sticky .right-column .toc-sec h4 {
    font-size: 19px;
    font-weight: 600
}

.fixfull-section .entire-sticky .right-column .toc-sec .toc-wrap {
    border-left: 3px solid #f6f6f6;
    padding-left: 15px;
    margin: 15px 0 0
}

.fixfull-section .entire-sticky .right-column .toc-sec .toc-wrap p {
    color: rgba(33,33,33,.5);
    font-weight: 500;
    margin: 0
}

.fixfull-section .entire-sticky .right-column .toc-sec .toc-wrap p a {
    padding: 5px 0;
    color: rgba(33,33,33,.5);
    display: block;
    position: relative
}

.fixfull-section .entire-sticky .right-column .toc-sec .toc-wrap p a:before {
    content: "";
    background: #ffad00;
    position: absolute;
    width: 3px;
    left: -18px;
    top: 5px;
    height: 30px;
    opacity: 0
}

.fixfull-section .entire-sticky .right-column .toc-sec .toc-wrap p a:hover {
    color: rgba(33,33,33,.9)
}

.fixfull-section .entire-sticky .right-column .toc-sec .toc-wrap p a:hover:before {
    opacity: 1
}

.fixfull-section .entire-sticky .right-column .toc-sec .toc-wrap p a.active {
    color: rgba(33,33,33,.9)
}

.fixfull-section .entire-sticky .right-column .toc-sec .toc-wrap p a.active:before {
    opacity: 1
}

.fixfull-section .entire-sticky .right-column .sticky-button {
    margin: 40px 0 0
}

.fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta {
    padding: 20px 20px 20px 20px;
    display: inline-block;
    position: relative;
    background: #fffaf0;
    border-radius: 10px;
    border: 1px solid #05164d17;
    color: #05164d;
    font-weight: 500;
    font-size: 18px;
    transition: all 0.3s ease;
    width: 100%;
    min-height: 97px;
    display: flex;
    align-items: center
}

.fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta p {
    margin: 0;
    color: #05164d
}

.fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:after {
    content: "";
    width: 86px;
    height: 97px;
    background: url(../images/service-images/side-shape.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:before {
    content: "";
    width: 7px;
    height: 100%;
    background-color: #ffad00;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    border-radius: 10px 0 0 10px
}

.fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta .gtexprt {
    display: none;
    position: relative;
    cursor: pointer;
    text-align: center;
    width: 100%
}

.fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:hover {
    transition: all 0.3s ease;
    padding: 0 20px
}

.fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:hover p {
    display: none
}

.fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:hover .gtexprt {
    display: inline-block;
    color: #05164d;
    padding: 20px 20px 20px 20px;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 99
}

.fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:hover:before {
    width: 100%;
    border-radius: 10px
}

.fixfull-section .entire-sticky .right-column.fixed {
    position: fixed;
    top: 80px;
    right: 0
}

@media (max-width: 979px) {
    .fixfull-section .entire-sticky {
        flex-wrap:wrap
    }

    .fixfull-section .entire-sticky .left-column {
        width: 100%;
        padding-right: 0;
        order: 2
    }

    .fixfull-section .entire-sticky .right-column {
        width: 100%;
        margin-right: 0;
        order: 1
    }

    .fixfull-section .entire-sticky .right-column .toc-sec h4 {
        font-size: 18px
    }

    .fixfull-section .entire-sticky .right-column .toc-sec .toc-wrap {
        margin: 10px 0 0
    }

    .fixfull-section .entire-sticky .right-column .sticky-button {
        margin: 30px 0 0;
        padding: 18px
    }

    .fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta {
        font-size: 17px;
        min-height: 60px
    }

    .fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:after {
        width: 70px;
        height: 64px
    }

    .fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:before {
        width: 5px
    }

    .fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:hover {
        padding: 0 18px
    }

    .fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:hover .gtexprt {
        top: 0;
        padding: 18px
    }

    .fixfull-section .entire-sticky .right-column .sticky-button .sticky-cta:hover:before {
        width: 100%;
        border-radius: 10px
    }

    .fixfull-section .entire-sticky .right-column.fixed {
        position: initial
    }
}

.service-section .flex-1,.service-section .flex-1,.service-section .flex-2,.service-section .flex-3 {
    margin-top: 20px
}

.service-section .ser-row {
    width: calc(100% + 10px);
    margin-left: -10px
}

.service-section .card {
    height: 100%;
    border-radius: 10px;
    border: 1.5px solid #ececec;
    margin: 0 10px;
    background: #fff;
    position: relative;
    box-shadow: 0 4px 40px 0 rgba(237,246,255,.3)
}

.service-section .card:hover {
    border: 1.5px solid rgba(255,173,0,.3)
}

.service-section .card.has-anchor:hover {
    border: 1.5px solid rgba(255,173,0,.3)
}

.service-section .card .box-3 {
    padding: 25px;
    transition: all 0.3s ease-in-out
}

.service-section .card .box-3 h3 {
    margin-bottom: 20px;
    padding: 0 0 15px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right,#ffcf66,#e19b01);
    border-bottom: 2px solid
}

.service-section .card .box-3 h3 a {
    opacity: 1;
    color: #000
}

.service-section .card .box-3 p {
    min-height: initial
}

.service-section .card .box-3 ul li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative
}

.service-section .card .box-3 ul li a {
    text-decoration: underline;
    color: #414141
}

.service-section .card .box-3 ul li a:hover {
    text-decoration: none
}

.service-section .card .box-3 ul li:before {
    content: "";
    background: url(../images/service-images/check-banner.svg) no-repeat center;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 2px
}

.service-section .flex-1 .box-3 {
    min-height: auto
}

.service-section .explore-btn {
    position: relative;
    color: #05164d !important;
    font-weight: 500;
    text-decoration: underline;
    position: absolute;
    right: 50px;
    left: auto;
    font-size: 14px;
    bottom: 30px
}

.service-section .explore-btn:after {
    content: "";
    background: url(../images/home-images/explore-btn.svg) no-repeat center !important;
    width: 11px;
    position: absolute;
    height: 11px;
    margin-left: 8px;
    top: 6px;
    transition: all 0.3s ease-in-out
}

.service-section .explore-btn:hover:after {
    margin-left: 15px
}

@media (max-width: 979px) {
    .service-section {
        margin:50px 0 0
    }

    .service-section .flex-2 {
        flex-basis: 50%
    }

    .service-section .ser-row {
        width: 100%;
        margin-left: 0
    }

    .service-section .card {
        margin: 0 10px
    }

    .service-section .card .box-3 {
        padding: 20px
    }

    .service-section .explore-btn {
        font-size: 13px;
        bottom: 20px
    }
}

@media (max-width: 767px) {
    .service-section .flex-2 {
        flex-basis:100%
    }

    .service-section .ser-row {
        width: 100%;
        margin-left: 0
    }

    .service-section .card {
        margin: 0
    }

    .service-section .card .box-3 {
        padding: 15px
    }

    .service-section .card .box-3 p {
        min-height: initial
    }

    .service-section .card .box-3 h3 {
        margin-bottom: 15px;
        padding: 0 0 10px
    }

    .service-section .explore-btn {
        font-size: 13px;
        bottom: 20px
    }
}


.client-img-section {
    background: #f8f8f8
}

.client-img-section .dis-flex {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.client-img-section .left-box {
    padding-right: 60px!important
}

.client-img-section .left-box h5 {
    color: #0a1747;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px
}

.client-img-section .left-box ul {
    margin-top: 30px
}

.client-img-section .left-box ul li {
    margin: 0 0 15px;
    position: relative;
    padding-left: 22px
}

.client-img-section .left-box ul li::before {
    content: "";
    background: url(../images/service-images/check-banner.svg) no-repeat;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 0
}

.client-img-section .left-box ul li:last-child {
    margin: 0
}

.client-img-section .left-box ul li sup {
    font-size: 10px;
    margin-left: 2px;
    margin-top: -4px
}

.client-img-section .left-box p {
    margin: 0 0 15px
}

.client-img-section .left-box .a-dotted {
    position: relative;
    color: rgba(255,255,255,.8);
    text-decoration: none
}

.client-img-section .left-box .a-dotted:after {
    content: '';
    width: 84px;
    height: 1px;
    border-bottom: 1px dotted rgba(255,255,255,.8);
    position: absolute;
    left: 0;
    bottom: 0
}

.client-img-section .right-box {
    flex-basis: 45%
}

.client-img-section .right-box .client-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 20px
}

.client-img-section .right-box .client-section .client-row {
    position: relative;
    overflow: hidden;
    height: 60px
}

.client-img-section .right-box .client-section .client-row .client-stack ul {
    display: flex;
    min-width: 150%;
    justify-content: space-around;
    column-gap: 15px;
    position: absolute
}

.client-img-section .right-box .client-section .client-row .client-stack ul li {
    border-radius: 8px;
    background: #fff;
    height: 60px;
    min-width: 125px;
    display: flex;
    align-items: center;
    justify-content: center
}

.client-img-section .right-box .client-section .client-row .client-stack ul li img {
    vertical-align: middle
}

.client-img-section .right-box .client-section .client-row .client-stack ul li:hover {
    color: #ffad00
}

.client-img-section .right-box .client-section .client-row .hover:hover {
    color: red
}

.client-img-section .right-box .award-sc {
    margin: 20px 0 0
}

.client-img-section .right-box .award-sc h5 {
    font-size: 15px;
    color: #0a1747
}

.client-img-section .right-box .award-sc .award-row {
    margin: 25px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.client-img-section .right-box .award-sc .award-row .award-col {
    flex-basis: 31%;
    cursor: pointer;
    text-align: center;
    padding: 5px;
    border: 1px solid rgba(221,221,221,.83);
    border-radius: 8px;
    background: #fff;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

.client-img-section .right-box .award-sc .award-row .award-col .aw-icon {
    min-height: 50px;
    margin: 0 0 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.client-img-section .right-box .award-sc .award-row .award-col .aw-icon img.normal-mode {
    display: block
}

.client-img-section .right-box .award-sc .award-row .award-col .aw-icon img.hover-mode {
    display: none
}

.client-img-section .right-box .award-sc .award-row .award-col p {
    font-size: 8px;
    line-height: 10px;
    color: #05164d;
    opacity: .8;
    font-weight: 500
}

.client-img-section .right-box .award-sc .award-row .award-col:hover {
    cursor: default;
    border-color: #ffad00
}

.client-img-section .right-box .award-sc .award-row .award-col:hover p {
    opacity: 1
}

.client-img-section .right-box .award-sc .award-row .award-col:hover .aw-icon img.normal-mode {
    display: none
}

.client-img-section .right-box .award-sc .award-row .award-col:hover .aw-icon img.hover-mode {
    display: block
}

@media only screen and (max-width: 991px) {
    .client-img-section .left-box {
        padding-right:0!important
    }

    .client-img-section .left-box ul {
        margin-top: 20px
    }

    .client-img-section .right-box {
        flex-basis: 100%;
        margin: 40px 0 0
    }
    .client-img-section .right-box .award-sc img {
        display: none;
    }
}

.counter-column-section.bg-dark {
    background: #0D184B
}

.counter-column-section .dis-flex .left-sec {
    flex-basis: 40%
}

.counter-column-section .dis-flex .right-sec {
    flex-basis: 50%
}

.counter-column-section .dis-flex .right-sec .cir-sec {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-direction: row;
    gap: 1rem;
    overflow: hidden
}

.counter-column-section .dis-flex .right-sec .cir-sec .cir-box {
    display: flex;
    width: 30%;
    justify-content: center
}

.counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap {
    width: 100%;
    padding: 10px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    position: relative;
    aspect-ratio: 1/1
}

.counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap .display {
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    text-align: center
}

.counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap .paragraph {
    font-size: 14px;
    color: rgba(255,255,255,.55);
    font-weight: 600;
    text-align: center;
    line-height: 22px
}

.counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap .wheel-sc {
    position: absolute;
    line-height: 1.5rem;
    padding: 15px;
    overflow: visible;
    letter-spacing: 6px
}

.counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap .fill-text {
    fill: rgba(155,155,155,.29);
    font-size: 10px
}

.counter-column-section.bg-light {
    background: #f8f8f8
}

.counter-column-section.bg-light h2 {
    color: #05164d
}

.counter-column-section.bg-light .head-txt p {
    color: #3f3f3f!important
}

.counter-column-section.bg-light .dis-flex .right-sec .cir-sec .cir-box .text-wrap .display {
    color: #05164d
}

.counter-column-section.bg-light .dis-flex .right-sec .cir-sec .cir-box .text-wrap .paragraph {
    color: #3f3f3f
}

.counter-column-section.bg-light .btn-sec .btn {
    background: #05164d;
    border-color: #05164d
}

.counter-column-section.bg-light .btn-sec .btn:hover {
    border-color: #ffad00;
    background: #ffad00
}

@keyframes counterclockwise {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(-1turn)
    }
}

.animate-spin-slow {
    animation: counterclockwise 22s linear infinite
}

@media only screen and (max-width: 991px) {
    .counter-column-section .dis-flex .left-sec {
        flex-basis:100%;
        text-align: center
    }

    .counter-column-section .dis-flex .left-sec .btn-sec {
        justify-content: center
    }

    .counter-column-section .dis-flex .right-sec {
        flex-basis: 100%;
        margin: 40px 0 0
    }

    .counter-column-section .dis-flex .right-sec .cir-sec {
        width: 100%
    }

    .counter-column-section .dis-flex .right-sec .cir-sec .cir-box {
        width: 28%
    }

    .counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap {
        padding: 30px;
        width: 100%
    }

    .counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap .display {
        margin: 0 0 5px
    }
}

@media only screen and (max-width: 767px) {
    .counter-column-section .dis-flex .right-sec .cir-sec .cir-box {
        width:30%
    }

    .counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap {
        padding: 10px
    }
}

@media only screen and (max-width: 479px) {
    .counter-column-section .dis-flex .right-sec .cir-sec {
        flex-direction:column;
        justify-content: center;
        gap: 20px
    }

    .counter-column-section .dis-flex .right-sec .cir-sec .cir-box {
        width: 55%;
        margin: 0 auto
    }

    .counter-column-section .dis-flex .right-sec .cir-sec .cir-box .text-wrap {
        padding: 20px
    }
}

.faq-section .container {
    max-width: 1250px
}

.faq-section .head-txt {
    max-width: 945px
}

.faq-section .head-txt h2 {
    text-transform: capitalize
}

.faq-section .faq-outer {
    max-width: 970px;
    margin: 0 auto
}

.faq-section .faq-accordion-item-outer {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    margin: 0 0 20px;
    padding: 0 20px
}

.faq-section .faq-accordion-item-outer.active {
    border-bottom: 2px solid #ffad00
}

.faq-section .faq-accordion-item-outer.active .faq-accordion-content {
    display: block
}

.faq-section .faq-accordion-item-outer.active .open-icon {
    display: none
}

.faq-section .faq-accordion-item-outer.active .faq-accordion-toggle::after {
    display: none
}

.faq-section .faq-accordion-item-outer:nth-child(1) .faq-accordion-toggle {
    border-top: 0
}

.faq-section .faq-accordion-toggle {
    display: block;
    text-decoration: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    padding: 20px 20px 20px 0;
    position: relative;
    font-weight: 600;
    color: #110302;
    border-bottom: 1px solid #e4e4e4;
    margin: 0;
    font-size: 20px;
    line-height: 32px
}

.faq-section .faq-accordion-toggle a {
    display: contents
}

.faq-section .faq-accordion-toggle::before {
    content: "";
    clear: both;
    display: block;
    background: #ffb81d;
    height: 3px;
    width: 18px;
    border-radius: 3px;
    position: absolute;
    right: 0
}

.faq-section .faq-accordion-toggle::after {
    content: "";
    clear: both;
    display: block;
    background: #ffb81d;
    height: 18px;
    width: 3px;
    border-radius: 3px;
    position: absolute;
    right: 7px
}

.faq-section .faq-accordion-content {
    display: none;
    padding: 20px 0
}

.faq-section .faq-accordion-content p {
    margin: 0 0 10px;
    font-weight: 400;
    color: #5e6373
}

.faq-section .faq-accordion-content ul,.faq-section .faq-accordion-content ol {
    margin: 20px 0;
    padding-left: 0
}

.faq-section .faq-accordion-content ul li,.faq-section .faq-accordion-content ol li {
    margin: 10px 0 0;
    position: relative;
    padding-left: 18px
}

.faq-section .faq-accordion-content ul li:before,.faq-section .faq-accordion-content ol li:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #ffb81d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px
}

.faq-section .no-list-type ul {
    list-style-type: none;
    padding-left: 0
}

.page-id-12791 .faq-section .head-txt h2 {
    text-transform: initial
}

@media only screen and (max-width: 1440px) {
    .faq-section .container {
        max-width: 1160px
    }
}

@media only screen and (max-width: 767px) {
    .faq-section .faq-accordion-content p {
        font-size: 14px;
        margin-top: 10px
    }

    .faq-section .faq-accordion-toggle {
        font-size: 18px;
        line-height: 28px;
        padding: 15px 30px 15px 0
    }

    .faq-section .faq-accordion-toggle::before {
        height: 2px;
        width: 12px
    }

    .faq-section .faq-accordion-toggle::after {
        height: 12px;
        width: 2px;
        right: 5px
    }
}

.hire-model-tab .hire-tabs-section .tab-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.hire-model-tab .hire-tabs-section .tab-nav {
    list-style-type: none;
    flex-basis: 100%;
    width: 100%;
    position: relative
}

.hire-model-tab .hire-tabs-section .tab-nav .tabs-slider {
    position: relative
}

.hire-model-tab .hire-tabs-section .tab-nav .tab-scroll {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 70px;
    justify-content: center
}

.hire-model-tab .hire-tabs-section .tab-nav .tab-scroll .tablist {
    padding: 0;
    margin: 0 5px
}

.hire-model-tab .hire-tabs-section .tab-nav .tab-scroll .tablist a {
    height: 100%;
    font-size: 18px;
    color: #414141;
    font-weight: 500;
    padding: 10px 35px;
    position: relative;
    display: inline-block;
    border-radius: 50px;
    cursor: pointer
}

.hire-model-tab .hire-tabs-section .tab-nav .tab-scroll .tablist:hover a {
    background: #e8e8e8
}

.hire-model-tab .hire-tabs-section .tab-nav .tab-scroll .tablist.active a {
    background: #e8e8e8
}

.hire-model-tab .hire-tabs-section .tab-nav .is-arrow {
    margin-left: 10px
}

.hire-model-tab .hire-tabs-section .bcontents {
    flex-basis: 100%;
    padding: 40px 50px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #05164D1A;
    background: linear-gradient(to bottom,#FFFDF6,#FFFFFF)
}

.hire-model-tab .hire-tabs-section .bcontents .tab-contents {
    display: none;
    text-align: center
}

.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex {
    align-items: center;
    justify-content: space-between
}

.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box {
    flex-basis: 48%;
    text-align: left
}

.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box h3 {
    margin: 0
}

.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box h4 {
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    color: #3f3f3f;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #dfdfdf
}

.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box p {
    margin: 0 0 20px
}

.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box p strong {
    color: #212121;
    font-weight: 500
}

.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box ul {
    margin: 0 0 20px
}

.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box ul li {
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative
}

.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box ul li:before {
    content: "";
    background: url(../images/service-images/checklist-icon.svg) no-repeat center;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 2px
}

.hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .image-box {
    flex-basis: 48%
}

.hire-model-tab .hire-tabs-section .bcontents .tab-contents.active {
    display: block
}

@media (max-width: 979px) {
    .hire-model-tab .hire-tabs-section .tab-nav .tab-scroll {
        padding:0 0 30px
    }

    .hire-model-tab .hire-tabs-section .tab-nav .tab-scroll .tablist {
        margin: 0 20px
    }

    .hire-model-tab .hire-tabs-section .tab-nav .tab-scroll .tablist a {
        font-size: 15px;
        padding: 10px 20px
    }

    .hire-model-tab .hire-tabs-section .bcontents {
        padding: 30px
    }

    .hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box h3 {
        margin: 0
    }

    .hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box h4 {
        font-size: 13px;
        margin: 0 0 16px;
        padding: 0 0 15px
    }

    .hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box p {
        margin: 0 0 15px
    }
}

@media (max-width: 767px) {
    .hire-model-tab .hire-tabs-section .tab-nav .tab-scroll {
        padding:0 0 20px
    }

    .hire-model-tab .hire-tabs-section .tab-nav .tab-scroll .tablist {
        margin: 5px
    }

    .hire-model-tab .hire-tabs-section .tab-nav .tab-scroll .tablist a {
        font-size: 14px;
        padding: 8px 15px
    }

    .hire-model-tab .hire-tabs-section .bcontents {
        padding: 20px
    }

    .hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box {
        flex-basis: 100%
    }

    .hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .content-box ul li {
        padding-left: 25px
    }

    .hire-model-tab .hire-tabs-section .bcontents .tab-contents .dis-flex .image-box {
        flex-basis: 100%
    }
}

.development-phase .col-box-outer {
    justify-content: center
}

.development-phase .flex-6 {
    flex-basis: 16%;
    padding-right: 30px;
    position: relative
}

.development-phase .flex-6 .box {
    padding: 10px 10px 50px;
    border-radius: 35px;
    border: 1.963px solid rgba(0,0,0,.04);
    background: #f8f8f8;
    height: 100%;
    transition: all 0.3s ease-in-out;
    text-align: center;
    position: relative
}

.development-phase .flex-6 .box:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -15px;
    background: url(../images/service-images/yellow-shape.png) no-repeat;
    width: 37px;
    height: 37px
}

.development-phase .flex-6 .box h4 {
    padding: 20px 10px;
    border-radius: 20px;
    background: rgba(255,173,0,.07);
    color: #212121
}

.development-phase .flex-6 .box p {
    font-size: 14px;
    line-height: 160%;
    margin: 15px 0 0
}

.development-phase .flex-6 .box p a {
    display: inline
}

.development-phase .flex-6 .box p a:hover {
    text-decoration: underline
}

.development-phase .flex-6:nth-child(6n) {
    padding-right: 0
}

.development-phase .flex-6:before {
    content: "";
    position: absolute;
    left: 87px;
    top: -34px;
    background: url(../images/service-images/dash-shape.png) no-repeat;
    width: 226px;
    height: 52px;
    background-size: 100%
}

.development-phase .flex-6:last-child:before {
    display: none
}

@media only screen and (max-width: 1440px) {
    .development-phase .flex-6 {
        padding-right:15px
    }

    .development-phase .flex-6 .box h4 {
        font-size: 16px
    }

    .development-phase .flex-6:before {
        width: 204px
    }
}

@media only screen and (max-width: 1320px) {
    .development-phase .flex-6 {
        padding-right:15px
    }

    .development-phase .flex-6 .box h4 {
        font-size: 16px;
        padding: 15px 8px
    }

    .development-phase .flex-6 .box h4 br {
        display: none
    }

    .development-phase .flex-6:before {
        width: 183px;
        left: 80px
    }
}

@media only screen and (max-width: 1024px) {
    .development-phase .flex-6 {
        flex-basis:33.33%;
        padding-bottom: 30px
    }

    .development-phase .flex-6 .box {
        padding: 10px 10px 30px
    }

    .development-phase .flex-6:nth-child(3n) {
        padding-right: 0
    }

    .development-phase .flex-6:nth-child(6n) {
        padding-right: 0
    }

    .development-phase .flex-6:before {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    .development-phase .flex-6 {
        flex-basis:100%;
        padding-right: 0;
        padding-bottom: 30px
    }

    .development-phase .flex-6:nth-child(3n) {
        padding-right: 0
    }

    .development-phase .flex-6:nth-child(6n) {
        padding-right: 0
    }

    .development-phase .flex-6:before {
        display: none
    }
}

.development-phase .flex-6 .box {
    background: #fff
}

.software-costing .costing-outer .col-box {
    margin-top: 20px;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap
}

.software-costing .costing-outer .col-box .cost-card {
    width: 100%;
    overflow: hidden;
    transition: transform 0.3s ease,background-color 0.3s ease;
    height: 100%;
    border-radius: 10px;
    border: 1.5px solid #ececec;
    background: #fff;
    position: relative;
    padding: 25px;
    box-shadow: 0 4px 40px 0 rgba(237,246,255,.3);
    overflow: hidden;
    transition: transform 0.3s ease,background-color 0.3s ease
}

.software-costing .costing-outer .col-box .cost-card:after {
    content: "";
    width: 215px;
    height: 276px;
    background: url(../images/service-images/btn-shape.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0
}

.software-costing .costing-outer .col-box .cost-card h3 {
    margin: 0 0 10px
}

.software-costing .costing-outer .col-box .cost-card p {
    line-height: 24px
}

.software-costing .costing-outer .col-box .cost-card .normal-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: opacity 0.3s ease;
    padding: 20px
}

.software-costing .costing-outer .col-box .cost-card .normal-content .soft-img {
    margin: 0 0 20px;
    display: block
}

.software-costing .costing-outer .col-box .cost-card .hover-content {
    display: none;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    text-align: left;
    padding: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.software-costing .costing-outer .col-box .cost-card .hover-content.bg-royal-linear {
    background: linear-gradient(90deg,#05164D 0%,#0C33B3 100%)
}

.software-costing .costing-outer .col-box .cost-card .hover-content p {
    color: #fff
}

.software-costing .costing-outer .col-box .cost-card .hover-content h3 {
    color: #fff
}

.software-costing .costing-outer .col-box .cost-card .hover-content .btn-sec {
    margin: 10px 0 0;
    justify-content: left
}

.software-costing .costing-outer .col-box .cost-card .hover-content .btn-sec .btn {
    justify-content: left;
    font-size: 14px;
    padding: 12px 55px 12px 20px
}

.software-costing .costing-outer .col-box .cost-card .hover-content .btn-sec .btn.rounded:before {
    width: 38px;
    height: 38px;
    top: 2px;
    right: 2px;
    background-size: 15px;
    background-position: center right 11px
}

.software-costing .costing-outer .col-box .cost-card .hover-content .btn-sec .btn.rounded .text-white {
    line-height: initial
}

.software-costing .costing-outer .col-box .cost-card .hover-content .btn-sec .btn.rounded:hover:before {
    background: #ffad00 url(../images/service-images/btn-icon.svg) 0 0 no-repeat;
    background-position: center right 13px;
    background-size: 15px;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0
}

.software-costing .costing-outer .col-box .cost-card:hover {
    transform: translateY(-10px)
}

.software-costing .costing-outer .col-box .cost-card:hover .hover-content {
    display: flex;
    transition: opacity 0.3s ease;
    display: none
}

.software-costing .costing-outer .col-box .cost-card:hover .hover-content.bg-royal-linear {
    display: flex;
    transition: opacity 0.3s ease
}

.software-costing .costing-outer .col-box .cost-card:hover:after {
    opacity: 1
}

.software-costing .costing-outer .col-box .cost-card:hover .normal-content {
    opacity: 1;
    transition: opacity 0.3s ease
}

.software-costing .costing-outer .col-box .cost-card.no-hover.hover .hover-content {
    display: none
}

.indcater-section .head-txt {
    text-align: left;
    max-width: 100%
}

.indcater-section .indcater-slider {
    margin: 70px 0 0
}

.indcater-section .indcater-slider .ind-box {
    width: 100%;
    padding: 0 5px
}

.indcater-section .indcater-slider .ind-box .ind-flex {
    display: flex;
    gap: 10px;
    margin: 10px 0 0
}

.indcater-section .indcater-slider .ind-box .ind-column {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px
}

.indcater-section .indcater-slider .ind-box .ind-column.w-50 {
    width: 50%
}

.indcater-section .indcater-slider .ind-box .ind-column .ind-image {
    width: 100%
}

.indcater-section .indcater-slider .ind-box .ind-column .ind-image h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px
}

.indcater-section .indcater-slider .ind-box .ind-column .ind-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    border-radius: 10px
}

.indcater-section .indcater-slider .ind-box .ind-column h3 {
    color: #fff;
    font-weight: 600
}

.indcater-section .indcater-slider .ind-box .ind-column .service-content {
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    display: flex;
    flex-direction: column;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    text-align: left;
    padding: 25px;
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.5s ease,opacity 0.5s ease;
    color: #fff
}

.indcater-section .indcater-slider .ind-box .ind-column .service-content h3 {
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 5px
}

.indcater-section .indcater-slider .ind-box .ind-column .service-content h3 a {
    color: #fff
}

.indcater-section .indcater-slider .ind-box .ind-column .service-content h3 a:hover {
    text-decoration: underline
}

.indcater-section .indcater-slider .ind-box .ind-column .service-content h3:after {
    content: "";
    position: absolute;
    width: 38px;
    height: 4px;
    left: 0;
    bottom: -8px;
    background-color: #ffad00
}

.indcater-section .indcater-slider .ind-box .ind-column .service-content p {
    color: #fff
}

.indcater-section .indcater-slider .ind-box .ind-column .service-content .cta-box a {
    font-weight: 500;
    color: #ffad00;
    display: flex;
    align-items: center;
    text-decoration: underline;
    position: relative
}

.indcater-section .indcater-slider .ind-box .ind-column .service-content .cta-box a:after {
    content: "";
    background: url(../images/service-images/learn-btn.svg) no-repeat center;
    width: 18px;
    display: inline-block;
    height: 18px;
    margin-left: 8px;
    vertical-align: middle;
    margin-top: 3px;
    transition: all 0.3s ease-in-out
}

.indcater-section .indcater-slider .ind-box .ind-column .service-content .cta-box a:hover:after {
    margin-left: 15px
}

.indcater-section .indcater-slider .ind-box .ind-column:hover .ind-image img {
    transform: scale(1.1)
}

.indcater-section .indcater-slider .ind-box .ind-column:hover .ind-image h3 {
    opacity: 0
}

.indcater-section .indcater-slider .ind-box .ind-column:hover .service-content {
    transform: translateY(0);
    opacity: 1
}

.indcater-section .indcater-slider .glider-dots {
    margin-top: 30px;
    display: none
}

.indcater-section .indcater-slider .glider-dots .glider-dot {
    display: inline-block
}

.indcater-section .indcater-slider .glider-dots .glider-dot.active {
    background: #ffad00
}

.indcater-section .indcater-slider .arrow-btn {
    position: absolute;
    top: -80px;
    right: 0
}

.indcater-section .indcater-slider .arrow-btn .ind-prev,.indcater-section .indcater-slider .arrow-btn .ind-next {
    background: #fff url(../images/service-images/tail-prev.svg) 0 0 no-repeat;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-size: 35px;
    z-index: 9;
    border: 1px solid #e5e5e5;
    opacity: 1;
    background-position: center;
    top: -40%;
    left: -50px;
    transform: rotate(0);
    font-size: 0;
    cursor: pointer;
    transform: rotate(180deg)
}

.indcater-section .indcater-slider .arrow-btn .ind-prev:hover,.indcater-section .indcater-slider .arrow-btn .ind-next:hover {
    opacity: 1
}

.indcater-section .indcater-slider .arrow-btn .ind-prev.ind-next,.indcater-section .indcater-slider .arrow-btn .ind-next.ind-next {
    left: auto;
    right: -25px;
    transform: rotate(0deg)
}

.indcater-section .indcater-slider .ind-prev.disabled,.indcater-section .indcater-slider .ind-next.disabled {
    opacity: .6;
    cursor: default
}

@media (max-width: 979px) {
    .indcater-section .indcater-slider {
        margin:40px 0 0
    }

    .indcater-section .indcater-slider .ind-box .ind-column .ind-image h3 {
        padding: 20px
    }

    .indcater-section .indcater-slider .ind-box .ind-column .service-content {
        padding: 20px
    }

    .indcater-section .indcater-slider .ind-box .ind-column .service-content h3 {
        margin-bottom: 15px;
        padding: 0 0 5px
    }

    .indcater-section .indcater-slider .arrow-btn {
        position: initial;
        margin: 25px auto 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0 auto;
        padding: 30px 0 0
    }

    .indcater-section .indcater-slider .arrow-btn .ind-prev,.indcater-section .indcater-slider .arrow-btn .ind-next {
        top: auto;
        left: 0;
        right: 0
    }

    .indcater-section .indcater-slider .arrow-btn .ind-prev.glider-next,.indcater-section .indcater-slider .arrow-btn .ind-next.glider-next {
        left: auto;
        right: auto
    }

    .indcater-section .indcater-slider .arrow-btn .ind-prev {
        right: 55px;
        margin: 0 auto
    }
}

.glider {
    margin: 0 auto;
    position: relative;
    transform: translateZ(0);
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow: hidden
}

.glider::-webkit-scrollbar {
    opacity: 0;
    height: 0;
    display: none
}

.glider-contain {
    margin: 0 auto;
    position: relative;
    width: 100%
}

.glider-track {
    transform: translateZ(0);
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    z-index: 1
}

.glider-dot {
    border: 0;
    padding: 0;
    user-select: none;
    outline: 0;
    display: block;
    cursor: pointer;
    color: #ccc;
    border-radius: 999px;
    background: transparent;
    width: 12px;
    height: 12px;
    margin: 7px
}

.glider-dot:focus {
    background: #F76600
}

.glider-dot:hover {
    background: #F76600
}

.glider-prev,.glider-next {
    border: 0;
    padding: 0;
    user-select: none;
    outline: 0;
    position: absolute;
    z-index: 2;
    font-size: 30px;
    text-decoration: none;
    top: 40%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #212121;
    opacity: 1;
    line-height: 1;
    transition: opacity 0.5s cubic-bezier(.17,.67,.83,.67),color 0.5s cubic-bezier(.17,.67,.83,.67);
    width: 65px;
    height: 65px
}

.glider.draggable {
    user-select: none;
    cursor: -webkit-grab;
    cursor: grab
}

.glider.draggable .glider-slide img {
    user-select: none;
    pointer-events: none
}

.glider.drag {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.glider-slide {
    user-select: none;
    justify-content: center;
    align-content: center;
    width: 100%;
    min-width: 150px
}

.glider-slide img {
    max-width: 100%
}

.glider-next.disabled,.glider-prev.disabled {
    opacity: .2;
    cursor: default
}

.glider-hide {
    opacity: 0
}

.glider-dots {
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 0
}

.glider-dot.active {
    background: #fff
}

.day .glider-next {
    background-position: -53px 0
}

.day .glider-prev {
    background-position: -53px 0
}

@media (max-width: 36em) {
    .glider::-webkit-scrollbar {
        opacity:1;
        -webkit-appearance: none;
        width: 7px;
        height: 3px
    }

    .glider::-webkit-scrollbar-thumb {
        opacity: 1;
        border-radius: 99px;
        background-color: rgba(156,156,156,.25);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,.25);
        box-shadow: 0 0 1px rgba(255,255,255,.25)
    }
}

.tabs-section {
    background: linear-gradient(180deg,#fff8ea 0%,#fff8ea 100%)
}

.tabs-section .tab-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.tabs-section .tabs-container {
    flex-basis: 45%
}

.tabs-section .tabs-container .tabs {
    list-style: none;
    padding: 0;
    margin: 40px 0 0;
    display: flex;
    background: #fff;
    box-shadow: 20px 30px 50px 0 #0000000d;
    border: 1px solid #dbdbdb;
    max-width: 500px;
    justify-content: space-between;
    padding: 15px;
    border-radius: 10px;
    gap: 20px
}

.tabs-section .tabs-container .tabs .tab {
    border: none;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 10px;
    transition: background 0.3s;
    color: #110302;
    display: flex;
    flex-wrap: wrap
}

.tabs-section .tabs-container .tabs .tab img {
    margin-right: 5px;
    vertical-align: middle
}

.tabs-section .tabs-container .tabs .tab .normal {
    display: inline-block
}

.tabs-section .tabs-container .tabs .tab .hover {
    display: none
}

.tabs-section .tabs-container .tabs .tab.active,.tabs-section .tabs-container .tabs .tab:hover {
    background: linear-gradient(90deg,#05164d 0%,#0c33b3 100%);
    color: #fff
}

.tabs-section .tabs-container .tabs .tab.active .hover,.tabs-section .tabs-container .tabs .tab:hover .hover {
    display: inline-block
}

.tabs-section .tabs-container .tabs .tab.active .normal,.tabs-section .tabs-container .tabs .tab:hover .normal {
    display: none
}

.tabs-section .tabs-container .tab-content {
    margin: 40px 0 0
}

.tabs-section .tabs-container .tab-content .content {
    display: none
}

.tabs-section .tabs-container .tab-content .content h3 {
    margin: 10px 0
}

.tabs-section .tabs-container .tab-content .content p {
    font-weight: 500
}

.tabs-section .tabs-container .tab-content .content ul {
    margin: 40px 0 0;
    display: flex;
    flex-wrap: wrap
}

.tabs-section .tabs-container .tab-content .content ul li {
    flex-basis: 48%;
    margin-bottom: 10px;
    font-weight: 500;
    padding-left: 30px;
    position: relative
}

.tabs-section .tabs-container .tab-content .content ul li:before {
    content: "";
    background: url(../images/home-images/listing.svg) no-repeat center;
    width: 20px;
    height: 20px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 4px
}

.tabs-section .tabs-container .tab-content .content ul li a {
    color: #656565
}

.tabs-section .tabs-container .tab-content .content ul li a:hover {
    text-decoration: underline
}

.tabs-section .tabs-container .tab-content .content.active {
    display: block
}

.tabs-section .image-container {
    flex-basis: 40%;
    text-align: right
}

.tabs-section .image-container .tab-image {
    display: none;
    max-width: 100%;
    height: auto;
    border-radius: 8px
}

.tabs-section .image-container .tab-image.active {
    display: block
}

.tabs-section.techno-tabs {
    background: #fff
}

.tabs-section.techno-tabs .tabs-container {
    flex-basis: 100%
}

.tabs-section.techno-tabs .tabs-container .tabs {
    margin: 0;
    padding: 0;
    max-width: 100%;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border: 0;
    border-bottom: 3px solid #dde5
}

.tabs-section.techno-tabs .tabs-container .tabs .tab {
    border: none;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 10px;
    transition: background 0.3s;
    color: #110302;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 0 15px;
    align-items: center
}

.tabs-section.techno-tabs .tabs-container .tabs .tab.active,.tabs-section.techno-tabs .tabs-container .tabs .tab:hover {
    background: #edf1ff;
    color: #05164d
}

.tabs-section.techno-tabs .tabs-container .tabs .tab.active:after,.tabs-section.techno-tabs .tabs-container .tabs .tab:hover:after {
    content: "";
    background: linear-gradient(90deg,#05164d 0%,#0c33b3 100%);
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -17px
}

.tabs-section.techno-tabs .tabs-container .tab-content .content .dis-flex {
    justify-content: space-between
}

.tabs-section.techno-tabs .tabs-container .tab-content .content .img-div {
    flex-basis: 40%
}

.tabs-section.techno-tabs .tabs-container .tab-content .content .content-div {
    flex-basis: 50%
}

.tabs-section.techno-tabs .tabs-container .tab-content .content .content-div ul {
    margin: 20px 0 0
}

.tabs-section.techno-tabs .tabs-container .tab-content .content .content-div ul li {
    flex-basis: 100%
}

.tabs-section.techno-tabs .tabs-container .tab-content .content .content-div ul li:last-child {
    margin: 0
}

.tabs-section.technologies-tabs {
    background: linear-gradient(90deg,#05164d 0%,#0c33b3 100%);
    position: relative
}

.tabs-section.technologies-tabs .container {
    position: relative;
    z-index: 9
}

.tabs-section.technologies-tabs .top-section {
    text-align: left
}

.tabs-section.technologies-tabs .top-section h2 {
    color: #fff
}

.tabs-section.technologies-tabs .top-section p {
    color: #bdb7b7
}

.tabs-section.technologies-tabs .tabs-container {
    flex-basis: 100%;
    display: flex;
    background: #fff;
    border-radius: 20px;
    flex-wrap: wrap
}

.tabs-section.technologies-tabs .tabs-container .tabs {
    margin: 0;
    width: 35%;
    display: flex;
    max-width: 100%;
    justify-content: flex-start;
    gap: 10px;
    flex-direction: column;
    border: 0;
    background: linear-gradient(270deg,#0b147c 21.77%,#4b1bac 100%);
    padding: 50px;
    border-radius: 20px 0 0 20px
}

.tabs-section.technologies-tabs .tabs-container .tabs .tab {
    color: #fff;
    padding: 18px
}

.tabs-section.technologies-tabs .tabs-container .tabs .tab img {
    margin-right: 10px
}

.tabs-section.technologies-tabs .tabs-container .tabs .tab.active {
    background: #fff;
    color: #05164d;
    position: relative
}

.tabs-section.technologies-tabs .tabs-container .tabs .tab.active:after {
    content: "";
    position: absolute;
    top: 25px;
    right: 20px;
    background: url(../images/service-images/tab-arrow.svg) no-repeat center;
    background-size: 100%;
    width: 13px;
    height: 13px;
    font-size: 0;
    background-size: 100%
}

.tabs-section.technologies-tabs .tabs-container .tabs .tab:hover {
    background: #fff;
    color: #05164d
}

.tabs-section.technologies-tabs .tab-content {
    margin: 0;
    width: 65%;
    padding: 50px;
    border-radius: 0 20px 20px 0
}

.tabs-section.technologies-tabs .tab-content .content-div {
    width: 100%
}

.tabs-section.technologies-tabs .tab-content .content-div ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0
}

.tabs-section.technologies-tabs .tab-content .content-div ul li {
    flex-basis: 32%;
    display: flex;
    align-items: center;
    background: #FFF6E3;
    border: 2px solid transparent;
    border-radius: 10px;
    color: #05164d;
    padding: 15px;
    position: relative;
    overflow: hidden;
    min-height: 63px;
    margin: 0
}

.tabs-section.technologies-tabs .tab-content .content-div ul li:before {
    display: none
}

.tabs-section.technologies-tabs .tab-content .content-div ul li i {
    width: 36px;
    margin-right: 10px
}

.tabs-section.technologies-tabs .tab-content .content-div ul li i img {
    width: 100%;
    vertical-align: middle
}

.tabs-section.technologies-tabs .tab-content .content-div ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
    border-radius: 10px;
    color: #05164d
}

.tabs-section.technologies-tabs .tab-content .content-div ul li a:hover {
    border: 2px solid #FFAD00;
    background: #fff;
    text-decoration: none
}

.tabs-section.technologies-tabs:after {
    content: '';
    background: url(../images/service-images/tech-bg.png) no-repeat center;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

@media (max-width: 1320px) {
    .tabs-section .tabs-container {
        flex-basis:50%
    }

    .tabs-section.technologies-tabs .tab-content .content-div ul li {
        min-height: 60px
    }

    .tabs-section.technologies-tabs:after {
        display: none
    }
}

@media (max-width: 1024px) {
    .tabs-section .tabs-container .tab-content .content ul {
        margin:25px 0 0
    }

    .tabs-section .tabs-container .tab-content .content ul li {
        flex-basis: 100%
    }

    .tabs-section.techno-tabs .tabs-container .tabs .tab {
        font-size: 14px
    }

    .tabs-section.technologies-tabs .tabs-container .tabs {
        padding: 20px
    }

    .tabs-section.technologies-tabs .tabs-container .tabs .tab {
        padding: 14px;
        font-size: 15px
    }

    .tabs-section.technologies-tabs .tabs-container .tabs .tab.active.after {
        top: 21px;
        right: 15px
    }

    .tabs-section.technologies-tabs .tab-content {
        padding: 20px
    }

    .tabs-section.technologies-tabs .tab-content .content-div ul li {
        flex-basis: 100%;
        min-height: 60px
    }

    .tabs-section.technologies-tabs:after {
        display: none
    }
}

@media (max-width: 767px) {
    .tabs-section .tab-flex {
        flex-wrap:wrap
    }

    .tabs-section .tabs-container {
        flex-basis: 100%
    }

    .tabs-section .tabs-container .tabs {
        margin: 30px 0 0;
        gap: 10px;
        width: 100%
    }

    .tabs-section .tabs-container .tabs .tab {
        font-size: 16px
    }

    .tabs-section .tabs-container .tabs .tab img {
        display: block;
        margin: 0 0 2px
    }

    .tabs-section .tabs-container .tab-content {
        margin: 30px 0 0
    }

    .tabs-section .tabs-container .tab-content .content h3 {
        margin: 10px 0
    }

    .tabs-section .tabs-container .tab-content .content ul {
        margin: 20px 0 0
    }

    .tabs-section .tabs-container .tab-content .content ul li {
        padding-left: 27px;
        position: relative
    }

    .tabs-section .tabs-container .tab-content .content ul li:before {
        top: 3px;
        width: 18px;
        height: 18px
    }

    .tabs-section .image-container {
        flex-basis: 100%;
        text-align: center;
        display: none
    }

    .tabs-section.techno-tabs .tabs-container {
        flex-basis: 100%
    }

    .tabs-section.techno-tabs .tabs-container .tabs {
        flex-wrap: wrap;
        border-bottom: 3px solid #dde5;
        margin: 0;
        justify-content: space-between
    }

    .tabs-section.techno-tabs .tabs-container .tabs .tab {
        font-size: 15px;
        flex-basis: 48%;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        flex-direction: column;
        margin: 0;
        text-align: center
    }

    .tabs-section.techno-tabs .tabs-container .tabs .tab.active:after,.tabs-section.techno-tabs .tabs-container .tabs .tab:hover:after {
        bottom: 0
    }

    .tabs-section.techno-tabs .tabs-container .tab-content .content .dis-flex {
        justify-content: space-between;
        flex-wrap: wrap
    }

    .tabs-section.techno-tabs .tabs-container .tab-content .content .img-div {
        flex-basis: 100%
    }

    .tabs-section.techno-tabs .tabs-container .tab-content .content .content-div {
        flex-basis: 100%;
        margin: 10px 0 0
    }

    .tabs-section.techno-tabs .tabs-container .tab-content .content .content-div ul {
        margin: 20px 0 0
    }

    .tabs-section.techno-tabs .tabs-container .tab-content .content .content-div ul li {
        flex-basis: 100%
    }

    .tabs-section.techno-tabs .tabs-container .tab-content .content .content-div ul li:last-child {
        margin: 0
    }

    .tabs-section.technologies-tabs {
        position: relative
    }

    .tabs-section.technologies-tabs .top-section {
        text-align: center
    }

    .tabs-section.technologies-tabs .tabs-container {
        border-radius: 15px
    }

    .tabs-section.technologies-tabs .tabs-container .tabs {
        padding: 20px;
        border-radius: 15px 15px 0 0;
        width: 100%
    }

    .tabs-section.technologies-tabs .tabs-container .tabs .tab {
        padding: 12px
    }

    .tabs-section.technologies-tabs .tab-content {
        width: 100%;
        padding: 30px;
        border-radius: 0 0 15px 15px;
        margin: 0
    }

    .tabs-section.technologies-tabs .tab-content .content-div ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px
    }

    .tabs-section.technologies-tabs .tab-content .content-div ul li {
        flex-basis: 100%;
        min-height: 60px
    }

    .tabs-section.technologies-tabs:after {
        display: none
    }
}

.tech-stack-section .technology-slider {
    margin: 50px 0 0
}

.tech-stack-section .technology-slider .col-box {
    margin-top: 20px;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap
}

.tech-stack-section .technology-slider .col-box .inner-box {
    border-bottom: 4px solid #eee;
    padding-bottom: 45px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    min-height: 292px
}

.tech-stack-section .technology-slider .col-box .inner-box h3 {
    position: relative;
    margin-bottom: 15px
}

.tech-stack-section .technology-slider .col-box .inner-box h3 a {
    color: #3f3f3f
}

.tech-stack-section .technology-slider .col-box .inner-box h3 a:hover {
    text-decoration: underline
}

.tech-stack-section .technology-slider .col-box .inner-box ul {
    padding: 0 0 30px
}

.tech-stack-section .technology-slider .col-box .inner-box ul li {
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 7px 8px 7px 18px;
    display: inline-block;
    margin: 10px 5px 0 0;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
    color: rgba(63,63,63,.8);
    font-weight: 600;
    background-color: #fff;
    position: relative;
    z-index: 9
}

.tech-stack-section .technology-slider .col-box .inner-box ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 7px;
    top: 15px;
    background: rgba(128,128,128,.3);
    border-radius: 100%
}

.tech-stack-section .technology-slider .col-box .inner-box ul li a {
    display: block;
    color: rgba(63,63,63,.8);
    font-weight: 600!important
}

.tech-stack-section .technology-slider .col-box .inner-box 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-section .technology-slider .col-box .inner-box ul li a:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 7px;
    top: 15px;
    background: rgba(128,128,128,.3);
    border-radius: 100%
}

.tech-stack-section .technology-slider .col-box .inner-box ul li a:hover {
    color: #fff;
    border-color: #ffad00
}

.tech-stack-section .technology-slider .col-box .inner-box ul li a:hover:after {
    background: #ffad00
}

.tech-stack-section .technology-slider .col-box .inner-box ul li a:hover:before {
    background: #fff
}

.tech-stack-section .technology-slider .col-box .inner-box ul li:hover:before {
    background: rgba(128,128,128,.3)
}

.tech-stack-section .technology-slider .glider-dots {
    margin-top: 30px;
    display: none
}

.tech-stack-section .technology-slider .glider-dots .glider-dot {
    display: inline-block
}

.tech-stack-section .technology-slider .glider-dots .glider-dot.active {
    background: #ffad00
}

.tech-stack-section .technology-slider .tech-prev,.tech-stack-section .technology-slider .tech-next {
    background: #fff url(../images/service-images/arrow-tech.png) 0 0 no-repeat;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 1px solid #e8e8e8;
    box-shadow: 8.54px 25.61px 42.68px 8.54px rgba(0,0,0,.05);
    background-size: 16px;
    z-index: 9;
    opacity: 1;
    background-position: center;
    top: 42%;
    left: -20px;
    transform: rotate(0);
    font-size: 0;
    cursor: pointer;
    position: absolute
}

.tech-stack-section .technology-slider .tech-prev:hover,.tech-stack-section .technology-slider .tech-next:hover {
    background-color: #ffad00
}

.tech-stack-section .technology-slider .tech-prev.tech-next,.tech-stack-section .technology-slider .tech-next.tech-next {
    left: auto;
    right: -15px;
    transform: rotate(180deg)
}

.tech-stack-section .technology-slider .glider-next.disabled,.tech-stack-section .technology-slider .glider-prev.disabled {
    cursor: default
}

@media only screen and (max-width: 991px) {
    .tech-stack-section .technology-slider {
        margin:30px 0 0
    }

    .tech-stack-section .technology-slider .col-box {
        margin-top: 15px;
        padding: 0 10px
    }

    .tech-stack-section .technology-slider .col-box .inner-box h3 {
        margin-bottom: 15px
    }

    .tech-stack-section .technology-slider .col-box .inner-box ul {
        padding: 0 0 20px
    }

    .tech-stack-section .technology-slider .col-box .inner-box ul li {
        padding: 7px 8px 7px 18px;
        margin: 8px 4px 0 0
    }

    .tech-stack-section .technology-slider .glider-dots {
        margin-top: 30px;
        display: none
    }

    .tech-stack-section .technology-slider .glider-dots .glider-dot.active {
        background: #ffad00
    }

    .tech-stack-section .technology-slider .tech-prev,.tech-stack-section .technology-slider .tech-next {
        width: 40px;
        height: 40px;
        left: -15px
    }

    .tech-stack-section .technology-slider .tech-prev.glider-next,.tech-stack-section .technology-slider .tech-next.glider-next {
        right: -10px
    }
}

@media only screen and (max-width: 767px) {
    .tech-stack-section .technology-slider .col-box {
        margin-top:15px;
        padding: 0 5px
    }

    .tech-stack-section .technology-slider .col-box .inner-box {
        min-height: initial
    }

    .tech-stack-section .technology-slider .col-box .inner-box ul li {
        line-height: 20px;
        font-size: 13px
    }

    .tech-stack-section .technology-slider .col-box .inner-box h3 {
        margin-bottom: 15px;
        min-height: initial
    }

    .tech-stack-section .technology-slider .glider-dots {
        display: block
    }

    .tech-stack-section .technology-slider .tech-prev,.tech-stack-section .technology-slider .tech-next {
        display: none
    }
}

.tailored-tech .tailored-out {
    justify-content: space-between;
    position: relative
}

.tailored-tech .tailored-out .left-section {
    flex-basis: 28%;
    padding: 50px 0
}

.tailored-tech .tailored-out .tailored-slider {
    flex-basis: 70%;
    width: 70%
}

.tailored-tech .tailored-out .tailored-slider .flex-3 {
    padding-right: 10px;
    margin-top: 20px;
    padding-left: 10px
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 {
    height: 100%;
    border-radius: 15px;
    padding: 20px;
    transition: all 0.3s ease-in-out;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 366px;
    cursor: pointer
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 .icon {
    display: block;
    margin: 0 0 15px
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 p {
    margin: 0 0 20px;
    color: #fff
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 h3 {
    margin: 0 0 15px;
    color: #fff;
    position: relative
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 h3:after {
    content: "";
    background: url(../images/service-images/talicon-02.png) top center no-repeat;
    position: absolute;
    width: 18px;
    height: 11px;
    background-size: 100%;
    top: 12px;
    right: 0;
    display: inline-block;
    transition: all 0.3s ease-in-out
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 h3 a {
    color: #fff;
    position: relative
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 ul {
    margin: 0 0 20px
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 ul li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 ul li:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #016be3;
    position: absolute;
    left: 0;
    border-radius: 50%;
    top: 8px
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 .overlay-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    border-radius: 15px;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 0 20px rgba(0,0,0,.05)
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 .overlay-text h3 {
    color: #3f3f3f
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 .overlay-text h3:after {
    display: none
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 .overlay-text .over-img {
    position: relative
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 .overlay-text .over-img:after {
    content: "";
    background: url(../images/service-images/talicon-01.png) top center no-repeat;
    position: absolute;
    width: 18px;
    height: 11px;
    background-size: 100%;
    top: 12px;
    right: 0;
    display: inline-block;
    transition: all 0.3s ease-in-out
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 .overlay-text .icon {
    width: auto;
    position: relative
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 .overlay-text p {
    color: #656565
}

.tailored-tech .tailored-out .tailored-slider .flex-3 .box-3:hover .overlay-text {
    opacity: 1
}

.tailored-tech .glider {
    width: 100%!important
}

.tailored-tech .glider-prev {
    background: url(../images/service-images/tail-prev.svg) no-repeat center;
    width: 36px;
    height: 36px;
    z-index: 9;
    top: 90%;
    font-size: 0;
    left: 0;
    transform: rotate(0);
    font-size: 0;
    border-radius: 100%;
    position: absolute;
    transform: rotate(180deg)
}

.tailored-tech .glider-next {
    background: url(../images/service-images/tail-prev.svg) no-repeat center;
    width: 36px;
    height: 36px;
    z-index: 9;
    left: 50px;
    top: 90%;
    font-size: 0;
    transform: rotate(0);
    font-size: 0;
    border-radius: 100%;
    position: absolute
}

@media only screen and (max-width: 1440px) {
    .tailored-tech .tailored-out .left-section {
        flex-basis:30%
    }

    .tailored-tech .tailored-out .tailored-slider {
        flex-basis: 65%;
        width: 65%
    }

    .tailored-tech .glider-next {
        top: 90%
    }

    .tailored-tech .glider-prev {
        top: 90%
    }
}

@media only screen and (max-width: 991px) {
    .tailored-tech .tailored-out {
        flex-wrap:wrap;
        padding-bottom: 80px
    }

    .tailored-tech .tailored-out .left-section {
        flex-basis: 100%;
        padding: 0;
        text-align: center
    }

    .tailored-tech .tailored-out .tailored-slider {
        flex-basis: 100%;
        margin: 20px 0 0;
        width: 100%
    }

    .tailored-tech .tailored-out .tailored-slider .flex-3 {
        padding-right: 5px;
        margin-top: 15px;
        padding-left: 5px
    }

    .tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 {
        border-radius: 10px;
        min-height: 300px;
        padding: 30px
    }

    .tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 p {
        margin: 0 0 15px
    }

    .tailored-tech .tailored-out .tailored-slider .flex-3 .box-3 .overlay-text {
        border-radius: 10px;
        padding: 30px
    }

    .tailored-tech .glider-prev {
        bottom: 10px;
        top: auto;
        left: 0;
        right: 0;
        margin: 0 auto
    }

    .tailored-tech .glider-next {
        bottom: 10px;
        top: auto;
        left: 100px;
        right: 0;
        margin: 0 auto
    }
}

.accordion-section {
    background-color: #fff;
    position: relative
}

.accordion-section:after {
    background-color: #f8f8f8;
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0
}

.accordion-section .accordian-row .col-left {
    flex-basis: 50%;
    position: relative;
    overflow: hidden
}

.accordion-section .accordian-row .col-left .image-wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    position: absolute;
    display: block;
    bottom: 0;
    height: 100%
}

.accordion-section .accordian-row .col-left .soft-img {
    width: 100%;
    display: block;
    height: 100%
}

.accordion-section .accordian-row .col-left .soft-img img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: top center
}

.accordion-section .accordian-row .col-left .head-txt {
    padding-left: calc(50vw - 740px);
    padding-right: 45px;
    width: 100%;
    padding-bottom: 80px
}

.accordion-section .accordian-row .col-right {
    z-index: 10;
    flex-basis: 50%;
    padding-left: 75px;
    padding-right: calc(50vw - 740px)
}

.accordion-section .accordian-row .col-right .accordionItem {
    position: relative;
    margin-top: 40px
}

.accordion-section .accordian-row .col-right .accordionItem .accordion-toggle a {
    display: none
}

.accordion-section .accordian-row .col-right .accordionItem:first-child {
    margin-top: 15px
}

.accordion-section .accordian-row .col-right .accordionItem.active .accordion-content {
    display: block
}

.accordion-section .accordian-row .col-right .accordionItem.active .accordion-toggle {
    border-bottom: 1px solid transparent
}

.accordion-section .accordian-row .col-right .accordionItem.active .accordion-toggle.has-link span {
    font-size: 0
}

.accordion-section .accordian-row .col-right .accordionItem.active .accordion-toggle.has-link:hover {
    cursor: pointer
}

.accordion-section .accordian-row .col-right .accordionItem.active .accordion-toggle:before {
    display: none
}

.accordion-section .accordian-row .col-right .accordionItem.active .accordion-toggle a {
    display: inline-block;
    width: auto;
    position: absolute;
    left: 0;
    top: 0;
    color: #3f3f3f;
    transition: all 0.3s ease;
    font-weight: 600!important
}

.accordion-section .accordian-row .col-right .accordionItem.active .accordion-toggle a:after {
    content: "";
    width: 48px;
    height: 48px;
    border: 1px solid #d1d1e1;
    background: url(../images/service-images/arrow-image.png) no-repeat center;
    position: absolute;
    right: -71px;
    top: -10px;
    cursor: pointer;
    transition: all 0.3s ease
}

.accordion-section .accordian-row .col-right .accordionItem.active .accordion-toggle a:hover {
    text-decoration: underline
}

.accordion-section .accordian-row .col-right .accordionItem.active .accordion-toggle a:hover:after {
    background-color: rgba(255,173,0,.15);
    background-position: 25px center;
    transition: all 0.3s ease
}

.accordion-section .accordian-row .col-right .accordionItem.active .open-icon {
    display: none
}

.accordion-section .accordian-row .col-right .accordionItem.active .accordion-content::after {
    display: none
}

.accordion-section .accordian-row .col-right .accordion-toggle {
    display: block;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: all 0.2s ease-in-out;
    padding: 0 60px 25px 0;
    position: relative;
    font-weight: 600;
    color: #3f3f3f;
    border-bottom: 1px solid #d1d1e1;
    transition: all 0.3s ease
}

.accordion-section .accordian-row .col-right .accordion-toggle:before {
    content: "";
    width: 48px;
    height: 48px;
    border: 1px solid #d1d1e1;
    background: url(../images/service-images/arrow-up.png) no-repeat center;
    border-bottom: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    transition: all 0.3s ease
}

.accordion-section .accordian-row .col-right .accordion-toggle:hover:before {
    background-color: rgba(255,173,0,.15);
    background-position: center 25px;
    transition: all 0.3s ease
}

.accordion-section .accordian-row .col-right .accordion-content {
    display: none;
    border-bottom: 1px solid #d1d1e1;
    padding-bottom: 40px
}

.accordion-section .accordian-row .col-right ul,.accordion-section .accordian-row .col-right ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0
}

.accordion-section .accordian-row .col-right ul li,.accordion-section .accordian-row .col-right ol li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 25px;
    flex-basis: 48%;
    line-height: 25px
}

.accordion-section .accordian-row .col-right ul li:before,.accordion-section .accordian-row .col-right ol li:before {
    content: "";
    background: url(../images/service-images/acr-list.svg) no-repeat center;
    width: 19px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 4px
}

.accordion-section .accordian-row .col-right ul li a,.accordion-section .accordian-row .col-right ol li a {
    color: #656565
}

.accordion-section .accordian-row .col-right ul li a:hover,.accordion-section .accordian-row .col-right ol li a:hover {
    text-decoration: underline
}

.accordion-section .accordian-row .col-right .exbtn {
    margin: 25px 0 0
}

.accordion-section .accordian-row .w-100 ul li {
    flex-basis: 100%
}

.accordion-section .accordian-row .content-col .inner-box {
    border-bottom: 1px solid #d1d1e1;
    padding: 0 0 35px;
    margin: 0 0 40px
}

.accordion-section .accordian-row .content-col .inner-box:last-child {
    margin: 0
}

.accordion-section .accordian-row .content-col .inner-box ul {
    justify-content: flex-start
}

.accordion-section .accordian-row .content-col .inner-box ul li {
    border: 1px solid #d1d1e1;
    border-radius: 5px;
    padding: 4px 9px;
    display: inline-block;
    margin: 18px 18px 0 0;
    line-height: 22px;
    text-align: center;
    color: #666;
    flex-basis: auto;
    font-weight: 400;
    background-color: rgba(217,217,217,.32);
    position: relative
}

.accordion-section .accordian-row .content-col .inner-box ul li:before {
    display: none
}

.accordion-section .accordian-row .content-col .inner-box ul li a {
    display: contents;
    color: #666
}

.accordion-section .accordian-row .content-col .inner-box ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    width: 100%;
    height: 100%
}

.accordion-section .accordian-row .content-col .inner-box ul li a:hover {
    color: #212121;
    border-color: #FFAD00
}

.accordion-section .accordian-row .content-col .inner-box ul li a:hover:after {
    background: rgba(255,173,0,.15)
}

.accordion-section.list-full .accordian-row .col-right ul li {
    flex-basis: 100%
}

.bg-blue-section:before {
    background: linear-gradient(180deg,#211f47 0%,#05164d 100%);
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0
}

.bg-blue-section .accordian-row .col-left .head-txt {
    position: relative;
    z-index: 9
}

.bg-blue-section .accordian-row .col-left .head-txt h2 {
    color: #fff
}

.bg-blue-section .accordian-row .col-left .head-txt p {
    color: #9b9b9b
}

.bg-blue-section .accordian-row .col-left .soft-img {
    position: relative;
    z-index: 9
}

@media screen and (min-width: 4560px) {
    .accordion-section .accordian-row .col-left .head-txt {
        padding-left:0;
        max-width: 100%
    }
}

@media screen and (min-width: 2500px) {
    .accordion-section .accordian-row .col-left .head-txt {
        padding-left:calc(50vw - 1100px)
    }
}

@media only screen and (max-width: 1600px) {
    .accordion-section .accordian-row .col-left .head-txt {
        padding-left:calc(50vw - 690px)
    }

    .accordion-section .accordian-row .col-right {
        padding-right: calc(50vw - 690px)
    }
}

@media only screen and (max-width: 1440px) {
    .accordion-section .accordian-row .col-left .head-txt {
        padding-left:calc(50vw - 630px)
    }

    .accordion-section .accordian-row .col-right {
        padding-right: calc(50vw - 630px)
    }
}

@media only screen and (max-width: 1320px) {
    .accordion-section .accordian-row .col-left .head-txt {
        padding-left:calc(50vw - 580px);
        padding-bottom: 60px
    }

    .accordion-section .accordian-row .col-right {
        padding-right: calc(50vw - 580px)
    }

    .accordion-section .accordian-row .content-col .inner-box {
        padding: 0 0 25px;
        margin: 0 0 30px
    }

    .accordion-section .accordian-row .content-col .inner-box ul {
        margin: 5px 0 0
    }

    .accordion-section .accordian-row .content-col .inner-box ul li {
        margin: 10px 10px 0 0
    }
}

@media only screen and (max-width: 1200px) {
    .accordion-section .accordian-row .col-left .head-txt {
        padding-left:20px
    }

    .accordion-section .accordian-row .col-right {
        padding-right: 20px;
        padding-left: 40px
    }

    .bg-blue-section:before {
        display: none
    }

    .bg-blue-section .accordian-row .col-left .head-txt h2 {
        color: #05164d
    }

    .bg-blue-section .accordian-row .col-left .head-txt p {
        color: #666
    }
}

@media only screen and (max-width: 1100px) {
    .accordion-section {
        background-color:#f8f8f8;
        padding: 80px 20px
    }

    .accordion-section:after {
        display: none
    }

    .accordion-section h2 br {
        display: none
    }

    .accordion-section .accordian-row .col-left {
        flex-basis: 100%
    }

    .accordion-section .accordian-row .col-left .soft-img {
        display: none
    }

    .accordion-section .accordian-row .col-left .head-txt {
        padding-left: 0;
        padding-right: 0;
        margin: 0 0 20px;
        padding-bottom: 0;
        text-align: center
    }

    .accordion-section .accordian-row .col-right {
        flex-basis: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0
    }

    .accordion-section .accordian-row .col-right .accordionItem {
        margin-top: 25px
    }

    .accordion-section .accordian-row .col-right .accordionItem.active .accordion-toggle a:after {
        width: 40px;
        height: 40px;
        top: -10px
    }

    .accordion-section .accordian-row .col-right .accordion-toggle {
        padding: 0 50px 10px 0
    }

    .accordion-section .accordian-row .col-right .accordion-toggle:before {
        content: "";
        width: 40px;
        height: 40px
    }

    .accordion-section .accordian-row .col-right .accordion-content {
        padding-bottom: 25px
    }

    .accordion-section .accordian-row .col-right .accordion-content ul,.accordion-section .accordian-row .col-right .accordion-content ol {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .accordion-section .accordian-row .col-right .accordion-content ul li,.accordion-section .accordian-row .col-right .accordion-content ol li {
        flex-basis: 33.33%
    }
}

@media only screen and (max-width: 991px) {
    .accordion-section .accordian-row .col-right .accordion-content ul li,.accordion-section .accordian-row .col-right .accordion-content ol li {
        flex-basis:100%;
        line-height: 24px
    }

    .accordion-section .accordian-row .col-right .accordion-content ul li:before,.accordion-section .accordian-row .col-right .accordion-content ol li:before {
        top: 3px
    }

    .accordion-section .accordian-row .col-right .accordion-content .exbtn {
        margin-top: 10px
    }

    .accordion-section .accordian-row .col-right ul li,.accordion-section .accordian-row .col-right ol li {
        flex-basis: 100%;
        line-height: 24px
    }

    .accordion-section .accordian-row .col-right ul li:before,.accordion-section .accordian-row .col-right ol li:before {
        top: 6px
    }
}

@media only screen and (max-width: 767px) {
    .accordion-section {
        padding:50px 20px
    }

    .accordion-section .accordian-row .content-col .inner-box {
        padding: 0 0 15px;
        margin: 0 0 20px
    }

    .accordion-section .accordian-row .content-col .inner-box ul {
        margin: 10px 0 0
    }

    .accordion-section .accordian-row .content-col .inner-box ul li {
        margin: 8px 8px 0 0
    }

    .accordion-section.bg-blue-linear {
        background: #fff
    }

    .accordion-section.bg-blue-linear h2 {
        color: #05164d
    }
}

.experts-talk-first-section {
    position: relative;
    z-index: 1
}

.experts-talk-first-section:before,.experts-talk-first-section:after {
    content: "";
    position: absolute;
    z-index: -1
}

.experts-talk-first-section:before {
    background: url(../images/service-images/intersect-left.png) 0 0 no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
    width: 116px;
    height: 163px
}

.experts-talk-first-section:after {
    background: url(../images/service-images/intersect-right.png) 0 0 no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 304px;
    height: 475px
}

.experts-talk-first-section .button-section {
    justify-content: center
}

.experts-talk-first-section .button-section .btn-sec {
    justify-content: center
}

@media only screen and (max-width: 1320px) {
    .experts-talk-first-section:after {
        width: 200px;
        height: 380px
    }
}

@media only screen and (max-width: 991px) {
    .experts-talk-first-section .container .head-txt h2 {
        font-size: 26px;
        line-height: 40px
    }

    .experts-talk-first-section .container .head-txt p {
        margin-top: 15px
    }
}

@media only screen and (max-width: 767px) {
    .experts-talk-first-section:after {
        display: none
    }

    .experts-talk-first-section:before {
        width: 50px;
        height: 70px
    }
}

.tech-stacks .col-box-outer .col-box {
    margin-top: 50px;
    padding-right: 50px;
    display: flex;
    flex-wrap: wrap
}

.tech-stacks .col-box-outer .col-box:nth-child(3n) {
    padding-right: 0
}

.tech-stacks .col-box-outer .col-box .inner-box {
    border-bottom: 1px solid #d1d1e1;
    padding-bottom: 45px;
    width: 100%
}

.tech-stacks .col-box-outer .col-box .inner-box h3 {
    position: relative;
    padding-bottom: 10px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right,#ffcf66,#e19b01);
    border-bottom: 4px solid;
    margin-bottom: 20px;
    padding: 0 0 15px
}

.tech-stacks .col-box-outer .col-box .inner-box ul li {
    border: 1px solid #d1d1e1;
    border-radius: 5px;
    padding: 4px 9px;
    display: inline-block;
    margin: 18px 18px 0 0;
    line-height: 22px;
    text-align: center;
    color: #666;
    font-weight: 400;
    background-color: rgba(217,217,217,.32);
    position: relative
}

.tech-stacks .col-box-outer .col-box .inner-box ul li a {
    display: block;
    color: #666
}

.tech-stacks .col-box-outer .col-box .inner-box ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    width: 100%;
    height: 100%
}

.tech-stacks .col-box-outer .col-box .inner-box ul li a:hover {
    color: #212121;
    border-color: #ffad00
}

.tech-stacks .col-box-outer .col-box .inner-box ul li a:hover:after {
    background: rgba(255,173,0,.15)
}

.tech-stacks .col-box-outer .col-box .inner-box ul a:hover li {
    background: #000
}

.tech-stacks .col-box-outer .flex-1 .inner-box {
    min-height: initial
}
@media only screen and (max-width: 1320px) {
    .tech-stacks .col-box-outer .col-box {
        margin-top:40px;
        padding-right: 40px
    }

    .tech-stacks .col-box-outer .col-box:nth-child(3n) {
        padding-right: 0
    }

    .tech-stacks .col-box-outer .col-box .inner-box {
        padding-bottom: 35px
    }

    .tech-stacks .col-box-outer .col-box .inner-box ul {
        margin: 10px 0 0
    }

    .tech-stacks .col-box-outer .col-box .inner-box ul li {
        margin: 10px 10px 0 0
    }
}

@media only screen and (max-width: 991px) {
    .tech-stacks .col-box-outer .col-box {
        margin-top:30px;
        padding-right: 30px
    }

    .tech-stacks .col-box-outer .col-box:nth-child(3n) {
        padding-right: 30px
    }

    .tech-stacks .col-box-outer .col-box .inner-box {
        padding-bottom: 20px
    }

    .tech-stacks .col-box-outer .col-box .inner-box ul {
        margin: 20px 0 0
    }

    .tech-stacks .col-box-outer .col-box .inner-box ul li {
        display: inline-block
    }
}

@media only screen and (max-width: 767px) {
    .tech-stacks .col-box-outer .col-box {
        padding-right:0
    }

    .tech-stacks .col-box-outer .col-box:nth-child(3n) {
        padding-right: 0
    }

    .tech-stacks .col-box-outer .col-box .inner-box {
        padding-bottom: 20px;
        min-height: initial
    }

    .tech-stacks .col-box-outer .col-box .inner-box ul {
        margin: 20px 0 0
    }

    .tech-stacks .col-box-outer .col-box .inner-box ul li {
        display: inline-block;
        margin: 0 8px 8px 0
    }
}

.dark-client-section {
    background: #09143d
}

.dark-client-section .left-box h2 {
    color: #fff
}

.dark-client-section .left-box h5 {
    color: #ffb81d
}

.dark-client-section .left-box p {
    color: rgba(255,255,255,.8)!important
}

.dark-client-section .left-box ul li {
    color: rgba(255,255,255,.8)
}

.dark-client-section .left-box a {
    color: rgba(255,255,255,.8);
    text-decoration: underline
}

.dark-client-section .left-box a:hover {
    color: #fff;
    text-decoration: none
}

.dark-client-section .right-box .client-section .client-row .client-stack ul li {
    background: rgba(15,31,87,.7)
}

.dark-client-section .right-box .client-section .client-row .client-stack ul li img {
    vertical-align: middle
}

.dark-client-section .right-box .client-section .client-row .client-stack ul li:hover {
    color: #ffad00
}

.dark-client-section .right-box .award-sc h5 {
    color: #fff
}

.dark-client-section .right-box .award-sc .award-row .award-col {
    border: 1px solid rgba(4,17,66,.62);
    background: #101e55
}

.dark-client-section .right-box .award-sc .award-row .award-col .aw-icon img.normal-mode {
    display: block;
    opacity: .5
}

.dark-client-section .right-box .award-sc .award-row .award-col p {
    color: #fff;
    opacity: .5
}

.dark-client-section .right-box .award-sc .award-row .award-col:hover {
    border: 1px solid rgba(156,164,195,.37);
    cursor: default;
    background: #101e55
}

.dark-client-section .right-box .award-sc .award-row .award-col:hover p {
    opacity: 1
}

.dark-client-section .right-box .award-sc .award-row .award-col:hover .aw-icon img.normal-mode {
    display: block;
    opacity: 1
}

.process-work {
    background: linear-gradient(to left,#fbfbfb 50%,#211f47 50%);
    position: relative
}

.process-work .head-txt {
    text-align: left;
    margin: 0 0 50px
}

.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 .step-sec {
    margin: 0 0 20px;
    position: relative;
    justify-content: right
}

.process-work .process-step .step-sec .step-wrap {
    display: flex;
    flex-basis: 60%;
    align-items: center
}

.process-work .process-step .step-sec .step-wrap .step-icon {
    flex-basis: 115px;
    text-align: left;
    position: relative
}

.process-work .process-step .step-sec .step-wrap .step-icon img {
    margin: 0;
    z-index: 9;
    background: #fdfaf2
}

.process-work .process-step .step-sec .step-wrap .step-icon:before {
    content: "";
    background: url(../images/service-images/hire-shape.png) no-repeat center;
    width: 45px;
    position: absolute;
    bottom: -72px;
    left: 43px;
    background-size: 100%;
    height: 100%;
    transform: rotate(127deg)
}

.process-work .process-step .step-sec .step-wrap .step-desc {
    flex-basis: calc(100% - 115px)
}

.process-work .process-step .step-sec .step-wrap .step-desc .step-no {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffad00;
    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: 10px 0 10px;
    color: #3f3f3f;
    font-size: 20px
}

.process-work .process-step .step-sec .step-wrap .step-desc p {
    font-size: 14px;
    line-height: 24px
}

.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
}

.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(../images/service-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 .process-step .step-sec .step-wrap .step-icon:before {
        content:"";
        background: url(../images/service-images/hire-shape.png) no-repeat center;
        width: 57px;
        bottom: -69px;
        left: 27px;
        transform: rotate(142deg)
    }

    .process-work .process-step .step-sec:nth-child(2n) .step-wrap .step-icon:before {
        width: 36px;
        bottom: -70px;
        left: 42px;
        transform: none
    }

    .process-work:after {
        content: "";
        width: 90px;
        height: 90px
    }
}

@media only screen and (max-width: 1240px) {
    .process-work .head-txt p br {
        display:none
    }

    .process-work .col-left .head-txt {
        margin: 0 0 80px
    }

    .process-work .process-step .step-sec .step-wrap {
        flex-basis: 60%
    }

    .process-work .process-step .step-sec .step-wrap .step-icon {
        flex-basis: 85px
    }

    .process-work .process-step .step-sec .step-wrap .step-icon img {
        width: 65px
    }

    .process-work .process-step .step-sec .step-wrap .step-icon:before {
        content: "";
        display: none
    }

    .process-work .process-step .step-sec .step-wrap .step-desc {
        flex-basis: calc(100% - 85px)
    }

    .process-work .process-step .step-sec .step-wrap .step-desc h4 {
        font-size: 18px
    }

    .process-work .process-step .step-sec .step-wrap .step-desc p {
        line-height: 22px
    }

    .process-work:after {
        display: none
    }
}

@media only screen and (max-width: 991px) {
    .process-work {
        background:#fff
    }

    .process-work .head-txt {
        text-align: left;
        margin: 0 0 30px
    }

    .process-work .col-left {
        background: #211f47;
        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
    }

    .process-work .process-step .step-sec .step-wrap .step-icon {
        flex-basis: 80px
    }

    .process-work .process-step .step-sec .step-wrap .step-icon img {
        width: 55px
    }

    .process-work .process-step .step-sec .step-wrap .step-desc {
        flex-basis: calc(100% - 80px)
    }

    .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
    }

    .process-work .process-step .step-sec:nth-child(2n) .step-wrap .step-icon {
        text-align: left
    }

    .process-work .process-step:before {
        left: 27px
    }
}

.sample-profile-no-img-section .sample-block-outer {
    margin-top: 70px
}

.sample-profile-no-img-section .flex-3 {
    padding: 0 12px;
    margin-top: 30px
}

.sample-profile-no-img-section .sample-block {
    padding: 70px 10px;
    text-align: center;
    height: 100%;
    border: 1px solid #d1d1e1;
    transition: all 0.3s ease-in-out;
    background: transparent
}

.sample-profile-no-img-section h4,.sample-profile-no-img-section h5 {
    font-weight: 500;
    position: relative;
    color: #212121
}

.sample-profile-no-img-section h3::after,.sample-profile-no-img-section h4::after {
    content: "";
    clear: both;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 182px;
    height: 1px;
    background: #d1d1e1
}

.sample-profile-no-img-section h3 {
    padding-bottom: 15px;
    position: relative
}

.sample-profile-no-img-section h4 {
    font-size: 20px;
    padding: 15px 0
}

.sample-profile-no-img-section h5 {
    font-size: 18px;
    padding-top: 15px
}

@media only screen and (max-width: 1600px) {
    .sample-profile-no-img-section .sample-block-outer {
        margin-top: 40px
    }

    .sample-profile-no-img-section .sample-block {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media only screen and (max-width: 1320px) {
    .sample-profile-no-img-section .sample-block {
        padding: 40px 8px
    }
}

@media only screen and (max-width: 991px) {
    .sample-profile-no-img-section .sample-block-outer {
        margin-top: 20px
    }
}

@media only screen and (max-width: 767px) {
    .sample-profile-no-img-section .sample-block-outer {
        margin-top: 10px
    }

    .sample-profile-no-img-section .sample-block {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .sample-profile-no-img-section h4 {
        font-size: 16px;
        padding: 10px 0
    }

    .sample-profile-no-img-section h5 {
        font-size: 14px;
        padding-top: 10px
    }
}

.three-column-icon-section .top-content .flex-2:first-child {
    padding-right: 130px
}

.three-column-icon-section .top-content h2 {
    margin: 0
}

.three-column-icon-section .top-content p a {
    color: #3f3f3f
}

.three-column-icon-section .top-content p a:hover {
    text-decoration: underline
}

.three-column-icon-section .image-sec .desktop {
    display: block;
    margin: 0 auto
}

.three-column-icon-section .image-sec .mobile {
    display: none
}

.three-column-icon-section .half-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.three-column-icon-section .half-list ul li {
    flex-basis: 48%
}

.three-column-icon-section .col-box-outer .box {
    height: 100%;
    transition: all 0.3s ease-in-out;
    position: relative
}

.three-column-icon-section .col-box-outer .box h3 {
    margin: 0 0 20px;
    padding-top: 20px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right,#ffcf66,#e19b01);
    border-top: 4px solid
}

.three-column-icon-section .col-box-outer .box-3 {
    padding-right: 50px;
    margin-top: 50px
}

.three-column-icon-section .col-box-outer .box-3:nth-child(3n) {
    padding-right: 0
}

.three-column-icon-section .col-box-outer .box-3.flex-2 {
    padding-right: 0
}

.three-column-icon-section .col-box-outer .box-3.flex-2:nth-child(2n-1) {
    padding-right: 50px
}

.three-column-icon-section .col-box-outer .box-2 {
    padding-right: 50px;
    margin-top: 50px
}

.three-column-icon-section .col-box-outer .box-2.flex-2 {
    padding-right: 0
}

.three-column-icon-section .col-box-outer .box-2.flex-2:nth-child(2n-1) {
    padding-right: 50px
}

.three-column-icon-section .col-box-outer .box-4 {
    padding-right: 50px;
    margin-top: 50px
}

.three-column-icon-section .col-box-outer .box-4:nth-child(4n) {
    padding-right: 0
}

.three-column-icon-section .col-box-outer .has-vlink .box {
    padding: 0 0 60px
}

.three-column-icon-section .col-box-outer .has-vlink .box .box-link {
    font-size: 0
}

.three-column-icon-section .col-box-outer .has-vlink .box .box-link a {
    content: "";
    border-bottom: 1px solid #d1d1e1;
    width: 100%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    transition: all 0.3s ease
}

.three-column-icon-section .col-box-outer .has-vlink .box .box-link a:after {
    content: "";
    width: 48px;
    height: 48px;
    border: 1px solid #d1d1e1;
    border-bottom: 0;
    background: url(../images/service-images/arrow-image.png) no-repeat center;
    border-bottom: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    transition: all 0.3s ease
}

.three-column-icon-section .col-box-outer .has-vlink .box .box-link a:hover:after {
    background-color: rgba(255,173,0,.15);
    background-position: 25px center;
    transition: all 0.3s ease
}

.three-column-icon-section .col-box-outer .has-anchor .box {
    padding: 0 0 60px
}

.three-column-icon-section .col-box-outer .has-anchor .box .box-anchor {
    transition: all 0.3s ease;
    content: "";
    border-bottom: 1px solid #d1d1e1;
    width: 100%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    font-size: 0
}

.three-column-icon-section .col-box-outer .has-anchor .box .box-anchor:after {
    content: "";
    width: 48px;
    height: 48px;
    border: 1px solid #d1d1e1;
    border-bottom: 0;
    background: url(../images/service-images/arrow-image.png) no-repeat center;
    border-bottom: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    transition: all 0.3s ease
}

.three-column-icon-section .col-box-outer .has-anchor .box .box-anchor:hover:after {
    background-color: rgba(255,173,0,.15);
    background-position: 25px center;
    transition: all 0.3s ease
}

.three-column-icon-section ul {
    margin-top: 10px
}

.three-column-icon-section ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    text-align: left
}

.three-column-icon-section ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #ffb81d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px
}

.three-column-icon-section a {
    text-decoration: none
}

.three-column-icon-section a:hover {
    text-decoration: underline
}

@media only screen and (max-width: 1600px) {
    .three-column-icon-section .top-content .flex-2:first-child {
        padding-right:110px
    }
}

@media only screen and (max-width: 1320px) {
    .three-column-icon-section .top-content .flex-2:first-child {
        padding-right:80px
    }

    .three-column-icon-section .col-box-outer .has-anchor .box {
        padding: 0 0 50px
    }

    .three-column-icon-section .col-box-outer .box h3 {
        margin: 0 0 10px;
        padding-top: 15px
    }

    .three-column-icon-section .col-box-outer .box-3 {
        padding-right: 40px;
        margin-top: 40px
    }

    .three-column-icon-section .col-box-outer .box-3:nth-child(3n) {
        padding-right: 0
    }

    .three-column-icon-section .col-box-outer .box-3.flex-2 {
        padding-right: 0
    }

    .three-column-icon-section .col-box-outer .box-3.flex-2:nth-child(2n-1) {
        padding-right: 40px
    }

    .three-column-icon-section .col-box-outer .box-2 {
        padding-right: 40px;
        margin-top: 40px
    }

    .three-column-icon-section .col-box-outer .box-2.flex-2:nth-child(2n-1) {
        padding-right: 40px
    }

    .three-column-icon-section .col-box-outer .box-4 {
        padding-right: 40px;
        margin-top: 40px
    }
}

@media only screen and (max-width: 991px) {
    .three-column-icon-section .top-content .flex-2:first-child {
        padding-right:0
    }

    .three-column-icon-section .top-content h2 {
        margin: 0 0 15px
    }

    .three-column-icon-section .half-list ul li {
        flex-basis: 100%
    }

    .three-column-icon-section .col-box-outer .box-3 {
        padding-right: 30px;
        margin-top: 30px
    }

    .three-column-icon-section .col-box-outer .box-3:nth-child(3n) {
        padding-right: 30px
    }

    .three-column-icon-section .col-box-outer .box-3.flex-2 {
        padding-right: 0
    }

    .three-column-icon-section .col-box-outer .box-3.flex-2:nth-child(2n-1) {
        padding-right: 30px
    }

    .three-column-icon-section .col-box-outer .box-2 {
        padding-right: 30px;
        margin-top: 30px
    }

    .three-column-icon-section .col-box-outer .box-2.flex-2:nth-child(2n-1) {
        padding-right: 30px
    }

    .three-column-icon-section .col-box-outer .box-4 {
        padding-right: 30px;
        margin-top: 30px
    }
}

@media only screen and (max-width: 767px) {
    .three-column-icon-section .col-box-outer {
        margin-top:10px
    }

    .three-column-icon-section .col-box-outer .box-3 {
        padding-right: 0;
        margin-top: 20px
    }

    .three-column-icon-section .col-box-outer .box-3:nth-child(3n) {
        padding-right: 0
    }

    .three-column-icon-section .col-box-outer .box-3.flex-2:nth-child(2n-1) {
        padding-right: 0
    }

    .three-column-icon-section .col-box-outer .box-2 {
        padding-right: 0;
        margin-top: 30px
    }

    .three-column-icon-section .col-box-outer .box-2.flex-2:nth-child(2n-1) {
        padding-right: 30px
    }

    .three-column-icon-section .col-box-outer .box-4 {
        padding-right: 0;
        margin-top: 30px
    }

    .three-column-icon-section .col-box-outer .has-vlink .box {
        padding: 0 0 40px
    }

    .three-column-icon-section .col-box-outer .has-vlink .box .box-link a:after {
        width: 40px;
        height: 40px
    }

    .three-column-icon-section .col-box-outer .has-anchor .box {
        padding: 0 0 40px
    }

    .three-column-icon-section .col-box-outer .has-anchor .box .box-anchor::after {
        width: 40px;
        height: 40px
    }

    .three-column-icon-section ul li {
        margin-bottom: 7px
    }

    .three-column-icon-section .image-sec .desktop {
        display: none
    }

    .three-column-icon-section .image-sec .mobile {
        display: block;
        margin: 0 auto
    }
}

.table-list-section .col-box-outer {
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden
}

.table-list-section .table-list .title {
    font-size: 17px;
    font-weight: 600;
    background: rgba(255,173,0,.2)
}

.table-list-section .table-list .title .sub-title {
    font-size: 14px;
    font-weight: 500;
    display: block;
    width: 100%
}

.table-list-section .table-list li {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    background: #f1f1f1;
    padding: 17px 5px;
    list-style: none;
    text-align: center;
    min-height: 80px;
    display: flex;
    color: #3f3f3f;
    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: #f8f8f8
}

.table-list-section .table-list:first-child ul li {
    text-align: left;
    padding-left: 76px;
    justify-content: flex-start;
    font-weight: 600;
    color: #05164d
}

.table-list-section .table-list:first-child ul li.title {
    color: #3f3f3f
}

.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: 600;
    color: #ffb81d;
    position: relative
}

.table-list-section .view-more a:after {
    content: "";
    width: 16px;
    height: 9px;
    background: url(../images/hire-images/view-icon.png) no-repeat center;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.3s ease;
    background-size: 100%
}

.table-list-section .view-more a:hover {
    background: #f1f1f1
}

.table-list-section.show-all .table-list li:nth-child(n) {
    display: block
}

@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 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.for-yellow-head .bg-row-yellow {
        border: 1px solid #fff
    }

    .table-list-section.for-yellow-head .bg-row-yellow li:first-child {
        border-bottom: 1px solid #fff
    }
}

.hero-section .left-box a {
    color: #fff;
}
.hero-section li .a-dotted {
    position: relative;
}
.hero-section a {
    text-decoration: none;
}
.hero-section li .a-dotted:after {
    content: "";
    width: 84px;
    height: 1px;
    border-bottom: 1px dotted #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.left-circlist-right-img-section .col-box-outer .row-box {
    margin-top: 100px
}

.left-circlist-right-img-section .col-box-outer .row-box:nth-child(2n) {
    flex-direction: row-reverse
}

.left-circlist-right-img-section .col-box-outer .row-box .flex-2 {
    flex-basis: 45%
}

.left-circlist-right-img-section .col-box-outer .row-box h3 {
    font-size: 28px;
    line-height: 1.4
}

.left-circlist-right-img-section .col-box-outer .row-box li {
    list-style-type: none;
    margin-top: 30px;
    padding: 0 20px 0 30px;
    position: relative;
    color: #656565;
    line-height: 29px
}

.left-circlist-right-img-section .col-box-outer .row-box li::before {
    content: "";
    clear: both;
    display: inline-block;
    background-color: #ffb81d;
    border-radius: 50%;
    position: absolute;
    height: 11px;
    width: 11px;
    top: 8px;
    left: 4px;
    box-shadow: 0 0 0 transparent,0 0 40px #ffb81d,0 0 20px #ffb81d,0 0 0 #ffb81d,0 0 0 #ffb81d,0 0 0 #ffb81d,0 0 50px #ffb81d
}

.left-circlist-right-img-section .col-box-outer .row-box li::after {
    content: "";
    display: inline-block;
    border: 1px #ffb81d solid;
    border-radius: 50%;
    width: 17.2px;
    height: 17px;
    position: absolute;
    top: 4px;
    left: 0
}

.left-circlist-right-img-section .col-box-outer .row-box li strong {
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
    color: #212121;
    font-weight: 600;
    color: #3f3f3f
}

@media only screen and (max-width: 1440px) {
    .left-circlist-right-img-section .col-box-outer .row-box {
        margin-top: 80px
    }

    .left-circlist-right-img-section .col-box-outer .row-box h3 {
        font-size: 24px
    }

    .left-circlist-right-img-section .col-box-outer .row-box li {
        margin-top: 20px
    }

    .left-circlist-right-img-section .col-box-outer .row-box li strong {
        margin-bottom: 8px
    }
}

@media only screen and (max-width: 991px) {
    .left-circlist-right-img-section .col-box-outer .row-box {
        margin-top: 50px
    }

    .left-circlist-right-img-section .col-box-outer .row-box .flex-2 {
        flex-basis: 100%
    }

    .left-circlist-right-img-section .col-box-outer .row-box .img-box {
        margin: 20px 0 0
    }
}

@media only screen and (max-width: 767px) {
    .left-circlist-right-img-section .col-box-outer .row-box h3 {
        font-size: 20px
    }

    .left-circlist-right-img-section .col-box-outer .row-box li {
        line-height: 24px
    }

    .left-circlist-right-img-section .col-box-outer .row-box li strong {
        font-size: 18px
    }
}
