/* Font Family ***************************************/
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora/Sora-Light.eot');
  src: url('../fonts/Sora/Sora-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Sora/Sora-Light.woff2') format('woff2'),
      url('../fonts/Sora/Sora-Light.woff') format('woff'),
      url('../fonts/Sora/Sora-Light.ttf') format('truetype'),
      url('../fonts/Sora/Sora-Light.svg#Sora-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora/Sora-Regular.eot');
  src: url('../fonts/Sora/Sora-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Sora/Sora-Regular.woff2') format('woff2'),
      url('../fonts/Sora/Sora-Regular.woff') format('woff'),
      url('../fonts/Sora/Sora-Regular.ttf') format('truetype'),
      url('../fonts/Sora/Sora-Regular.svg#Sora-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'Sora';
    src: url('../fonts/Sora/Sora-SemiBold.eot');
    src: url('../fonts/Sora/Sora-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Sora/Sora-SemiBold.woff2') format('woff2'),
        url('../fonts/Sora/Sora-SemiBold.woff') format('woff'),
        url('../fonts/Sora/Sora-SemiBold.ttf') format('truetype'),
        url('../fonts/Sora/Sora-SemiBold.svg#Sora-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora/Sora-Bold.eot');
  src: url('../fonts/Sora/Sora-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Sora/Sora-Bold.woff2') format('woff2'),
      url('../fonts/Sora/Sora-Bold.woff') format('woff'),
      url('../fonts/Sora/Sora-Bold.ttf') format('truetype'),
      url('../fonts/Sora/Sora-Bold.svg#Sora-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --aqua: #1EE2CF;
  --black: #000000;
  --baltic-sea: #292929;
  --battleship-grey: #828282;
  --bright-cerulean: #00B1E7;
  --buttery-white: #FFFCE8;
  --catskill-white: #F0F5FF;
  --Grey-goose: #D0D0D0;
  --light-khaki: #E4F591;
  --lily-white: #EAF6FD;
  --midnight-blue: #010033;
  --oasis: #FFF0CD;
  --pig-pink: #FFDBE5;
  --pink-lemonade: #EC1B72;
  --pattens-blue: #DEF2FF;
  --Warm-blue: #5956E9;
  --white: #FFFFFF;
  --white-smoke: #F4F4F4;
  --yellow-orange: #FFB406;  
  --hawkes-blue: #E0DFFF;
  --ultramarine-blue: #5451FF;
  --foam: #DDFBF8;
  --fog: #D7D7FF;
  --pale-blue-lily: #D2EDFF;
  --scotch-mist: #FFFAD9;

  /* Team Card */
  --card-width: 300px;
  --gap: 20px;
}

body {
  font-family: 'Sora';
  font-weight: 400;
  background-color: var(--white);
}
.main-wrapper {
  padding: 25px 25px 0 25px;
}
.main-wrapper-inner-pg {
  padding: 25px 0 0 0;
}
.main-wrapper-inner-pg #header {
  padding: 0 25px;
}

.container {
  max-width: 1560px;
}

/* Common Class Start *******************************/
.mobile {
  display: none !important;
}
.desktop {
  display: block !important;
}

/* Color class *******/
.baltic-sea {
  color: var(--baltic-sea) !important;
}
.white {
  color: var(--white) !important;
}
.black {
  color: var(--black);
}

/* Bg Color class *******/
.bright-cerulean-bg {
  background-color: var(--bright-cerulean);
}
.pink-lemonade-bg {
  background-color: var(--pink-lemonade);
}
.aqua-bg {
  background-color: var(--aqua);
}
.yellow-orange-bg {
  background-color: var(--yellow-orange);
}
.baltic-sea-bg {
  background-color: var(--baltic-sea) !important;
}
.white-bg {
  background-color: var(--white) !important;
}
.Warm-blue {
  background-color: var(--Warm-blue) !important;
}
.catskill-white-bg {
  background-color: var(--catskill-white);
}
.midnight-blue-bg {
  background-color: var(--midnight-blue);
}
.pig-pink-bg {
  background-color: var(--pig-pink);
} 
.foam-bg {
  background-color: var(--foam);
}
.pale-blue-lily-bg {
  background-color: var(--pale-blue-lily);
}
.scotch-mist-bg {
  background-color: var(--scotch-mist);
}
.fog-bg {
  background-color: var(--fog);
}
.black-bg {
  background-color: var(--black) !important;
}

