:root {
  --primary-color: #863091;
  --secondary-color: #ee406a;
  --bg-dark:#171717;
  --grey-color: #7e8c95;
  --dark-grey: #5d6d82;
  --light: #ffffff;
  --light-50:rgba(255,255,255,0.5);
  --lightgrey: #ededed;
  --mdlightgrey: #656c71;
    --white:#ffffff;
  --light-blue: #dcedf9;
  --darkish: #2f3437;
  --skyblue: #96cff6;
  --lightblue: #eaf1ff;
  --text-primary:#863091;
  --text-secondary:#ee406a;
    --bg-light:#ffffff;
  --btn-hover-shadow:10px 10px 20px rgba(0,0,0,0.20);
}

*{
    transition: all linear .1s
}

/* Bootstrap */

.container{
    max-width: 1300px;
}
.text-primary{
    color: var(--text-primary)!important;
}

.text-secondary{
    color: var(--text-secondary)!important;
}

.bg-gray{
    background-color: #F2F2F2;
}

.btn-group-lg>.btn, .btn-lg{
    font-size: 18px;
    padding: 10px 40px;
}

.btn-primary{ 
    background-color: var(--primary-color);
    border-color: var(--primary-color)
}

.btn-secondary{ 
    background-color: var(--secondary-color);
    border-color: var(--secondary-color)
}

.btn-circle {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    border: none;
    outline: none;
    text-align: center;
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration:underline;
    text-decoration-style: dotted;
    text-decoration-color: #000;
}

.lead{
    font-size: 18px;
    line-height: 28px
}

.lead:not(:last-child){
    margin-bottom: 30px
}

.accordion-button:focus{
    box-shadow: none
}

.accordion-button:not(.collapsed)::after{
    mix-blend-mode: luminosity;
}


.accordion-dark-transparent{
    background: rgba(0,0,0,0.6);
    padding: 20px 40px
}
.accordion-dark-transparent .accordion-item{
    background: transparent;
    border-bottom-color: rgba(255,255,255,0.2)
}

.accordion-dark-transparent .accordion-button,
.accordion-dark-transparent .accordion-body{
    background: transparent;
    color: #ffffff
}

.accordion-s1 .accordion-item,
.accordion-s1 .accordion-item .accordion-button{
    background: transparent;
}

.accordion-s1 .accordion-item .accordion-button{
    font-size: 22px;
    font-weight: 700;
    color: var(--text-dark);
    padding: 25px 0
}

.accordion-s1 .accordion-button:not(.collapsed){
    background-color: transparent
}

.accordion-s1 .accordion-button::after{
    background-image: url(../images/icon-arrow-small-next.svg)
}

.accordion-light .accordion-button::after{
    background-image: url(../images/icon-arrow-small-next_light.svg)
}

.accordion-light .accordion-item,
.accordion-light .accordion-item .accordion-button{
    color: #ffffff
}

.accordion-button:not(.collapsed){
    box-shadow:none; 
}

.accordion-s1 .accordion-button:not(.collapsed)::after{
    transform: rotate(45deg)
}

.accordion-s1 .accordion-body{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px
}

.accordion-s1 ol{
    list-style:decimal-leading-zero;
}

.accordion-s1 ol li::marker{
    border: solid 1px
}

.accordion-s1 ol ::marker {
	content: counters(list-item, '') '. ';
	font-weight: 700;
	font-size: 14px;
	color: #000;
}



body.modal-open .modal-backdrop{
    --bs-backdrop-opacity: 0.8;
    backdrop-filter: blur(5px);
}

.modal-content{
    border: none;
    border-radius: 20px;
}

/* New Theme Styles */

body{
    font-family:"FuturaPT";
    font-weight:300;
    font-size: 18px;
    background: #ffffff
}


h1, .h1{ font-size: 40px; line-height: 1.2 }
h2, .h2{ font-size: 32px; line-height: 1.2 }
h3, .h3{ font-size: 28px; line-height: 1.2 }
h4, .h4{ font-size: 22px; line-height: 1.4 }
h5, .h5{ font-size: 18px; line-height: 1.6 }
h6, .h6{ font-size: 16px; line-height: 1.6 }

.large{
    font-size: 80px;
}

.large__l{
    font-size: 100px;
}

.large__sl{
    font-size: 140px;
}


h1.heading{ font-weight: 900; }
h2.heading{ font-weight: 800; }
h3.heading{ font-weight: 700; }
h4.heading{ font-weight: 600; }
h5.heading{ font-weight: 500; }


a{
    color: var(--dark)
}

.link-icon{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600
}

.link .icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 15px
}

.link .icon-n{
    width: 20px;
    height: 20px;
    background: url(../images/icon-right-arrow.svg) no-repeat center center;
    background-size: 5px;
    margin: 0 0 0 10px
}

.btn{
    border-radius: 0;
    border: none
}

.btn:hover{
    text-decoration: none
}

.btn-white{
    background-color: #ffffff;
}


.arrow {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
}


.a__right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.a__left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.a__up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.a__down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.button {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    color: #863091;
    text-decoration: none;
    display: inline-block
}


.button span{
    padding-right: 90px;
}

.button:before {
  content: "";
  width: 45px;
  height: 1px;
  background: #ee406a;
  position: absolute;
  top: 50%;
  margin-top: 0;
  right: 24px;
  transition: all 0.3s ease;
}

.button:hover{
    text-decoration: none
}


.button:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #ee406a;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 20px;
  transition: all 0.3s ease;
}

.button:hover span {
  color: #ffffff;
}

.button:hover:before {
    top: -4px;
    right: 20px;
    width: 30px;
    height: 20px;
    background: #ee406a;
    border-radius: 30px;
}

.button:after::hover{
    border-color: #ee406a
}

.button:hover:after {
    border-color: transparent transparent transparent #ffffff;
    right: 30px;
    transform: scale(1.1)
}

.button:hover:before {
  background-color: #ee406a;
}

.button-block{
    width: 100%;
    text-align: left
}

.button-pill{
    padding: 15px 30px
}

.button-pill:hover{
/*    border-radius: 14px;*/
    box-shadow: var(--btn-hover-shadow);
}

.button-pill:hover:before {
    top: 17px
}

.button-pill:hover span{
    padding-left: 5px;
}


.button-light{
    background: #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2)
}

.button-light:hover span {
  color: #ee406a;
}

.button-dark{
    background:  #863091;
    color: #ffffff
}

.button-dark:before{
    background: #ee406a
}

.button-dark:after{
    border-color:transparent transparent transparent #ee406a
}


.button__border__bottom{
    border-bottom: solid 1px #000;
    padding: 0 0 10px 0;
}

.button__border__bottom:before{
    margin-top: -3px;
}
.button__border__bottom:after{
    margin-top: -7px;
}

.button__border__bottom:hover{
    border-bottom-color: transparent;
}



.button__white{
    color: #fff;
}

.button__white:before {
    background-color: #ffffff;
}

.button__white:after{
    border-color: transparent transparent transparent #ffffff;
}


.button__white:hover span {
  color: #ffffff;
}

.button__white:hover:before {
  background-color: #ffffff;
}

.btn-arrow{
    display: flex;
    justify-content: space-between;
    position: relative
}

.btn-arrow .arrow__right{
    position: relative;
    margin-left: 15px;
}

.btn-arrow .arrow__right::before,
.btn-arrow .arrow__right::after{
    position: absolute;
    content: '';
    width: 10px;
    height: 1px;
    top: 14px;
    left: 10px;
    background-color: #000;
    transform-origin: 100% 0;
    transition: all .2s;
}

.btn-arrow .arrow__right::after{
    transform: rotate(90deg);
    left: 0px;
}

.btn-arrow .arrow__right{
    padding-right: 20px;
}

.btn-arrow .arrow__right::before{
    left: 0;
}

.btn-arrow:hover .arrow__right::before{
    top: 12px;
    transform: rotate(320deg);
}

.btn-arrow:hover .arrow__right::after{
    top: 12px;
    transform: rotate(45deg);
    left: 0;
}

.btn-arrow .arrow_white::before,
.btn-arrow .arrow_white::after{
    background-color: #fff
}


.arrow {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  position: relative;
  margin: 0 1rem;
}
.arrow span {
  top: 0.5rem;
  position: absolute;
  width: 0.75rem;
  height: 0.1rem;
  background-color: #efefef;
  display: inline-block;
  transition: all 0.2s ease;
}
.arrow span:first-of-type {
  left: 0;
  transform: rotate(45deg);
}
.arrow span:last-of-type {
  right: 0;
  transform: rotate(-45deg);
}
.arrow.active span:first-of-type {
  transform: rotate(-45deg);
}
.arrow.active span:last-of-type {
  transform: rotate(45deg);
}
.arrow--l-r {
  width: 3.25rem;
  height: 1.25rem;
  display: inline-block;
  position: relative;
  margin: 0 1rem;
}
.arrow--l-r.left span:nth-child(4) {
  transform: rotate(-45deg);
}
.arrow--l-r.left span:nth-child(5) {
  transform: rotate(45deg);
}
.arrow--l-r.right span:nth-child(1) {
  transform: rotate(-45deg);
}
.arrow--l-r.right span:nth-child(2) {
  transform: rotate(45deg);
}
.arrow--l-r span {
  position: absolute;
  height: 0.1rem;
  background-color: #efefef;
  transition: transform 0.2s ease;
}
.arrow--l-r span:nth-child(1),
.arrow--l-r span:nth-child(2),
.arrow--l-r span:nth-child(4),
.arrow--l-r span:nth-child(5) {
  width: 0.625rem;
  top: 0.625rem;
}
.arrow--l-r span:nth-child(1) {
  right: 0;
  transform-origin: bottom right;
}
.arrow--l-r span:nth-child(2) {
  right: 0;
  transform-origin: top right;
}
.arrow--l-r span:nth-child(3) {
  width: 3.25rem;
  top: 0.625rem;
}
.arrow--l-r span:nth-child(4) {
  left: 0;
  transform-origin: bottom left;
}
.arrow--l-r span:nth-child(5) {
  left: 0;
  transform-origin: top left;
}

.title-wrapper{
    position: relative
}

.title-primary{
    color: var(--text-dark)
}

.title-border{
    border-bottom: solid 4px #ee406a
}

.title-dash-bottom{
    position: relative
}

.title-dash-bottom::after{
    position: absolute;
    left: 0;
    bottom: -20px;
    content: '';
    width: 80px;
    height: 8px;
    background: #ee406a;
}

.scrolldown-trigger{
    margin: -60px 0 0 0;
    height: 60px
}

.icon-shadow{
    position: relative
}

