:root {
  --primary-color: #2C5BA9;
  --secondary-color: #8FC73E;
  --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: #F2FAFD;
  --text-primary:#2C5BA9;
  --text-secondary:#8FC73E;
  --light-lemon-yellow:#F4FAEC;
    --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;
}

.color-secondary{
    color: var(--text-secondary)!important;
}

.bg-gray{
    background-color: #F2F2F2;
}

.bg-lightblue{
    background-color: var(--lightblue);
}

.bg-light-ly{
    background-color: var(--light-lemon-yellow);
}


a{
    text-decoration: none;
}

a:hover{
    text-decoration:none
}

a.active {
  color: #4CAF50;
  font-weight: bold;
  border-bottom: 2px solid #4CAF50;
}


.btn{
    font-size: 14px;
    font-weight: 600;
    border-radius: 40px;
    border: none;
    padding: 10px 25px;
}

.btn:hover{
    text-decoration: none
}



.btn-white{
    background-color: #ffffff;
}

.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-light{
    background-color: #ffffff;
    border: solid 1px rgba(0,0,0,0.9);
}

.btn-circle {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    border: none;
    outline: none;
    text-align: center;
}



.btn-grt{
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    padding: 2px;
    border-radius: 60px!important;
    background: #3953A4;
    background: -webkit-linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    background: -moz-linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    background: linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3953A4", endColorstr="#B5D334", GradientType=0);
}

.btn-grt span {
    display: block;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 10px 16px;
    border-radius: 40px;
}

.btn-hover-grt{
    min-width:180px
}

.btn-hover-grt:hover{
    position: relative;
    padding: 1px;
    background: #3953A4;
    background: -webkit-linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    background: -moz-linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    background: linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3953A4", endColorstr="#B5D334", GradientType=0);
}

.btn-hover-grt span{
    padding: 10px 16px;
    border-radius: 40px;
}

.btn-hover-grt:hover span {
    display: block;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    
}

.btn-flat,
.btn-flat span{
    border-radius: 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: #3953A4;
    background: -webkit-linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    background: -moz-linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    background: linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3953A4", endColorstr="#B5D334", GradientType=0);
}

.ripple-effect{
    position:relative;
    z-index: 2;
    font-size: 14px;
    font-weight: 600;
    border-radius: 40px;
    border: none;
    padding: 10px 25px;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 50px;
}



.ripple-effect span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #b5d334;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.ripple-effect:hover :has(span) {
  color: #d0d1ec;
}
.ripple-effect:hover span {
  width: 225%;
  height: 562.5px;
}
.ripple-effect:active {
  background-color: #4248b4;
}


.primary-nav-btn{
    position:relative;
    z-index: 2;
    font-size: 14px;
    font-weight: 600;
    border-radius: 40px;
    border: none;
    padding: 10px 25px;
    display: block;
    overflow: hidden!important;
    width: 100%;
    height: 50px;
}



.primary-nav-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #1874cd;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.primary-nav-btn:hover,
.primary-nav-btn:hover :has(span) {
  color: #ffffff;
}
.primary-nav-btn:hover span {
  width: 400px;
    height: 400px;
}
.primary-nav-btn:active {
  background-color: #4248b4;
}




.lead{
    font-size: 18px;
    line-height: 28px
}

.lead:not(:last-child){
    margin-bottom: 30px
}

.form-control:focus{
    box-shadow: 0 0 0 .25rem rgba(174, 174, 174, 0.25);
}

.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:"Montserrat", sans-serif;
    font-size: 14px;
    font-weight:500;
    background: #ffffff;
    width: 100%;
    overflow-x: hidden;
}


h1, .h1{ font-size: 40px; line-height: 1.2 }
h2, .h2{ font-size: 32px; line-height: 1.4 }
h3, .h3{ font-size: 28px; line-height: 1.4 }
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 }

p{ font-size: 14px; font-weight: 500; }

.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; }

.text-bold{ font-weight: 700; }

img {
  transition: 0.3s;
}

img:hover:hover {
  transform: scale(1.02);
}


.img-rounded{
    border-radius: 10px;
}


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
}



.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-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: #00CD66;
}

.button-dark{
    background:  #1874cd;
    color: #ffffff
}

.button-dark:before{
    background: #00cd66
}

.button-dark:after{
    border-color:transparent transparent transparent #00cd66
}


.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 #00cd66
}

.title-dash-bottom{
    position: relative
}

.title-dash-bottom::after{
    position: absolute;
    left: 0;
    bottom: -20px;
    content: '';
    width: 80px;
    height: 8px;
    background: #00cd66;
}

.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 .heading{
    color: var(--text-primary);
}

.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-shape-1 li{
    background: url(../images/shape-8.svg) no-repeat 0 4px;
    padding-left: 50px;
    background-size: 20px;
    min-height: 40px;
}

.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
}


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
}

.nav-center{
    justify-content: center
}

.nav-divider a{
    position: relative;
    padding-right: 20px;
}


.nav-divider a:not(:last-child)::after{
    position: absolute;
    content: '';
    display: inline;
    right: 0;
    border-right: solid 1px #5e5e5e;
    width: 2px;
    height: 20px;
}

.nav-divider a.active::after{
    display: none;
}

.nav-pills .nav-link{
    padding: 10px 34px;
    border-radius: 60px;
}

.nav-pills .nav-link.active, 
.nav-pills .show>.nav-link{
    background-color: var(--primary-color);
}

.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{
    position: relative;
    height: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    border-bottom: solid 3px #e2e2e2;
    padding: 20px 30px
}

.nav-transparent .nav-link{
     background-color: transparent;
     border: none;
}

.nav-flat.border-bottom .nav-link{
    border-bottom-color: transparent
}



.nav-flat .nav-link.active{
    color: #000000;
}

.nav-flat .nav-link::after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
}