.bright-cerulean {
  background: linear-gradient(270deg, #1B71BC 0%, #2F84CA 15%, #5CADEA 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Font size class *******/
.xx-small {
  font-size: 8px;
}
.x-small {
  font-size: 10px;
}
.small {
  font-size: 12px;
}
.m-small {
  font-size: 14px;
}

/* Green gradiant text *****************/
.g-text {
  background: linear-gradient(90deg, rgba(11, 189, 180, 1) 0%, rgba(13, 191, 169, 1) 20%, rgba(18, 196, 153, 1) 34%, rgba(20, 198, 140, 1) 52%, rgba(24, 202, 121, 1) 71%, rgba(25, 203, 118, 1) 88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.g-text1 {
  background: linear-gradient(90deg, rgba(11, 143, 175, 1) 0%, rgba(11, 143, 184, 1) 23%, rgba(3, 169, 219, 1) 47%, rgba(3, 180, 219, 1) 70%, rgba(6, 184, 201, 1) 82%, rgba(14, 192, 169, 1) 94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.g-text2 {
  background: linear-gradient(90deg, rgba(11, 143, 175, 1) 0%, rgba(11, 143, 184, 1) 23%, rgba(3, 169, 219, 1) 47%, rgba(3, 180, 219, 1) 60%, rgba(6, 184, 201, 1) 70%, rgba(20, 199, 136, 1) 84%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.g-text3 {
  background: linear-gradient(90deg, rgba(11, 143, 175, 1) 0%, rgba(11, 143, 184, 1) 23%, rgba(3, 169, 219, 1) 47%, rgba(3, 180, 219, 1) 70%, rgba(6, 184, 201, 1) 88%, rgba(8, 184, 178, 1) 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.g-text4 {
  background: linear-gradient(90deg, rgba(13, 191, 169, 1) 0%, rgba(16, 194, 156, 1) 30%, rgba(17, 196, 149, 1) 70%, rgba(20, 199, 136, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.g-text5 {
  background: linear-gradient(90deg, rgba(5, 160, 208, 1) 0%, rgba(1, 178, 227, 1) 50%, rgba(2, 179, 221, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.g-text6 {
  background: linear-gradient(90deg, rgba(5, 182, 208, 1) 0%, rgba(9, 187, 188, 1) 25%, rgba(14, 192, 167, 1) 42%, rgba(19, 198, 144, 1) 60%, rgba(26, 204, 111, 1) 72%, rgba(27, 206, 104, 1) 82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Black gradiant text *******/
.g-b-text {
  background: linear-gradient(90deg, rgba(39, 49, 53, 1) 0%, rgba(37, 54, 59, 1) 33%, rgba(33, 66, 76, 1) 53%, rgba(21, 122, 150, 1) 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.g-b-text1 {
  background: #273135;
  background: linear-gradient(90deg, rgba(39, 49, 53, 1) 0%, rgba(37, 54, 59, 1) 40%, rgba(33, 66, 76, 1) 70%, rgba(21, 122, 150, 1) 98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.g-b-text2 {
  background: #273135;
  background: linear-gradient(90deg, rgba(39, 49, 53, 1) 0%, rgba(37, 54, 59, 1) 40%, rgba(33, 66, 76, 1) 60%, rgba(12, 138, 175, 1) 73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.g-text-pink {
  background: #E21F7B;
  background: linear-gradient(90deg, rgba(226, 31, 123, 1) 0%, rgba(207, 38, 142, 1) 20%, rgba(196, 41, 151, 1) 30%, rgba(180, 47, 166, 1) 42%, rgba(162, 53, 183, 1) 50%, rgba(153, 56, 191, 1) 60%, rgba(146, 60, 199, 1) 70%, rgba(129, 65, 213, 1) 78%, rgba(119, 69, 222, 1) 86%, rgba(104, 74, 237, 1) 90%, rgba(95, 77, 245, 1) 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.g-text-gold-blue {
  background: #CA9553;
  background: linear-gradient(90deg, rgba(202, 149, 83, 1) 0%, rgba(189, 142, 102, 1) 10%, rgba(180, 137, 115, 1) 20%, rgba(167, 129, 134, 1) 32%, rgba(162, 126, 141, 1) 40%, rgba(158, 124, 148, 1) 50%, rgba(158, 124, 148, 1) 60%, rgba(141, 114, 171, 1) 68%, rgba(132, 109, 185, 1) 76%, rgba(122, 103, 201, 1) 83%, rgba(120, 102, 203, 1) 88%, rgba(118, 100, 206, 1) 92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.g-text-blue {
  background: #5352FD;
  background: linear-gradient(90deg, rgba(83, 82, 253, 1) 0%, rgba(81, 88, 247, 1) 14%, rgba(78, 96, 238, 1) 24%, rgba(75, 101, 231, 1) 34%, rgba(74, 103, 228, 1) 42%, rgba(72, 109, 222, 1) 50%, rgba(71, 109, 221, 1) 56%, rgba(69, 117, 214, 1) 64%, rgba(67, 119, 209, 1) 72%, rgba(65, 124, 204, 1) 79%, rgba(64, 126, 201, 1) 85%, rgba(63, 127, 199, 1) 92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.g-text-green-blue {
  background: #1EC671;
  background: linear-gradient(90deg, rgba(30, 198, 113, 1) 0%, rgba(33, 193, 120, 1) 6%, rgba(35, 189, 125, 1) 12%, rgba(37, 185, 129, 1) 18%, rgba(40, 177, 139, 1) 24%, rgba(42, 173, 143, 1) 30%, rgba(44, 170, 148, 1) 35%, rgba(48, 160, 160, 1) 41%, rgba(48, 160, 160, 1) 46%, rgba(50, 156, 165, 1) 50%, rgba(54, 147, 175, 1) 56%, rgba(57, 141, 182, 1) 60%, rgba(59, 137, 188, 1) 65%, rgba(60, 135, 190, 1) 70%, rgba(62, 129, 197, 1) 74%, rgba(73, 107, 225, 1) 80%, rgba(76, 98, 234, 1) 86%, rgba(79, 92, 242, 1) 92%, rgba(81, 88, 246, 1) 98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.g-text-blue-green {
  background: #1EC671;
  background: linear-gradient(90deg,rgba(81, 88, 246, 1) 0%,  rgba(76, 98, 234, 1) 28%, rgba(73, 107, 225, 1) 38%, rgba(62, 129, 197, 1) 46%, rgba(60, 135, 190, 1) 52%, rgba(59, 137, 188, 1) 56%, rgba(57, 141, 182, 1) 60%, rgba(54, 147, 175, 1) 68%, rgba(50, 156, 165, 1) 76%, rgba(48, 160, 160, 1) 82%, rgba(44, 170, 148, 1) 88%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.g-text-pink-Cerulean {
  background: #D8287C;
  background: linear-gradient(90deg, rgba(216, 40, 124, 1) 0%, rgba(154, 79, 155, 1) 37%, rgba(141, 87, 161, 1) 51%, rgba(111, 106, 176, 1) 60%, rgba(92, 119, 186, 1) 75%, rgba(47, 147, 208, 1) 92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.t-align-left {
  text-align: left !important;
}
.d-font {
  font-weight: 400 !important;
}
/* gradiant text ******/

/* Common Class End ***********************************************/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}
.common::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
}
body.show {
  position: fixed;
  top: 0;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  line-height: 1.2;
  color: var(--baltic-sea);
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}
h1 {
  font-size: 50px;
  font-weight: 300;
}
h1 span {
  font-weight: 700;
}
h2 {
  font-size: 48px;
}
h2 span {
  font-weight: 700;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 24px;
  font-weight: 700;
}
h6 {
  font-size: 20px;
}

p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
  color: var(--black);
  margin-bottom: 15px;
}
p:last-child {
  margin-bottom: 0;
}
ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a {
  display: inline-block;
  line-height: 1.2;
  color: inherit;
  text-decoration: none;
  text-transform: capitalize;
  font-family: inherit;
}
a:hover {
  color: var(--white) !important;
}
span {
  display: inline-block;
}
img, video {
  max-width: 100%;
}

/* ---- Button Start ---------------- */
.cmn-btn {
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  padding: 16px 23px;
  background-color: var(--Warm-blue);
  border: 0;
  border-radius: 35px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  position: relative;
  z-index: 1;
  /* transition: all 0.5s; */
  overflow: hidden;
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cmn-btn:hover {
  background-color: var(--baltic-sea);
}

/**/
.white-btn {
  color: var(--baltic-sea) !important;
  background-color: var(--white);
}
.white-warm-blue-btn {
  color: var(--Warm-blue) !important;
  background-color: var(--white);
}
.baltic-sea-btn {
  color: var(--white);
  background-color: var(--baltic-sea) !important;
}
.baltic-sea-btn:hover {
  color: var(--baltic-sea) !important;
  background-color: var(--white) !important;
} 

section {
  padding: 80px 0;
  overflow: hidden;
  /* overflow-x: clip; */
}

/* Section space Start ******************************/
.pt-100 {
  padding-top: 100px !important;
}
.pb-20 {
  padding-bottom: 20px;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-74 {
  padding-bottom: 74px !important;
}
.py-60 {
  padding: 60px 0;
}
.py-120 {
  padding: 120px 0;
}
/* Section space End **********************************/

.section-heading {
  text-align: center;
  max-width: 1135px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.button-box {
  padding-top: 20px;
}
.button-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 10px;
}
.form-control-common {
  font-size: 16px;
  color: var(--battleship-grey);
  background: var(--catskill-white);
  padding: 14px 26px;
  border-radius: 30px;
  border: none;
  width: 100%;
  appearance: textfield;
  box-shadow: none;
  resize: none;
  outline: none;
  box-sizing: border-box;
  text-overflow: ellipsis;
  font-family: 'Sora';
}
.form-control-common::placeholder {
  color: var(--battleship-grey);
  color: #828282;
}
.input-group {
  padding-bottom: 20px;
}
.form-control:focus,
.form-select:focus {
  /* border-color: var(--platinum); */
  box-shadow: none;
}
.form-check-input:focus {
  /* border-color: var(--bs-border-color); */
  box-shadow: none;
}
.form-select {
  color: black !important;
}
a:-webkit-any-link:focus-visible {
  outline: none;
}
input[type="email"] {
  text-transform: lowercase;
}
input[type="email"]::placeholder {
  text-transform: lowercase;
}

/* Header css ******************************************/
@keyframes smoothScroll {
  0% {
    transform: translateY(-60px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
} 
#header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  border-radius: 0 0 0 0;
  background-color: var(--catskill-white) !important;
  box-shadow: rgba(0, 0, 0, 0.22) 1px 2px 4px, rgba(0, 0, 0, 0.10) 1px 2px 6px;
  animation: smoothScroll 1s forwards;
}
#header.sticky .header-box {
  padding: 16px 0 16px 0;
  border-bottom: none;
}
#header.sticky .mega-menu {
  top: 85px !important; 
}
#header.sticky .logo-box img {
  max-width: 182px;
}
#header.sticky .header-box .button-box .cmn-btn {
  font-size: 13px;
}
#header {
  transition: 0.5s all;
  border-radius: 20px 20px 0 0;
  background-color: var(--catskill-white);
  position: relative;
}
#header .header-box {
  padding: 40px 0px 30px 0px;
  border-bottom: 1px solid var(--baltic-sea);
}
#header .header-box-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .logo-box img {
  max-width: 192px;
  width: 100%;
}
#header .main-nav .click-menu,
#header .main-nav .cancel-menu {
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 11;
  width: 30px;
  height: 27px;
}
#header .main-nav .click-menu span,
#header .main-nav .cancel-menu span {
  width: 30px;
  height: 4px;
  background: var(--baltic-sea);
  transition: 0.5s all ease-in-out;
  border-radius: 16px;
  position: relative;
}
#header .main-nav .cancel-menu span {
  position: absolute;
  height: 4px;
}
#header .main-nav .cancel-menu span:first-child {
  transform: rotate(45deg);
}
#header .main-nav .cancel-menu span:last-child {
  transform: rotate(-45deg);
}
#header .main-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
#header .button-box {
  padding-top: 0;
}
#header .main-nav nav {
   position: relative;
}
#header .main-nav nav ul li {
  display: inline-block;
  position: relative;
}
#header .main-nav nav ul li:not(:last-child) {
  margin-right: 16px;
}
#header .main-nav nav ul li a {
  font-size: 16px;
  color: var(--battleship-grey);
  padding: 5px 5px;
  transition: all ease 0.5s;
}
#header .main-nav nav ul li a:hover,
#header .main-nav > nav > ul > li > a.active {
  color: var(--baltic-sea) !important;
  font-weight: 700;
}
/* Mega Menu ***********************************/
#header .main-nav nav ul li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}
#header .main-nav nav .mega-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 160px;
  padding: 40px 40px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: var(--midnight-blue);
  z-index: 999;
  overflow: hidden;
  width: 100%;
  max-width: 1540px;
  box-sizing: border-box;
  opacity: 0; 
  visibility: hidden; 
  /* opacity: 1;
  visibility: visible; */
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
#header .mega-menu .mega-menu-inner {
  display: flex;
  column-gap: 50px;
  width: 100%;
  max-width: 1540px;
  box-sizing: border-box;
}
#header .mega-menu .mega-left-main-menu {
  width: 70%;
}
#header .mega-menu .mega-left-menu {
  min-height: 209px;
}
#header .mega-menu ul li {
  margin-right: 0 !important;
  display: block !important;
}
#header .mega-menu ul li:not(:last-child) {
  margin-bottom: 12px;
}
#header .main-nav .mega-menu ul li a {
  font-size: 16px;
  color: var(--white) !important;
  width: 100%;
}
#header .main-nav .mega-menu ul li a:hover, 
#header .main-nav .mega-menu ul li.active a { 
  font-weight: 400;
  color: var(--yellow-orange) !important;
}

#header .mega-menu .right-image-nav {
  width: 30%;
  position: relative;
}
#header .mega-menu .right-image-nav .row {
  row-gap: 20px;
}
#header .mega-menu .right-image-nav .image-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#header .mega-menu .right-image-nav .img-bx img {
  width: 100%;
  height: 153px;
  border-radius: 10px;
}
#header .mega-menu .develop-connect-bx {
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid var(--white);
}
#header .mega-menu .develop-connect-bx p {
  font-size: 16px;
  color: var(--white);
}
#header .mega-menu .develop-connect-bx a {
  font-size: 18px;
  font-weight: 700;
  color: var(--white) !important;
}
#header .mega-menu .develop-connect-bx a:hover {
  color: var(--yellow-orange) !important;
}

/* Inner Page header *******************************/
.transparent-bg {
  background-color: transparent !important;
}

/* Home Banner *************************************/
#home-banner {
  padding: 90px 10px;
  background-color: var(--catskill-white);
  border-radius: 0 0 20px 20px;
  position: relative;
}
#home-banner .box .text-bx p {
  margin: 30px 0;
}
#home-banner .box .text-bx .button-box.solution-bx {
  margin-bottom: 35px; 
}
#home-banner .box .text-bx .button-box.solution-bx ul {
  column-gap: 8px;
}
#home-banner .box .text-bx .button-box.solution-bx ul li {
 font-size: 16px;
 font-weight: 700;
}
#home-banner .img-bx img {
  margin: 0 auto;
  display: block;
  animation: floatBanner 5s ease-in-out infinite;
}
/* float banner */
@keyframes floatBanner {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* trusted-ind-leaders ******************************/
#trusted-ind-leaders .owl-stage {
  display: flex;
  align-items: center;
}
#trusted-ind-leaders .trusted-ind-leaders-bx {
  border-bottom: 1px solid var(--Grey-goose);
}
.trusted-ind-leaders-slider .item img {
  width: 100%;
  max-width: 75%;
  object-fit: contain;
}
.owl-stage {
  transition-timing-function: linear !important;
}

