@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
}

.dis-flex.flex-reverse {
    display: flex;
    flex-direction: row-reverse;
}

.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
}

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

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

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

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

.margin-b-50 {
    margin-bottom: 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 .wrapper {
        flex-wrap: wrap;
    }

    .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)
    }
}

.hero-section {
    padding: 145px 0 70px;
    height: 725px;
    align-items: center;
    position: relative;
    display: flex;
    display: -webkit-flex;
    background-color: rgba(4,12,23,.5)
}

.hero-section #background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1
}

.hero-section .dis-flex, .here-container .dis-flex {
    align-items: center
}

.hero-section .dis-flex .left-box {
    flex-basis: 95%
}

.hero-section .dis-flex .left-box h1 {
    font-size: 70px;
    line-height: 1.5;
    color: #fff
}

.hero-section .dis-flex .left-box p {
    margin-top: 20px;
    line-height: 30px;
    color: rgba(252,252,252,.87);
    font-size: 18px;
    font-weight: 400
}

.hero-section .dis-flex .left-box p:first-of-type {
    margin-top: 0
}

.hero-section .dis-flex .left-box ul {
    list-style: none;
    margin-top: 20px
}

.hero-section .dis-flex .left-box ul li {
    position: relative;
    margin: 0 0 15px;
    color: rgba(252,252,252,.87);
    padding-left: 30px;
    font-size: 16px;
    line-height: 28px
}

.hero-section .dis-flex .left-box ul li:before {
    content: "";
    background: url(../images/home-images/list-icon.svg) no-repeat;
    width: 20px;
    height: 20px;
    background-size: 100%;
    position: absolute;
    top: 5px;
    left: 0
}

.hero-section .dis-flex .left-box a {
    color: #fff
}

.hero-section .dis-flex .left-box a:hover {
    text-decoration: underline
}

.hero-section .dis-flex .left-box .for-client-logo-box {
    margin: 60px 0 0
}

.hero-section .scroll-next {
    width: 36px;
    height: 54px;
    border: 5px solid #bacaf3;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    position: absolute;
    bottom: 80px;
    right: 100px
}

.hero-section .scroll-next .scroll-downicon {
    background: url(../images/home-images/scroll-arrow.svg) no-repeat;
    width: 21px;
    height: 22px;
    display: inline-block;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 0
}

.hero-section .scroll-next:after {
    content: "";
    background: #bacaf3;
    width: 4px;
    height: 15px;
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    animation: up-down 1s ease-in-out infinite alternate-reverse both
}

.hero-section .scroll-next:hover .scroll-downicon {
    bottom: -26px
}

.hero-section .header-background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.hero-section .header-background-overlay e:\Downloads\6774633-hd_1920_1080_30fps.mp4{
    background-color: transparent;
    background-image: linear-gradient(180deg, #00031e 0%, #ffffff 24%);
    opacity: 0.6;
    mix-blend-mode: multiply;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.hero-section .header-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
}

.hero-section .header-shape-bottom {
    bottom: -1px;
}

.hero-section .header-shape-bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hero-section .header-shape-bottom svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hero-section .header-shape-bottom svg {
    width: calc(200% + 1.3px);
    height: 110px;
}

.hero-section .header-shape-bottom .header-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

@keyframes up-down {
    0% {
        -webkit-transform: translateY(5px);
        -o-transform: translateY(5px);
        transform: translateY(5px)
    }

    100% {
        -webkit-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

.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
}

h2 {
    font-size: 46px;
    line-height: 58px
}

h3 {
    font-size: 22px
}

@media (max-width: 1440px) {
    .hero-section .dis-flex .left-box {
        flex-basis:85%
    }
}

@media (max-width: 1320px) {
    .hero-section {
        height:650px;
        min-height: initial
    }

    .hero-section .dis-flex .left-box {
        flex-basis: 90%
    }

    .hero-section .dis-flex .left-box h1 {
        font-size: 60px;
        line-height: 1.4
    }
}

@media (max-width: 1024px) {
    .hero-section .dis-flex .left-box h1 {
        font-size:50px;
        line-height: 1.4
    }

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

@media (max-width: 979px) {
    .hero-section {
        background:linear-gradient(90deg,#05164d 0%,#0c33b3 100%)!important
    }

    .hero-section #background-video {
        display: none
    }

    .hero-section .dis-flex .left-box {
        flex-basis: 100%;
        text-align: center
    }

    .hero-section .dis-flex .left-box .for-client-logo-box {
        margin: 40px 0 0
    }

    .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) {
    .hero-section {
        padding:130px 0 100px
    }

    .hero-section .dis-flex .left-box {
        flex-basis: 100%;
        text-align: center
    }

    .hero-section .dis-flex .left-box h1 {
        font-size: 40px;
        line-height: 50px
    }

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

    .hero-section .dis-flex .left-box .for-client-logo-box {
        justify-content: center;
        align-items: center;
        margin: 30px 0 0
    }

    .hero-section .scroll-next {
        width: 30px;
        height: 41px;
        bottom: 14px;
        right: 12px
    }

    .hero-section .scroll-next .scroll-downicon {
        background-size: 100%;
        width: 17px;
        height: 18px;
        bottom: -30px
    }

    .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
    }
}

.tabs-section {
    background: #ffffff
}

.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.full {
    flex-basis: 100%
}

.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 .tabs .tab img {
    width: 26px;
}

.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;
    flex-wrap: wrap;
    gap: 30px 20px;
    justify-content: space-evenly;
}

.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
}

@media (max-width: 1320px) {
    .tabs-section .tabs-container {
        flex-basis:50%
    }

    .tabs-section .tabs-container.full {
        flex-basis: 100%
    }
}

@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
    }
}

@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: 45%;
        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
    }
}

.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,.hero-section::after,.second-level-section::after,.hero-img-section h1 {
        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
    }

    .hero-section::after,.second-level-section::after {
        margin-top: 10px
    }

    .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
    }

    .hero-section,.second-level-section {
        padding-top: 100px;
        min-height: auto
    }

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

    .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(3,1fr)
}

.it-services .service-card {
    background-color: #fff5e6;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: transform 0.3s ease;
    flex-direction: column;
}

.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: 18px;
    font-weight: 600;
    color: #333;
    margin: 0 0 8px 0;
    text-align: center;
}

.it-services .service-card .service-content p {
    text-align: center;
}

.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(3,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+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+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
    }
}

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

    .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
}

@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%
    }
}

@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;
}

.here-container.container  {
    padding: 135px 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
}

.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
}

h2 {
    font-size: 46px;
    line-height: 58px
}

h3 {
    font-size: 22px
}

@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) {
    .here-container .container {
        max-width:1380px;
        margin-top: 40px;
    }
}

@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,.second-level-section::after,.hero-img-section h1 {
        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
    }

    .here-container h1 {
        font-size: 42px !important;
    }

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

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

    .here-container h1 {
        font-size: 36px !important;
        text-align: center;
    }

    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
    }

    .second-level-section::after {
        margin-top: 10px
    }

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

    .here-container {
        padding: 50px 0 20px !important;
    }
}

