:root {
    --blue: #202020;
    --yellow: #FD6802;
    --white: #ffffff;
    --gray: #202020;
    --white: #ffffff;
    --black: #000000;
}

@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: #FD6802
}

.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: #FD6802;
    color: #FD6802
}

.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 {
    background: url(../images/header-bar/blue-cta.svg) no-repeat
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .header-two .bar1,.header-two .bar2,.header-two .bar3 {
        width: 25px;
        height: 2px;
        background: #fff;
        border-radius: 1px;
        margin: 6px 0;
        transition: all 0.3s ease-in-out
    }

    .header-two .mback {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: #ffffff!important;
        padding-left: 12px;
        position: relative;
        display: block;
        margin: 10px 0
    }

    .header-two .mback::before {
        content: "";
        clear: both;
        display: block;
        background: url(../images/home-images/button-icons-sprite.png) -21px -47px no-repeat;
        width: 18px;
        height: 20px;
        position: absolute;
        top: 3px;
        left: 0;
        margin: 0 auto;
        transform: rotate(-180deg)
    }

    .header-two .hamberger-menu {
        transition: all 0.3s ease-in-out;
        z-index: 999;
        height: 100%;
        padding: 0 5px;
        position: relative
    }

    .header-two .open-close .bar1 {
        transform: rotate(-45deg) translate(-9px,6px)
    }

    .header-two .open-close .bar2 {
        opacity: 0
    }

    .header-two .open-close .bar3 {
        transform: rotate(45deg) translate(-5px,-3px)
    }

    .header-two .arrow-btn {
        display: inline-block;
        position: relative;
        width: 70px;
        height: 24px;
        background: url(../images/header-bar/mobile-btn.png) 40px -2px no-repeat;
        vertical-align: top;
        text-align: right;
        float: right
    }

    .header-two .arrow-btn.rot {
        background-position: 36px -33px
    }

    .header-two .ser-arrow-btn,.header-two .hr-arrow-btn,.header-two .tech-arrow-btn {
        display: inline-block;
        position: absolute;
        right: 5px;
        width: 30px;
        height: 30px;
        background: url(../images/header-bar/arrow-mob.svg) no-repeat;
        background-size: 16px;
        z-index: 999;
        background-position: center center
    }

    .header-two .ser-arrow-btn.rot,.header-two .hr-arrow-btn.rot,.header-two .tech-arrow-btn.rot {
        transform: rotate(90deg)
    }
}

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

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

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

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

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

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

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

@media (max-width: 979px) {

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

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

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

    h3 {
        font-size: 22px
    }
}

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

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

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

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

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

    h3 {
        font-size: 20px
    }
}

.is-arrow {
    display: block;
    text-decoration: underline;
    color: #05164d;
    text-align: left;
    margin: 40px 0 0;
    font-weight: 400;
    font-size: 18px
}