.icon-shadow::after{
    position: absolute;
    z-index: -1;
    left: 0;
    content: '';
    width: 90px;
    height: 90px;
    background: #dff9ff;
    border-radius: 100%;
}

.icon-shadow:hover::after{
    transform: scale(1.2)
}

.list-unstyled li:not(:last-child){
    margin: 10px 0
}

.list{
    list-style: none;
    padding: 0;
    margin: 20px 0
}

.list li:not(:last-child){
    margin-bottom: 20px
}

.list-arrow{
    padding: 0
}

.list-arrow li{
    background: url(../images/icon-chevron-right.svg) no-repeat 0 6px;
    background-size: 7px;
    padding: 0 0 0 25px
}


.list-arrow-light li{
    background: url(../images/icon-chevron-right-light.svg) no-repeat 0 4px;
}

.list-tick li{
    background: url(../images/tick.png) no-repeat 0 6px;
    background-size: 12px;
    padding: 0 0 0 25px
}

.list-dotted{
    margin-left: 5px
}

.list-dotted li{
    position: relative;
    list-style: square;
    list-style-position: outside;
    padding: 0 0 0 5px
}



.list-col2{
    display: flex;
    flex-wrap: wrap
}

.list-col2 li{
    width: 50%
}

.list-col2 li{
    padding-right: 50px
}

ol.list-count {
   list-style: none;
   counter-reset: item;
 }
 ol.list-count > li {
    position: relative;
    counter-increment: item;
    margin-bottom: 0;
    padding:0 0 30px 60px
 }
 ol.list-count >   li:before {
   position: absolute;
     z-index: 2;
     left: 0;
   margin-right: 10px;
   content: counter(item);
   background: #21c8ff;
   border-radius: 100%;
   color: white;
   width: 30px;
    height: 30px;
   text-align: center;
   display: flex;
     align-items: center;
     justify-content: center
 }

ol.list-count > li:not(:last-child){
    padding-bottom: 20px
}

ol.count-steps > li::after{
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 15px;
    content: '';
    background: #fff;
    width: 1px;
    height: 100%;
}

ol.count-steps.dark > li::after{
    background: rgba(0,0,0,0.1)
} 


ol.list-count > li:last-child::after{
    display: none;
    padding-bottom: 0
}



.nav-center{
    justify-content: center
}

.nav-flat li:not(:last-child){
    border-right: solid 1px #ccc;
}

.nav-flat li{
    width: 300px;
    text-align: center;
    align-items: center
}

.nav-flat .nav-link{
    height: 100%;
    font-size: 20px;
    color: #000;
    border-bottom: solid 3px #e2e2e2;
    padding: 20px 30px
}

.nav-flat.border-bottom .nav-link{
    border-bottom-color: transparent
}

.nav-flat .nav-link.active{
    color: #ee406a;
    border-bottom-color: #ee406a
}


form .error{
    font-size:15px;
    color:red;
}

.nav__sticky__top{
    position: sticky;
    top: 100px;
}

.fixed{
    position: absolute;
}

.fixed__top{
    top: 0;
} 

.fixed__bottom{
    bottom: 0;
} 

.fixed__left{
    left: 0;
} 
.fixed__right{
    right: 0;
} 

.overlay{
    position: relative;
    z-index: 9
}

section.section{
    padding: 80px 0
}

.section.style-1{
    background: linear-gradient(to top, #f8f8f8 0%, #ffffff 100%);
}

.section.style-2{
    background: var(--bg-dark);
    color: #fff;
}
.section.style-3{
    background: var(--lightgrey);
    color: var(--text-dark);
}

section .section-hero{
    margin-bottom: 40px
}

section .content-center{
    text-align: center
}

.brand-logo__h{
    width: 180px;
}
.brand-logo__v{
    height: 100px;
}

.bp-list-nav .nav__list .list-group-item {
    border-top-color: transparent;
    border-bottom-color: var(--dark);
    background-color: transparent;
    font-size: 18px;
    font-weight: 700;
    line-height: 56px;
    padding: 0;
}

.bp-list-nav .nav__list__light .list-group-item {
    border-bottom-color: var(--light-50);
    color: var(--light);
}

.bp-list-nav .nav__list__light a.active::before{
    background: var(--bg-light);
}

.bp-list-nav .nav__list .active{
    margin-top: 0;
    background-color: transparent;
    border-top: none;
    color: var(--dark);
}

.bp-list-nav .nav__list a::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 0px;
    background: #000;
    left: 0;
    bottom: 0;
    transition: all .1s;
}

.bp-list-nav .nav__list a.active::before{
    height: 4px;
}

main.home{
    background-color: var(--primary-color)
}
main.home .container{
    max-width: 1120px
}


.content__overlay{
    position: absolute;
    z-index: 2;
}

.nav-sticky{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;  
    padding: 25px 0
}
.nav-sticky.sticky {
    background-color: #000a1d;
    box-shadow: 0px 5px 40px 0px rgba(0,0,0,.3);
  -webkit-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -ms-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
}
.nav-sticky.nav-out {
  transform: translate3d(0, -100%, 0);
    box-shadow: none;
}


.main-header{
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #ffffff;
}

.main-header.sticky{
    position: sticky;
    top: 0;
    background-image: linear-gradient(120deg, var(--primary-color) 0%, var(--secondary-color) 100%);
/*    box-shadow: 0 0 20px rgba(0,0,0,0.20);*/
    backdrop-filter: blur(5px);
}

.main-header .container__inner{
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
} 




.main-header .brand-logo .logo__dark{
    display: none;
}

.main-header.sticky .brand-logo .logo__light{
    display: none;
}

.main-header.sticky .brand-logo .logo__dark{
    display: inline-flex;
}

.header-nav .main-menu,
.header-nav .text-end{
    display: flex;
    align-items: center
}

.main-header.sticky .bp-primary-nav > .has-children > a::before, 
.main-header.sticky .bp-primary-nav > .has-children > a::after{
    background: #fff;
}


.main-header.sticky .bp-nav-trigger span, 
.main-header.sticky .bp-nav-trigger span::before, 
.main-header.sticky .bp-nav-trigger span::after{
    background: #ffffff
}

.main-header.sticky .bp-nav-trigger.nav-is-visible span{
    background: rgba(46, 50, 51, 0)
}

.header-nav .nav-item>a{
    position: relative;
    color: #ffffff!important;
    opacity: 1;
    margin-left: 30px;
    padding: 0!important;
}


.header-nav .nav-item>a::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 0px;
    border-radius: 30px;
    background:transparent;
    left: 0;
    bottom: -14px;
    transition: all .5s;
}

.header-nav .nav-item>a:hover::after{
    width: 100%;
    height: 3px;
    background: rgba(255,255,255,1);
}

.header-nav .menu-icon .menu-tigger{
    height: 30px;
}

.header-nav .menu-icon .menu-tigger span,
.header-nav .menu-icon .menu-tigger span {
	height: 2px;
	width: 22px;
	background: #863091;
	display: block;
	margin-bottom: 4px;
	transition: .3s;
}


.header-nav .menu-icon{
	cursor: pointer;
}
.header-nav .menu-icon:hover span{
	opacity: 0.8
}
.header-nav .menu-icon .menu-tigger span:last-child{
	margin: 0;
}
.header-nav .menu-icon .menu-tigger span:nth-child(2){
	width: 18px;
}

.header-nav .menu-icon .menu-tigger span{
    background: #ffffff!important
}

.header-nav .menu-icon .menu-tigger span{
    background: #ffffff!important
}

.header-nav .menu-icon{
    display: none;
    margin: 0 0 0 30px
}

.bp-header-buttons{
    display: flex;
    align-items: center;
    margin: 0
}


.main-header .primary-cta-button{
    background: #ee406a;
    color: #ffffff;
    font-size: 18px;
    padding: 6px 15px;
    border-radius: 60px
}



.main-header.sticky .primary-cta-button{
    background: #ffffff;
    color: #000
}


.main-header .primary-cta-button:hover{
    box-shadow: var(--btn-hover-shadow);
    text-decoration: none
}

header .bp-primary-number{
    font-size: 18px;
    font-weight: 800;
}

header .bp-more-trigger{
    display: grid;
    width: 40px;
    height: 30px;
    margin: 0 0 0 30px;
    padding: 10px 0 0;
}

header .bp-more-trigger span{
    background: #000;
    height: 2px;
    display: inline-block;
}

header .bp-more-trigger span:first-child{
    width: 70%;
}
header .bp-more-trigger span:last-child{
    width: 100%;
}


hgroup.heading-group{
    padding: 60px 0;
}

hgroup.md__center{
    text-align: center;
}

hgroup.heading-group h1{
    font-weight: 700
}

.gs_reveal {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}
            

canvas{
    height:100vh;
}



.brand-card{
    padding: 50px
}

.brand-card .brand-logo{
}




.banner{
    position: relative;
    min-height: 400px;
    background: #000000;
}

.banner .banner__home{
    min-height: 400px;
}

.banner__home .slide-content-overlay{
    position: absolute;
    left: 80px;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: end;
}

.banner__home .slide-content{
    position: relative;
    z-index: 2;
    background:#ee406a;
    width: 500px;
    height: 400px;
    color: #ffffff;
    padding:60px;
    margin-right: 60px;
    text-align: left;
    opacity: 0;
    border-top-right-radius: 60px;
    backdrop-filter: blur(50px);
    transform: translateY(800px);
    transition: all 0.7s;
    transition-delay: 1s;
}

.banner__home .slide-image{
    position: relative;
    z-index: 1;
    opacity: 0;
    filter: blur(20px);
    transform: scale(2);
    transition: all 1s;
}

.banner__home .swiper-slide-active .slide-image{
    filter: blur(0px);
    transform: scale(1);
    opacity: 1
}

.banner__home .swiper-slide-active .slide-content{
  opacity: 1;
  visibility: visible;
  backdrop-filter: blur(5px);
  transform: translateY(0px);
    
}

.banner__home  .swiper-pagination-bullet{
    background: #fff;
}


.banner__home .fixed-shape{
    position: absolute;
    right: 0px;
    bottom: -80px;
}

.banner__home img.b-mobile{
    display: none;
    opacity: 0
}

.banner__home .slide-content-text{
    position: relative;
    z-index: 2;
}

.banner__home .banner-pattren{
    position: absolute;
    right: -60px;
    bottom: 0;
    z-index: 0;
    display: none;
}

.banner__home .slide-content h1{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px
}

.home__carousel .swiper-slide{
    text-align: center;
}

.home__carousel .swiper-button-next, 
.home__carousel .swiper-rtl .swiper-button-prev,
.home__carousel .swiper-button-prev, 
.home__carousel .swiper-rtl .swiper-button-next{
    color: #ffffff
}