@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
    }
}

.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;
    z-index: 11;
}

.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
    }
}

.contact-us-section {
    position: relative;
    /* background: #05164d; */
}

.contact-us-section.full-width-form {
    /* padding: 135px 0 70px; */
    width: 100%;
}

.contact-us-section.full-width-form .form-inner {
    margin-top: 20px
}

.contact-us-section.full-width-form .bg-voilet {
    background-color: transparent
}

.contact-us-section.full-width-form .call-back {
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block
}

.contact-us-section.full-width-form .head-txt {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.contact-us-section.full-width-form .head-txt h1 {
    font-size: 36px;
    line-height: 49px;
    text-transform: capitalize;
    color: #05164d;
    font-weight: 600
}

.contact-us-section.full-width-form .head-txt p {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    margin-top: 0;
    color: #05164d;
}

.contact-us-section.full-width-form .head-txt .logo-box {
    background: #fff url(../images/logos/logo1.png) center center no-repeat;
    background-size: 100%;
    height: 66px;
    border-radius: 50px;
    flex-basis: 66px;
    position: relative
}

.contact-us-section.full-width-form .head-txt .logo-box a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto
}

.contact-us-section.full-width-form .head-txt .head-box {
    margin-left: 12px;
    flex-basis: calc(100% - 86px)
}

.contact-us-section.full-width-form .form-left {
    border-radius: 20px;
    background: #ffffff;
    width: 46%;
    padding: 30px 40px 40px;
    z-index: 1;
    margin-right: 2%;
}

.contact-us-section.full-width-form .bg-voilet {
    border-radius: 10px
}

.contact-us-section.full-width-form form {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap
}

.contact-us-section.full-width-form #fileElem {
    display: none
}

.contact-us-section.full-width-form .user-input div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
}

.contact-us-section.full-width-form label {
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #05164d;
    text-transform: capitalize
}

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

.contact-us-section.full-width-form .form-text-cont:last-child {
    margin-bottom: 0
}

.contact-us-section.full-width-form .form-text-cont small {
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    color: #95959f;
    opacity: .8;
    opacity: 0;
    z-index: -1;
    float: left;
    width: 100%;
    display: none
}

.contact-us-section.full-width-form .form-text-cont:nth-child(2n) small {
    right: 0
}

.contact-us-section.full-width-form .form-text-cont.width-full {
    position: relative;
    display: initial
}

.contact-us-section.full-width-form .form-text-cont .lbl-row-new {
    display: inline-block;
    font-weight: 500;
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    color: #fff;
    text-transform: capitalize
}

.contact-us-section.full-width-form .form-text-cont .lbl-row {
    display: flex;
    justify-content: space-between;
    font-weight: 500
}

.contact-us-section.full-width-form .form-text-cont .lbl-row .req-block {
    font-size: 12px;
    line-height: 16px;
    text-transform: capitalize;
    color: #95959f;
    opacity: .8
}

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

.contact-us-section.full-width-form .input-field {
    border-radius: 5px;
    font-size: 14px;
    line-height: 19px;
    padding: 15px 35px 15px 18px;
    border: .9px solid #d9d9d9;
    background: transparent;
    width: 100%;
    font-weight: 500
}

.contact-us-section.full-width-form .input-field option {
    border-radius: 5px;
    font-size: 14px;
    line-height: 49px;
    padding: 35px;
    border: .9px solid #d9d9d9;
    background: #ffffff;
    width: 100%;
    font-weight: 500;
}

.contact-us-section.full-width-form .input-field::placeholder {
    opacity: .4;
    font-size: 14px;
    line-height: 19px
}

.contact-us-section.full-width-form .input-field.input-extension {
    padding-left: 15px;
    padding-right: 15px;
    border: .9px solid #d9d9d9!important
}

.contact-us-section.full-width-form .width-full .user-input {
    border: .9px solid #d9d9d9;
    padding: 15px 15px;
    background: transparent;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    height: 125px;
    margin-bottom: 20px
}

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

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

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

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

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

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

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

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

.contact-us-section.full-width-form #drop-area .button {
    background: none;
    color: #414040!important;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 10px;
    border: .5px solid #d1d1e1;
    font-size: 12px;
    border-radius: 5px;
    line-height: 1.6;
    opacity: .5;
    background: rgba(217,217,217,.2)
}

.contact-us-section.full-width-form #drop-area .button:focus {
    background: rgba(76,76,76,.7);
    opacity: .8;
    color: #fff!important
}

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

.contact-us-section.full-width-form #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.full-width-form #gallery div button:focus,.contact-us-section.full-width-form #gallery div a:focus {
    background-color: #f30909
}

.contact-us-section.full-width-form .ad-file {
    font-size: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    padding: 4px 30px 4px 10px;
    background: #f8f8f8;
    font-weight: 500;
    position: relative;
    margin-right: 10px;
    margin-bottom: 8px
}

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

.contact-us-section.full-width-form .gal-loader {
    position: relative
}

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

.contact-us-section.full-width-form .loader {
    border: 5px solid #9f9f9f;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 35px;
    height: 35px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
    position: absolute;
    top: 0;
    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.full-width-form .drop-input {
    bottom: 80px;
    padding: 0 30px
}

.contact-us-section.full-width-form .drop-box {
    border: 2px solid rgba(184,184,184,.64);
    color: #e1e1e1;
    border-radius: 8px;
    padding: 15px
}

.contact-us-section.full-width-form .user-input.checkout {
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: right
}

.contact-us-section.full-width-form .user-input .pcode-prefix {
    position: absolute;
    top: 17px;
    left: 0;
    border: 0;
    outline: 0;
    width: 100px;
    background: none;
    padding-left: 44px;
    color: #fff
}

.contact-us-section.full-width-form .checkout-submit {
    background: #ffad00;
    border: 0;
    outline: 0;
    color: #05164d;
    padding: 12px 27px;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    letter-spacing: .5px;
    border-radius: 4px;
    font-weight: 600
}

.contact-us-section.full-width-form .checkout-submit:focus,.contact-us-section.full-width-form .checkout-submit:hover {
    background-color: #fff
}

.contact-us-section.full-width-form #link-vc-career {
    margin-top: 20px;
    text-decoration: none;
    color: #fff;
    display: none;
    transition: all 0.3s ease-in-out
}

.contact-us-section.full-width-form #link-vc-career:hover {
    color: #bdb7b7
}

.contact-us-section.full-width-form .note {
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    opacity: .8;
    margin-top: 15px
}

.contact-us-section.full-width-form .trusted-logos {
    border-top: 1px solid #747474;
    padding: 44px 180px;
    display: none
}

.contact-us-section.full-width-form .text-box {
    flex-basis: 20%;
    font-weight: 500;
    font-size: 18px;
    color: rgba(255,255,255,.8)
}