.is-arrow:after {
    content: "";
    background: url(../images/home-images/arrow.svg) no-repeat center;
    width: 11px;
    display: inline-block;
    height: 11px;
    margin-left: 8px;
    transition: all 0.3s ease-in-out
}

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

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

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

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

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

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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

    h3 {
        font-size: 22px
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.contact-us-section .input-field[type="file"] {
    padding: 17px 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

.footer-distributed form {
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hero-section,.second-level-section {
    padding: 180px 0 70px;
    display: grid;
    flex-wrap: wrap;
    min-height: calc(100vh - 120px);
    align-items: center
}

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

.hero-section a,.second-level-section a {
    text-decoration: none
}

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

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

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

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

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

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

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

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

.hero-section {
    background: #05164d;
    background-size: cover;
    padding: 117px 0 80px
}

.hero-section h1 {
    margin-bottom: 20px
}

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

.hero-section p a {
    color: #fff
}

.hero-section p a:hover {
    text-decoration: underline
}

.hero-section a {
    text-decoration: none;
    color: #bdb7b7
}

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

.hero-section.vc-testimonials-section .header-right-image {
    text-align: center
}

.hero-section.vc-testimonials-section .flex-2.header-left-content {
    padding-right: 70px
}

.hero-section.for-about-section .header-right-image {
    text-align: center
}

.hero-section.for-about-section .flex-2.header-left-content {
    padding-right: 70px
}

.hero-section .count-box-outer {
    margin: 40px 0 0
}

.hero-section .count-box-outer .count-box {
    padding-right: 50px
}

.hero-section .count-box-outer .count-box h2 {
    margin: 0;
    color: #FD6802;
    font-weight: 700
}

.hero-section.for-resources-banner {
    min-height: 500px
}

@media only screen and (max-width: 991px) {
    .hero-section {
        padding:130px 0 50px;
        text-align: center
    }

    .hero-section .for-client-logo-box {
        justify-content: center
    }

    .hero-section h1 {
        margin-bottom: 15px
    }

    .hero-section.vc-testimonials-section .flex-2.header-left-content {
        padding-right: 0;
        margin: 0 0 20px
    }

    .hero-section.for-about-section .flex-2.header-left-content {
        padding-right: 0;
        margin: 0 0 20px
    }

    .hero-section .count-box-outer {
        margin: 10px 0 0;
        justify-content: center
    }

    .hero-section .count-box-outer .count-box {
        padding-right: 30px;
        margin: 20px 0 0
    }
}

@media only screen and (max-width: 767px) {
    .hero-section .count-box-outer .count-box {
        padding:0 10px;
        flex-basis: 50%
    }

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

.our-mission .right-box .our-mission-text {
    padding-left: 40px;
    position: relative
}

.our-mission .right-box .our-mission-text::before {
    content: url(../images/company-images/para-icon.png);
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100%;
    width: 20px;
    height: 20px
}

.our-mission .right-box .our-mission-text p {
    color: #3f3f3f;
    line-height: 26px;
    font-weight: 500
}

.our-mission .right-box .our-mission-text .mission-person {
    align-items: center
}

.our-mission .right-box .our-mission-text .mission-person .pesron-image {
    margin-right: 25px
}

.our-mission .right-box .our-mission-text .mission-person .pesron-image img {
    width: 99px;
    height: 99px;
    border-radius: 100%
}

.our-mission .right-box .our-mission-text .mission-person .pesron-info h3 {
    font-size: 18px;
    color: #3f3f3f
}

.our-mission .right-box .our-mission-text .mission-person .pesron-info p {
    color: #656565
}

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

.key-clients .clients-outer .left-box {
    flex-basis: 38%
}

.key-clients .clients-outer .left-box .dis-flex {
    margin: 0 0 20px
}

.key-clients .clients-outer .left-box h2 {
    margin: 0
}

.key-clients .clients-outer .left-box h2 a:hover {
    text-decoration: underline
}

.key-clients .clients-outer .left-box a.title-link {
    content: "";
    width: 48px;
    height: 48px;
    margin-left: 50px;
    border: 1px solid #d1d1e1;
    background: url(../images/company-images/next-icon.png) no-repeat center;
    cursor: pointer
}

.key-clients .clients-outer .left-box a.title-link:hover {
    background-color: rgba(255,173,0,.15);
    color: #212121;
    border-color: #FFAD00
}

.key-clients .clients-outer .right-box {
    max-width: 886px;
    height: 274px;
    background: url(../images/company-images/key-clients.svg) 0 0 no-repeat;
    display: inline-block;
    background-size: 100%;
    width: 100%;
    background-position: center
}

@media only screen and (max-width: 1320px) {
    .key-clients .clients-outer .left-box a.title-link {
        margin-left: 35px
    }
}

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

    .key-clients .clients-outer .left-box a.title-link {
        content: "";
        width: 40px;
        height: 40px;
        background-size: 20px
    }

    .key-clients .clients-outer .right-box {
        max-width: 500px;
        height: 170px
    }
}

.awards .clients-outer .left-box {
    max-width: 727x;
    height: 278px;
    background: url(../images/company-images/award-image.svg) 0 0 no-repeat;
    display: inline-block;
    background-size: 100%;
    width: 100%;
    background-position: center
}

.awards .clients-outer .right-box {
    flex-basis: 45%
}

.awards .clients-outer .right-box .dis-flex {
    margin: 0 0 20px
}

.awards .clients-outer .right-box h2 {
    margin: 0;
    color: #fff
}

.awards .clients-outer .right-box h2 a {
    color: #fff
}

.awards .clients-outer .right-box h2 a:hover {
    text-decoration: underline
}

.awards .clients-outer .right-box a.title-link {
    content: "";
    width: 48px;
    height: 48px;
    margin-left: 50px;
    border: 1px solid #d1d1e1;
    background: url(../images/company-images/next-icon-yellow.png) no-repeat center;
    cursor: pointer
}

.awards .clients-outer .right-box a.title-link:hover {
    background-color: #eee
}

.partnership .clients-outer .right-box {
    max-width: 874px;
    height: 118px;
    background: url(../images/company-images/partnership-image.svg) 0 0 no-repeat;
    display: inline-block;
    background-size: 100%;
    width: 100%;
    background-position: center
}

.codesense-our-team-section .dis-flex {
    margin-top: 70px
}

.codesense-our-team-section .flex-4 {
    margin-top: 26px;
    padding: 0 13px
}

.codesense-our-team-section h3 {
    color: #fff
}

.codesense-our-team-section h5 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 2px;
    color: #fff
}

.codesense-our-team-section .profile-box {
    position: relative
}

.codesense-our-team-section .profile-box img {
    width: 100%;
    filter: grayscale(1)
}

.codesense-our-team-section .profile-box .profile-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(29,28,57,.47);
    backdrop-filter: blur(8.09195px);
    padding: 14px;
    text-align: center
}

.codesense-our-team-section .profile-box .profile-text p {
    display: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-top: 2px
}

.codesense-our-team-section .profile-box:hover img {
    filter: sepia(1)
}

.codesense-our-team-section .profile-box:hover .profile-text p {
    display: block
}

.client-video-section iframe {
    vertical-align: bottom;
    background-color: #656565;
    width: 100%;
    border: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999
}

.client-video-section .client-videos {
    position: relative;
    margin: 0 10px;
    border: 1px solid #e2e9ef;
    background-color: #fff
}

.client-video-section .client-description {
    padding: 30px 25px;
    min-height: 142px;
    text-align: center;
    background: #fff
}

.client-video-section .client-description span {
    display: block;
    text-align: center
}

.client-video-section .client-description .star-rating {
    width: 96px;
    height: 17px;
    background: url(../images/company-images/star-rating.png) no-repeat center;
    background-size: 100%;
    display: block;
    margin: 10px auto
}

.client-video-section .client-description h3 {
    margin: 0 0 5px
}

.client-video-section .client-description .detail {
    color: #666;
    font-weight: 300
}

.client-video-section .client-testimonial-slider {
    margin-top: 90px
}

.client-video-section .glider-next,.client-video-section .glider-prev {
    display: none
}

.client-video-section .glider-dots {
    align-items: center;
    margin-top: 50px
}

.client-video-section .glider-dots .glider-dot {
    width: 10px;
    height: 10px;
    background: #d9d9d9
}

.client-video-section .glider-dots .glider-dot.active {
    width: 15px;
    height: 15px;
    background: #373658;
    margin: 0 1px
}

.client-video-section .shadow-box {
    position: relative
}

.client-video-section .shadow-box .client-video-box {
    position: relative
}

.client-video-section .shadow-box .client-video-box .frame-mask {
    display: block;
    height: 100%;
    width: 100%;
    position: relative
}

.client-video-section .shadow-box .client-video-box .frame-mask img {
    display: block;
    height: 100%;
    width: 100%
}

.client-video-section .shadow-box:hover::before {
    display: none
}

.client-video-section .glider-track {
    padding-bottom: 16px
}

@media only screen and (max-width: 1440px) {
    .client-video-section .client-testimonial-slider {
        margin-top: 70px
    }
}

@media only screen and (max-width: 1200px) {
    .client-video-section .client-description .client-name {
        font-size: 20px
    }
}


@media only screen and (max-width: 767px) {
    .client-video-section .client-testimonial-slider {
        margin-top: 40px;
        padding: 0 10px
    }

    .client-video-section iframe {
        height: 240px
    }

    .client-video-section .glider-dots {
        margin-top: 40px
    }

    .client-video-section .client-videos {
        margin: 0
    }
}

.client-video-section.customer-column-section .padding-t-20 {
    padding-top: 20px
}

.client-video-section.customer-column-section iframe.active {
    height: 100%;
    max-height: unset;
    z-index: 1
}

.client-video-section.customer-column-section .yt-player {
    height: 100%;
    height: 100%;
    position: absolute!important;
    top: 0;
    left: 0;
    z-index: 999
}

.client-video-section.customer-column-section .video-box {
    position: relative
}

.client-video-section.customer-column-section .client-description {
    padding: 30px 25px;
    text-align: left;
    box-shadow: 0 4px 35px rgba(22,101,216,.1)
}

.client-video-section.customer-column-section .client-description.small-column {
    padding: 15px 20px
}

.client-video-section.customer-column-section .client-description span {
    text-align: left
}

.client-video-section.customer-column-section .client-description .client-name {
    color: #3f3f3f;
    font-weight: 600;
    margin: 0 0 10px
}

.client-video-section.customer-column-section .flex-3 {
    padding-left: 10px;
    padding-right: 10px;
    position: relative
}

.client-video-section.customer-column-section .flex-3:nth-child(3) .flex-1:last-child .client-description {
    min-height: auto
}

.client-video-section.customer-column-section .flex-1 {
    margin-top: 27px
}

.client-video-section.customer-column-section .flex-1:first-child {
    margin-top: 0
}

.client-video-section.customer-column-section .upper-logo-box img {
    width: 100%;
    display: block
}

.client-video-section.customer-column-section .load-more-btn {
    margin-top: 100px
}

.client-video-section.customer-column-section .load-more-btn a {
    position: relative;
    font-size: 20px;
    line-height: 29px;
    color: #05164d;
    font-weight: 500;
    transition: all 0.4s linear 0s
}

.client-video-section.customer-column-section .load-more-btn a::after {
    content: " ";
    background: url(../images/company-images/arrow-left.png) top center no-repeat;
    background-size: 100%;
    width: 11px;
    height: 17px;
    position: absolute;
    top: 7px;
    right: -20px;
    transition: all 0.4s linear 0s
}

.client-video-section.customer-column-section .load-more-btn a:hover {
    text-decoration: underline
}

.client-video-section.customer-column-section .load-more-btn a:hover:after {
    right: -25px
}

@media only screen and (max-width: 1440px) {
    .client-video-section.customer-column-section .load-more-btn {
        margin-top: 60px
    }
}

@media only screen and (max-width: 991px) {
    .client-video-section.customer-column-section .load-more-btn {
        margin-top: 40px
    }
}

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

.blog-main-page {
    padding: 120px 0;
}

.search-blogs {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 50px 0 50px;
    justify-content: flex-end
}

.search-blogs .ser-left {
    flex-basis: 72%;
    display: flex;
    align-items: center;
    color: #202020
}

.search-blogs .ser-left img {
    margin-left: 15px;
    width: 82%
}

.searchBox {
    flex-basis: 25%;
    position: relative;
    display: flex;
    justify-content: right
}

.search-form {
    display: flex;
    align-items: center
}

.search-field {
    width: 223px;
    height: 46px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    font-family: "Lexend Deca";
    padding: 0 18px;
    color: #202020;
    position: relative
}

.search-field::-webkit-input-placeholder {
    color: #202020
}

.searchBox .submit {
    width: 142px;
    background: #FD6802;
    height: 46px;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
    color: #fff!important;
    font-size: 16px;
    position: relative;
    margin-left: 10px;
    text-transform: capitalize
}

.searchBox .submit:after {
    content: "";
    background: url(../images/company-images/search-icon.png) no-repeat center;
    background-size: 100%;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.searchBox .submit:hover {
    background: #202020;
    opacity: 1
}

@media (max-width: 1024px) {
    .search-blogs {
        padding: 20px 0 0;
        flex-wrap: wrap
    }

    .search-blogs .ser-left {
        display: block;
        flex-basis: 100%;
        text-align: center;
        font-weight: 700
    }

    .search-blogs .ser-left img {
        margin-left: 0;
        margin-top: 10px;
        width: 100%
    }

    .searchBox {
        flex-basis: 100%;
        flex-wrap: wrap;
        text-align: center;
        margin: 20px 0 40px;
        justify-content: center
    }

    .search-field {
        width: 500px
    }
}

@media (max-width: 767px) {
    .search-field {
        width: 210px;
        height: 40px;
        font-family: sans-serif
    }

    .searchBox .submit {
        width: 110px;
        height: 40px;
        font-family: sans-serif
    }
}

.pc-blog-list {
    padding: 0 0 100px
}

.main-intro {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 30px
}

.main-intro h2 {
    font-size: 32px;
    line-height: 40px;
    position: relative;
    color: var(--gray);
    margin: 0
}

.main-intro h2 a {
    color: var(--gray)
}

.main-intro h2 a:hover {
    color:var(--yellow)
}

.main-intro .view-all-link {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: var(--yellow)
}

.main-intro .view-all-link:after {
    content: "";
    background: url(../images/company-images/view-arw.png) no-repeat;
    width: 17px;
    height: 13px;
    display: inline-block;
    margin-left: 12px;
    vertical-align: middle
}

.main-intro .view-all-link:hover {
    text-decoration: underline
}

.blog-posts-list.tabc-elm {
    display: none!important
}

.blog-posts-list.tabc-elm.active {
    display: flex!important
}

.blog-posts-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 40px
}

.blog-posts-list.two-columns .blog-post-col {
    flex: calc(100% - 20px);
    width: calc(100% - 20px);
    padding: 0 0 40px
}

.blog-posts-list .blog-post-col {
    width: 100%;
    flex: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 24px;
    overflow: hidden;
    position: relative
}

.blog-posts-list .blog-post-col.big-size .blog-image {
    height: 379px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 0;
    width: auto;
    display: block;
    overflow: hidden;
    position: relative
}

.blog-posts-list .blog-post-col .blog-image img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: "object-fit: cover;";
    object-position: center;
    margin: auto
}

