@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@font-face {
    font-family: 'D-DIN';
    src: url('../fonts/D-DIN.woff2') format('woff2'), url('../fonts/D-DIN.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'D-DIN Condensed';
    src: url('../fonts/D-DINCondensed-Bold.woff2') format('woff2'), url('../fonts/D-DINCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'D-DIN Exp';
    src: url('../fonts/D-DINExp-Bold.woff2') format('woff2'), url('../fonts/D-DINExp-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'D-DIN Exp';
    src: url('../fonts/D-DINExp.woff2') format('woff2'), url('../fonts/D-DINExp.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'D-DIN';
    src: url('../fonts/D-DIN-Italic.woff2') format('woff2'), url('../fonts/D-DIN-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'D-DIN Condensed';
    src: url('../fonts/D-DINCondensed.woff2') format('woff2'), url('../fonts/D-DINCondensed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'D-DIN';
    src: url('../fonts/D-DIN-Bold.woff2') format('woff2'), url('../fonts/D-DIN-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'D-DIN Exp';
    src: url('../fonts/D-DINExp-Italic.woff2') format('woff2'), url('../fonts/D-DINExp-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

body p {
    font-family: 'Open Sans';
}

.p0 {
    padding: 0px;
}

/*snap sec*/
body {
    overscroll-behavior: none;
}

:root {
    --text-color: #111;
    --bg-color: #b9b3a9;
}

body {
    transition: 0.3s ease-out;
    overflow-x: hidden;
    max-width: 100%;
    width: 100%;
    overscroll-behavior: none;
}

.cn {
    text-align: center;
}

.title_sec {
    color: #333c39;
    font-size: 38px;
    font-family: 'D-DIN';
    font-weight: bold;
    margin: 0 0 15px;
}

.title_sec span {
    color: #333c39;
    font-size: 24px;
    margin-bottom: 20px;
    display: table;
    font-weight: 400;
}

.para_sec {
    color: #5e5e5e;
}

/*section:not(#sectionPin) {
min-height: 100vh;
width: 100%;
position: relative;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
margin: auto;
place-items: center;
}*/
* {
    box-sizing: border-box;
}

#sectionPin img {

    /*height: 80vh; */
    width: auto;
    /*object-fit: cover; */
}

#sectionPin {
    height: 100vh;
    /*overflow: hidden;*/
    display: flex;
    left: 0;
    /* background: var(--text-color); */

    /* color: var(--bg-color); */
}

.pin-wrap {
    height: 100vh;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 10vw 0;
}

.pin-wrap>* {
    min-width: inherit;
    padding: 0 0vw;
}

/*.dg_world_icon img {height: auto !important;}
.dg_world_logos img {height: auto !important;}*/

/*snap sec*/

/*Site Navigation*/
.head_top {
    padding: 0px 0 5px;
    /* position: fixed; */
    width: 100%;
}

.nav-but-wrap {
    position: relative;
    display: inline-block;
    float: left;
    /* padding-left: 15px; */

    /* padding-top: 15px; */

    /* margin-top: 16px; */
    transition: all .3s ease-out
}

.menu-icon {
    height: 50px;
    width: 50px;
    position: fixed;
    z-index: 2;
    cursor: pointer;
    display: grid;
    z-index: 9999;
    top: 0;
    left: 0px;
    background-color: #0a1857;
    padding: 0 8px;
    align-content: center;
    margin: auto;
}

.menu-icon__line {
    height: 2px;
    width: 30px;
    display: block;
    background-color: #fff;
    margin-bottom: 7px;
    cursor: pointer;
    -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
    transition: background-color .5s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, background-color .5s ease;
    transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}

.menu-icon__line-left {
    width: 30px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.menu-icon__line-right {
    width: 30px;
    /* float: right; */
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    color: #fff;
    right: 0;
    position: relative;
    font-size: 20px;
    font-weight: 700
}

.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
    width: 30px;
    /* margin: auto; */
}

span.menu_mm {
    color: #11ef93;
    right: 30px;
    position: relative;
    font-size: 20px;
    font-weight: 700
}

.nav-fix-st {
    position: fixed;
    z-index: 999;
    left: 0;
}

.nav:after,
.nav:before {
    content: "";
    position: fixed;
    top: 100px;
    left: 0;
    width: 0;
    height: 0;
    background-color: rgba(20, 21, 26, .6);
    border-bottom-right-radius: 200%;
    z-index: -1;
    transition: border-radius linear .8s, width cubic-bezier(.77, 0, .175, 1) .6s, height cubic-bezier(.77, 0, .175, 1) .6s
}

/*.nav:after {
background-color: #09090c;
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat.svg);
background-position: bottom center;
background-repeat: no-repeat;
background-size: 300%;
-webkit-transition-delay: 0s;
transition-delay: 0s;
box-shadow: 6px 7px 28px 0 rgba(16, 16, 16, .3);
top: 0;
}
.na*/
v:before {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.nav__content {
    position: relative;
    visibility: hidden;
    top: 260px;
    left: 0;
    width: 0;
    text-align: left;
    z-index: 9;
}

.nav__list {

    /* position: relative; */
    padding: 0;
    margin: 0;
    z-index: 99;
}

.nav__list-item {
    position: relative;
    display: block;
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
    opacity: 0;
    text-align: left;
    color: #fff;
    overflow: hidden;
    font-family: Poppins, sans-serif;
    /* font-size: 22px; */
    line-height: 1.2;
    letter-spacing: 2px;
    -webkit-transform: translate(30px, 0);
    transform: translate(30px, 0);
    -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, transform .2s ease;
    transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease;
    margin-top: 0;
    margin-bottom: 0
}

.nav__list-item a {
    position: relative;
    text-decoration: none;
    color: rgba(255, 255, 255, .6);
    overflow: hidden;
    cursor: pointer;
    font-family: Poppins, sans-serif;
    /* font-weight: 600; */
    z-index: 2;
    /* padding-left: 40px; */
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.nav__list-item a:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 5px;
    height: 0;
    opacity: 0;
    background-color: #12ff9d;
    z-index: 1;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.nav__list-item a:hover:after {
    height: 100%;
    opacity: 1;
    top: 0
}

.nav__list-item a:hover {
    color: #fff
}

.nav__list-item.active-nav a {
    color: #fff
}

.nav__list-item.active-nav a:after {
    height: 100%;
    opacity: 1;
    top: 0
}

body.nav-active .nav__content {
    visibility: visible;
    width: 260px;
}

body.nav-active .menu-icon__line {
    background-color: #fff;
    -webkit-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0px, 1px) rotate(-45deg);
    width: 30px
}

body.nav-active .menu-icon__line-left {
    width: 30px;
    -webkit-transform: translate(2px, 4px) rotate(45deg);
    transform: translate(2px, 4px) rotate(45deg);
    transform: translate(0px, 10px) rotate(45deg);
}

body.nav-active .menu-icon__line-right {
    width: 0;
    float: right;
    -webkit-transform: translate(-3px, -3.5px) rotate(45deg);
    transform: translate(-3px, -3.5px) rotate(45deg)
}

body.nav-active .menu-icon:hover .menu-icon__line-left {
    width: 30px;
}

body.nav-active .menu-icon:hover .menu-icon__line-right {
    width: 0px;
}

/*body.nav-active .nav:after,
body.nav-active .nav:before {
width: 100%;
height: 100%;
border-radius: 0;
left: 0;
top: 0;
}
body.nav-active .nav:after {
-webkit-transition-delay: .1s;
transition-delay: .1s
}
body.nav-active .nav:before {
-webkit-transition-delay: 0s;
transition-delay: 0s
}*/
body.nav-active .nav__list-item {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease
}

body.nav-active .nav__list-item:nth-child(0) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
}

body.nav-active .nav__list-item:nth-child(1) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s
}

body.nav-active .nav__list-item:nth-child(2) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
}

body.nav-active .nav__list-item:nth-child(3) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

body.nav-active .nav__list-item:nth-child(4) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s
}

body.nav-active .nav__list-item:nth-child(5) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
}

body.nav-active .nav__list-item:nth-child(6) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s
}

body.nav-active .nav__list-item:nth-child(7) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s
}

body.nav-active .nav__list-item:nth-child(8) {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s
}

body.nav-active .nav__list-item:nth-child(9) {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s
}

body.nav-active .nav__list-item:nth-child(10) {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s
}

body.nav-active .nav__list-item:nth-child(11) {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s
}

span.menu-icon__line.menu-icon__line-right {
    margin: 0;
}

/*Site Navigation*/
.head_top .navbar-header {
    position: absolute;
    left: 60px;
    top: 5px;
}

ul.nav_bar_right {
    display: flex;
    column-gap: 30px;
    padding: 0;
    margin: 5px 0 0;
}

ul.nav_bar_right li {
    list-style: none;
    padding: 0;
}

ul.nav_bar_right li .quick-menu {
    padding: 0px 0px 0;
    /*background-color: #fff;*/
    /* font-family: 'Open Sans', sans-serif; */
    color: #333c39;
    font-weight: 600;
    font-size: 14px;
    transition-duration: .5s;
}

ul.nav_bar_right li .quick-menu:hover {
    text-decoration: none;
    color: #0a1857;
}

/*Hreo banner*/
.hero_banner.banner {
    height: 100vh;
    align-content: center;
    display: flex;
    background: #f2f2f2;
    background-repeat: no-repeat;
    background-position: right top;
    overflow: hidden;
}

.hero_banner_text {
    color: #fff;
}

.hero_banner_text span {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 400;
}

.hero_banner_text strong {
    position: relative;
    width: 100vh;
    margin-top: 33px;
    margin-bottom: 40px;
    color: #0a1857;
    font-size: 6.21vw;
    line-height: 1.2;
    letter-spacing: 1px;
    display: table;
    width: 100%;
    z-index: 99999999;
    /* mix-blend-mode: exclusion; */
    font-family: 'D-DIN Exp';
    font-weight: 700;
}

.hero_banner_text p.para {
    color: #fff;
}

.banner_btns {
    margin: 40px 0 0;
}

a.btn_tr {
    display: table;
    /* width: 152px; */
    padding-left: 45px;
    background-color: #21d58e;
    background-image: url(../images/chat-arrow.png);
    background-position: 10% 50%;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
    color: #fff;
    font-weight: 600;
    text-align: left;
    text-transform: uppercase;
    padding: 15px 20px 15px 60px;
    border-radius: 5px;
}

a.btn_tr:hover {

    /* left: 10px; */

    /* position: relative; */
    text-decoration: none;
}

.hero_banner_text strong i {
    font-style: initial;
    /* color: #fff; */
    position: relative;
    left: -4px;
    top: -10px;
    margin: 0 20px 0 0px;
}

.hero_banner_text strong b {
    color: #fff;
    z-index: 9999999;
}

.hero_banner_text {
    align-items: center;
    display: grid;
    height: 100vh;
    align-content: center;
    /* overflow: visible; */
place-items: center;
  text-align: center;
}

.hero_banner_text h1 {
    width: 210%;
    /* mix-blend-mode: luminosity; */
}

.hero {
    height: 100vh;
    background-color: #00082a;
    width: 100%;
    right: -15px;
    position: relative;
    overflow: hidden;
}

#particles-js,
#parallax,
.layer,
.some-space,
.some-more-space {
    height: 100vh;
    position: absolute;
    width: 100%;
    /* background-color: #fff; */
}

#particles-js {
    opacity: 0.6;
}

.some-space {
    animation: rotate 18s 0.5s infinite linear reverse;
}

.some-more-space {
    -webkit-animation: rotate 15s 0.1s infinite linear;
    animation: rotate 15s 0.1s infinite linear;
}

@-webkit-keyframes rotate {
    0% {
        transform: rotateZ(0deg) translate3d(0, 1.5%, 0) rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg) translate3d(0, 1.5%, 0) rotateZ(-360deg);
    }

}

@keyframes rotate {
    0% {
        transform: rotateZ(0deg) translate3d(0, 1.5%, 0) rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg) translate3d(0, 1.5%, 0) rotateZ(-360deg);
    }

}

/*Hreo banner*/

/*dg_world_sec*/
.dg_world_sec {
    height: 100vh !important;
    align-content: center;
    display: grid;
    background: #fff url(../images/digital-world-img.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    /*overflow: hidden;*/
    background-size: contain;
}

.dg_world_sec .hero_banner_text span {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 400;
}

.dg_world_sec .hero_banner_text strong {
    position: static;
    width: 100vh;
    margin-top: 33px;
    margin-bottom: 40px;
    color: #fff;
    font-size: 5vw;
    line-height: 1.2;
    letter-spacing: 1px;
    display: table;
}

.dg_world_sec h2 span,
.dg_world_sec h2 strong,
.dg_world_sec p {
    color: #fff;
}

.dg_world_logos {
    margin: 50px 0 0;
}

section.dg_world_sec a.btn_tr {
    color: #000;
    /* filter: brightness(100); */
    background-image: url(../images/chat-arrow-blk.png);
    background-color: #fff;
}

section.dg_world_sec .banner_btns {
    margin: 50px 0 0;
}

.green_box {

    /* background-color: #9be3bf; */
}

.gray_box {

    /* background-color: #333f48; */
}

.dg_world_box {
    padding: 30px 30px 30px;
    align-items: center;
    display: grid;
    height: 650px;
    background-color: #f2f2f2;
    box-shadow: 0px 0 0px 0px #363535;
}