/* digital-experiences ***************************/
#digital-experiences .box-bg {
  border-radius: 20px;
  background: radial-gradient(circle at center, #0a0f3c, #020423);
}
#digital-experiences .box {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 65vh;
  overflow: hidden;
  margin: 0 auto;
}
/* Center text */
#digital-experiences .box .center-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  z-index: 5;
}
#digital-experiences .box .center-text .title {
  font-size: 40px;
  color: var(--white);
  text-align: center;
  position: relative;
}
/* #digital-experiences .box .center-text .title:after {
  position: absolute;
  content: "";
  border: 1.5px dashed rgba(255,255,255,0.25);
  height: 0.5px;
  width: 670px;
  margin: 0 auto;
  left: 50%;
  right: 0;
  top: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
} */
#digital-experiences .box .center-text .title span {
  font-weight: 700;
}
/* Orbits */
#digital-experiences .box .orbit {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#digital-experiences .orbit::before {
  position: absolute;
  content: "";
  width: calc(var(--radius) * 2);
  height: calc(var(--radius) * 2);
  /* border: 2px dashed rgba(255,255,255,0.25); */
  border-radius: 50%;
}
.orbit-1 h6::before,
.orbit-2 h6::before,
.orbit-3 h6::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}
.orbit-1 h6::before { background-color: var(--pink-lemonade); }
.orbit-2 h6::before { background-color: var(--yellow-orange); }
.orbit-3 h6::before { background-color: var(--aqua); }

#digital-experiences .orbit-item {
  position: absolute;
  font-size: 16px;
  color: var(--white);
  text-align: left;
  max-width: 240px;
  white-space: nowrap;
  /* top: 50%;
  left: 50%; */
  transform-origin: 0% 50%;
  will-change: transform;
  /* top: 50%;
  left: 50%;
  transform-origin: 0% 50%; */
}

#digital-experiences .orbit-item h6 {
  font-size: 20px;
  color: var(--white);
  margin-bottom: 6px;
}
#digital-experiences .orbit-item p {
  font-size: 12px;
  color: var(--white);
  margin-left: 18px;
}

/* Different radius for each orbit */
#digital-experiences .box .orbit-1 { --radius: 200px; }
#digital-experiences .box .orbit-2 { --radius: 310px; }
#digital-experiences .box .orbit-3 { --radius: 460px; }

@media (max-width: 768px) {
  #digital-experiences .box .orbit-1 { --radius: 150px; }
  #digital-experiences .box .orbit-2 { --radius: 250px; }
  #digital-experiences .box .orbit-3 { --radius: 330px; }
}

/* New 1 */
@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
.orbit-1 .orbit-path { animation-duration: 20s; }
.orbit-2 .orbit-path { animation-duration: 26s; }
.orbit-3 .orbit-path { animation-duration: 32s; }

/* .orbit-path {
  position: absolute;
  inset: 0;
  margin: auto;
  width: calc(var(--radius) * 2);
  height: calc(var(--radius) * 2);
  border: 1px dashed rgba(255,255,255,0.25);
  border-radius: 50%;
  animation: spin 18s linear infinite;
  pointer-events: none;
} */
.orbit-path {
  position: absolute;
  width: calc(var(--radius) * 2);
  height: calc(var(--radius) * 2);
  inset: 0;
  margin: auto;
  pointer-events: none;
  animation: spin 22s linear infinite;
}
.orbit-2 .orbit-path {
  animation-direction: reverse;
}
.orbit-path circle {
  fill: none;
  stroke: rgba(255,255,255,0.25);
  /* stroke: rgba(121, 119, 255, 0.30); */
  stroke-width: 0.5;
  stroke-dasharray: 2 2;
  transform-origin: 50% 50%;
}

.orbit-1 .orbit-item {
  top: 48%;
  right: 19.10%;
}
.orbit-2 .orbit-item {
    top: 15%;
    left: 33%;
    /* transform: translateX(-50%); */
}
.orbit-3 .orbit-item {
  bottom: 20%;
  left: 18.80%;
  transform: none;
}
@media (max-width: 768px) {
  .orbit-1 .orbit-item {
    right: 0;
  }
  .orbit-2 .orbit-item {
    top: 0;
  }
  .orbit-3 .orbit-item {
    left: 0;
    bottom: 0;
  }
}

/* every-solutions *******************************/
#every-solutions .section-heading {
  margin-bottom: 30px !important;
}
#every-solutions .box.box1 .img-bx {
  margin-bottom: 30px;
}
#every-solutions .box.box1 .img-bx img {
  max-width: 25.3%;
  width: 100%;
} 
#every-solutions .box.box2 .row {
  row-gap: 98px;
}
#every-solutions .count-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 10px 40px;
}
#every-solutions .count-box .number {
  display: inline-block;
  font-size: 80px;
  font-weight: 300;
  min-width: 120px; 
  line-height: 0.9;
  font-variant-numeric: tabular-nums; 
  will-change: contents;
}
#every-solutions .count-box p {
  font-size: 24px;
  line-height: 1.3;
  color: var(--battleship-grey);
  margin-top: 10px;
}