.blog-content {
    padding: 22px 20px 40px;
    background: #FFFCF1;
    border-radius: 0 0 10px 10px
}

.blog-content .category {
    text-transform: uppercase;
    color: var(--yellow);
    font-weight: 500;
    display: block;
    margin: 0 0 15px
}

.blog-content .category a {
    color: var(--yellow)
}

.blog-content .category a:hover {
    text-decoration:underline
}

.blog-posts-list .blog-post-col.big-size .title {
    font-size: 24px;
    line-height: 38px;
    color: #000;
    font-weight: 500;
    margin: 0 0 10px
}

.blog-posts-list .blog-post-col.big-size .title a {
    color: #000
}

.blog-posts-list .blog-post-col.big-size .title a:hover {
    text-decoration:underline;
    color: var(--yellow)
}

.blog-posts-list .blog-post-col.big-size .blog-content p {
    font-size: 18px;
    line-height: 29px;
    margin: 0 0 10px
}

.blog-posts-list.big-size-items .two-columns-in-big-size-item-column {
    column-gap: 48px
}

.blog-posts-list .blog-post-col.small-size {
    flex-direction: row;
    display: flex;
    column-gap: 40px;
    flex-wrap: wrap
}

.blog-posts-list .blog-post-col.small-size .blog-image {
    margin-bottom: 15px;
    width: auto;
    height: 160px;
    display: block;
    overflow: hidden;
    border-radius: 8px;
    position: relative
}