.contact-us-section.full-width-form .width-full .user-input {
    height: 125px;
    border-radius: 10px
}

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

.contact-us-section.full-width-form .width-full textarea.input-field {
    border: 0
}

.contact-us-section.full-width-form .width-full .comment-input {
    padding: 0
}

.contact-us-section.full-width-form .width-full .custom-label {
    color: #fff;
    font-size: 24px;
    line-height: 42px;
    opacity: 1
}

.contact-us-section.full-width-form .width-full small {
    right: 0
}

.contact-us-section.full-width-form .select-box {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding-right: 15px;
    margin-bottom: 30px
}

.contact-us-section.full-width-form .select-box.active a {
    opacity: 1
}

.contact-us-section.full-width-form .select-box .select-first {
    opacity: .4;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize
}

.contact-us-section.full-width-form .select-box .arrow-btn {
    position: relative
}

.contact-us-section.full-width-form .select-box .arrow-btn::after {
    content: "";
    clear: both;
    display: block;
    background: url(../images/contact-images/angle-down-icon.png) 0 -46px no-repeat;
    width: 15px;
    height: 10px;
    position: absolute;
    top: 6px;
    right: 0;
    z-index: -1
}

.contact-us-section.full-width-form .select-box .arrow-btn.rotate::after {
    transform: rotate(180deg)
}

.contact-us-section.full-width-form .select-box.input-field.verror {
    border-color: #e74c3c
}

.contact-us-section.full-width-form .select-box small {
    position: absolute;
    bottom: -20px;
    left: 0
}

.contact-us-section.full-width-form .select-list {
    position: relative
}

.contact-us-section.full-width-form .select-list ul {
    list-style-type: none;
    background-color: #05164d;
    margin-top: -20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    display: none;
    box-shadow: 0 11px 9px rgba(1,0,12,.12)
}

.contact-us-section.full-width-form .select-list ul li {
    padding: 15px 20px 10px;
    border-bottom: 1px solid #05142b;
    color: #fff;
    cursor: pointer;
    position: relative;
    opacity: .8;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize
}

.contact-us-section.full-width-form .select-list ul li:hover,.contact-us-section.full-width-form .select-list ul li.active {
    background-color: rgba(0,0,0,.05);
    opacity: 1;
    font-weight: 500
}

.contact-us-section.full-width-form .select-list ul.open-close {
    display: block
}

.contact-us-section.full-width-form .select-list ul em {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 1px #fff solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 700;
    text-transform: lowercase
}

.contact-us-section.full-width-form .select-list ul em:hover~.info {
    opacity: 1;
    visibility: visible
}

.contact-us-section.full-width-form .info-box {
    display: inline-block
}

.contact-us-section.full-width-form .info {
    position: absolute;
    top: -30px;
    display: inline-block;
    background: #f7f7f9;
    border: 1px rgba(0,0,0,.1) solid;
    padding: 8px 15px;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    font-weight: 400;
    color: #000
}

.contact-us-section.full-width-form .exp-skill-inner {
    background: rgba(29,28,57,.46);
    padding: 40px;
    margin-top: 10px
}

.contact-us-section.full-width-form .select-outer {
    margin-top: 40px
}

.contact-us-section.full-width-form .radio-button-outer .radio-box {
    margin-top: 15px
}

.contact-us-section.full-width-form .radio-button-outer .radio-button {
    margin-right: 10px
}

.contact-us-section.full-width-form .radio-button-outer label {
    display: inline-block
}

.contact-us-section.full-width-form .radio-date-list {
    margin-top: 15px
}

.contact-us-section.full-width-form .radio-date {
    margin-top: 30px
}

.contact-us-section.full-width-form .radio-date input[type="radio"] {
    cursor: pointer
}

.contact-us-section.full-width-form .radio-date label {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0;
    color: #fff;
    position: relative;
    padding-left: 32px
}

.contact-us-section.full-width-form .radio-date [type="radio"]:checked,.contact-us-section.full-width-form .radio-date [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px
}

.contact-us-section.full-width-form .radio-date [type="radio"]:checked+label:before,.contact-us-section.full-width-form .radio-date [type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    border-radius: 100%;
    background: transparent
}

.contact-us-section.full-width-form .radio-date [type="radio"]:checked+label:after,.contact-us-section.full-width-form .radio-date [type="radio"]:not(:checked)+label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    position: absolute;
    top: 3px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.contact-us-section.full-width-form .radio-date [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.contact-us-section.full-width-form .radio-date [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.contact-us-section.full-width-form .radio-date [type="radio"]:checked+label {
    opacity: 1
}

.contact-us-section.full-width-form .radio-date [type="radio"]:focus~label:before {
    border: 1px solid #a1a1a1
}

.contact-us-section.full-width-form .radio-date [type="radio"]:focus~label:after {
    background: #a1a1a1
}

.contact-us-section.full-width-form .nda-button {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    position: relative
}

.contact-us-section.full-width-form .nda-button .info-box:hover .info {
    opacity: 1;
    visibility: visible
}

.contact-us-section.full-width-form .nda-button .info {
    font-size: 12px;
    line-height: 20px;
    cursor: default;
    text-transform: initial
}

.contact-us-section.full-width-form .nda-button em {
    width: 17px;
    height: 17px;
    border-radius: 50px;
    border: 1px #fff solid;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    font-size: 10px;
    font-weight: 700;
    padding-top: 2px;
    text-transform: lowercase
}

.contact-us-section.full-width-form .nda-button input[type="checkbox"] {
    display: inline-block;
    margin-right: 10px;
    opacity: .8;
    border: 1px solid #fff;
    border-radius: 2px;
    background: transparent;
    outline: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    left: -9999px
}

.contact-us-section.full-width-form .nda-button label {
    color: #fff;
    opacity: 1;
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
    text-transform: initial
}

.contact-us-section.full-width-form .nda-button label::before {
    content: "";
    clear: both;
    display: inline-block;
    margin-right: 10px;
    opacity: .8;
    border: 1px solid #fff;
    border-radius: 2px;
    background: transparent;
    outline: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: relative;
    top: 3px;
    left: 0
}

.contact-us-section.full-width-form .nda-button label:after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
}

.contact-us-section.full-width-form .nda-button [type="checkbox"]:checked+label:after {
    opacity: 1
}

.contact-us-section.full-width-form .nda-button input:focus~label::before {
    background: rgba(76,76,76,.7)
}

.contact-us-section.full-width-form .cont_country_section {
    display: flex;
    flex-wrap: nowrap
}

.contact-us-section.full-width-form .cont_country_section .row-left {
    flex-basis: 100%;
    padding-right: 0
}

.contact-us-section.full-width-form .cont_country_section .row-right {
    flex-basis: 20%
}

.contact-us-section.full-width-form .cont_country_section .row-right label {
    color: #fff!important
}

.contact-us-section.full-width-form .cont_country_section .user-input {
    position: relative
}

.contact-us-section.full-width-form .cont_country_section input.flg-input {
    padding: 16px 35px 16px 85px;
    padding-left: 120px
}

.contact-us-section.full-width-form .step-head-outer {
    margin-bottom: 40px
}

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

.contact-us-section.full-width-form .step-head {
    border-bottom: 1px solid #585776;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 0 0 15px;
    width: 100%
}

.contact-us-section.full-width-form .step-head .req-block {
    font-size: 12px
}

.contact-us-section.full-width-form .step-head h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    color: #979393;
    opacity: .6;
    margin-bottom: 0;
    display: inline-block
}