/* Different gradient colors for each number */
.gradient-blue {
  background: linear-gradient(90deg, rgba(41, 41, 41, 1) 0%, rgba(84, 81, 255, 1) 55%, rgba(41, 41, 41, 1) 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-yellow {
  background: linear-gradient(90deg, rgba(41, 41, 41, 1) 0%, rgba(255, 180, 6, 1) 50%, rgba(41, 41, 41, 1) 98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-green {
  background: linear-gradient(90deg, rgba(41, 41, 41, 1) 0%, rgba(27, 206, 104, 1) 50%, rgba(41, 41, 41, 1) 98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-pink {
  background: linear-gradient(90deg, rgba(41, 41, 41, 1) 0%, rgba(236, 27, 114, 1) 50%, rgba(41, 41, 41, 1) 98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* About Page counter Different gradient colors for each number */
.gradient-blue-sm {
  background: linear-gradient(64deg, rgba(255, 255, 255, 1) 0%, rgba(158, 156, 249, 1) 55%, rgba(84, 81, 250, 1) 65%, rgba(255, 255, 255, 1) 86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-yellow-sm {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 180, 6, 1) 62%, rgba(255, 255, 255, 1) 76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-green-sm {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(27, 206, 104, 1) 80%, rgba(255, 255, 255, 1) 86%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient-pink-sm {
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(236, 27, 114, 1) 62%, rgba(255, 255, 255, 1) 76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* pro-finance-solutions ************************/
#pro-finance-solutions .pro-finance-bx {
  background: url('../images/pro-finance-solutions-bg.png') no-repeat;
  background-size: 100% 100%;
  padding: 90px 30px;
  border-radius: 20px;
  position: relative;
}
#pro-finance-solutions .pro-finance-bx h2,
#diverse-expertise .section-heading h2,
#needs-in-one-place .needs-in-one-place-bx h2 {
  margin-bottom: 30px;
}
#pro-finance-solutions .pro-finance-bx p {
  max-width: 1240px;
  margin: 0 auto;
  margin-bottom: 40px;
}
#pro-finance-solutions .pro-finance-bx .serve-bx ul {
  column-gap: 60px;
  margin-bottom: 40px;
}
#pro-finance-solutions .pro-finance-bx .serve-bx ul li {
  font-size: 20px;
  color: var(--midnight-blue);
  display: flex;
  align-items: center;
  column-gap: 20px;
}
#pro-finance-solutions .pro-finance-bx .floating-icon {
  position: absolute;
  opacity: 0.9;
  animation: floatRotate 6s ease-in-out infinite;
  /* animation: float 4s ease-in-out infinite; */
  /* animation: sway 5s ease-in-out infinite; */
}
#pro-finance-solutions .pro-finance-bx .icon-1 { top: 20px; left: 30px; width: 95px; }
#pro-finance-solutions .pro-finance-bx .icon-2 { top: 40px; right: 50px; width: 68px; }
#pro-finance-solutions .pro-finance-bx .icon-3 { bottom: 30px; left: 40px; width: 88px; }
#pro-finance-solutions .pro-finance-bx .icon-4 { bottom: 40px; right: 60px; width: 80px; }

/* Floating Animation */
@keyframes floatRotate {
  0% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-12px) rotate(6deg); }
  100% { transform: translateY(0px) rotate(0deg); }
}
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
} 
@keyframes sway {
  0% { transform: translateX(0); }
  50% { transform: translateX(12px); }
  100% { transform: translateX(0); }
}


/* digital-solutions *******************************************/
#digital-solutions .digital-solutions-bx {
  border-top: 2px solid var(--Grey-goose);
}
#digital-solutions .section-heading {
  padding-top: 120px;
 max-width: 1560px;
}
#digital-solutions .section-heading h2 {
  margin-bottom: 60px;
}
#digital-solutions .expanding-row {
  display: flex;
  gap: 20px;
  min-height: 550px;
  transition: all .4s ease;
}
#digital-solutions .card-box {
  flex: 1;
  height: 480px;
  border-radius: 20px;
  background: var(--catskill-white);
  transition: flex .4s ease, height .4s ease;
  overflow: hidden;
  cursor: pointer;
  padding: 0 0;

  display: flex;
  flex-direction: column;
}
#digital-solutions .card-box.large {
  flex: 2.5;
  height: 550px;
}
#digital-solutions .card-box .img-bx img {
  height: 300px;
  width: 100%;
  border-radius: 20px 20px 0 0;

  object-fit: cover;
}
#digital-solutions .card-box .text-bx {
  padding: 10px 30px;
}
.square-bx {
  width: 10px;
  height: 10px;
}
#digital-solutions .card-box .text-bx h6 {
  margin-top: 20px;
  margin-bottom: 30px;

  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#digital-solutions .card-box.large .text-bx h6 {
  font-weight: 700;
  transition: font-weight 0.1s ease;
}
#digital-solutions .card-box.large .text-bx p {
  display: block;
  opacity: 1;
  max-height: 200px;
}
#digital-solutions .card-box .text-bx p {
  font-size: 22px;
  display: none;
  opacity: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* transition: opacity 0.5s ease; */
  transition: opacity 0.1s ease, max-height 0.1s ease;
}
#digital-solutions .button-box {
  margin-top: 60px;
}

/* diverse-expertise *****************************/
#diverse-expertise .diverse-expertise-bx {
  padding: 120px  0;
  border-top: 2px solid var(--Grey-goose);
  border-bottom: 2px solid var(--Grey-goose);
}
#diverse-expertise .section-heading {
  margin-bottom: 27px !important;
}
#diverse-expertise .industries-bx ul {
  column-gap: 20px;
  row-gap: 20px;
}
#diverse-expertise .industries-bx ul li {
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 20px;
  padding: 11px 20px;
  border-radius: 40px;
  background-color: var(--catskill-white);
}
#diverse-expertise .button-box.explore-btn-bx {
  margin-top: 60px;
}

/* Solutions in motion ********************************/
#solutions-wrapper {
  /* height: 420vh; */
  position: relative;
  width: 100%;
  height: 100vh; 
}
#solutions {
  position: sticky;
  /* top: 20px; */
  top: 100px;
  height: 100vh;
  overflow: hidden;
  z-index: 10;
  padding: 0 0;
}
#solutions .solutions-bx {
  padding-bottom: 100px;
  border-bottom: 2px solid var(--Grey-goose);
}
#solutions .left-panel,
#solutions .right-panel {
  height: 100%;
}
#solutions .left-panel {
  display: flex;
  height: 100%;
  column-gap: 20px;
  width: 100%;
}
#solutions .left-nav-main {
  width: 94%;
  display: flex;
  flex-direction: column;
  row-gap: 140px;
}
#solutions .left-nav-main #solutionTabs {
  column-gap: 10px;
}
#solutions .left-nav-group {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
#solutions .left-nav-group .nav-item {
  font-size: 16px;
  color: var(--baltic-sea);
  padding: 6px 0;
  transition: 0.3s;
  cursor: pointer;
}
#solutions .left-nav-group .nav-item.active {
  font-weight: 700;
}
#solutions .left-nav-group .nav-item.active:not(:last-child) {
  margin-bottom: 270px;
} 
#solutions .nav-pills .nav-link {
  color: var(--baltic-sea);
  background-color: var(--oasis);
  border-radius: 10px;
}
#solutions .nav-pills .nav-link.active {
  color: var(--white);
  background-color: var(--Warm-blue);
}
#solutions .progress-bx {
  width: 6%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 30px;
}
#solutions .progress {
  width: 2px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--baltic-sea);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
#solutions .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: var(--Warm-blue);
  transition: height .35s linear;
}
#solutions .right-panel .content-item { 
  transition: opacity .35s ease; 
}
#solutions .right-panel .image-bx {
  margin-top: 50px;
  /* padding: 50px 50px 0 50px;
  border-radius: 20px;
  background-color: var(--catskill-white); */
}
#solutions .right-panel .image-bx img {
  /* max-width: 95%;
  margin: 0 auto; */
  display: block; 
  border-radius: 20px;
}