.blog-posts-list .blog-post-col.small-size .blog-posts-list {
    padding: 0;
    flex: calc(50% - 20px);
    width: calc(50% - 20px)
}

.blog-posts-list .blog-post-col.small-size .blog-content {
    padding: 0;
    background: #fff
}

.blog-posts-list .blog-post-col.small-size .blog-content .category {
    margin: 0 0 10px
}

.blog-posts-list .blog-post-col.small-size .title {
    font-size: 20px;
    color: #000;
    line-height: 32px;
    font-weight: 500
}

.blog-posts-list .blog-post-col.small-size .title a {
    color: #000
}

.blog-posts-list .blog-post-col.small-size .title a:hover {
    text-decoration:underline;
    color: var(--yellow)
}

.blog-posts-list.three-columns {
    flex-direction: row;
    flex-wrap: nowrap
}

.blog-posts-list.three-columns .blog-post-col {
    flex: calc(33.33% - 20px);
    width: calc(33.33% - 20px)
}

.blog-posts-list.three-columns .blog-image {
    width: 100%;
    position: relative
}

.blog-posts-list .blog-post-col.medium-size .blog-image {
    height: 225px;
    border-radius: 8px;
    margin-bottom: 0;
    width: auto;
    display: block;
    overflow: hidden;
    position: relative
}