.contact-us-section.full-width-form .step-head span {
    font-size: 14px
}

.contact-us-section.full-width-form .step-head.active {
    border-bottom-color: #585776
}

.contact-us-section.full-width-form .step-head.contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.contact-us-section.full-width-form .step-head.contact-info h2,.contact-us-section.full-width-form .step-head.contact-info span {
    color: #fff;
    opacity: .6;
    border-color: #fff
}

.contact-us-section.full-width-form .step-head.contact-info .edit-txt {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #95959f;
    opacity: .5
}

.contact-us-section.full-width-form .form-text-selected {
    flex-basis: 50%;
    margin-top: 5px;
    opacity: .8;
    display: flex;
    padding-right: 10px
}

.contact-us-section.full-width-form .form-text-selected:nth-child(2n) {
    padding-right: 0
}

.contact-us-section.full-width-form .form-text-selected label {
    margin: 0;
    display: inline-block;
    flex-basis: 40%
}

.contact-us-section.full-width-form .form-text-selected .user-input-selected {
    display: inline-block;
    padding-left: 10px;
    background: none;
    color: #fff;
    opacity: .6;
    outline: 0;
    border: 0;
    font-size: 14px;
    flex-basis: 60%
}

.contact-us-section.full-width-form .form-text-selected.sml-col label {
    max-width: 100px
}

.contact-us-section.full-width-form .nxt-btn-box {
    flex-basis: 100%;
    justify-content: right;
    display: flex
}

.contact-us-section.full-width-form .nxt-btn {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    background: #fd6802;
    color: #fff;
    padding: 15px 38px;
    border: 0;
    outline: 0;
    text-transform: capitalize;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    margin-top: 0;
    text-decoration: none;
    border-radius: 50px
}

.contact-us-section.full-width-form .nxt-btn:hover,.contact-us-section.full-width-form .nxt-btn:focus {
    background-color: #05164d;
    text-decoration: none;
    color: #fff
}

.contact-us-section.full-width-form .step-info-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 700px;
    margin: 0 auto 30px
}

.contact-us-section.full-width-form .step-info-box::before {
    content: "";
    clear: both;
    display: block;
    background: #ababab;
    height: .5px;
    width: 70%;
    position: absolute;
    top: 20%;
    left: 10px;
    right: 0;
    margin: 0 auto
}

.contact-us-section.full-width-form .step-info-box .step-box {
    text-align: center;
    cursor: pointer
}

.contact-us-section.full-width-form .step-info-box .num {
    width: 38px;
    height: 38px;
    background: #6e6d86;
    border-radius: 50%;
    color: #2f2e41;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0 auto
}

.contact-us-section.full-width-form .step-info-box .step-info {
    margin-top: 10px;
    display: block;
    color: #6e6d86
}

.contact-us-section.full-width-form .step-info-box .step-active .num {
    background: #fff;
    color: #212121
}

.contact-us-section.full-width-form .step-info-box .step-active .step-info {
    color: #fff
}

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

.contact-us-section .verror small,.contact-us-section .contact-us-section .verror label {
    color: #f75656 !important;
    opacity: 1!important;
    display: block!important;
    margin: 5px 0 0;
    font-weight: 500;
}

.contact-us-section input:focus-visible {
    border: 1px solid #05164d!important
}

.contact-us-section input:focus-visible {
    outline: 1px solid #05164d!important
}

.contact-us-section .form-box-outer .lf-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.contact-us-section .form-box-outer .lf-top .head-txt {
    flex-basis: 100%;
    max-width: 100%
}

.contact-us-section .form-box-outer .lf-top .lf-right {
    flex-basis: 27%;
    text-align: right
}

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

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

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

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

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

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

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

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

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

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

.contact-us-section .form-box-outer .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 .right-contactbox {
    width: 46%;
    margin-right: 4%;
    margin-left: 2%;
    padding: 30px 0 0;
    z-index: 9999999;
}

.contact-us-section .right-contactbox p {
    margin: 30px 0 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    opacity: .7
}

.contact-us-section .right-contactbox p a {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px
}

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

.contact-us-section .right-contactbox .row-box .col-box .icon {
    flex-basis: 11%
}

.contact-us-section .right-contactbox .row-box .col-box .desp {
    flex-basis: 89%;
    padding-left: 10px
}

.contact-us-section .right-contactbox .row-box .col-box .desp h4 {
    color: rgb(255 255 255);
    font-weight: 600
}

.contact-us-section .right-contactbox .row-box .col-box .desp p {
    font-size: 14px;
    margin: 5px 0 0;
    line-height: 24px;
    color: rgb(255 255 255);
    opacity: .8;
    font-weight: 400
}

.contact-us-section .right-contactbox .client-section {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 10px;
    margin: 50px 0 0
}

.contact-us-section .right-contactbox .client-section .client-row {
    position: relative
}

.contact-us-section .right-contactbox .client-section .client-row .client-stack ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 10px
}

.contact-us-section .right-contactbox .client-section .client-row .client-stack ul li {
    border-radius: 8px;
    background: rgb(18 33 90);
    height: 58px;
    min-width: calc(25% - 10px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0
}

.contact-us-section .right-contactbox .client-section .client-row .client-stack ul li img {
    vertical-align: middle;
    padding: 0 5px
}

.contact-us-section .right-contactbox .client-section .client-row .client-stack ul li:hover {
    color: #ffad00
}

.contact-us-section .right-contactbox .client-section .client-row .hover:hover {
    color: red
}

.contact-us-section .right-contactbox .cu-prop-clm p {
    margin: 30px 0 0;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 29px;
    opacity: 1
}

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

    100% {
        left: 100%;
        transform: translateX(-100%)
    }
}

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

    100% {
        transform: translateX(0)
    }
}

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

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

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

.input-field {
    color: #05164d !important;
}

.contact-us-section.full-width-form .form-text-cont.verror small {
    display: block
}

.contact-us-section.full-width-form .right-box .step-one.version-8 .form-text-cont {
    flex-basis: 100%;
    margin-bottom: 20px
}

.contact-us-section.full-width-form .right-box .step-one.version-8 .form-text-cont.width-full {
    flex-basis: 100%
}

.contact-us-section.full-width-form .right-box .step-one.version-8 .form-text-cont.step-one-select {
    flex-basis: 100%;
    padding-right: 0
}