/* client-success *****************************************/
#client-success .box {
  padding: 30px 30px;
  border-radius: 20px;
  background-color: var(--catskill-white);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 375px;
}
#client-success .box p {
  font-size: 16px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 6;        
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
#client-success .client-profile-bx .profile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
#client-success .profile-img img {
  width: 55px !important;
  height: 55px;
  border-radius: 50%;
}
#client-success .countries-flag-bx img {
  width: 40px !important;
  height: 40px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 5px;
}
#client-success .profile-btm {
  margin-top: 10px;
}
#client-success .profile-btm a {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: var(--baltic-sea) !important;
  width: 100%;
  margin-bottom: 6px;
}
#client-success .profile-btm a img {
  margin-left: 16px;
  max-width: 6%;
}
#client-success .profile-btm p {
  font-size: 14px;
  color: var(--baltic-sea);
}
#client-success .profile-btm p a {
  font-size: inherit;
  font-weight: normal;
  color: var(--ultramarine-blue) !important;
  display: inline;
} 

/* intelligence ****************************************/
#intelligence .box:hover img,
#solution-case-studies .box:hover img {
  transform: scale(1.1);   
}
#intelligence .box .img-bx,
#solution-case-studies .box .img-bx {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
#intelligence .button-box {
  margin-top: 30px;
}
/* Common - Home Page - blog And Blog Page - blog */
#intelligence .box .text-bx .category-ttl,
#blog .box .text-bx .category-ttl {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 10px;
}
#intelligence .box .text-bx .category-ttl span,
#blog .box .text-bx .category-ttl span {
  font-size: 18px;
  color: var(--battleship-grey);
} 
#intelligence .box .text-bx h6,
#blog .box .text-bx h6 {
  display: -webkit-box;
  -webkit-line-clamp: 2;        
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all .3s ease;
}
#intelligence .box .img-bx img,
#blog .box .img-bx img,
#solution-case-studies .box .img-bx img {
  border-radius: 20px;
  width: 100%;
}
#intelligence .box:hover,  
#blog .box:hover {
  cursor: pointer;
} 
#intelligence .box:hover .text-bx h6,  
#blog .box:hover .text-bx h6 {
  color: var(--Warm-blue);
} 
#intelligence .box img, 
#blog .box img,
#solution-case-studies .box img {
  transition: all 0.4s ease;
}
#intelligence .box .text-bx,
#blog .box .text-bx,
#solution-case-studies .box .text-bx {
  padding: 30px 6px;
  min-height: 145px;
}

/* lets connect ******************************************/
/* #lets-connect {
  padding-bottom: 90px;
}  */
#lets-connect .lets-connect-bx {
  padding: 60px 60px;
  border-radius: 20px;
  background-color: var(--light-khaki);
}
#lets-connect .lets-connect-bx .row {
  row-gap: 60px;
}
#lets-connect .lets-connect-bx .box.box2 p {
  font-size: 28px;
  font-weight: 300;
}

/* footer css ********************************************/
#footer {
  background-color: var(--midnight-blue);
}
/* Footer top-box ******/
#footer .top-box {
  padding: 45px 0;
}
#footer .top-box .logo-box img {
  max-width: 190px;
}
#footer .top-box .footer-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#footer .top-box .footer-nav ul li {
  display: inline-block;
  position: relative;
  text-align: center;
}
#footer .top-box .footer-nav ul li:not(:last-child) {
  margin-right: 22px;
}
#footer .top-box .footer-nav ul li a {
  font-size: 16px;
  padding: 5px 15px;
  transition: all 0.3s ease;
}
#footer p, #footer .link-box a {
  font-size: 16px;
  font-weight: 300;
}
#footer p span {
  font-weight: 600;
}
#footer h4, #footer p, #footer a {
  color: var(--white);
}
/* Footer center-box ******/
#footer .center-box {
  padding: 53px 0  60px 0;
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
}
#footer .center-box .box.box1 .button-box ul {
  column-gap: 20px;
}
#footer .center-box .box.box2 li:not(:last-child) {
  margin-bottom: 16px;
}
#footer .center-box .box.box1 .button-box ul li a img {
  max-width: 82%;
}
#footer .center-box .box.box2 .white-btn:hover {
  color: var(--baltic-sea) !important;
  background-color: var(--white);
}
/* Footer end-box ******/
#footer .end-box {
  padding: 28px 0;
}
#footer .cmn-btn {
  font-size: 12px;
  font-weight: 400;
  padding: 13px 20px;
  min-width: 210px;
}
#footer .end-box .link-box ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
#footer .end-box .link-box ul li:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 2px solid var(--white);
  line-height: 1;
}


/* About Page *****************************************************************/
.text-bg {
  background: #FFFFFF !important;
  background-color: var(--white) !important;
}
.sec-scroll-btn a,
.sec-scroll-btn a:hover {
  color: var(--baltic-sea) !important;
  margin-top: 20px;
  display: block;
}

#about-banner {
  padding: 120px 0;
  position: relative;
}
#about-banner .banner-content-bx {
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 708px;
}
#about-banner .banner-content-bx p {
  margin-top: 80px;
}

#about-banner .dashed-container {
  width: 100%;
  overflow: hidden;
  /* overflow: visible; */
}
#about-banner .dashed-svg {
  width: 100%;
  height: 450px;
  /* height: 468px; */
}
#about-banner .label {
  font-size: 12px;
  font-weight: 500;
  fill: #1BCE68;
  white-space: nowrap;
}
#about-banner .label tspan {
  fill: #1BCE68;  
  text-shadow:
  -2px -2px 0 #fff,
   2px -2px 0 #fff,
  -2px  2px 0 #fff,
   2px  2px 0 #fff,
   0 0 0 #fff;

   filter: drop-shadow(0 0 7px white);
}

.dash-animate {
  animation: dashMove 2.5s linear infinite;
}
@keyframes dashMove {
  0% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: -200; }
}

/* Responsive */
@media(max-width: 768px) {
  .label { font-size: 10px; }
}

/* multidisciplinary-firm ****************************/
#multidisciplinary-firm .section-heading {
  max-width: 1560px;
  margin-bottom: 30px;
  text-align: left;
}
#multidisciplinary-firm .section-heading h2 span,
#guide-by-purposr .section-heading h2 span {
  display: inline;
}
#multidisciplinary-firm .multidisciplinary-firm-bx {
  padding: 58px 60px;
  border-radius: 20px;
  background-color: var(--midnight-blue);
}
#multidisciplinary-firm .count-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 10px 20px;
}
#multidisciplinary-firm .count-box .number {
  font-size: 50px;
  font-weight: 300;
  min-width: 120px;
  line-height: 0.9;
  font-variant-numeric: tabular-nums;
  will-change: contents;
}
#multidisciplinary-firm .count-box p {
  font-size: 20px;
  color: var(--white);
  margin-top: 10px;
}

/* guide-by-purpose *****************************/
#guide-by-purpose .section-heading {
  max-width: 1560px;
  margin-bottom: 90px;
  text-align: left;
}
.guide-purpose-bx {
  padding: 64px 60px;
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
  min-height: 292px;
  background: transparent;
}
.guide-purpose-bx:first-child {
  border-bottom: none;
}
.guide-purpose-bx:nth-child(2) {
  border-bottom: 2px dashed var(--Grey-goose);
}
.guide-purpose-bx:nth-child(2) .desc,
.guide-purpose-bx:nth-child(3) .desc {
  display: none;
}
.guide-purpose-bx:hover {
  border-radius: 20px;
  border-bottom: none !important;
}
.guide-purpose-bx:first-child:hover {
  background-color: var(--pattens-blue);
}
.guide-purpose-bx:nth-child(2):hover,
.guide-purpose-bx:nth-child(2).active {
  background-color: var(--pig-pink);
}
.guide-purpose-bx:nth-child(3):hover,
.guide-purpose-bx:nth-child(3).active {
  background-color: var(--buttery-white);
}
.guide-purpose-bx:hover .box-number {
  display: block;
}
.guide-purpose-bx .box-number {
  display: none;
}
.guide-purpose-bx .box-number {
  font-size: 50px;
  font-weight: 700;
  display: none;
}
.guide-purpose-bx:last-child:hover {
  border-bottom: none !important;
}
.guide-purpose-bx.active {
  background: var(--lily-white);
  border-radius: 20px;
  border-bottom: none;
}
.guide-purpose-bx.active .box-number,
.guide-purpose-bx.active .small-title,
.guide-purpose-bx.active .title,
.guide-purpose-bx.active .desc {
  display: block;
}
.guide-purpose-bx .text-bx .small-title {
  font-weight: 700;
}
.guide-purpose-bx .desc {
  font-size: 16px;
}