.dg_world_box:hover {
    background-color: #21d58e;
}

.dg_world_sec .row {
    display: flex;
    align-items: center;
}

.dg_world_right .row {
    flex-wrap: initial;
    width: 130%;
    position: relative;
    left: 0;
    column-gap: 30px;
}

/*dg_world_sec*/
.dg_world_sec p {
    font-size: 17px;
    color: #fff !important;
    /* color: #000 !important; */
}

.dg_world_box.green_box {}

.dg_world_box h3 {
    margin: 0 0 -100px;
    font-family: 'D-DIN Exp';
    font-size: 30px;
    font-weight: 700;
    color: #333c39;
}

.dg_world_box:hover h3,
.dg_world_box:hover p {
    color: #fff !important;
}

.dg_world_box:hover img {
    filter: brightness(100) !important;
}

.green_box h3,
.green_box p,
.gray_box h3,
.gray_box p,
.blk_box h3,
.blk_box p {
    color: #333 !important;
}

.gray_box .dg_world_icon img {
    filter: brightness(100);
}

.gray_box h3,
.gray_box p {

    /* color: #fff; */
}

.our_journey_box {
    text-align: center;
}
.our_journey_box h2 {
    font-family: 'D-DIN Exp';
    font-weight: 700;
    font-size: 55px;
    color: #333c39;
}

.our_journey_box h2 span {
    font-family: 'Open Sans';
    display: table;
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 20px;
}

section.our_journey_sec {
    padding: 50px 0 0px;
    display: flex;
    align-items: center;
}

section.our_journey_sec .row {
    align-items: center;
    margin-bottom: 40px;
}

.our_journey_box p {
    font-size: 17px;
    color: #5e5e5e;
}

.hero_banner_text p {
    font-size: 17px;
    color: #5e5e5e;
}

/**/
.has-scroll-smooth body {
    overflow: visible;
}

.has-scroll-smooth body {
    overflow-x: hidden !important;
}

.service_box1:hover {
    background-image: url(../images/journey-box-img1.jpg);
    background-size: cover;
}

.service_box2:hover {
    background-image: url(../images/journey-box-img2.jpg);
    background-size: cover;
}

.service_box:hover img {
    filter: brightness(100);
}

.service_box3:hover {
    background-image: url(../images/journey-box-img3.jpg);
    background-size: cover;
}

.service_box4:hover {
    background-image: url(../images/journey-box-img4.jpg);
    background-size: cover;
}

.service_box1 {
    background-image: url(../images/journey-box-img1-1.jpg);
    background-size: cover;
}

.service_box2 {
    background-image: url(../images/journey-box-img2-2.jpg);
    background-size: cover;
}

.service_box3 {
    background-image: url(../images/journey-box-img3-3.jpg);
    background-size: cover;
}

.service_box4 {
    background-image: url(../images/journey-box-img4-4.jpg);
    background-size: cover;
}