.nav-flat .nav-link.active::after{
    background: #3953A4;
    background: -webkit-linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    background: -moz-linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    background: linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3953A4", endColorstr="#B5D334", GradientType=0);
}

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::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 4px;
    top: 0;
    left: 0;
    background: #3953A4;
    background: -webkit-linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    background: -moz-linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    background: linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3953A4", endColorstr="#B5D334", GradientType=0);
}

.main-header__container{
    max-width: 1480px;
    padding-left: 25px;
    padding-right: 25px;
}

.main-header.sticky{
    position: sticky;
    top: 0;
    background: #000d35;
    /*background: #3953A4;*/
    /*background: -webkit-linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);*/
    /*background: -moz-linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);*/
    /*background: linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);*/
    /*background: linear-gradient(80deg, rgb(251 251 251) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3953A4", endColorstr="#B5D334", GradientType=0);*/
/*    box-shadow: 0 0 20px rgba(0,0,0,0.20);*/
    backdrop-filter: blur(5px);
}

.main-header.sticky::before{
    background: #0085c4;
}

.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;
}

.main-header .inner-end{
    display: flex;
    align-items: center;
}

.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: #215dab;
	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{
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    padding: 2px;
    border-radius: 60px;
    height: 40px;
    background: #3953A4;
    background: -webkit-linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    background: -moz-linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    background: linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3953A4", endColorstr="#B5D334", GradientType=0);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
    
}

/* .main-header .primary-cta-button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    border-radius: 56px;
} */

.main-header .primary-cta-button span{
    display: block;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    padding: 10px 16px;
    border-radius: 40px;
}



.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: 20px 0;
}

hgroup.md__center{
    text-align: center;
}

hgroup.heading-group.group-fixed{
    position: absolute;
    width: 100%;
    z-index: 9;
}

hgroup.heading-group h2{
    font-size: 36px;
    color: var(--text-primary);
    font-weight: 600
}

hgroup.heading-group h3{
    font-weight: 600;
}

section > hgroup.heading-group{
    padding:  0 20px 60px 20px;
}

section.content-hero{
    padding: 50px 0;
}

.cards-style-1 .card{
    border: none;
    background-color: transparent;
    padding: 0;
}

.cards-style-1 .card .card-body{
    padding: 20px 0;
}

.cards-style-1 .card h4{
    height: 80px;
}

.cards-style-1 .card1{
    border: none;
    background-color: transparent;
    padding: 0;
}

.cards-style-1 .card1 .card1-body{
    padding: 20px 0;
}

.cards-style-1 .card1 h4{
    height: 30px;
}

.gs_reveal {
  opacity: 0;
  visibility: hidden;
  will-change: transform, opacity;
}
            

canvas{
    height:100vh;
}




.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;
}

.swiper__number .swiper-pagination{
    font-size: 36px;
    width: 100px;
    position: absolute;
    top: 23px;
    left: 50px;
}

.swiper-pagination.static{
    position: relative;
    margin:40px 0 0 0
}

.swiper .swiper-pagination-bullet{
    background-color: #ffffff;
    border:solid 2px var(--primary-color);
}

.swiper .swiper-pagination-bullet-active{
    background-color: var(--primary-color);
}

.brand-card{
    padding: 50px
}



.banner{
    position: relative;
    min-height: 300px;
    background: #000000;
}

.banner .banner__home{
    min-height: 600px;
}

.banner__home .slide-content-overlay{
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.banner__home .slide-content{
    position: relative;
    background:rgba(30,90, 137,0.40);
    width: 600px;
    height: auto;
    color: #ffffff;
    padding:60px;
    margin-right: 60px;
    text-align: left;
    opacity: 1;
    border-radius: 60px;
    backdrop-filter: blur(10px);
    transition: all 0.7s;
}





.banner__home  .swiper-pagination-bullet{
    background: #fff;
}


.banner__home .fixed-shape{
    position: absolute;
    right: 0px;
    bottom: -80px;
}

.banner__home img.b-mobile{
    display: none
}

.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: 40px;
    font-weight: 800;
    margin-bottom: 0
}

.banner__home .slide-content h1 small{
    display: block;
    font-size: 20px;
    font-weight: 500;
}

.home__carousel .swiper-slide{
    position: relative;
    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%;
    min-height: 300px;
}

.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: 25vh;
    margin:0;
    background: #3953A4;
    background: -webkit-linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    background: -moz-linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    background: linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3953A4", endColorstr="#B5D334", GradientType=0);
    overflow: hidden;
}

.page-hero::before{
    position: absolute;
    content: '';
    width: 100vw;
    height: 100%;
    z-index: 2;
    background: rgb(0,0,0,0.5);
}

.page-hero .hero__content{
    position: relative;
    width: 100vw;
    height: 100%;
}

.page-hero .hero__content .img-block{
    position: relative;
    z-index: 1;
    width:100vw;
}

.page-hero .hero__content .img-block .b-mobile{
    display: none;
}