/* about-trusted-ind-leaders ******************************************************************/
.about-trusted-ind-leaders .trusted-ind-leaders-bx {
  border-top: 1px solid var(--Grey-goose) !important;
}

/* our-tech-ecosystem ******************************************************************/
#our-tech-ecosystem .section-heading {
  max-width: 1395px;
  margin-bottom: 30px;
}
#our-tech-ecosystem .section-heading h2 {
  margin-bottom: 30px;
}
.our-tech-ecosystem-bx {
  padding: 70px 50px;
  border-radius: 20px;
  background-color: var(--midnight-blue);
}
#our-tech-ecosystem .our-tech-bx ul {
  column-gap: 33px;
  row-gap: 60px;
}
#our-tech-ecosystem .our-tech-bx ul li img {
  max-width: 80%;
  width: 100%;
  margin: 0 auto;
  display: block;
}

/* our-expert ******************************************************************/
#our-expert .box {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
#our-expert .box a {
  display: block;
}
#our-expert .box .text-bx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; 
  background: rgba(240, 245, 255, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  padding: 30px 20px;
  margin: 30px 30px;
  border-radius: 20px 20px; 
  transition: all 0.4s ease;
  z-index: 2;
}
#our-expert .box .text-bx .icon-bx img {
  max-width: 85%;
  margin-bottom: 6px;
}
#our-expert .box .text-bx h6 {
  font-weight: 700;
}
#our-expert .box .text-bx p {
  font-size: 20px;
}
#our-expert .box .img-bx img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease;
  border-radius: 20px;
  overflow: hidden;
}
#our-expert .box:hover .img-bx img {
  transform: scale(1.04);
}
#our-expert .button-box,
#case-studies .button-box {
  margin-top: 60px;
}
#our-expert .box .text-bx {
  transform: translateY(100%);
}
#our-expert .box:hover .text-bx {
  transform: translateY(0);
}


/* Our team Page ***************************************************************************/
#shapes-solution .top-bx {
  margin-bottom: 90px;
}
#shapes-solution .btm-bx .box .text-bx {
  padding: 30px 30px;
}
#shapes-solution .btm-bx .box .text-bx .icon-bx img {
  max-width: 95%;
}
#shapes-solution .btm-bx .box .text-bx p {
  font-size: 20px;
}
#shapes-solution .btm-bx .box .text-bx .profile-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
#shapes-solution .btm-bx .box .img-bx img {
  border-radius: 20px;
}
#shapes-solution .btm-bx .box {
  transition: all 0.5s ease;
}
#shapes-solution .btm-bx .box:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 20px;
}

/* team ****************************/
#team { 
  padding: 80px 0; 
  position: relative; 
}
#team .team-slider::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 90%;
  background: url("../images/border-line-shape.png") center no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
#team .team-slider .team-card {
  width: var(--card-width);
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  transform-origin: center bottom;
  will-change: transform, opacity, filter;
  text-align: center;
  backface-visibility: hidden;
  transition: transform 800ms cubic-bezier(.22,.9,.32,1), opacity 800ms ease, filter 800ms ease;
  }
  #team .team-slider .team-card .img-bx img { 
    width:100%; 
    display:block; 
    height: 300px; 
    object-fit:cover; 
    border-radius: 20px; 
  }
  #team .team-slider .team-card .text-bx { 
    text-align:center; 
    padding: 29px 10px; 
  }
  #team .team-slider .team-card .text-bx h6 { 
    font-size:20px; 
    font-weight: 700;
    margin:0 0 10px; 
  }
  #team .team-slider .team-card .text-bx p.team-position {
    margin-bottom: 15px;
  }
  #team .button-box .img-bx img {
    max-width: 180px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    object-fit: unset;
    border-radius: 0;
  }
  #team .team-slider .team-slider .owl-stage-outer { 
    overflow: visible !important; 
    padding-bottom: 140px; 
  }


/* Services-details Page ************************************************************/
#pro-engineering-services .top-bx,
#finance-services .top-bx,
#unlock-smart-solutions .top-bx,
#blog-details .top-bx {
  margin-bottom: 60px;
}

/* everything-you-need *******************************/
#everything-you-need {
  position: relative;
}
#everything-you-need .box.box2 {
  position: relative;
}
#everything-you-need .services-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 750px;
}
#everything-you-need .service-bx {
  font-size: 17px;
  padding: 26px 26px;
  border-radius: 20px;
  background: var(--white-smoke);
  width: 230px;
}
#everything-you-need .service-bx h5 {
  font-weight: 400;
}
#everything-you-need .service-bx p {
  font-size: 16px;
  font-weight: 300;
}
#everything-you-need .service-main-bx {
  width: 352px;
}
#everything-you-need .top-1 {
  position: absolute;
  top: 10%;
  left: 36%;
}
#everything-you-need .top-2 { 
  position: absolute; 
  top: 0%; 
  right: -2%; 
}
#everything-you-need .center-card { 
  position: absolute; 
  top: 35%; 
  left: 0%; 
  padding: 36px 28px; 
}
#everything-you-need .btm-1 {
  position: absolute;
  bottom: 10%;
  left: 36%;
}
#everything-you-need .btm-2 {
  position: absolute;
  bottom: 0%;
  right: -2%;
}
#everything-you-need .pen-icon-bx {
  position: absolute;
  width: 48px;
  left: 120%;
  top: 100px;
}
/* Background curved dotted shape */
#everything-you-need .connector-bg {
    position: absolute;
    top: 0;
    left: 120px;
    width: 110%;
    height: 100%;
    background: url("../images/everything-you-need-dashed-border-bg.svg") no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
    background-size: 106% 90%;
}

/* our-process ******************************/
#our-process .our-process-bx {
  padding: 60px 0;
  background-color: var(--catskill-white);
}
#our-process .process-scroll-wrapper {
  margin-left: 170px !important;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-snap-type: x mandatory;
}
#our-process .process-scroll-wrapper::-webkit-scrollbar {
  display: none;
}
#our-process .process-track {
  display: flex;
  align-items: flex-start;
}
#our-process .process-card {
  scroll-snap-align: start;
  flex: 0 0 14%;
  min-width: 650px;
  height: 100%;
}
#our-process .process-card .step-indicator {
  display: flex;
  align-items: center;
}
#our-process .process-card .step-indicator .dot {
  width: 16px;
  height: 16px;
  background-color: #4a60ff;
  border-radius: 50%;
}
#our-process .process-card .step-indicator .step-line {
  width: 42%;
  height: 2px;
  background-color: #dcdcdc;
}
#our-process .process-card .step-label {
  font-size: 16px;
  color: var(--black);
  padding: 0 16px;
  margin-bottom: 4px;
  background-color: var(--catskill-white);
}
#our-process .process-card .icon-bx {
  margin: 30px 0 20px 0;
}
#our-process .process-card h4 {
  margin-bottom: 28px;
}
#our-process .process-card .tags {
  margin-top: 30px;
}
#our-process .process-card .tags .tag {
  display: inline-block;
  font-size: 16px;
  color: var(--black);
  padding: 10px 22px;
  border-radius: 10px;
  margin: 5px 5px;
  background: var(--white);
}

/* makes-us-different ******************************/
#makes-us-different .row {
  row-gap: 40px;
}
#makes-us-different .makes-us-different-bx,
#blog .blog-bx {
  padding-top: 120px;
  border-top: 2px solid var(--Grey-goose) !important;
}
#makes-us-different .title-box {
  padding: 30px 5px;
}
#makes-us-different .box {
  background-color: var(--white-smoke);
}
/* Cmn css */
#makes-us-different .box,
#finance-services .btm-bx .box {
  max-width: 480px;
  padding: 30px 30px;
  margin: 0 auto;
  border-radius: 20px;
  height: 100%;
}
#makes-us-different .box .top-bx,
#finance-services .btm-bx .box .top-bx {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 70px;
}
#makes-us-different .box .top-bx .title-bx,
#finance-services .box .top-bx .title-bx {
  width: 85%;
}
#makes-us-different .box h4,
#finance-services .box h4 {
  color: var(--black);
}
#makes-us-different .box .top-bx .icon-bx,
#finance-services .box .top-bx .icon-bx {
  width: 15%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
/* #makes-us-different .box .top-bx .icon-bx img {
  max-width: 80%;
} */
#makes-us-different .box .text-bx p {
  font-size: 20px;
  color: var(--baltic-sea);
  line-height: 1.5;
}