.service_box {
    height: 360px;
    align-content: center;
    display: grid;
    padding: 0 30px 0;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.service_box:before {
    content: ""
}

.service_box span {
    font-size: 40px;
    font-family: 'D-DIN Exp';
    font-weight: 700;
    color: #eeeeee;
    margin: 0 0 30px;
}

.service_box h2 {
    font-size: 30px;
    font-family: 'D-DIN Exp';
    font-weight: 700;
    color: #333c39;
    margin: 0 0 13px;
}

.service_box p {
    font-size: 14px;
    /*display: none;*/
    color: #5e5e5e;
}

.service_box1:hover h2,
.service_box2:hover h2,
.service_box3:hover h2,
.service_box4:hover h2 {
    color: #fff;
}

.service_box1:hover a.btn_tr,
.service_box2:hover a.btn_tr,
.service_box3:hover a.btn_tr,
.service_box4:hover a.btn_tr {

    /* filter: brightness(100); */

    /* color: #000; */
}

.service_box1:hover p,
.service_box2:hover p,
.service_box3:hover p,
.service_box4:hover p {
    display: block !important;
    color: #fff;
}

.marquee_sec marquee {

    /* display: flex; */

    /* justify-content: center; */

    /* column-gap: 70px; */
    padding: 0 0 300px;
    overflow: auto;
}

.our_journey_box_marquee {
    display: inline-block;
    margin: 0 50px 0;
    text-align: center;
}

.marquee_sec {
    background-image: url(../images/marquee-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 149px 0;
    background-color: #272727;
}

.marquee_sec .our_journey_box h2 span {
    color: #fff;
}

section.marquee_sec .our_journey_box h2 {
    color: #fff;
}

section.marquee_sec .our_journey_box p {
    color: #fff;
}

.our_journey_box_marquee h2,
.our_journey_box_marquee p {
    color: #fff;
}

section.our_journey_sec .row_2 {
    margin-bottom: 0 !important;
}

.our_journey_box_marquee h2 {
    font-size: 101px;
    font-weight: 400;
    font-family: 'Open Sans';
}

/**/
.c-hero::before {
    position: absolute;
    top: 0;
    right: calc(100% + 1px);
    z-index: 1;
    width: calc(50vw - 200px);
    min-width: 520px;
    height: 100%;
    content: "";
    background: #113472;
    transition: transform .4s ease-out .4s;
}

.c-hero_video {
    position: absolute;
    top: 0;
    left: calc(50% - 40vw);
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    transition: max-height .4s ease-in-out .2s;
    opacity: 0.4;
}

.solution-banner .banner-img-solutions {
    position: absolute;
    right: 0;
    top: 0;
}

.solution-banner-head p {
    color: #5e5e5e;
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 25px;
    padding: 20px 0 10px 0;
    /* font-size: 1vw; */
}

.solution-banner-head h1 {
    font-family: 'D-DIN';
    font-weight: bold;
    color: #0a1857;
    font-size: 66px;
    /* line-height: 76px; */
    font-size: 3.5vw;
}

.solution-banner {
    background: #f2f2f2 url(../images/solution-banner.png);
    position: relative;
    padding: 0px 0 0px 0px;
    height: 87.3vh;
    align-items: center;
    display: flex;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

.our-solution-main-img {
    background: url('../images/our-solution-bag.png');
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 1504px; */
    padding: 170px 90px 210px;
    background-position: right center;
}

.our-solution-head span {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Open Sans';
}

.our-solution-head h2 {
    font-size: 82px;
    color: #fff;
    /* line-height: 96px; */
    font-weight: bold;
    padding: 40px 0px;
    font-size: 4.3vw;
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    margin: 0;
    font-family: 'D-DIN Exp';
}

p {
    font-family: 'Open Sans' !important;
    margin: 0;
    padding: 0;
}

.our-solution-head p {
    color: #fff;
    font-size: 17px;
    line-height: 26px;
}

.our-solution-main {
    padding: 50px 50px 0;
}

section.our-solution-sec a.btn_tr {
    filter: brightness(30);
    font-weight: bold;
    font-family: 'Open Sans';
}

/*.digital-soluitons {
padding: 200px 0 0 0;
}*/
.digital-solution-img-1 {
    position: relative;
}

.digital-solution-img-1::before {
    position: absolute;
    content: "";
    background: url('../images/bg-img-inner-box-1.png');
    width: 853px;
    height: 624px;
    z-index: -1;
    left: 0;
    background-position: left;
    top: -90px;
    width: 100%;
    background-repeat: no-repeat;
    height: 100%;
}

.digital-solution-img-2 {
    position: relative;
    text-align: right;
    padding: 0 0 0 275px;
    padding: 0 0 0 14.1vw;
}

.digital-solutin-box-2::before {
    position: absolute;
    content: "";
    background: url('../images/digital-solution-img-3.png');
    width: 845px;
    height: 524px;
    right: 0;
    top: -100px;
    width: 44vw;
    background-repeat: no-repeat;
    height: 66vh;
}

.digital-solution-img-1 {
    margin: 8px 0;
    text-align: center;
    /* padding: 0 0 0 70px; */
}

.digital-solutin-box-2 {
    position: relative;
    /* margin: 160px 0 0 0; */
}

.digital-solutin-box-2 .row {
    margin: 0;
}

.digital-soluitons .container-fluid {
    padding: 0;
}

.digital-solutin-box-2 .row {
    justify-content: center;
    align-items: inherit !important;
}

.stick.process-stick {
    position: sticky;
    align-self: flex-start;
    top: 50px;
    /* overflow-y: auto; */
    margin-bottom: 50px;
}

.process-bx-1 {
    background: #cef0ff;
}

.process-box {

    /* background: rebeccapurple; */
    text-align: center;
    margin: 0 auto;
    display: table;
    padding: 20px 20px;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 450px;
    align-content: center;
}

.process-bx-2 {

    /* background: #fc7f54; */
}

.process-bx-3 {

    /* background: #31e2cd; */
}

.case-studies {
    background: #f2f2f2;
    padding: 60px 0px;
}

.case-studies .our-solution-head h2 {
    color: #0a1857;
    font-size: 5.5vw;
    padding: 20px 0px;
}

.case-studies .our-solution-head p {
    color: #000;
}

.our-solution-head span {
    color: #0000;
}

.case-studies .our-solution-head span {
    color: #000;
}

.case-studies {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.process-sec .process-txt-lft {
    text-align: left;
    position: relative;
    position: sticky;
    align-self: flex-start;
    top: 50px;
    overflow-y: auto;
    overflow-x: hidden;
}

.case-studies .banner_btns {
    display: flex;
    align-items: center;
    column-gap: 40px;
}

.brands-sec h3 {
    text-align: center;
    color: #333c39;
    font-size: 53px;
    font-weight: bold;
}

.brands-sec {
    padding: 70px 0px;
}

.brands-sec p {
    text-align: center;
    font-size: 17px;
    line-height: 26px;
    padding: 20px 0px 40px;
    color: #5e5e5e;
}

.brands-sec img {
    display: table;
    margin: auto;
}

.stay-in-touch-sec {
    background: url('../images/stay-touch-bag.png');
    background-size: cover;
    background-repeat: no-repeat;
    /* padding: 70px 0px 80px 0; */
    position: relative;
    margin: 0;
}

.stay-touch-head input {
    width: 100%;
}

.stay-touch-form input {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #c9c8c8;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    outline: none;
}

.stay-touch-form textarea {
    width: 100%;
    background: none;
    border: none;
    border-bottom: 1px solid #c9c8c8;
    padding: 0 0 60px 0;
    margin: 0 0 20px 0;
    resize: none;
    outline: none;
}

.stay-touch-form {
    background: #f2f2f2;
    padding: 70px 50px;
    position: absolute;
    bottom: 70px;
}

.stay-touch-form h3 {
    color: #333c39;
    font-size: 51px;
    font-weight: bold;
    padding: 0 0 40px 0;
}

.stay-touch-form button {
    border: none;
    background: #000;
    padding: 10px 47px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
}

.stay-touch-head h3 {
    color: #fff;
    font-size: 43px;
    font-weight: bold;
}

section.stay-in-touch-sec .btn_tr {
    margin: 30px 0 0px 0;
    display: inline-block;
    /* filter: brightness(100); */
}

.address-list li span {
    font-size: 19px;
    color: #fff;
    font-family: 'D-DIN Exp';
    display: block;
    padding: 20px 0 5px 0;
}

.address-list li p {
    color: #fff;
    font-size: 15px;
    padding: 0 0 15px 0;
}

.address-list li a {
    color: #fff;
    font-size: 15px;
}

.address-list li:nth-child(1) span {
    padding: 0;
}

.address-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.stay-in-touch-sec .stay-touch-head {
    padding: 0 0 0 80px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a:hover {
    text-decoration: none;
}

section.footer-sec h4 {
    color: #000;
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.footer-links li a {
    color: #333333;
    font-size: 15px;
}

.footer-links li {
    padding: 0 0 5px 0;
}

.footer-sec {
    padding: 70px 0px;
}

.footer-sec .row {
    justify-content: center;
}

.searchbar input {
    width: 100%;
    height: 60px;
    padding: 0 10px 0 20px;
    outline: none;
    border: 1px solid #dddddd;
    border-radius: 6px;
}

.searchbar i {
    position: absolute;
    right: 20px;
    font-size: 50px;
    color: #505053;
    border-left: 1px solid #dddddd;
    padding: 7px 20px 0 20px;
    height: 59px;
}

.social-icons {
    display: flex;
    align-items: center;
    margin: 30px 0 0 0 !important;
    column-gap: 15px;
}

.social-icons li a {
    background: #000;
    /* padding: 10px 17px; */
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    height: 50px;
    display: grid;
    width: 50px;
    text-align: center;
    align-items: center;
}

.searchbar input::placeholder {
    text-transform: uppercase;
    color: #000;
    letter-spacing: 3px;
}

/*YAHYA-CSS*/
.dev-ops-our-service {
    padding: 100px 0 0;
}

.dev-ops-our-service-contetn {
    width: 100%;
    padding: 0 4em;
}

.dev-ops-our-service-contetn h4 {
    color: #333c39;
    font-size: 24px;
    margin-bottom: 20px;
}

.dev-ops-our-service-contetn h3 {
    color: #333c39;
    font-size: 38px;
    font-family: 'D-DIN';
    font-weight: bold;
    margin: 0 0 18px 0;
}

.dev-ops-our-service-items {
    padding: 3em 0em 0 4em;
}

.dev_item {
    width: 100%;
    height: 520px;
    position: relative;
    height: 58vh;
}

.dev_item_xbg_one {
    background: url("../images/dev_ops_img_item_1.jpg");
    background-size: cover;
    background-position: center;
}

.dev_item_inner_content {
    position: absolute;
    width: 100%;
    text-align: left;
    bottom: 20px;
    padding: 0 30px;
}

.dev_item_inner_content h5 {
    color: #ffffff;
    font-size: 34px;
    font-family: 'D-DIN';
    font-weight: bold;
}

.dev_item_inner_content ul {
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: center; */
}

.dev_item_inner_content ul li {
    color: #ffffff;
    margin: 1rem 0.5rem 0 0;
    padding: 4px 15px;
}

.dev_item_xbg_one .active {
    background-color: #1a75bb;
}

.dev-ops-our-service-items .row {
    flex-wrap: initial;
    width: 93%;
    position: relative;
    left: 0;
    column-gap: 30px;
}

.dev_item_xbg_two {
    background: url("../images/dev_ops_img_item_2.jpg");
    background-size: cover;
    background-position: center;
}

.blk_box p {

    /* color: #000 !important; */
}

.blk_box {

    /* background-color: #f2f2f2; */
}

.partners h1 {
    text-align: center;
    font-family: 'D-DIN Exp';
    font-weight: 700;
    font-size: 55px;
    color: #333c39;
}

.partners h4 {
    text-align: center;
    font-family: 'Open Sans';
    display: table;
    font-size: 25px;
    font-weight: 500;
    margin: 0 auto 0px;
    color: #333c39;
}

.partners p {
    font-size: 17px;
    color: #5e5e5e;
    text-align: center;
    margin: 10px 0 0;
}

.partners {
    padding: 70px 0 70px;
}

.w-layout-grid.grid {

    /* display: flex; */
    column-count: 4;
    display: flow-root;
    justify-content: center;
    margin: 50px auto 0;
}

.div-block-4 {
    background-color: #f8f8f8;
    margin: 0 0 15px;
    height: 200px;
    align-items: center;
    display: grid;
}

.div-block-4 img {
    margin: auto;
    display: grid;
    align-items: center;
}

.hero_banner_text i span {
    position: absolute;
    left: 15px;
    right: 0;
    margin: auto;
    display: table;
    top: 0;
    bottom: 0;
    color: #fff;
    width: 2px;
}

.dg_world_box .dg_world_icon img {
    filter: brightness(0);
}

.hero_banner_text strong i img {
    width: 4.5%;
}

/*navigation*/
.navigation_main {
    width: 100%;
    /* z-index: 999999999999999; */
    top: 50px;
    position: fixed;
    /*background: #fff;*/
    left: 0;
    display: none;
}
.slick-dots li button::before, .slick-dots li button::before {    
    display: none;
}
.slick-dots li.slick-active button::before{
display: none;
}
.left_navigation {
    padding: 24px 0;
    background: #0a1857;
    right: 635px;
    position: relative;
    height: 100vh;
    z-index: 99999999999;
}

.left_navigation li {
    list-style: none;
}

.left_navigation li a {
    font-size: 1.8rem;
    line-height: initial;
    font-weight: 500;
    display: block;
    padding: 18px 22px 18px;
    color: #fff;
    font-family: 'D-DIN';
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* .left_navigation li a i {
    position: absolute;
    right: 37px;
    font-size: 2.625rem;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
} */

.left_navigation li a:hover {
    color: #00a9f4;
    text-decoration: none;
}

.left_navigation li a:hover i {
    color: #00a9f4;
}

.navigation_industries {
    background: #f0f0f0;
    height: 100vh;
    padding: 0 40px;
    display: none;
    width: 500px;
}

.navigation_industries h6 {
    font-size: 35px;
    font-family: 'D-DIN';
    border-bottom: 1px solid #b3b3b3;
    padding: 20px 0 20px 0;
}

.p-r {
    padding: 0px;
}

.p-l {
    padding: 0px;
}

.navigation_industries ul {
    padding: 20px 0 0 0;
}

.navigation_industries ul li {
    list-style: none;
}

.navigation_industries ul li a {
    color: #051c2c;
    font-size: 1.25rem;
    padding: 7px 0;
    display: inline-block;
}
/* .navigation_industries ul .dropdown_btn:focus{
    box-shadow: none;
}
.navigation_industries ul .dropdown_btn{
    text-align: start;
}
.navigation_industries .dropdown-menu{
    background: transparent;
    position: relative;
    border: 0;
    border-bottom: 2px solid #00000059;
    border-radius: 0;
} */

.navigation_industries ul li a:hover {
    text-decoration:
}
.navigation_industries ul li a {
    display: flex;
    align-items: center;
    padding: 7px 19px;
    border-radius: 11px;
  }
.navigation_main .container-fluid {
    display: block;
}

/* .digital-solution-img-1 img {
    width: 33.5vw;
} */
.solution-banner-head {
    /* text-align: center; */
    padding: 0 25px;
    margin: 35px 0 0 0;
  }
.digital-solution-img-2 img {
    width: 33.5vw;
}
section.devops-banner {
    
    /*background: #f2f2f2 url(../images/dev-ops-banner-img.png);*/
    padding: 0px 0 0px 0px;
    /* height: 87.3vh; */
    align-items: center;
    display: flex;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}
.dropdown-toggle::after {
    display: none !important;
}
.navigation_industries ul li i {
    transition: 0.5s;
}
/* .navigation_industries ul li .dropdown-menu .dropdown-item{
    color: #000 !important;
    padding: 1px 0px;
    text-align: start;
    text-transform: capitalize;
}
.navigation_industries ul li.dropdown.show{
    transition: 0.4s;
    background-color: #0a1857;
    transform: scale(1.1);
}
.navigation_industries ul li.dropdown.show a{
    color: #fff;
} */
/* .navigation_industries ul li{
    position: relative;
} */
/* .navigation_industries ul li .dropdown-menu{
    position: relative;
    margin: 0px 0 14px 0;
    padding: 9px 9px;
} */
/* .left_navigation li.dropdown{
    position: sticky;
} */
.left_navigation li ul li a {
    color: #000;
}
.left_navigation li ul{
    position: relative;
    height: 200px;
    overflow-x: scroll;
    margin: 0 0 20px 0;
}
  .left_navigation li ul li .dropdown a {
      background: #0a1857;
      position: relative;
    }
  .left_navigation li ul li .dropdown-menu{
    position: relative;
  }
  .left_navigation li ul li .dropdown-menu.show a {
      transition: 0.7s;
      color: #000 !important;
    }
    .left_navigation #mobile_parent_li{
        display: none;
    }
/* AHMED CSS */
/* Inner Page */
.optimization_sec .service_box {
    height: 479px;
    margin: 64px 0 20px 0;
    
}
.optimization_sec .service_box h2{
    font-size: 22px;
}
.optimization_sec .service-box1 {
    background: #ffd392;
}

.optimization_sec .service-box2 {
    background: #e5e1e1;
}

/* .optimization_sec{
    padding: 0 44px;
} */
.services_grid{
    margin: 20px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    justify-content: center;
  }
  .services_grid .service_box {
    width: 18%;
  }
.optimization_sec .service-box3 {
    background: #7dcfe7;
}

.optimization_sec .service-box4 {
    background: #beffc3;
}
.service-box1 h2 {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 14px 0;
}
.service-box2 h2 {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 14px 0;
}
.service-box3 h2 {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 14px 0;
}
.service-box4 h2 {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 14px 0;
}
.guarantees_box {
    background-color: #F4F7FA;
    padding: 23px 24px;
    border-radius: 10px;
    margin: 54px 0 0 0;
    min-height: 231px;
    max-height: 202px;
}
.guarantees_box h3 {
    font-size: 23px;
    font-weight: 600;
    margin: 10px 0;
}
.s7_how_work_sec {
    background: #f4f7fa;
}
.how_work_box {
    background-color: #fff;
    padding: 23px 24px;
    border-radius: 10px;
    min-height: 190px;
    margin: 54px 0 20px 0;
}
.how_work_box h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}
.s8_how-work_only.how_work_box {
    min-height: 266px;
}
.primary_btn{
    display: flex;
    justify-content: center;
    margin: 14px 0;
}
.defaulth1{
    color: #333c39;
  font-size: 53px;
  font-weight: bold;
}
.last_service_box {
    background-color: #fff;
    padding: 23px 24px;
    border-radius: 10px;
    margin: 54px 0 0 0;
    min-height: 290px;
    border: 1px solid #dededf;
}
.last_service_box h3 {
    font-size: 21px;
    font-weight: 600;
    margin: 10px 0;
}
.s10_service_only.last_service_box{
    min-height: 317px;
}

.s10_only_one.s9_service_box h3{
    font-size: 16px;
}
.s13only_one.s9_service_box{
    min-height: 370px;
}
.tools_usage {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}
.tools_usage li img{
    margin: auto;
}
.tools_usage li {
    width:11%;
    margin: 35px 0 0 0;
}
.s2_service_box {
    background-color: #fff;
    padding: 23px 24px;
    border-radius: 10px;
    margin: 54px 0 0 0;
    min-height: 290px;
    max-height: 300px;
    overflow: hidden;
    word-wrap: break-word;
    white-space:wrap;
    border: 1px solid #dededf;
}
.s2_service_box.s8_only_service {
    min-height: 233px;
}
.s2_service_box h3 {
    font-size: 23px;
    font-weight: 600;
    margin: 10px 0;
}
.s2_service_box p{
    font-size: 13px;
}
.s2_manage_box{
    margin: 64px 0 20px 0;
    padding: 30px 30px;
    border-radius: 10px;
    width: 24%;
}
.s2_manage_box p {
    min-height: 169px;
    margin: 14px 0;
  }
  .s4_tools_sec ul li{
    width: 8%;
  }
  .s4_service_sec .s2_manage_box {
    min-height: 415px;
  }
  .s5_service_sec .s2_manage_box {
    min-height: 302px;
  }
.s6_manage_box {
    padding: 30px 25px;
    min-height: 360px;
    margin: 60px 0 20px 0;
}
.onlys6_manage_box.s6_manage_box {
    min-height: 550px;
    max-height: 530px;
  }
.s6_manage_box h2{
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.s6_manage_box p{
    min-height: 315px;
}
.s7_how_work_sec .how_work_box{
    min-height: 208px;
}
.s8_tools_sec ul li {
    width: 15%;
}
.result_box_detl {
    padding: 0 15px;
    margin: 0 0 30px 0;
}
.benefit_box{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 28px 15px;
  border: 1px solid #0000001c;
  min-height: 320px;
}
.s8_sec {
    padding: 0 45px;
    background: #f4f7fa;
}
.s9_tools_sec ul li {
    width: 8%;
}
.s9_service_box {
    background-color: #fff;
    padding: 23px 24px;
    border-radius: 10px;
    margin: 54px 0 0 0;
    min-height: 267px;
    border: 1px solid #dededf;
  }

  .s11_serviceone_only.s9_service_box{
      margin: 54px 0 20px 0;
    }
  .s9_service_box h3 {
    font-size: 23px;
    font-weight: 600;
    margin: 10px 0;
}
.s9_manage_box {
    min-height: 454px;
    margin: 64px 0 20px 0;
    padding: 30px 30px;
    border-radius: 10px;
}
/* Inner Page */
/* DROPDOWN CSS */

.sub_menus ul li{
    position: relative;
}
.sub_menus ul li::before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: -20px;
    background: #333;
    bottom: 15px;
    border-radius: 0 10px 10px 0;
    transition: linear .5s;
}
/* DROPDOWN CSS */
#sub_menu_parent .navigation_industries {
    height: auto;
    border-radius: 4px;
    padding: 2px 21px 33px 68px;
  }
#Service_one_menu{
    transform: translateX(-300%);
}
#Service_two_menu{
    transform: translateX(-300%);
}
#Service_three_menu{
    transform: translateX(-300%);
}
#Service_four_menu{
    transform: translateX(-300%);
}
#Service_five_menu{
    transform: translateX(-300%);
}
#Service_six_menu{
    transform: translateX(-300%);
}
#Service_seven_menu{
    transform: translateX(-300%);
}
#Service_eight_menu{
    transform: translateX(-300%);
}
#Service_nine_menu{
    transform: translateX(-300%);
}
#Service_ten_menu{
    transform: translateX(-300%);
}
#Service_eleven_menu{
    transform: translateX(-300%);
}
#Service_twelve_menu{
    transform: translateX(-300%);
}
#Service_thirteen_menu{
    transform: translateX(-300%);
}
.clicked {
    transform: scale(1.1);
    background: #0a1857; 
    transition: 0.7s;
}
.clicked a{
    color: #fff !important;
}
.alter_box {
    color: #fff;
    text-align: center;
    border-right: 1px solid #525252;
    padding: 51px 36px;
    margin: 47px 0px;
}

.alter_box h3 {
    font-size: 20px;
    margin: 10px 0px;
}

.alter_box p {
    color: rgb(255 255 255 / 50%);
}

.alter_ul {
    border: none;
    justify-content: center;
    margin: 29px 0 0 0;
}

.alter_ul li a {
    color: #fff;
    opacity: 0.7;
    transition: 0.5s;
    border: 0 !important;
}

.alter_ul li .nav-link.active {
    opacity: 1;
    transform: translateY(-10px);
    background-color: transparent;
    color: #fff;
    border: 0;
    position: relative;
    border-bottom: 3px solid #fff !important;
    
}