.contact-us-section.full-width-form .right-box .step-one.version-8 .form-text-cont .user-input {
    position: relative
}

.contact-us-section.full-width-form .right-box .step-one.version-8 .row-left {
    flex-basis: 100%;
    padding-right: 0
}

.contact-us-section.full-width-form .right-box .step-one.version-8 .autocomplete-items.has-item {
    display: block;
    height: 170px;
    overflow-y: auto;
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    z-index: 1;
    box-shadow: 0 6px 9px rgba(1,0,12,.43);
    background: #1d1c39;
    border-radius: 5px
}

.contact-us-section.full-width-form .right-box .step-one.version-8 .autocomplete-items.has-item div {
    color: #fff;
    border-bottom: 1px solid #05142b;
    background-color: #1d1c39;
    padding: 10px;
    font-size: 14px;
    cursor: pointer;
    padding: 15px 20px
}

.contact-us-section.full-width-form .right-box .step-one.version-8 .autocomplete-items.has-item div.autocomplete-active,.contact-us-section.full-width-form .right-box .step-one.version-8 .autocomplete-items.has-item div:hover {
    background-color: #2e2d4f
}

.testimonial-section {
    background: #fff
}

.info-wrap {
    display: flex;
    align-items: center;
    justify-content: left
}

.info-wrap .info-tip {
    margin-left: 10px;
    display: inline-block;
    position: relative;
    cursor: pointer
}

.info-wrap .info-tip .info-content {
    width: 315px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 4px 4px 30px 0 rgba(63,63,63,.38);
    padding: 15px;
    position: absolute;
    top: 25px;
    left: -75px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    text-align: left;
    line-height: initial;
    z-index: 99999
}

.info-wrap .info-tip .info-content p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 10px;
    font-weight: 500
}

.info-wrap .info-tip .info-content:before {
    content: "";
    clear: both;
    display: block;
    background: url(../images/contact-images/poly.svg) 0 0 no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -15px;
    left: 70px
}

.info-wrap .info-tip:hover .info-content {
    opacity: 1;
    visibility: visible
}

.info-wrap .info-tip:after {
    content: "";
    content: "";
    width: 16px;
    height: 16px;
    background: url(../images/contact-images/info-icn.svg) 0 0 no-repeat;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 0
}

@media only screen and (min-width: 1800px) {
    .contact-us-section.full-width-form .container {
        max-width:1680px
    }
}

@media only screen and (max-width: 1024px) {
    /* .header-two.header-bg.sc-up .header-item-center {
        opacity:1
    } */

    .header-two .large {
        opacity: 1
    }

    .header-two.sc-up .large {
        opacity: 1
    }

    .header-two .menu ul li .menu-mega {
        box-shadow: none
    }
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance:none) and (stroke-color:transparent) {
        .contact-us-section.full-width-form .user-input .pcode-prefix {
            top:19px
        }
    }
}

@media only screen and (max-width: 1800px) {
    .contact-us-section.full-width-form .head-txt p {
        font-size:14px
    }
}

@media only screen and (max-width: 1800px) {
    .contact-us-section.full-width-form .right-box .step-one.version-8 .form-text-cont {
        margin-bottom:20px
    }
}

@media only screen and (max-width: 1600px) {
    .contact-us-section.full-width-form .slider-right {
        padding:130px 0 0 30px
    }

    .contact-us-section.full-width-form .width-full .custom-label {
        font-size: 20px;
        line-height: 36px
    }

    .contact-us-section.full-width-form .step-info-box .num {
        width: 28px;
        height: 28px;
        font-size: 15px
    }

    .contact-us-section .padding-b-150 {
        padding-bottom: 50px
    }

    .contact-us-section.full-width-form .right-box .step-one.version-8 .form-text-cont {
        margin-bottom: 20px
    }

    .contact-us-section.full-width-form .right-box .step-one.version-8 .form-text-cont.step-one-select {
        padding-right: 0
    }

    .contact-us-section.full-width-form .head-txt p {
        font-size: 14px
    }
}

@media only screen and (max-width: 1440px) {
    .contact-us-section .form-box-outer .lf-top .lf-right img {
        width:40%
    }

    .contact-us-section .right-contactbox p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1200px) {
    .contact-us-section.full-width-form .input-field {
        padding:16px 25px 16px 18px
    }

    .contact-us-section.full-width-form .cont_country_section input.flg-input {
        padding: 16px 25px 16px 62px;
        padding-left: 120px
    }

    .contact-us-section.full-width-form .cont_country_section .row-left {
        flex-basis: 75%;
        padding-right: 10px
    }

    .contact-us-section.full-width-form .cont_country_section .row-right {
        flex-basis: 25%
    }

    .contact-us-section.full-width-form .slider-right .client-head {
        font-size: 12px
    }
}

@media only screen and (max-width: 1400px) {
    .contact-us-section.full-width-form .head-txt p {
        font-size:12px
    }

    .contact-us-section .right-contactbox .row-box .col-box .desp p {
        font-size: 12px
    }
}

@media only screen and (max-width: 1024px) {
    .contact-us-section .right-contactbox .client-section .client-row .client-stack ul li {
        min-width: calc(33% - 10px)
    }
}