.page-hero .hero__content .text-block{
    position: absolute;
    z-index: 2;
    width: 100vw;
    top:0;
    bottom: 0;
    padding:0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.page-hero .hero__content .text-block .block__title{
    font-size: 36px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 20px 0;
}


.page-hero .hero__content .text-block .block__content{
    position: relative;
    font-size: 18px;
    padding: 80px 70px 80px 70px;
    text-align: center;
    height: auto;
}

.page-hero .hero__content .text-block .block__content h3{
    font-size: 20px;
    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 .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,
.services .nav-flat{
    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: #1874cd;
    color: #ffffff
}


.industry-solutions{
    background-color: #E6F5FB;
}

.bluhive-product .products-intro{
    background-color: #F2FAFD;
    padding: 50px 0;
}

.bluhive-product .products-intro .product-brief-content{
    padding:0 30px
}

.bluhive-product .project-ui-screens .ui-screen img {
    width: 100%;
}


.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-product-key-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0 auto 0 auto;
    padding:0;
    gap: 1px;
    max-width: 100%;
    list-style: none;
    background: rgb(219, 219, 219);
    background: -moz-radial-gradient(circle, rgba(219,219,219,1) 38%, rgba(255,255,255,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(219, 219, 219, 1) 38%, rgba(255, 255, 255, 1) 100%);
    background: radial-gradient(circle, rgba(219, 219, 219, 1) 38%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dbdbdb",endColorstr="#ffffff",GradientType=1);
    border-top: solid 1px #d5d5d5;
    border-bottom: solid 1px #d5d5d5;
}


.product-key-features{
    padding: 60px 0 0 0;
}


.bluhive-product-key-list li{
    flex: inherit;
    background-color: #ffffff;
    width: 100%;
    text-align: center;
    padding: 50px;
}

.bluhive-product-key-list li figure{
    height:80px
}


.bluhive-features-list .icon-image{
    background-image: linear-gradient(-225deg, #E3FDF5 0%, #d3e7ff 100%);
}

.recruitment-clients .client-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 60px auto 0 auto;
    gap: 1px;
    max-width: 100%;
    background: rgb(219, 219, 219);
    background: -moz-radial-gradient(circle, rgba(219,219,219,1) 38%, rgba(255,255,255,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(219, 219, 219, 1) 38%, rgba(255, 255, 255, 1) 100%);
    background: radial-gradient(circle, rgba(219, 219, 219, 1) 38%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dbdbdb",endColorstr="#ffffff",GradientType=1);
}

.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: rgba(0, 205, 102,0.8);
    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:#009d53;
    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: #1289b4;
}
.staff-augmentation .hiring-process-steps .step:nth-child(3) .step-count{
    background-color: #0e98a3;
}
.staff-augmentation .hiring-process-steps .step:nth-child(4) .step-count{
    background-color: #0aab8e;
}
.staff-augmentation .hiring-process-steps .step:nth-child(5) .step-count{
    background-color: #04bd78;
}
.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: #1289b4;
}
.staff-augmentation .hiring-process-steps .step:nth-child(3) .step-text{
    border-color: #0e98a3;
}
.staff-augmentation .hiring-process-steps .step:nth-child(4) .step-text{
    border-color: #0aab8e;
}
.staff-augmentation .hiring-process-steps .step:nth-child(5) .step-text{
    border-color: #04bd78;
}
.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 #f5f5f5;
    border-radius: 6px;
    margin: 2px 4px 2px 0px;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
}


.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;
    background-color: #ffffff;
}

.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;
overflow: hidden;
padding:0 0 0 0;
}


.why-choose-us .container{
    height: 100%
}



.why-choose-us .whatwedo-brief{
    margin:30px 0 80px 0;
    background:  rgba(24, 116, 205,0.85);
    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{
    position: relative;
    margin: 0;
    padding: 60px 0 0 0;
}


.why-choose-us .statics::before {
    position: absolute;
    content: '';
    width: 75%;
    height: 6px;
    top: 0;
    right: 0;
    background: #3953A4;
    background: -webkit-linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    background: -moz-linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    background: linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3953A4", endColorstr="#B5D334", GradientType=0);
}

.why-choose-us .statics ul.statics-list{
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    gap: 40px;
}

.why-choose-us .statics ul.statics-list li{
    display: flex;
    gap: 20px;
}

.why-choose-us .statics ul.statics-list li h3{
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}

.why-choose-us .statics ul.statics-list li p{
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

/*.why-choose-us .countries-list{*/
/*    background-color: #F9FCF5;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    list-style: none;*/
/*    font-size: 14px;*/
/*    font-weight: 600;*/
/*    padding:30px 60px;*/
/*    margin: 30px 0 0 0;*/
/*}*/

.why-choose-us .countries-list {
    background-color: #F9FCF5;
    margin: 0;
    padding: 30px 60px;
    display: inline-flex;   /* inline-flex allows smooth scroll */
    gap: 40px;              /* spacing between items */
    list-style: none;
    font-size: 14px;
    font-weight: 600;
    animation: scroll-left 25s linear infinite;
}

@keyframes scroll-left {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); } /* move half width */
}

.why-choose-us .countries-list li{
    display: flex;
    align-items: center;
    gap:12px;
    margin-right: 15px;
}

.why-choose-us .countries-list li:last-child{
    margin-right: 0;
}


.getintouch-entry{
    position: absolute;
    bottom: 0;
    background: rgba(4, 33, 155,0.7);
    backdrop-filter: blur(5px);
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    padding:130px 50px 80px 80px
}

.insights{
    display: none;
    position: relative;
    padding: 60px 0 0 0;
    overflow: hidden;
}

.insights .wheel-image-container{
    position: absolute;
    top: calc(50% - 20%);
    right: -13%;
}

.insights .wheel-image-container .wheel-img{
    position: relative;
    transform: translateX(-50%) rotate(0deg);
    z-index: 1;
}



.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;
}


.insights__teaser .swiper-slide{
    background: #ffffff;
    padding: 5px
}

.insights__teaser  .insight__item{
    position: relative;
    width:100%;
    border: solid 1px #ebebeb;
    border-radius: 14px;
    padding: 6px;
}

.insights__teaser .insight__item .teaser__image{
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 0
}

.insights__teaser .insight__item .teaser__image img{
    width: 100%
}

.insights__teaser .insight__item .teaser__content{
    padding: 25px;
}

.insights__teaser .insight__item p{
    height: 160px
}

.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;
}


.insights__teaser .teaser__cta{
    position: absolute;
    left: calc(50% - 90px);
    right: 0;
    bottom: -20px;
    width: 180px;
    
}


.service__card{
    position: relative;
}

.service__card .left-top{
    top: 40px;
    left: 30px;
}