.alter_ul li .nav-link:hover {
    border: 0;
    border-bottom: 3px solid #fff !important;
}

.sec_accordion button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    border: 0;
    background: transparent;
    text-align: start;
    border-bottom: 1px solid #00000047;
}

.sec_accordion button.collapsed i {
    transform: rotate(0);
}

.sec_accordion button i {
    transition: 0.7s;
    transform: rotate(135deg);
}

.sec_accordion {
    margin: 6px 0;
    border-radius: 6px;
}

.sec_accordion button i {
    border-radius: 50%;
    background: transparent;
    color: #000;
    padding: 8px 9px;
    border-radius: 21px;
}

.sec_accordion .s9num {
    background: transparent;
    border-radius: 50%;
    padding: 7px 6px;
}

.sec_accordion .card.card-body {
    opacity: 0.6;
    border: 0;
    background: transparent;
    /* border-top: 2px solid #000; */
    border-radius: 0;
}
.sec_testimonial{
    background: #272727;
    padding: 0 52px;
}
.sec_testimonial h2 , .sec_faq h2{
    color: #333c39;
    font-size: 53px;
    font-weight: bold;
}
.sec_testimonial .head_img {
    max-width: 110px;
}
.test_box {
    background-color: #f8f9fa!important;
    padding: 18px 14px;
    border-radius: 10px;
    margin: 44px 17px 20px 16px;
    min-height: 240px;
}
.test_box_top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 1px 0 15px 0;
}
.test_box_top img{
    max-width: 60px;
    border-radius: 50%;
}
.test_box_top p.name {
    font-size: 11px;
}
.test_box p.test_disc {
    color: #0000008c;
    font-size: 14px;
    margin: 17px 0;
}
.test_box .test_btn{
    display: flex;
    margin: 4px 0;
    flex-wrap: wrap;
}
.test_box .test_btn a{
    background-color: transparent;
    border: 2px solid #000;
    color: #000;
    padding: 8px 43px;
}
.swiper_btn {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.swiper_btn button {
    background: transparent;
    color: #fff;
    border: 0;
    font-size: 28px;
}
/* AHMED CSS */
/**/
.dev_opss_main {
    /* height: 100vh; */
    background-color: #fff;
    position: relative;
}

.dev_opss_main .container {
    display: flex;
    height: 100%;
    width: 100% !important;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    max-width: 100% !important;
}

.dev_opss_main .container.grid,
.dev_opss_main .container.columns {
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
}

.dev_opss_main .letter {
    text-align: center;
    color: black;
    font-size: 10vmax;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 6px;
}

.dev_opss_main .container.grid .letter {
    flex-basis: 50%;
}

.dev_opss_main .container.columns .letter {
    flex-basis: 25%;
}

.dev_opss_main .for,
.dev_opss_main .gsap {
    font-size: 5vmax;
    color: #0a1857;
}

.dev_opss_main .for {
    padding: 2px 1.6vmax;
    font-weight: 300;
    display: none;
}

.dev_opss_main .gsap {
    padding: 2px 0;
    font-weight: 600;
    display: none;
}

.dev_opss_main .container.final .for,
.dev_opss_main .container.final .gsap {
    display: block;
}

.dev_opss_main .F {
    background: rgba(0, 188, 212, 0.7);
}

.dev_opss_main .l {
    background: rgba(40, 150, 255, 0.7);
}

.dev_opss_main .i {
    background: rgba(153, 80, 220, 0.7);
}

.dev_opss_main .p {
    background: #333;
}

.dev_opss_main .q {
    background: #0a1857;
}

.dev_opss_main .s {
    background: rgba(90, 108, 225, 0.7);
}

.dev_opss_main .container.plain .letter {
    background: transparent;
    color: white;
    padding: 0;
}

.dev_opss_main .logo {
    position: fixed;
    width: 60px;
    bottom: 20px;
    right: 30px;
}

/**/
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,600");

.more-pens {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 10;
    font-family: "Montserrat";
    font-size: 12px;
    top: 0;
}

.solution_banner_main a.white-mode,
.solution_banner_main a.white-mode:link,
.solution_banner_main a.white-mode:visited,
.solution_banner_main a.white-mode:active {
    font-family: "Montserrat";
    font-size: 12px;
    text-decoration: none;
    background: #212121;
    padding: 4px 8px;
    color: #f7f7f7;
}

.solution_banner_main a.white-mode:hover,
.solution_banner_main a.white-mode:link:hover,
.solution_banner_main a.white-mode:visited:hover,
.solution_banner_main a.white-mode:active:hover {
    background: #edf3f8;
    color: #212121;
}

.solution_banner_main .background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: #edf3f8; */
    background: -moz-radial-gradient(center, ellipse cover, #edf3f8 1%, #dee3e8 100%);
    /* background: -webkit-radial-gradient(center, ellipse cover, #edf3f8 1%, #dee3e8 100%); */

    /* background: radial-gradient(ellipse at center, #edf3f8 1%, #dee3e8 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#edf3f8", endColorstr="#dee3e8", GradientType=1);
}

.solution_banner_main .title {

    /* z-index: 10; */
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translateX(-50%) translateY(-50%);
    /* font-family: "Montserrat"; */

    /* text-align: center; */

    /* width: 60%; */
}

.solution_banner_main .title h1 {

    /* position: relative; */

    /* color: #000000; */

    /* font-weight: 300; */

    /* font-size: 46px; */

    /* padding: 0; */

    /* margin: 0; */

    /* line-height: 1; */
}

.solution_banner_main .title h2 {
    font-weight: 600;
    font-size: 60px;
    padding: 0;
    margin: 0;
    line-height: 1;
}

.solution_banner_main .title h3 {
    font-weight: 200;
    font-size: 20px;
    padding: 0;
    margin: 0;
    line-height: 2;
    color: #5e7283;
    letter-spacing: 2px;
}

.solution_banner_main .title p {
    font-weight: 200;
    font-size: 16px;
    color: #5e7283;
}

.solution_banner_main .pentahedron {
    position: absolute;
    width: 100%;
    height: 100%;
    fill: #3E82F7;
}

.solution_banner_main .point {
    fill: #8491A3;
}

.solution_banner_main .rhombus {
    fill: #2DA94F;
    stroke: #2DA94F;
}

.solution_banner_main .x {
    fill: #FDBD00;
}

.solution_banner_main .circle {
    fill: #ED412D;
}

.solution_banner_main svg {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    transform: translateZ(0px);
}

section.solution_banner_main {
    position: relative;
    /* height: 97.5vh; */
    overflow: hidden;
    background: #f2f2f2;
}

.our_solution_slider .slick-next {
    right: 45px;
    background-color: #0a1857;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    transition-duration: .5s;
}

.our_solution_slider .slick-prev {
    left: 45px;
    background-color: #0a1857;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    transition-duration: .5s;
    z-index: 9999999;
}

.our_solution_slider .slick-next:hover,
.our_solution_slider .slick-prev:hover {
    background-color: #040612;
}

.our_solution_slider .slick-prev:before,
.our_solution_slider .slick-next:before {
    color: #fff;
}

.digital-soluitons .panel {
    background-color: #fff;
    /* height: 100vh !important; */

    /* align-items: center; */
    /* display: grid; */
    padding: 200px 0 0px !important;
    /* max-height: 100vh !important; */
}

/* section.digital-soluitons {
    padding: 0 0 90vh;
} */

.solutionss_page section.digital-soluitons {
    padding: 0vh 0 101vh;
}

.service_box1 {}

.service_box1 img {

    /*filter: brightness(100);*/
}

.banner_home_new {
    width: 100% !important;
    height: 100vh;
    background-size: cover !important;
}

.banner_home_new1 {
    background: url("../images/banner-home-new.jpg");
}

.banner_home_new2 {
    background: url("../images/solution-banner.png");
}

.banner_home_new3 {
    background: url("../images/dev-ops-banner-img.png");
}

.p-right-0 {
    padding-right: 0px;
}

.quick-menu-last {
    background-color: #21d58e !important;
    color: #fff !important;
    padding: 16px 28px !important;
}

.head_top .navbar-header img.logo {
    width: 114px;
    margin-top: -5px;
}

ul.nav_bar_right li:last-child {
    margin: 0 -31px 0 0px;
}

.network_diagram_sec h2 {
    text-align: center;
    color: #fff;
    font-size: 53px;
    font-weight: bold;
}

.network_diagram_sec {
    padding: 70px 0px;
    background: #031c40 url(../images/network-diagram-bg.png);
    background-position: center bottom;
    padding: 70px 0 500px;
    background-repeat: no-repeat;
}

.network_diagram_sec p {
    text-align: center;
    font-size: 17px;
    line-height: 26px;
    padding: 20px 0px 40px;
    color: #fff;
}

.network_diagram_tabs ul.nav.nav-tabs {
    border: none;
    display: flex;
    justify-content: center;
    column-gap: 20px;
    margin: 30px auto 40px;
}

.network_diagram_tabs ul.nav.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    padding: 10px 40px 10px;
}

.network_diagram_tabs ul.nav.nav-tabs .nav-item.show .nav-link,
.network_diagram_tabs ul.nav.nav-tabs .nav-link.active {
    color: #222;
    background-color: #fff;
    /*border-color: #dee2e6 #dee2e6 #fff;*/
}

.new_logo_sec_devops {
    padding: 70px 0px;
}

.new_logo_sec_devops h2 {
    text-align: center;
    color: #333c39;
    font-size: 38px;
    font-weight: bold;
}

.new_logo_sec_devops p {
    text-align: center;
    font-size: 17px;
    line-height: 26px;
    padding: 20px 0px 40px;
    color: #5e5e5e;
}

.network_diagram_tabs .tab-pane img {
    margin: auto;
    display: table;
}

.new_logo_sec_devops h2 span {
    display: table;
    margin: auto;
    font-size: 24px;
    font-weight: 400;
}

/**/
.logo-list-devops ul {
    display: flex;
    justify-content: center;
    column-gap: 30px;
}

.logo-list-devops ul li {
    background-color: #eaeaea;
    padding: 30px 30px 30px;
}

.navigation_industries {
    background: #f0f0f0;
    height: 100vh;
    padding: 0 40px;
    /* display: none; */
    width: 420px;
    transform: translateX(-100%);
    position: absolute;
    overflow-y: auto;
    position: absolute;
    left: 0;
    transition: transform 0.7s cubic-bezier(0.32, 0.01, 0, 1);
    height: calc(100vh - 60px);
    z-index: 99999999;
    display: block !important;
}

.navigation_industries_active {
    display: block !important;
    transform: translateX(0);
}

.svg_tel {
    background-image: url(../images/nav-call.svg);
    background-repeat: no-repeat;
    background-position: 8px 0px;
    padding: 0 0px 20px 30px !important;
}

.svg_mail {
    background-image: url(../images/nav-email.svg);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    padding: 0 0px 10px 30px !important;
}

.dev_ops_ser_sec .dev-ops-our-service-contetn {
    width: 100%;
    padding: 0 1em 40px;
    /* position: fixed; */

    /* top: 170px; */
}

.dev_ops_ser {
    position: relative;
    margin: 0 0 30px;
    transition-duration: .5s;
    position: relative;
}

.dev_ops_ser img {
    width: 100%;
}

.dev_ops_ser_text {
    position: absolute;
    bottom: 0;
    padding: 30px 30px 30px;
    z-index: 99999999999;
}

.dev_ops_ser_text h3 {
    color: rgb(0 0 0 / 17%);
    font-family: 'D-DIN';
    font-weight: bold;
    font-size: 50px;
    margin: 0 0 10px;
    transition-duration: .5s;
}

.dev_ops_ser_text p {
    color: #222;
    font-size: 14px;
    transition-duration: .5s;
}

.dev_ops_ser:hover p,
.dev_ops_ser:hover h3 {
    color: #fff;
}

.dev_ops_ser:hover:before {
    opacity: 0;
    transition: 0.5s;
}

.dev_ops_ser_sec .container-fluid {
    padding: 0 9vw;
}

body.nav-active .navigation_main {
    z-index: 999999999999999;
}

.dev_ops_ser_one:before {
    content: "";
    background: #e8c8b3e6;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    position: absolute;
}

.dev_ops_ser_two:before {
    content: "";
    background: #029fe3de;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    position: absolute;
}

.dev_ops_ser_three:before {
    content: "";
    background: #a3d4c4db;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    position: absolute;
}

.dev_ops_ser_four:before {
    content: "";
    background: #ccdbbceb;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    position: absolute;
}

.padding-right {
    padding-right: 0;
}

.padding-left {
    padding-left: 0;
}

.top_column_padding {
    margin-top: 80px;
}

/*Diogital page*/
.row_dg_tranform1 .dg_tranform_sec_box {
    background-image: url(../images/dg-tranform-img1.jpg);
}

.row_dg_tranform2 .dg_tranform_sec_box {
    background-image: url(../images/dg-tranform-img2.jpg);
}

.row_dg_tranform3 .dg_tranform_sec_box {
    background-image: url(../images/dg-tranform-img3.jpg);
}

.row_dg_tranform4 .dg_tranform_sec_box {
    background-image: url(../images/dg-tranform-img4.jpg);
}

.dg_tranform_sec_box {
    background-repeat: no-repeat;
    height: 48vh;
    display: grid;
    align-content: end;
    padding: 0 40px 60px;
    background-size: cover;
}