.home__carousel .swiper-slide img{
    width: 100%
}

.home__carousel .autoplay-progress{
    top: 20px;
    bottom: inherit
}

.home__carousel .autoplay-progress svg{
    stroke:rgba(255,255,255,0.3)
}

.home__carousel .autoplay-progress span{
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,0.5)
}

.page-header{
    position: relative
}

.page-header::before{
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 64px;
    background: #F9F9F9
}


/*


.page-header .page-title{
    width: 80%;
    padding: 40px 0 40px 40px
}

.page-header .page-title .title__text{
    font-size: 140px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    transform: translateX(150px);
}
*/


.page-header .page-title{
    width: 100%;
    padding: 0
}

.page-header .page-title .title__text{
    font-size: 40px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    transform: translateX(0px);
    border-top: solid 1px;
    padding: 40px 0;
    margin: 0
}

.page-hero{
    position: relative;
    min-height: 400px;
    margin:20px 0 0 0;
}

.page-hero::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgb(255,255,255);
background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 7%, rgba(0,0,0,0.2498249299719888) 40%, rgba(0,0,0,0) 79%);
background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 7%, rgba(0,0,0,0.2498249299719888) 40%, rgba(0,0,0,0) 79%);
background: linear-gradient(180deg, rgba(255,255,255,1) 7%, rgba(0,0,0,0.2498249299719888) 40%, rgba(0,0,0,0) 79%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#000000",GradientType=1);
}

.page-hero .hero__content{
    position: relative;
}

.page-hero .hero__content .img-block{
    position: relative;
    z-index: 1;
}

.page-hero .hero__content .text-block{
    position: absolute;
    z-index: 2;
    top:0;
    padding:0 140px 0 160px;
}

.page-hero .hero__content .text-block .block__title{
    width: 500px;
    background:url(../images/shape-7.svg) no-repeat left bottom;
    background-size: 100%;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    padding: 40px 60px;
}

.page-hero .hero__content .text-block .block__content{
    position: relative;
    min-width: 400px;
    margin-left: 500px;
    background:url(../images/shape-5.svg) no-repeat right top;
    background-size: 100%;
/*    backdrop-filter: blur(10px);*/
    font-size: 18px;
    padding: 80px 70px 80px 70px;
}

.page-hero .hero__content .text-block .block__content h3{
    font-size: 22px;
    line-height: 1.4
}

.page-hero .hero__content .text-block .block__content .btn{
    position: absolute;
    left: 70px;
    bottom: -50px;
    padding: 25px 35px;
}

.page-hero .hero__content .img-block img{
    width: 100%;
}

.breadcrumb{
    border-top: solid 1px #e2e2e2;
    padding: 20px 0 0 0;
    font-size: 11px;
    display:none;
}

.breadcrumb .breadcrumb-item a{
    position: relative
}

.breadcrumb .breadcrumb-item a:hover{
    color: #000;
    text-decoration: none
}

.breadcrumb .breadcrumb-item a::before{
    position: absolute;
    content: '';
    width: 0;
    left: 0;
    height: 1px;
    background: rgba(0,0,0,1);
    bottom: -5px;
    transition: all  .5s;
}


.breadcrumb .breadcrumb-item a:hover::before{
    width: 100%;
    right: 0
}

.services,
.services .service-brief{
    position: relative;
    width: 100%;
    
}

.services .heading-group, 
.services .service-brief .heading-group{
    padding-bottom: 0
}

.services .service-brief{
    min-height: 600px;
    margin: 0;
    overflow: hidden;
}

.services .overlay{
    position: relative;
    z-index: 2
}

.services .service-brief .elements{
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%
}

.services .service-brief .elements .element_1{
    position: absolute;
    top: 140px;
    left: -200px;
    width: 600px;
    height: 400px;
}

.services .service-brief .elements .element_2{
    position: absolute;
    bottom: -300px;
    right: -260px;
    width: 600px;
    height: 400px;
      -webkit-transform:rotate(293deg);
  -moz-transform: rotate(293deg);
  -ms-transform: rotate(293deg);
  -o-transform: rotate(293deg);
  transform: rotate(293deg);
}

.services .product-brand-logo{
    position: relative;
    text-align: center;
    margin: 0 auto 30px auto;
}

.services .product-brand-logo::before,
.services .product-brand-logo::after{
    position: absolute;
    content: '';
    width: 25%;
    height: 1px;
    top: 50%
}

.services .product-brand-logo::before{
    background-color: var( --primary-color);
    left: 15%;
}

.services .product-brand-logo::after{
    background-color: var( --secondary-color);
    left: inherit;
    right: 15%;
}

.services .nav-pills{
    display: flex;
    justify-content: center
}

.services .nav-pills .nav__list{
    display: flex;
    justify-content: center
}

.services .nav-pills .nav-item,
.tech-stack .nav-pills .nav-item{
    margin: 5px 5px
}

.services .nav-pills .nav-item .nav-link,
.services .nav-pills .nav-item .nav-link.active,
.tech-stack .nav-pills .nav-item .nav-link,
.tech-stack .nav-pills .nav-item .nav-link.active{
    background: #f1f8ff;
    border-radius: 30px!important;
    padding: 10px 40px;
    font-size: 18px;
    font-weight: 500;
    color: #000000
}

.services .nav-pills .nav-item .nav-link:hover,
.tech-stack .nav-pills .nav-item .nav-link:hover{
    background: #e2ecf6;
}

.services .nav-pills .nav-item .nav-link.active,
.tech-stack .nav-pills .nav-item .nav-link.active{
    background: #ee406a;
    color: #ffffff
}


.bluhive-features-list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0 30px;
}

.bluhive-features-list li{
    width: 23%;
    flex: 1;
    margin:20px 0;
    text-align: center
}

.bluhive-features-list .icon-image{
    width: 110px;
    height: 110px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 auto 10px auto;
}

.bluhive-features-list .icon-image img{
    width: 70px
}



.bluhive-features-list li{
    flex: inherit;
}

.bluhive-features-list .icon-image{
    background-image: linear-gradient(-225deg, #E3FDF5 0%, #d3e7ff 100%);
}

.tech-stack .tech-logos{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 60px 0 0 0
}

.tech-stack .tech-logos .tech-logo-col{
    width: 20%;
    display: flex;
    align-items: center;
    border: solid 1px #ccc;
    margin: 2%;
}

.tech-stack .tech-logos .tech-logo-col:hover{
    transform: scale(1.05)
}

.tech-stack .tech-logos .tech-logo{
    width: 60px;
}

.tech-stack .tech-logos .tech-name{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-weight: 600;
}

.tech-stack .tech-logos .tech-name::before{
    position: absolute;
    left: 0;
    content: '';
    width: 1px;
    height: 100%;
    border-left: solid 1px #ccc
}

.services .project-ui-screens{
    position: relative;
    
}

.services .project-ui-screens .ui-screen{
    position: absolute;
}

.services .project-ui-screens .ui-screen img{
    width: 100%
}

.services .project-ui-screens .screen-1{
    z-index: 4;
    top: 120px;
    left:-40px
}

.services .project-ui-screens .screen-2{
    z-index: 3;
    top: 10px;
    right: 20px
}

.services .service-brief-content{
    margin: 0 0 0 80px
}

.services .service-brief-content .heading{
    font-weight: 700;
    margin: 0 0 20px 0
}

.services .service-brief-content .sub-heading{
    font-size: 20px
}

.services .service-brief-content .list{
    width: 90%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 30px 0
}

.tech-stack{
    margin: 30px 0 0 0
}

.showcase{
    padding: 0 0 100px 0
}

.showcase .featured-project{
    position: relative
}

.showcase .featured-project .hover-content{
    display: none;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    height: 70%;
    background: #ee406a;
    backdrop-filter: blur(20px);
    padding: 50px;
    text-align: center;
    border-radius: 20px;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.1)
    
}

.showcase .featured-project:hover .hover-content{
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #ffffff
}

.featured-project ul.service-tags{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center
}

.featured-project ul.service-tags li{
    font-size: 12px;
    color: #ffffff;
    border: solid 1px #ffffff;
    border-radius: 20px;
    padding: 5px 16px;
    margin: 0 10px 0 0
}

.featured-project .client-feedback{
    width: 80%;
    margin: 30px auto 0 auto;
}

.featured-project .client-feedback h4{
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 10px 0
}

.quality-process{
    background: #F9F9F9;
    padding: 80px 0
}

