*,
ul {
    padding: 0;
}
.arrow-btn,
.arrow-btn::before {
    transition: 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}
span.menu-humbergur::after,
span.menu-humbergur::before {
    position: absolute;
    height: 3px;
    width: 28px;
    background: #0f6bb7;
    left: 4px;
    content: "";
}
.arrow-btn,
.nav-btn {
    text-transform: uppercase;
}
.nav-bg,
.on-hover,
.op {
    opacity: 0;
}
.client-box,
.ser-image,
.service-heading,
.services-card,
.slider-list a,
.texhnology-heading {
    text-align: center;
}
.mobile-tabs,
.nav-menu,
ul,
ul.tabs {
    list-style: none;
}
* {
    margin: 0;
    box-sizing: border-box;
}
h1,
h2,
h3 h4,
h5,
h6 {
    font-family: Oswald;
}
body,
p {
    font-family: "Open Sans";
    color: #636363;
    line-height: 25px;
}
.scrn-container {
    width: 90%;
    max-width: 1366px;
    margin: auto;
}
ul {
    margin: 0;
}
html {
    scroll-behavior: smooth;
}
.ex-title p,
.light-white {
    color: #bcbdbd;
}
.accordion-content.default p,
.client-box:hover p,
.swiper-slide-active .content p,
.white {
    color: #fff !important;
}
.black-background,
.career-form {
    background: #111517;
}
.arrow-btn::before,
.main-nav,
.nav-bg,
.nav-container,
header {
    background: #fff;
}
.arrow-btn {
    padding: 20px 50px 20px 30px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 3px;
    font-family: Oswald;
    position: relative;
}
.call-header.let-talk,
.phone-call {
    color: #eca927;
    font-family: Oswald;
    text-decoration: none;
}
.arrow-btn:after {
    content: "";
    position: absolute;
    height: 7px;
    width: 7px;
    top: 50%;
    right: 24%;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-10%, -50%) rotate(45deg);
}
.arrow-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25%;
    height: 2px;
    width: 31px;
    -webkit-transform: translateY(-50%) scaleX(0);
    -ms-transform: translateY(-50%) scaleX(0);
    transform: translateY(-50%) scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}