.blog-posts-list .blog-post-col.medium-size .blog-image a {
    width: 100%;
    height: 100%;
    display: block
}

.blog-posts-list .blog-post-col.medium-size .blog-image .video-thumb {
    width: 100%;
    cursor: pointer
}

.blog-posts-list .play-btn {
    content: "";
    background: url(../images/company-images/play-btn.png) no-repeat center;
    position: absolute;
    top: 50%;
    width: 162px;
    height: 162px;
    transform: translate(0%,-45%);
    left: 0;
    right: 0;
    margin: 0 auto;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    transition: 0.4s ease-in-out;
    background-size: 100%;
    z-index: 9
}

.blog-posts-list .blog-post-col.medium-size .blog-content {
    padding: 15px 0;
    background: transparent;
    border-radius: 0
}

.blog-posts-list .blog-post-col.medium-size .blog-content .category {
    margin: 0 0 10px
}

.blog-posts-list .blog-post-col.medium-size .title {
    font-size: 20px;
    color: #000;
    line-height: 32px;
    font-weight: 500
}

.blog-posts-list .blog-post-col .title a {
    color: #000
}

.blog-posts-list .blog-post-col .title a:hover {
    text-decoration:underline;
    color: var(--yellow)
}

.blog-posts-list.list-view .blog-post-col {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #d9d9d9;
    align-items: center;
}

.blog-posts-list.list-view .blog-post-col .blog-image {
    width: 204px;
    height: 151px;
    min-width: 204px;
    margin-right: 20px;
    display: flex;
    margin-bottom: 0;
    align-items: stretch;
}

.blog-posts-list.list-view .blog-post-col .blog-content {
    background: transparent;
    width: 100%;
    padding: 0;
}

.blog-posts-list.list-view .blog-post-col .job-submit {
    min-width: 200px;
    text-align: center;
}