.dg_tranform_sec_box h2 {
    font-size: 38px;
    color: #ffffff;
    font-family: 'D-DIN';
    font-weight: bold;
}

.dg_tranform_sec_box p {
    color: #ffffff;
    width: 60%;
    margin: 10px 0 0;
}

.dg_tranform_sec_box_right {
    background-color: #f2f2f2;
    position: absolute;
    left: -15vw;
    bottom: -10vh;
    width: 42vw;
    padding: 5px 4vw 5px;
    z-index: 9999;
}

.dg_tranform_sec_box_icon img {
    margin: 0 0 15px;
}

.dg_tranform_sec_box_icon h5 {
    font-size: 25px;
    color: #272727;
    font-family: 'D-DIN';
    font-weight: bold;
    position: relative;
    font-size: 1.3vw;
}

.dg_tranform_sec_box_icon {
    margin: 3vh 0 3vh;
}

.dg_tranform_sec_box_icon h5 span {
    position: absolute;
    left: -15px;
    font-size: 13px;
    color: #bdbcbc;
    transform: rotate(-90deg);
    top: 0.7vh;
}

/*.row.row_dg_tranform2, .row.row_dg_tranform4 {flex-direction: row-reverse;}*/

/*.row_dg_tranform2  .dg_tranform_sec_box_right, .row_dg_tranform4  .dg_tranform_sec_box_right {left: .8vw;}*/
.row_dg_tranform1,
.row_dg_tranform2,
.row_dg_tranform3 {
    margin-bottom: 180px;
}

/*.row_dg_tranform2  .dg_tranform_sec_box, .row_dg_tranform4  .dg_tranform_sec_box {padding: 0 40px 60px 16vw;}*/
section.recent_work_sec {}

section.recent_work_sec .container-fluid {
    margin: 0 0;
    /* background-color: #f2f2f2; */
    width: 90vw;
    margin: auto;
    padding: 70px 45px 0px;
    background: linear-gradient(to left, #fff 10%, #f2f2f2 90%);
}

section.recent_work_sec {
    padding: 70px 0 70px;
    /* background-color: #f2f2f2; */
}

.recent_work_title h2 {
    color: #272727;
    font-size: 38px;
    font-family: 'D-DIN';
    font-weight: bold;
    margin: 0 0 18px 0;
}

.recent_work_btn a {
    background-color: #272727;
    padding: 10px 30px;
    margin: 30px 0 0;
    display: table;
    color: #fff;
    font-size: 17px;
}

.recent_work_nav_tabs {
    border: none !important;
    display: block;
    margin: 40px 0 0;
}

.recent_work_nav_tabs li.nav-item {
    margin: 0;
    border-bottom: 1px solid #ccc;
}

.recent_work_nav_tabs li.nav-item .nav-link {
    margin-bottom: 0;
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-size: 30px;
    color: #b1b1b1;
    font-family: 'D-DIN';
    font-weight: bold;
    padding-left: 0;
    transition-duration: .5s;
    margin: 1.4vh 0;
}

.recent_work_nav_tabs .nav-item.show .nav-link,
.recent_work_nav_tabs .nav-link.active {
    color: #222 !important;
    background-color: transparent;
    border-color: transparent;
    position: relative;
    padding-left: 30px !important;
}

.recent_work_nav_tabs .nav-item.show .nav-link:before,
.recent_work_nav_tabs .nav-link.active:before {
    content: "\f138";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
    font-size: 20px;
    color: #000;
    transition-duration: .5s;
}

.recent_work_tab_content {
    position: relative;
    /*top: -13vh;*/
    height: 100%;
}

.devops_transformation_title h2 {
    color: #333c39;
    font-size: 38px;
    font-family: 'D-DIN';
    font-weight: bold;
    margin: 0 0 18px 0;
    text-align: center;
}

.devops_transformation_title p {
    text-align: center;
    /* font-size: 17px; */
    color: #5e5e5e;
}

.devops_transformation_title h2 span {
    display: table;
    margin: 0 auto 13px;
    font-size: 24px;
    font-weight: 400;
}

section.devops_transformation_sec {
    padding: 70px 0 70px;
}

section.devops_transformation_sec {}

section.devops_transformation_sec .container-fluid {
    width: 90vw;
}

.devops_transformation_box img {
    width: 100%;
}

.devops_transformation_boxes {
    margin: 50px 0 0;
}

.devops_transformation_box:hover:before {
    content: "";
    background-color: rgb(0 0 0 / 63%);
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    transition-duration: .5s;
}

.devops_transformation_box {

    /* height: 100%; */
    position: relative;
    overflow: hidden;
    transition-duration: .5s;
    padding: 0 0px;
}

.devops_transformation_text_box {
    height: 0;
    bottom: -150px;
    transition-duration: .5s;
    padding: 0px 20px 0px;
}

.devops_transformation_box:hover .devops_transformation_text_box {
    height: 0;
    position: absolute;
    bottom: 30px;
    z-index: 99999;
    /* top: 0; */

    /* margin: auto; */
    display: table;
}

.devops_transformation_box:hover .devops_transformation_text_box h3,
.devops_transformation_box:hover .devops_transformation_text_box p {
    color: #fff;
}

.devops_transformation_text_box h3 {
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 10px;
}

.devops_transformation_box3 .devops_transformation_text_box {

    /* bottom: -440px !important; */
}

.devops_transformation_box3 {
    height: auto;
}

.devops_transformation_box2 {
    top: 50px;
}

section.digital_last_sec_img img {
    width: 100%;
}

.recent_work_tab_content img {
    width: 37vw;
}

/*Diogital page*/
.digital_btns {
    margin: 40px 0 0;
}

.relate_mobile {
    position: relative;
}

/* .height_100 {
    height: 100vh;
} */

.bg_digital_right_banner {
    margin: 0;
    /* height: 100vh; */
    font-weight: 100;
    background: radial-gradient(#a23982, #1f1013);
    -webkit-overflow-Y: hidden;
    -moz-overflow-Y: hidden;
    -o-overflow-Y: hidden;
    overflow-y: hidden;
    -webkit-animation: fadeIn 1 1s ease-out;
    -moz-animation: fadeIn 1 1s ease-out;
    -o-animation: fadeIn 1 1s ease-out;
    animation: fadeIn 1 1s ease-out;
}

.bg_digital_right_banner:after {}

.padding_none {
    padding: 0;
}

.light {
    position: absolute;
    width: 0px;
    opacity: .75;
    background-color: white;
    box-shadow: #e9f1f1 0px 0px 20px 2px;
    opacity: 0;
    top: 100vh;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.x1 {
    -webkit-animation: floatUp 4s infinite linear;
    -moz-animation: floatUp 4s infinite linear;
    -o-animation: floatUp 4s infinite linear;
    animation: floatUp 4s infinite linear;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}

.x2 {
    -webkit-animation: floatUp 7s infinite linear;
    -moz-animation: floatUp 7s infinite linear;
    -o-animation: floatUp 7s infinite linear;
    animation: floatUp 7s infinite linear;
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    left: 15%;
}

.x3 {
    -webkit-animation: floatUp 2.5s infinite linear;
    -moz-animation: floatUp 2.5s infinite linear;
    -o-animation: floatUp 2.5s infinite linear;
    animation: floatUp 2.5s infinite linear;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    left: -15%;
}

.x4 {
    -webkit-animation: floatUp 4.5s infinite linear;
    -moz-animation: floatUp 4.5s infinite linear;
    -o-animation: floatUp 4.5s infinite linear;
    animation: floatUp 4.5s infinite linear;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    left: -34%;
}

.x5 {
    -webkit-animation: floatUp 8s infinite linear;
    -moz-animation: floatUp 8s infinite linear;
    -o-animation: floatUp 8s infinite linear;
    animation: floatUp 8s infinite linear;
    -webkit-transform: scale(2.2);
    -moz-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2);
    left: -57%;
}

.x6 {
    -webkit-animation: floatUp 3s infinite linear;
    -moz-animation: floatUp 3s infinite linear;
    -o-animation: floatUp 3s infinite linear;
    animation: floatUp 3s infinite linear;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    left: -81%;
}

.x7 {
    -webkit-animation: floatUp 5.3s infinite linear;
    -moz-animation: floatUp 5.3s infinite linear;
    -o-animation: floatUp 5.3s infinite linear;
    animation: floatUp 5.3s infinite linear;
    -webkit-transform: scale(3.2);
    -moz-transform: scale(3.2);
    -o-transform: scale(3.2);
    transform: scale(3.2);
    left: 37%;
}

.x8 {
    -webkit-animation: floatUp 4.7s infinite linear;
    -moz-animation: floatUp 4.7s infinite linear;
    -o-animation: floatUp 4.7s infinite linear;
    animation: floatUp 4.7s infinite linear;
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    -o-transform: scale(1.7);
    transform: scale(1.7);
    left: 62%;
}

.x9 {
    -webkit-animation: floatUp 4.1s infinite linear;
    -moz-animation: floatUp 4.1s infinite linear;
    -o-animation: floatUp 4.1s infinite linear;
    animation: floatUp 4.1s infinite linear;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    left: 85%;
}

button:focus {
    outline: none;
}

@-webkit-keyframes floatUp {
    0% {
        top: 100vh;
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        top: 0vh;
        opacity: .8;
    }

    75% {
        opacity: 1;
    }

    100% {
        top: -100vh;
        opacity: 0;
    }

}

@-moz-keyframes floatUp {
    0% {
        top: 100vh;
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        top: 0vh;
        opacity: .8;
    }

    75% {
        opacity: 1;
    }

    100% {
        top: -100vh;
        opacity: 0;
    }

}

@-o-keyframes floatUp {
    0% {
        top: 100vh;
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        top: 0vh;
        opacity: .8;
    }

    75% {
        opacity: 1;
    }

    100% {
        top: -100vh;
        opacity: 0;
    }

}

@keyframes floatUp {
    0% {
        top: 100vh;
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    50% {
        top: 0vh;
        opacity: .8;
    }

    75% {
        opacity: 1;
    }

    100% {
        top: -100vh;
        opacity: 0;
    }

}

.header {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    color: white;
    font-size: 2em;
}

#head1,
#head2,
#head3,
#head4,
#head5 {
    opacity: 0;
}

#head1 {
    -webkit-animation: fadeOut 1 5s ease-in;
    -moz-animation: fadeOut 1 5s ease-in;
    -o-animation: fadeOut 1 5s ease-in;
    animation: fadeOut 1 5s ease-in;
}

#head2 {
    -webkit-animation: fadeOut 1 5s ease-in;
    -moz-animation: fadeOut 1 5s ease-in;
    -o-animation: fadeOut 1 5s ease-in;
    animation: fadeOut 1 5s ease-in;
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    animation-delay: 6s;
}

#head3 {
    -webkit-animation: fadeOut 1 5s ease-in;
    -moz-animation: fadeOut 1 5s ease-in;
    -o-animation: fadeOut 1 5s ease-in;
    animation: fadeOut 1 5s ease-in;
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s;
}

#head4 {
    -webkit-animation: fadeOut 1 5s ease-in;
    -moz-animation: fadeOut 1 5s ease-in;
    -o-animation: fadeOut 1 5s ease-in;
    animation: fadeOut 1 5s ease-in;
    -webkit-animation-delay: 17s;
    -moz-animation-delay: 17s;
    -o-animation-delay: 17s;
    animation-delay: 17s;
}

#head5 {
    -webkit-animation: finalFade 1 5s ease-in;
    -moz-animation: finalFade 1 5s ease-in;
    -o-animation: finalFade 1 5s ease-in;
    animation: finalFade 1 5s ease-in;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 22s;
    -moz-animation-delay: 22s;
    -o-animation-delay: 22s;
    animation-delay: 22s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}

@-o-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    80% {
        opacity: .9;
    }

    100% {
        opacity: 0;
    }

}

@-moz-keyframes fadeOut {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    80% {
        opacity: .9;
    }

    100% {
        opacity: 0;
    }

}

@-o-keyframes fadeOut {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    80% {
        opacity: .9;
    }

    100% {
        opacity: 0;
    }

}

@keyframes fadeOut {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    80% {
        opacity: .9;
    }

    100% {
        opacity: 0;
    }

}

@-webkit-keyframes finalFade {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    80% {
        opacity: .9;
    }

    100% {
        opacity: 1;
    }

}

@-moz-keyframes finalFade {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    80% {
        opacity: .9;
    }

    100% {
        opacity: 1;
    }

}

@-o-keyframes finalFade {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    80% {
        opacity: .9;
    }

    100% {
        opacity: 1;
    }

}

@keyframes finalFade {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    80% {
        opacity: .9;
    }

    100% {
        opacity: 1;
    }

}

.snap-section {
    display: inline-grid;
    width: 100%;
    /* height: 100vh; */
    align-content: center;
}

section#digital-tranform-sec div#move_section {
    padding: 0 0 50px;
}

.design_security_box_left {
    background-position: top right;
    background-image: url(../images/dg-design.webp);
    background-repeat: no-repeat;
    padding-right: 1.5rem;
    padding-left: 6.2%;
}

.design_security_box_right {
    background-position: top right;
    background-image: url(../images/dg-security.webp);
    background-repeat: no-repeat;
    padding-right: 1.5rem;
    padding-left: 6.2%;
}

.design_security_box {
    height: 70vh;
    display: grid;
    align-items: end;
    background-size: 100%;
}