.arrow-btn:hover::before {
    -webkit-transform: translateY(-50%) scaleX(1);
    -ms-transform: translateY(-50%) scaleX(1);
    transform: translateY(-50%) scaleX(1);
}
header {
    position: fixed;
    width: 100%;
    z-index: 50;
}
.sticky {
    background-color: #fff;
    box-shadow: 2px 3px 10px rgb(0 0 0 / 25%);
    -moz-box-shadow: 2px 3px 10px rgb(0 0 0/25%);
    -webkit-box-shadow: 2px 3px 10px rgb(0 0 0 / 25%);
}
.h-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0 0;
}
.call-box {
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.humbergur {
    width: 57px;
    height: 50px;
    border: 2px solid #1579c1;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
}
.mng-list,
.nav-right-box {
    display: flex;
    align-items: center;
    gap: 20px;
}
.phone-call {
    font-size: 20px;
    font-weight: 700;
    transition: 0.5s;
}
.call-header.let-talk {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 7px;
}
span.menu-humbergur {
    display: inline-block;
    height: 3px;
    width: 36px;
    background: #0f6bb7;
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
}
span.menu-humbergur::after {
    top: -9px;
}
span.menu-humbergur::before {
    top: 9px;
}
.main-nav {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 100%;
    -webkit-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
    transition: 1s cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 100;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.main-nav.active {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.nav-menu {
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 72%;
    height: 100%;
    margin-left: calc(70% - 3px);
    border-left: 1px solid #eaeaea;
}
.nav-bg {
    right: 30%;
    width: 70%;
    z-index: -2;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.9s cubic-bezier(0.77, 0, 0.175, 1);
    position: absolute;
    height: 100%;
    top: 0;
}
.menu-close,
.menu-close.pointer-large,
.nav-logo {
    z-index: 3;
    position: absolute;
}
.nav-container {
    height: 100%;
    width: 100%;
}
.nav-logo img {
    webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    -webkit-transition: 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}
.nav-logo {
    top: 12px;
    right: calc(10% - 23px);
    overflow: hidden;
}
.main-nav.active .nav-logo img {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
    transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
ul.nav-menu {
    background: url(../image/menu-bg.png) #fff;
    padding-top: 77px;
}
ul.nav-menu li {
    margin: 11px 0 0 7%;
    overflow: hidden;
}
.menu-close.pointer-large {
    top: 25px;
    right: 21px;
    width: 50px;
    height: 50px;
    -webkit-transition: 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    cursor: pointer;
    background: #fff;
    border-radius: 100%;
    box-shadow: 1px 3px 9px 0 #888;
}
.menu-close:after,
.menu-close:before {
    content: "";
    width: 22px;
    height: 2px;
    background: #101617;
    position: absolute;
    top: 50%;
    left: 14px;
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    -webkit-transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}
.main-nav.active .menu-close:before {
    webkit-transform: translateY(-50%) rotate(225deg);
    -ms-transform: translateY(-50%) rotate(225deg);
    transform: translateY(-50%) rotate(225deg);
    transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.main-nav.active .menu-close:after {
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
a.nav-link {
    -webkit-transform: translateY(104%);
    -ms-transform: translateY(104%);
    transform: translateY(104%);
    -webkit-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    margin: 5px 0;
    padding: 0;
    display: inline-block;
    color: #000;
}
.digi-row,
.en-image-section,
.ex-row,
.hero-left,
.hero-row,
.my-flex-container,
.slider-img,
.slider-list,
.web-s-row,
ul.sub-menu {
    display: flex;
}
.na-b-padd h2,
ul.sub-menu a:hover {
    color: #f1ae2d;
}
.na-b-padd {
    height: 100%;
    width: 100%;
    padding-left: 6%;
    padding-top: 20px;
}
.main-nav.active .nav-link {
    -webkit-transition: 3s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: 3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: 3s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(0);
}
.nav-link .nav-btn {
    transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: inline-block;
}
.nav-btn {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 30px !important;
    font-weight: 500;
    white-space: nowrap;
    font-family: Oswald;
}
.nav-btn:before {
    content: attr(data-text);
    position: absolute;
    top: 50%;
    color: #1477c0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    transition: 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
    width: 0%;
    white-space: nowrap;
    overflow: hidden;
    background: #11151700;
    -webkit-transition: 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-transition: 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.image-section,
.image-section .image-section,
.indus-img img,
.texhnology-heading.cmm-heading p.tag2,
a:hover .nav-btn:before,
img.it-image.image-en,
ul.sub-menu li {
    width: 100%;
}
.md,
.mt-30 {
    margin-top: 30px;
}
.has-image {
    background-size: cover;
    background-repeat: no-repeat !important;
    background-color: #fcbdac !important;
    background-position: top !important;
}
.nav-bg-change.active .nav-bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 99;
}
.service-heading span,
.slider-list a {
    display: inline-block;
    font-family: Oswald;
}
.na-b-padd h2 {
    padding-top: 0;
    margin-bottom: 6%;
    font-size: 64px;
    font-weight: 600;
}
ul.sub-menu a {
    color: #000;
    display: block;
    text-decoration: none;
    transition: 0.2s;
}
.dr-bx {
    flex-grow: 1;
    flex-basis: 0;
    margin: 0 0 30px !important;
    border-right: 2px solid #eee;
    padding: 0 19px;
}
.dr-bx:nth-child(3),
.menu-box .dr-bx:last-child {
    border: none !important;
}
.dr-bx a {
    padding: 8px 30px;
    font-size: 15px;
    transition: none !important;
    transform: none !important;
}
.nk-drop ~ .nav-bg {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}
.hear-txt-sub {
    font-size: 18px;
    font-weight: 500;
    color: #0d0d0d;
    margin: 4px 0 0 7px;
    line-height: 1.1;
    text-transform: capitalize;
    font-family: Oswald;
}
.client-box,
.large-title-bold,
.slider-list a,
.who-title,
h2.large-title.yellow,
p.tag-line {
    text-transform: uppercase;
}
.menu-image-title {
    display: flex;
    gap: 0;
}
.menu-image-title img {
    width: 20px;
}
.nk-drop ~ .nav-bg::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #1274bd;
    border-radius: 5px;
}
.nk-drop ~ .nav-bg::-webkit-scrollbar-thumb {
    background: #1274bd;
    border-radius: 5px;
}
::selection {
    background: 0 0;
    color: #448cc7;
}
.nk-drop ~ .nav-bg::-webkit-scrollbar {
    width: 8px;
}
.hero-row {
    justify-content: space-around;
}
.hero-section {
    height: auto;
    padding-top: 110px;
    padding-bottom: 30px;
    position: relative;
}
.hbrd-col,
.hero-col,
.in-col,
.portfolio-col.portfolio-col-50,
.val-image {
    width: 50%;
}
.hero-left {
    align-items: center;
}
.large-title-bold {
    font-weight: 500;
    font-size: 45px;
    line-height: 57px;
    color: #eca927;
}
.slider-list {
    gap: 13px;
    flex-wrap: wrap;
    margin: 40px 0;
}
.slider-list a {
    border: 1px solid #0f6ebb;
    border-radius: 0;
    color: #0f6ebb;
    font-weight: 400;
    transition-delay: unset !important;
    transition: background-color 0.5s;
    text-decoration: none;
    padding: 5px 10px;
}
.slider-list a:hover {
    background: #eca927;
    border: 1px solid #eca927;
    color: #fff;
}
.banner_button:hover {
    background: #eca927;
    padding: 20px 90px 20px 30px;
}
.banner_button {
    background: #0f6ebb;
}
.slider-img img {
    width: auto;
    transition: 0.5s;
}
.slider-img {
    justify-content: end;
    align-items: center;
}
.counter-block,
.services-row {
    justify-content: center;
    display: flex;
}
.services-section {
    background: #f1eff0;
    padding: 65px 0;
}
.services-row {
    gap: 53px;
    flex-direction: row;
    flex-wrap: wrap;
}
h2.big-heading {
    font-size: 65px;
    width: 100%;
    letter-spacing: -2px;
}
.ser-title,
.who-title,
p.tag-line,
p.tag2,
span.who-subheading {
    letter-spacing: 1px;
}
.yellow {
    color: #eca927;
}
.services-card {
    max-width: 280px;
    min-height: 411px;
    background-color: #fff;
    color: #18264f;
    margin: 0 auto;
    border: 1px solid #eee;
    border-radius: 0;
    padding: 15px;
    -webkit-box-shadow: 0 0 14px -4px rgb(0 0 0 / 27%);
    -moz-box-shadow: 0 0 14px -4px rgba(0, 0, 0, 0.27);
    box-shadow: 0 0 14px -4px rgb(0 0 0 / 27%);
    transition: 0.3s ease-in;
	box-shadow: 0px 0px 10px 0px #d7d7d7;
    border-radius: 5px;
}
.service-heading {
    margin-bottom: 40px;
}
.service-heading span {
    color: #167cc3;
    letter-spacing: 1px;
    padding-top: 0;
    margin-top: 36px;
    font-weight: 500;
}
.ser-image {
    position: relative;
    height: 90px;
    width: 90px;
    margin: auto;
}
.ser-image img {
    position: absolute;
    left: 0;
    top: 0;
}
.on-hover {
    transition: 0.3s;
}
.real-image {
    opacity: 1;
    transition: 0.3s;
}
.services-card:hover .real-image {
    opacity: 0 !important;
}
.services-card:hover .on-hover {
    opacity: 1;
}
.blue:hover {
    background: #18264f;
}
.yello-btn-color,
.yellow-card:hover {
    background: #eca927;
}
.black-btn {
    color: #000;
    border: 2px solid #000;
}
.black-btn::after {
    border-color: #000;
}
.green-btn {
    color: #008759;
    border: 2px solid #008759;
}
.green-btn::after {
    border-color: #008759;
}
.red-btn::after {
    border-color: #c72a2c;
}
.red-btn {
    color: #c72a2c;
    border: 2px solid #c72a2c;
}
.red:hover {
    background: #c72a2c;
}
.red {
    border-bottom: 8px solid #c72a2c;
}
.light-red {
    border-bottom: 8px solid #ef7f92;
}
.light-red:hover {
    background: #ef7f92;
}
.light-red-btn {
    color: #ef7f92;
    border: 2px solid #ef7f92;
}
.light-red-btn::after {
    border-color: #ef7f92;
}
.dark-yellow-card {
    border-bottom: 8px solid #f39001;
}
.dark-yellow-card:hover {
    background: #f39001;
}
.dark-yellow-btn {
    color: #ef7f92;
    border: 2px solid #f39001;
}
.dark-yellow-btn::after {
    border-color: #f39001;
}
.tect-b-btn {
    padding: 15px 40px 15px 30px;
    color: #f39001;
}
.tect-b-btn::before {
    right: 16%;
    background: #fe9b00 !important;
}
.services-btn {
    padding: 10px 40px 10px 30px;
    font-family: "Oswald";
    font-weight: 700;
}
.services-btn::before {
    right: 16%;
}
.services-btn:hover {
    padding: 10px 70px 10px 30px;
    border-color: #fff;
    color: #fff;
}
.tect-b-btn:hover {
    padding: 15px 70px 15px 30px;
}
.services-btn::after,
.tect-b-btn::after {
    right: 16%;
    transition: 0.3s;
}
.services-card-in a {
    text-decoration: none;
}
.ser-title {
    font-weight: 600;
    font-size: 20px;
    margin: 10px 0;
    color: #18264f;
    transition: 0.3s;
    font-family: "Oswald";
}
.box-panel .item:hover .desc,
.mobile-tabs .current p,
.services-card-in:hover,
.services-card-in:hover p {
    color: #fff;
}
.services-container {
    width: 90%;
    margin: auto;
}
.ser-para p {
    transition: 0.3s;
    font-size: 14px;
    color: #18264f;
    padding: 0 14px;
}
.black {
    border-bottom: 8px solid #000;
}
.yellow-card {
    border-bottom: 8px solid #eca927;
}
.blue {
    border-bottom: 8px solid #18264f;
}
.green {
    border-bottom: 8px solid #008759;
}
.purple {
    border-bottom: 8px solid purple;
}
.sky-blue {
    border-bottom: 8px solid #1376be;
}
.sky-blue:hover {
    background: #1376be;
}
.green:hover {
    background: #008759;
}
.purple:hover {
    background: purple;
}
.black:hover {
    background: #000;
}
.services-btn-box {
    margin-top: 32px;
}
.blue-btn {
    border: 2px solid #18264f;
    color: #18264f;
}
.blue-btn::after {
    border-color: #18264f;
}
.purple-btn {
    border: 2px solid purple;
    color: purple;
}
.purple-btn::after {
    border-color: purple;
}
.sky-blue-btn {
    border: 2px solid #1376be;
    color: #1376be;
}
.sky-blue-btn::after {
    border-color: #1376be;
}
.yellow-btn {
    border: 2px solid #eca927;
    color: #eca927;
}
.yellow-btn::after {
    border-color: #eca927;
}
.services-card:hover .services-btn {
    color: #fff !important;
    border-color: #fff !important;
    background-color: transparent !important;
}
.services-card:hover .services-btn::after {
    border-color: #fff;
}
.ser-para {
    line-height: 25px;
    margin-bottom: 15px;
    min-height: 127px;
}
section.who-section {
    background: #eca927;
    padding: 65px 0;
    text-align: center;
    color: #fff;
}
.who-container {
    max-width: 1000px;
    margin: auto;
}
.who-title {
    font-size: 35px;
}
span.who-subheading {
    font-family: Oswald;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}
p.who-content {
    margin: 31px 0 49px;
    font-size: 17px;
    line-height: 25px;
    color: #fff;
}
.counter-block {
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap;
}
.client-box {
    width: 170px;
    height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #fff;
    color: #0f6ebb;
    font-size: 15px;
    line-height: 19px;
    margin: 0 auto;
    cursor: pointer;
    font-weight: 600;
    padding: 0 10px;
    border: 2px solid #0f6ebb;
    transition: 0.3s ease-in;
}
.client-box:hover {
    background: #0f6ebb;
    color: #fff !important;
}
.counter-block-2 {
    margin-top: 40px;
}
.client-in span {
    font-weight: 800;
    width: 100%;
    float: left;
    font-size: 26px;
    margin-bottom: 15px;
}
.industries-page-content-sec,
.stf-wwd-section,
.technology-section,
.web-agency-section {
    padding: 65px 0;
}
.texhnology-heading {
    max-width: 1000px;
    margin: auto;
    padding: 40px 0;
}
h2.large-title.yellow {
    font-size: 46px;
    line-height: 1;
    font-weight: 600;
    font-family: Oswald, sans-serif;
    color: #eca927;
}
.mobile-tabs .accordion-toggle,
ul.tabs .tab-link {
    padding: 12px 20px;
    gap: 19px;
    width: 100%;
    font-size: 18px !important;
    font-weight: 600 !important;
    font-family: Oswald, sans-serif;
    text-align: left;
    cursor: pointer;
}
p.tag-line {
    font-size: 17px;
    font-weight: 400;
    font-family: Oswald;
    color: #f88d2d;
}
p.tag2 {
    font-size: 22px;
    color: #262626;
    font-family: Oswald;
}
.choose-heading h2,
.industry-heading {
    font-size: 35px;
    text-transform: uppercase;
}
p.t-description {
    margin: 13px 0 0;
    color: #636363;
}
ul.tabs {
    margin: 0 22px 0 0;
    padding: 0 22px 0 0;
    border-right: 7px solid #ececec;
}
ul.tabs .tab-link {
    display: flex;
    border-radius: 50px;
    background-color: #1477bf;
    align-items: center;
    min-width: 310px;
    margin-bottom: 22px;
    border: none;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 17%);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 17%);
    color: #fff;
}
.box-panel .item:hover .item-content,
button.tab-indu.active-a {
    background-color: #f3a620;
}
ul.tabs li.current {
    color: #fff;
    box-shadow: none;
    background-color: #f88d2d;
    position: relative;
}
ul.tabs li.current::after {
    position: absolute;
    content: "";
    right: -38px;
    height: 22px;
    width: 22px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #f88d2d;
}
.accordion-content.default {
    display: block;
    box-shadow: none;
    background-color: #f88d2d;
    width: 100%;
}
.next img {
    max-width: 100%;
}
.mobile-tabs {
    margin: 0;
    padding: 0;
}
.mobile-tabs .accordion-toggle {
    display: flex;
    border-radius: 0;
    background-color: #1477bf;
    align-items: center;
    min-width: 100%;
    margin-bottom: 18px;
    border: none;
    -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 17%);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.17);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 17%);
    color: #fff;
}
ul.mobile-tabs li.current {
    color: #fff !important;
    box-shadow: none;
    background-color: #f88d2d;
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    min-width: 100%;
}
.next {
    margin-bottom: 20px !important;
    padding: 20px !important;
    display: none;
}
ul.mobile-tabs li.current::after {
    position: absolute;
    content: "";
    right: -38px;
    height: 22px;
    width: 22px;
    background: #fff;
    display: none;
    border-radius: 50%;
    border: 2px solid #f88d2d;
}
.tab-content {
    display: none;
    padding: 5px 15px;
}
.item-content,
h2.indus-heading {
    padding: 15px;
    text-align: center;
}
.tab-content.current {
    display: inherit;
}
.desktop .tab-container {
    display: flex;
    max-width: 1000px;
    margin: 45px auto auto;
}
.tab-content img {
    max-width: 100%;
    margin: 20px 0;
}
.mobile-tabs .tab-link {
    border-radius: 0 !important;
}
.dign-image.mobile-img,
.mobile-tab,
.testimonial-section .swiper .swiper-nav-wrapper .swiper-button-next:after,
.testimonial-section .swiper .swiper-nav-wrapper .swiper-button-prev:after {
    display: none;
}
.blue-text {
    color: #106fbb !important;
}
.industry-heading {
    line-height: initial;
}
.box-pannel-section {
    max-width: 1000px;
    margin: 0 auto 65px;
}
.box-panel {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.box-panel .item {
    flex-grow: 1;
    flex-basis: 0;
}
.item-content {
    margin: 0 auto;
    border: 1px solid #f3a620;
    border-radius: 10px;
    min-height: 200px;
    transition: 0.3s ease-in;
}
.item-icon {
    width: 100px;
    height: 100px;
    background-color: #fff;
    padding: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    margin: 20px auto;
    justify-content: center;
    border: 1px solid #f45c26;
}
.engneer-section .scrn-container,/*.item-icon img{width:100%}*/.desc {
    line-height: 20px;
    font-size: 14px;
    min-height: 80px;
}
.indu-tab {
    opacity: 0;
    transition: eaze-in 0.3s;
    visibility: hidden;
    display: none;
}
.indu-tab.tab-active {
    display: block;
    opacity: 1;
    visibility: visible;
}
.indu-tab-menu .industry-tab-list {
    overflow: hidden;
    background-color: #ebe9ea;
    border-radius: 0px;
}
.indu-tab-menu .industry-tab-list button {
    float: left;
    border: none;
    padding: 17px;
    font-size: 23px;
    width: 25%;
    color: #2e2e2e;
    font-weight: 700;
    font-family: Oswald;
    transition: 0.3s ease-in;
    cursor: pointer;
}
button.tab-indu.active-a {
    color: #fff;
    border-radius: 0;
}
button.tab-indu:hover {
    background-color: #106fbb;
    border-radius: 0px;
    color: #fff;
}
.idus-tab-content {
    display: flex;
    padding: 30px 0 0;
}
.en-image-box,
.indus-img {
    width: 37%;
}
.indus-content {
    width: 63%;
    padding: 0 0 0 34px;
}
.about-why-content,
.indua-btn {
    margin-top: 35px;
}
h2.indus-heading {
    display: none;
    background: #0b3a60;
    color: #fff;
}
.why-choose-section {
    padding: 68px 0;
    background: #edaf3738;
}
.choose-heading h2 {
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    margin-bottom: 65px;
}
.why-choose-row {
    display: flex;
    justify-content: center;
    gap: 30px;
}
.wh-col.wh-col-1 {
    max-width: 260px;
    text-align: center;
}
.ch-img {
    width: 140px;
    height: 140px;
    background: #fff;
    border-radius: 10%;
    border: 5px solid;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ch-img img {
    width: 75%;
}
.big-div {
    width: 30px;
    height: 30px;
    margin: 15px auto 0;
    border-radius: 5px;
}
.small-div {
    width: 15px;
    height: 15px;
    margin: 10px auto 27px;
    border-radius: 3px;
}
.choose-card h3 {
    font-size: 26px;
    text-align: center;
}
.ch-text {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 0;
    color: #0c0c0c;
    text-align: center;
    margin-top: 15px;
}
.why-btn-box {
    text-align: center;
    margin-top: 65px;
}
.ch-color-1 .big-div,
.ch-color-1 .small-div {
    background: #1cb527;
}
.ch-color-1 .ch-img {
    border-color: #1cb527;
}
.choose-card.ch-color-1 h3 {
    color: #1cb527;
}
.ch-color-2 .big-div,
.ch-color-2 .small-div {
    background: #0f90a5;
}
.ch-color-2 .ch-img {
    border-color: #0f90a5;
}
.choose-card.ch-color-2 h3 {
    color: #0f90a5;
}
.ch-color-3 .big-div,
.ch-color-3 .small-div {
    background: #ff731b;
}
.ch-color-3 .ch-img {
    border-color: #ff731b;
}
.choose-card.ch-color-3 h3 {
    color: #ff731b;
}
.ch-color-4 .big-div,
.ch-color-4 .small-div {
    background: #f7415a;
}
.ch-color-4 .ch-img {
    border-color: #f7415a;
}
.choose-card.ch-color-4 h3 {
    color: #f7415a;
}
.testimonial-section .swiper {
    padding: 1.5em;
}
.testimonial-section .swiper .content-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: ".";
    width: 100%;
    justify-items: center;
    align-items: center;
}
.testimonial-section .swiper .content-wrapper .content {
    padding: 20px;
    text-align: center;
    display: grid;
    justify-items: center;
    align-items: center;
    margin: 0 auto;
    color: #fff;
}
.digi-texhnology-heading .tag-line,
.digi-texhnology-heading p.tag2,
.testimonial-section .swiper .content-wrapper .content :first-child,
.testimonial-section .swiper-pagination .swiper-pagination-bullets,
.web-agency-title,
.web-g-row .sale-rc-boc {
    margin: 0;
}
.testimonial-section .swiper .content-wrapper .content .swiper-avatar {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.testimonial-section .swiper .content-wrapper .content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
}
.testimonial-section .swiper .content-wrapper .content .swiper-avatar img {
    border-radius: 500px;
}
.testimonial-section .swiper .content-wrapper .content .cite span {
    font-size: 14px;
}
.testimonial-section .swiper .swiper-slide {
    margin: 0;
    height: auto;
    width: 100%;
    padding: 0;
    opacity: 1;
    background: #ff9800;
    border-radius: 6px;
    transition: 0.5s ease-in-out;
}
.testimonial-section .swiper .swiper-slide.swiper-slide-active {
    background: #106fbb;
    opacity: 1;
    transform: scale(1.1);
    box-shadow: 2px 5px 7px #2f2f2f2f, -6px -2px 16px #bfb7b72f;
}
.testimonial-section .swiper .swiper-nav-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 68px auto 0;
    width: auto;
    height: 53px;
    gap: 25px;
    position: relative;
}
.testimonial-section .swiper .swiper-nav-wrapper .swiper-button-next,
.testimonial-section .swiper .swiper-nav-wrapper .swiper-button-prev {
    top: 50%;
    transform: translateY(-39%);
    left: auto;
    right: auto;
    position: relative !important;
    background-image: none !important;
    font-size: 52px;
    width: 40px;
    height: 40px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0b3a60;
    border-radius: 0;
}
.testimonial-section .swiper .swiper-nav-wrapper .swiper-container-rtl .swiper-button-prev,
.testimonial-section.testimonial-section.swiper .swiper-nav-wrapper .swiper-button-next {
    background-image: none !important;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}