.blog-posts-list.list-view .blog-post-col .job-submit a.btn {
    text-align: center;
    background-color: #fd6802;
    padding: 10px 18px;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
}

.blog-posts-list.list-view .blog-post-col .job-submit a.btn:hover {
    background: #202020;
}

.blog-posts-list .blog-post-col .two-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.blog-posts-list .blog-post-col .three-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.blog-posts-list .blog-post-col .blog-image {
    transition: 0.5s all ease-in-out;
    overflow: hidden
}

.blog-posts-list .blog-post-col .blog-image:hover img {
    transition: 0.5s all ease-in-out;
    transform: scale(1.1)
}

.blog-posts-list .blog-image:hover .play-btn {
    transition: 0.4s ease-in-out;
    width: 130px;
    height: 130px
}

.blog-posts-list.developsc .blog-post-col.medium-size {
    flex: calc(50% - 20px);
    width: calc(50% - 20px);
    display: flex;
    flex-direction: row;
    gap: 40px
}

.blog-posts-list.developsc .blog-post-col.big-size .blog-image {
    height: 240px
}

.blog-posts-list .develop-row {
    gap: 35px;
    display: flex;
    flex-direction: column
}

.blog-posts-list .develop-row.wid-75 {
    flex: 75%;
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row
}

.blog-posts-list .develop-row .devs-col {
    display: flex;
    border-bottom: 1px solid #d9d9d9
}

.blog-posts-list .develop-row.wid-75 .blog-image {
    width: 203px;
    height: 213px;
    min-width: 203px;
    margin-right: 20px;
    display: flex;
    margin-bottom: 0
}

.blog-posts-list .develop-row.wid-75 .blog-content {
    padding: 0
}

.blog-posts-list .develop-row.wid-35 {
    flex: 35%;
    width: 35%;
    background: #ffbc38;
    border-radius: 10px
}

.blog-posts-list .develop-row.wid-35 .blog-image {
    padding: 15px 8px;
    height: initial
}

.blog-posts-list .develop-row.wid-35 .blog-image img {
    margin: 0 auto
}

.blog-posts-list .develop-row.wid-35 .devs-col {
    flex-direction: column
}

.blog-posts-list .develop-row .devs-col:last-child {
    border-bottom: 0
}

.blog-posts-list .develop-row.wid-35 .blog-content {
    padding: 15px 6px;
    border-radius: 0 0 10px 10px;
    background: #05164D
}

.blog-posts-list .develop-row.bg-yellow {
    background: var(--yellow)
}

.blog-posts-list .develop-row.bg-yellow {
    background: transparent
}

.blog-posts-list .develop-row.bg-yellow .blog-image {
    border-radius: 8px 8px 0 0
}

.blog-posts-list .develop-row.bg-yellow .blog-image {
    background: var(--yellow)
}

.blog-posts-list .develop-row.bg-blue {
    background: transparent
}

.blog-posts-list .develop-row.bg-blue .blog-image {
    border-radius: 8px 8px 0 0
}

.blog-posts-list .develop-row.bg-blue .blog-image {
    background: var(--blue)
}

.blog-posts-list .develop-row.bg-blue .blog-content {
    background: #0092ff
}

.blog-posts-list .develop-row.wid-35 .title {
    color: var(--white);
    margin: 0 0 5px
}

.blog-posts-list .develop-row.wid-35 .title a {
    color: var(--white)
}

.blog-posts-list .develop-row.wid-35 p {
    color: var(--white);
    opacity: .8;
    font-size: 14px;
    line-height: 22px
}

.blog-posts-list .develop-row.wid-35 .btn-container {
    text-align: center
}

.blog-posts-list .develop-row.wid-35 .btn-container .white-btn {
    border-radius: 10px;
    background: var(--yellow);
    color: #fff;
    font-size: 16px;
    color: var(--white);
    font-weight: 500;
    padding: 9px 20px;
    line-height: 1.3;
    border-color: var(--yellow);
    min-width: 115px;
    z-index: 9;
    text-align: center
}

.blog-posts-list .develop-row.wid-35 .btn-container .white-btn:hover {
    background: var(--white);
    color: var(--yellow);
    border-color: var(--white)
}

@media (max-width: 1440px) {
    .blog-posts-list .develop-row.wid-75 .blog-image {
        width:180px;
        height: 185px;
        min-width: 180px;
        margin-right: 20px
    }
}