.design_security_box h2 {
    font-weight: 600;
    font-size: 3vw;
    color: #000000 !important;
    /* line-height: 1.25em; */
}

.design_security_box h2 span {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.2vw;
    color: #555555 !important;
    line-height: 1.35em;
    display: table;
    margin: 0 0 20px;
}

.design_security_box a {
    display: table;
    position: relative;
    top: -80px;
    font-size: 1vw;
    font-weight: 500;
    background: 0 0;
    border: 0;
    color: #00b2aa !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    background-image: url(../images/cnt-bug-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0;
    padding-right: 85px;
    padding-bottom: 0 !important;
    width: 250px;
}

.design_security_boxes .col-sm-6 {
    padding: 0 5px;
}

.design_security_box_right h2,
.design_security_box_right h2 span,
.design_security_box_right a {
    color: #fff !important;
}

.design_security_box_right a {
    background-image: url(../images/button-arrow-white-new.png);
    width: 210px;
}

section.design_security_sec {
    padding: 50px 0 0;
}

.row_dg_tranform4 {
    margin-bottom: 120px;
}

/**/
.channel-banner {
    background: #f2f2f2 url(../images/channel-banner.jpg);
    position: relative;
    padding: 0px 0 0px 0px;
    height: 87.3vh;
    align-items: center;
    display: flex;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

.header__background {
    top: 0;
    left: 0;
    width: 100%;
    height: 102.9vh;
    position: absolute;
    /* background: linear-gradient(100deg, #21d58e, #0a1857); */
    overflow: hidden;
    /* transform: skewY(3deg) translateY(-80px); */
    z-index: 1;
    background-color: #21d58e;
}

.channel_page .solution_banner_main .title {
    position: relative;
    left: 0%;
    top: 0;
    transform: initial;
    width: 400px;
    bottom: 0;
    margin: auto;
    height: 100vh;
    display: grid;
    align-content: center;
}

.header__background:after {
    content: '';
    background: url("../images/dark-mosaic.png");
    width: 800%;
    position: absolute;
    top: -400%;
    right: -400%;
    height: 800%;
    opacity: 0.3;
    animation-name: rotate;
    animation-duration: 140s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-moz-keyframes rotate {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }

}

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

    100% {
        transform: rotateZ(360deg);
    }

}

@-o-keyframes rotate {
    0% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(360deg);
    }

}

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

    100% {
        transform: rotateZ(360deg);
    }

}

.process_outsourcing_sec {
    padding: 80px 0 20px;
}

.process_outsourcing_box {
    height: 450px;
    align-content: center;
    display: grid;
    text-align: center;
    padding: 0 30px;
}

.process_outsourcing_box1 {
    background-color: #ffd392;
}

.process_outsourcing_box img {
    margin: auto;
    display: table;
}

.process_outsourcing_box h3 {
    font-size: 38px;
    color: #333c39;
    font-family: 'D-DIN';
    font-weight: bold;
    margin: 30px 0 30px;
}

.process_outsourcing_box p {
    color: #5e5e5e;
    font-size: 14px;
}

.process_outsourcing_boxes {
    margin: 50px 0 0;
}

.process_outsourcing_box2 {
    background-color: #e5e1e1;
}

.process_outsourcing_box3 {
    background-color: #7dcfe7;
}

.process_outsourcing_sec .dev-ops-our-service-contetn {
    width: 100%;
    padding: 0 0;
}

.container_fluid_custom {
    padding: 0 9vw;
}

/*microsoft_sec*/
.microsoft_sec {
    background: url("../images/microsoft-bg.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    padding: 120px 0;
    margin: 70px 0 0;
    background-size: contain;
}

.microsoft_box {
    background-color: #f2f2f2;
    padding: 7vh 2vw 7vh;
}

/*.microsoft_box h2 {color: #333c39;font-size: 38px;
font-family: 'D-DIN';
font-weight: bold;margin: 0 0 15px;}
.microsoft_box p {color: #5e5e5e;}
*/
.microsoft_box_images {
    margin: 40px 0 0;
    display: flex;
    column-gap: 20px;
}

.microsoft_box_images img {
    width: 48.5%;
}

/*microsoft_sec*/
.sector_expertise_sec h2.title_sec span {
    display: table;
    margin: 0 auto 15px;
}

.sector_expertise_sec {
    padding: 80px 0 60px;
}

.sector_expertise_slid_box_img1 {
    background: #191b1d url(../images/sector-expertise-slide-img1.jpg);
}

.sector_expertise_slid_box_img {
    background-repeat: no-repeat;
    background-position: right center;
    height: 85vh;
    /* background-size: contain; */
    align-items: center;
    display: grid;
}

.sector_expertise_box {
    padding-left: 15vw;
    /* width: 33vw; */
}

.sector_expertise_box h3 {
    color: #ffffff;
    font-size: 170px;
    font-weight: 700;
    font-family: 'D-DIN';
    letter-spacing: 13px;
}

.sector_expertise_box p {
    color: #ffffff;
    font-size: 17px;
}

.sector_expertise_slider {
    padding: 60px 0 0;
}

.sector_expertise_slider .slick-dots {
    position: absolute;
    bottom: 0;
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    transform: rotate(90deg);
    left: -22vw;
    top: 0;
    margin: auto;
}

.sector_expertise_slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.sector_expertise_slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 30px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.sector_expertise_slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 80px;
    /* line-height: 20px; */
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 10px;
    content: '-';
    text-align: center;
    opacity: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sector_expertise_slider .slick-dots li:first-child:before {
    content: "Marketing";
    position: absolute;
    left: -22px;
    color: #fff;
    transform: rotate(-90deg);
    top: -50px;
}

.sector_expertise_slider .slick-dots li:nth-child(2):before {
    content: "Marketing2";
    position: absolute;
    left: -22px;
    color: #fff;
    transform: rotate(-90deg);
    top: -50px;
}

.sector_expertise_slider .slick-dots li:nth-child(3):before {
    content: "Marketing3";
    position: absolute;
    left: -22px;
    color: #fff;
    transform: rotate(-90deg);
    top: -50px;
}

/*BPO*/
.bpo-banner {
    background: #f2f2f2 url(../images/bpo-banner.jpg);
    position: relative;
    padding: 0px 0 0px 0px;
    height: 100vh;
    align-items: center;
    display: flex;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}

.business_process_box {
    background-color: #f2f2f2;
    padding: 30px 30px;
}

.business_process_box h3 {
    color: #333c39;
    font-size: 24px;
    font-weight: 700;
    font-family: 'D-DIN';
    margin: 0 0 20px 0;
}

.business_process_box1 {
    min-height: 380px;
    align-items: center;
    display: grid;
}

.business_process_box1 .business_process_icon {
    float: none;
    margin: 0 0px 0 0;
}

.business_process_box1 h3 {
    margin: 0 0px 0 0;
}

.business_process_icon {
    float: left;
    margin: 0 20px 0 0;
}

.business_process_box p {
    font-size: 15px;
}

.business_process_box {
    margin: 0 0 15px;
}

.process_outsourcing_boxes .col-sm-3 .row {
    margin: 0 -7.5px;
}

.process_outsourcing_boxes .col-sm-3 {
    padding-right: 10px;
}

.process_outsourcing_boxes .col-sm-3 .col-sm-12.p0 {
    padding: 0 5px 0 0;
}

.process_outsourcing_boxes2 .col-sm-3 {
    padding-right: 7.5px !important;
}

.process_outsourcing_boxes2 .col-sm-3 .row {
    margin: 0px -7.5px;
}

.process_outsourcing_boxes2 .col-sm-3 .col-sm-12.p0 {
    padding: 0 7.5px 0 0;
}

.row.process_outsourcing_boxes2 .col-sm-3:last-child {
    padding: 0 0 0 7.5px;
}

.row.process_outsourcing_boxes2 .col-sm-3:first-child {
    padding: 0 0 0 22px;
}

/*BPO*/
.what_are_business_process_services {
    background: #272727;
    margin: 50px 0 30px 0;
}

.what_are_business_process_services_bg {
    background: url(../images/bpo-left-img-business-process.png);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.what_are_business_process_services_bg_right_content {
    padding: 0 160px 0 0;
}

.what_are_business_process_services_bg_right_content h3 {
    color: #ffffff;
    font-size: 53px;
    margin: 40px 0 20px 0;
    font-family: 'D-DIN';
    font-weight: bold;
}

.what_are_business_process_services_bg_right_content p {
    color: #7f7c7c;
    font-size: 17px;
    margin: 0px;
}

.what_are_business_process_services_bg_right_content ul {
    display: flex;
    margin: 30px 0 50px 0;
}

.what_are_business_process_services_bg_right_content ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 22px 0 0;
}

.what_are_business_process_services_bg_right_content ul li h6 {
    color: #7f7c7c;
    font-size: 15px;
}

.what_are_business_process_services_bg_right_content ul li img {
    margin: 0 22px 0 0;
}

.key_to_sucess {
    padding: 50px 0 20px 0;
}

.key_to_sucess h4 {
    color: #333c39;
    font-size: 24px;
    margin-bottom: 20px;
}

.key_to_sucess h3 {
    color: #333c39;
    font-size: 38px;
    font-family: 'D-DIN';
    font-weight: bold;
    margin: 0 0 18px 0;
}

.key_to_sucess p {}

.key_success_contetn {
    text-align: center;
    margin: 0 0 39px 0;
}

.key_to_sucesss_box {
    width: 100%;
    background: #267dff;
    padding: 10px 40px 31px 40px;
}

.key_to_sucesss_box h5 {
    color: #ffffff;
    font-size: 119px;
}

.key_to_sucesss_box p {
    color: #ffffff;
}

.key_to_sucesss_box_two {
    background: #00d085;
}

.key_to_sucesss_box_three {
    background: #9867ff;
}

.case-studies-boxes .dev_ops_ser_text {
    position: relative;
    padding: 0 30px 30px 0;
}

.case-studies-boxes .dev_ops_ser_text h3 {
    color: #000;
    font-size: 35px;
    margin: 30px 0 10px;
}

.case-studies-boxes .dev_ops_ser {
    margin: 0 0 6px;
}

.case-studies-boxes .dev_ops_ser_one:before {
    background-image: url(../images/hdd-logo.png) !important;
    background-position: 0 0;
    background-size: cover;
}

.case-studies-boxes .dev_ops_ser_two:before {
    background-image: url(../images/oyster-vpn-logo.png) !important;
    background-position: 0 0;
    background-size: cover;
}

.case-studies-boxes .dev_ops_ser_three:before {
    background-image: url(../images/sticky-task-logo.png) !important;
    background-position: 0 0;
    background-size: cover;
}

.case-studies-boxes .dev_ops_ser_four:before {
    background-image: url(../images/hpp-logo.png) !important;
    background-position: 0 0;
    background-size: cover;
}

.case-studies-boxes .dev_ops_ser_five:before {
    background-image: url(../images/softception-Logo.png) !important;
    background-position: 0 0;
    background-size: cover;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 99999999;
    position: absolute;
}

.case-studies-boxes .dev_ops_ser_six:before {
    background-image: url(../images/itechdevices-logo.png) !important;
    background-position: 0 0;
    background-size: cover;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 99999999;
    position: absolute;
}

.snap_section_main {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    margin-left: 0;
    width: calc(90% - 2rem);
}

.snap_section_main .snap-section {
    width: 100%;
    margin-left: auto;
    position: relative;
    height: auto;
    grid-row: 1;
    grid-column: 1;
    transition: opacity .5s ease-in-out;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
}

.recent_img_bg {
    height: 100%;
    width: 100%;
}

.recent_work_tab_content .tab-pane {
    height: 100%;
    width: 100%;
}

.recent_img_bg_1 {
    background: url("../images/recent-work-img1.png");
    background-size: cover;
    background-position: center;
}

.recent_img_bg_2 {
    background: url("../images/recent-work-img2.png");
    background-size: cover;
    background-position: center;
}

.recent_img_bg_3 {
    background: url("../images/recent-work-img3.png");
    background-size: cover;
    background-position: center;
}

.recent_img_bg_4 {
    background: url("../images/recent-work-img4.png");
    background-size: cover;
    background-position: center;
}

.recent_img_bg_5 {
    background: url("../images/recent-work-img5.png");
    background-size: cover;
    background-position: center;
}

.recent_img_bg_6 {
    background: url("../images/recent-work-img6.png");
    background-size: cover;
    background-position: center;
}

.recent_img_bg_7 {
    background: url("../images/recent-work-img7.png");
    background-size: cover;
    background-position: center;
}

.about_section {
    padding: 100px 0 0;
}

.about_section .container-fluid {
    padding: 0 9vw;
}

.about_content_top {
    width: 100%;
    padding: 0 1em 40px;
}

.about_content_top h4 {
    color: #333c39;
    font-size: 24px;
    margin-bottom: 20px;
}

.about_content_top h3 {
    color: #333c39;
    font-size: 38px;
    font-family: 'D-DIN';
    font-weight: bold;
    margin: 0 0 18px 0;
}

.about_second_section {

    /* padding: 100px 0 0; */
}

.about_second_section:hover .about_second_section_img img {
    transform: scale(1.2);
    transition: 0.3s;
    filter: saturate(0.5);
}

.about_second_section_img {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.about_second_section_img img {
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    object-fit: cover;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    max-width: none;
    transition: 0.3s;
}

.about_sec_content_box_main {
    padding: 0 50px;
}

.about_sec_content_box_one {
    background: #f2f2f2;
    padding: 50px 50px;
    margin-left: calc(50% / -2.8);
}


.about_sec_content_box_one:hover {}

.about_sec_content_box_main img {
    width: 19%;
}

.about_sec_content_box_main h5 {
    color: #333c39;
    font-size: 37px;
    font-weight: bold;
    font-family: 'D-DIN';
    margin: 4px 0 19px;
}

.about_sec_content_box_main p {}

.about_second_section .p-right {
    padding-right: 0px;
}

.about_second_section .p-left {
    padding-left: 0px;
}

.about_sec_content_box_two {
    background: #fff;
    padding: 39px 0 40px 0;
}

.why_silicon_networks {
    padding-top: 100px;
}

.why_silicon_networks .container-fluid {
    padding: 0 9vw;
}

.why_silicon_networks_top {
    width: 100%;
    padding: 0 1em 40px;
    text-align: center;
}

.why_silicon_networks_top h4 {
    color: #333c39;
    font-size: 24px;
    margin-bottom: 20px;
}

.why_silicon_networks_top h3 {
    color: #333c39;
    font-size: 38px;
    font-family: 'D-DIN';
    font-weight: bold;
    margin: 0 0 18px 0;
}

.why_us_boxes {
    width: 100%;
}

.why-us-box {
    padding: 40px 21px 30px 21px;
    height: 100%;
}

.why-us-box:hover {
    background: #0a1857;
    transform: scaleX(1.1);
    transition: 0.3s;
}

.why-us-box:hover h6 {

    color: #fff;
}

.why-us-box:hover li {

    color: #fff;
}



.why_us_boxes h6 {
    font-size: 1.5vw;
    font-weight: bold;
    color: #000;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: 'D-DIN';
}

.why_us_boxes li {
    color: #747474;
    font-size: 14px;
    padding-top: 10px;
    position: relative;
    padding-left: 20px;
    font-family: 'D-DIN';
}

.why_us_boxes li:before {
    content: '';
    background: #0a1857;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    border-radius: 60%;
    top: 15px;
    margin: auto;
}

.why-us-box-1 {
    background: #f2f2f2;
}

.why-us-box-2 {
    background: #f2f2f2;
}

.why-us-box-3 {
    background: #f2f2f2;
}

.why-us-box-4 {
    background: #f2f2f2;
}

.about-insculsive {
    background: #272727;
    width: 100%;
    margin: 100px 0 0px 0;
}

.about-inclusive-first {
    width: 100%;
}

.about-inclusive-first-img {
    background: url("../images/why-insculsive-img.png");
    background-size: cover;
    background-position: center;
    min-height: 470px;
}

.about-inclusive-content {
    padding: 0 60px 0 60px;
    align-content: center;
    display: grid;
    text-align: left;
    height: 100%;
}

.about-inclusive-content h4 {
    color: #ffffff;
    font-size: 4.166666666666667vw;
    font-family: 'D-DIN';
    font-weight: bold;
    margin: 0 0 20px 0;
}

.about-inclusive-content p {
    color: #ababab;
    font-size: 17px;
}

.about-boxes-insul {
    width: 100%;
    padding: 4vw 0;
}

.about-boxes-insul .container-fluid {
    padding: 0 9vw;
}

.about-boxes-insul h5 {
    color: #ffffff;
    font-size: 1.9791666666666667vw;
    font-family: 'D-DIN';
    font-weight: bold;
    margin: 20px 0;
    font-weight: bold;
}

.about-boxes-insul p {
    color: #ffffff;
}

.about-boxes-insul img {}

.about_industries {
    width: 100%;
    padding-top: 60px;
}

.about_industries .container-fluid {
    padding: 0 9vw;
}

.about_industries h4 {
    color: #333c39;
    font-size: 38px;
    font-family: 'D-DIN';
    font-weight: bold;
    margin: 0 0 18px 0;
    text-align: center;
}

.our_industries_ff {
    text-align: center;
}

.about_industries_boxes {
    width: 100%;
    margin: 50px 0 0;
}

.about_industries_boxes .row {
    align-items: center;
    justify-content: center;
}

.industries_box {

    background: #f2f2f2;
    display: flex;
    align-items: center;
    min-height: 145px;
    padding: 0 35px;
    margin-bottom: 21px;
}

.industries_box img {
    margin: 0 30px 0 0;
    filter: brightness(0);
    width: 60px;
    transition: 0.3s;
}

.industries_box h5 {
    color: #333c39;
    font-size: 1.3vw;
    font-weight: normal;
    transition: 0.3s;
}

.industries_box:hover {

    background: #0a1857;
}

.industries_box:hover img {

    filter: brightness(100);
    transform: scale(0.8);
    transition: 0.3s;

}

.industries_box:hover h5 {

    color: #fff;
    transition: 0.3s;
    transform: scale(1.1);
}


/* Custom Slick Css */
.slick-list {
    margin: 0 -15px;
}

.slick-slide {
    margin: 0 15px;
}

.slick-dots {
    padding: 50px 0 0;
    text-align: center;
}

.slick-dots li {
    margin: 0 20px 0 0px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0px;
    border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
    color: #FFF;
    opacity: 1;
    font-size: 20px;
}

.slick-dots li button {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    padding: 0px;
    background: #f2dac0;
    border: none;
    cursor: pointer;
    font-size: 0px;
    padding: 0px;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box;
}

.slick-dots li.slick-active button {
    background: #7432ff;
    width: 30px;
    height: 10px;
    border-radius: 5px;
}



.contact-form-main-box {
    box-shadow: 0 0px 20px 0 rgb(0 0 0 / 20%);
    background: #ffff;
}

.contact-form {
    padding: 40px 40px 80px;
}

.form-head-box {
    padding: 40px 0 0px 40px;
}

.form-head-box span {
    color: #35477d;
    font-size: 20px;
    margin-bottom: 30px;
}

.fld-input label {
    font-size: 14px;
    color: #b3b3b3;
    margin: 0px 0 10px 0;
    display: block;
}

.fld-input input {
    border-bottom: 1px solid #ccc !important;
    border: none;
    width: 100%;
    outline: none;
    font-size: 16px;
    color: #495057;
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
}

.fld-input input::placeholder {
    color: #495057;
}

.fld-input textarea::placeholder {
    color: #495057;
}

.contact-sec {
    padding: 70px 0px;
}

.fld-input textarea {
    border-bottom: 1px solid #ccc !important;
    border: none;
    width: 100%;
    outline: none;
    resize: none;
    height: 100px;
    margin: 0 0 50px 0;
}

.contact-form-main-box .col-md-4 {
    background: #0a1857;
    padding: 40px;
}

.contact-details span {
    color: #fff;
    font-size: 20px;
}

.contact-details p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    line-height: 24px;
    padding: 30px 0px;
}

.contact-form button {
    background: #0a1857;
    color: #fff;
    border: none;
    padding: 10px 47px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    font-size: 19px;
}

.contact-dtl-list li {
    display: flex;
    align-items: center;
    column-gap: 20px;
    padding: 0 0 30px 0;
}

ul.contact-dtl-list li h6 {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
}

ul.contact-dtl-list li i {
    color: #fff;
}

ul.contact-dtl-list li a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
}