.testimonial-section .swiper .swiper-nav-wrapper .swiper-button-prev,
.testimonial-section .swiper .swiper-nav-wrapper .swiper-container-rtl .swiper-button-next {
    background-image: none !important;
    background-repeat: no-repeat;
    padding: 0;
    font-size: 52px;
}
.testimonial-section .swiper-pagination {
    margin: 0;
    padding: 0;
    position: relative !important;
    display: flex;
    width: auto;
    align-items: center;
}
.swiper-pagination .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    background: #fff !important;
}
.testimonial-section .swiper-pagination-bullet {
    background: #f26d1a !important;
    transition: 0.2s ease-in-out;
    display: inline-block;
    margin: 0 7px;
    width: 15px;
    height: 15px;
}
.testimonial-section .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    width: auto;
    padding: 0 1.5em;
}
.testimonial-section .swiper-pagination-bullet-active {
    transform: scale(1.5);
}
.wrapper {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.testimonial-section {
    position: relative;
    background: #f0f0f0;
    padding: 30px 0 65px;
}
.choose-btn,
.solution-heading,
.stf-main-big-heading,
.team-card,
h3.big-heading.big-ex-heading {
    text-align: center;
}
.form input.contact-form-control.pointer-small {
    border-bottom: 2px solid #fff;
}
.form {
    width: 100%;
    background: #eca927;
    padding: 65px 0;
    position: relative;
    text-align: center;
}
.form_submit {
    font-size: 17px;
    font-family: Oswald;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 17px 40px;
    border: 0;
    background: #fff;
    width: 180px;
    cursor: pointer;
}
#captchaBackground {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
}
#captcha,
#output,
.pointer-large span {
    display: block;
}
#captcha {
    margin: 15px 0;
    font-size: 19px;
    letter-spacing: 1px;
    color: #0b3a60;
    font-weight: 700;
}
.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
}
input#textBox {
    border-bottom: 2px solid #fff !important;
    background: 0 0;
    height: 40px;
    border: 0;
    width: 200px;
    font-size: 15px;
    font-family: Oswald;
    letter-spacing: 0.5px;
}
input#textBox::placeholder {
    color: #fff;
}
span#output {
    color: red;
    font-size: 15px;
    margin-top: 5px;
    font-weight: 700;
}
.form-row input,
.group-form select,
textarea#get_message {
    background: 0 0;
    border: 0;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.form-heading {
    text-transform: uppercase;
    font-size: 35px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: Oswald, sans-serif;
    padding: 0;
    color: #fff;
}
.box-seotab-section .industry-tab-list,
.form-row {
    display: flex;
    justify-content: space-between;
}
.footer-row,
.in-h-row {
    justify-content: space-between;
}
.form-row input {
    width: 100%;
    height: 45px;
    font-family: Oswald;
    outline: 0;
}
.form-col,
li.social-link {
    width: 45%;
}
.form-row input::placeholder {
    color: #fff;
}
.group-form,
.sap-btn {
    margin-top: 50px;
}
textarea#get_message {
    height: 120px;
    width: 100%;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-family: Oswald;
}
textarea::placeholder {
    color: #fff;
}
.group-form select {
    height: 45px;
    width: 100%;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-family: Oswald;
}
.content-portfolio p,
select#select-state option {
    color: #000;
}
.footer {
    background: #0b3a60;
    padding: 60px 0;
}
.cmmi-image,
li.social-link a .fa {
    background: #fff;
    border-radius: 50%;
}
.footer-row {
    display: flex;
    gap: 15px;
}
.c-logo {
    display: grid;
    gap: 17px;
}
img.cmmi-logo {
    border-radius: 10px;
}
h2.f-title {
    color: #eca927;
    line-height: 38px;
    border-bottom: 1px solid #eca927 !important;
    margin-bottom: 17px;
    font-size: 20px;
}
.connect-col,
.container-col,
.quick-col {
    min-width: 270px;
    max-width: 270px;
}
.footer-menu li {
    padding-bottom: 4px;
}
.footer-menu li a {
    color: #fff;
    text-decoration: none;
    font-family: Oswald;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: 0.3s;
}
ul.footer-information {
    color: #fff;
}
ul.footer-information li {
    display: flex;
    gap: 8px;
    margin-bottom: 5px;
}
ul.footer-information li a,
ul.footer-information li p,
ul.footer-information li span {
    font-family: Oswald;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    transition: 0.3s;
}
ul.footer-information li .fa {
    font-size: 19px;
    width: 18px;
    margin-top: 3px;
}
ul.social-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}
li.social-link a {
    color: #fff;
    text-decoration: none;
    display: flex;
    gap: 6px;
    align-items: center;
    font-family: Oswald;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: 0.3s;
}
li.social-link a .fa {
    height: 30px;
    width: 30px;
    text-align: center;
    color: #0b3a60;
    line-height: 30px;
}
.cmmi-row {
    justify-content: center;
    margin: 30px 0;
}
.cmmi-image {
    box-shadow: 0 0 7px 1px #fff;
    height: 116px;
    width: 116px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.copy-right-sec p {
    text-align: center;
    font-size: 13px;
    letter-spacing: 1.5px;
    color: #fff;
    font-weight: 400;
    font-family: Oswald !important;
}
.small-heading {
    margin-top: 11px;
}
.to-top-btn {
    position: fixed;
    bottom: 65px;
    right: 40px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    z-index: 9;
    -webkit-transition-property: visibility;
    -o-transition-property: visibility;
    transition-property: visibility;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.to-top-arrow {
    width: 10px;
    height: 25px;
    top: 50%;
    -webkit-transform: translate(-50%, -15%);
    -ms-transform: translate(-50%, -15%);
    transform: translate(-50%, -15%);
    transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.to-top-arrow,
.to-top-arrow:before,
.to-top-btn:before {
    -webkit-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
    position: absolute;
}
.to-top-arrow,
.to-top-arrow:before {
    left: 50%;
}
.to-top-btn:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111517;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.to-top-arrow:before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #bcbdbd;
    border-top: 2px solid #bcbdbd;
    top: 1px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.to-top-arrow:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 2px;
    top: 0;
    left: 50%;
    -webkit-transform: scaleY(0) translateX(-50%);
    -ms-transform: scaleY(0) translateX(-50%);
    transform: scaleY(0) translateX(-50%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    background: #bcbdbd;
    -webkit-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
    transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.team-image,
span.down-arrow,
ul.hero-ul {
    transition: 0.3s ease-in;
}
.to-top-btn:hover .to-top-arrow:before {
    border-right: 2px solid #cc272d;
    border-top: 2px solid #cc272d;
    top: -8px;
}
.to-top-btn:hover .to-top-arrow:after {
    -webkit-transform: scaleY(1) translateX(-50%);
    -ms-transform: scaleY(1) translateX(-50%);
    transform: scaleY(1) translateX(-50%);
    background: #cc272d;
    top: -7px;
}
.to-top-btn.mPS2id-highlight {
    visibility: hidden;
    -webkit-transition-property: visibility;
    -o-transition-property: visibility;
    transition-property: visibility;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.scroll-bner {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 70px;
    text-align: center;
    justify-content: center;
    align-items: center;
    height: auto;
    font-family: Oswald;
    text-transform: uppercase;
    color: #eca927;
    text-decoration: none;
    padding-bottom: 20px;
    top: 92%;
    left: 50%;
    z-index: 12;
    transform: translateX(-50%);
}
.d-arrow,
span.down-arrow {
    display: inherit;
    position: relative;
}
.d-arrow {
    height: 12px;
    width: 12px;
    border-bottom: 2px solid #eca927;
    border-right: 2px solid #eca927;
    transform: rotate(45deg);
}
.horizontal-text,
span.ct {
    transform: rotate(-90deg);
}
span.down-arrow {
    height: 8px;
    opacity: 0;
    width: 2px;
    background: #eca927;
    margin-bottom: -14px;
}
span.d-text {
    position: relative;
    display: inline-block;
    margin-bottom: 1px;
}
.scroll-bner:hover .down-arrow {
    height: 20px;
    opacity: 1;
}
.in-h-row {
    display: flex;
    align-items: center;
    padding: 20px 0;
    height: 100%;
}
.in-t-heading-big {
    font-weight: 700;
    letter-spacing: 0;
    font-family: Oswald, sans-serif;
    text-transform: uppercase;
    line-height: 1;
    font-size: 45px;
}
.inner-page-hero {
    height: 100vh;
    background: #1b2a2f;
}
.in-page-section,
.inner-page-hero-in,
.scrn-container {
    height: 100%;
}
.page-banner-background {
    position: absolute;
    top: 103px;
    bottom: 0;
    left: 0;
    height: calc(100% - 100px);
    width: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.in-h-content {
    padding-left: 30px;
}
.stf-row {
    display: flex;
    justify-content: space-between;
    margin-top: 49px;
}
.col-60,
.inc-col.inc-60,
.it-image-box,
.webg-col.web-60 {
    width: 60%;
}
.col-40,
.inc-col.inc-40,
.webg-col.web-40 {
    width: 40%;
}
.stf-main-big-heading h2 {
    font-size: 37px;
    line-height: 50px;
}
.stf-small-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 16px;
}
.stf-col-content-1 {
    margin-top: 30px;
    border-top: 1px dotted;
    padding-top: 30px;
}
.stf-col-content img {
    width: auto;
    height: 100%;
    max-height: 450px;
}
.stf-col-content-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.help-container,
.stf-arg-list-in {
    justify-content: center;
    display: flex;
}
.stf-arg-list-in {
    text-align: center;
    gap: 53px;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 30px 0 0;
}
.stf-list {
    min-width: 175px;
    max-width: 200px;
    padding: 20px;
    border: 1px dotted #fff;
}
.stf-industry-section {
    background: #1158b7;
    padding: 25px 0 65px;
}
.stf-arg-box .stf-small-title {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
}
.stfind-heading-box h2 {
    font-size: 30px;
    color: #fff;
    line-height: initial;
    margin-bottom: 25px;
}
.stfind-heading-box {
    padding: 30px;
    background: #0b3a60;
    width: 370px;
}
ul.industry-stf-list li {
    font-size: 22px;
    color: #bcbdbd;
    font-family: Oswald;
    position: relative;
    padding-left: 32px;
    letter-spacing: 1px;
}
ul.industry-stf-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
ul.industry-stf-list li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 18px;
    height: 8px;
    border-left: 3px solid #edb32f;
    border-bottom: 3px solid #edb32f;
    transform: rotate(-45deg);
}
.stf-list-text {
    font-family: Oswald;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.6px;
}
.stf-help-section {
    padding: 54px 0 47px;
    color: #fff;
    background: #004aad;
}
.help-container {
    align-items: center;
    gap: 40px;
}
h2.help-heading.while {
    font-size: 46px;
    line-height: initial;
    font-weight: 500;
}
.image-en.imsge-lt {
    height: 432.09px;
    object-fit: cover;
    width: 100%;
}
.imsge-lt-box {
    width: 36%;
}
.img-text-section .en-row .en-35 .img-text-section-in {
    display: flex;
    gap: 41px;
    position: relative;
    justify-content: center;
}
img.en-image {
    height: 472.09px;
    object-fit: cover;
    width: 100%;
    margin-bottom: -7px;
}
.en-text-box {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 50px;
    width: 37%;
}
.horizontal-text {
    position: absolute;
    left: -100px;
    top: 50%;
    color: #fff;
    font-size: 40px;
    line-height: 0;
}
.step,
ul.numbers li {
    font-size: 18px;
    font-weight: 600;
    position: relative;
}
.industry-list li {
    font-size: 18px !important;
    color: #fff !important;
}
.industry-list {
    gap: 7px !important;
}
.industry-list li::after {
    border-left: 3px solid #fff !important;
    border-bottom: 3px solid #fff !important;
}
section.engneer-section {
    background: #f0aa24;
}
.sourcing-heading-boc {
    background-color: #004aad;
    text-align: center;
    color: #fff;
    padding: 15px;
}
.step,
.vali-list {
    background-color: orange;
}
.sourcing-heading-boc h2 {
    font-size: 32px;
    line-height: initial;
}
ul.numbers li {
    color: #000;
    margin-bottom: 10px;
    padding-left: 30px;
}
.numbers li:after {
    position: absolute;
    top: 6px;
    left: 5px;
    content: "";
    width: 14px;
    height: 5px;
    border-left: 4px solid #068b06;
    border-bottom: 4px solid #068b06;
    transform: rotate(-45deg);
}
ul.numbers li:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    margin-right: 8px;
    background-color: #fff;
    border-radius: 50%;
    color: transparent;
    border: 2px solid #004aad;
    font-size: 12px;
    height: 15px;
    width: 15px;
}
.heading-stf-page,
.inc-title,
.outsourcing-us-box .numbers {
    margin-bottom: 30px;
}
.outsourcing-us-out-box {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 65px;
}
.outsourcing-us-box {
    padding: 50px 0;
}
section.outsourcing-section {
    background-image: url(../image/staffing/outsourcing-us-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}
.outsourcing-img {
    display: flex;
    align-items: center;
    gap: 34px;
    margin-top: 200px;
}
.out-image-box {
    height: 380px;
    width: auto;
}
.out-image-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 2px 4px 8px rgb(0 0 0 / 20%);
}
section.btn-content {
    position: relative;
    width: 100%;
    height: auto;
    background: #002c53;
    margin-top: -7px;
    padding: 15px 0;
}
button.btn.btn-shade {
    background-color: #004aad;
    color: #fff;
    padding: 17px 15px;
    width: 100%;
    font-size: 22px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 2px 4px 8px rgb(0 0 0 / 21%);
    border: 0;
    outline: 0;
    font-family: Oswald;
    cursor: pointer;
}
.mf-container-2,
.mf-container3 {
    justify-content: end;
}
.five-columns {
    flex-basis: 41.66%;
}
.mf-container-2 {
    align-items: center;
    gap: 26px;
}
img.graph-img {
    width: 179px !important;
    margin-top: auto;
    position: relative;
}
section.validation-team-section {
    background: url(../image/staffing/validation-team.jpg) top left/cover no-repeat #fff;
    padding-bottom: 50px;
    position: relative;
}
.vali-top-section {
    text-align: center;
    width: 72%;
    margin: auto;
    padding: 45px 0;
}
.vali-top-section h2 {
    margin-bottom: 14px;
    color: #004aad;
    font-size: 28px;
}
.validation-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 1;
}
.val-text {
    width: 50%;
    display: flex;
    justify-content: end;
}
.vali-image-box-in {
    width: 100%;
    position: relative;
}
.vali-image-box-in img {
    width: 100%;
    height: 100%;
}
.vali-list {
    border-top-left-radius: 44px;
    border-bottom-right-radius: 44px;
    box-shadow: 2px 4px 16px rgb(0 0 0 / 40%);
    padding: 32px 20px;
    height: max-content;
    max-width: 537px;
}
.vali-image-box-in h3 {
    position: absolute;
    bottom: 0;
    width: 90%;
    padding: 20px;
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    text-shadow: 1px 2px 4px #000000ed;
    text-align: center;
    margin: 20px 0;
}
span.ct,
span.num {
    font-weight: bolder;
    position: absolute;
}
.vali-numbers li {
    font-size: 16px !important;
    line-height: initial;
}
h4.vali-text-heding-middle {
    font-size: 21px;
    color: #000;
    margin: 17px 28px;
}
section.Management-section {
    background: #fff;
    padding-top: 15px;
}
.Management-list-section {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.step {
    height: 85px;
    width: 100px;
    padding: 26px 23px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 56%;
    border-bottom-right-radius: 50%;
    color: #fff;
    text-align: center;
}
span.num {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 42px;
    display: flex;
    justify-content: end;
    padding-right: 10px;
    padding-top: 25px;
    color: #fff;
    font-family: Oswald;
}
.hmm-content h3,
span.ct {
    font-size: 20px;
    font-family: Oswald;
}
span.ct {
    z-index: 1;
    display: inline-block;
    left: 6px;
    text-transform: uppercase;
    color: #fff;
}
.mng-step-list {
    background-color: #004aad;
    color: #fff;
    padding: 15px 15px 15px 40px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 2px 4px 8px rgb(0 0 0 / 40%);
    width: 90%;
}
.hmm-card,
.hmm-image-box {
    background: #fff;
    position: relative;
}
.cloud-who-list li .seo-card-box,
.hmm-card {
    box-shadow: inset 1px 1px 6px -1px #2f2f2f17, 0 13px 18px -6px #2f2f2f17;
}
.list-mng {
    position: relative;
    margin: 5px 0;
}
.list-mng::after {
    content: "";
    position: absolute;
    top: 1px;
    left: -24px;
    width: 15px;
    height: 15px;
    background: orange;
    border-radius: 50%;
    border: 2px solid #fff;
}
.hmm-row,
.s-row {
    display: flex;
    justify-content: center;
    gap: 50px;
}
.certification-row,
.ex-card {
    justify-content: space-between;
}
.hmm-card {
    height: 276px;
    width: 300px;
    padding: 15px 22px;
    border: 3px solid #fff;
}
ul.hmm-list li::after,
ul.s-list li::after {
    margin-right: 8px;
    border-radius: 50%;
    color: transparent;
    font-size: 12px;
}
.hmm-image-box {
    height: 120px;
    width: 120px;
    top: -18px;
    left: 50%;
    transform: translate(-50%);
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    border-left: 4px solid #fff;
    border-radius: 0 0 20px 20px;
    box-shadow: inset 0 -11px 11px -1px #2f2f2f17, 0 29px 18px -18px #2f2f2f17;
}
.hmm-image-box img {
    position: absolute;
    width: 80%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hmm-content,
.wer-box,
ul.hmm-list li,
ul.s-list li {
    position: relative;
}
.hmm-heading {
    font-size: 21px;
    text-align: center;
    color: #004aad;
    margin-bottom: 50px;
    line-height: initial;
}
.HMM-section-2 {
    padding: 67px 0;
}
.hmm-content h3 {
    color: #004aad;
}
ul.hmm-list {
    margin: 10px 0 0 20px;
}
ul.hmm-list li::after {
    content: "";
    position: absolute;
    top: 6px;
    left: -20px;
    background-color: #fff;
    border: 2px solid #004aad;
    height: 10px;
    width: 10px;
}
.s-list li::before,
ul.hmm-list li::before {
    top: 7px;
    left: -17px;
    width: 11px;
    height: 4px;
    transform: rotate(-45deg);
    z-index: 2;
    position: absolute;
    content: "";
}
section.HMM-section-2-out {
    background: #e5effb;
}
ul.hmm-list li::before {
    border-left: 2px solid #ff9800;
    border-bottom: 2px solid #ff9800;
}
section.solution-section {
    padding: 65px 0;
    background-color: #004aad;
    color: #fff;
}
.solution-heading h3 {
    font-size: 35px;
    font-family: Oswald;
    margin-bottom: 50px;
}
.s-card h3 {
    font-size: 20px;
    font-family: Oswald;
    margin-bottom: 11px;
}
.s-card {
    width: 294px;
}
ul.s-list {
    padding-left: 23px;
}
ul.s-list li::after {
    content: "";
    position: absolute;
    top: 6px;
    left: -20px;
    background-color: #ff9800;
    border: 2px solid #fff;
    height: 10px;
    width: 10px;
}
.s-list li::before {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
section.stf-page-content-section {
    background: linear-gradient(0deg, rgb(0 0 0), rgb(2 1 2 / 0%)), url(../image/staffing/stf-services.jpg);
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    padding: 90px 0;
}
.heading-stf-page h3 {
    font-size: 35px;
    line-height: 32px;
    color: #ff9800;
    font-family: Oswald;
}
.ex-title h3,
.heading-stf-page .small-heading {
    color: #fff;
    font-family: Oswald;
    font-size: 20px;
}
section.explore-section {
    padding: 65px 0;
    background: #000;
}
p.small-heading.sm--small-heading {
    color: #3f51b5;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
}
.ex-title {
    border-bottom: 1px dotted #fff;
    padding-bottom: 30px;
}
.ex-card {
    display: flex;
    gap: 30px;
    flex-direction: column;
    flex-wrap: wrap;
}
.ex-title h3 {
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}
.box-seotab-section .tab-indu {
    width: auto !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    background: 0 0;
    padding: 20px 32px !important;
}
.box-seotab-section .idus-tab-content {
    background: #fff;
    margin: 15px auto auto;
    padding: 15px;
    border-radius: 20px;
}
h5.CTA-title-2 {
    font-size: 19px;
    color: #000;
}
p.h-small,
ul.hero-ul li {
    font-size: 18px;
}
ul.hero-ul {
    display: flex;
    gap: 20px;
    color: #eca927;
    font-family: Oswald;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
p.h-small {
    font-family: Oswald;
    color: #fff;
    margin: 12px 0 0;
    text-transform: uppercase;
}
p.position,
p.team-name {
    font-family: Oswald, sans-serif;
}
.tp,
.web-agncy-content p {
    color: #bcbdb8 !important;
}
.web-g-row {
    display: flex;
    gap: 40px;
}
.web-agency-ul {
    padding: 45px 35px;
    background: #222638;
}
.web-agency-ul li {
    font-size: 20px !important;
}
.web-agncy-content p {
    margin-bottom: 17px;
}
.idus-tab-content ul {
    max-width: 550px;
}
.idus-tab-content ul li {
    font-size: 15px;
    color: #636363;
    font-family: Oswald;
    position: relative;
    padding-left: 18px;
    margin-bottom: 7px;
}
.idus-tab-content ul li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    background: #ff9800;
    border-radius: 50%;
}
.digi-col.digi-col-40,
.web-left-col,
.web-right-col {
    width: 35%;
}
.web-middle-col {
    width: 30%;
    position: relative;
}
.web-services-img-box {
    position: sticky;
    top: 68px;
}
.web-services-img-box .slider_btn {
    text-align: center;
    margin-top: 18px;
}
.client-list .brand-box img,
.dign-image.d-img img,
img.web-services-img {
    width: 100%;
    height: auto;
}
.web-agncy-content p b {
    color: #2196f3;
}
.web-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #bcbdb8;
}
.f-portfolio,
.f1-portfolio {
    padding: 20px 0;
}
.web-title .white {
    font-size: 25px;
    font-family: Oswald;
    margin-bottom: 11px;
}
p.light-white-b {
    font-size: 16px;
    color: #bcbdb8 !important;
}
.web-s-card:last-child .web-title {
    border: 0;
}
.digi-content {
    margin: 30px 0;
}
.digi-col.digi-col-60 {
    width: 65%;
}
.portfolio-breadcrumb {
    background: #e9ecef;
    width: 100%;
}
.f1-portfolio {
    background: #e9ecef;
}
.content-portfolio h2 {
    font-size: 30px;
    line-height: 68px;
    color: #000;
    padding-top: 19px;
}
.portfolio-breadcrumb ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
}
.portfolio-breadcrumb ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}
.portfolio-breadcrumb ul.breadcrumb li + li:before {
    padding: 8px;
    color: #000;
    content: "/\00a0";
}
.portfolio-breadcrumb ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .portfolio-col.portfolio-col-50 {
        width: 100%;
    }
}
section.about-rate-section {
    padding: 70px 0;
    border-bottom: 2px solid;
}
.our-mission-card {
    width: 92%;
    margin-bottom: 15px;
}
.our-mission-card.om-middle {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dotted;
    border-bottom: 1px dotted;
}
.about-why-content .about-title-h2 {
    margin-bottom: 17px;
}
section.happy-section {
    padding: 65px 0;
    background-image: url(../image/staffing/level-conversion.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}
.happy-section-container {
    width: 80%;
    margin: auto;
    position: relative;
    z-index: 1;
}
.certification-section::before,
section.happy-section::before {
    position: absolute;
    content: "";
    top: -2px;
    left: 0;
    z-index: 0;
    height: 53%;
    width: 100%;
    background: #111517;
    background: linear-gradient(180deg, #111517 0, rgb(17 21 23 / 65%) 35%, rgba(0, 212, 255, 0) 100%);
}
.certification-section::after,
section.happy-section::after {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    z-index: 0;
    height: 57%;
    width: 100%;
    background: #101f42;
    background: linear-gradient(0deg, #101f42 0, rgb(16 31 66 / 80%) 35%, rgba(0, 212, 255, 0) 100%);
}
.about-team-section {
    background-color: #101f42;
    padding: 65px 0;
}
.team-top-row {
    display: flex;
    justify-content: center;
    gap: 85px;
    margin-bottom: 50px;
}
.teams-row {
    display: flex;
    gap: 100px;
    flex-wrap: wrap;
    justify-content: center;
}
.team-image {
    background: #fff;
    height: 180px;
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #e6a72e;
    border-radius: 15px;
    cursor: pointer;
}
.c-link,
.certi-image img,
.team-image:hover {
    border-radius: 50%;
}
.team-image img {
    position: relative;
    width: 150px;
}
p.team-name {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 10px;
}
p.position {
    color: #bbbdbc;
    font-weight: 500;
    font-size: 16px;
}
.c-link {
    display: inline-block;
    height: 37px;
    width: 37px;
    background: #e6a72e;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    transition: 0.3s;
    margin-top: 10px;
}
.c-link:hover {
    background: #2196f3;
}
.team-heading {
    font-size: 30px;
}
.team-heading-white {
    color: #fff;
    margin-top: 60px;
}
.team-heading-white span {
    display: block;
    line-height: 53px;
    font-family: Oswald;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 4px;
}
.about-team-section .scrn-container {
    width: 77%;
}
.contact-content-section {
    padding: 100px 0;
    text-align: center;
}
.contact-content-section p {
    margin: 50px 0;
}
.certification-section {
    padding: 200px 0 80px;
    background-image: url(../image/staffing/level-conversion.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
.certification-row {
    display: flex;
    gap: 30px;
    align-items: center;
    position: relative;
    z-index: 1;
}
.certi-image img {
    height: 190px;
    box-shadow: 0 0 10px 5px #2da3e5;
    padding: 8px;
    margin: 0;
}
.partner-box {
    padding: 65px 0;
    background: #011422;
}
.partner-title {
    text-transform: uppercase;
    font-size: 60px;
    line-height: 70px;
    font-weight: 600;
    letter-spacing: 3.5px;
}
ul.client-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 65px;
}
li.logo-box {
    flex-basis: 25%;
    text-align: center;
    height: 220px;
}
.client-list li a {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.client-list .brand-box {
    height: 150px;
    width: 150px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dt-block::after,
.dt-block::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 50%;
    transition: 0.3s ease-in;
}
.client-list li:nth-child(4n) a {
    border-right: none;
}
.pointer-large {
    text-decoration: none;
    text-transform: uppercase;
}
.dt-block {
    display: grid !important;
    padding: 67px 50px;
    gap: 8px;
    font-size: 20px;
    font-weight: 800;
    color: #eca927;
    position: relative;
}
.partner-box .scrn-container {
    max-width: 1025px;
}
.dt-block::after {
    top: 15px;
    left: 15px;
    border-top: 1px solid #004aad;
    border-left: 1px solid #004aad;
}
.dt-block::before {
    bottom: 15px;
    right: 15px;
    border-right: 1px solid #004aad;
    border-bottom: 1px solid #004aad;
}
.dt-block:hover::before {
    width: 88%;
    height: 86%;
}
.dt-block:hover::after {
    width: 87.5%;
    height: 86%;
}
.pagination-box ul {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}
.pagination-box .current,
.pagination-box ul li a,
span.current.prev {
    display: inline-block;
    height: 45px;
    width: 45px;
    border: 1px solid #fff;
    text-decoration: none;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    color: #fff !important;
    position: 0 !important;
}
.page-link.next,
span.current.next {
    padding: 0 !important;
}
.active .current {
    background: #eca927;
    border-color: #eca927 !important;
}
.inc-card,
.rc-card {
    border-bottom: 1px dotted #fff;
}
.crd-s-4,
.devops-section-2,
.s-1 {
    border-top: 1px solid #fff;
}
.client-list .brand-box .sullo {
    height: 67% !important;
    width: auto !important;
}
.inc-row {
    display: flex;
    gap: 30px;
}
.inc-ul-box ul {
    gap: 6px;
}
.inc-ul-box li {
    font-size: 16px !important;
    padding-left: 24px !important;
    text-transform: uppercase;
}
.inc-ul-box li::after {
    width: 15px !important;
    height: 5px !important;
}
.inc-heading {
    font-size: 30px;
    font-family: Oswald;
    line-height: 1;
    font-weight: 500;
}
.inc-card {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.inc-card:last-child {
    border: 0;
    padding: 0;
}
.inc-content p {
    margin-bottom: 10px;
}
.inc-top-headign-box h2 {
    line-height: initial;
    margin-bottom: 45px;
}
.career-form-box {
    padding: 30px;
    background: #1274bd;
    border-radius: 30px;
}
.cc-content-card-heading h2 {
    margin-bottom: 0;
}
.cc-content-card-heading .tag-line {
    text-align: center;
    width: 65%;
    margin: auto;
    line-height: 25px;
    color: #fff;
}
.cc-content-card-heading {
    margin: 40px 0;
}
section.s-4 {
    padding: 35px 0 31px;
}
.sales-card {
    padding: 20px;
    background: #000;
    position: relative;
    margin-top: 50px;
}
.number {
    position: absolute;
    top: -24px;
    height: 60px;
    width: 60px;
    background: #433c3c;
    text-align: center;
    font-size: 33px;
    line-height: 59px;
    font-family: Oswald;
    font-weight: bolder;
    color: #fff;
    border-radius: 50%;
}
.sale-ul-title,
.sales-title h5 {
    font-size: 25px;
    line-height: initial;
}
.sales-title h5 {
    color: #fff;
    margin: 22px 0 7px;
}
.sale-ul-title {
    margin-bottom: 28px;
    text-transform: uppercase;
}
.sale-rc-boc {
    padding: 45px 35px;
    background: #222638;
    margin-top: 58px;
}
.sale-rc-boc h5 {
    color: #edb32f;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 30px;
}
.rc-card {
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.rc-card h6 {
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 7px;
    letter-spacing: 1px;
}
.saletop-heading {
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 17px;
}
.Salesforce-title {
    margin-bottom: 65px !important;
    line-height: initial;
}
.cm-heading {
    text-align: left;
    margin-bottom: 7px !important;
}
.cm-t-section {
    padding-top: 65px;
}
.texhnology-heading.cmm-heading {
    max-width: 100%;
    text-align: left;
}
.cloud-who-list li {
    width: 30% !important;
}
.cloud-who-list li .seo-card-box {
    text-align: left;
    padding: 20px;
    border: 4px solid #fff;
    min-height: 350px;
    background: #fff;
    border-radius: 0;
}
.cloud-who-list {
    gap: 30px !important;
}
.cloud-who-list li .seo-card-box h3 {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 9px;
    font-family: Oswald;
}
.cs-3 {
    padding: 19px 0 45px;
}
.deveops-why-content {
    margin-top: 0;
}
.devops-section-2 {
    border-bottom: 1px solid #fff;
}
.web-60 .sale-rc-boc {
    background: 0 0;
    padding: 0;
}
.web-60 .sale-rc-boc h5 {
    font-size: 35px;
    color: #0f6ebb;
    line-height: 1;
}
.mtn {
    margin-bottom: 0 !important;
}
.wer-box-1 {
    position: sticky;
    top: 20%;
}
.cms-card {
    min-height: 236px !important;
}
.cms-row {
    display: flex;
    gap: 46px;
}
.cms-in-section {
    padding: 76px 0 81px;
    border-bottom: 1px solid #fff;
}
.crd-s-4 {
    padding-bottom: 83px !important;
}
.industries {
    padding: 40px 0 70px !important;
}
.crd-box {
    text-align: center;
    width: 90%;
    margin: auto auto 50px;
}
.crd-heading {
    font-size: 35px;
}
.crd-tag-line {
    text-align: left !important;
    margin-left: 0 !important;
    width: 80% !important;
}
.btn-center {
    text-align: center;
    margin-top: 50px !important;
}
.mtb {
    padding-bottom: 50px;
}
.bg-l-gray {
    background: #f1eff0;
}
.reputation-head {
    margin-top: 22px;
}
ul.ullisting {
    padding-left: 33px;
    margin-top: 10px;
}
ul.ullisting li {
    font-size: 16px;
    color: #bcbdb8 !important;
    line-height: 32px;
    list-style: disc;
    margin-left: 10px;
}
::marker {
    color: #fff;
}
.footer-row.cmmi-row img {
    width: 110px;
}
.inner-page-hero {
    height: 120vh !important;
}
.group-form select {
    background: #eca927 !important;
}
.content-portfolio p,
select#select-state option {
    color: #000 !important;
}
header {
    background: #9d9d9d29;
    border-bottom: 1px solid #ccc;
}