@media (max-width: 1390px) {
    .pc-blog-list {
        padding: 0 0 70px
    }

    .blog-cat ul li a {
        padding: 12px 14px
    }

    .blog-posts-list {
        gap: 30px
    }

    .blog-posts-list .blog-post-col.small-size {
        column-gap: 30px
    }

    .blog-posts-list.two-columns .blog-post-col {
        flex: calc(100% - 15px);
        width: calc(100% - 15px);
        padding: 0 0 30px
    }

    .blog-posts-list .develop-row.wid-75 .blog-image {
        width: 160px;
        height: 180px;
        min-width: 160px;
        margin-right: 20px
    }

    .custom-left {
        width: 45%
    }

    .subs-box {
        flex-basis: 50%
    }

    .blog-posts-list.three-columns .blog-post-col {
        flex: calc(33.33% - 15px);
        width: calc(33.33% - 15px)
    }

    .blog-posts-list.developsc .blog-post-col.medium-size {
        flex: calc(50% - 15px);
        width: calc(50% - 15px);
        gap: 30px
    }

    .blog-posts-list .develop-row.wid-35 .btn-container .white-btn {
        padding: 9px 13px;
        min-width: 110px
    }
}

@media (max-width: 1024px) {
    .blog-posts-list .blog-post-col.big-size .blog-image {
        height: 300px
    }

    .devs-category {
        margin: 40px 0 60px
    }

    .blog-posts-list .blog-post-col.big-size .title {
        font-size: 20px;
        line-height: 32px
    }

    .blog-posts-list .blog-post-col.big-size .blog-content p {
        font-size: 16px;
        line-height: 27px
    }

    .blog-posts-list .blog-post-col.small-size .title,.blog-posts-list .blog-post-col.medium-size .title {
        font-size: 18px;
        line-height: 28px
    }

    .blog-posts-list .develop-row.wid-75 .blog-image {
        width: 145px;
        height: 170px;
        min-width: 145px;
        margin-right: 15px
    }

    .blog-posts-list .develop-row.wid-35 .btn-container .white-btn {
        font-size: 14px
    }

    .blog-posts-list.two-columns .blog-post-col {
        flex: 100%;
        width: 100%
    }
}

@media (max-width: 979px) {
    .pc-blog-list {
        padding: 0 0 60px
    }
}

@media (max-width: 767px) {
    .pc-blog-list {
        padding: 0 0 50px
    }

    .main-intro h2 {
        font-size: 22px;
        line-height: 1.3
    }

    .main-intro h2 :before {
        width:8px;
        height: 8px;
        top: 10px
    }

    .blog-posts-list.two-columns .blog-post-col {
        flex: 100%;
        width: 100%;
        padding: 0 0 20px
    }

    .blog-content {
        padding: 20px 20px 30px
    }

    .blog-posts-list .blog-post-col.big-size .blog-image {
        height: 250px
    }

    .blog-posts-list .blog-post-col.small-size .blog-posts-list {
        flex: 100%;
        width: 100%
    }

    .blog-posts-list.three-columns {
        flex-direction: column;
        flex-wrap: wrap
    }

    .blog-posts-list.three-columns .blog-post-col {
        flex: 100%;
        width: 100%
    }

    .blog-posts-list {
        gap: 20px
    }

    .blog-posts-list .blog-post-col {
        padding-bottom: 20px
    }

    .blog-posts-list {
        flex-direction: column
    }

    .blog-posts-list.list-view .blog-post-col .blog-image {
        width: 170px;
        height: 150px;
        min-width: 170px
    }

    .blog-posts-list .blog-post-col.medium-size .blog-content .category {
        margin: 0 0 5px
    }

    .blog-posts-list .blog-post-col.medium-size .title {
        font-size: 17px;
        line-height: 26px
    }

    .blog-posts-list.developsc .blog-post-col.big-size .blog-image {
        height: 200px
    }

    .blog-posts-list .develop-row.wid-75 {
        flex: 100%;
        width: 100%
    }

    .blog-posts-list.developsc .blog-post-col.medium-size {
        flex: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0
    }

    .blog-posts-list .develop-row.wid-35 {
        flex: 100%;
        width: 100%;
        margin: 20px 0 0
    }

    .blog-posts-list .develop-row.wid-75 .blog-image {
        width: 170px;
        height: 150px;
        min-width: 170px
    }

    .blog-posts-list .develop-row .devs-col {
        padding: 0 0 15px
    }

    .blog-posts-list .develop-row.wid-35 .blog-content {
        padding: 20px;
        text-align: center
    }

    .blog-posts-list .develop-row.wid-35 .devs-col {
        padding-bottom: 0
    }

    .main-intro .view-all-link {
        font-size: 16px;
        margin-left: 10px
    }

    .main-intro .view-all-link::after {
        margin-left: 5px
    }
}