@media only screen and (max-width: 991px) {
    .contact-us-section.full-width-form {
        margin-top:0;
        padding-top: 50px
    }

    .contact-us-section.full-width-form .form-left {
        width: 92%;
        margin: auto;
    }

    .contact-us-section.full-width-form .slider-right {
        width: 100%;
        padding: 20px 30px;
        position: static;
        background-color: #282747
    }

    .contact-us-section.full-width-form form {
        margin-top: 50px!important
    }

    .contact-us-section.full-width-form .trusted-logos {
        padding: 40px
    }

    .contact-us-section.full-width-form .user-input.checkout {
        text-align: left
    }

    .contact-us-section.full-width-form .head-txt h1 {
        font-size: 34px;
        line-height: 30px
    }

    .contact-us-section.full-width-form .head-txt p {
        margin-top: 5px;
        text-align: center;
    }

    .contact-us-section.full-width-form .drop-box {
        padding: 12px
    }

    .contact-us-section .right-contactbox {
        width: 92%;
        margin: auto;
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .info-tags {
        display: flex;
        flex-direction: column !important;
    }

    a.hero-banner-CTA-link.cta-arrow-animation {
        align-items: center;
        margin: 10px auto;
        width: 250px;
    }

    .contact-us-section .right-contactbox .row-box .col-box {
        margin: 20px 0 0;
        align-items: center
    }

    .contact-us-section .right-contactbox .client-section {
        margin: 40px 0 0
    }
}

@media only screen and (max-width: 767px) {
    .contact-us-section.full-width-form .slider-right {
        padding:20px 15px;
        margin-top: 0
    }

    .contact-us-section.full-width-form .slider-right::before {
        display: none
    }

    .contact-us-section.full-width-form form {
        margin-top: 30px!important
    }

    .contact-us-section.full-width-form .head-txt {
        align-items: center
    }

    .contact-us-section.full-width-form .head-txt h1 {
        font-size: 24px
    }

    .contact-us-section.full-width-form .head-txt p {
        font-size: 14px
    }

    .contact-us-section.full-width-form .head-txt .logo-box {
        display: block;
        margin: 0 auto
    }

    .contact-us-section.full-width-form .head-txt .head-box {
        margin-left: 0;
        flex-basis: 100%;
        text-align: center
    }

    .contact-us-section.full-width-form .input-field {
        padding: 12px 25px 12px 12px;
        border-radius: 5px
    }

    .contact-us-section.full-width-form .drop-area .button {
        padding: 5px 6px;
        font-size: 10px
    }

    .contact-us-section.full-width-form .drop-input {
        bottom: 50px;
        padding: 0 15px
    }

    .contact-us-section.full-width-form .trusted-logos {
        padding: 30px 15px
    }

    .contact-us-section.full-width-form .text-box {
        flex-basis: 100%;
        font-size: 16px
    }

    .contact-us-section.full-width-form .logo-box {
        flex-basis: 100%;
        margin-top: 15px
    }

    .contact-us-section.full-width-form .checkout-submit {
        padding: 13px 30px;
        font-size: 15px
    }

    .contact-us-section.full-width-form .note {
        font-size: 12px
    }

    .contact-us-section.full-width-form .select-box {
        padding-right: 15px
    }

    .contact-us-section.full-width-form .select-list ul em:hover~.info {
        left: 0
    }

    .contact-us-section.full-width-form .form-text-cont {
        margin-bottom: 25px
    }

    .contact-us-section.full-width-form .form-text-cont small {
        position: absolute;
        top: auto;
        bottom: -20px;
        left: 0;
        font-size: 10px
    }

    .contact-us-section.full-width-form .cont_country_section input.flg-input {
        padding: 12px 25px 12px 62px;
        padding-left: 115px
    }

    .contact-us-section.full-width-form .user-input .pcode-prefix {
        top: 15px
    }

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

    .contact-us-section.full-width-form .form-text-selected .user-input-selected {
        padding-left: 5px;
        font-size: 12px;
        flex-basis: 74%
    }

    .contact-us-section.full-width-form .form-text-selected label {
        flex-basis: 26%
    }

    .contact-us-section.full-width-form .form-text-selected.sml-col label {
        max-width: 100%
    }

    .contact-us-section.full-width-form .nda-button label {
        font-size: 14px
    }

    .contact-us-section.full-width-form .nda-button label::before {
        width: 15px;
        height: 15px
    }

    .contact-us-section.full-width-form .nda-button label::after {
        left: 6px;
        top: 4px;
        width: 4px;
        height: 9px
    }

    .contact-us-section.full-width-form .nda-button .info {
        width: 100%;
        left: 0;
        top: 30px
    }

    .contact-us-section.full-width-form .radio-date-list {
        margin-top: 10px
    }

    .contact-us-section.full-width-form .radio-date label {
        line-height: 20px;
        padding-left: 26px
    }

    .contact-us-section.full-width-form .radio-date [type="radio"]:checked+label:before,.contact-us-section.full-width-form .radio-date [type="radio"]:not(:checked)+label:before {
        width: 14px;
        height: 14px;
        top: 2px
    }

    .contact-us-section.full-width-form .radio-date [type="radio"]:checked+label:after,.contact-us-section.full-width-form .radio-date [type="radio"]:not(:checked)+label:after {
        width: 8px;
        height: 8px;
        top: 6px
    }

    .contact-us-section.full-width-form .step-head h2 {
        font-size: 18px;
        margin-bottom: 5px
    }

    .contact-us-section.full-width-form .step-head span {
        font-size: 12px
    }

    .contact-us-section.full-width-form .step-info-box {
        margin-bottom: 15px
    }

    .contact-us-section.full-width-form .step-info-box::before {
        width: 55%;
        left: 5px
    }

    .contact-us-section.full-width-form .step-info-box .step-info {
        margin-top: 5px;
        font-size: 12px
    }

    .contact-us-section.full-width-form .step-info-box .num {
        width: 20px;
        height: 20px;
        font-size: 12px
    }

    .contact-us-section.full-width-form .nxt-btn-box {
        margin-top: 30px
    }

    .contact-us-section.full-width-form .right-box .step-one.version-8 .form-text-cont {
        flex-basis: 100%;
        margin-bottom: 15px
    }

    .contact-us-section.full-width-form .right-box .step-one.version-8 .form-text-cont.step-one-select {
        padding-right: 0
    }

    .contact-us-section.full-width-form .right-box .step-one.version-8 .autocomplete-items {
        top: 52px
    }

    .contact-us-section .form-box-outer .lf-top .head-txt {
        flex-basis: 100%;
        max-width: 100%
    }

    .contact-us-section .form-box-outer .lf-top .lf-right {
        flex-basis: 100%;
        text-align: center;
        margin: 20px 0 0
    }

    .contact-us-section .form-box-outer .lf-top .lf-right img {
        width: auto
    }

    .contact-us-section .form-box-outer .soc-box a i {
        margin-right: 5px
    }

    .contact-us-section .form-box-outer .soc-box a {
        font-size: 13px;
        padding-left: 12px
    }

    .contact-us-section .form-box-outer .soc-box a::before {
        left: 6px;
        top: 3px;
        height: 19px
    }

    .contact-us-section.full-width-form #gallery div button,.contact-us-section.full-width-form #gallery div a {
        top: 12px
    }

    .info-wrap .info-tip .info-content {
        width: 245px;
        top: 25px;
        left: -78px
    }

    .info-wrap .info-tip .info-content h4 {
        font-size: 16px;
        margin: 0 0 5px
    }

    .info-wrap .info-tip .info-content p {
        font-size: 13px;
        line-height: 20px
    }

    .contact-us-section .right-contactbox p {
        line-height: 26px;
        text-align: center;
        margin-top: 5px;
    }

    .contact-us-section .right-contactbox .client-section {
        margin: 30px 0 0
    }
}

@media only screen and (max-width: 479px) {
    .contact-us-section.full-width-form .form-left {
        padding:15px
    }

    .contact-us-section.full-width-form .width-full .user-input {
        height: 150px
    }
}

.step-one-select select#we-help {
    appearance: none;
}
.step-one-select .user-input::after {
    content: "";
    display: block;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 25px;
    top: 65%;
    transition: 0.15s ease-in-out;
    background: url(../images/contact-images/angle-down-icon.svg);
    width: 12px;
    height: 7px;
    background-repeat: no-repeat
}

.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)
}

@media only screen and (max-width: 767px) {
    .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)
    }
}

.alert.alert-success.alert-dismissible{
    padding: 12px 25px;
    background-color: #7fffd4b3;
}