/* case-studies ***************************/
#case-studies {
  position: relative;
}
#case-studies .section-heading {
  max-width: 1385px;
}
.case-studies-bx {
  /* position: relative;
  height: 100%;
  overflow: hidden; */

  /* position: sticky;
  top: 100px;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden; */
}
#case-studies .case-studies-bx .box {
  padding: 60px 60px;
  border-radius: 20px;
  background: var(--white);
  max-height: 620px;

  /* position: absolute;
  inset: 0;
   opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  pointer-events: none; */
}
/* Active box */
/* #case-studies .case-studies-bx .box.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
} */

#case-studies .client-region-bx {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 30px;
  margin-bottom: 30px;
}
#case-studies .client-region-bx span.region-ttl {
  font-weight: 700;
  text-transform: uppercase;
}
#case-studies .client-region-bx .country-bx {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
#case-studies .client-region-bx .country-bx img {
  width: 40px;
  height: 40px;
}
#case-studies .client-region-bx .country-bx span { 
  font-size: 16px;
} 
#case-studies .case-studies-bx .box .text-box h2 {
  margin-bottom: 50px;
}
#case-studies .case-studies-bx .box .text-box .tags {
  margin: 40px 0;
}
#case-studies .case-studies-bx .box .text-box .tags .tag {
  display: inline-block;
  font-size: 16px;
  color: var(--black);
  padding: 10px 20px;
  border-radius: 10px;
  margin: 5px;
  background-color: var(--white-smoke);
  text-align: center;
  min-width: 184px;
}
#case-studies .case-studies-bx .box:not(:last-child) {
  margin-bottom: 30px;
}

/* MOBILE FIX */
@media (max-width: 991px) {
  #case-studies .case-studies-bx .box {
    padding: 30px 20px;
    overflow-y: auto;
  }
}


/* finance-service-details Page *******************************************************************/
#finance-services .finance-services-bx {
  padding-top: 120px;
  border-top: 2px solid var(--Grey-goose);
}
#finance-services .row.btm-bx {
  row-gap: 40px;
}
#finance-services .btm-bx .box {
  background-color: var(--catskill-white);  
  min-height: 269px;
}
#finance-services .btm-bx .box .text-bx p {
  font-size: 16px;
  color: var(--baltic-sea);
  line-height: 1.5;
}

/* Contact-us Page *******************************************************************************/
#contact-us {
  position: relative;
}
#contact-us:after {
  position: absolute;
  content: "";
  background-color: var(--catskill-white);
  width: 100%;
  height: 183px;
  top: 0;
  left: 0;
  z-index: -1;
}
#contact-us .contact-form-bx {
  padding: 60px 60px;
  border-radius: 30px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: var(--white);
}
#contact-us .contact-form-bx .form-label {
  font-weight: 600;
  margin-bottom: .3rem;
}
.contact-form-bx .form-control-common:focus {
  box-shadow: 0 0 0 2px rgba(103, 61, 230, 0.3);
}
#contact-us .contact-form-bx .cmn-btn {
  border-radius: 20px;
}
#contact-us .contact-info-box .icon-box {
  padding: 16px 16px;
  border-radius: 20px;
  background-color: var(--hawkes-blue);
}
#contact-us .contact-info-box .icon-box img {
  width: 26px;
  height: 26px;
}
#contact-us .contact-info-box h5 {
  font-weight: 400;
}
#contact-us .contact-info-box h5 span {
  font-weight: 600;
}
#contact-us .contact-info-box:not(:last-child) {
  padding-top: 30px;
  margin-bottom: 60px;
}
#contact-us .contact-info-box .top-bx {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 20px;
}
#contact-us .contact-info-box .btm-bx p {
  font-size: 20px;
  color: var(--baltic-sea);
  margin-bottom: 20px;
}
#contact-us .contact-info-box .btm-bx a {
  font-size: 16px;
  font-weight: 600;
  color: var(--ultramarine-blue) !important;
  text-decoration: underline;
}
.f-select-service {
  padding-right: 40px;  
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23666' stroke-width='3' d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center; 
  background-size: 22px;
}
select::-ms-expand {
  display: none;
}
/* Contact Form message */
.toast {
  position: fixed;
  top: 20px;
  right: -300px; /* hidden by default */
  background: #333;
  color: white;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.3);
  transition: right 0.5s ease;
  z-index: 9999;
  font-size: 15px;
  min-width: 250px;
}
.toast.show {
  right: 20px; /* visible */
}
.toast.success {
  background: #28a745;
}
.toast.error {
  background: #dc3545;
}
/**/
.toast.error {
  background: #dc3545;
}
#centerLoader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  text-align: center;
}
.form-fade {
  opacity: 0.3;
  pointer-events: none; /* disable clicks */
}
#contact-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.center-loader .spinner-border {
  width: 4rem;
  height: 4rem;
  border-width: .45em;
}

/* our-office-location *********************/
#our-office-location .row {
  row-gap: 24px;
}
#our-office-location h4 span {
  font-weight: 700;
  margin: 20px 0 26px 0;
}
#our-office-location .h-office-box {
  height: 100%;
  padding: 30px 30px;
  border-radius: 30px;
  background-color: var(--white-smoke);
}
#our-office-location p {
  font-size: 20px;
  color: var(--baltic-sea);
}
#our-office-location .uk-aus-office-bx {
  padding: 70px 110px;
  border-radius: 30px;
  background-color: var(--catskill-white);
}
#our-office-location .office-box .country-bx {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 30px;
}
#our-office-location .uk-aus-office-bx a {
  font-size: 16px;
  font-weight: 600;
  color: var(--Warm-blue) !important;
  text-decoration: underline;
}
#our-office-location .uk-aus-office-bx .border-line {
  height: 100%;
  width: 2px;
  background-color: var(--Warm-blue);
  margin: 0 auto;
  display: block;
}


/* tech-solutions Page ******************************************************************************/
#tech-solutions {
  padding: 245px 0 200px 0;
  position: relative;
}
/* #tech-solutions .back-shape-bx {
  position: absolute;
  right: 10%;
  top: 80px;
  z-index: -1;
  max-width: 624px;
  animation: float 2s ease-in-out infinite alternate;
} */

#tech-solutions .back-shape-bx {
  position: absolute;
  right: 2%;
  top: -60%;
  z-index: -1;
  max-width: 554px;
  animation: float 2s ease-in-out infinite alternate;
}

@keyframes float {
  0% { transform: translateY(0); }
  100% { transform: translateY(20px); }
}
/* our-work-crm-project **********************/
.our-work-crm-project-bx {
  padding-top: 120px;
  border-top: 2px solid var(--Grey-goose);
}
#our-work-crm-project .pro-ttl-box {
  margin-bottom: 60px;
}
#our-work-crm-project .pro-ttl-box h2 {
  margin-bottom: 20px;
}
#our-work-crm-project .tag {
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  color: var(--baltic-sea);
  padding: 7px 10px;
  border: 1px solid var(--baltic-sea);
  border-radius: 60px;
  margin: 5px 5px;
  background: var(--white);
}
.our-work-crm-project-bx .img-bx,
#our-work-project .box .img-bx {
  border-radius: 20px;
  overflow: hidden;
}
#our-work-crm-project .img-bx:hover img,
#our-work-project .img-bx:hover img {
  transform: scale(1.04);
}
#our-work-crm-project .img-bx img,
#our-work-project .img-bx img {
  border-radius: 20px;

  transition: transform 0.4s ease;
  overflow: hidden;
}
#our-work-crm-project .text-bx {
  padding: 30px 30px;
  border-radius: 20px;
  /* background-color: var(--pattens-blue); */
  background-color: #4F9CFF33;
}
#our-work-crm-project .pro-details-bx {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
#our-work-crm-project .pro-details-bx .text-bx a,
#our-work-project .box .text-bx a {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  font-size: 20px;
  font-weight: 300;
  color: var(--baltic-sea) !important;
  text-transform: unset;
}

/* our-work-project **************************/
.top-space-bx {
  margin-top: 145px;
}
#our-work-project .pro-ttl-box {
  margin-bottom: 30px;
}
#our-work-project .box {
  position: relative;
}
#our-work-project .box .text-bx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
  padding: 26px 20px;
  margin: 30px 30px;
  border-radius: 20px 20px;
  transition: all 0.4s ease;
  z-index: 2;
  width: 100%;
  max-width: 520px;
}
#our-work-project .row {
  row-gap: 30px;
}