.service-content .delivery-process{
    background: #F9F9F9;
    background-image: url(https://media.istockphoto.com/id/1418838856/vector/a-team-of-developers-managers-and-designers-creates-a-mobile-app.jpg?s=612x612&w=0&k=20&c=TJDDICxzphFeyybgg896EuHR8TCRnZs_El1TGNxb9J8=);
    background-repeat: no-repeat;
    background-position: center right;
    background-attachment: fixed;
    background-blend-mode: darken;
    padding: 80px 0 100px 0

}

.service-content .delivery-process .dp-step{
    background: #fff;
    padding: 40px;
    height: 100%;
    border-radius: 30px
        
}


.service-content .delivery-process .step{
    background: #ffffff;
}


.service-content .delivery-process .dp-step ul{
    margin: 15px 0 0 0;
    padding: 0
}

.service-content .delivery-process .dp-step ul li{
    margin: 8px 0
}

.service-content .app-process{
    background: #ffffff;
    padding: 80px 0;
}


.app-process ol{
    margin: 0 0 20px 0;
    padding: 0;
    list-style-position: inside;
}

.weuse{
    background: #00082c;
    color: #fff;
    padding: 80px 0;
    text-align: center
}

.weuse .ui-tools{
    margin: 50px 0
}

.weuse .tool-icons,
.weuse .tech-icons{
    display: flex;
    justify-content: center;
    align-items: baseline
}

.weuse .tool-icons .tool-icon{
    width: 120px
}

.weuse .tool-icons .tool-icon img{
    width: 100%
}

.weuse .tech-icons .tech-icon{
    width: 120px
}

.weuse .tech-icons .tech-icon img{
    width: auto
}


.service-content .we-focused{
    background: #F9F9F9;
    background-image: url(../images/LooperGroup.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-attachment: fixed;
    background-blend-mode: darken;
    padding: 80px 0 100px 0

}


.staff-augmentation .service-verticals{
    padding:0 
}

.staff-augmentation .we-focused{
    background: var(--bg-dark);
    color: #ffffff
}



.staff-augmentation .hiring-model .hiring-model-cards{
    display: flex;
    justify-content: center;
    gap:40px;
    margin: 40px 0 0 0
}

.staff-augmentation .hiring-model .hiring-model-cards .card{
    position: relative;
    padding: 30px;
    border: none;
    box-shadow: 0 0 20px rgba(0,0,0,0.10);
    overflow: hidden;
    font-size: 16px;
}

.staff-augmentation .hiring-model .hiring-model-cards .card::before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 8px;
    background: var(--primary-color);
}

.staff-augmentation .hiring-model .hiring-model-cards .card:nth-child(2)::before{
    background: var(--secondary-color);
}


.staff-augmentation .hiring-process{
    padding-top: 0
}

.staff-augmentation .hiring-process-steps {
    padding: 40px 50px 25px 30px;
    list-style: none;
    display: flex;
    align-items: baseline;
}

.staff-augmentation .hiring-process-steps .step{
    font-size: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    flex: 1;
    margin: 0 20px;
}

.staff-augmentation .hiring-process-steps .step-start::before,
.staff-augmentation .hiring-process-steps .step-end::after{
    display: none
}


.staff-augmentation .hiring-process-steps .step::after{
    position: absolute;
    left: -100px;
    top: 52px;
    content: '';
    width: 120px;
    height: 1px;
    border-bottom:solid 1px #ccc;
}

.staff-augmentation .hiring-process-steps .step::after{
    left: inherit;
    right: -100px;
}



.staff-augmentation .hiring-process-steps .step-count{
    position: relative;
    z-index:  9;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background: var(--primary-color);
    font-size: 11px;
    line-height: 28px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-content: center;
    margin: 0 auto 0 auto;
}



.staff-augmentation .hiring-process-steps .step-current .step-count{
    background:var(--theme-primary)
}

.staff-augmentation .hiring-process-steps .step-completed .step-count{
    background:#ee406a;
    color: #ffffff
}



.staff-augmentation .hiring-process-steps .step:nth-child(1) .step-count{
    background-color: var(--primary-color);
}
.staff-augmentation .hiring-process-steps .step:nth-child(2) .step-count{
    background-color: #863091;
}
.staff-augmentation .hiring-process-steps .step:nth-child(3) .step-count{
    background-color: #863091;
}
.staff-augmentation .hiring-process-steps .step:nth-child(4) .step-count{
    background-color: #ee406a;
}
.staff-augmentation .hiring-process-steps .step:nth-child(5) .step-count{
    background-color: #ee406a;
}
.staff-augmentation .hiring-process-steps .step:nth-child(6) .step-count{
    background-color: var(--secondary-color);
}

.staff-augmentation .hiring-process-steps .step-text{
    border: solid 1px var(--primary-color);;
    padding: 10px;
    font-size: 16px;
    line-height: 18px;
    color: #000;
    width: 100%;
    height: 80px;
    border-radius: 40px;
    margin: -14px 0 0 0;
    background: #fff;
    position: relative;
    z-index: 6;
    display: flex;
    align-items: center;
    justify-content: center
}

.staff-augmentation .hiring-process-steps .step:nth-child(1) .step-text{
    border-color: var(--primary-color);
}
.staff-augmentation .hiring-process-steps .step:nth-child(2) .step-text{
    border-color: #863091;
}
.staff-augmentation .hiring-process-steps .step:nth-child(3) .step-text{
    border-color: #863091;
}
.staff-augmentation .hiring-process-steps .step:nth-child(4) .step-text{
    border-color: #ee406a;
}
.staff-augmentation .hiring-process-steps .step:nth-child(5) .step-text{
    border-color: #ee406a;
}
.staff-augmentation .hiring-process-steps .step:nth-child(6) .step-text{
    border-color: var(--secondary-color);
}


.IT-consulting .delivery-process{
    background-image: none
}

.IT-consulting .our-approach{
    padding: 80px 0
}

.IT-consulting .why-choose{
    padding: 20px 0 80px 0
}

.digital-marketing .nav-categories{
    display: flex;
    justify-content: space-between;
    margin: 40px 0
}

.digital-marketing .nav-categories a{
    width: 20%;
    text-align: center;
    font-size: 16px;
    font-weight: 700
}

.digital-marketing .nav-categories .nav-icon{
    height: 160px
}

.digital-marketing .nav-categories a img{
    width: 140px
}


.digital-marketing .nav-categories  a img{
    padding: 20px
}


.digital-marketing .nav-categories a:nth-child(1) img{
    border: solid 1px #ccc;
    border-radius: 100%
}


.digital-marketing .nav-categories a:nth-child(2) img{
    border: solid 1px #ccc;
    border-radius: 100%
}


.digital-marketing .nav-categories a:nth-child(3) img{
    border: solid 1px #ccc;
    border-radius: 100%
}

.digital-marketing .nav-categories a:nth-child(4) img{
    border: solid 1px #ccc;
    border-radius: 100%
}

.digital-marketing .service-verticals{
    margin: 0;
    padding: 0
}

.digital-marketing .service-verticals .vertical{
    padding: 80px 0;
    overflow: hidden;
}


.digital-marketing .service-verticals .vertical:nth-child(1){
    background: var(--lightgrey);
}

.digital-marketing .service-verticals .vertical:nth-child(2){
    background: #ffffff;
}

.digital-marketing .service-verticals .vertical:nth-child(3){
    background: var(--lightgrey);
}

.digital-marketing .service-verticals .vertical:nth-child(4){
    background: #ffffff;
}

.more-target{
    position: absolute;
    top: -80px;
    width: 100%;
    height: 60px;
}

.technologies{
    padding: 80px 0;
    text-align: center
}

.technologies .technoligies__cards{
    margin: 60px 0 0 0
}

.technologies .tech-container{
    padding:40px 30px;
    border-top: solid 1px #ccc;
    margin: 30px 0 0 0
}

.data-analytics .da-functionalities,
.data-analytics .da-functionalities .card,
.data-analytics .da-components,
.data-analytics .da-components .card{
    height: 100%
}

.data-analytics .da-functionalities .card{
    border: solid 1px transparent;
}

.data-analytics .da-components .card{
    border: solid 1px transparent;
}

.data-analytics .da-functionalities .title{
    color: var(--primary-color);
    border-bottom: solid 1px var(--primary-color);
}


.data-analytics .da-components .title{
    color: var(--secondary-color);
    border-bottom: solid 1px var(--secondary-color);
}

.data-analytics .da-functionalities .title,
.data-analytics .da-components .title{
    padding: 10px 0
}


.data-analytics .da-functionalities ul.functionalities-list,
.data-analytics .da-components ul.components-list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    list-style: none;
    margin:20px 40px;
    padding: 0;
}

.data-analytics .da-functionalities ul.functionalities-list li,
.data-analytics .da-components ul.components-list li{
    flex: 1;
    text-align: center
}

.data-analytics .da-functionalities ul.functionalities-list .icon-image,
.data-analytics .da-components ul.components-list .icon-image{
    width: 110px;
    height: 110px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 auto 10px auto;
}

.data-analytics .da-functionalities ul.functionalities-list .icon-image img,
.data-analytics .da-components ul.components-list .icon-image img{
    width: 70px
}



.data-analytics .da-components ul.components-list li{
    flex: inherit;
}

.data-analytics .da-functionalities ul.functionalities-list .icon-image{
    background-image: linear-gradient(-225deg, #E3FDF5 0%, #d3e7ff 100%);
}

.data-analytics .da-components ul.components-list li .icon-image{
    background-image: linear-gradient(-20deg, #deecfa 0%, #dbfcdf 100%);
}

.digital-transformation .dt-help{
    margin: 40px 0
}

.digital-transformation .dt-help .card{
    height: 100%;
    border: none;
    box-shadow: 0 0 20px rgba(0,0,0,0.05)
}

.digital-transformation .dt-help .card .card-body{
    padding: 40px
}

.digital-transformation .dt-help .icon{
    position: relative;
    margin-bottom: 40px
}

.digital-transformation .dt-help .icon::after{
    position: absolute;
    left: 0;
    bottom: -20px;
    content: '';
    width: 100px;
    height: 4px;
    background: var(--secondary-color)
}

.digital-transformation .dt-help .icon img{
    height: 100px
}

.digital-transformation .technology-stack{
    text-align: center
}

.digital-transformation .technology-stack .icon{
    margin-bottom: 10px
}

.digital-transformation .technology-stack .icon img{
    width: 80px
}


.field-services-list{
    display: flex;
    flex-wrap: wrap;
}

.field-services-list .field-service{
    width: 25%;
    padding: 30px;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc
}

.field-services-list .field-service:nth-child(4),
.field-services-list .field-service:nth-child(8){
    border-right: none
}

.field-services-list .field-service:nth-child(5),
.field-services-list .field-service:nth-child(6),
.field-services-list .field-service:nth-child(7),
.field-services-list .field-service:nth-child(8){
    border-bottom: none
}

.field-services-list .field-service .icon{
    position: relative;
    margin-bottom: 30px
}



.field-services-list .field-service .icon img{
    max-width:inherit;
    height: 100px
}

.IT-components{
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 2%
}

.IT-components .card{
    color: #000000;
    padding: 25px;
    border: none
}

.IT-components .list{
    margin: 0 0 0 0
}

.IT-components .list li:not(:last-child){
    margin-bottom: 0
}

 .swiper-thumb {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}


.swiper-content {
height: 80%;
width: 100%;
}

.swiper-thumb {
height: 180px;
box-sizing: border-box;
padding: 10px 0;
}

.swiper-thumb .swiper-slide {
width: 25%;
height: 100%;
opacity: 0.5;
    cursor: pointer
}

.swiper-thumb .swiper-slide-visible img {
filter: grayscale(100%);
}

.swiper-thumb .swiper-slide-thumb-active {
    opacity: 1;
}

.swiper-thumb .swiper-slide-thumb-active img{
    filter: none;
}

.autoplay-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}

.autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}

.technologies .swiper-content .swiper-slide{
    background: #ffffff;
    height: 200px;
}

.technologies .swiper__number {
    bottom: 0
}

.tech-we-work{
    background: var(--primary-color);
    padding: 80px 0;
}


.tech-we-work .tech-cards{
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0 0
}


.tech-we-work .tech-cards .card{
    border: none;
    border-radius: 0;
    width: 100%;
    background-color: #ffffff;
    border-radius: 6px;
    padding: 25px
}


.tech-we-work .tech-cards .card:not(:last-child){
    margin-right: 30px
}


.tech-we-work .tech-cards ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0
}


.tech-we-work .tech-cards ul li{
    padding:6px 15px;
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 6px;
    margin:2px 4px 2px 0px
}


.third-party-services{
    margin: 80px 0
}

.third-party-services .services-list{
    margin: 40px 0 0 0
}

.third-party-services .services-list-item{
    border: solid 1px #b2b2b2;
    border-radius: 6px;
    padding: 30px;
    height: 100%
}