.alert.alert-success.alert-dismissible strong, .alert.alert-success.alert-dismissible p {
    color: #05164d;
}

#background-video {position: absolute;height: -webkit-fill-available;width: 100%;padding: 0px;margin: 0px;object-fit: cover;}


.here-container h1 {
    font-size: 50px;
    color: #fff;
}

a.hero-banner-CTA-link.cta-arrow-animation {
    align-self: flex-start;
    /* font-family: Basis-medium; */
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: .03125rem;
    color: #fff;
    margin-right: 3.125rem;
    padding: .625rem 3.125rem .625rem 0;
    border-radius: .125rem;
    position: relative !important;
}

a.hero-banner-CTA-link.cta-arrow-animation:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
    text-decoration: underline;
}

a.hero-banner-CTA-link.cta-arrow-animation .visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

a.hero-banner-CTA-link.cta-arrow-animation:after {
    background: #fff url(../images/company-images/arrow-right-b.svg) no-repeat 50%;
    background-size: 1.5rem;
    position: absolute;
    margin-left: .75rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 2.5rem;
    content: "";
    background-size: 1.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

a.hero-banner-CTA-link.cta-arrow-animation:hover:after {
    -webkit-animation: hoverEffect .75s;
    animation: hoverEffect .75s;
}

@keyframes hoverEffect {
    0% {
        background-position: -100% 50%
    }

    to {
        background-position: 50% 50%
    }
}

.core-values .left-box {
    position: relative;
    flex-basis: 45%
}

.core-values .left-box img {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-width: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    object-fit: cover
}

.core-values .right-box {
    padding-left: 70px;
    flex-basis: 55%;
    padding-right: calc(50vw - 740px)
}

.core-values .core-outer .flex-2 {
    padding-right: 60px
}

.core-values .core-outer .flex-2:nth-child(2n) {
    padding-right: 60px
}

.core-values .core-outer .flex-2 .box {
    margin-top: 60px
}

.core-values .core-outer .flex-2 .box .icon-box {
    margin: 0 0 20px;
    display: block
}

.core-values .core-outer .flex-2 .box .icon-box img {
    display: block
}

.core-values .core-outer .flex-2 .box h3 {
    border-top: 1px solid #d1d1e1;
    padding: 20px 0 0;
    margin: 0 0 15px
}

@media only screen and (max-width: 1600px) {
    .core-values .right-box {
        padding-right:calc(50vw - 690px);
        padding-left: 60px
    }

    .core-values .core-outer .flex-2 {
        padding-right: 30px
    }

    .core-values .core-outer .flex-2:nth-child(2n) {
        padding-right: 30px
    }

    .core-values .core-outer .flex-2 .box {
        margin-top: 30px
    }

    .core-values .core-outer .flex-2 .box .icon-box {
        margin: 0 0 15px;
        display: block
    }

    .core-values .core-outer .flex-2 .box h3 {
        padding: 15px 0 0;
        margin: 0 0 10px
    }
}

@media only screen and (max-width: 1440px) {
    .core-values .right-box {
        padding-left:50px;
        padding-right: calc(50vw - 630px)
    }

    .core-values .core-outer .flex-2 {
        padding-right: 20px
    }

    .core-values .core-outer .flex-2:nth-child(2n) {
        padding-right: 20px
    }
}

@media only screen and (max-width: 1320px) {
    .core-values .right-box {
        padding-left:40px;
        padding-right: calc(50vw - 580px)
    }

    .core-values .core-outer .flex-2 {
        padding-right: 20px
    }

    .core-values .core-outer .flex-2:nth-child(2n) {
        padding-right: 0
    }
}

@media only screen and (max-width: 1200px) {
    .core-values .right-box {
        padding-right:20px;
        padding-right: 20px
    }
}

@media only screen and (max-width: 991px) {
    .core-values .left-box {
        flex-basis: 100%
    }

    .core-values .left-box img {
        position: initial
    }

    .core-values .right-box {
        padding: 0 20px;
        flex-basis: 100%;
        margin: 30px 0 0
    }

    .core-values .core-outer .flex-2 {
        padding-right: 0
    }

    .core-values .core-outer .flex-2:nth-child(2n) {
        padding-right: 0
    }

    .core-values .core-outer .flex-2 .box {
        margin-top: 25px
    }

    .core-values .core-outer .flex-2 .box h3 {
        padding: 10px 0 0;
        margin: 0 0 5px
    }
}

.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
    }
}

.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
    }
}

.border-line{
    background: #9b9b9b;
    padding-right: 1px;
    margin: 25px 10px;
}

@media only screen and (max-width: 991px) {
    .border-line{
        width: 100%;
        padding-bottom: 1px;
    }
    .core-values .left-box {
        display: none;
    }
}

