* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

main:has(.ct-sec.hide) footer {}
html {
  /* scroll-behavior: smooth; */
}
body {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #070E26;
}
a {
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
  display: block;
}
section {
  position: relative;
}

section[id^='slider-block-solution-block'] {
  margin-bottom: 100px;
}

.home .sec-padding.offwhite-bg {
  margin-bottom: 0;
}
input:focus-visible,
textarea:focus-visible {
  outline: none;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100px; */
  z-index: 999999;
  display: flex;
  align-items: center;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  background-color: transparent;
  -webkit-transition: border-bottom-color .3s ease, background-color .3s ease;
  transition: border-bottom-color .3s ease, background-color .3s ease;
}

.admin-bar header {top: 32px; }

header .sec-box .row {
  justify-content: space-between;
}
.header-sol .navigation>ul>li:has(ul)>a:after{
    background-image: url(../images/chevron-down-dark.svg);
}
header.activeheader {
  border-bottom-color: #e4e4e4;
  background-color: #fff;
}
.nav {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 16px;
}

.nav-logo {
  width: 170px;
  position: relative;
  padding: 42px 0 43px;
}

.nav-logo img {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.nav-logo .the-black {
  /* position: absolute; */
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  opacity: 0;
  margin-top: -24px;
  z-index: -1;
}
.header-sol .nav-logo{
padding:0;
}

.header-sol .nav-logo .the-black {
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: -1;
}

.activeheader .nav-logo .the-black {
  opacity: 1;
  z-index: 10;
}

.activeheader .nav-logo>img:first-child {
  opacity: 0;
}
.header-sol{
  position: initial;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 20;
  display: flex;
  align-items: center;
}
.navigation>ul>li>ul:has(ul)>li>a {
  color: #3A52E8!important;
  pointer-events: none;
  font-weight: 500;
}

.navigation>ul>li>a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 0;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: linear-gradient(97deg, #0CA0EC 12.96%, #3A52E8 45.78%, #6B41D0 99.09%);
  transition: all .3s ease;
}

.navigation>ul>li:hover>a:before {
  /* background: linear-gradient(97deg, #0CA0EC 12.96%, #3A52E8 45.78%, #6B41D0 99.09%); */
  width: 100%;
}

.navigation>ul>li>ul a:hover {
  font-weight: 500;
}

.navigation>ul>li:has(ul)>a:after {
  content: '';
  width: 8px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/chevron-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .3s ease;
  margin-left: 5px;
}

.navigation>ul>li:hover:has(ul)>a:after {
  transform: rotate(180deg);
}

.the-arrow a:after {
  content: '';
  height: 9px;
  width: 8px;
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/arr-ur.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all .3s ease;
  margin-left: 5px;
}

.activeheader .the-arrow a:after {
  background-image: url(../images/arr-ur-dark.svg);
}

.activeheader .navigation>ul>li:has(ul)>a:after {
  background-image: url(../images/chevron-down-dark.svg);
}
.team-content {
    padding: 25px;
}
.team-content  h5 {
    color: #3a52e8;
    font-size: 22px;
    line-height: 25px;
    font-weight: 300;
}
.team-content p {
    color: rgba(7, 14, 38, .5);
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 2px;
}
.team-img img{
    width: 100%;
    height: auto;
    /* object-fit: cover; */
    display: block;
}
.team_name {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.text-center{text-align:center}
.activeheader .navigation ul li a {
  color: #000;
}
/*.activeheader {*/
/*  background-color: #fff;*/
/*  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
/*}*/
/*.activeheader ul li a {*/
/*  color: #070e26;*/
/*}*/
/*.activeheader img {*/
/*  filter: brightness(1) invert(1);*/
/*}*/
.search button, .search a {
  /* border: none; */
  /* background-color: transparent; */
  /* margin-top: 5px; */
  /* display: block!important; */
}

.search a:after {
  /* content: ''; */
  /* height: 18px; */
  /* width: 18px; */
  /* background-image: url(../images/search.svg); */
  /* display: block; */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* background-size: contain; */
  /* transition: all .3s ease; */
}

.activeheader .search a:after {
  /* background-image: url(../images/search-dark.svg); */
}
.search .hero-sec-sol.hero-sec.sec-padding {
  display: none;
}

.search .hero-sec-sol.hero-sec.sec-padding.the-dark {
  display: flex;
  min-height: 340px;
  height: 340px;
}

.search .protfolio-tabs-main .portfolio-tabs {
  background: none;
  border: none;
  border-radius: 0;
}

.search .protfolio-tabs-main .portfolio-tabs form {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search .portfolio-tabs input {
  width: 300px;
  border-radius: 8px 0;
  padding: 3px 10px;
  height: 30px;
  font-size: 14px;
  -webkit-appearance: none;
  border: 1px solid #070E26;
}

.search .portfolio-tabs button {
  height: 20px;
  width: 20px;
  border: 1px solid #070E26;
  background: none;
  border-radius: 50%;
  -webkit-appearance: none;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.search .portfolio-tabs button:after {
  content: '';
  width: 1px;
  height: 6px;
  background: #070E26;
  display: block;
  position: absolute;
  transform: rotate(135deg);
  right: -1px;
  bottom: -1px;
  transition: height .3s ease;
}

.search .hero-sec-sol.hero-sec.sec-padding.the-dark:after {
  width: 100%;
  border-radius: 0 0 60px 0;
}
.search button img, .search a img {
  /* max-width: 18px!important; */
  /* cursor: pointer; */
}
.fitb-search {
  height: 16px;
  width: 16px;
  position: relative;
  z-index: 1;
}

.fitb-search form {
  display: block;
}

.fitb-search form:after {
  content: '';
  width: 1px;
  height: 4px;
  background: #fff;
  display: block;
  position: absolute;
  transform: rotate(135deg);
  right: 0;
  bottom: 0px;
  transition: all .3s ease;
}

.activeheader .fitb-search form:after {
  background: #070E26;
}

.fitb-search input {
  display: block;
  -webkit-appearance: none;
  border: 1px solid #fff;
  border-radius: 8px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  z-index: 1;
  background: none;
  transition: all .3s ease;
}

.activeheader .fitb-search input {
  border: 1px solid #070E26;
}

.fitb-search button {
  height: 30px;
  width: 25px;
  display: block;
  position: absolute;
  z-index: 10;
  right: 29px;
  top: 0;
  border: none;
  background: url(../images/icon-caret-right.svg) center no-repeat;
  background-size: contain;
  cursor: pointer;
  opacity: 0;
  transition: all .2s ease;
}

.fitb-search.active input {
  width: 200px;
  border-radius: 8px  0;
  padding: 3px 10px;
  height: 30px;
  right: 24px;
  font-size: 14px;
  background: #fff;
}

.fitb-search.active .fitb-close {
  /* opacity: 1; */
  /* z-index: 1; */
  /* height: 20px; */
  /* width: 20px; */
  /* border: 1px solid #070E26; */
  /* transition: all .3s ease; */
}

.fitb-search.active .fitb-close:after, .fitb-search.active .fitb-close:before {
  width: 100%;
  transition: width .3s ease;
}

.fitb-search.active form:after {
  height: 0;
  right: 27px;
  bottom: -12px;
  transition: all .3s ease;
}
.fitb-search.active button {
  opacity: 1;
  transition: all .3s ease .15s;
}

.fitb-search .fitb-close {
  position: absolute;
  right: 0;
  top: 1px;
  -webkit-appearance: none;
  border: none;
  background: none;
  /* border-radius: 50%; */
  height: 20px;
  width: 20px;
  /* opacity: 0; */
  /* z-index: -1; */
  transition: height .3s ease, width .3s ease, border 0s ease .2s;
  /*opacity: 1;*/
  /*z-index: 1;*/
  cursor: pointer;
}

.fitb-search .fitb-close:after, .fitb-search .fitb-close:before {
  content: '';
  width: 0;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  /* margin-left: -10px; */
  /* margin-top: -10px; */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: width .22s ease;
}

.activeheader .fitb-search .fitb-close:after, .activeheader .fitb-search .fitb-close:before {
  background: #070E26;
}

.fitb-search .fitb-close:before {
  transform: translate(-50%, -50%) rotate(135deg);
}
.navigation ul li a img {
  max-width: 7px;
}
.sec-box {
  max-width: 1240px;
  width: 100%;
  margin: auto;
}
.sec-box-for-image {
  width: 100%;
  /* max-width: 1440px; */
  padding: 16px 0px 100px 16px;
  margin: 0 auto;
}

.sec-box-for-image .two-col img {
  border-radius: 60px 0 0 0;
}
.sec-box-for-image .pd {
  padding: 144px 148px;
  padding-left: calc( ( 100vw - 1240px ) / 2 - 16px );
}
.row {
  display: flex;
  align-items: center;
}
.row.image-right {
    flex-direction: row-reverse;
}
.two-col.pd.right{
order:2;
}
.flex-col {
  flex-direction: column;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-start {
  justify-content: center;
}
.items-start {
  align-items: start;
}
.mt-32 {
  margin-top: 32px;
}
.mb-25 {
  margin-top: 10px;
  margin-bottom: 25px;
}
.gap-32 {
  gap: 32px;
}
.z-10 {
  z-index: 10;
}
.relative {
  position: relative;
}
.wrap {
  flex-wrap: wrap;
}
.stretch{
align-items: stretch;
}
.gap-default {
  gap: 16px;
}
.two-col {
  width: 50%;
}
.sec-padding {
  padding: 0 16px 80px;
}

footer.sec-padding, .sec-padding.offwhite-bg, .sec-padding.sol {
  padding: 100px 16px 80px;
}
.hero-sec {
  min-height: calc( var(--vh, 1vh) * 100 );
  /* min-height: 100vh; */
  width: 100%;
  display: flex;
}

.home .hero-sec {
  min-height: calc( var(--vh, 1vh) * 100 );
}
.hero-sec .sec-box {
  z-index: 1;
}

.hero-sec h1 {
  max-width: 812px;
  text-align: left;
  color: #fff;
  font-size: 64px;
  line-height: 78px;
  font-weight: 200;
  letter-spacing: -.64px;
}
.hero-bg,
.lines-bg,
.grad-bg,
.bg-ct {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-bg {
  border-radius: 0 0 60px 0;
}

.hero-bg:nth-child(2) {
  display: none;
}
.bglines-sec {
  min-height: 455px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bglines-sec h2 {
  z-index: 1;
  max-width: 555px;
  text-align: center;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.346;
  letter-spacing: .52px;
}
.scroll-dwn {
  position: absolute;
  right: 50px;
  bottom: 7%;
}
.scroll-dwn img {
  max-width: 47px;
}
.text-lg {
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 35px;
}
.theme-btn,
.ct-form button {
  padding: 14px 32px;
  background: #3a52e8;
  border-radius: 30px;
  display: inline-block;
  width: fit-content;
  gap: 4px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 13px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.theme-btn:before, .ct-form button:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: linear-gradient(97deg, #0CA0EC 12.96%, #3A52E8 45.78%, #6B41D0 99.09%);
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all .3s ease;
}

.theme-btn:hover, .ct-form button:hover {
  /* border-radius: 30px; */
  /* background: linear-gradient(97deg, #0CA0EC 12.96%, #3A52E8 45.78%, #6B41D0 99.09%); */
}

.theme-btn:hover:before, .ct-form button:hover:before {
  opacity: 1;
}

.theme-btn:after {
  content: '';
  width: 13px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/arr-right.png) center no-repeat;
  background-size: contain;
  margin-left: 5px;
  margin-top: -3px;
}

.theme-btn.download:after {
  height: 14px;
  background: url(../images/icon-download.svg) center no-repeat;
  background-size: contain;
}
.ct-sec {
  position: relative;
  z-index: 2;
  border-radius: 0 0 0 60px;
  padding-bottom: 130px;
  /* padding-top: 130px; */
}
.page-template-template-contactus .ct-sec.grad-sec {
  display: none;
}
.theme-btn img,
.ct-form img {
  max-width: 12px;
  object-fit: contain;
}
.ct-form button {
  background-color: none;
  /* background: linear-gradient(to right, #0ca0ec, #3a52e8, #6b41d0); */
  border: none;
  margin-top: 5px;
}

.offwhite-bg {
  background-color: #f2f5f7;
}
.grad-sec {
  background-image: url(../images/grad-bg.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.grad-sec .sec-box {
  position: relative;
  z-index: 1;
}

.sec-box>.row {
  gap: 30px;
 }

.four_block .sec-header  {
  max-width: 65%;
}

.four_block .sec-header p {
  max-width: 590px;
}

.grad-sec .sec-box .sec-header p {
  max-width: 510px;
}

.home .grad-sec .sec-box .row {
  /* flex-wrap: nowrap; */
}
.sec-header h6 {
  color: #3a52e8;
  font-weight: 500;
  font-size: 12px;
  line-height: 25px;
  text-transform: uppercase;
}
.sec-header h2 {
  font-weight: 200;
  font-size: 64px;
  line-height: 1.21875;
  color: #070e26;
}
.sec-header p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin-top: 25px;
  max-width: 316px;
}
.text-box {
  max-width: calc( ( 100% - 64px ) / 3 );
  height: 335px;
  width: 100%;
  border-radius: 20px 0px 20px 0px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.text-box span {
  max-width: 267px;
  text-align: center;
  font-weight: 300;
  color: #3a52e8;
  font-size: 22px;
  line-height: 1.636;
}
.ico-text-box {
  width: 650px;
  padding: 70px 135px 60px 55px;
  border-radius: 20px 0px 20px 0px;
  background: #fff;
  /* position: relative; */
  /* min-height: 389px; */
}
.text-box-img {
  max-width: 81px;
  object-fit: contain;
  margin-bottom: 17px;
  display: block;
}
.ico-text-box h3 {
  font-size: 22px;
  line-height: 36px;
  color: #3a52e8;
  font-weight: 300;
  margin-bottom: 15px;
}
.ico-text-box p {
  max-width: 420px;
  color: #051242;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}
.btn-arr-right {
  position: absolute;
  bottom: 30px;
  right: 10%;
  height: 36px;
  width: 36px;
  border: 1px solid #3A52E8;
  border-radius: 4px;
  background: rgba(58, 82, 232, .05);
  z-index: 1;
  /* overflow: hidden; */
  transition: all .3s ease;
  box-sizing: border-box;
}

.btn-arr-right:before {
  content: '';
  position: absolute;
  display: block;
  top: -1px;
  left: -1px;
  height: calc( 100% + 2px );
  width: calc( 100% + 2px );
  z-index: -1;
  border-radius: 4px;
  background: linear-gradient(97deg, #0CA0EC 12.96%, #3A52E8 45.78%, #6B41D0 99.09%);
  opacity: 0;
  transition: all .3s ease;
}

.btn-arr-right svg {
  display: block;
  position: absolute;
  width: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-arr-right svg path {
  stroke: #3A52E8;
  transition: all .3s ease;
}

.btn-arr-right:hover, .carousel-content:hover .btn-arr-right {
  border-color: transparent;
  /* background: linear-gradient(97deg, #0CA0EC 12.96%, #3A52E8 45.78%, #6B41D0 99.09%); */
}

.btn-arr-right:hover:before, .carousel-content:hover .btn-arr-right:before {
  opacity: 1;
}

.btn-arr-right:hover svg path, .carousel-content:hover .btn-arr-right svg path {
  stroke: #fff;
}
.btn-arr-right img {
  max-width: 36px;
}
.sec-bg-ct {
  min-height: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 60px 0;
  overflow: hidden;
  z-index: 0;
  margin-bottom: 100px;
}

.sec-bg-ct:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: #000;
  opacity: .55;
}
.sec-bg-ct h4 {
  position: relative;
  z-index: 10;
  color: #fff;
  font-weight: 300;
  font-size: 26px;
  line-height: 35px;
  text-align: center;
  max-width: 746px;
}
.case-study-box {
  overflow: hidden;
  /* max-width: 358px; */
  width: calc( ( 100% - 60px ) / 3 );
  background: #f2f5f7;
  border-radius: 20px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  /* justify-content: flex-end; */
}
.case-study-img {
  /* overflow: hidden; */
}
.case-study-img img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}
.case-study-content {
  padding: 30px 55px 63px 55px;
  position: relative;
  flex-grow: 1;
}
.case-study-content h5 {
  color: #3a52e8;
  font-size: 22px;
  line-height: 36px;
  font-weight: 300;
  margin-bottom: 0;
}

.case-study-content h5 a {
  color: #3a52e8;
}
body .case-study-content p {
  color: #051242;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 300;
  margin-bottom: 8px;
}
.case-study-content>a {
  text-align: right;
  margin-left: auto;
  width: 100%;
  position: relative;
  display: block;
}

.case-study-content .btn-arr-right {
  bottom: 30px;
  right: 30px;
  position: absolute;
  width: 36px;
}
.case-study-content img {
  max-width: 36px;
}
.page-template-template-contactus .ct-form form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.form-row {
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: wrap;
  row-gap: 0;
}

.page-template-template-contactus .form-row {
  row-gap: 30px;
}

.form-row p {
  /* display: block; */
  color: #f00;
  margin-top: -14px;
  font-size: 14px;
  margin-left: 4px;
  margin-bottom: 10px;
}
.form-two-col {
  width: calc( ( 100% - 26px ) / 2 );
}
.ct-form input,
.ct-form textarea {
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid #e4e4e4;
  margin-bottom: 18px;
  width: 100%;
  border-radius: 4px;
  color: #555;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}

.page-template-template-contactus .ct-form input, .page-template-template-contactus .ct-form textarea {
  margin: 0;
}
.ct-form textarea {
  padding-top: 7px;
  height: 112px;
}
.ct-form input::placeholder,
.ct-form textarea::placeholder {
  color: #757575;
  font-family: "Poppins", sans-serif;
}

/*Solutions*/
.hero-sec-sol {
  height: 39.931vw;
  min-height: initial;
  width: 100%;
  display: flex;
  flex-shrink: 0;
  padding: 30px 16px;
  margin-top: 110px;
  margin-bottom: 100px;
}

.hero-sec-sol:before, .hero-sec-sol:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 40%;
  z-index: 0;
  background: linear-gradient(55deg,  rgba(241,242,244,1) 0%,rgba(246,246,248,1) 10%,rgba(255,255,255,1) 15%,rgba(255,255,255,1) 40%);
}

.hero-sec-sol.the-dark:before {
  display: none;
}

.hero-sec-sol:after {
  z-index: -1;
  height: 100%;
  width: 70%;
  background: linear-gradient(90deg, rgba(255,255,255,1) 15%,rgba(255,255,255,1) 65%,rgba(255,255,255,0) 100%);
}

.hero-sec-sol.the-dark:after {
  background: linear-gradient(90deg, rgba(7,14,40,1) 15%,rgba(7,14,40,1) 65%,rgba(7,14,40,0) 100%);
}
.hero-sec-sol .sec-box {
  z-index: 1;
}

.hero-sec-sol .sec-box .mobile-scroll {
  display: none;
}
.hero-sec-sol h6{
  max-width: 292px;
  text-align: left;
  color: #4861FF;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 208.333% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.cards_container{flex-direction: column;justify-content: center;align-items: flex-start;padding:40px;}

.cards_container p, .single-blog .cards_container p {
  color: #3A52E8;
  font-weight: 300;
  line-height: 1.63636;
  font-size: 22px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.cards_container:not(:has(img)) p {
  text-align: center;
}
.hero-bg-sol,
.lines-bg-1,
.grad-bg,
.bg-ct {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 0px 60px 0px;
}

.bg-ct {z-index: -1;}

.hero-bg-sol {
  width: 60%;
  left: initial;
  right: 0;
  z-index: -2;
}

.lines-bg{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px 0px 00px 60px;
}

.hero-sec-sol h1{
  width: 660px;
  color: var(--Dark-Blue, #08222E);
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 200;
  line-height: 55px; /* 122.222% */
  letter-spacing: -0.45px;
  margin-top: 20px;
}

.hero-sec-sol.the-dark h1 {
  color: #fff;
}
.hero-sec-sol p{
  width: 426px;
  color: var(--Dark-Blue, #08222E);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.16px;
  margin-top: 20px;
}

.hero-sec-sol.the-dark p {
  color: #fff;
}
.header-sol .navigation ul li a {
  display: flex;
  gap: 5px;
  font-size: 13px;
  color: #000;
  font-weight: 400;
  align-items: center;
}
.sec-box-for-image-sol {
  width: 100%;
  padding: 30px 16px 30px 0px;
  /* max-width: 1440px; */
  /* margin: 0 auto; */
}

.sec-box-for-image-sol .row {
  max-width: 1440px;
  margin: 0 auto;
}

.sec-box-for-image-sol:has(.left.first) {
  padding: 0 0 0 16px;
}

.sec-box-for-image-sol.pad-left {
  padding: 30px 0 30px 16px;
}

.sec-box-for-image-sol .two-col img {
  border-radius: 0 60px;
}

.sec-box-for-image-sol .left.first
+ .two-col img {
  border-radius: 60px 0;
}

.sec-box-for-image-sol.pad-left .two-col img {
  border-radius: 60px 0;
}
.sec-box-for-image-sol .pd {
  padding: 10px 140px;
}
.faq-sol{
   width: 100%;
   padding: 0 16px 100px 16px;
}

.page-template-template-careers .faq-sol {
  padding-bottom: 0!important;
}
.page-template-template-careers .job-section .sec-header h2 {
  font-size: 50px;
}

.page-template-template-careers .job-section .sec-header h6 {
  font-size: 21px;
}
.faq-sol .pd{
   padding: 144px 0px;
}
.faq-sol .row{max-width:1240px;margin:0 auto;align-items: flex-start;gap: 40px;}
.faq-sol .second_col{
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    /* align-items: flex-end; */
    margin-top: 50px;
}
.faq-sol h6{
  color:#3A52E8;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 25px; /* 208.333% */
letter-spacing: 0.48px;
text-transform: uppercase;
}
.faq-sol h2{
   color: #070E26;
  font-size: 50px;
  font-style: normal;
  font-weight: 275;
  line-height: 1.21875; /* 121.875% */
  letter-spacing: -0.64px;
}

.single-case-study .faq-sol h2 {
  color: #3A52E8;
  line-height: 1.346;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 25px;
}
.sec-box-for-image-sol .two-col .text-lg {font-size: 16px;font-style: normal;font-weight: 300;line-height: 1.625;letter-spacing: 0.16px;margin-bottom: 0;margin-top: 20px;}

.sec-box-for-image-sol .two-col .text-lg p {
  margin-bottom: 20px;
}

.home .sec-box-for-image-sol .two-col .text-lg {
  font-size: 22px;


   /* 163.636% */
  letter-spacing: -0.22px;
}
.sec-box-for-image-sol h3{
  color: #3A52E8;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px; /* 134.615% */
  letter-spacing: 0.52px;
}
.images-carousel .row {
  display: flex;
  justify-content: center;
  align-items: center;
}

.images-carousel .slider-button {
  margin-top: 45px;
}
.images-carousel .two-col-1.pd {
  padding: 144px 144px 144px 0px;
  height: 438px;
}
.images-carousel .two-col-1.pd h3{
  /* width: 441px; */
  color: #3A52E8;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px; /* 134.615% */
  letter-spacing: 0.52px;
  margin-bottom: 25px;
}
.images-carousel .two-col-1.pd p{
  color: #051242;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.16px;
  margin-top: 0;
}
.sol-bg{
  background: #070E26;
}
.sol .row {
  align-items: initial;
}
.sol h2{
  color: #070E26;
}

.sol.the-dark h2 {
  color: #fff;
}

.sol.the-dark {
  background: #070e26;
}

.sol.the-dark>img {
  opacity: .7;
}
/*FAQ*/
.accordion {cursor: pointer;width: 100%;height: 86px;color:#070E26;font-size: 22px;font-style: normal;font-weight: 300;line-height: 36px; /* 163.636% */letter-spacing: -0.22px;text-align: left;padding: 0px 10px;border-top: 1px solid;border-bottom: 1px solid;border-left: 0px;border-right: 0px;border-color: #E4E4E4;background: transparent;outline: none;/* margin-bottom: -1px; */}

.active h1 {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #000;
  font-weight: 400;
  float: right;
  margin-left: 5px;
}

.accordion.active:after {
  content: "\2212";
  color: #000;
}
.tab button.active span{color:#070E26}
.panel {
  /* padding-bottom: 20px; */
  background-color: #fff;
  max-height: 0;
  margin-top: -1px;
  /* width: 549px; */
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel p{
  font-size: 16px;
  color: #000;
  line-height: 1.625;
  margin-bottom: 70px;
  display: block;
}
.solution_slider {
  display: flex!important;
  width: 100%!important;
  flex-direction: column!important;
  align-items: center!important;
  justify-content: center!important;
  overflow: hidden!important;
padding:30px 0;
}
.solution_slider .extradiv{
  background: white;
  width: calc((100vw - 1240px) / 2);
  height: 100%;
}
.solution_slider  .carousel-wrapper-1 {
  display: flex!important;
  height: auto!important;
  overflow: auto!important;
  border-radius: 20px!important;
  scrollbar-width: none!important;
  scroll-behavior: smooth!important;
  width: 100%!important;
  &::-webkit-scrollbar {
    display: none!important;
  }
}

.solution_slider  .carousel {
  display: flex!important;
  flex-wrap: nowrap!important;
  transition: transform 0.5s ease-in-out!important;
}

.solution_slider  .carousel-slide-edu {
  width: 100%!important; /* Ensure each slide takes up the full width */
  box-sizing: border-box!important;
  flex-shrink: 0!important;
}
.solution_slider .two-col-1.pd {
       padding: 0;
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.two-col-2 {
    width: 55%;
    margin: 0 0 0 auto;
}
.two-col-2 img{border-radius: 60px 0;}
@media(max-width:768px){
.home .grad-sec .sec-box .row {
  flex-wrap: wrap;
}
.five_block .sec-header ,.four_block .sec-header{max-width:100%!important}
.solution_slider .two-col-1.pd {
    padding: 25px;
    height: auto;
    width:100%;
    order: 2;
    text-align: center;
}
.solution_slider h3,.solution_slider p {
  width: auto!important;
}
  .case-study-box {
  width: calc( ( 100% - 30px ) / 2 );
}

.team-img img {}

}
.panel p{
  padding: 0 10px;
}

.sec-header h2 {
  /* font-size: 55px; */
}

/*solution end*/


/*Tech Deployment Start*/
.Vertical-tabs{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.Vertical-tabs .row {
  /* align-items: flex-start; */
}
/* Style the tab */
.tab {
  position: relative;
  float: center;
  width: 100%;
  /* height: 300px; */
}
 .Vertical-tabs h2{
  color: #000;
  text-align: center;
/* H1 */
  font-family: Poppins;
  font-size: 64px;
  font-style: normal;
  font-weight: 275;
  line-height: 78px; /* 121.875% */
  letter-spacing: -0.64px;
  /* width: 40%; */
  /* padding-top: 70px; */
  padding-bottom: 50px;
 }

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: #000;
  padding: 19px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  color: rgba(7, 14, 38, 0.50);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.16px;
}
.tab button span{
  position: relative;
  overflow: hidden;
}

/* Create an active/current "tab button" class */
.tab button.active span:after{
  margin-top: 5px;
    content: '';
  position: absolute;
  left: 0;
  height: 5px;
  width: 100%;
  display: flex;
  background: linear-gradient(90deg, #0CA0EC, #3A52E8,#6B41D0);
  border-radius: 50px;
}

/* Style the tab content */
.tabcontent {
  float: left;
  width: 100%;
  border-left: none;
  /* height: 300px; */
}
.Vertical-tabs .row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
.two-col-tech-1{
  /* height: 961px; */
  /* width: 30%; */
  display: flex;
  padding: 40px 40px 40px calc( ( 100vw - 1272px ) / 2 );
  flex-direction: column;
  align-items: flex-start;
  background-color: #FAFAFA;
  align-content: center;
  margin-bottom: 5px;
}
.two-col-tech-2{
  /* height: 961px; */
  width: 70%;
  /* max-width: 820px; */
  display: flex;
  padding: 80px 10% 0 100px;
  flex-direction: column;
  align-items: flex-start;
}
.tabcontent h3{
  color: #070E26;
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px; /* 134.615% */
  letter-spacing: 0.52px;
  margin-bottom: 20px;
}
.tabcontent p{
  color: #333;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.16px;
  margin-bottom: 20px;
}
.tabcontent .tab-img{
  height: auto;
  margin-bottom: 35px;
  border-radius: 0 0 60px 0;
}
.tab .tablinks .arrow-icon{
display:none;
}
@media(max-width:768px){
  .Vertical-tabs {
  padding-bottom: 0!important;
}

.solution_slider {
  padding-top: 45px!important;
}
  .Vertical-tabs h2 {
width:100%;
font-size: 28px;
line-height: 38px;
margin-bottom: 20px;
}
.tab .tablinks .arrow-icon{
display:block!important;
}
.tab button .arrow-icon {
    transition: transform 0.3s ease;
    margin-left: 5px;
}

.tab button .arrow-up, .tab button.active .arrow-icon {
    transform: rotate(180deg);
}

.tablinks {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

  .two-col-tech-1 {
    padding: 10px;
    height: 100%;
    width: 100%!important;
  }
   .two-col-tech-2 {
    padding: 10px;

  }
.tabcontent{/* height:auto; */}
  .tab button{
       display: flex;
       width: 100%;
       text-align: center;
       font-size: 18px;
       line-height: 1.3;
       padding: 18px 10px;
       border-bottom: 1px solid #e4e4e4;
       align-items: center;
       justify-content: space-between;
       }

.tab .tabcontent {
  /* padding-top: 30px; */
  text-align: center;
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
}

.tabcontent h3 {
  padding-top: 30px;
}

.tab button.active span:after {
  display: none;
}
  .tab{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: auto;
  }
  .tabcontent p {
    width: 100%;
}
.tabcontent .tab-img{
  width: 100%;
  height: auto;
}

.tabcontent .theme-btn {
  margin-bottom: 35px;
  vertical-align: middle;
}
}
/*Tech Deployment End*/

/*Case study Start*/
 .hero-sec-case {
  min-height: calc( var(--vh, 1vh) * 100 );
  width: 100%;
  display: flex;
  flex-shrink: 0;
 }
 .hero-sec-case h6{
  max-width: 292px;
  text-align: left;
  color: #4861FF;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 208.333% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
 .hero-sec-case h1{
  width: 660px;
  color: white;
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 275;
  line-height: 55px; /* 122.222% */
  letter-spacing: -0.45px;
}
.hero-sec-case p{
  width: 426px;
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.16px;
  margin-top: 20px;
}
.hero-sec-case .sec-box {
  z-index: 1;
}
.two-col-text h2{
  color: var(--GA-Ocean-Blue, #3A52E8);
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px; /* 134.615% */
  letter-spacing: 0.52px;
  margin-bottom: 20px;
}
.two-col-text p{
  /* width: 523px; */
  color: var(--GA-Navy, #051242);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.16px;
  margin-bottom: 20px;
}
.two-col-text h3{
  color: var(--White, #FFF);
  text-align: center;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px; /* 163.636% */
  letter-spacing: -0.22px;
  width: 345px;

}
.two-col-text .two-col.blue{
  border-radius: 60px 0px;
  background: linear-gradient(97deg, #3A52E8 4.05%, #6B41D0 99.09%);
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}
.two-col-text .pd {
    padding: 0px 55px;
    padding-left: 55px;
}
.two-col-text .pd.first{
    padding: 0px 55px;
    padding-left: 0px!important;
}
.two-col-text {
  width: 100%;
  max-width: 1134px;
  margin: 0 auto;
  padding: 0 0px 0 16px;
}
.two-col-text.icon{
    padding: 16px 0px 100px 0px;
}
.two-col-text .two-col>img{border-radius: 60px 0;/* background: blue; */}

.two-col-text .left.first + .two-col img {
  /* border-radius: 0 60px; */
}
.case-icon{
  background-color: #F2F5F7;
  border-radius: 20px 0px;
  width: 553px;

}
.case-icon h3{
  color: var(--GA-Ocean-Blue, #3A52E8);
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px; /* 163.636% */
  letter-spacing: -0.22px;
  text-align: left;
}

@media(max-width:768px){
  .two-col-text p{
  width: 100%;}
.two-col-text .two-col .text-lg {
    max-width: 767px;
    text-align: center;
    margin: auto;
  }
  .two-col-text .theme-btn {
    margin: 10px auto;
    display: block;
  }
  .two-col-text .pd {
    padding: 16px;
  }

}


/*Case study End*/


/*News and Events start*/

.hero-sec-sol.news h2{
  width: 660px;
  color: white;
  font-family: Poppins;
  font-size: 45px;
  font-style: normal;
  font-weight: 275;
  line-height: 55px; /* 122.222% */
  letter-spacing: -0.45px;
}
.hero-sec-sol.news p{
  width: 500px;
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 162.5% */
  letter-spacing: 0.16px;
  margin-top: 20px;
}
.hero-sec-sol.news {
  min-height: calc( var(--vh, 1vh) * 100 );
  width: 100%;
  display: flex;
  flex-shrink: 0;
}
.hero-sec-sol.news .sec-box {
  z-index: 1;
}
.hero-sec-sol.news h6{
  max-width: 292px;
  text-align: left;
  color: #4861FF;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 208.333% */
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
.sec-box-for-image-news {
  width: 100%;
  max-width: 1180px;
  padding: 16px 20px 0 20px;
  margin: 0 auto;
}
.sec-box-for-image-news
.sec-box-for-image-news .two-col img {
  border-radius: 60px 0 0 0;
}
.sec-box-for-image-news .pd {
  /* height: 475px; */
  /* width: 552px; */
}


.sec-box-for-image-news .two-col.pd {
  /* background-image: url("../images/Content.png"); */
  background-repeat: no-repeat;
  /* background-origin: content-box; */
  background-size: 100%;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 30px 0 0 0;
  /* margin-right: 10px; */
  background-size: cover;
  width: 100%;
  height: 475px;
  position: relative;
  z-index: 1;
  padding: 10px 10px 34px 40px;
}

.sec-box-for-image-news .two-col.pd:before, .sec-box-for-image-news .two-col.pd-2:before, .sec-box-for-image-news .two-col.pd-3:before {
   content: '';
    display: block;
    position: absolute;
    z-index: 1; /* Adjust z-index to be above the image but below the text */
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.00) 0%,
        rgba(0, 0, 0, 0.50) 69.68%
    );
}

.sec-box-for-image-news .two-col.pd-2:before, .sec-box-for-image-news .two-col.pd-3:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 69.68%);
}
.sec-box-for-image-news .pd-2 ,.sec-box-for-image-news .pd-3{
  /* height: 228px; */
  width: 100%;
}
.sec-box-for-image-news{
  margin-top: 95px;
}

.sec-box-for-image-news .row {
  gap: 20px;
  align-items: initial;
  flex-wrap: initial;
}

.sec-box-for-image-news .row>.post-link {
  width: 50%;
  display: flex;
  overflow: hidden;
}

.sec-box-for-image-news .pd-1{
  /* height: 552px; */
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  gap: 20px;
  width: 50%;
}

.sec-box-for-image-news .pd-1 .post-link {
  height: 50%;
  display: flex;
}

.sec-box-for-image-news .pd-3{
  /* margin-top: 15px; */
  border-radius: 0 0 30px 0;
 }
.sec-box-for-image-news .two-col.pd-2 ,.sec-box-for-image-news .two-col.pd-3 {
  /* background-image: url("../images/contant 2.png"); */
  background-repeat: no-repeat;
  /* background-origin: content-box; */
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* margin-left: 10px; */
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 10px 10px 34px 40px;
}
.sec-box-for-image-news .two-col.pd div,.sec-box-for-image-news .two-col.pd-2 div,.sec-box-for-image-news .two-col.pd-3 div{
  /* padding: 0px 40px 0px 40px; */
}
.sec-box-for-image-news h2, .sec-box-for-image-news h6, .sec-box-for-image-news p {
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: .48px;
  text-transform: uppercase;
  z-index:2;
}

.sec-box-for-image-news h2 {
  font-size: 22px;
  margin-top: 3px;
  letter-spacing: -.22px;
  text-transform: initial;
  font-weight: 300;
}
.sec-box-for-image-news p{
  /* padding-bottom: 40px; */
  /* font-size: 22px; */
  font-weight: 400;
  margin-top: 5px;
}



/*Protfolio tabs*/
.tab-content {
  display: none;
  padding: 20px;
}
button.tab-link.active{
color: white;
width: 123px;
height: 42px;
padding: 8px 16px;
justify-content: center;
align-items: center;
border-radius: 30px;
background: var(--Gradient, linear-gradient(97deg, #3A52E8 4.05%, #6B41D0 99.09%));
  margin: 0px 5px;
}

.three-col{
  width: 33%;
  /* margin: 15px 0px; */
}
.protfolio-tabs-main{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: #F2F5F7;
  padding: 100px 0px 100px;
  margin-bottom: -60px;
  border-radius: 0 0 0 60px;
  position: relative;
  z-index: 10;
}
.tab-content .row{

    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content:space-evenly;

}

/* Style for the active portfolio items */
.tab-content.active {
    display: block; /* Show activeÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½itemsÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½*/
}
.portfolio{
  width: 1240px;
  background-color: #F2F5F7;
}
.news-tabs-content {
    padding: 20px 30px 75px 30px;
    background-color: #fff;
    position: relative;
    z-index: 1;
  }
.news-tabs-content h5 {
    font-size: 22px;
    font-weight: 300;
  }
  .news-tabs-content p {
    font-size: 12px;
    font-weight: 300;
    padding: 10px 0px;
    text-transform: uppercase;
  }
.news-tabs-box {
  overflow: hidden;
  /* max-width: 358px; */
  width: 100%;
  background: #f2f5f7;
  border-radius: 20px 0px 20px 0px;
}
.news-tabs-content a {
  /* text-align: right; */
  /* margin-left: auto; */
  /* width: 100%; */
  /* position: relative; */
  /* display: block; */
  /* padding: 10px 0px; */
  right: auto;
  left: 30px;
}
.news-tabs-content img {
  max-width: 36px;
}
/* Styles for tabs and content */
        .protfolio-tabs-main .portfolio-tabs {
            display: flex;
            justify-content: center;
            background-color: #f2f2f2;
            padding: 5px 0;
            border: 1px solid #E4E4E4;
            border-radius: 30px;
        }
        .protfolio-tabs-main .row{
          margin-bottom: 10px;
          gap: 30px;
          /* flex-wrap: nowrap; */
          justify-content: flex-start;
          position: relative;
        }

.protfolio-tabs-main .row .three-col {
  width: calc( ( 100% - 60px ) / 3 );
}

        .protfolio-tabs-main .tab-link {
          cursor: pointer;
          padding: 10px 20px;
          border-radius: 30px;
          border:none;
          width: 123px;
          height: 42px;
          padding: 8px 16px;
          margin: 0px 5px;

        }
        .protfolio-tabs-main .tab-link:hover {
          color: white;
          width: 123px;
          height: 42px;
          padding: 8px 16px;
          border-radius: 30px;
          background: var(--Gradient, linear-gradient(97deg, #3A52E8 4.05%, #6B41D0 99.09%));
         margin: 0px 5px;
        }




        .protfolio-tabs-main .tab-content {
            display: none;
            padding: 20px;
            margin: 10px;
            background-color: #F2F5F7;
            width: 1240px;
            max-width: 100%;
        }

        /* Load more button */
        .load-more {
    display: block;
    border: none;
    cursor: pointer;
    position: absolute;
    margin: 50px auto 0;
    left: 0;
    right: 0;
    top: 100%;
}
        /* Animation */
        @keyframes fadeIn {
            from {
                opacity: 0;
            }
            to {
                opacity: 1;
            }
        }



@media(max-width:768px){
.hero-sec-sol.news {
  min-height: calc( var(--vh, 1vh) * 70 );

}
.protfolio-tabs-main .tab-link:hover, button.tab-link.active, .protfolio-tabs-main .tab-link{
  width: 100%;
  white-space: nowrap;
}
  .protfolio-tabs-main .row {
  flex-wrap: wrap;
  justify-content: center;
}
.three-col .case-study-img img{
  width: 100%;
  height: 100%;
}
.three-col .news-tabs-content{
      /* padding: 20px 15px 20px 5px; */
}
.three-col .news-tabs-content h5{
      font-size: 18px;
}
.protfolio-tabs-main .tab-content {
    width: 100%;
}
.protfolio-tabs-main .tab-content {
    display: none;
    padding: 10px;
    margin: 0px;
    width: 100%;

        }


.sec-box-for-image-news .two-col.pd-2 ,.sec-box-for-image-news .two-col.pd-3{
  /* height: 228px; */
  /* width: 100%; */
  /* margin-left: 0px; */
  /* margin-right: 0px; */
}
.sec-box-for-image-news .two-col.pd{
  /* margin-left: 0px; */
  /* background-size: cover; */
  height: 440px;
}
.sec-box-for-image-news .two-col{
  /* margin: 0px 0px 20px 0px; */
}
.sec-box-for-image-news {
  /* width: 100%; */
  /* max-width: 1240px; */
  /* padding: 50px 0px 50px 0px; */
  /* margin: 0 auto; */
  margin-top: 50px;
  padding-bottom: 50px;
}
.sec-box-for-image-news h2 {
  font-size: 18px;
}
.three-col{
  width: 50%;
  /* margin: 5px 5px; */
}

.protfolio-tabs-main .row .three-col {
  width: 51%;
  min-width: 320px;
}

  .two-col-1,.two-col-2{
    width: 100%;
  }
  .sec-box-for-image-news .row {
  flex-direction: column;
}

.sec-box-for-image-news .row>.post-link {
  width: 100%;
}
  .sec-box-for-image-news .pd-1 {
  width: 100%;
  flex-direction: row;
}

.sec-box-for-image-news .pd-1 .post-link {
  width: 50%;
  height: 230px;
}
}
@media screen and (max-width: 600px) {
  .sec-box-for-image-news .pd-1 {
    flex-direction: column;
  }

.sec-box-for-image-news .two-col.pd {
  height: 230px;
}

.sec-box-for-image-news .pd-1 .post-link {
  width: 100%;
}
  .case-study-box {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
}


/*News and Events Ends*/

/*News Detail Start*/

.sec-box-for-image.detail{
  width: 1240px;
  padding: 100px 0px 0px 0px;
}
.detail .row{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.row.detail-text, .row.detail-text h2 , .row.detail-text p{
  width: 100%;
}
.row.detail-text h2 {
  color:#3A52E8;
font-family: Poppins;
font-size: 26px;
font-style: normal;
font-weight: 300;
line-height: 35px; /* 134.615% */
letter-spacing: 0.52px;
margin-bottom: 20px;
}
.row.detail-text p{
  color:#051242;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 26px; /* 162.5% */
letter-spacing: 0.16px;
}
.row.detail-text{
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.sec-box-for-image.detail a:after{

    transform: rotate(-45deg);

}
.text-lg.detail{
  color:#3A52E8;
font-family: Poppins;
font-size: 26px;
font-style: normal;
font-weight: 300;
line-height: 35px; /* 134.615% */
letter-spacing: 0.52px;
}
@media(max-width:678px){
  .sec-box-for-image.detail{
    width: 100%;
    padding: 50px 0 0 0;
  }
  .row.detail-text{
  padding: 10px;
  margin-top: 0px;
}
.hero-sec-case.detail-main h2, .hero-sec-case.detail-main p{
  width: 100%;
}
}

/*News Detail End*/

/*Resources Start*/

.hero-sec-sol.black h1,.hero-sec-sol.black p{
  color: black;
}
.three-col.resource ,.three-col.resource .news-tabs-box{
  width: 100%;
  max-width: 100%;
  margin: 0px;
}
.three-col.resource{
  border-top: 1px solid;
border-color: #E4E4E4;
}

.three-col.resource .news-tabs-box{
  padding:30px 5px 0 5px;
background-color: white;

}
.protfolio-tabs-main.resources-contract .tab-content ,.protfolio-tabs-main.resources-contract{
  background-color: white;
}
.resources-contract .three-col.resource.item{
width:100%!important;
}
.page-template-contract-template .ct-sec, .page-template-contract-template footer:before, .blog .ct-sec, .blog footer:before {
  display: none;
}
.single.single-post .single-blog{
    max-width: 1240px;
    width: 100%;
    margin: auto;
    padding:20px;
    z-index: 2;
    position: relative;
    /* margin-bottom: 60px; */
}

.single-post main {
  background: #fff;
  position: relative;
  z-index: 2;
  border-radius: 0 0 0 60px;
}
 .single.single-post figure.wp-block-image.size-large img {
    border-radius: 60px 0;
}
.three-col.resource .news-tabs-box h5{
color: #051242;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 25px; /* 208.333% */
letter-spacing: 0.48px;
text-transform: uppercase;

}
.three-col.resource .news-tabs-box h3{
color: #3A52E8;
font-family: Poppins;
font-size: 22px;
font-style: normal;
font-weight: 300;
line-height: 36px; /* 163.636% */
letter-spacing: -0.22px;
margin: 5px 0px;

}
.three-col.resource .news-tabs-box p{
color: #051242;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 26px; /* 162.5% */
letter-spacing: 0.16px;
}


@media(max-width:768px){
.three-col.resource .news-tabs-box h5{
  width: 100%;
}
.three-col.resource .news-tabs-box h3{
  width: 100%;
}
.three-col.resource .news-tabs-box p{
  width: 100%;
}
.hero-sec-sol.black h1,.hero-sec-sol.black p{
  color: black;
  width: 100%;
}



}


/*Resources End*/


/*Company start*/

.sec-box-for-image.company{
  padding: 100px  0;
}
.lines-bg-2.company-team .sec-header h6 , .lines-bg-2.company-team .sec-header h2{
  text-align: center;
  max-width: 100%;
  width: 100%;
}
.lines-bg-2.company-team .case-study-content{
  display: flex;
  padding: 30px 25px;
}
.lines-bg-2.company-team .case-study-content .two-col.icon .case-btn{
display: flex;
    justify-content: flex-end;
}
.lines-bg-2.company-team .case-study-content .two-col{
  width: 75%;
}
.lines-bg-2.company-team .case-study-content .two-col.icon{
  width: 25%;
}
.lines-bg-2.company-team .case-study-content .two-col p{
color: rgba(7, 14, 38, 0.50);
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 26px; /* 162.5% */
letter-spacing: 0.16px;
}
.company-team .case-study-img img{
  height: 100%;
}


@media(max-width:768px){
.sec-box-for-image.company{
  padding: 0px;
}




}



/*Company end*/


/*Contact start*/

.contact-us .two-col h2{color: #F00;font-family: Poppins;font-size: 26px;font-style: normal;font-weight: 300;line-height: 35px; /* 134.615% */letter-spacing: 0.52px;margin-bottom: 30px;}
.contact-us .two-col{
  padding: 10px 0px 10px 30px;
}
.contact-us .two-col .sec-header .social{
   background-color: #F2F5F7;
     padding: 50px;
}

.contact-us .two-col .sec-header .social a {
  color: #051242;
}

.contact-us{
  background-color: white;
  margin-bottom: -60px;
}


.contact-us .two-col.form{
  padding: 10px 50px;
}
.contact-us .map-content {
  position: relative;
  z-index: 1;
}

.contact-us .map-content:after {
  content: '';
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(58, 82, 232, .25);
  pointer-events: none;
}
.contact-us iframe{
  width: 100%;
  height: 354px;
  display: block;
  filter: grayscale(1);
}
.social ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8px 0px;
    gap: 15px;
}
.social li {
    display: block;
    padding: 0px 5px;
    color: #051242;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.16px;
    width: 100%;
}
.social li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.social li img {
    width: 30px;
}



@media(max-width:768px){


.contact-us .two-col.form{
  padding: 10px ;
}
.contact-us .two-col{
  padding: 10px ;
}
.contact-us .two-col.form{
  padding: 10px;
}
.contact-us .two-col .sec-header .social{
   background-color: #F2F5F7;
     padding: 50px 0px;
}


}


/*Contact End*/

footer {
  background: #070e26;
  position: relative;
  z-index: 1;
}

.privacy-policy footer.sec-padding {
  margin-top: -60px;
  padding-top: 140px;
}

.page-template-template-contactus footer, .blog footer, body:has(.text_image_about) footer, body.page-template-contract-template footer {
  padding-top: 140px!important;
}

footer:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
  bottom: 100%;
  background: #070e26;
}

body:not(.page-template-template-careers):has(.ct-sec.hide) footer:before {
  display: none;
}

footer .two-col p {}
.footer-left>a {
  max-width: 67px;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
}

.footer-left>a:after {
  display: none;
}

.footer-left>a>img {
  display: block;
  max-width: 100%;
  height: auto;
}
.footer-left p {
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 7px;
}
.text_image_about {background-image: url(../images/bg_sec_ab.png);background-size: cover;background-position: -30px 0;background-repeat: no-repeat;padding:0!important;background-color: #f2f5f7;position: relative;z-index: 2;border-radius: 0 0 0 60px;margin-bottom: -60px;}
.text_image_about  img{
border-radius:0!important;
}
.footer-left p>a, .two-col>p>a {
  color: #fff;
}
.hide{display:none;}
footer a {
  position: relative;
}

footer a:after {
  content: '';
  position: absolute;
  top: 100%;
  height: 1px;
  width: 0;
  left: 0;
  background: #fff;
  /* -webkit-transform: translateX(-50%); */
  /* transform: translateX(-50%); */
  transition: all .3s ease;
}

footer a:hover:after {
  width: 100%;
}

.footer-left p>a:hover {
  /* text-decoration: underline; */
}
footer .two-col:last-child {
  width: auto;
  margin-left: auto;
}

footer .two-col>p {
  color: #fff;
  margin-top: 20px;
  display: none;
  font-size: 14px;
}

.two-col>p:last-of-type {
  margin-top: 5px;
  font-weight: 300;
}
.footer-right {
  display: flex;
  gap: 50px;
}
.footer-right ul {
  padding-left: 0;
  list-style: none;
}

.footer-right ul li {
  display: flex;
  align-items: flex-start;
}

.footer-right ul:not(.right-border) {
  padding-right: 10px;
  white-space: nowrap;
}
.footer-right .right-border {
  border-right: 1px solid white;
  padding-right: 60px;
}
.five_block .sec-header{
max-width: 30%!important;
}
.footer-right ul li a {
  color: #fff;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}
.footer-right ul li a img {
  max-width: 14px;
}
.nav-button {
  display: none;
}
.hide-desktop {
  display: none;
}
.hide-mobile {
  display: inherit;
}

/** the content **/
.single-page.pad-top {padding-top: 180px;    padding-bottom: 100px; }

.privacy-policy .single-page.the-content.pad-top {
  border-radius: 0 0 0 60px;
  position: relative;
  z-index: 10;
  background: #fff;
}
.the-content .sec-box {
  padding: 0 20px;
}
.the-content>h1, .the-content>.sec-box>h1 {color: #070E26;font-family: Poppins;font-size: 64px;font-style: normal;font-weight: 275;line-height: 78px;letter-spacing: -0.64px;margin-bottom: 35px;}
.the-content>h3, .the-content>.sec-box>h3 {color: #3A52E8; font-size: 26px; font-weight: 300; line-height: 35px; letter-spacing: 0.52px; margin-top: 100px; }
.the-content>p, .the-content>.sec-box>p, .the-content>ul, .the-content>.sec-box>ul, .the-content>ol, .the-content>.sec-box>ol {font-size: 16px;font-style: normal;font-weight: 300;line-height: 26px; /* 162.5% */letter-spacing: 0.16px;margin-top: 20px;}
.the-content>ul, .the-content>.sec-box>ul, .the-content>.sec-box ul ul, .the-content>ol, .the-content>.sec-box>ol, .the-content>.sec-box ol ol {list-style: disc; padding-left: 30px; }
.the-content>ol, .the-content>.sec-box>ol, .the-content>.sec-box ol ol {list-style: decimal;}

.error404 .the-content .sec-box {min-height: 500px;text-align: center;}

.error404 .the-content .sec-box h1 {
  font-weight: 500;
}
.fitb-click {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}


.the-jobs {height: 830px;max-width: calc( 100% - 40px );/* padding-left: 20px; */width: 1200px;overflow: hidden;-webkit-overflow-scrolling: touch;margin: 40px auto 100px;/* padding-top: 115px; */position: relative;}
.the-jobs {}
.the-jobs iframe {position: absolute;top: -121px;left: 130px;bottom: 0;width: 100%;height: calc( 100% + 115px )!important;}
.job-section {text-align: center;padding-bottom: 0!important;}
.job-section .sec-header {margin-top: 70px; }


.page-template-template-careers .the-content {background: #fff; overflow: hidden; border-radius: 0 0 0 60px; position: relative; z-index: 10; }

.the-quote {
  background: #ECF0F4;
  padding-top: 120px;
  padding-bottom: 70px!important;
}
.the-quote .sec-box {display: flex;flex-direction: column;align-items: center;text-align: center;}

body .the-quote p {
  font-size: 22px;
  line-height: 1.63636;
  max-width: 950px;
  font-weight: 300;
  color: #131415;
  margin-top: 15px;
}

.the-quote span {
  color: #131415;
  opacity: .6;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 1px;
  font-weight: 300;
}

@media (min-width: 813px) {
  .navigation ul {
    padding-left: 0;
    display: flex;
    list-style: none;
    align-items: center;
    gap: 40px;
    margin-bottom: -1px;
  }

  .navigation ul li {
    position: relative;
  }
  .navigation>ul>li>ul {
    position: absolute;
    left: -99999999px;
    top: 100%;
    display: block;
    /* flex-direction: column; */
    /* align-items: flex-start; */
    /* justify-content: flex-start; */
    gap: 0;
    white-space: nowrap;
    background: #fff;
    padding: 34px 40px 44px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    min-width: 275px;
    opacity: 0;
    -webkit-transition: opacity .3s ease, left 0s ease .3s;
    transition: opacity .3s ease, left 0s ease .3s;
 z-index:999999;
  }

.navigation>ul>li>ul ul>li>a {
  /* font-weight: 500; */
}

  .navigation>ul>li>ul:has(ul) {
    display: flex;
    align-items: flex-start;
    min-width: 505px;

  }

  .navigation>ul>li>ul:has(ul)>li {
    padding-left: 35px;
  }

  .navigation>ul>li>ul:has(ul)>li:first-child {
    padding-left: 0;
    border-right: 1px solid #e4e4e4;
    padding-right: 35px;
    min-width: 191px;
  }

  .navigation>ul>li>ul:has(ul) ul {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
  }

  .navigation>ul>li:hover>ul {
    left: -40px;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    /* min-width: 505px; */
  }

  .navigation>ul>li>ul a {
    color: #000;
    font-weight: 300;
    line-height: 1.846;
  }
  .navigation ul li a {
    display: block;
    gap: 5px;
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    align-items: center;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
  }

  .navigation>ul>li>a {
    padding: 48px 0 42px;
    position: relative;
    font-weight: 500;
  }

}
@media (min-width: 1441px) {
  .solution_slider .extradiv {
  width: 100px;
}

.carousel-wrapper {
  padding-left: 85px!important;
}
}
@media (max-width: 1440px) {
  .sec-box-for-image .pd {
  padding-left: calc( ( 100vw - 1240px ) / 2 - 16px );
}
}
@media (max-width: 1270px) {
  .team-img img {
  height: auto;
}
}
@media (max-width: 1200px) {
  .sec-box-for-image .pd {
    /* padding: 16px; */
  }
}
@media (max-width: 1063px) {
  .the-jobs iframe {
  left: 0;
}
}
@media (max-width: 992px) {
  .hero-bg-sol {
  width: 100%;
}

.hero-sec-sol {
  padding-bottom: 40px!important;
  /* margin-top: 55px; */
  height: 73vw;
  min-height: 500px;
  margin-bottom: 45px;
}

.hero-sec-sol:after {
  width: 100%;
  background: linear-gradient(0deg, rgba(255,255,255,.9) 15%,rgba(255,255,255,.5) 65%,rgba(255,255,255,0) 100%);
}

.hero-sec-sol.the-dark:after {
  background: linear-gradient(0deg, rgba(7,14,40,.9) 15%,rgba(7,14,40,.5) 65%,rgba(7,14,40,0) 100%);
}

.hero-sec-sol:before {
  width: 100%;
  background: linear-gradient(55deg,  rgba(241,242,244,1) 0%,rgba(246,246,248,1) 10%,rgba(255,255,255,.5) 15%,rgba(255,255,255,0) 40%);
  opacity: 0;
}

.hero-sec-sol .sec-box {
  margin-bottom: 0px;
}

body:not(.home) .scroll-dwn {
  bottom: 50%;
  margin-bottom: -73px;
}
  body section {
  padding-bottom: 45px!important;
}

.two-col-text .two-col.right .text-lg {padding-top: 40px;}

.protfolio-tabs-main {
  padding-top: 45px;
  padding-bottom: 125px!important;
}

.faq-sol {
  padding-top: 45px;
}

footer.sec-padding, .sec-padding.offwhite-bg, .sec-padding.sol {
  padding-top: 45px;
  /* margin-bottom: 45px; */
}

.sec-padding.offwhite-bg {
  /* margin-bottom: 45px; */
}

section[id^='slider-block-solution-block'] {
  margin-bottom: 45px;
}
  .footer-left p {display:none;}
  footer .two-col>p {display:block;margin-top: 50px;}

.two-col>p:last-of-type {
  margin-top: 20px;
}
  .two-col, footer .two-col:last-child {
    width: 100%;
    /* margin-bottom: 50px; */
  }

.faq-sol .pd {
  padding: 0;
}

.faq-sol .second_col {
  margin-top: 20px;
}

.page-template-template-careers .faq-sol .second_col {
  margin-bottom: 45px;
}

.sec-box-for-image-sol, .sec-box-for-image-sol:has(.left.first) {
  padding: 0 0 30px;
}

.text_image_about {
  background-size: 100vw;
  background-position: -5px 100%;
}

.sec-box-for-image-sol:has(.left.first) .row {
  flex-direction: column-reverse;
}

.sec-box-for-image-sol.text_image_about .pd {
  padding-bottom: 45px;
}
  .row {
    flex-wrap: wrap;
  }
  .case-study-content .btn-arr-right {
    /* right: initial; */
    /* left: 30px; */
    bottom: 25px;
  }
  .slider-button {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-box-for-image {
    padding-left: 0;
  }
  .sec-box-for-image .two-col img {
    max-width: 705px;
    margin-left: auto;
    border-radius: 60px 0;
  }
  .sec-box-for-image .two-col .text-lg {
    max-width: 767px;
    text-align: center;
    margin: auto;
  }
  .sec-box-for-image .theme-btn {
    margin: 10px auto;
    display: block;
  }
  .sec-box-for-image .pd {
    padding: 16px;
  }
  .text-box {
  height: 330px;
}

.sec-header h2 {
  font-size: 59px;
}
  .two-col-tech-1 {width:30%}
}
@media (max-width: 812px) {
  .nav-logo {
  padding: 14px 0 16px;
}
  .navigation {
    display: none;
  }

.navigation {
  display: block;
  position: fixed;
  top: 0;
  left: -99999px;
  height: calc( 100vh - 100px );
  width: calc( 100vw - 100px );
  background: #fff;
  box-sizing: border-box;
  padding: 50px 75px 50px 50px;
  z-index: 10;
  opacity: 0;
  transition: opacity .3s ease, left 0s ease .5s;
  box-sizing: content-box;
  overflow: auto;
}

.navigation ul {
  list-style: none;
}

.navigation ul li {
  margin-top: 20px;
}

.navigation ul li ul {
  margin-left: 15px;
}

.navigation>ul>li>ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.navigation ul li a {
  color: #000;
  position: relative;
  /* display: block; */
  font-size: 24px;
}
.fitb-search {
  margin-left: 206px;
}
.fitb-search input {
  width: 200px;
  border-radius: 8px  0;
  padding: 3px 10px;
  height: 30px;
  right: 24px;
  font-size: 14px;
}

.fitb-search input {
  border: 1px solid #070E26;
}

.fitb-search button {
  opacity: 1;
  /* z-index: 1; */
  /* height: 20px; */
  /* width: 20px; */
  /* border: 1px solid #070E26; */
  /* transition: all .3s ease; */
}

.fitb-search form:after {
  height: 0;
}

.fitb-search.active .fitb-close:after, .fitb-search.active .fitb-close:before {
  /* background: #070E26; */
  width: 0;
}

.the-arrow a:after {
  background-image: url(../images/arr-ur-dark.svg);
}

.navigation>ul>li:has(ul)>a:after {
  background-image: url(../images/chevron-down-dark.svg);
}

.navigation>ul>li:hover:has(ul)>a:after {
  transform: none;
}

.navigation>ul>li:hover:has(ul)>a.active:after {
  transform: rotate(180deg);
}

.navigation>ul>li>a:before {
  bottom: -5px;
}

.mobile-active .navigation {
  opacity: 1;
  left: 0;
  transition: opacity .3s ease;
}
  .nav-button {
    display: block;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    height: 18px;
    width: 25px;
    position: relative;
    z-index: 11;
  }
  .nav-button span {
    display: block;
    width: 25px;
    height: 2px;
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 8px;
    opacity: 1;
    transition: all .3s ease;
  }

.activeheader .nav-button span {
  background: #000;
}

.nav-button span:first-child {
  top: 0;
}

.nav-button span:last-child {
  top: 16px;
}

.mobile-active .nav-button span:first-child {
  top: 8px;
  transform: rotate(45deg);
}

.mobile-active .nav-button span {
  background: black;
}

.mobile-active .nav-button span:nth-child(2) {
  transform: rotate(45deg);
  opacity: 0;
}

.mobile-active .nav-button span:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px;
}

.hero-sec-sol {
  margin-top: 55px;
}
}
@media (max-width: 768px) {
  .hide-mobile {
    display: none;
  }
  .hide-desktop {
    display: inherit;
  }
  .hero-sec-sol {
  padding-left: 0;
  padding-right: 0;
  flex-direction: column;
  height: initial;
  overflow: hidden;
  background: #fff;
  z-index: 1;
  padding-top: 0;
}

.hero-sec-sol.the-dark {background:#070e28;}

.hero-bg-sol {
  position: static;
  border-radius: 0;
  /* display: none; */
  width: 160%;
  margin-left: -10%;
}

body:not(.home) .scroll-dwn {
  position: static;
  order: 3;
  margin-bottom: 0;
  display: none;
  align-self: center;
}

body:not(.home) .scroll-dwn img {
  /* height: 100px; */
}

.hero-sec-sol:after {
  opacity: 0;
}

.hero-sec-sol .sec-box {
  /* margin-top: -10vw; */
  position: relative;
  background: #fff;
  z-index: 1;
  padding: 0 16px 0;
}

.hero-sec-sol .sec-box .mobile-scroll {
  display: block;
  width: 47px;
  margin: 37px auto 0;
  height: auto;
}

.hero-sec-sol.the-dark .sec-box .mobile-scroll .st00, .hero-sec-sol.the-dark .sec-box .mobile-scroll .st10 {
  stroke: #fff;
}

.hero-sec-sol.the-dark .sec-box .mobile-scroll .st10 {
  fill: #fff;
  fill-opacity: 0.2;
}

.hero-sec-sol.the-dark .sec-box {
  background: #070e28;
}

.hero-sec-sol .sec-box>.row:first-child {
  margin-top: -7vw;
}

.hero-sec-sol .sec-box:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 25vw;
  width: 100%;
  background: linear-gradient(0deg, rgba(255,255,255,1) 15%,rgba(255,255,255,.3) 65%,rgba(255,255,255,0) 100%);
  z-index: -1;
}

.hero-sec-sol.the-dark .sec-box:after {
  background: linear-gradient(0deg, rgba(7,14,40,1) 15%,rgba(7,14,40,.3) 65%,rgba(7,14,40,0) 100%);
}
  .hero-sec h1 {
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
  }
  .bglines-sec {
    min-height: 350px;
  }
  .bglines-sec h2 {
    font-size: 20px;
  }
  .sec-box-for-image .two-col .text-lg {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .sec-box-for-image .two-col .theme-btn {
    margin-bottom: 30px;
  }
   .hero-sec-sol h1 {
    font-size: 30px;
    line-height: 45px;
  }
   .hero-sec-sol p {
    font-size: 14px;
    line-height: 22px;
    width: auto;
  }
  .sec-header {
    align-self: center;
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .sec-header h2 {
    font-size: 50px;
    /* line-height: 42px; */
    max-width: 100%;
  }

.sec-header h2 br {
  display: none;
}
  .sec-header p {
    font-size: 14px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
  }
  .theme-btn, .ct-form button {
    margin-left: auto;
    margin-right: auto;
  }
  .sec-header .text-box {
    display: none;
  }
  .ico-text-box {
    padding: 30px 50px 85px 25px;
  }
  .hero-sec-sol .sec-box .row, .hero-sec-sol .sec-box h1 {
  text-align: center;
  justify-content: center;
}
  .team-img img {
  /* height: calc( ( ( 100vw - 72px - 30px ) / 2 ) * .67 ); */
}


.btn-arr-right {
  right: initial;
  left: 25px;
  bottom: 26px;
}
  .sec-bg-ct h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .sec-bg-ct {
    min-height: 350px;
    border-radius: 60px 0;
    margin-bottom: 45px;
  }
  .case-study-content {
    padding: 20px 30px 64px 30px;
  }
  .case-study-content h5 {
    font-size: 20px;
  }
  .text-box {
    height: auto;
    max-width: calc( ( 100% - 32px ) / 2 );
  }
  .faq-sol .two-col {
  text-align: center;
}
.sec-box-for-image-sol .two-col .text-lg, .sec-box-for-image-sol h3 {
  max-width: 100%;
  text-align: center;
}

.sec-box-for-image-sol .two-col {text-align: center;}
.grad-sec .sec-box .sec-header {
  max-width: 90%;
  margin-bottom: 10px;
}
  .text-box span {
    font-size: 18px;
    line-height: 25px;
  }
  .ct-form {
    margin-top: 32px;
  }
  .footer-right {
    /* flex-direction: column; */
    /* gap: 0; */
    /* margin-top: 20px; */
    gap: 30px;
  }
  .footer-right ul li a {
    font-size: 18px;
  }
  .right-border {
    /* border-right: 0px !important; */
  }

.footer-right .right-border {
  padding-right: 35px;
  width: 50%;
}

.footer-right ul:not(.right-border) {
  white-space: nowrap;
  padding-right: 10px;
}
  .hero-sec:has(.hero-bg:nth-child(2)) .hero-bg:first-child {display:none}
  .hero-bg:nth-child(2) {display:block}
}
@media (max-width: 576px) {
  .form-row {
    flex-direction: column;
    gap: 0;
  }
  .form-two-col {
    width: 100%;
  }
  .sec-header h2 {
    font-size: 34px;
    /* line-height: 32px; */
  }
  .sec-box-for-image .two-col .text-lg {
    font-size: 15px;
    line-height: 26px;
  }
   .sec-box-for-image-sol .two-col .text-lg, .home .sec-box-for-image-sol .two-col .text-lg {
    font-size: 17px;
    /* line-height: 25px; */
    margin-bottom: 20px;
    width:auto;
  }
  .sec-box-for-image-sol .pd ,.faq-sol .pd{
    padding:20px;
}
.accordion {
    width: 100%;
  }
  .faq-sol{
   width: 100%;
  padding: 16px 16px 20px 16px;
}
.panel{
  width: 100%;
}
.sec-box-for-image-sol h3{
  font-size: 24px;
}
.faq-sol h2{
      width: auto;
      color: #070E26;
      font-size: 40px;
      font-style: normal;
      font-weight: 275;
      /* line-height: 50px; */
}
  .bglines-sec {
    min-height: 280px;
  }
  .ico-text-box h3,
  .case-study-content h5 {
    font-size: 18px;
  }
  .ico-text-box p,
  .case-study-content p {
    font-size: 14px;
  }
  .case-study-content h5 {
    margin-bottom: 5px;
  }
  .case-study-content {
    padding: 10px 20px 58px 20px;
  }

.case-study-content .btn-arr-right {
  left: 20px;
}
  .the-quote {
  padding-top: 70px;
  padding-bottom: 40px!important;
}
  body .the-quote p {
  font-size: 18px;
}
  .sec-bg-ct h4 {
    font-size: 18px;
  }
  .ct-form input::placeholder,
  .ct-form textarea::placeholder {
    font-size: 14px;
  }

  .text-box {
    /* height: auto; */
    max-width: 100%;
    /* padding: 60px 20px; */
    max-width: 300px;
  }

.grad-sec .sec-box .row {
  justify-content: center;
}
}

.container-slider {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .carousel-slide {
    width: 380px !important;
  }
  .ico-text-box {
    width: 380px;
  }
}

.carousel-container {
  display: block;
  width: 100%;
}

.carousel-wrapper {
  display: flex;
  height: auto;
  overflow: auto;
  scrollbar-width: none;
  scroll-behavior: smooth;
  padding-left: calc((100vw - 1240px - 32px) / 2);
  width: 100%;
  &::
  -webkit-scrollbar {
    display: none;
  }

  &.dragging {
  scroll-behavior: auto;
  }
}

.carousel {
  display: flex;
  width: auto;
  width: fit-content;
  flex-direction: row;
  flex-wrap: nowrap;
  /* align-items: center; */
  gap: 32px;

  .carousel-slide {
  display: flex;
  width: 650px;
  /* height: 370px; */
  flex-grow: 0;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  z-index: 0;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  transition-property: width, min-width, height, flex, flex-grow, flex-shrink,
      flex-basis, opacity;
  transition-duration: 240ms;

    &.loaded {
  img,
      .carousel-image {
        opacity: 1;
  transition-delay: 100ms;
      }

      .carousel-content {
  transition-delay: 100ms;
  transform: translateY(0%);
  h2 {
          font-size: 1.5rem;
        }
      }
    }
  }
}
.carousel-content:hover .btn-arr-right {}
.images-carousel .carousel {
  display: flex;
  width: auto;
  width: fit-content;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0px;

  .carousel-slide {
    display: flex;
    width: 1190px;
    height: 438px;
    flex-grow: 0;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    transition-property: width, min-width, height, flex, flex-grow, flex-shrink,
      flex-basis, opacity;
    transition-duration: 240ms;

    &.loaded {
      img,
      .carousel-image {
        opacity: 1;
        transition-delay: 100ms;
      }

      .carousel-content {
        transition-delay: 100ms;
        transform: translateY(0%);

        h2 {
          font-size: 1.5rem;
        }
      }
    }
  }
}

.slider-button {
  border: 1px #e4e4e4 solid;
  border-radius: 30px;
}

button.slider-nav {
  display: inline-flex;
  width: 40px;
  height: 40px;
  color: #3a52e8;
  min-width: 40px;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  background-color: transparent;
  border: none;
  svg {
    pointer-events: none;
  }
}

.carousel-scrollbar,
.carousel-scrollbar .scrollbar-track {
  display: flex;
  width: 100%;
  align-items: center;
}
.slider-scrollbar {
  background-color: #f1f1f1; /* Scrollbar track color */
  height: 4px;
  bottom: 10px;
  width: 100%;
  overflow:hidden;
border-radius: 5px;
}

.scrollbar-thumb {
  background-color: blue; /* Thumb color */
  height: 100%;
  border-radius: 5px; /* Optional: for rounded corners */
  cursor: pointer;
  position:relative;
  pointer-events: none;
}
.carousel-scrollbar {
  padding: 4px 0;

  .scrollbar-track {
    border-radius: 999px;
    height: 1px;
    background-color: #e4e4e4;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .scrollbar-thumb {
    width: 20%;
    height: 100%;
    border-radius: 999px;
    cursor: pointer;
    position: relative;
    pointer-events:none;
    background: linear-gradient(97deg, #3A52E8 4.05%, #6B41D0 99.09%);
    transition: transform 200ms, background-color 200ms, height 200ms;
    width: 138px!important;
    height: 3px;

    &:after {
      content: "";
    display: block;
    height: 16px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    }

    &:hover {
      height: 250%;
    }

    &.dragging,
    &.dragging:
    hover {
      background-color: rgba(0, 0, 0, 1);
    height: 400%;
    }

    &.dragging {
      &:after {
        height: 24px;
      }
    }
  }
}
.single-blogss p ,.single-blogss img{
    max-width: 1240px;
    width: 100%;
    margin: auto;
}
.single-blog p{margin-bottom: 40px;margin-top: 10px;font-size: 16px;line-height: 1.625;font-weight: 300;letter-spacing: .16px;}
.extradiv{
  position: absolute;
  z-index: 10;
  width: calc((100vw - 1155px) / 2);
  height: 460px;
  /* background-color: #F2F5F7; */
  bottom: 10px;
  left: 0;
}
.black_text h1 ,.black_text p{
color:#08222e!important;
}
.white_text h1 ,.white_text p{
color:#ffffff!important;
}
.carousel-content .two-col-1.pd {
    padding-left: 40px;
    padding-right: 20px;
}
section {
    /* padding-top: 100px!important; */
    padding-bottom: 100px!important;
}
@media(max-width:1100px){
.sec-box-for-image-sol .pd {
    padding: 30px 25px 0;
}
}
@media(max-width:768px){
  .page-template-template-careers .grad-bg {
  width: auto;
  height: 800px;
  top: 0;
  left: 30%;
  -webkit-transform: translateX(-50%);
}
.home .grad-sec .sec-box .row {
  flex-wrap: wrap;
}
.five_block .sec-header ,.four_block .sec-header{max-width:100%!important}
.five_block,.four_block{
    align-items: center;
    justify-content: center;
}
.carousel-container>.sec-box {
  margin-top: 0;
}

.carousel-container>.sec-box .slider-button {
  margin-top: -5px;
}
.carousel-content .two-col-1.pd {
    padding: 20px 20px 0;
}

}

@media (max-width: 782px) {
  .admin-bar header {top: 46px; }
}