.pagination-section {
    width: 100%;
    justify-content: center;
    display: flex;
    padding: 80px 0 20px
}

.pagination-section .page-numbers {
    padding: 10px 15px;
    border: 1px solid rgba(235,235,235,1);
    border-radius: 10px;
    color: #333;
    margin: 0 10px
}

.pagination-section .page-numbers:hover {
    background: var(--yellow);
    color: var(--white);
    border-color: var(--yellow)
}

.pagination-section .page-numbers.dots {
    border: 0
}

.pagination-section .page-numbers.current {
    background: var(--yellow);
    color: var(--white);
    border-color: var(--yellow)
}

.pagination-section .page-numbers.next {
    border: 0
}

.pagination-section .page-numbers.prev {
    border: 0
}

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

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

    .pagination-section .page-numbers {
        margin: 0 7px;
        padding: 8px 17px;
    }
}

.blog-content .tag-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    flex-wrap: wrap;
}

.blog-content .tag-list span.text-truncate.me-3 {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: gray;
}

.blog-content .line-one {
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-between;
}

.blog-content .line-one .title-date-info {
    margin-bottom: 15px;
}

.no-jobs-div h3 {
    color: #656565;
}

.experts-talk-first-section {
    position: relative;
    z-index: 1
}

.experts-talk-first-section:before,.experts-talk-first-section:after {
    content: "";
    position: absolute;
    z-index: -1
}

.experts-talk-first-section:before {
    background: url(../images/service-images/intersect-left.png) 0 0 no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
    width: 116px;
    height: 163px
}

.experts-talk-first-section:after {
    background: url(../images/service-images/intersect-right.png) 0 0 no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 304px;
    height: 475px
}

.experts-talk-first-section .button-section {
    justify-content: center
}

.experts-talk-first-section .button-section .btn-sec {
    justify-content: center
}

@media only screen and (max-width: 1320px) {
    .experts-talk-first-section:after {
        width: 200px;
        height: 380px
    }
}

@media only screen and (max-width: 991px) {
    .experts-talk-first-section .container .head-txt h2 {
        font-size: 26px;
        line-height: 40px
    }

    .experts-talk-first-section .container .head-txt p {
        margin-top: 15px
    }
}

@media only screen and (max-width: 767px) {
    .experts-talk-first-section:after {
        display: none
    }

    .experts-talk-first-section:before {
        width: 50px;
        height: 70px
    }

    .blog-content .line-one {
        justify-content: flex-start;
        height: auto;
        align-items: center;
    }

    .blog-content .tag-list {
        margin-top: 7px;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 30px;
    }

    .blog-posts-list.two-columns .blog-post-col {
        flex-direction: column;
        display: flex;
        align-items: center;
    }

    .blog-content .line-one .title-date-info p {
        margin-top: 5px;
    }
}

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

.job-detail-page {
    padding: 140px 0 0;
}

.job-detail-page .main-intro {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 30px;
    flex-direction: column;
}

.job-detail-page .main-intro .breadcrumbs-link {
    font-size: 16px;
}

.job-detail-page .main-intro .breadcrumbs-link:hover {
    color: #FD6802;
}

.job-detail-page .pc-job-info {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
}

.job-detail-page .pc-job-info .pc-job-description {
    width: 100%;
}

.job-detail-page .pc-job-info .pc-job-description p {
    line-height: 32px;
    margin: 25px 0 7px;
}

.job-detail-page .pc-job-info .pc-job-description b {
    margin-top: 20px;
}

.job-detail-page .pc-job-info .pc-job-description ul li {
    line-height: 32px;
}

.job-detail-page .pc-job-info .pc-job-summery {
    min-width: 320px;
    padding: 25px;
    border: 2px solid #1d1e48;
    border-radius: 16px;
}

.job-detail-page .pc-job-info .pc-job-summery h4 {
    margin-bottom: 26px;
}

.job-detail-page .pc-job-info .pc-job-description > p:first-child {
    margin-top: 0px;
}

.job-detail-page .pc-job-info .pc-job-description > h1:first-child,
.job-detail-page .pc-job-info .pc-job-description > h2:first-child,
.job-detail-page .pc-job-info .pc-job-description > h3:first-child,
.job-detail-page .pc-job-info .pc-job-description > h4:first-child,
.job-detail-page .pc-job-info .pc-job-description > h5:first-child,
.job-detail-page .pc-job-info .pc-job-description > h6:first-child {
    margin-top: 0px;
}

@media (max-width: 1023px) {
    .job-detail-page .pc-job-info {
        display: flex;
        flex-direction: column-reverse;
    }

    .job-detail-page .pc-job-info .pc-job-summery {
        width: 100%;
    }
}