.case-section{width:100%; color: #656565;}
.case-section .case-wrap{width:100%;}
.case-section .case-wrap .case-sticky{overflow:hidden; position:relative; }
.case-section .case-wrap .case-sticky .right-bar .case-answer{width:100%; padding:0 0 80px;}
.case-section .case-wrap .case-sticky .right-bar .case-answer:last-child{padding:0;}
.case-section .case-wrap .case-sticky .right-bar h2{font-size:30px; margin:0 0 20px; color: rgba(5, 22, 77, 1);  line-height:1.5; position: relative;}
.case-section .case-wrap .case-sticky .right-bar h2::before {
    display: block;
    height:8rem;
    margin-top: -8rem;
    visibility: hidden;
    content: "";
}
.case-section .case-wrap .case-sticky .right-bar p{margin:0 0 20px; color:rgba(101, 101, 101, 1);}
.case-section .case-wrap .case-sticky .right-bar img{margin:30px 0 40px;}
.case-section .case-wrap .case-sticky .right-bar h3{margin:0 0 30px; color: rgba(63, 63, 63, 1);}
.case-section .case-wrap .case-sticky .right-bar h4, .case-section .case-wrap .case-sticky .right-bar h5, .case-section .case-wrap .case-sticky .right-bar h5, .case-section .case-wrap .case-sticky .right-bar h6{margin:0 0 20px; color: #212121;}
.case-section .case-wrap .case-sticky .right-bar ul li{margin:0 0 15px; list-style: none; position: relative; padding-left:26px; line-height: 1.6;}
.case-section .case-wrap .case-sticky .right-bar ul li:before{content:''; background: url(../images/company-images/list-icon.svg) no-repeat; width:16px; height:16px; position: absolute; left:0; top:5px;}
.case-section .case-wrap .case-sticky .right-bar .dots {display: flex; margin-top: 60px;}
.case-section .case-wrap .case-sticky .right-bar .glider-dot{border-color: #373658;}
.case-section .case-wrap .case-sticky .right-bar  .glider-dot.active {background: #373658 !important;}
.case-section .case-wrap .case-sticky .right-bar .glider-dots {display:flex; margin-top:20px; margin-bottom:30px; position:relative;}
.work-glider .work-row{display:flex; justify-content: space-between;}
.imgcol{width:47%;}
.text-col{width:47%;}
.case-section .case-wrap .case-sticky .right-bar a{color: #212121;
    text-decoration: none;}
.case-section .case-wrap .case-sticky .right-bar a:hover{    color: #656565;}
@media only screen and (max-width: 1600px) {
    .case-section .case-wrap .case-sticky .right-bar .case-answer{padding: 0 0 50px;}
    .case-section .case-wrap .case-sticky .right-bar h2::before {height: 7rem; margin-top: -7rem;}
}
@media only screen and (max-width: 1440px) {
    .case-section .case-wrap .case-sticky .right-bar h3 {
        margin: 0 0 20px;
    }
}
@media only screen and (max-width: 1200px) {
    .case-section .case-wrap .case-sticky .right-bar {width:65%;}
    .case-section .case-wrap .case-sticky .right-bar .case-answer {width: 100%; padding: 0 0 50px;}
}
@media only screen and (max-width: 991px) {
    .case-section{padding-top:60px !important;}
}
@media only screen and (max-width: 767px) {
    .case-section .case-wrap .case-sticky .right-bar h2{font-size:25px; line-height: 1.3;}
    .case-section .case-wrap{flex-wrap: wrap; }
    .case-section .case-wrap .case-sticky .right-bar {width: 100%; margin:30px 0 0;}
    .case-section .case-wrap .case-sticky .right-bar .case-answer{padding: 0 0 30px;}
    .case-section .case-wrap .case-sticky .right-bar h2::before {display:none;}
    .case-section .case-wrap .case-sticky .right-bar h2 {font-size: 22px; margin: 0 0 15px;}
    .case-section .case-wrap .case-sticky .right-bar img {margin:20px 0 30px;}
    .case-section .case-wrap .case-sticky .right-bar p {margin: 0 0 15px;}
    .case-section .case-wrap .case-sticky .right-bar ul li {margin: 0 0 15px;}
    .case-section .case-wrap .case-sticky .right-bar .glider-dots{margin-top: 20px; margin-bottom:0;}
}

/*table css start from here*/
table{position:relative; z-index: 9; border:1px solid color #BDB7B7; margin:20px 0 0;}
table td, th{ border:1px solid #BDB7B7;padding:15px 20px; line-height: 24px;}
table tr:nth-child(even){background-color: #f2f2f21a;}
table  th {padding:15px 20px; text-align: left; background: #181732; color: #fff;}
/*table css end here*/

.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;
    }
}

.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;
    border: 1px solid #ffad00;
}

.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
    }
}

.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)
    }
}

.info-tags {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    padding: 4px 8px;
    border-radius: 40px;
    width: -webkit-max-content;
    width: max-content;
    margin-top: 20px;
    width: 100%;
    flex-wrap: wrap;
}
.info-tags .ng-star-inserted .features-notch {
    background-color: #05164db0; //05164d
    color: #979797;
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    padding: 4px 8px;
    border-radius: 40px;
    width: -webkit-max-content;
    width: max-content;
}

.info-tags .ng-star-inserted .features-notch img{
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.info-tags .ng-star-inserted .features-notch div{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #979797;
    text-align: center;
}

.heor1-container {

}

.heor1-container .course-metrics {
    background-color: #05164db0;
    display: flex;
    flex-direction: row;
    gap: 16px;
    border-radius: 12px;
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 16px;
    width: -webkit-max-content;
    width: 100%;
}

.heor1-container .course-metrics .course-metric {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.heor1-container .course-metrics .course-metric .metric-heading {
    letter-spacing: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
}

.heor1-container .course-metrics .course-metric .metric-sub-heading {
    width: -webkit-max-content;
    width: max-content;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
}

.heor1-container .course-metrics .course-metric .divider {
    background-color: #fd6802;
    padding: 1px;
    width: -webkit-max-content;
}

.heor1-container .more-info {
    display: flex;
    align-items: center;
    margin-top: 80px;
}

.heor1-container .more-info .svg-box {
    display: flex;
    align-items: center;
}

.heor1-container .more-info svg {
    width: 32px;
    height: 32px;
}

.heor1-container .more-info p {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    opacity: .8;
}

.heor1-container.container  {
    padding: 135px 0 20px;
}

.heor1-container .dis-flex {display: flex;align-items: baseline;}

.heor1-container h1 {
    font-size: 40px;
    color: #fff;
}

@media only screen and (max-width: 1600px) {
    .heor1-container .container {
        max-width:1380px;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 1200px) {
    .heor1-container h1 {
        font-size: 32px !important;
    }
}

@media only screen and (max-width: 991px) {
    .heor1-container h1 {
        font-size: 26px !important;
        text-align: center;
    }

    .heor1-container {
        padding: 50px 0 20px !important;
    }

    .heor1-container .more-info {
        margin-top: 10px;
        gap: 0px;
    }

    .heor1-container .course-metrics {
        flex-direction: column;
        gap: 16px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 16px;
    }
}

.benifits-card .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.benifits-card .services-grid .service-card {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    position: relative;
    background-color: #f9ceb0;
    padding: 4%;
}

.benifits-card .services-grid .service-card .service-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 20px;
}

.benifits-card .services-grid .service-card.first-card {
    grid-area: 1 / 1 / 2 / 3;
}

.benifits-card .services-grid .service-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

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

@media only screen and (max-width: 991px) {
    .benifits-card .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 991px) {
    .benifits-card .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .benifits-card .services-grid {
        grid-template-columns:1fr;
    }

    .benifits-card .services-grid .service-card.first-card {
        grid-area: 1 / 1 / 1 / 1;
    }
}

.benifits-learning-card .services-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    grid-template-areas:
    "one one two two three three"
    "four four four five five five";
}

.benifits-learning-card .services-grid .service-card {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    position: relative;
    background-color: #f9ceb0;
    padding: 4%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.benifits-learning-card .services-grid .service-card .service-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 20px;
}

.benifits-learning-card .services-grid .service-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.benifits-learning-card .service-card .service-content p {
    color: #25272e;
    font-weight: 400;
    text-align: center;
}

.benifits-learning-card .service-card.item-01 {
    grid-area: one;
}

.benifits-learning-card .service-card.item-02 {
    grid-area: two;
}

.benifits-learning-card .service-card.item-03 {
    grid-area: three;
}

.benifits-learning-card .service-card.item-04 {
    grid-area: four;
}

.benifits-learning-card .service-card.item-05 {
    grid-area: five;
}

@media only screen and (max-width: 991px) {
    .benifits-learning-card .services-grid {
        grid-template-columns: repeat(6, 1fr);
        grid-template-areas:
            "one one two two three three"
            "four four four five five five";
    }
}

@media (max-width: 767px) {
    .benifits-learning-card .services-grid {
        grid-template-columns:1fr;
        grid-template-areas:
            "one"
            "two"
            "three"
            "four"
            "five";
    }
}