.service__card .right-bottom{
    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_cards{
    padding: 60px 0 80px 0;
}

.industries_cards a.card{
    cursor: pointer;
}

.industries_cards .card,
.industries-wecover .card{
    border: none;
    box-shadow: none;
    border-radius: 6px;
    overflow: hidden
}
/*

.industries-wecover .card:not(:last-child){
    margin-bottom: 40px
}
*/

.industries_cards .card .card-image-wrapper,
.industries-wecover .card-image-wrapper{
    position: relative;
    height: 400px;
    overflow: hidden;
}

.industries_cards .card .card-image-wrapper .card-img, 
.industries-wecover .card-image-wrapper .card-img{
    position: absolute;
    transform: translateY(-30%) translateX(-40%);
    width: auto;
    height: 600px
}

.industries_cards .card .card-image-wrapper{
    height:230px
}

.industries_cards .card:hover .card-image-wrapper{
    width: 100%;
    transform: scale(1.2);
    transition:all 1s;
}

.industries_cards .card .card-image-wrapper .card-img{
    height:266px;
    transform: translateY(0%) translateX(0%) scale(1.1) !important;
}

.industries_cards .card .card-image-wrapper .card-img,
.industries-wecover .card:hover .card-image-wrapper .card-img{
    transform: translateY(-30%) translateX(-40%) scale(1.1)
}

.industries_cards .card .card-img-overlay,
.industries-wecover .card-img-overlay{
    width: 100%;
    padding: 20px 30px;
    font-size: 16px;
    color: #ffffff;
    cursor: text;
    display: flex;
    align-items: end;
    background: #000;
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 46%);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 46%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 46%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

.industries_cards .card:hover .card-img-overlay,
.industries-wecover .card:hover .card-img-overlay{
    background: rgba(0,0,0,0.7);
}

.industries_cards .card .card-img-overlay .card-title{
    font-size: 16px;
    font-weight: 600;
}

.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 #00cd66
}

.industry-solutions {
  position: relative;
  overflow: hidden;
}

.ins-wheel {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.ins-wheel-img {
  width: 300px; /* or the actual size of your wheel image */
  height: auto;
}


.snap__bg{
    background-color: #F2F9FD;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: end;
    width: 100%;
}

.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)
}

.industry-solutions .solution-item{
    display: flex;
    gap:30px
}

.services{
    padding: 0;
}

.services__tab{
    position: relative;
}

/* .services__tab::before{
    position: absolute;
    content: '';
    width: 300px;
    height: 100%;
    background: url(../images/circle-graident.svg) no-repeat center;
    background-size: contain;
    left: -150px;;
} */

.services__tab .services__intro{
    position: relative;
    background-color: #F2F9FD;
    padding-top: 60px;
}

.services__intro .wheel{
    position: absolute;
    top: calc(50% - 20%);
    left: -13%;
}

.services__intro .wheel .wheel-img{
    position: relative;
    transform: translateX(-50%) rotate(0deg);
    z-index: 1;
}


.wheel-ani {
  animation: spin 2s linear infinite;
  animation-play-state: paused; /* Stop by default */
}



.rotate-on-click {
    animation: spin 2s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


.services .services__snap{
    position: relative;
}

.services .services__snap .snap__title{
    position: absolute;
    top: -130px;
    left: 30px;
}

.services .services__snap .snap__content{
    position: absolute;
    top:0;
    padding:180px 0 0 0;
    width: 100%;
    min-height: 540px;
}

.services .services__snap .snap__content .content-wrapper{
    width: 100%;
    color: #ffffff;
    padding: 65px 85px;
    background: #2C5BA9;
    background: -webkit-linear-gradient(57deg, rgba(44, 91, 169, 0.9) 0%, rgba(0, 150, 215, 0.7) 52%, rgba(143, 199, 62, 0.6) 100%);
    background: -moz-linear-gradient(57deg, rgba(44, 91, 169, 0.9) 0%, rgba(0, 150, 215, 0.7) 52%, rgba(143, 199, 62, 0.6) 100%);
    background: linear-gradient(57deg, rgba(44, 91, 169, 0.9) 0%, rgba(0, 150, 215, 0.7) 52%, rgba(143, 199, 62, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2C5BA9", endColorstr="#8FC73E", GradientType=0);
    border-radius: 20px;
}

.services .services__snap .snap__content h2{
    font-weight: 700;
}

.services .services__snap .snap__content .list{
    font-size:16px
}

.services .services__snap .snap__content .list li:not(:last-child) {
    margin-bottom: 50px;
}

.industries .services__snap .snap__content p{
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0;
}

.services .services__snap .snap__content .nav a{
    position: relative;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding: 0 0 0 30px;
}

.services .services__snap .snap__content .nav a:not(:last-child){
    margin-bottom: 20px;
}

.services .services__snap .snap__content .nav a::before,
.services .services__snap .snap__content .nav a::after{
    position: absolute;
    content: '';
    width: 6px;
    height: 2px;
    border-top:solid 2px #ffffff;
    top: 12px;
    left: 0;
}

.services .services__snap .snap__content .nav a::after{
    border-top-color:transparent;
}

.btn-arrow .arrow__right::before{
    left: 0;
}

.services .services__snap .snap__content .nav a:hover::before{
    top: 12px;
    transform: rotate(320deg);
}

.services .services__snap .snap__content .nav a:hover::after{
    border-top-color: #ffffff;
    top: 8px;
    transform: rotate(-314deg);
    left: 0;
}



.btn-arrow:hover .arrow__right::after{
    top: 12px;
    transform: rotate(45deg);
    left: 0;
}

.btn-arrow .arrow_white::before,
.btn-arrow .arrow_white::after{
}



.services__intro .services__nav{
    position: absolute;
    z-index: 2;
    top: 280px;
    left: 300px;
    width: 260px;
    height: 100%;
}

.services__intro .services__nav .nav{
    flex-direction: column;
}

.services__overview .services__nav{
    position: relative;
    z-index:2;
    /*padding:20px 0;*/
}

.services__overview .services__nav .nav-pills{
    width: 80%;
    height: 80px;
    flex-wrap: inherit;
    margin: 0 auto;
}

.services__overview .services__nav .nav-pills .nav-link{
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    height: 100%;
    margin: 0 20px;
}

.services__overview .services__nav .nav-pills .nav-link.active{
    background: transparent;
}

.services__overview .services__snap .snap__content{
    position: relative;
    padding: 0;
}

.services__overview  .services__snap  .snap__content .content-wrapper{
    background: none;
}

.services .nav-cards.nav-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}

.services .nav-cards .nav-card{
    position: relative;
    width: 100%;
    height: 300px;
    background-color: #000000;
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    overflow: hidden;
}

.services .nav-cards .nav-card:hover{
    color: var(--text-secondary);
}

.services .nav-cards .nav-card .card_img{
    position: absolute;
    z-index: 1;
    width: 100%;
     height: 100%;
   
}

.services .nav-cards .nav-card .card_img img{
    width: 100%;
     height: 100%;
         object-fit: cover;
    /* transform: translateY(5%); */
    transition:all 2s;
}

.services .nav-cards .nav-card:hover .card_img img{
    width: 100%;
    transform: scale(1.2);
     height: 100%;
         object-fit: cover;
}

.services .nav-cards .nav-card .card_content{
    position: relative;
    z-index: 2;
    padding: 25px 40px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    background: #000;
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 46%);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 46%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 46%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

.services__nav .sticky-top{
    top: 120px;
}

.services__nav .nav__heading{
    color: var(--white);
    margin: 0 0 20px 0
}


.services__nav .nav-pills .nav-link{
    position: relative;
    background-color: transparent;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--dark);
    padding: 2px;
    margin-bottom: 10px;
    border-radius: 64px;
    transition: all .4s;
}


.services__nav .nav-pills .nav-link.active{
    color: #000;
    background: #3953A4;
    background: -webkit-linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    background: -moz-linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    background: linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3953A4", endColorstr="#B5D334", GradientType=0);
}


.services__nav .nav-pills .nav-link div{
    display: flex;
    align-items: center;
    height: 60px;
    border-radius: 40px;
    padding: 0 25px;
}


.services__nav .nav-pills .nav-link.active div{
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}


.services__nav .nav-pills .nav-link::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: transparent;
    transform-origin: 100% 0;
    transition: all .2s;
    border-radius: 54px;
}