.third-party-services .services-list-item .title{
    border-bottom: solid 1px #b2b2b2;
    margin-bottom: 25px;
    padding-bottom: 15px
}

.third-party-services .service-logos{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.third-party-services .service-logo{
    margin: 0 40px 20px 0;
    text-align: center
}

.third-party-services .service-logo img{
    max-width: 130px;
}


.getstatred-info{
    padding: 40px 0 80px 0
}

.getstatred-info .list{
    margin: 30px 0 0 0
}

.getstatred-info .list li::after{
    position: absolute;
    top: 10px;
    left: 15px;
    content: '';
    width: 1px;
    height: 100%;
    background: #ccc;
    z-index: -1;
}

.getstatred-info .list li:last-child::after{
    display: none
}

.quality-process{
    margin: 80px 0 0 0
}

.quality-process .icon-start{
    margin: 0 0 10px -10px
}

.quality-process .icon-end{
    margin: 10px 0 0 -10px
}


.quality-process .qp .process-revealed{
    margin: 60px 0
}

.process-conatiner {
  position: relative;
  display: table;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.qp .process-revealed section{
    position: relative
}

.qp .process-revealed section:after {
  content: "";
  width: 1px;
  position: absolute;
  top: 5px;
  bottom: 0;
  left: 25px;
  z-index: 1;
  border-left: solid 2px #ccc;
}
.qp h3 {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  color: #888;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}

.qp h3 {
    font-size: 24px;
      color: #000;
    left: 32px;
    position: relative;
    top: -20px;
    padding: 10px;
    display: block;
    z-index: 9;
  }

.qp h3::before{
    position: absolute;
    z-index: -1;
    top: 6px;
    left: 6px;
    content: '';
    width: 44px;
    height: 30px;
    background: #fff
}

.qp .process-step {
    position: sticky;
    padding: 0;
    top: 140px;
    background: #F9F9F9;
    padding:20px 0 0 0;
}

/*
.qp .process-revealed  .process-step:last-child section:after{
    display: none
}
*/

.qp .step-indicator{
    position: absolute;
    left: 0;
    z-index: 2
}

/*
.qp  .process-step-trigger{
    position: absolute;
    top: 0
}
*/

.qp   .step-indicator{
    width: 30px;
    height: 30px;
    background: #ffffff;
    border: solid 2px #000;
    border-radius: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0  0 10px
}

.qp  .step-indicator.active {
    background: #000000;
    color:#ffffff
}

/*
.timeline .year:not(:last-child){
    margin-bottom: 60px
}
*/

.qp .process-step section {
    position: relative;
    margin-bottom: 0;
    padding:0 0 40px 80px;
}

.qp .process-step section ul{
    margin: 0 0 0 0;
    padding-bottom: 0
}

.qp .process-step section ul li{
    padding: 0;
}

.qp .process-step  .step-detail-content{
    position: relative;
    width: 100%;
    background: var(--theme-primary) url(../img/shade-1.png) left bottom;
    padding:40px 50px; 
    margin: 20px 0 40px 0
}

.qp .process-step .journey-step:not(:last-child){
    margin-bottom: 0
}

.grid{
    display: grid;
}

.grid.c3c1{
    grid-template-columns: 1fr 25%;
}

.cg-4{
    grid-column-gap: 40px;
}


.clients{
    padding: 80px 0
}

.clients .featured-clients{
    padding: 20px 0 0 0
}

.clients .featured-clients .client-logo{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px
}

.clients .featured-clients .client-logo img{
  mix-blend-mode: multiply;
    max-height: 40px
}

.clients .process-sequence{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: baseline
}


.why-choose-us{
position: relative;
padding:80px 0;
color: #ffffff;
}
.why-choose-us::before{
position: absolute;
content: '';
top: 0;
left: 0;
right: 0;
background: url(../images/bg-abstract-1.jpg) no-repeat right top fixed;
background-size: cover;
width: 100%;
height: 100%;
z-index: 1;
}

.why-choose-us::after{
    position: absolute;
    z-index: 2;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5)
}

.why-choose-us .container{
    height: 100%
}



.why-choose-us .whatwedo-brief{
    margin:30px 0 80px 0;
    background:  #863091;
    border-top-left-radius: 60px;
    backdrop-filter: blur(50px);
}

.why-choose-us .whatwedo-brief .accordion-button{
    font-size: 20px;
    font-weight: 500;
    padding-left: 40px
}

.why-choose-us .whatwedo-brief .accordion-button::after{
    position: absolute;
    left: 0;
    background: url(../images/icon-tick-white.svg) no-repeat;
}

.why-choose-us .whatwedo-brief .accordion-button:not(.collapsed)::after{
    transform: rotate(0) scale(1.4);
}
    

.why-choose-us .statics{
    margin: 0 0 0 60px
}

.getintouch-entry{
    position: absolute;
    bottom: 0;
    background: #863091;
    backdrop-filter: blur(5px);
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    padding:130px 50px 80px 80px
}

.insights{
    padding: 60px 0 0 0;
    margin-bottom: 60px;
}


.insights .swiper{
    padding-bottom: 60px
}
.insights .divider{
    border-bottom:solid 1px #bebebe!important;
    margin: -60px 0 0 0
}

.insights__teaser{
    display: flex;
    position: relative;
}

.insights__teaser .swiper-wrapper{
    width: 100%;
    height: auto;
    padding-bottom: 80px
}


.insights__teaser .swiper-slide{
    background: #ffffff;
    padding: 5px
}

.insights__teaser  .insight__item{
    width:100%;
    padding: 25px;
    box-shadow: 0 0 4px rgba(0,0,0,0.2)

}

.insights__teaser .insight__item .teaser__image{
    margin-bottom: 40px
}

.insights__teaser .insight__item .teaser__image img{
    width: 100%
}

.insights__teaser .insight__item p{
    height: 140px
}

.insights .insight__label__text{
    text-transform: uppercase;
    text-decoration:underline;
    margin: 20px 0
}

.insights__teaser .teaser__heading{
    font-weight: 600;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}



.service__card{
    position: relative;
}

.service__card .content{
    right: 0;
    bottom: 0;
}

.service__card .service__img{
    margin: 0;
}

.service__card .content__block{
    position: relative;
    background-color: #ccc;
    width: 340px;
    padding: 60px 50px 100px 50px;
}

.service__card .content__block h2{
    font-weight: 700;
    margin-bottom: 30px
}

.service__card .content__block p{
    font-size: 16px;
}

.service__card .service__img img{
    width: 100%;
}

.service__card .content .btn{
    padding: 20px;
}

.service-details{
    display: flex;
}

.service-details .nav-wrapper{
    width: 30%;
    padding: 0;
}

.service-details .nav-wrapper .bp-list-nav{
    padding: 45px 50px
}

.service-details  .service__card{
    width: 70%;
    height: 100%;
}

.service-details  .service__card .content__block{
    width: auto;
    height: 100%;
}

.technoligies{
    padding: 40px 0;
}

.technoligies__cards .technology-card{
    background: #ffffff;
    border-right: solid 2px #626262;
    padding: 80px 40px 60px 50px;
    height: auto
}

.technoligies__cards .technology-card:last-child{
    border-right: none
}

.technoligies__cards .card__content h5{
    font-weight: 700
}

.industries {
    position: relative;
}

.industries-wecover{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px
}

.industries-wecover .card{
    border: none;
    box-shadow: none;
    border-radius: 6px;
    overflow: hidden
}
/*

.industries-wecover .card:not(:last-child){
    margin-bottom: 40px
}
*/

.industries-wecover .card-image-wrapper{
    position: relative;
    height: 400px;
    overflow: hidden;
}

.industries-wecover .card-image-wrapper .card-img{
    position: absolute;
    transform: translateY(-30%) translateX(-40%);
    width: auto;
    height: 600px
}

.industries-wecover .card:hover .card-image-wrapper .card-img{
    transform: translateY(-30%) translateX(-40%) scale(1.1)
}

.industries-wecover .card-img-overlay{
    width: 100%;
    padding: 50px;
    font-size: 16px;
    color: #ffffff;
    cursor: text;
    background: #863091;
    background: -moz-linear-gradient(0deg, rgba(0,64,125,0) 51%, rgba(0,0,0,1) 94%);
    background: -webkit-linear-gradient(0deg, rgba(0,64,125,0) 51%, rgba(0,0,0,1) 94%);
    background: linear-gradient(0deg, rgba(0,64,125,0) 51%, rgba(0,0,0,1) 94%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00407d",endColorstr="#000000",GradientType=1);
}

.industries-wecover .card:hover .card-img-overlay{
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(8px);
}

.industries-wecover .card-img-overlay .card-title{
    transform: translateY(20px);
    margin-bottom: 20px
}

.industries-wecover .card-img-overlay .card-text{
    font-size: 16px;
    line-height: 1.3;
    opacity: 0;
    transform: translateY(-20px)
}

.industries-wecover .card-img-overlay:hover .card-title,
.industries-wecover .card-img-overlay:hover .card-text{
    display: block;
    opacity: 1;
    transform: translateY(0px)
}

.industries-wecover .card-img-overlay:hover .card-title{
    border-bottom: solid 4px #863091
}

.snap__bg{
    background-color: var(--dark);
}

.snap__bg .bg-img{
    width: 100%;
    max-width: 100%;
}

.industries .bg-dark  .snap__title{
    color: var(--white);
    font-weight: 700;
}

.industries .bg-light  .snap__title{
    color: var(--dark)
}

.industries .industy__snap .snap__title{
    position: absolute;
    top: -130px;
    left: 30px;
}

.industries .industy__snap .snap__content{
    position: absolute;
    bottom: -56px;
    background: #ffffff;
    padding: 0;
    width: 900px;
    min-height: 540px;
}

.industries .industy__snap .snap__content h2{
    font-weight: 700;
}

.industries .industy__snap .snap__content p{
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0;
}


.industries__nav{
    position: absolute;
    z-index: 2;
    top: 50px;
    right: 40px;
    width: 280px;
    height: 100%;
}

.industries__nav .sticky-top{
    top: 120px;
}

.industries__nav .nav__heading{
    color: var(--white);
    margin: 0 0 20px 0
}


.industries__nav .nav-pills .nav-link{
    position: relative;
    border-radius: 0;
    background-color: #ffffff;
    margin-bottom: 10px;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    color: var(--dark);
    padding: 10px 20px 10px 45px;
    transition: all .4s;
}

.industries__nav .nav-pills .nav-link.active{
    color: #000;
    padding-left: 25px;
}

.industries__nav .nav-pills .nav-link::before,
.industries__nav .nav-pills .nav-link::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 10px;
    left: 15px;
    top: 24px;
    background-color: #000;
    transform-origin: 100% 0;
    transition: all .2s;
    
}

.industries__nav .nav-pills .nav-link::before{
    transform: rotate(-145deg);
}

.industries__nav .nav-pills .nav-link::after{
    transform: rotate(-45deg);
}

.industries__nav .nav-pills .nav-link.active::before{
    transform: rotate(0deg);
    opacity: 0;
    transition: all .1s;
}


.industries__nav .nav-pills .nav-link.active::after{
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    transform: rotate(0deg);
}



.project-tech{
    margin: 60px 0 0 0;
}

.project-tech .tech-icons{
    display: flex;
}

.project-tech .tech-icons img{
    width: 100px;
}

.industries .ui-screens{
    width: 300px;
    padding: 50px;
    margin: 0 0 10px 0;
}

.industries .ui-screens.swiper-3d .swiper-slide-shadow{
    display: none;
}



.bp-numbers{
    background: #863091;
    color: #ffffff;
    margin: 0;
    padding: 120px 0;
}

.bp-numbers .bp-list-nav{
    margin-right: 60px
}

.bp-numbers .content{
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.bp-numbers .content .content__block{
    background: #863091;
    color: #ffffff;
    padding: 50px;
    margin: 0 60px 0 0;
}

.about-bp .statics{
    margin: 50px 0 0 0;
}

.bg__a{ background-color: #ffd41e!important; }
.bg__b{ background-color: #7adaff!important; }
.bg__c{ background-color: #ffd371!important; }
.bg-indigo{ background-color: var(--bs-indigo)!important; }

.bg-gr-1{ background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%); }
.bg-gr-2{ background-image: linear-gradient(to top, #c1dfc4 0%, #deecdd 100%); }

.bg-gr-primary{
    background: #863091;
    background: -moz-linear-gradient(166deg, #863091 0%, #ee406a 100%);
    background: -webkit-linear-gradient(166deg, #863091 0%, #ee406a 100%);
    background: linear-gradient(166deg, #863091 0%, #ee406a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1874cd",endColorstr="#ee406a",GradientType=1);
}

.swiper__number .swiper-controls{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 200px;
    height: 100px;
    margin: 20px auto 0 auto;
    background: #ffffff;
    z-index: 9;
    display: none
}

.swiper__number .swiper-pagination{
    font-size: 36px;
    width: 100px;
    position: absolute;
    top: 23px;
    left: 50px;
}


.client-feedback{
    padding: 0 0 80px 0
}

.client-feedback .feedback-container{
    position: relative;
    width: 100%;
    padding: 0 60px;
    margin: -50px 0 0 0;
}

.story{
    position: relative;
    display: flex;
    justify-content: space-between;
    border: solid 4px #000;
}

.story .story-content{
    position: relative;
    padding:100px 100px 100px 130px;
}


.story .story-content::before{
    position: absolute;
    content: '';
    width: 100px;
    height: 100px;
    background: #fff url(../images/icon-quote-open.svg) no-repeat center;
    top: 0;
    left: 0;
}

.story .story-content .heading{
    font-size: 50px;
    font-weight: 800;
    margin-bottom: 15px
}

.story .story-content .brief{
    font-size: 20px;
}

.story .writer{
    width: 300px;
    background: #000;
    padding: 60px;
    text-align: center
}

.story .writer__info{
    text-align: center;
    color: #ffffff;
    margin: 35px 0 0 0;
}


.client-feedback .swiper-controls{
    position: absolute;
    bottom: 0;
    right: 262px;
    bottom: 3px;
    background: #fff;
    border: solid 2px #000;
    z-index: 2
}

.mobile-technologies{
    background: #863091;
    background: -moz-linear-gradient(297deg, #863091 0%, #ee406a 100%);
    background: -webkit-linear-gradient(297deg, #863091 0%, #ee406a 100%);
    background: linear-gradient(297deg, #863091 0%, #ee406a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1874cd",endColorstr="#ee406a",GradientType=1);
    padding: 60px 0;
   color: #ffffff

}

.mobile-tech-stack{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    margin: 40px 0 0 0;
    color: #000
}


.mobile-tech-stack .card{
    padding: 10px 20px
}

.mobile-tech-stack .card .card-header{
    background: transparent;
    border-bottom-color: #ee406a;
    color: #863091
}

.csd-process{
    background: var(--lightgrey);
    color: var(--text-dark);
    padding-bottom: 0
}

.csd-process ol{
    margin: 0
}

.getintouch,
.getstart{
    position: relative;
    background-image: linear-gradient(120deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    padding:0 0 60px 0;
    overflow: hidden;
    color: #ffffff
}

.getintouch::before,
.getstart::before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/Looper-BG-1.png) no-repeat top right;
    background-size: cover
}

.getstart{
    padding: 80px 0
}

.getintouch .content,
.getstart .content{
    position: relative;
    z-index:2;
    display: flex;
    justify-content: center
}

.getstart  ol{
    font-size: 16px;
    line-height: 30px;
    list-style-position:inside;
    margin: 40px 0 0 0;
    padding: 0
}

.getstart ol.count-steps li::after{
    background: rgba(255,255,255,0.5)
}

.getstart .getintouch-form{
    border-left: solid 1px rgba(255,255,255,0.2);
    padding-left: 80px;
}

.getintouch .getintouch-form{
    width: 600px;
    padding: 0;
    text-align: center
}

.getintouch-form .gt__form{
    width: 100%;
    margin: auto;
}

.getintouch-form .gt__form .form-control,
.getintouch-form .gt__form .form-select{
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    border:none;
    border-bottom: solid 2px #fff;
    background-color: transparent;
    border-radius: 0;
}


.getintouch-form .gt__form .form-floating>label{
    padding:15px 0
}

.getintouch-form .gt__form .form-control:focus,
.getintouch-form .gt__form .form-control:focus-within,
.getintouch-form .gt__form .form-select:focus,
.getintouch-form .gt__form .form-select:focus-within{
    box-shadow: none
}


.modal .getintouch{
    background: none;
}

.modal .getintouch::before{
    display: none
}

.modal .heading-group{
    padding-top: 0
}

.modal .getintouch,
.modal .getintouch-form .gt__form .form-control, 
.modal .getintouch-form .gt__form .form-select{
    color: #000000
}

.modal .getintouch-form .gt__form .form-control, 
.modal .getintouch-form .gt__form .form-select{
  border-bottom-color: rgba(0,0,0,0.2)  
}

.footer{
    background-color: #000000;
    padding: 60px 0;
    font-size:.85rem;
    color: rgba(255,255,255,0.6)
}

.footer a.link{
    position: relative;
    text-decoration: none;
}

.footer a.link::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background:transparent;
    left: 0;
    bottom: -20px;
    transition: all .5s;
}

.footer a.link:hover::after{
    bottom: -10px;
    width: 100%;
    background: rgba(255,255,255,0.2);
}

.footer .social{
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.footer .social-icons{
    display: flex;
    margin: 0;
}

.footer .social-icons a{
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: 100%;
    padding: 10px;
    margin: 0 5px;
    display: block
}

.footer .social-icons a:hover,
.footer .social-icons a:focus{
    transform: scale(1.2);
    background: rgba(255,255,255,0.05);
}

.footer .social-icons a img{
    width: 100%;
}

.footer nav{
    margin-bottom: 0
}

.footer nav a{
    margin: 0 10px;
    color: #6c757d!important;
}



.footer .brand-logo{
    opacity: .5;
}

.footer .brand-logo img{
    width: 130px;
}

.footer  .rights {
    text-align: right
}



footer{
    position: relative;
    margin: 60px 0 0 0;
    
}

footer::before{
    position: absolute;
    z-index: 1;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/dotted-map.jpg) no-repeat bottom center;
    background-size: 100%;
    opacity: .1
}

footer .footer-main{
    position: relative;
    z-index: 2
}

footer .primary-contact-info .contact-number{
    margin-bottom: 10px
}

footer .primary-contact-info .contact-number span,
footer .primary-contact-info .email-address span{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 40px;
        background: #fff;
    box-shadow: 2px 1px 0;
}

/*
footer .primary-contact-info .email-address span{
    background: var(--secondary-color)
}
*/

footer .nav a{
    margin: 0 20px 0 0
}

footer .social a{
    margin: 0 0 0 5px
}

footer .global-map{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}

footer .global-map .map__bg{
    width: 1200px;
    height: 100%;
    margin: auto;
    background: url(../images/dotted-map.jpg) no-repeat top center;
    background-size: 100%;
    position: relative;
}


footer .global-map .pin{
    position: absolute;
    z-index: 6;
}

footer .global-map .pin__uk{
    top: 78px;
    left: 567px;
}

footer .global-map .pin__europe{
    top: 64px;
    left: 610px;
}

footer .global-map .pin__india{
    top: 200px;
    left: 870px;
}

footer .global-map .pin .pin__dot {
    position: relative;
    width: 8px;
    height: 8px;
    background-color: #FFC524;
    border-radius: 100%;
    display: block;
}

footer .global-map .pin .pin__dot::before{
    position: absolute;
    content: "";
    transform: scale(2.4);
    width: 8px;
    height: 8px;
    background-color: rgba(255, 197, 36,0.3);
    border-radius: 100%;
}

footer .global-map .pin .pin__text{
    background-color: #ffcd26;
    border-radius: 6px;
    position: absolute;
    top: -50px;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 600
}

footer .global-map .pin__uk .pin__text{
    right: 10px;
}

footer .global-map .pin__india .pin__text{
    
    left: 20px;
}

footer .locations {
    min-height: auto;
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 0;
    color: #000000;
}

footer .locations .locations__list{
    position: sticky;
    top: 200px;
    z-index: 2;
}

footer .locations .locations__list{
    display: flex;
    width: 100%;
    margin: 0;
}

.locations__list .branch-info-button{
    background: #ffffff;
    margin-bottom: 20px;
    border: solid 1px #000;
    padding: 10px 20px 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}


.locations__list .branch-info-button:not(:last-child){
    margin-right: 20px
}

.locations__list .accordion-item:first-of-type,
.locations__list .accordion-item:last-of-type{
    border-radius: 0;
}

.locations__list .accordion-button:not(.collapsed){
    background-color: #000;
    color: #ffffff;
}

.locations__list .accordion-body{
    padding: 30px 50px;
}

.locations .branch-info-button .icon-box{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    margin: 0 20px 0 0
}

.locations .branch-info-button .country-img{
    width: auto;
    height: auto;
    margin:0 10px 0 0;
}

.locations .branch-info-button .country-img img{
    max-width: 40px;
    border-radius: 100%;
    margin-right: 10px
}


.locations .branch-info .branch-contact-details a{
    font-weight: 600
}



 .locations .branch-info address{
    margin:15px 0
}

 .locations .branch-info .btn-outline-primary{
    border-color: rgba(0,0,0,0.15);
    font-weight: 600;
}


footer .reach-us .contact-number a{
    font-size: 18px;
    font-weight: 600
}

footer .sitemap{
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0 0 50px 0
}


footer .sitemap li:nth-child(2){
    border-left:solid 1px #ccc;
    border-right:solid 1px #ccc;
    padding: 0 30px;
    margin-left: 40px;
    margin-right: 30px
}


footer .sitemap .category-menu .title{
    margin-bottom: 10px
}

footer .sitemap .nav{
    padding: 0;
    margin: 0;
}


footer .sitemap .category-menu:not(:last-child){
    margin-bottom: 30px
}

footer .sitemap .category-menu .nav-link:not(:last-child){
    margin-bottom: 10px
}

footer .sitemap .category-menu .nav-link{
    color: #000000;
    text-transform: capitalize;
    padding: 0
}

footer .footer-bottom{
    position: relative;
    z-index: 3;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: solid 1px #000;
    margin:20px auto 30px auto;
    padding: 30px 0 0 0

}

footer .nav-secondary{
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    margin: 0 40px;
    padding: 0 40px
}

footer .nav-secondary a{
    margin: 0 10px
}


footer .social a svg{
    background: transparent;
    fill: #000;
    width: 24px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    padding: 0;
    font-size: 13px;
}

footer .social a:hover{
    transform: scale(1.2)
}



footer .footer-bottom .nav a{
    color: #000;
    text-transform: none
}


/* Other page styles */

.ecommerce-solutions{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    margin: 25px 0 0 0
}


.ecommerce-solutions .card{
    border: none;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    padding: 30px
}

.development-features{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    margin: 25px 0 0 0
}

.development-features .card{
    border: none;
    box-shadow: 0 0 15px rgba(0,0,0,0.05);
    padding: 30px
}

.bp-process{
    position: relative;
    background: rgba(0,0,0,0.6) url(../images/bg-abstract-2.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
    color: #fff
}


.bp-process ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 60px 0 0 0;
    padding: 0;
}

.bp-process ul > li{
    position: relative;
    flex: 1;
    border-bottom: solid 4px rgba(255,255,255,0.2);
    padding: 0 30px 0 0;
    margin: 0 30px  0 0;
    height: 300px
}

.bp-process ul > li:hover{
    border-bottom-color: rgba(255,255,255,1);
}

.bp-process ul > li:last-child{
    border-right: none
}


.bp-process ul > li:first-child::before,
.bp-process ul > li:last-child::before{
    content: 'Start';
    font-size: 13px;
    text-transform: uppercase;
    position: absolute;
    top: 60px
}

.bp-process ul > li:nth-child(2)::after,
.bp-process ul > li:nth-child(3)::after,
.bp-process ul > li:nth-child(4)::after,
.bp-process ul > li:nth-child(5)::after,
.bp-process ul > li:nth-child(6)::after{
    position: absolute;
    content: '';
    background: url(../images/icon-arrow-small-next_light.svg) no-repeat;
    background-size: 28px;
    width: 100%;
    height: 100%;
    top: 5px;
    left: -67px;
}

.bp-process ul > li:last-child::before{
    content: 'End';
}

.bp-process ul li:hover:first-child::before,
.bp-process ul li:hover:last-child::before{
    display: none
}

.bp-process ul li .hover-content{
    display: none
}


.bp-process ul li:hover .hover-content{
    display: block;
    height: 100%;
    cursor: pointer
}

.bp-process ul > li .list{
    font-size: 14px;
    line-height: 16px
}

.bp-process ul > li ol.list-count > li:before{
    width: 20px;
    height: 20px;
    font-size: 12px;
    background-color:  var(--secondary-color);
}

.bp-process ul > li ol.list-count > li{
    padding: 0 0 0 35px
}

.contact-us{
    background: #F9F9F9;
    padding:40px 0 80px 0
}


.contact-us .intro{
    width: 70%;
    margin: 0 0 60px 0
}

.contact-us .getintouch-form{
    margin: 30px 0 0 0
}

.contact-us .getintouch-form .gt__form{
    width: 100%;
    text-align: left
}


.contact-us .getintouch-form .gt__form .form-file{
    font-size: 12px;
    font-weight: 500;
    border: solid 1px;
}


section.locations{
    background: var(--bg-dark);
    color: #ffffff;
    padding: 60px 0
}


.locations .locations-info .bp-list-nav .branch-info-button{
    display: flex;
    justify-content: space-between
}

.locations .locations-info .tab-content{
    padding: 50px;
    border: solid 1px  var(--light-50);
}



.about-us,
.career{
    background: #F9F9F9;
    padding:0 0 60px 0
}

.about-us .page-header,
.career .page-header{
    background: #ffffff
}

.career .getintouch-form .gt__form .form-control,
.career .getintouch-form .gt__form .form-select,
.contact-us .getintouch-form .gt__form .form-control,
.contact-us .getintouch-form .gt__form .form-select{
    border-bottom: solid 1px #ccc;
    color: #000
}

.about-us .intro .intro__heading{
    margin: 60px 0 0 0
}

.about-us .intro .intro-visual img{
    width: 100%
}


.about-us .strength{
background: rgb(249,249,249);
background: -moz-linear-gradient(180deg, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(180deg, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f9f9f9",endColorstr="#ffffff",GradientType=1);
    padding: 0 0 60px 0
}


.we-solve{
    padding: 60px 0;
    color: #fff;
    background: var(--bg-dark)
}


.we-solve ul{
    display: flex;
    flex: 1;
    gap:30px;
    list-style: none
}

.we-solve ul li{
    width: 100%
}

.we-solve ul li{
    position: relative;
    border-right: solid 1px rgba(255,255,255,0.2);
    padding-top: 20px;
    padding-right: 30px
}

.we-solve ul li:last-child{
    border-right: none
}

.we-solve ul li h5{
    font-weight: 600;
    height: 70px
}

.values-list  ul li{
    position: relative
}



.values-list .list li:not(:last-child){
    margin-bottom: 40px;
}

.values-list .list li::after{
    position: absolute;
    left: 0;
    bottom: -20px;
    content: '';
    width: 200px;
    height: 1px;
    border-bottom:solid 1px #ccc
}

.values-list .list li:last-child::after{
    display: none
}

.about-us .strength ul{
    display: flex;
    height: 100%;
    list-style: none;
    margin: 60px 0 0 0;
    padding: 0
}


.about-us .strength ul > li{
    flex: 1;
    width: 100%;
    height: 100%;
    border-left: solid 1px var(--primary-color);
    padding:40px 50px 0 50px
}

.about-us .strength ul > li:nth-child(2),
.about-us .strength ul > li:nth-child(4){
    border-left: solid 1px var(--secondary-color);
}


.about-us .strength ul > li h4{
    color: var(--primary-color);
}

.about-us .strength ul > li:nth-child(2) h4,
.about-us .strength ul > li:nth-child(4) h4{
    color: var(--secondary-color);
}

/*

.about-us .strength > li:nth-child(2){
    margin-left: 60px
}


.about-us .strength > li:nth-child(3){
    margin-left: 120px
}


.about-us .strength > li:nth-child(4){
    margin-left: 180px
}
*/

.about-us .strength ul > li ul{
    list-style: none;
    margin: 40px 0;
    padding: 0
}



.about-us .strength ul > li ul >  li:not(:last-child){
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: solid 2px #000;
}

.about-us .strength ul > li ul p{
    margin: 0
}

.service-brief{
    padding: 80px 0
}



.service-verticals{
    padding:0
}


.service-verticals .lead{
    margin: 0 0 60px 0
}

.service-brief .icon{
    margin-bottom: 30px
}

.service-brief .icon img{
    max-width: 80px
}

.join-team{
    background: #262626;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 60px 0
}

.join-team .content{
    flex: 100%;
    max-width: 600px;
    margin:  0 80px 0 120px
}

/* plugin styles */

:root{
    --swiper-theme-color: #000!important;
}


@media only screen and (max-width: 1400px) {
    
    body{
        font-size: 13px
    }


    h1, .h1{ font-size: 32px }
    h2, .h2{ font-size: 28px }
    h3, .h3{ font-size: 22px }
    h4, .h4{ font-size: 18px }
    h5, .h5{ font-size: 16px }
    h6, .h6{ font-size: 14px }

    .large{
        font-size: 60px;
    }

    .large__l{
        font-size: 80px;
    }

    .large__sl{
        font-size: 100px;
    }
    
    .button{
        font-size: 13px
    }
    
    .button span{
        padding-right: 40px
    }
    
    .button:before{
        width: 25px
    }
    
    .button:hover:after{
        right: 24px;
    }
    
    
    .button-pill{
        padding: 10px 20px
    }
    
    .button-pill:hover:before{
        top: 10px;
        width: 25px;
        right: 16px;
    }
    
    .intro .intro-inner{
        min-height: 100vh
    }
    
    .page-hero .hero__content .text-block{
        padding: 0 60px 0 140px;
    }
    
    .page-hero .hero__content .text-block .block__content h3{
        font-size: 20px
    }
    
    .insights__teaser .insight__item p{
        height: 90px
    }
    
        

    
    
    .services .service-brief .elements .element_1{
        width: 400px;
        height: 300px;
        left: -40px
    }
    
    .services .service-brief .elements .element_2{
        width: 400px;
        height: 300px;
        bottom: -200px;
        right: -100px
    }
    
    
    .services .service-brief .elements .element_1 img,
    .services .service-brief .elements .element_2 img{
        width: 100%
    }
    
    
    .services .service-brief{
        margin: 30px 0 0 0;
        padding: 0;
    }
    
    .services .service-brief-content{
        margin: 30px 0 0 30px
    }
    
    .services .service-brief-content .list{
        font-size: 14px
    }
    
    .locations__list .branch-info-button{
        width: auto;
    }
    
    .locations .branch-info-button .country-img img{
        max-width: 30px
    }
    
}

@media only screen and (max-width: 1200px){
    
    .main-header .brand-logo .brand-logo__h{
        width: 160px
    }
    
    .page-hero{
        min-height: auto
    }
    
    .page-hero::before{
        top: -1px
    }
    
    .page-hero .hero__content .text-block .block__title{
        width: 300px;
        font-size: 20px;
        padding: 30px 40px
    }
    
    .page-hero .hero__content .text-block .block__content{
        margin-left:300px;
        padding: 40px 70px 60px 50px
    }
    
    .breadcrumb{
        padding: 10px 40px;
        margin: 0
    }
    
    section.insights,
    section.technologies,
    .service-verticals .section,
    .service-content .service-brief,
    .service-verticals .vertical,
    .main-content .section,
    .service-content .we-focused,
    .service-content .app-process,
    .weuse,
    .showcase,
    .about-us .intro,
    .about-us .strength,
    section.contact-us,
    section.locations,
    section.home-intro, 
    footer{
        padding:60px 40px!important
    }
    

    
    section.insights{
        margin-bottom: 0
    }
    
    .staff-augmentation .hiring-process-steps .step-text{
        border-radius: 20px
    }
    
    .service-content .delivery-process{
        background-position: right top;
        background-size: 60%
    }
    
    .showcase hgroup.heading-group{
        padding: 0 0 40px 0
    }
    
    .locations-info .country-flag{
        width: 80px
    }
}

@media only screen and (max-width: 1024px) {
    
    
    main.home .container{
        width: 90%;
    }
    
    .nav-sticky{
        padding: 25px;
    }
    
    .navbar-dark .navbar-nav .nav-link,
    .navbar-dark .navbar-nav .nav-item .dropdown{
        text-align: right;
        float: right
    }
    

    .main-header .container__inner{
        padding: 15px 40px;
    }
    
    .header-nav .menu-icon{
        display: inline-block;
    }
    
    
    .banner{
        min-height: auto
    }
    
    .banner__home .slide-content{
        width: 90%;
        margin: 0 auto
    }
    
    .banner__home .slide-content h1{
        font-size: 24px
    }
    
    .page-hero .hero__content .text-block{
        padding-left: 60px
    }
    
    .page-hero .hero__content .text-block .block__content h3{
        font-size: 16px
    }
    
    .swiper__number .swiper-controls{
        bottom: 30px;
        height: 60px;
        margin: 0 auto
    }
    
    .swiper__number .swiper-pagination{
        font-size: 18px;
        top: 15px;
    }
    
    .swiper__number .swiper-button-next,
    .swiper__number .swiper-button-prev{
        width: 24px
    }
    
    .swiper__number  .swiper-button-next:after, 
    .swiper__number  .swiper-button-prev:after{
        font-size: 20px
    }
    
    .accordion-s1 .accordion-item .accordion-button{
        font-size: 16px;
        font-weight: 500
    }
    
    .insights__teaser .insight__item p{
        height: 100px
    }
    
    .about-us .strength ul,
    .we-solve ul{
        flex-direction: column;
        margin: 0;
        padding: 0;
    }
    
    .about-us .strength ul{
        margin: 60px 0
    }
    
    .about-us .strength ul > li{
        padding-top: 20px;
        padding-right: 0
    }
    
    .we-solve ul li{
        border-left: solid 1px rgba(255,255,255,0.2);
        border-right: none;
        padding-right: 0;
        padding-left: 30px;
    }
    
    .we-solve ul li h5{
        height: auto
    }
    
    .join-team .visual img{
        max-width: 300px
    }
    
    .industries-wecover{
        grid-template-columns: 1fr 1fr;
    }
    
    .tech-stack .nav{
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start!important;
        overflow-x: scroll
    }
    
    .tech-stack .nav .nav-link{
        white-space: pre;
    }
    
    .tech-stack .tech-logos{
        margin: 25px 0 0 0
    }
    
    .tech-stack .tech-logos .tech-logo-col{
        width: 45%
    }
    
    .tech-stack .tech-logos .tech-logo{
        width: 35px
    }
    
    .tech-stack .tech-logos .tech-name{
        font-size: 12px;
        font-weight: 400
    }
    
    .weuse .tool-icons,
    .dev-tech .tech-icons{
        flex-wrap: nowrap;
        gap:20px
    }
    
    .weuse .tool-icons .tool-icon,
    .dev-tech .tech-icons .tech-icon{
        width: 180px
    }
    
    .weuse .tool-icons .tool-icon img,
    .dev-tech .tech-icons .tech-icon img{
        width: 100%
    }
    
    footer{
        margin: 0
    }
    
    footer .reach-us{
        display: flex;
        justify-content: space-between;
        margin-bottom: 40px
    }
    
    footer .locations{
        flex-direction: column
    }
    
    .locations .branch-info-button .icon-box h5{
        font-size: 13px;
        line-height: 16px
    }
    
    footer .footer-bottom .social a{
        padding: 0 5px
    }

    footer .footer-bottom .social a svg{
        width: 18px
    }
    
    .footer nav.social-icons a img{
        width: 90%
    }
}

@media screen and (min-device-width: 600px) and (max-device-width: 900px) and (orientation : landscape){
    
    .swiper__number .swiper-controls{
        display: block
    }
}

@media only screen and (max-width: 768px) {
    
    .list-col2 li{
        width: 100%
    }
    
    .main-header .container{
        padding: 0
    }
    
    .main-header .container__inner {
        padding:10px 20px;
    }
    
    section.insights,
    section.technologies,
    .service-verticals .section,
    .service-content .service-brief,
    .service-verticals .vertical,
    .main-content .section,
    .service-content .we-focused,
    .service-content .app-process,
    .weuse,
    .showcase,
    .about-us .intro,
    .about-us .strength,
    section.contact-us,
    section.locations,
    section.home-intro, 
    section.getstart,
    footer{
        padding:40px 30px!important
    }
    
    

    
    .header-nav .main-menu{
        display: none!important
    }
    
    .header-nav .user-menu{
        flex-direction: column
    }
    
    .breadcrumb{
        padding: 5px 10px
    }
    
    main.home h1,
    main.home .h1{
        font-size: 2rem
    }
    
    main.home .h2, 
    main.home h2 {
        font-size: 1.50rem;
    }
    
    main.home .h3, 
    main.home h3 {
        font-size: 1.25rem;
    }
    
    main.home .h4, 
    main.home h4 {
        font-size: 1rem;
    }
    
    .main-header .brand-logo .brand-logo__h{
        width: 120px
    }
    
    .main-header .primary-cta-button{
        font-size: 16px
    }
    
    
    .banner__home img.b-default{
        display: none
    }
    
    .banner__home img.b-mobile{
        display: block;
        opacity: 1
    }   
    
    .banner__home .slide-content{
        padding: 40px
    }
    
    .banner__home .slide-content h1{
        font-size: 18px
    }
    
    
    .page-hero::before{
        height: 0
    }
    
    .page-hero .hero__content .text-block{
        position: relative;
        margin: -60px 0 0 0;
        padding: 0
    }
    
    .page-hero .hero__content .text-block .block__content{
        min-width: inherit;
        background: #ffffff;
        margin: 4px 0 0 0;
        padding:5px 30px 30px 30px;
        border-bottom: solid 1px #d3d3d3
    }
        
    .page-hero .hero__content .text-block .block__title{
        width: auto;
        font-size: 24px;
        padding:20px 30px 15px 30px;
        background: #ffffff;
    }
    
    .page-hero .hero__content .text-block .block__content h3{
        font-size: 18px;
        font-weight: 300
    }
    
    .page-hero .hero__content .text-block .block__content .btn{
        display: none
    }
    
    .swiper__number .swiper-controls{
        display: block
    }
    
    .services .heading-group{
        padding: 0 30px
    }
    
    .services .nav-pills{
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: scroll;
        padding: 0 0 20px 20px
    }
    
    .services .nav-pills .nav-link{
        white-space: pre
    }
    
    .digital-marketing .nav-categories{
        flex-wrap: wrap;
        gap:2%
    }
    
    .digital-marketing .nav-categories a{
        width: 46%;
        margin-bottom: 20px
    }
    
    .digital-marketing .nav-categories .nav-icon{
        height: 130px
    }
    
    .digital-marketing .nav-categories a img{
        width: 120px
    }
    
    
    .staff-augmentation .hiring-model .hiring-model-cards,
    .staff-augmentation .hiring-process-steps{
        flex-direction: column
    }
    
    .staff-augmentation .hiring-process-steps{
        padding: 30px 0;
    }
    
    .staff-augmentation .hiring-process-steps .step{
        position: relative;
        width: 100%;
        margin: 0
    }
    
    .staff-augmentation .hiring-process-steps .step-count{
        position: absolute;
        top: 13px;
        left: -10px;
    }
    
    .staff-augmentation .hiring-process-steps .step-text{
        width: 100%
    }
    
    .staff-augmentation .hiring-process-steps .step::after{
        display: none
    }
    
    .getstart .getintouch-form{
        border-left: none;
        padding-left: 60px
    }
    
    .join-team{
        flex-direction: column;
        align-items: flex-start;
    }
    
    .join-team .content{
        margin-left: 60px
    }
    
    .footer nav.social-icons a{
        display: inline-block;
        margin: 15px;
    }
    
    footer .reach-us,
    footer .sitemap,
    footer .locations .locations__list,
    footer .footer-bottom{
        flex-direction: column
    }
    
    footer .sitemap{
        border-top: solid 1px #000000;
        border-bottom: solid 1px #000000;
        padding: 25px 0
    }
    
    footer .sitemap li:nth-child(2){
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: none;
        padding: 20px 0;
        margin: 20px 0;
    }
    
    footer .locations .locations__list .branch-info-button{
        width: 100%
    }
    
    footer .footer-bottom{
        border-top: none
    }
    
    footer .nav-secondary{
        width: 100%;
        border-left: none;
        border-right: none;
        border-top: solid 1px #000000;
        border-bottom: solid 1px #000000;
        padding: 20px 0;
        margin: 20px 0;
        justify-content: center;
    }
    
    
    .modal .getintouch hgroup.heading-group{
        padding-bottom: 20px
    }
}



@media only screen and (max-width: 736px) {
    
    body{
        font-size: 13px
    }
    
    main.home h1, main.home .h1{
        font-size: 26px
    }
    
    .header-nav{
        padding:30px 15px!important
    }
    
    .header-nav  .brand-logo img{@
        height: 25px
    }
    
    
    .header-nav .user-menu{
        display: none
    }
    
    .intro .intro-bg img{
        width: 90%
    }
    
    .services .heading-group {
        padding:30px;
    }
    
    .services .project-ui-screens {
        height: 350px
    }
    
    .services .project-ui-screens .screen-1{
        left: 0
    }
    
    .services .project-ui-screens .screen-2 {
        left: 20px
    }
    
    .services .service-brief-content{
        margin: 30px 30px 60px 30px
    }
    
    
    .footer{
        padding: 30px 0 30px 0;
    }
    
    .footer .page-links{
        text-align: center;
        margin: 0 0  40px 0
    }
    
    .footer .social{
        flex-direction: column
    }

}