.case-st-banner {

    background: url('../images/case-st-banner.jpg');
    min-height: 70vh;
    display: flex;
    align-items: center;
}

section.case-st-banner .solution-banner-head h1 {
    color: #fff;
}

section.case-st-banner .solution-banner-head p {
    color: #fff;
}

section.case-st-banner .solution-banner-head {
    text-align: center;
}

section.case-st-banner a.btn_tr {
    display: table;
    margin: auto;
}




















.home-bnr-side img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
}

.home-bnr-side {
    position: relative;
    height: 100%;
}

.hero_banner.banner.new-bnr-st {
      background: url(../images/home-pg/banner-img.png) #0000005e;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  background-blend-mode: overlay;
}


.new-bnr-st .hero_banner_text h1 {
    width: 100%;
    /* mix-blend-mode: luminosity; */
    font-size: 4vw;
    color: #fff;
}

.new-bnr-st .hero_banner_text {
    padding-left: 2vw;
}


section.our_journey_sec.new_journey_sec_st {
    padding: 50px 2vw;
    background: #eef4f5;
}

.new_journey_sec_st .our_journey_box h2 {
    color: #0a1857;
    font-size: 48px;
}

.new_journey_sec_st .our_journey_box h2 span {
    font-size: 24px;
    color: #333c39;
}


.new_journey_sec_st .service-box1 {
    background: #ffd392;
}

.new_journey_sec_st .service-box2 {
    background: #e5e1e1;
}

.new_journey_sec_st .service-box3 {
    background: #7dcfe7;
}

.new_journey_sec_st .service-box4 {
    background: #beffc3;
}

.new_journey_sec_st .service_box {
    margin: 13px 10px;
}

.new_journey_sec_st .service_box.service-box1 {
    margin-left: 0;
    margin-right: 17px;
}

.new_journey_sec_st .service_box.service-box4 {
    margin-right: 0;
    margin-left: 17px;
}

.new_journey_sec_st .service_box.service-box3 {
    margin-left: 15px;
}

.result_img_div img {
    width: 100%;
    position: relative;
    top: -3px;
}

.new_results_sec {
    padding: 50px 0 50px;
    background: #272727;
    overflow: hidden;
}

.new_results_sec .col-sm-6:nth-child(1) {
    padding-left: 0;
}

.result_text-div h2 {
    color: #fff;
    font-size: 82px;
    font-weight: 700;
}

.result_text-div p {
    color: rgb(255 255 255 / 50%);
    padding-top: 25px;
    font-size: 17px;
}

.result_text-div {
    width: 38vw;
}

section.new_results_sec .new_results_row {
    align-items: center;
}

.new_result_list {
    padding: 23px 2vw 0;
}

.result_box_detl h2 {
    font-size: 21px;
    color: #fff;
    padding-bottom: 18px;
    padding-top: 15px;
}

.result_box_detl p {
    font-size: 17px;
    color: #fff;
    opacity: 0.6;
}


.project-mange-txt {
    text-align: center;
    padding-bottom: 45px;
}

.new_project_sec {
    padding: 50px 2vw;
}

.new_project_sec h2 {
    font-size: 43px;
    font-weight: 700;
    color: #333c39;
}

.new_project_sec p {
    padding-top: 0;
    font-size: 14px;
}

.project-dtl-div img {
    width: 100%;
}

.project-dtl-div {
    text-align: center;
}

.project-dtl-div h3 {
    font-size: 23px;
    color: #333c39;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 8px;
}

.project-mange-txt p {
    padding-top: 10px;
}




.work-flow-sec-new.banner {
    background: #191b1d;
}

.work-flow-sec-new.banner h1 {
    color: #fff;
    font-size: 4vw;
}

.work-flow-text-slide {
    padding-left: 2vw;
    align-content: flex-end;
    padding-bottom: 50px;
}

.work-flow-text-slide .slick-list.draggable {
    overflow: visible;
    z-index: 999;
}



.rslt-txt-st {
    text-align: center;
}

.rslt-txt-st h2 {
    color: #fff;
}

.rslt-txt-st p {
    color: #fff;
    padding-bottom: 35px;
    font-size: 17px;
}

.rslt-txt-st h2 {
    font-size: 43px;
    color: #fff;
    padding-bottom: 8px;
    font-weight: 700;
}



.project-vid-img-st {
    width: 60%;
    margin: 0 auto;
    position: relative;
}

.project-vid-img-st img {
    width: 100%;
}

.project-vid-img-st .box-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-vid-img-st .box-content i {
    font-size: 50px;
    color: #fff;
}