.services__nav .nav-pills .nav-link.active::before{
    transform: rotate(0deg);
    opacity: 0;
    transition: all .1s;
}

.services__nav .nav-pills .nav-link.active::after{
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: rotate(0deg) scaleX(1.04) scaleY(1.20) translateX(5px) translateY(-4px);
    z-index: -1;
}


.service-technologies{
    border-top: solid 1px #e0e0e0;
    padding:20px 0  0!important;
}

.service-technologies .technologies-list{
    border-top: solid 1px #e0e0e0;
    list-style: none;
    padding: 0 80px;
    margin: 20px 0 0 0;
    display: flex;
    justify-content: center;
}

.service-technologies .technologies-list li{
    display: flex;
    align-items: center;
    text-align: center;
    padding:40px 20px;
}

.service-technologies .technologies-list li:not(:last-child){
    border-right: solid 1px #ccc;
}

.product__carousel .swiper-pagination{
    position: relative;
    margin: 20px 0 0 0;
}

.product__carousel .swiper-button-prev,
.product__carousel .swiper-button-next{
    background-color: #ffffff;
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 60px;
    box-shadow: 4px 4px 8px rgba(0,0,0,0.1);
}


.product__carousel .swiper-button-next:after, 
.product__carousel .swiper-button-prev:after{
    font-size: 20px;
}

.getintouch{
    background-color: #F4F9EC;
    padding: 60px 0;
}

.getintouch .heading-group{
    padding: 0 0 30px 0;
}

.getintouch .basic-form .form-control{
    font-size: 14px;
    font-weight: 600;
    padding: 15px 25px;
    border-radius: 0;
    border-color: #E6E6E6;
}

.make-enquiry .getintouch{
    background-color: transparent!important;
}

.make-enquiry .getintouch .heading-group{
    text-align: center;
}


.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: #1874cd;
    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: #149FBD;
    color: #ffffff;
    padding: 50px;
    margin: 0 60px 0 0;
}

.about-bp .statics{
    margin: 50px 0 0 0;
}