/* tech-products-details Page ****************************************************************/
#tech-product-details {
  padding: 120px 0 ;
  position: relative;
}
#tech-product-details .tb-box {
  font-size: 16px;
  padding: 22px 28px;
  border-radius: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
  background: var(--white);
  position: relative;
  z-index: 2;
}
#tech-product-details .tb-box li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  color: var(--baltic-sea);
  line-height: 1.3;
}
/* Connector background shape */
#tech-product-details .left-shape {
  position: absolute;
  left: 0;
  top: -10%;
  z-index: -1;
  opacity: 0.6;
}
#tech-product-details .right-shape {
  position: absolute;
  right: 0;
  top: -10%;
  z-index: -1;
  opacity: 0.6;
}

/* needs-in-one-place *************/
#needs-in-one-place .needs-in-one-place-bx {
  background-color: #F0F5FF;
  padding: 90px 100px;
  border-radius: 20px;
}
#needs-in-one-place .needs-in-one-place-bx .one-place-bx {
  margin-top: 45px;
  background-color: white;
  border-radius: 60px;
  padding: 30px 30px;
  box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
}
#needs-in-one-place .needs-in-one-place-bx .one-place-bx ul {
  column-gap: 26px;
}
#needs-in-one-place .needs-in-one-place-bx .one-place-bx ul li {
  font-size: 18px;
  color: var(--baltic-sea);
}

/* clean-interface *******************/
#clean-interface .section-heading h2 {
  margin-bottom: 30px;
}
#clean-interface .box.box2 .img-bx {
  /* padding: 10px 10px; */
  border-radius: 20px;
  background-color: var(--white-smoke);
}
#clean-interface .box.box2 .img-bx img {
  width: 100%;
}

/* boost-pro-accuracy ******************/
#boost-pro-accuracy {
  background-color: var(--midnight-blue);
}
#boost-pro-accuracy .box ul li {
  font-size: 30px;
  color: var(--white);
  border-bottom: 1.5px dashed;
  padding: 25px 0;
}
#boost-pro-accuracy .box ul li:first-child {
  padding-top: 0;
}
#boost-pro-accuracy .box ul li img {
  margin-right: 20px;
}

/* what-makes ***************************/
#what-makes-wrapper {
  position: relative;
  width: 100%;
}
#what-makes {
  position: sticky;
  top: 0px;
  height: calc(100vh - 80px);
  overflow: hidden;
}
#what-makes .left-panel {
  position: sticky;
  top: 80px;
}
#what-makes .right-panel {
  position: sticky;
  top: 80px;
}
#what-makes .feature-track {
  transition: transform 0.45s ease;
}

#what-makes .box .feature-bx {
  padding: 30px 30px;
  border-radius: 20px;
}
#what-makes .box .feature-bx:not(:last-child) {
  margin-bottom: 30px;
}
#what-makes .box .feature-bx h6 {
  font-weight: 700;
  margin-bottom: 23px;
}
#what-makes .box .feature-bx p {
  font-size: 16px;
}
#what-makes .scroll-inner {
  height: 100%;
  padding-right: 10px;
  scrollbar-width: thin;
}
#what-makes .sticky-scroll {
  /* max-height: 68vh; */
  max-height: calc(100vh - 80px);
  overflow: hidden;
}
#what-makes .scroll-inner {
  height: 100%;
  overflow-y: scroll;
  padding-right: 12px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

#what-makes .scroll-inner::-webkit-scrollbar { width: 6px;  }
#what-makes .scroll-inner::-webkit-scrollbar-thumb { background:#999; border-radius:4px; }

@media (max-width: 1200px) {
  #what-makes .sticky-scroll {
    max-height: calc(100vh - 20px);
  }
}

@media (max-width: 768px) {
  #what-makes .sticky-scroll {
    max-height: calc(100vh - 60px);
  }
}



/* Blog Page *****************************************************************/
#blog {
  position: relative;
}
#blog .row {
  row-gap: 30px;
}
#blog .box {
  position: relative;
  overflow: hidden;
}
#blog .box .img-wrapper-bx {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
#blog .box .img-wrapper-bx .read-more-bx a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  transition: all 0.4s ease;
  z-index: 2;
  opacity: 0;
}
#blog .box:hover img {
  filter: blur(3px) brightness(80%);
  transform: scale(1.1);
}
#blog .box:hover .read-more-bx a {
  opacity: 1;
  transform: translate(-50%, -50%);
}
#blog .button-box {
  margin-top: 90px;
}


/* Blog details Page *************************************************************/
.t-space {
  margin-top: 45px;
}
hr.b-hr {
  border-top: 2px solid var(--Grey-goose) !important;
  opacity: unset;
  margin: 50px 0;
}
#blog-details .blog-publish-date span {
  font-size: 18px;
  color: var(--baltic-sea);
}
#blog-details .content-bx .img-bx {
  margin-bottom: 60px;
}
#blog-details .content-bx-main .img-bx img {
  border-radius: 20px;  
}
#blog-details .content-bx {
  padding: 60px 10px 0 10px;
}
#blog-details .content-bx h1,
#blog-details .content-bx h2,
#blog-details .content-bx h3,
#blog-details .content-bx h4,
#blog-details .content-bx h5,
#blog-details .content-bx h6,
#project-case-studies-info .content-bx h4 {
  margin-bottom: 25px;
  font-weight: 700;
} 
#blog-details .content-bx .index-bx ol {
  counter-reset: item;   
  list-style: none;      
  padding-left: 0;
}
#blog-details .content-bx .index-bx ol li:not(:last-child) {
  margin-bottom: 6px;
} 
#blog-details .content-bx .index-bx ol li {
  position: relative;
  counter-increment: item; 
  font-size: 20px;
  color: var(--black);
  padding-left: 30px;      
}
#blog-details .content-bx .index-bx ol li::before {
  content: counter(item) ". ";   
  position: absolute;
  left: 0;
}
#blog-details ul {
  list-style-type: square;           
  list-style-position: outside;    
  margin-left: 1.25rem;           
  padding-left: 0;                
  line-height: 1.6;
}
#blog-details ul li::marker {
  color: var(--baltic-sea);   
  font-size: 1.05em; 
}
#blog-details ul li {
  font-size: 18px;
  margin-bottom: 8px;
}
#blog-details .content-bx .tag {
  display: inline-block;
  font-size: 18px;
  color: var(--black);
  padding: 10px 18px;
  border-radius: 40px;
  margin: 5px 5px;
  background: var(--catskill-white);
}
#blog-details p {
  line-height: 1.7;
}


/* Case-studies Page ****************************************************************************/
#solution-case-studies .row {
  row-gap: 30px;
}
#solution-case-studies .tags .tag {
  display: inline-block;
  font-size: 16px;
  color: var(--black);
  padding: 10px 25px;
  border-radius: 10px;
  margin: 5px 5px;
  background: var(--white-smoke);
}
#solution-case-studies .text-bx .category-ttl {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 16px;
}
#solution-case-studies .text-bx .category-ttl span {
  font-size: 20px;
  font-weight: 700;
  color: var(--baltic-sea);
}
#solution-case-studies .text-bx  h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* Case-studies details Page **************************************************************/
#project-case-studies-info .top-bx {
  margin-bottom: 120px;
}
#project-case-studies-info .client-region-bx-main .client-region-bx {
  display: flex;
  align-items: center;
  column-gap: 20px;
  font-size: 18px;
}
#project-case-studies-info .client-region-bx-main .client-region-bx .country-bx {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
#project-case-studies-info .text-bx span {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
#project-case-studies-info .text-bx p {
  font-size: 20px;
  margin-bottom: 0;
}
#project-case-studies-info .text-bx .pro-details-bx-main {
  display: flex;
  column-gap: 60px;
  row-gap: 16px;
  flex-wrap: wrap;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #dcdcdc;
  width: 100%;
  max-width: 400px;
}
#project-case-studies-info .content-bx-main .img-bx img {
  border-radius: 20px;
}
#project-case-studies-info .content-bx .cmn-content-bx {
  padding: 80px 10px;
}
#project-case-studies-info .content-bx .cmn-content-bx:last-child {
  padding-bottom: 0;
}
#project-case-studies-info .box.box2 .text-bx {
  text-align: left;
  float: right;
}
#project-case-studies-info .project-case-studies-info-bx {
  padding-bottom: 120px;
  border-bottom: 2px solid var(--Grey-goose) !important;
}
.similar-success .button-box {
  margin-top: 60px;
}