.hero_banner.banner.hr-connect-bnr-st {
    background: url(../images/connect-hr/banner-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 2vw;
}

.hr-connect-bnr-st .hero_banner_text h1 {
    color: #fff;
    font-size: 4vw;
    font-weight: 700;
    width: 100%;
}

.hr-connect-solution-sec {
    background: #272727;
}

.solution-bx {
    text-align: center;
    padding: 40px 20px;
}

.solution-bx h3 {
    color: #fff;
}

.solution-bx h3 p {
    color: #fff;
}

.solution-bx P {
    color: rgb(255 255 255 / 50%);
}

.solution-bx h3 {
    font-size: 22px;
    padding-bottom: 25px;
}

.hr-connect-solution-sec .col-sm-3 {
    border-right: 1px solid #525252;
    /* border-bottom: 1px solid #525252; */
}

.hr-connect-solution-sec .col-sm-3.bdr-lft {
    border-right: 0px solid #525252;
}

.hr-connect-solution-sec .col-sm-3.bdr-btm {
    border-bottom: 0px solid #525252;
}

.hr-connect-solution-sec .solution-bx h3 {
    font-size: 19px;
    padding-bottom: 12px;
    min-height: 70px;
}

.hr-connect-solution-sec .hr-solu-txt {
    text-align: center;
}

.hr-connect-solution-sec .hr-solu-txt h2 {
    color: #fff;
    font-size: 43px;
    font-weight: 700;
}

.hr-connect-solution-sec .hr-solu-txt p {
    color: #fff;
    font-size: 17px;
    width: 50%;
    margin: 0 auto;
    padding-top: 15px;
}

.hr-connect-solution-sec .hr-solu-txt {
    padding-bottom: 50px;
}




.hero_banner.banner.aws-connect-bnr-st {
    background: url(../images/aws/banner-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 2vw;
}

.aws-connect-bnr-st .hero_banner_text h1 {
    color: #fff;
    font-size: 4vw;
    font-weight: 700;
    width: 100%;
}


.lead-sec-aws .lead-innr-img img {
    width: 100%;
}


.lead-sec-aws .row {
    position: relative;
}

.lead-text-div {
    position: absolute;
    z-index: 1;
    background: #eee;
    width: 35%;
    padding: 45px 2.5vw;
    top: 0;
    bottom: 0;
    height: max-content;
    margin: auto;
}

.lead-text-div p {
    font-size: 15px;
}

.lead-text-div h2 {
    padding-bottom: 30px;
    font-size: 42px;
}

.lead-sec-aws2 .lead-text-div {
    right: 0;
}




.aws-project-sec-st {
    background: #f2f2f2;
}

.aws-project-sec-st .hr-solu-txt h2 {
    color: #000;
}

.aws-project-sec-st .hr-solu-txt p {
    color: #000;
}

.aws-project-sec-st h3 {
    color: #000;
}

.aws-project-sec-st p {
    color: #000;
}

.aws-project-sec-st .col-sm-3 {
    border-right: 1px solid rgb(82 82 82 / 20%);
    border-bottom: 1px solid rgb(82 82 82 / 20%);
}












.hero_banner.banner.aws-dev-bnr-st {
    background: url(../images/aws-dev-ops/banner-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 2vw;
}

.aws-dev-bnr-st .hero_banner_text h1 {
    color: #fff;
    font-size: 4vw;
    font-weight: 700;
    width: 100%;
}




.aws-prtnr-img img {
    width: 100%;
}

.aws-prtnr-txt-div h2 {
    color: #333c39;
    font-size: 42px;
}

.aws-prtnr-txt-div li {
    font-size: 17px;
    color: #5e5e5e;
}

.aws-prtnr-txt-div ul {
    line-height: 37px;
    padding-top: 35px;
}

.aws-prtnr-txt-div {
    padding-left: 2vw;
}

.aws-prtnr-txt-div li i {
    margin-right: 15px;
}


section.our_journey_sec.new_journey_sec_st.aws_dev_journey_sec {
    padding-bottom: 0;
}



.aws-blck-serv {
    display: flex;
    align-items: flex-start;
    padding: 4.6vw 2vw;
}

.aws-blck-txt h2 {
    font-size: 32px;
    color: #333c39;
    padding-bottom: 15px;
}

.aws-img-div img {
    width: 100%;
}

.aws-blck-serv img {
    margin-right: 35px;
}

.aws-block-col-img {
    padding: 0;
}

.aws-block-col-txt {
    padding: 0;
}


.aws-bg-clr-blck {
    background: #f2f2f2;
}

.aws-block-sec .row {
    overflow: hidden;
}



.aws-block-sec .aws-block-hd-txt {
    text-align: center;
    padding-bottom: 40px;
}

.aws-block-sec .aws-block-hd-txt p {
    width: 75%;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 17px;
}

.aws-block-sec .aws-block-hd-txt h2 {
    font-size: 38px;
    color: #333c39;
}

.aws-block-sec {
    padding-top: 50px;
}




.aws-devops-eng-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.aws-devops-eng-list ul li {
    width: 48%;
    margin-left: 2%;
}

.aws-dev-ops-eng-sec {
    padding: 50px 0;
}

.aws_dev_ops_txt {
    text-align: center;
    padding-bottom: 50px;
}

.aws_dev_ops_txt h2 {
    font-size: 38px;
    color: #333c39;
}

.aws_dev_ops_txt p {
    font-size: 17px;
    width: 60%;
    margin: 0 auto;
    padding-top: 10px;
}

.aws-dev-ops-inr-sec {
    position: relative;
    padding: 50px 2vw;
    background: #272727;
}

.aws-dev-ops-inr-sec-2 {
    position: relative;
    padding: 50px 2vw;
    background: #151b41;
}

.aws-devops-eng-txt h3 {
    font-size: 24px;
    padding: 25px 0 20px;
}

.aws-devops-eng-txt p {
    font-size: 14px;
    min-height: 9vw;
}

.aws-devops-eng-txt {
    padding: 25px 0;
    background: #f2f2f2;
    padding: 30px 2vw;
    margin: 10px 0;
}

.aws-dev-ops-inr-sec:before {
    content: '';
    background: url(../images/aws-dev-ops/dev-ops-eng-serv.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 55%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}

.aws-dev-ops-inr-sec-2:before {
    content: '';
    background: url(../images/aws-dev-ops/dev-ops-eng-serv2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 55%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
}


.aws-devops-process {
    padding: 50px 2vw;
    border-bottom: 1px solid #e7e7e7;
}

.dev-ops-process-laptop-img img {
    width: 65%;
    margin: 0 auto;
    display: table;
}

.aws-devops-process .process-box {
    /* display: flex; */
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    min-height: auto !important;
}

.aws-devops-process .process-box h3 {
    font-size: 23px;
    color: #333c39;
    padding: 18px 0;
}

.aws-devops-process .process-box p {
    font-size: 14px;
    color: #333c39;
    min-height: 70px;
}
.swiper_responsive{
    display: none !important;
}
.swiper_responsive_one .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
    padding: 3px 17px;
  border-radius: 9px;
}
.swiper_responsive_one .swiper-pagination-bullet{
    margin: -13px 9px !important;
      transition: 0.4s;
    background: #fff;
    opacity: 0.5;
}
.swiper_responsive_two .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
    padding: 3px 17px;
  border-radius: 9px;
}
.swiper_responsive_two .swiper-pagination-bullet{
    margin: -13px 9px !important;
      transition: 0.4s;
}
@media(max-width:1900px) {
    #nav_two{
        display: flex;
      }
}
@media (max-width: 1700px) {
  #sub_menu_parent {
    margin: 0 0 0 8%;
  }
}
@media (max-width: 1600px) {
  #sub_menu_parent {
    margin: 0 0 0 13%;
  }
}
@media(max-width:1450px) {
    .service_box {
        padding: 30px 20px;
        height: 447px;
        /* height: auto; */
    }
    .banner_btns {
        margin: 40px 0 20px;
    }
    .stay-touch-head h3 {
        font-size: 30px;
      }
      .solution-bx p {
        height: 125px;
        overflow-x: scroll;
      }
      .services_grid .service_box {
        width: 26%;
        margin: 41px 0 0 0;
      }
      .s7_result_only  p{
        height: 108px;
        overflow-x: scroll;
      }
      .s2_service_box.s2_service_box h3 {
        font-size: 16px;
      }

      .s7_service_only.s2_service_box p {
        overflow-y: scroll;
        height: 160px;
      }
      .s10_only_one.s9_service_box{
          min-height: 500px;
      }
      .s11_one_only.s9_service_box{
        min-height: 489px;
      }
      .s11_serviceone_only.s9_service_box{
          min-height: 322px;
        }
        .s11_serviceone_only.s9_service_box h3{
            font-size: 15px;
        }
        .tools_usage li  , .s4_tools_sec ul li{
            width: auto;
        }
        #sub_menu_parent {
            margin: 0 0 0 22%;
          }
          #navbarNavDropdown ul.navbar-nav {
            padding: 0 0 0 80px;
          }
}

@media (max-width: 1300px) {
  #sub_menu_parent {
    margin: 0 0 0 28%;
  }
}
@media(max-width:1200px) {
    .hr-connect-solution-sec .solution-bx h3 {
        font-size: 15px;
    }
    .services_grid .service_box {
        width: 33%;
        margin: 9px 0 0 0;
      }
      .s2_manage_box {
        width: 28%;
        margin: 0 0;
      }
      .result_box_detl p {
          height: 71px;
          overflow-x: hidden;
        }
        .result_box_detl h2{
            padding: 7px 0;
        }
        .s3result h2{
            font-size: 17px;
        }
        .left_navigation #mobile_parent_li{
            display: block;
        }
        #sub_menu_parent{
            display: none;
        }
        #nav_two{
            display: none;
          }
          .left_navigation li a , .left_navigation li a i{
            font-size: 17px;
          }
          .left_navigation li a i {
            transform: rotate(90deg);
          }
    }
    @media(max-width:991px) {
        .service_box {
            padding: 30px 20px;
            height: 328px;
        }
    .banner_btns {
        display: flex;
        /* justify-content: center; */
    }
    .s10_only_one.s9_service_box {
        min-height: 281px;
      }
    .alter_box {
        border: 1px solid #525252;
        margin: 29px 0 0 0
    }
    .home-bnr-side img{
        position: relative;
    }
    .hero_banner_text{
        text-align: center;
    }
    .hero_banner_text h1 , .hero_banner_text h2{
        font-weight: 600;
    }
    .result_box_detl {
        border-bottom: 2px solid #ffffff47;
        padding: 13px 0;
        padding: 13px 30px;
    }
    .relate_mobile{
        display: none;
    }
    /* InnerPageCSS */
    .devops-banner.solution_banner_main {
        height: auto;
        padding: 36px 11px;
    }
    .solution_banner_main .background{
        position: relative;
    }
    .solution_banner_main .title{
        position: relative;
        transform: none;
        top: 0;
        left: 0;
    }
    
    .digital-solution-img-1::before {
        display: none;
    }
    .digital-solution-img-1 img{
        width: auto;
        padding: 0 27px ;
        height: auto;
    }
    .solution-banner-head {
        padding: 4px 0 29px 0;
    }
    .services_grid .service_box {
        width: 45%;
        margin: 41px 0 0 0;
        height: auto;
    }
    /* .last_service_box {
        min-height: auto;
    } */
    /* InnerPageCSS */
    .s2_manage_box {
      width: 47%;
      margin: 20px 0;
    }
    .s3_last .last_service_box{
        min-height: 290px ;
    }
    .s6_Services{
        min-height: 199px;
    }
    .s11_one_only.s9_service_box{
        min-height: 350px;
      }
        #navbarBelow .navbar-toggler { order: 1; }

      #navbarBelow .navbar-collapse { order: 3; background-color: #fff; padding: 0 10px; }
      #navbarNavDropdown ul.navbar-nav {
        padding: 0 0 0 17px !important;
      }
      #navbarNavDropdown li.nav-item.dropdown.show ul li div{
        width: 100% !important;
      }
      
}
@media(max-width:767px) {
    .benefit_box {
        min-height: 235px;
        margin: 0 16px 33px 20px;
    }

    .footer-sec .row {
    flex-direction: column;
    justify-content: center;
    text-align: center;

    gap: 30px 0;
}

.about_sec_content_box_main {
    padding: 0 20px;
    text-align: center;
}

.about_sec_content_box_one {
    margin: 0;
}
.footer-sec .row .col-md-2, .footer-sec .row .col-md-3 {
    width: 100%;
    max-width: 100%;
    text-align: center;
}


    .section.our_journey_sec .row{
        flex-direction: column;
        align-items: center;
    }
    .test_box{
        margin: 22px 0 15px 0;
        min-height: auto;
    }
    .test_box_top {
        flex-direction: column;
    }
    .test_box .test_btn{
        justify-content: center;
    }
    .hr-connect-solution-sec .solution-bx h3 {
        min-height: auto;
      }
      .guarantees_box {
        margin: 29px 0 0 0;
    }
    .how_work_box {
        box-shadow: 0 0 4px 0 #00000054;
        margin: 14px 0;
      }
      .result_box_detl {
        border-bottom: 2px solid #51515147;
      }
      .s4managebox {
        min-height: 200px !important;
      }
      .s7last_service.last_service_box{
        min-height: 176px;
      }
      .s11_one_only.s9_service_box {
        min-height: 246px;
      }
      .s13only_one.s9_service_box {
        min-height: 306px;
      }
      .navigation_industries ul li.dropdown.show i {
        transform: rotate(90deg);
      }
      #solution_navigation{
        display: none;
      }
      /* #functions_navigation {
        display: none !important;
      } */

      .left_navigation #mobile_parent_li{
        display: block;
    }
}
@media(max-width:575px) 
{
    .test_box p.test_disc {
        font-size: 12px !important;
        height: 120px;
        overflow-y: scroll;
        padding: 0 10px;
    }
    .desktop_row{
        display: none;
    }
    .swiper_responsive{
        display: block !important;
    }
    .result_box_detl {
        min-height: 166px;
    }
    .result_box_detl_2{
        min-height: 235px;
      }
      .alter_box {
        margin: 28px 19px;
        min-height: 207px;
        padding: 32px 14px;
      }
      .service_box{
        margin: 0 !important; 
      }
.onlys6_manage_box.s6_manage_box {
    min-height:350px;
}
.onlys6_manage_box.s6_manage_box p{
    min-height: 230px;
}
.onlys7_manage_box.s6_manage_box {
    min-height: 310px;

}
.onlys7_manage_box.s6_manage_box p {
    min-height: 142px;
    }
    .s10_service_only.last_service_box {
    min-height: 255px;
    }
    section.our_journey_sec.new_journey_sec_st {
    padding: 40px 8px;
    }
    .s10_service_only.last_service_box {
        min-height: 171px;
      }
}



ul.footer-links h4 {
    font-size: 25px;
    color: #000;
    font-weight: bold;
}
.ftr-logo-st img {
    width: 180px;
    margin-bottom: 17px;
}

.ftr-logo-st a {
    padding-top: 0;
}