.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: rgb(24,116,205);
    background: -moz-linear-gradient(297deg, rgba(24,116,205,1) 0%, rgba(0,205,102,1) 100%);
    background: -webkit-linear-gradient(297deg, rgba(24,116,205,1) 0%, rgba(0,205,102,1) 100%);
    background: linear-gradient(297deg, rgba(24,116,205,1) 0%, rgba(0,205,102,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1874cd",endColorstr="#00cd66",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: #00CD66;
    color: #1874cd
}

.csd-process{
    background: var(--lightgrey);
    color: var(--text-dark);
    padding-bottom: 0
}

.csd-process ol{
    margin: 0
}


.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{
    position: relative;
    margin: 0;
    padding: 30px 0;
}

footer a{
    color: #000000;
}

footer a:hover{
    color: #048fd1;
}

.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 .social{
    position: absolute;
    z-index: 2;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

footer .footer-main{
    position: relative;
    z-index: 2
}

footer .footer-main::after {
    position: absolute;
    content: '';
    width: 80%;
    height: 6px;
    right: 0;
    bottom:-10px;
    background: #3953A4;
    background: -webkit-linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    background: -moz-linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    background: linear-gradient(80deg, rgba(57, 83, 164, 1) 12%, rgba(0, 150, 215, 1) 25%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3953A4", endColorstr="#B5D334", GradientType=0);
}

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 .footer-main .nav{
    position: relative;
    justify-content: center;
    margin: 30px 0 0 0;
}



footer .footer-main .nav a{
    font-size: 15px;
    font-weight: 600;
    color: #000000;
}

footer .nav a:hover {
    color: #048fd1;
}

footer .nav a{
    margin: 0 20px 0 0
}

footer .social a{
    margin: 0 10px;
    padding: 0;
}

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;
    font-size: 12px;
    font-weight: 500;
    margin:20px auto 30px auto;
    padding: 30px 0 0 0

}

footer .footer-bottom .brand-logo{
    margin-right: 20px;
}

footer .footer-bottom .brand-logo img{
    width: 130px;
}


footer .nav-secondary{
    padding: 0 20px
}

footer .nav-secondary a{
    position: relative;
    margin: 0 10px
}

footer .nav-secondary a:not(:last-child){
    padding-right: 20px;

}

footer .nav-secondary a:not(:last-child)::after{
    position: absolute;
    content: '';
    display: inline;
    right: 0;
    border-right: solid 1px #5e5e5e;
    width: 2px;
    height: 20px;
}


footer .social a svg{
    background: transparent;
    fill: #000;
    width: 24px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    padding: 0;
    font-size: 13px;
    transition: 1s all;
}

footer .social a:hover{
    transform: scale(1.1)
}



footer .footer-bottom .nav a{
    text-transform: none
}

footer .footer-bottom .email-address{
    font-size:16px;
    font-weight: 700;
    margin: 0 0 0 40px;
}


/* 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{
    padding: 60px 0
}

.locations .locations-info{
    display: flex;
    justify-content: center;
}

.locations .locations-info .tab-nav .nav{
    flex-direction: column;
}

.locations .locations-info .bp-list-nav .branch-info-button{
    display: flex;
    justify-content: space-between
}

.locations .locations-info .tab-content{
    padding: 50px;
    border-left: solid 1px  #cfcfcf;
}


.locations .locations-info .content{
    width:500px;
    background-color: #ffffff;
    padding: 30px 40px;
    border: solid 1px #cfcfcf;
    border-radius: 10px;
}

.locations .locations-info .tab-nav{
    min-width: 260px;
    margin-right: 40px;
}

.locations .locations-info .nav a{
    width: fit-content;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.locations .locations-info .nav a:not(:last-child){
    margin-bottom: 20px;
}

.locations .locations-info .nav a.active{
    color: #ffffff;
}

.locations .locations-info .content .location-title{
    font-size: 20px;
    font-weight: 700;
    color: var(--primary-color);
}


.locations .locations-info .content .country-flag{
    width: 60px;
}

.locations .locations-info .content a{
    font-size: 16px;
    font-weight: 700;
    color: var(--primary-color);
}


.locations .footprint-map{
    margin: 40px 0 0 0;
}

.locations .footprint-map .map{

}

.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
}

.footprint-map{
    margin: 0 auto;
}

.footprint-map img{
    width: 100%;
}

.mission-vision .mv-item{
    text-align: center;
}

.mission-vision .mv-item .icon{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100px;
    margin-bottom: 30px;
}

.we-support .support-activities{
    display: flex;
    justify-content: space-between;
    gap:1px
}

.we-support .support-activities .card{
    width: 100%;
    border: none;
    border-radius: 0;
}

.we-support .support-activities .card .card-img{
    border-radius: 0;
}

.we-support .support-activities .card .card-img-overlay{
    display: flex;
    align-items: end;
    background: #000000;
    color: #ffffff;
    background: #000;
    border-radius: 0;
    height: 100%;
    bottom: 0;
    top: inherit;
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 46%);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 46%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 46%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
}

.we-support .support-activities .card:hover .card-img-overlay{
    background: #000;
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.71) 52%);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.71) 52%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.71) 52%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);  
}

.we-support .support-activities .card .card-content{
    padding: 20px 10px ;
}

.we-support .support-activities .card .card-title{
    font-size: 20px;
    font-weight: 700;
}

.we-support .support-activities .card .card-text{
    font-size: 14px;
}

.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{
    display: flex;
}

.values-list  ul li{
    position: relative
}



.values-list .list li:not(:last-child){
    padding-right: 40px;
    margin-right: 40px;
}

.values-list .list li::after{
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 1px;
    height: 100%;
    border-left:solid 1px #ccc
}

.values-list .list li:last-child::after{
    display: none
}

.values-list .list li .item-header{
    height: 80px;
}

.values-list .list li .item-header h3{
    font-weight: 600;
}

.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
}

.openings{
    padding: 0!important;
}

.openings .tab-nav{
    background-color: #F9F9F9;
    display: flex;
    justify-content: center;
    padding: 25px 0;
}

.openings .tab-nav .nav{
    justify-content: center;
}

.openings .tab-nav a{
    font-size: 18px;
    color: #000000;
    margin: 0 15px;
    display: inline-flex;
    align-items: center;
    
}

.openings .tab-content{
    padding: 30px;
}

.openings .card ul{
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0;
}

.openings .card ul li{
    display: flex;
     flex: 1;
    align-items: center;
    padding: 0 40px;
}

.openings .card ul li:first-child{
    flex: 2.5;
}

.openings .card ul li:not(:last-child){
    border-right: solid 1px #ccc;
    padding-right: 40px;
}

.openings .card ul li:second-child{
    padding: 0 40px;
}

.openings .card .job-title{
    font-size: 22px;
    font-weight: 700;
}

.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 (max-width: 1800px) {
    body{
        max-width:1600px;
        margin: 0 auto;
    }
}

@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 .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{
        font-size: 34px;
        padding: 0 40px 10px 40px
    }
    
    .page-hero .hero__content .text-block .block__content h3{
        font-size: 18px;
        padding: 0;
    }
    
    .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
    }
    
    .services__intro .wheel{
        display: none;
    }

    .services__intro hgroup.heading-group.group-fixed{
        position: relative;
    }

    .services__intro .services__nav{
        position: relative;
        width: 100%;  
        top: 0; 
        left: 0;
    }

    .services__intro  .services__nav .nav{
        flex-direction: row;
        flex-wrap: nowrap;
        margin: 0 40px;
    }

    .services__nav .nav-pills .nav-link{
        text-align: center;
    }

    .services .services__snap .snap__content{
        height: 100%;
        padding: 30px;
    }

    .services .services__snap .snap__content .content-wrapper{
        padding: 40px;
    }

    .services .services__snap .snap__content .col-lg-6{
        width: 100%;
    }

    
    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) {

    body{
        font-size: 13px
    }


    h1, .h1{ font-size: 26px }
    h2, .h2{ font-size: 22px }
    h3, .h3{ font-size: 20px }
    h4, .h4{ font-size: 16px }
    h5, .h5{ font-size: 14px }
    h6, .h6{ font-size: 13px }

    p {
        font-size: 13px;
        font-weight: 500;
    }

    p.lead{
        font-size: 14px;
    }
    
    
    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{
        min-height: 300px;
    }

    .banner__home .slide-content{
        width: 65%;
        margin: 0 auto;
        border-radius: 24px;
    }
    
    .banner__home .slide-content h1{
        font-size: 34px
    }
    
    
    

    section > hgroup.heading-group{
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    
    .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
    }

    .product__carousel .swiper-button-prev,
    .product__carousel .swiper-button-next{
        display:none
    }
    
    .accordion-s1 .accordion-item .accordion-button{
        font-size: 16px;
        font-weight: 500
    }

    .industries_cards .card .card-image-wrapper .card-img{
        height: auto;
        transform: scale(2) !important;
    }
    
    .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-support .support-activities .card .card-img-overlay{
        top: 0;
        bottom: inherit;
        align-items: flex-start;
        background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.5) 100%);
        background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.5) 100%);
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.5) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
    }


    .we-support .support-activities .card .card-title {
        font-size: 18px;
        line-height: 1.2;
    }

    .we-support .support-activities .card .card-text{
        font-size: 12px;
        line-height: 1.2;
    }

    

    .clients{
        padding: 60px 30px;
    }

    .clients .featured-clients{
        padding: 0;
    }

    .getintouch{
        padding: 30px 20px 60px 20px;
    }

    .getintouch .heading-group{
        padding-bottom:0
    }

    .services .nav-cards .nav-card{
        height: 260px;
        font-size: 16px;
        line-height: 20px;
    }
    .services .nav-cards .nav-card .card_content {
        padding: 25px 15px;
    }
     .services .nav-cards.nav-grid{
        grid-row-gap:10px;
        grid-column-gap:10px;
    }

    .services .nav-cards .nav-card .card_img img {
        transform: translateY(0%);
        transform: scale(1.2);
    }

    .bluhive-product-key-list{
        grid-template-columns: 1fr 1fr;
    }

    .bluhive-product-key-list li{
        padding:20px
    }
    
    .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%
    }

    .main-content section.openings{
        padding: 0!important;
    }

    .openings .tab-nav .nav{
        flex-wrap: nowrap;
        justify-content: flex-start;
        overflow-x: scroll;
    }

    .openings .tab-nav a{
        font-size: 14px;
    }

    .openings .card ul{
        flex-direction: column;
    }

    .openings .card ul li:not(:last-child){
        border-right: none;
        border-bottom: solid 1px #ececec;
    }
    
    footer{
        margin: 0;
        padding: 0 !important;
    }
    
    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%
    }

    footer .footer-bottom .email-address{
        margin: 14px auto;
    }
}

@media screen and (min-device-width: 600px) and (max-device-width: 900px) and (orientation : landscape){
    
    
}

@media only screen and (max-width: 768px) {

    hgroup.heading-group h2{
        font-size: 24px;
    }
    
    .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{
        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.sticky{
        background: #3953A4;
        background: -webkit-linear-gradient(80deg, rgba(57, 83, 164, 1) 45%, rgba(0, 150, 215, 1) 45%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
        background: -moz-linear-gradient(80deg, rgba(57, 83, 164, 1) 45%, rgba(0, 150, 215, 1) 45%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
        background: linear-gradient(80deg, rgba(57, 83, 164, 1) 45%, rgba(0, 150, 215, 1) 45%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
        background: linear-gradient(80deg, rgb(251 251 251) 45%, rgba(0, 150, 215, 1) 45%, rgba(143, 199, 62, 1) 56%, rgba(181, 211, 52, 1) 69%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3953A4", endColorstr="#B5D334", GradientType=0);
    }
    
    .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
    }   
    
    .banner__home .slide-content{
        width: 80%;
        padding: 40px
    }
    
    .banner__home .slide-content h1{
        font-size: 18px
    }

    .page-hero {
        min-height: auto !important;
        height: auto !important;
        background: #3953A4;
        background: -webkit-linear-gradient(90deg, rgba(57, 83, 164, 1) 0%, rgba(3, 145, 211, 1) 63%);
        background: -moz-linear-gradient(90deg, rgba(57, 83, 164, 1) 0%, rgba(3, 145, 211, 1) 63%);
        background: linear-gradient(90deg, rgba(57, 83, 164, 1) 0%, rgba(3, 145, 211, 1) 63%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3953A4", endColorstr="#0391D3", GradientType=1);
    }

    .page-hero .hero__content .text-block{
        position: relative;
        padding: 0;
    }

    .page-hero::before{
        display: none;
    }
    
    
    .page-hero .hero__content .img-block .b-default{
        display: none;
    }

    .page-hero .hero__content .img-block .b-mobile{
        display: block;
    }
    
    .page-hero .hero__content .text-block .block__content{
        min-width: inherit;
        margin: 4px 0 0 0;
        padding:5px 30px 30px 30px;
    }
        
    .page-hero .hero__content .text-block .block__title{
        width: auto;
        font-size: 24px;
        padding:20px 0 15px 0;
    }
    
    .page-hero .hero__content .text-block .block__content h3{
        font-size: 13px;
        font-weight: 300
    }
    
    .page-hero .hero__content .text-block .block__content .btn{
        display: none
    }

    section.content-hero{
        padding-left: 30px;
        padding-right: 30px;
    }

    .service-technologies .technologies-list li{
        width: 180px;
    }
    .service-technologies .technologies-list{
        justify-content: flex-start;
        overflow-x: scroll;
    }


    .services__tab::before{
        display: none;
    }
    

    .services__nav .nav-pills .nav-link{
        font-size: 14px;
    }

    .services__nav .nav-pills .nav-link div{
        height: 40px;
    }


    .services .services__intro .services__snap .snap__content .content-wrapper{ 
        padding: 30px;
    }

    .services .services__snap .snap__content .content-wrapper{
        padding: 20px 0;
        border-radius: 10px;
    }



    .services .services__snap .snap__content .nav a{
        font-size: 13px;
    }

    .services .nav-cards .nav-card .card_img img{
        transform: translateY(0);
    }

    .why-choose-us .statics ul.statics-list{
        flex-wrap: wrap;
        gap: 20px;
        
    }

    .why-choose-us .statics ul.statics-list li{
        width: 44%;
    }

    .why-choose-us .statics ul.statics-list li .list-icon img{
        width: 40px;
    }

    .why-choose-us .statics ul.statics-list li h3{
        font-size: 20px;
    }

    .why-choose-us .statics ul.statics-list li p{
        font-size: 12px;
    }

    .why-choose-us .countries-list{
        overflow-x: scroll;
        margin: 0;
    }
    
    .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
    }

    .services__intro .snap__bg .bg-img{
        height: 100%;
        width: auto;
        max-width: inherit;
    }

    .industries_cards .card .card-image-wrapper .card-img{
        width: 100%;
    }

    .services__overview .services__nav .nav-pills{
        padding: 10px 0;
        height: auto;
    }

    .services__overview .services__nav .nav-pills .nav-link {
        font-size: 14px;
        margin: 0 5px;
    }

    .services .nav-cards.nav-grid{
        grid-template-columns:1fr 1fr;
        grid-row-gap:10px;
        grid-column-gap:10px;
    }

    .services .nav-cards .nav-card{
        height: 200px;
        font-size: 13px;
        line-height: 1.2;
    }

    .services .nav-cards .nav-card .card_content{
        padding: 10px 15px;
    }

    .cards-style-1 .card h4{
        height: auto;
    }
    
    .clients .featured-clients .client-logo img{
        max-width: 120px;
    }

    .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
    }

    .bluhive-product .products-intro{
        padding: 40px 0;
    }

    .bluhive-product .products-intro hgroup.heading-group{
        padding-bottom:30px;
    }
    
    .industry-solutions{
        padding: 30px;
    }

    .we-support .support-activities{
        flex-wrap: wrap;
    }

    .we-support .support-activities .card{
        height: 240px;
        overflow: hidden;
    }

    .we-support .support-activities .card .card-content {
        text-align: center;
    }

    .values-list ul{
        flex-wrap: wrap;
        text-align: center;
    }

    .values-list .list li::after{
        width: 100%;
        height: 1px;
        top: inherit;
        bottom: 0;
        border-left: none;
        border-bottom: solid 1px #ccc;
    }

    .values-list .list li:not(:last-child) {
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .join-team{
        flex-direction: column;
        align-items: flex-start;
    }
    
    .join-team .content{
        margin-left: 60px
    }

    .locations .locations-info .tab-content{
        padding: 0;
        border-left: none;
    }


     .locations .locations-info{
        flex-wrap: wrap;
        overflow-x: scroll;
    }

    .locations .locations-info .tab-nav .nav {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: scroll;
        align-items: center;
    }

    .locations .locations-info .nav a{
        font-size: 13px;
    }

    .locations .locations-info .content{
        width: auto;
    }
    
    .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 #dcdcdc;
        border-bottom: solid 1px #dcdcdc;
        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
    }

}


@media only screen and (max-width: 520px) {
    .main-header .primary-cta-button{
        font-size: 13px
    }    


    .services__intro .wheel{
        display: block;
        height: 150px;
        bottom: 0;
        top: inherit;
        left: 0;
        right: 0;
        z-index: 1;
        text-align: center;
        overflow: hidden;
    }
}


.industry-solutions {
  background-color: #fff;
  padding: 80px 40px;
}

.industry-content-wrapper {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.industry-left {
  flex: 1;
  min-width: 300px;
}

.industry-left img {
  width: 100%;
  max-width: 460px;
  height: 600px;
  border-radius: 10px;
}

.industry-right {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.industry-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s, box-shadow 0.2s;
  border-left: 4px solid transparent;
}

.industry-card h2 {
  font-size: 16px;
  color: #2c5ba9;
  font-weight: 600;
  margin-bottom: 6px;
}

.industry-card p {
  font-size: 14px;
  color: #333;
  margin: 0;
}

.industry-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

.industry-card.active {
  background-color: #8fc73e;
  color: #fff;
  border-left-color: #6ba928;
}

.industry-card.active h2,
.industry-card.active p {
  color: #fff;
}

.ins-solutions{
    background-color: #E6F5FB;
    padding: 80px 0;
}

.ins-solutions .solution-item{
    display: flex;
    gap:30px
}

.ins-solutions .solution-item .item-icon img{
    width: 70px;
}

.ins-solutions .solution-item .heading{
    font-size: 18px;
    font-weight: 600;
    height: 80px;
}

.bp-industry-content .certifications {
    margin: 80px 0;
}

/* Responsive */
@media (max-width: 768px) {
  .industry-content-wrapper {
    position: relative;
    flex-direction: column;
    align-items: center;
  }

  .industry-left,
  .industry-right {
    position: relative;
    width: 100%;
    text-align: center;
  }

  .industry-left img {
    max-width: 100%;
  }
}




/**********************************************/
/** Updated on SEP 2025 **/
/** Code by cGFydmF0aGFyZWRkeV85MDU5MDcyNTU4 **/
/**********************************************/

