/*CSS Table Of Content Ends Here*/
/* @import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Manrope:wght@200..800&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #103142;
  --theme2: #7b04e8;
  --header: #323232;
  --text: #504E4E;
  --border: #E5E5E5;
  --bg: #f3f9fe;
  --box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}
*, *::before, *::after {
  box-sizing: border-box;
}
/* img, picture, video, iframe {
  max-width: 100%;
  height: auto;
  display: block; 
} */
html,
body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */
  box-sizing: border-box;
}
* {
  page-break-inside: avoid;
      
}
.main-button {
  position: relative;
  display: flex;
  align-items: center;
}
.main-button .theme-btn {
  position: relative;
  z-index: 2;
  display: inline-block;
  border: none;
  margin-right: 10px;
  text-transform: uppercase;
  text-align: center;
  background-color: #7b04e8;
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 19.5px 35px;
  border-radius: 30px;
}
@media (max-width: 575px) {
  .main-button .theme-btn {
    padding: 18px 30px;
    font-size: 14px;
  }
}
.main-button .arrow-btn {
  width: 51px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  background: #7b04e8;
  color: var(--white);
  border-radius: 50%;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.main-button .arrow-btn:hover {
  background: var(--header);
  color: var(--white);
}
.main-button:hover .theme-btn, .main-button:hover .arrow-btn {
  background-color:   #61b5e2 ;
}

.link-btn {
  color: var(--header);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
}
.link-btn i {
  margin-left: 10px;
}
.link-btn:hover {
  color: var(--theme);
}

/* --------------------------------------------
    Logo Styles
 ---------------------------------------------- */

 /* .digi-logo{
    width: 100px;
    height: 100px;
 } */

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--text);
  outline: none;
}

input {
  color: var(--text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:  "Nunito Sans", sans-serif;
  margin: 0px;
  padding: 0;
  color: var(--header);
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 90px;
  font-weight: 800;
  line-height: 125%;
}
@media (max-width: 991px) {
  h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 33px;
  }
}

h2 {
  font-size: 48px;
  font-weight: 800;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 22px;
  font-weight: 700;
}

h5 {
  font-size: 20px;
  font-weight: 800;
}

h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 145%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--header);
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

.about-wrapper {
  margin-top: 155px;
}
@media (max-width: 1899px) {
  .about-wrapper {
    margin-top: 0;
  }
}
.about-wrapper .about-image {
  position: relative;
  text-align: center;
  z-index: 2;
}
@media (max-width: 575px) {
  .about-wrapper .about-image {
    max-width: 400px;
  }
  .about-wrapper .about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.about-wrapper .about-image .bg-shape {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 575px) {
  .about-wrapper .about-image .bg-shape img {
    width: 100%;
    height: 100%;
  }
}
.about-wrapper .about-image .grap-shape {
  position: absolute;
  bottom: 40px;
  left: 35px;
}
@media (max-width: 575px) {
  .about-wrapper .about-image .grap-shape {
    display: none;
  }
}
.about-wrapper .about-image .box-shape {
  position: absolute;
  right: 25px;
  top: 32%;
}
@media (max-width: 575px) {
  .about-wrapper .about-image .box-shape {
    display: none;
  }
}
.about-wrapper .about-image .emoji-shape {
  position: absolute;
  top: 20%;
  left: 164px;
  animation: bounce-x 7s infinite linear;
}
@media (max-width: 575px) {
  .about-wrapper .about-image .emoji-shape {
    display: none;
  }
}
.about-wrapper .about-content {
  margin-left: 10px;
}
.about-wrapper .about-content .circle-progress-bar-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper {
    margin-top: 40px;
    gap: 70px;
  }
}
@media (max-width: 991px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar {
  display: flex;
  align-items: center;
  gap: 10px;
}
.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar span {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .content h6 {
  display: block;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 135%;
}
@media (max-width: 575px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .content br {
    display: block;
  }
}
.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar {
  position: relative;
  height: 120px;
  width: 120px;
}
.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div span {
  position: absolute;
  font-size: 20px;
  line-height: 92px;
  height: 90px;
  width: 90px;
  left: 5px;
  top: 5px;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  background-color: var(--bg);
  color: var(--header);
}
.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .background {
  background-color: #DFE2FF !important;
}
.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .rotate {
  clip: rect(0 50px 100px 0);
  background-color: var(--theme) !important;
}
.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .left {
  clip: rect(0 50px 100px 0);
  opacity: 1;
  background-color: var(--bg) !important;
}
.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .right {
  clip: rect(0 50px 100px 0);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
  background-color: var(--theme) !important;
}

.about-section {
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 1899px) {
  .about-section {
    /* background-color: var(--bg); */
  }
}
.about-section .brand-wrapper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /* top: 0; */
  z-index: 9;
  max-width: 1200px;
}
@media (max-width: 1899px) {
  .about-section .brand-wrapper {
    max-width: initial;
    position: static;
    transform: initial;
    /* margin-bottom: 120px; */
  }
}
@media (max-width: 1199px) {
  .about-section .brand-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .about-section .brand-wrapper {
    margin-bottom: 80px;
  }
}
.about-section .brand-wrapper .brand-title {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.about-section .brand-wrapper .brand-title::before {
  position: absolute;
  top: 15px;
  left: 5%;
  content: "";
  height: 1px;
  width: 413px;
  background-color: #E5E5E5;
}
@media (max-width: 1399px) {
  .about-section .brand-wrapper .brand-title::before {
    display: none;
  }
}
.about-section .brand-wrapper .brand-title::after {
  position: absolute;
  top: 15px;
  right: 5%;
  content: "";
  height: 1px;
  width: 413px;
  background-color: #E5E5E5;
}
@media (max-width: 1399px) {
  .about-section .brand-wrapper .brand-title::after {
    display: none;
  }
}
.about-section .left-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1399px) {
  .about-section .left-shape {
    display: none;
  }
}

.about-wrapper-2 .about-image {
  max-width: 537px;
  margin-left: 100px;
  position: relative;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-image {
    margin-left: 0;
  }
}
.about-wrapper-2 .about-image img {
  border-radius: 300px 300px 0 0;
}
@media (max-width: 1399px) {
  .about-wrapper-2 .about-image img {
    width: 100%;
    height: 100%;
  }
}
.about-wrapper-2 .about-image .box-shape {
  position: absolute;
  top: 15%;
  left: -22%;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-image .box-shape {
    display: none;
  }
}
@media (max-width: 991px) {
  .about-wrapper-2 .about-image .box-shape {
    display: block;
  }
}
@media (max-width: 575px) {
  .about-wrapper-2 .about-image .box-shape {
    display: none;
  }
}
.about-wrapper-2 .about-image .gap-shape {
  position: absolute;
  right: -35%;
  bottom: -30px;
}
@media (max-width: 1399px) {
  .about-wrapper-2 .about-image .gap-shape {
    right: -20%;
  }
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-image .gap-shape {
    display: none;
  }
}
@media (max-width: 991px) {
  .about-wrapper-2 .about-image .gap-shape {
    display: block;
  }
}
@media (max-width: 575px) {
  .about-wrapper-2 .about-image .gap-shape {
    display: none;
  }
}
.about-wrapper-2 .about-image .circle-button {
  position: absolute;
  right: 0;
  top: 5%;
  width: 122px;
  height: 122px;
  line-height: 122px;
  background-color: #FD8128;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  color: var(--white);
  z-index: 99;
}
.about-wrapper-2 .about-image .circle-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 20px solid rgba(255, 255, 255, 0.2);
  width: 148px;
  height: 148px;
  content: "";
  border-radius: 50%;
  z-index: 1;
}
.about-wrapper-2 .about-image .circle-button .text-circle {
  position: absolute;
  top: 1%;
  left: 8%;
  animation: cir36 10s linear infinite;
  z-index: 9;
}
.about-wrapper-2 .about-content {
  margin-left: 80px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1399px) {
  .about-wrapper-2 .about-content {
    margin-left: 40px;
  }
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-content {
    margin-left: 0;
  }
}
.about-wrapper-2 .about-content .icon-items-area {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .about-wrapper-2 .about-content .icon-items-area {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.about-wrapper-2 .about-content .icon-items-area .icon-items {
  max-width: 270px;
}
.about-wrapper-2 .about-content .icon-items-area .icon-items .icon {
  border-radius: 8px;
  border: 1px solid #D4DCFF;
  background: #F3F7FB;
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 58px;
  text-align: center;
  display: inline-block;
  font-size: 40px;
  color: var(--theme);
}
.about-wrapper-2 .about-content .icon-items-area .icon-items .content {
  margin-top: 20px;
}
.about-wrapper-2 .about-content .icon-items-area .icon-items .content h3 {
  margin-bottom: 10px;
}
.about-wrapper-2 .about-content .icon-items-area .icon-items .content p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  line-height: 175%;
}
.about-wrapper-2 .about-content .about-button {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 575px) {
  .about-wrapper-2 .about-content .about-button {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.about-wrapper-2 .about-content .about-button .link-btn {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
}

.about-section-2 {
  position: relative;
}
.about-section-2 .bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-section-2 .right-shape {
  position: absolute;
  bottom: 0;
  right: 40px;
}
@media (max-width: 1600px) {
  .about-section-2 .right-shape {
    display: none;
  }
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*img-animation**********************/
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-bottom {
  animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.brand-section-22 {
  display: none;
}
@media (max-width: 1899px) {
  .brand-section-22 {
    display: block;
    margin-top: 115px;
  }
}
@media (max-width: 1199px) {
  .brand-section-22 {
    margin-top: 95px;
  }
}
@media (max-width: 991px) {
  .brand-section-22 {
    margin-top: 75px;
    margin-bottom: -5px;
  }
}
.brand-section-22 .brand-title {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.brand-section-22 .brand-title::before {
  position: absolute;
  top: 15px;
  left: 5%;
  content: "";
  height: 1px;
  width: 480px;
  background-color: #E5E5E5;
}
@media (max-width: 1399px) {
  .brand-section-22 .brand-title::before {
    display: none;
  }
}
.brand-section-22 .brand-title::after {
  position: absolute;
  top: 15px;
  right: 5%;
  content: "";
  height: 1px;
  width: 480px;
  background-color: #E5E5E5;
}
@media (max-width: 1399px) {
  .brand-section-22 .brand-title::after {
    display: none;
  }
}

.contact-section {
  position: relative;
}
.contact-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  right: 50px;
  left: 50px;
  border-radius: 30px;
  width: calc(100% - 95px);
}
@media (max-width: 1899px) {
  .contact-section::before {
    width: calc(100% - 0px);
    left: 0;
  }
}
.contact-section::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  top: 50%;
  z-index: -1;
}

.contact-wrapper {
  background-color: var(--white);
  padding: 60px;
  border-radius: 30px;
  position: relative;
  z-index: 9;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .contact-wrapper {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .contact-wrapper {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .contact-wrapper {
    padding: 30px;
  }
}
.contact-wrapper .contact-form-area {
  border-radius: 16px;
  border: 1px solid var(--border);
  padding: 40px;
}
@media (max-width: 575px) {
  .contact-wrapper .contact-form-area {
    padding: 30px;
  }
}
.contact-wrapper .contact-form-area h3 {
  font-size: 30px;
  margin-bottom: 25px;
}
.contact-wrapper .contact-form-area .form-clt input, .contact-wrapper .contact-form-area .form-clt textarea {
  outline: none;
  border: none;
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--border);
  padding: 20px 20px;
  line-height: 1;
  color: var(--text);
}
.contact-wrapper .contact-form-area .form-clt textarea {
  padding-bottom: 110px;
}
.contact-wrapper .contact-form-area .form-clt .single-select {
  width: 100%;
  height: 60px;
  padding: 15px 20px;
  border-radius: 8px;
  border: 1px solid var(--border);
  color: var(--text);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.contact-wrapper .contact-form-area .theme-btn {
  position: relative;
  z-index: 2;
  display: inline-block;
  border: none;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 19.5px 35px;
  border-radius: 8px;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .contact-wrapper .contact-form-area .theme-btn {
    padding: 18px 30px;
    font-size: 14px;
  }
}
.contact-wrapper .contact-form-area .theme-btn:hover {
  background-color: var(--header);
}
.contact-wrapper .contact-map {
  position: relative;
}
.contact-wrapper .contact-map iframe {
  width: 100%;
  height: 630px;
  border-radius: 20px;
}
.contact-wrapper .contact-info-wrapper {
  position: absolute;
  top: 0;
  left: 90px;
  right: 90px;
  max-width: 430px;
  margin: 0 auto;
  padding: 30px;
  background: var(--theme);
  border-radius: 0px 0px 8px 8px;
}
@media (max-width: 767px) {
  .contact-wrapper .contact-info-wrapper {
    left: 20px;
    right: 20px;
  }
}
.contact-wrapper .contact-info-wrapper .shape-left {
  position: absolute;
  top: 0;
  left: -28px;
}
.contact-wrapper .contact-info-wrapper .shape-right {
  position: absolute;
  top: 0;
  right: -28px;
}
.contact-wrapper .contact-info-wrapper h2 {
  color: var(--white);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.contact-wrapper .contact-info-wrapper .contact-info {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .contact-wrapper .contact-info-wrapper .contact-info {
    flex-wrap: wrap;
  }
}
.contact-wrapper .contact-info-wrapper .contact-info .content h3 {
  color: var(--white);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.contact-wrapper .contact-info-wrapper .contact-info .content h3 a {
  color: var(--white);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.contact-wrapper .contact-info-wrapper .contact-info .icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: var(--white);
}

.contact-wrapper-2 .map-items .googpemap iframe {
  width: 100%;
  border-radius: 16px;
  height: 660px;
}
@media (max-width: 767px) {
  .contact-wrapper-2 .map-items .googpemap iframe {
    height: 550px;
  }
}
@media (max-width: 575px) {
  .contact-wrapper-2 .map-items .googpemap iframe {
    height: 450px;
  }
}
.contact-wrapper-2 .contact-content {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .contact-wrapper-2 .contact-content {
    margin-left: 0;
  }
}
.contact-wrapper-2 .contact-content h2 {
  margin-bottom: 10px;
}
.contact-wrapper-2 .contact-content .contact-form-items {
  margin-top: 30px;
}
.contact-wrapper-2 .contact-content .contact-form-items .form-clt span {
  color: var(--header);
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: inline-block;
}
.contact-wrapper-2 .contact-content .contact-form-items .form-clt input, .contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea {
  border: 1px solid #D4DCED;
  color: var(--text);
  padding: 18px 20px;
  border-radius: 5px;
  width: 100%;
  outline: none;
  background-color: transparent;
}
.contact-wrapper-2 .contact-content .contact-form-items .form-clt input::placeholder, .contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea::placeholder {
  color: var(--text);
}
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea {
  padding-bottom: 150px;
}
/* .contact-wrapper-2 .contact-content .contact-form-items .theme-btn {
  display: inline-block;
  padding: 18px 30px;
  background-color: var(--theme);
  color: var(--white);
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
} */
.contact-wrapper-2 .contact-content .contact-form-items .theme-btn i {
  margin-left: 8px;
}
/* .contact-wrapper-2 .contact-content .contact-form-items .theme-btn:hover {
  background-color: var(--header);
} */

.contact-info-items {
  padding: 40px 20px;
  text-align: center;
  border-radius: 10px;
  background: #f8fcff;
  border: 1px solid #61b5e2 ;
}
.contact-info-items .icon {
  font-size: 80px;
  color:   #61b5e2  ;
}
.contact-info-items .content {
  margin-top: 30px;
}
.contact-info-items .content p {
  font-size: 18px;
  margin-top: 10px;
}

.cta-wrapper {
  border-radius: 30px;
  padding: 65px 65px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -37px;
}
@media (max-width: 1199px) {
  .cta-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    margin-top: -100px;
  }
}
@media (max-width: 991px) {
  .cta-wrapper {
    margin-top: -80px;
    justify-content: center;
    text-align: center;
  }
}
.cta-wrapper h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--white);
  margin-left: 450px;
}
@media (max-width: 1399px) {
  .cta-wrapper h2 {
    margin-left: 300px;
    position: relative;
    z-index: 9;
  }
}
@media (max-width: 1199px) {
  .cta-wrapper h2 {
    margin-left: 0;
  }
}
.cta-wrapper .cta-img {
  position: absolute;
  bottom: 0;
  left: 85px;
}
@media (max-width: 1199px) {
  .cta-wrapper .cta-img {
    display: none;
  }
}
.cta-wrapper .main-button .theme-btn, .cta-wrapper .main-button .arrow-btn {
  background-color: var(--white);
  color: var(--header);
}
.cta-wrapper .main-button:hover .theme-btn, .cta-wrapper .main-button:hover .arrow-btn {
  color: var(--white);
  background-color: var(--header);
}

.cta-section {
  position: relative;
}
.cta-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #0e0e0e;
  top: 60%;
  height: initial;
}
.cta-section .rokect-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
@media (max-width: 1199px) {
  .cta-section .rokect-shape {
    display: none;
  }
}
.cta-section.style-2::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  height: 60%;
  z-index: -1;
}

.cta-counter-wrapper {
  height: 720px;
  border-radius: 30px;
  position: relative;
  z-index: 9;
}
.cta-counter-wrapper .counter-box-area {
  padding: 64px;
  background-color: var(--theme);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 0 0 30px 30px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .cta-counter-wrapper .counter-box-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.cta-counter-wrapper .counter-box-area .counter-text {
  position: relative;
}
.cta-counter-wrapper .counter-box-area .counter-text h2 {
  font-size: 40px;
  font-weight: 700;
  color: var(--white);
}
.cta-counter-wrapper .counter-box-area .counter-text p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  margin-top: 10px;
}
.cta-counter-wrapper .shape-img {
  position: absolute;
  bottom: -140px;
  right: 0;
  z-index: 1;
}
.cta-counter-wrapper .circle-button {
  position: absolute;
  right: 60px;
  top: -65px;
  width: 122px;
  height: 122px;
  line-height: 122px;
  background-color: var(--theme2);
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
}
.cta-counter-wrapper .circle-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.2);
  width: 148px;
  height: 148px;
  content: "";
  border-radius: 50%;
}
.cta-counter-wrapper .circle-button .text-circle {
  position: absolute;
  top: -1%;
  left: 9%;
  animation: cir36 10s linear infinite;
}

.cta-counter-section {
  position: relative;
  z-index: 9;
}
.cta-counter-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  top: 50%;
}
.cta-counter-section::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  height: 50%;
}
.cta-counter-section .bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.cta-marketing {
  position: relative;
  z-index: 9;
}
.cta-marketing::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  height: 40%;
  z-index: -1;
}
.cta-marketing .shape-img {
  position: absolute;
  top: -90px;
  left: 0;
}

.cta-marketing-2 {
  position: relative;
}
.cta-marketing-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  top: 65%;
  background-color: var(--white);
}

.cta-marketing-wrapper {
  padding: 60px;
  border-radius: 20px;
  background-color: var(--theme);
  display: flex;
  align-items: center;
  gap: 112px;
  position: relative;
}
@media (max-width: 1199px) {
  .cta-marketing-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    justify-content: center;
  }
}
.cta-marketing-wrapper .content .section-title h2 {
  font-size: 36px;
}
.cta-marketing-wrapper .content .list {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199px) {
  .cta-marketing-wrapper .content .list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.cta-marketing-wrapper .content .list li {
  font-weight: 600;
  color: var(--white);
}
.cta-marketing-wrapper .content .list li svg {
  margin-right: 5px;
}
.cta-marketing-wrapper .cta-input {
  position: relative;
  max-width: 435px;
  width: 100%;
}
.cta-marketing-wrapper .cta-input input {
  background: var(--white);
  border: none;
  outline: none;
  padding: 16px 20px;
  width: 100%;
  border-radius: 8px;
  color: var(--text);
  text-transform: capitalize;
}
.cta-marketing-wrapper .cta-input input::placeholder {
  color: var(--text);
}
.cta-marketing-wrapper .cta-input .newsletter-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  bottom: 5px;
}
.cta-marketing-wrapper .cta-input .newsletter-btn i {
  font-size: 18px;
}
.cta-marketing-wrapper .cta-marketing-image {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
}
@media (max-width: 1399px) {
  .cta-marketing-wrapper .cta-marketing-image {
    display: none;
  }
}
.cta-marketing-wrapper .cta-marketing-image img {
  width: 100%;
  height: 100%;
}

.cta-contact-wrapper {
  padding: 80px 90px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1199px) {
  .cta-contact-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cta-contact-wrapper {
    padding: 50px;
  }
}
.cta-contact-wrapper .cta-image {
  position: absolute;
  top: 36px;
  left: 64px;
  bottom: 36px;
}
@media (max-width: 1399px) {
  .cta-contact-wrapper .cta-image {
    display: none;
  }
}
.cta-contact-wrapper .section-title {
  margin-left: 290px;
}
@media (max-width: 1399px) {
  .cta-contact-wrapper .section-title {
    margin-left: 0;
  }
}
.cta-contact-wrapper .section-title h2 {
  font-size: 36px;
}
.cta-contact-wrapper .main-button .theme-btn, .cta-contact-wrapper .main-button .arrow-btn {
  background-color: var(--white);
  color: var(--header);
}
.cta-contact-wrapper .main-button:hover .theme-btn, .cta-contact-wrapper .main-button:hover .arrow-btn {
  background-color: var(--header);
  color: var(--white);
}

.cta-contact-section {
  position: relative;
}
.cta-contact-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  top: 50%;
}

.cta-counter-wrapper-2 .section-title-area {
  padding: 0 90px;
}
@media (max-width: 1199px) {
  .cta-counter-wrapper-2 .section-title-area {
    padding: 0 0;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 30px;
  }
}
.cta-counter-wrapper-2 .section-title-area .counter-box-area {
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1199px) {
  .cta-counter-wrapper-2 .section-title-area .counter-box-area {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: start;
  }
}
.cta-counter-wrapper-2 .section-title-area .counter-box-area .counter-text {
  position: relative;
}
.cta-counter-wrapper-2 .section-title-area .counter-box-area .counter-text h2 {
  font-size: 40px;
  font-weight: 700;
  color: var(--white);
}
.cta-counter-wrapper-2 .section-title-area .counter-box-area .counter-text p {
  font-size: 20px;
  color: var(--white);
  margin-top: 10px;
}
.cta-counter-wrapper-2 .cta-video-image {
  position: relative;
}
.cta-counter-wrapper-2 .cta-video-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.cta-counter-wrapper-2 .cta-video-image .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 102px;
  height: 102px;
  line-height: 102px;
  color: var(--white);
  border-radius: 50%;
  border: 1px solid var(--white);
  background: radial-gradient(157.24% 123.22% at 47.19% -0.63%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(21px);
  text-align: center;
  font-size: 22px;
}
@media (max-width: 767px) {
  .cta-counter-wrapper-2 .cta-video-image .video-icon {
    font-size: 18px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.cta-counter-section-2 {
  position: relative;
}
.cta-counter-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  top: 60%;
}
@media (max-width: 767px) {
  .cta-counter-section-2::before {
    top: 80%;
  }
}

.cta-counter-section-3 {
  position: relative;
  z-index: 9;
}
.cta-counter-section-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  top: 60%;
}
@media (max-width: 767px) {
  .cta-counter-section-3::before {
    top: 80%;
  }
}

.faq-wrapper .faq-content .faq-list {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 40px;
  border-top: 1px solid #CCD8FF;
  border-bottom: 1px solid #CCD8FF;
  padding: 30px 0;
}
.faq-wrapper .faq-content .faq-list li i {
  margin-right: 5px;
  color: var(--theme);
}
.faq-wrapper .accordion-item {
  border: 0;
  background-color: var(--white);
}
.faq-wrapper .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
  color:  #61b5e2 ;
  letter-spacing: -0.2px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: var(--white);
  padding: 25px 30px 0;
  text-transform: capitalize;
  font-size: 22px;
  border: 1px solid var(--border);
  border: 1px solid transparent;
  box-shadow: 12px -12px 24px 0px rgba(0, 0, 0, 0.06);
  border-top-color: #61b5e2;
}
@media (max-width: 575px) {
  .faq-wrapper .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
  }
}
.faq-wrapper .accordion-item .accordion-header .accordion-button::after {
  content: "\f324";
  font-family: "Font Awesome 6 Pro";
  background: transparent;
  font-weight: 500;
  transition: all 0.3s ease-in-out !important;
  color:  #61b5e2   ;
}
.faq-wrapper .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  content: "\f322";
  font-family: "Font Awesome 6 Pro";
  background: transparent;
  font-weight: 500;
  color:  #61b5e2 ;
  transform: rotate(0);
}
.faq-wrapper .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: var(--white);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  padding: 25px 30px;
  color: var(--header);
}
.faq-wrapper .accordion-item .accordion-collapse .accordion-body {
  padding-right: 20px;
  padding-left: 30px;
  padding-top: 15px;
  color: var(--text);
  background-color: var(--white);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1399px) {
  .faq-wrapper .accordion-item .accordion-collapse .accordion-body {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .faq-wrapper .accordion-item .accordion-collapse .accordion-body {
    padding-right: 30px;
  }
}

.faq-section {
  position: relative;
}
.faq-section .faq-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.faq-section .faq-shape {
  position: absolute;
  bottom: -31%;
  right: 0;
}
@media (max-width: 1399px) {
  .faq-section .faq-shape {
    display: none;
  }
}

.audience-wrapper .audience-content .ratting-image {
  margin-top: 100px;
}
.audience-wrapper .audience-content .client-items {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}
.audience-wrapper .audience-content .client-items .client-img {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.audience-wrapper .audience-content .client-items .client-img .star-icon .star {
  font-size: 14px;
  color: #FBB03B;
}
.audience-wrapper .audience-content .client-items .client-img .star-icon span {
  color: var(--white);
  font-size: 14px;
  line-height: 1;
}
.audience-wrapper .audience-right {
  display: flex;
  align-items: center;
}
@media (max-width: 1399px) {
  .audience-wrapper .audience-right {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.audience-wrapper .audience-right .audience-img {
  max-width: 333px;
}
.audience-wrapper .audience-right .audience-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.audience-wrapper .audience-right .counter-box-area {
  padding: 30px;
  border-radius: 0px 20px 10px 0px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 575px) {
  .audience-wrapper .audience-right .counter-box-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.audience-wrapper .audience-right .counter-box-area h2 {
  font-size: 40px;
  font-weight: 600;
}
.audience-wrapper .audience-right .counter-box-area .content {
  margin-top: 150px;
  max-width: 235px;
}
@media (max-width: 767px) {
  .audience-wrapper .audience-right .counter-box-area .content {
    margin-top: 30px;
  }
}
.audience-wrapper .audience-right .counter-box-area .content h4 {
  margin-bottom: 10px;
}
.audience-wrapper .audience-right .counter-box-area .content p {
  font-size: 16px;
}

.feature-box-items {
  margin-top: 30px;
  background-color: var(--white);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  padding: 40px 30px;
  position: relative;
  z-index: 9;
  border-radius:12px;
}
.feature-box-items .icon {
  border-radius: 8px;
  border: 1px solid #61b5e2;
  background: #00a6ff1a;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 40px;
  color: #61b5e2;
}
.feature-box-items .content {
  margin-top: 30px;
}
.feature-box-items .content h3 {
  margin-bottom: 10px;
}

.feature-box-image {
  margin-top: 30px;
  border-radius: 16px;
  max-width: 315px;
  text-align: center;
  margin: 30px auto 0;
  padding: 12px;
  position: relative;
  z-index: 9;
}
.feature-box-image img {
  width: 100%;
  height: 100%;
}

.feature-secton {
  position: relative;
}
.feature-secton .bg-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.value-box-items {
  margin-top: 30px;
  border-radius: 16px;
  background-color: var(--white);
  padding: 40px 30px;
}
.value-box-items .icon {
  border-radius: 8px;
  border: 1px solid #D4DCFF;
  background: #F3F7FB;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 40px;
  color: #61b5e2;
}
.value-box-items .content {
  margin-top: 25px;
}
.value-box-items .content h3 {
  margin-bottom: 15px;
}

.value-section {
  position: relative;
}
.value-section .value-shape {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1399px) {
  .value-section .value-shape {
    display: none;
  }
}
.value-section .value-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1399px) {
  .value-section .value-shape-2 {
    display: none;
  }
}

.footer-widgets-wrapper {
  padding: 50px 0 80px;
}
.footer-widgets-wrapper .single-footer-widget {
  margin-top: 30px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-bottom: 20px;
  }
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
  font-weight: bold;
  color: var(--white);
  font-size: 24px;
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 18px;
  height: 2px;
  background-color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .widget-head h3::after {
  position: absolute;
  bottom: 0;
  left: 25px;
  content: "";
  width: 83px;
  height: 2px;
  background-color: #61b5e2;
}
@media (max-width: 767px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    font-size: 23px;
  }
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    font-size: 20px;
  }
}
.footer-widgets-wrapper .single-footer-widget .footer-content p {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
  margin-top: 40px;
  gap: 10px;
  position: relative;
  z-index: 9;
}
@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
    margin-top: 20px;
  }
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
      border: 1px solid #61b5e2;
    background-color: #61b5e2;
    color: rgb(0 0 0);
    border-radius: 50%;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a:hover {
  background-color: #7d04e8;
  color: #fff;
  border: 1px solid #7d04e8;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info {
  margin-top: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li {
  color: var(--text);
  font-weight: 400;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li i {
  font-size: 16px;
  color: var(--white);
  margin-right: 10px;
  font-size: 20px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li a {
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input {
  position: relative;
  margin-top: 40px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input {
  background: var(--white);
  border: none;
  outline: none;
  padding: 16px 20px;
  width: 100%;
  border-radius: 8px;
  color: var(--text);
  text-transform: capitalize;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input::placeholder {
  color: var(--text);
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  text-align: center;
  background-color: #7b04e8;
  color: var(--white);
  bottom: 5px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn i {
  font-size: 18px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .form-check {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 25px;
}
.footer-widgets-wrapper .single-footer-widget .footer-content .form-check a {
  color: var(--white);
  text-decoration: underline;
}
.footer-widgets-wrapper .single-footer-widget .list-area li {
  transition: all 0.4s ease-in-out;
  font-weight: 500;
}
.footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li a {
  color: rgba(255, 255, 255, 0.8);
}
.footer-widgets-wrapper .single-footer-widget .list-area li a i {
  margin-right: 5px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li:hover {
  margin-left: 5px;
}
.footer-widgets-wrapper .single-footer-widget .list-area li:hover a {
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .thumb {
  width: 80px;
  height: 80px;
}
.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content .post-date {
  margin-bottom: 5px;
}
.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content .post-date li {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content h6 {
  font-size: 16px;
  font-weight: 700;
}
.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content h6 a {
  color: var(--white);
}
.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content h6 a:hover {
  color: var(--theme);
}
.footer-widgets-wrapper .single-footer-widget .contact-list li {
  color: #DADADA;
}
.footer-widgets-wrapper .single-footer-widget .contact-list li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widgets-wrapper .single-footer-widget .contact-list li a {
  color: #F5F5F5;
}

.footer-bottom {
  background-color: #7b04e8;
  padding: 8px 0;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .footer-bottom .footer-wrapper {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center !important;
    margin-top: 20px;
  }
}
.footer-bottom .footer-wrapper p {
  color: rgba(255, 255, 255, 0.8);
}
.footer-bottom .footer-wrapper .footer-menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-bottom .footer-wrapper .footer-menu li a {
  color: rgba(255, 255, 255, 0.8);
  background-image: linear-gradient(var(--white), var(--white));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.footer-bottom .footer-wrapper .footer-menu li a:hover {
  background-size: 100% 1px;
  color: var(--white);
}
.footer-bottom .scroll-icon {
  position: absolute;
  display: none;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  line-height: 60px;
  background-color: var(--theme);
  border-radius: 50%;
  text-align: center;
  color: var(--white);
  border: 5px solid var(--white);
  /* display: inline-block; */
  z-index: 99;
}
@media (max-width: 1399px) {
  .footer-bottom .scroll-icon {
    left: 50%;
  }
}

@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 18px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}

.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color:  #323232;;
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 14px;
}
.header-main .main-menu ul li a:hover {
  color: var(--theme2) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 115%;
  inset-inline-start: 0;
  min-width: 300px;
  background: var(--white);
  padding: 20px 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  border-top: 6px solid var(--theme2);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 600;
  color: var(--header);
  line-height: 38px;
  padding: 0px 0px 0px 32px;
  width: 100%;
}
.header-main .main-menu ul li .submenu li a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background:  #61b5e2 ;
  left: 14px;
  bottom: 18px;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li .submenu li a:hover {
  color:  #61b5e2  !important;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  color: #61b5e2  !important;
  margin-left: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::before {
  width: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color:  #61b5e2 ;
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}
.header-main .main-menu ul li .has-homemenu {
  width: 800px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 14px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0px !important;
  background-color: var(--theme);
  line-height: initial;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  background-color: var(--header);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.header-main .main-menu ul li:hover > a {
  color: var(--theme2);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--theme);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-main .header-right {
  gap: 40px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.header-1 {
  position: relative;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}
.header-1 .container-fluid {
  padding: 0 150px;
}
@media (max-width: 1600px) {
  .header-1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1399px) {
  .header-1 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .header-1 .container-fluid {
    padding: 0 30px;
  }
}
.header-1 .header-logo-2 {
  display: none;
}
.header-1 .header-right .sidebar__toggle {
  color: #000000;
}
@media (max-width: 1199px) {
  .header-1 .header-right .main-button {
    display: none;
  }
}
.header-1 .header-right .main-button .theme-btn, .header-1 .header-right .main-button .arrow-btn {
  background-color: var(--theme2);
  color: #fff;
}
.header-1 .header-right .main-button:hover .theme-btn, .header-1 .header-right .main-button:hover .arrow-btn {
  background-color:   #61b5e2 ;
  color: #fff;
}
.header-1 .header-right .search-icon {
  color: var(--white);
}
.header-1.style-2 {
  position: relative;
}
.header-1.style-2 .header-right .sidebar__toggle {
  color: var(--header);
}
@media (max-width: 1199px) {
  .header-1.style-2 .header-right .main-button {
    display: none;
  }
}
.header-1.style-2 .header-right .main-button .theme-btn, .header-1.style-2 .header-right .main-button .arrow-btn {
  background-color: var(--theme);
  color: var(--white);
}
.header-1.style-2 .header-right .main-button:hover .theme-btn, .header-1.style-2 .header-right .main-button:hover .arrow-btn {
  background-color: var(--header);
  color: var(--white);
}
.header-1.style-2 .container-fluid {
  padding: 0px 250px;
}
@media (max-width: 1600px) {
  .header-1.style-2 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-1.style-2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-1.style-2 .container-fluid {
    padding: 0 30px;
  }
}
.header-1.style-2 .main-menu ul li a {
  color: var(--header);
}
.header-1.style-2 .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.header-1.style-2 .main-menu ul li:hover > a {
  color: var(--theme);
}
.header-1.style-2 .main-menu ul li:hover > a::after {
  color: var(--theme);
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  background-color: var(--white);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sticky.header-1 .header-logo-2 {
  display: block;
}
.sticky.header-1 .header-logo {
  display: none;
}
.sticky.header-1 .header-right .sidebar__toggle {
  color: var(--header);
}
.sticky.header-1 .header-right .search-icon {
  color: var(--header);
}
.sticky.header-1 .main-menu ul li a {
  color: var(--header);
}
.sticky.header-1 .main-menu ul li a:hover {
  color: var(--theme) !important;
}
.sticky.header-1 .main-menu ul li:hover > a {
  color: var(--theme);
}
.sticky.header-1 .main-menu ul li:hover > a::after {
  color: var(--theme);
}

.offcanvas__info {
  background: var(--white) none repeat scroll 0 0;
  border-left: 2px solid var(--theme);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: #7d04e8;
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 20px 40px;
  text-transform: capitalize !important;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--text);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
.breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 9;
  opacity: 0.9;
  /* margin: 0 60px; */
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper {
    margin: 0;
    border-radius: 0;
  }
}
.breadcrumb-wrapper .left-shape {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .left-shape {
    display: none;
  }
}
.breadcrumb-wrapper .right-shape {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .right-shape {
    display: none;
  }
}
.breadcrumb-wrapper .page-heading {
  position: relative;
  padding: 170px 0 170px;
  z-index: 9;
  text-align: center;
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    padding: 140px 0;
  }
}
.breadcrumb-wrapper .page-heading h1 {
  color: #fff;
  font-size: 50px;
  position: relative;
  z-index: 9;
  font-weight: 800;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 44px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items {
  display: inline-flex;
  justify-content: center;
  margin-top: 30px;
  gap: 10px;
  justify-content: center;
  border: 2px solid  #61b5e2;
  padding: 14px 22px;
  border-radius: 100px;
  line-height: 1;
}
@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items {
    margin-top: 15px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li {
  color: #fff;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 16px;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  color:  #61b5e2  ;
  transition: all 0.4s ease-in-out;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
  color:  #61b5e2 ;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
  color:  #61b5e2  ;
}

.error-items {
  text-align: center;
  margin: 0 auto;
}
.error-items .error-image {
  max-width: 985px;
}
.error-items .error-image img {
  width: 100%;
  height: 100%;
}
.error-items h2 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.error-items h2 span {
  color: var(--theme);
  font-weight: 300;
}
.error-items p {
  font-size: 18px;
  margin-bottom: 50px;
}
.error-items .error-content {
  max-width: 530px;
  margin: 0 auto;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px  #61b5e2 ;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background:  #61b5e2 ;
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ml-50 {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .ml-50 {
    margin-left: 0;
  }
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110px;
  height: 110px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: all 0.4s ease-in-out;
  background-color: var(--theme);
  opacity: 1;
  border-radius: 10px;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
  transition: 0.6s;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  top: -6px;
  left: -6px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--theme);
  content: "";
}

.swiper-dot-2 {
  text-align: center;
}
.swiper-dot-2 .swiper-pagination-bullet {
  width: 32px;
  height: 8px;
  transition: 0.6s;
  background-color: rgba(213, 213, 213, 0.6);
  opacity: 1;
  border-radius: 10px;
  position: relative;
}
.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--theme);
  transition: 0.6s;
  position: relative;
  width: 50px;
}

.array-button {
  display: flex;
  align-items: center;
  gap: 15px;
}
.array-button .array-prev {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: var(--white);
  color: var(--header);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.08);
}
.array-button .array-prev:hover {
  background-color: #7d04e8;
  color: var(--white);
}
.array-button .array-next {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: #60b6e2;
  color: var(--white);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.array-button .array-next:hover {
  background-color: #7d04e8;
}

.mt-10 {
  margin-top: 10px;
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

.mt-60 {
  margin-top: 55px;
}

.mb-40 {
  margin-bottom: 40px;
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.bg-cover-2 {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
  width: 100%;
  height: 100%;
}

.nice-select {
  background-color: transparent;
  width: unset;
  outline: none;
  border-bottom: 2px solid var(--border) !important;
  padding-bottom: 20px !important;
  border: none;
  border-radius: 0;
  padding: 0;
}
.nice-select:hover {
  border-bottom: 2px solid transparent;
  border-color: var(--theme);
  border-bottom: 2px solid transparent;
  border-image-slice: 2;
}
.nice-select span {
  font-size: 16px;
  color: var(--text);
  text-transform: capitalize;
}

.nice-select .current {
  margin-right: 12px;
}

.nice-select.open .list {
  background: var(--bg);
  margin-top: 16px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
}

.nice-select .option.selected.focus {
  background: var(--bg);
  outline: none;
  color: var(--text);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  border: none;
}

.nice-select .option {
  border: none;
}

.nice-select .option:hover {
  background: transparent;
}

.custom-container {
  max-width: 1680px;
}

.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border: 1px solid var(--border);
  color: var(--text);
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid transparent;
}

.item-bg-color {
  background-color: #F4F6FA !important;
}

.bor-top {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.bor-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.hero-1 {
  padding: 190px 0 0;
  position: relative;
}
.hero-1 .mike-shape {
  position: absolute;
  top: 20%;
  left: 20px;
}
.hero-1 .mike-shape::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 232px;
  height: 232px;
  background: linear-gradient(180deg, rgba(248, 249, 252, 0.5) -128.88%, rgba(255, 255, 255, 0) 83.84%);
  border-radius: 50%;
  top: 83%;
  left: 15%;
  transform: translate(-50%, -50%);
}
.hero-1 .mike-shape img {
  animation: bounce-x 7s infinite linear;
}
.hero-1 .arrow-shape {
  position: absolute;
  bottom: 5%;
  left: 3%;
  animation: moving 7s infinite linear;
}
.hero-1 .energy-shape {
  position: absolute;
  right: 40px;
  top: 15%;
}
.hero-1 .arrow-shape-2 {
  position: absolute;
  top: 50%;
  right: 30px;
  animation: moving 7s infinite linear;
}
.hero-1 .rocket-shape {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 7;
}
.hero-1 .rocket-shape::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 232px;
  height: 232px;
  background: linear-gradient(180deg, rgba(251, 252, 255, 0.5) -128.88%, rgba(255, 255, 255, 0.00) 83.84%);
  border-radius: 50%;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.hero-1 .container-fluid {
  padding: 0 141px;
}
@media (max-width: 1600px) {
  .hero-1 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .hero-1 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .container-fluid {
    padding: 0 30px;
  }
}
.hero-1 .hero-title {
  text-align: center;
  position: relative;
  z-index: 9;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .hero-1 .hero-title img {
    width: 100%;
    height: 100%;
  }
}
.hero-1 .hero-content {
  position: relative;
  z-index: 9;
}
.hero-1 .hero-content span {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--white);
  display: inline-block;
  margin-bottom: 10px;
}
.hero-1 .hero-content h1 {
  color: var(--white);
  margin-bottom: 20px;
}
.hero-1 .hero-content p {
  color: var(--white);
  max-width: 510px;
}
.hero-1 .hero-image {
  position: relative;
  z-index: 8;
  margin-left: -70px;
}
@media (max-width: 1399px) {
  .hero-1 .hero-image {
    margin-left: 0;
  }
  .hero-1 .hero-image img {
    width: 100%;
    height: 100%;
  }
}
.hero-1 .hero-image .bg-shape {
  position: absolute;
  top: 70%;
  left: 30%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.hero-1 .video-btn {
  position: relative;
  z-index: 9;
  display: inline-block;
  width: 151px;
  height: 151px;
  border: 0.5px solid var(--white);
  background: radial-gradient(157.24% 123.22% at 47.19% -0.63%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(25px);
  border-radius: 50%;
  text-align: center;
  line-height: 151px;
  font-size: 24px;
  color: var(--white);
}
.hero-1 .video-btn img {
  animation: cir36 10s linear infinite;
  position: absolute;
  top: 12px;
  left: 10px;
}
@media (max-width: 1199px) {
  .hero-1 .video-right {
    margin-bottom: 60px;
  }
}
.hero-1 .video-right p {
  font-weight: 500;
  font-style: italic;
  text-transform: capitalize;
  line-height: 175%;
  color: var(--white);
  margin-top: 30px;
}
.hero-1 .video-right .client-items {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}
.hero-1 .video-right .client-items .client-img {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-1 .video-right .client-items .client-img .star-icon .star {
  font-size: 14px;
  color: #FBB03B;
}
.hero-1 .video-right .client-items .client-img .star-icon span {
  color: var(--white);
  font-size: 14px;
  line-height: 1;
}

.hero-2 {
  padding: 150px 0 200px;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 90px;
}
@media (max-width: 1899px) {
  .hero-2 {
    margin-bottom: 0;
    background-position: center;
    background-image: none !important;
    background-color: var(--theme);
  }
}
@media (max-width: 991px) {
  .hero-2 {
    padding: 150px 0 0;
  }
}
.hero-2 .trophy-shape {
  position: absolute;
  top: 10%;
  left: 0;
}
@media (max-width: 1199px) {
  .hero-2 .trophy-shape {
    display: none;
  }
}
.hero-2 .left-shape {
  position: absolute;
  bottom: -20%;
  left: 0;
}
@media (max-width: 1199px) {
  .hero-2 .left-shape {
    display: none;
  }
}
.hero-2 .right-shape {
  position: absolute;
  bottom: -30%;
  right: 0;
}
@media (max-width: 1199px) {
  .hero-2 .right-shape {
    display: none;
  }
}
.hero-2 .rocket-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1199px) {
  .hero-2 .rocket-shape {
    display: none;
  }
}
.hero-2 .container-fluid {
  padding: 0 200px;
}
@media (max-width: 1600px) {
  .hero-2 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .hero-2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .hero-2 .container-fluid {
    padding: 0 30px;
  }
}
.hero-2 .hero-content {
  position: relative;
  z-index: 9;
}
.hero-2 .hero-content h6 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--white);
  display: inline-block;
  margin-bottom: 10px;
}
.hero-2 .hero-content h1 {
  font-size: 72px;
  color: var(--white);
}
@media (max-width: 575px) {
  .hero-2 .hero-content h1 {
    font-size: 42px;
  }
}
.hero-2 .hero-content p {
  font-size: 16px;
  color: var(--white);
  font-weight: 500;
  max-width: 545px;
  margin-top: 20px;
}
.hero-2 .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .hero-2 .hero-content .hero-button {
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.hero-2 .hero-content .hero-button .main-button .theme-btn, .hero-2 .hero-content .hero-button .main-button .arrow-btn {
  background-color: var(--theme2);
  color: var(--header);
}
.hero-2 .hero-content .hero-button .main-button:hover .theme-btn, .hero-2 .hero-content .hero-button .main-button:hover .arrow-btn {
  background-color: var(--header);
  color: var(--white);
}
.hero-2 .hero-content .hero-button .link-btn {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
  color: var(--white);
}
.hero-2 .hero-image {
  position: relative;
  z-index: 1;
  text-align: center;
}
.hero-2 .hero-image .bg-shape {
  position: absolute;
  bottom: 0;
  left: 53%;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 1399px) {
  .hero-2 .hero-image .bg-shape {
    display: none;
  }
}
.hero-2 .hero-image img {
  text-align: center;
}
@media (max-width: 991px) {
  .hero-2 .hero-image img {
    width: 100%;
    height: 100%;
  }
}
.hero-2 .hero-image .box-shape {
  position: absolute;
  top: 30%;
  left: -20%;
  animation: translateX2 2s forwards infinite alternate;
}
@media (max-width: 1399px) {
  .hero-2 .hero-image .box-shape {
    display: none;
  }
}
.hero-2 .hero-image .gap-shape {
  position: absolute;
  bottom: -20px;
  left: -30%;
  animation: translateY2 2s forwards infinite alternate;
}
@media (max-width: 1399px) {
  .hero-2 .hero-image .gap-shape {
    display: none;
  }
}
.hero-2 .hero-image .cursor-shape {
  position: absolute;
  right: 50px;
  top: 28%;
  animation: moving 9s linear infinite;
}
@media (max-width: 1399px) {
  .hero-2 .hero-image .cursor-shape {
    display: none;
  }
}
.hero-2 .brand-wrapper-2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -90px;
  z-index: 9;
  max-width: 1170px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 40px;
}
@media (max-width: 1899px) {
  .hero-2 .brand-wrapper-2 {
    display: none;
  }
}
.hero-2 .brand-wrapper-2 .brand-title {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.hero-2 .brand-wrapper-2 .brand-title::before {
  position: absolute;
  top: 15px;
  left: 5%;
  content: "";
  height: 1px;
  width: 413px;
  background-color: #E5E5E5;
}
@media (max-width: 1399px) {
  .hero-2 .brand-wrapper-2 .brand-title::before {
    display: none;
  }
}
.hero-2 .brand-wrapper-2 .brand-title::after {
  position: absolute;
  top: 15px;
  right: 5%;
  content: "";
  height: 1px;
  width: 413px;
  background-color: #E5E5E5;
}
@media (max-width: 1399px) {
  .hero-2 .brand-wrapper-2 .brand-title::after {
    display: none;
  }
}

.hero-3 {
  border-radius: 30px;
  padding: 120px 0 120px;
  margin: 0 60px;
  position: relative;
}
@media (max-width: 1600px) {
  .hero-3 {
    margin: 0 0;
  }
}
.hero-3 .line-shape {
  position: absolute;
  top: 46%;
  left: 48%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1399px) {
  .hero-3 .line-shape {
    display: none;
  }
}
.hero-3 .container-fluid {
  padding: 0 190px;
}
@media (max-width: 1600px) {
  .hero-3 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .hero-3 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .hero-3 .container-fluid {
    padding: 0 30px;
  }
}
.hero-3 .hero-content {
  max-width: 580px;
}
.hero-3 .hero-content h6 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--theme);
  display: inline-block;
  margin-bottom: 10px;
}
.hero-3 .hero-content h1 {
  font-size: 60px;
  color: var(--header);
  font-weight: 700;
}
@media (max-width: 1199px) {
  .hero-3 .hero-content h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-content h1 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-content h1 {
    font-size: 34px;
  }
}
.hero-3 .hero-content h1 span {
  background: linear-gradient(90deg, #103142 0%, #3cb5f3 100%);;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-3 .hero-content p {
  font-size: 16px;
  font-weight: 500;
  max-width: 545px;
  margin-top: 100px;
}
@media (max-width: 1399px) {
  .hero-3 .hero-content p {
    margin-top: 15px;
  }
}
.hero-3 .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .hero-3 .hero-content .hero-button {
    margin-top: 30px;
    flex-wrap: wrap;
  }
}
.hero-3 .hero-content .hero-button .link-btn {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
}
.hero-3 .hero-image {
  position: relative;
  z-index: 9;
}
.hero-3 .hero-image img {
  width: 100%;
  height: 100%;
}

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}
.mean-container .mean-nav > ul .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items {
    flex-wrap: wrap;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu {
  position: relative;
}
@media (max-width: 1199px) {
  .mean-container .mean-nav > ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding: 10px;
  }
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 12px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 16px;
  text-align: center;
  border-radius: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 19, 19, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #252527 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.mean-container .mean-nav > ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--header);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border) !important;
  border: none;
}
.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.scrolling-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 20px;
  margin-top: -14px;
}
.scrolling-wrap .comm {
  display: flex;
  align-items: center;
  animation: scroll 60s linear infinite;
  gap: 30px;
  cursor: pointer;
}
.scrolling-wrap .comm .cmn-textslide {
  font-size: 60px;
  font-weight: 800;
  line-height: 80px;
  text-transform: capitalize;
  color: var(--header);
  font-family: "Plus Jakarta Sans", sans-serif;
  display: flex;
  align-items: center;
  gap: 8px;
}
.scrolling-wrap .comm .cmn-textslide img {
  margin-right: 10px;
}
.scrolling-wrap .comm .cmn-textslide.stroke-text {
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke: 1px #17012C;
  -webkit-text-fill-color: transparent;
}
.scrolling-wrap:hover .comm {
  animation-play-state: paused;
}
@media (max-width: 1399px) {
  .scrolling-wrap .comm {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .scrolling-wrap {
    gap: 14px;
  }
  .scrolling-wrap .comm {
    gap: 14px;
  }
}
@media (max-width: 575px) {
  .scrolling-wrap .comm {
    gap: 12px;
  }
}

.marquee-section-1 {
  position: relative;
  z-index: 99;
}

.mycustom-marque.style-2 {
  border: 1px solid var(--header);
  background: var(--white);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  transform: rotate(1.913deg);
  margin-top: -15px;
  position: relative;
  z-index: 9;
}
@media (max-width: 1399px) {
  .mycustom-marque.style-2 {
    margin-top: 0;
    transform: rotate(0);
  }
}
.mycustom-marque.style-2 .scrolling-wrap .comm .cmn-textslide {
  font-size: 30px;
  font-weight: 800;
  text-transform: capitalize;
  color: var(--header);
  padding-top: 10px;
}
.mycustom-marque.style-2.bg-2 {
  background-color: var(--header);
  border: none;
  box-shadow: none;
  margin-top: 0;
}
.mycustom-marque.style-2.bg-2 .scrolling-wrap .comm .cmn-textslide {
  color: var(--white);
  padding-top: 0;
}
.mycustom-marque.style-3 {
  background: var(--theme2);
  transform: rotate(-2.772deg);
  margin-top: -52px;
  position: relative;
  z-index: 7;
}
@media (max-width: 1399px) {
  .mycustom-marque.style-3 {
    margin-top: 0;
    transform: rotate(0);
  }
}
@media (max-width: 1399px) {
  .mycustom-marque.style-3 .scrolling-wrap .comm {
    animation: scroll2 60s linear infinite;
  }
}
.mycustom-marque.style-3 .scrolling-wrap .comm .cmn-textslide {
  font-size: 30px;
  font-weight: 800;
  text-transform: capitalize;
  color: var(--header);
  padding-top: 0;
}
.mycustom-marque.style-3 .scrolling-wrap:hover .comm {
  animation-play-state: paused;
}
.mycustom-marque.style-3.bg-3 {
  background-color: var(--theme);
  border: none;
  box-shadow: none;
  margin-top: -70px;
}
@media (max-width: 1399px) {
  .mycustom-marque.style-3.bg-3 {
    margin-top: 0;
  }
}
.mycustom-marque.style-3.bg-3 .scrolling-wrap .comm .cmn-textslide {
  color: var(--white);
  padding-top: 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll3 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.marquee-2 {
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .marquee-2 {
    margin-bottom: 0;
  }
}

.news-box-items {
  margin-top: 30px;
  padding: 16px;
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
}
.news-box-items .news-image {
  border-radius: 12px;
  overflow: hidden;
}
.news-box-items .news-image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transition: all 0.4s ease-in-out;
}
.news-box-items .news-content {
  padding: 25px 14px;
}
.news-box-items .news-content .post-cat {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .news-box-items .news-content .post-cat {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.news-box-items .news-content .post-cat li {
  font-size: 14px;
  font-weight: 400;
}
.news-box-items .news-content .post-cat li svg {
  margin-right: 5px;
}
.news-box-items .news-content h5 {
  line-height: 140%;
}
.news-box-items .news-content h5 a:hover {
  color: var(--theme);
}
.news-box-items .news-content .news-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.news-box-items .news-content .news-btn .link-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color:  #7d04e8;
  text-transform: capitalize;
}
.news-box-items .news-content .news-btn .link-btn:hover {
  color: #61b5e2;
}
.news-box-items:hover .news-image img {
  transform: scale(1.1);
}

.news-section {
  position: relative;
  z-index: 7;
}
.news-section .container-fluid {
  padding: 0 175px;
}
@media (max-width: 1600px) {
  .news-section .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .news-section .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .news-section .container-fluid {
    padding: 0 30px;
  }
}
.news-section .left-shape {
  position: absolute;
  top: -180px;
  left: 0;
  z-index: -1;
}

.news-card-items {
  margin-top: 30px;
  background-color: #FAF9F6;
}
.news-card-items .news-image {
  overflow: hidden;
}
.news-card-items .news-image img {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.news-card-items .news-content {
  padding: 20px;
  padding-left: 74px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1899px) {
  .news-card-items .news-content {
    padding-left: 20px;
  }
}
.news-card-items .news-content .post-cat {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.news-card-items .news-content .post-cat li i {
  color: var(--theme);
  margin-right: 5px;
}
.news-card-items .news-content h5 {
  font-size: 20px;
  font-weight: 500;
}
.news-card-items .news-content h5 a:hover {
  color: var(--theme);
}
.news-card-items .news-content .link-btn {
  color: #535353;
  font-weight: 600;
  margin-top: 10px;
}
.news-card-items .news-content .link-btn:hover {
  color: var(--theme);
}
.news-card-items .news-content .post-date {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  background-color: var(--theme);
  display: inline-block;
  padding: 10px 14px;
  line-height: 1;
  position: absolute;
  top: 60px;
  left: -169px;
  width: 100%;
  transform: rotate(90deg);
  text-align: center;
}
@media (max-width: 1899px) {
  .news-card-items .news-content .post-date {
    display: none;
  }
}
.news-card-items .news-content .post-date i {
  margin-right: 10px;
}
.news-card-items:hover .news-image img {
  transform: scale(1.1);
}

.news-standard-wrapper .news-standard-items {
  border: 1px solid #E3E3E3;
  padding: 30px;
  border-radius: 16px;
}
.news-standard-wrapper .news-standard-items:not(:last-child) {
  margin-bottom: 30px;
}
.news-standard-wrapper .news-standard-items .thumb {
  position: relative;
}
.news-standard-wrapper .news-standard-items .thumb img {
  width: 100%;
  height: 100%;
}
.news-standard-wrapper .news-standard-items .content {
  margin-top: 30px;
}
.news-standard-wrapper .news-standard-items .content .post-cat {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
.news-standard-wrapper .news-standard-items .content .post-cat li i {
  color: var(--theme);
  margin-right: 5px;
}
.news-standard-wrapper .news-standard-items .content h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
.news-standard-wrapper .news-standard-items .content h3 a:hover {
  color: var(--theme);
}
.news-standard-wrapper .news-standard-items .content .theme-btn {
  display: inline-block;
  padding: 18px 30px;
  background-color: var(--theme);
  color: var(--white);
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  margin-top: 30px;
}
.news-standard-wrapper .news-standard-items .content .theme-btn i {
  margin-left: 8px;
}
.news-standard-wrapper .news-standard-items .content .theme-btn:hover {
  background-color: var(--header);
}

.main-sidebar .single-sidebar-widget {
  padding: 40px 30px;
  background-color: #61b5e238;
  margin-bottom: 30px;
  border-radius: 10px;
}
.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
}
.main-sidebar .single-sidebar-widget .wid-title h4 {
  font-weight: 600;
}
.main-sidebar .single-sidebar-widget .search-widget form {
  width: 100%;
  position: relative;
}
.main-sidebar .single-sidebar-widget .search-widget form input {
  background-color: var(--white);
  font-size: 16px;
  padding: 20px;
  width: 100%;
  border: none;
  color: var(--text);
}
.main-sidebar .single-sidebar-widget .search-widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 16px;
  height: 100%;
  background-color: var(--theme);
  color: var(--white);
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.main-sidebar .single-sidebar-widget .search-widget form button:hover {
  background-color: var(--header);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 25px;
  background-color: var(--white);
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  font-size: 16px;
  line-height: 1;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
  color: var(--header);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li span {
  transition: all 0.4s ease-in-out;
  color: var(--header);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover {
  background-color:  #61b5e2  ;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover span {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active {
  background-color:  #61b5e2  ;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active a {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active span {
  color: var(--white);
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 16px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
  margin-bottom: 8px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li i {
  color:  #61b5e2  ;
  margin-right: 8px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
  font-weight: 700;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
  color:  #61b5e2  ;
}
.main-sidebar .single-sidebar-widget .tagcloud a {
  display: inline-block;
  padding: 11px 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  background: var(--white);
  margin-right: 5px;
  text-transform: capitalize;
  margin-bottom: 10px;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
  color: var(--text);
}
.main-sidebar .single-sidebar-widget .tagcloud a:last-child {
  margin-right: 0;
}
.main-sidebar .single-sidebar-widget .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.news-details-wrapper .news-post-details .single-news-post .post-featured-thumb img {
  width: 100%;
  height: 100%;
}
.news-details-wrapper .news-post-details .single-news-post .post-content {
  margin-top: 30px;
}
.news-details-wrapper .news-post-details .single-news-post .post-content .post-list {
  gap: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #F2F5FA;
  padding-bottom: 20px;
}
.news-details-wrapper .news-post-details .single-news-post .post-content .post-list li {
  font-size: 14px;
  font-weight: 500;
}
.news-details-wrapper .news-post-details .single-news-post .post-content .post-list li i {
  color: var(--theme);
  margin-right: 5px;
}
.news-details-wrapper .news-post-details .single-news-post .post-content h3 {
  margin-bottom: 20px;
  font-size: 30px;
}
@media (max-width: 575px) {
  .news-details-wrapper .news-post-details .single-news-post .post-content h3 {
    font-size: 24px;
  }
}
.news-details-wrapper .news-post-details .single-news-post .post-content h3 a:hover {
  color: var(--theme);
}
.news-details-wrapper .news-post-details .single-news-post .post-content p {
  font-weight: 400;
}
.news-details-wrapper .news-post-details .single-news-post .post-content .hilight-text {
  border-left: 4px solid #61b5e2;
  padding: 36px 40px;
  border-radius: 10px;
  background-color:#61b5e238;
}
.news-details-wrapper .news-post-details .single-news-post .post-content .hilight-text p {
  font-weight: 400;
  text-transform: capitalize;
  font-style: italic;
  line-height: 26px;
  color: var(--header);
}
.news-details-wrapper .news-post-details .single-news-post .post-content .hilight-text svg {
  float: right;
  margin-top: -30px;
}
.news-details-wrapper .news-post-details .single-news-post .post-content .details-image img {
  width: 100%;
  height: 100%;
}
.news-details-wrapper .news-post-details .tag-share-wrap {
  border-top: 1px solid #F2F5FA;
  border-bottom: 1px solid #F2F5FA;
  padding: 30px 0;
}
.news-details-wrapper .news-post-details .tag-share-wrap .tagcloud span {
  display: inline-block;
  font-weight: 600;
  color: var(--header);
  margin-right: 15px;
}
.news-details-wrapper .news-post-details .tag-share-wrap .tagcloud a {
  display: inline-block;
  padding: 12px 26px;
  line-height: 1;
  background: transparent;
  border: 1px solid #F2F5FA;
  margin-right: 8px;
  text-transform: capitalize;
  font-weight: 500;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
}
@media (max-width: 575px) {
  .news-details-wrapper .news-post-details .tag-share-wrap .tagcloud a {
    margin-bottom: 5px;
  }
}
.news-details-wrapper .news-post-details .tag-share-wrap .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}
.news-details-wrapper .news-post-details .tag-share-wrap .social-share span {
  font-size: 16px;
  color: var(--header);
  font-weight: 600;
}
.news-details-wrapper .news-post-details .tag-share-wrap .social-share a {
  font-size: 16px;
  color: var(--header);
}
.news-details-wrapper .news-post-details .tag-share-wrap .social-share a:not(:last-child) {
  margin-right: 10px;
}
.news-details-wrapper .news-post-details .tag-share-wrap .social-share a:hover {
  color: var(--theme);
}
.news-details-wrapper .news-post-details .comments-area {
  margin-top: 40px;
}
.news-details-wrapper .news-post-details .comments-area .comments-heading {
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .news-details-wrapper .news-post-details .comments-area .comments-heading {
    margin-bottom: 20px;
  }
}
.news-details-wrapper .news-post-details .comments-area .comments-heading h3 {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .news-details-wrapper .news-post-details .comments-area .comments-heading h3 {
    font-size: 22px;
  }
}
.news-details-wrapper .news-post-details .comments-area .blog-single-comment {
  border-bottom: 1px solid #D4DCED;
}
@media (max-width: 575px) {
  .news-details-wrapper .news-post-details .comments-area .blog-single-comment {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-details-wrapper .news-post-details .comments-area .blog-single-comment .content .head {
  margin-bottom: 10px;
}
.news-details-wrapper .news-post-details .comments-area .blog-single-comment .content .head .con h5 {
  margin-bottom: 5px;
  font-weight: 600;
}
.news-details-wrapper .news-post-details .comments-area .blog-single-comment .content .reply {
  padding: 6px 16px;
  font-weight: 400;
  border-radius: 50px;
  background-color: #7d04e8;
  color: var(--white);
  transition: all 0.4s ease-in-out;
}
.news-details-wrapper .news-post-details .comments-area .blog-single-comment .content .reply:hover {
  background-color: #61b5e2;
}
.news-details-wrapper .news-post-details .comments-area .blog-single-comment .content .reply.color-2 {
  background-color: var(--header);
}
.news-details-wrapper .news-post-details .comments-area .blog-single-comment .content .reply.color-2:hover {
  background-color: var(--theme);
}
.news-details-wrapper .news-post-details .comment-form-wrap h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .news-details-wrapper .news-post-details .comment-form-wrap h3 {
    margin-bottom: 20px;
  }
}
.news-details-wrapper .news-post-details .comment-form-wrap .form-clt span {
  color: var(--header);
  display: inline-block;
  margin-bottom: 10px;
}
.news-details-wrapper .news-post-details .comment-form-wrap .form-clt input, .news-details-wrapper .news-post-details .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px solid #D4DCED;
  padding: 16px 20px;
  font-weight: 500;
  color: var(--text);
}
.news-details-wrapper .news-post-details .comment-form-wrap .form-clt input::placeholder, .news-details-wrapper .news-post-details .comment-form-wrap .form-clt textarea::placeholder {
  color: var(--text);
}
.news-details-wrapper .news-post-details .comment-form-wrap .form-clt textarea {
  padding-bottom: 100px;
}
.news-details-wrapper .news-post-details .comment-form-wrap .theme-btn {
  display: inline-block;
  padding: 18px 30px;
  background-color: var(--theme);
  color: var(--white);
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
}
.news-details-wrapper .news-post-details .comment-form-wrap .theme-btn i {
  margin-left: 8px;
}
.news-details-wrapper .news-post-details .comment-form-wrap .theme-btn:hover {
  background-color: var(--header);
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid #7d04e8;
  border-top-color: var(--theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Plus Jakarta Sans", sans-serif, "Plus Jakarta Sans", sans-serif;
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: #7d04e8;
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--header);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color:  #61b5e2;
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: var(--bg);
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: var(--theme);
  border-bottom: 2px solid var(--theme);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--theme);
}

input.main-search-input::placeholder {
  color: var(--theme);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme);
  cursor: pointer;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #7d04e8;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: #7d04e8;
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid #7d04e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.back-to-top {
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #7b04e8;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 30px;
  bottom: 40px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.back-to-top:hover {
  background-color:  #61b5e2;
  color: var(--white);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

.pricing-box-items {
  border-radius: 20px;
  border: 1px solid #D4DCFF;
  background: var(--white);
  padding: 30px;
}
.pricing-box-items .pricing-header {
  border-radius: 16px;
  background: #103142;
  padding: 24px;
  position: relative;
}
.pricing-box-items .pricing-header .icon {
  position: absolute;
  top: 24px;
  right: 24px;
}
.pricing-box-items .pricing-header h4 {
  color: var(--white);
}
.pricing-box-items .pricing-header h2 {
  color: var(--white);
  font-size: 40px;
  margin-top: 20px;
}
.pricing-box-items .pricing-header h2 sub {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  margin-left: -5px;
}
.pricing-box-items .price-list {
  margin-top: 30px;
}
.pricing-box-items .price-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pricing-box-items .price-list li:not(:last-child) {
  margin-bottom: 10px;
}
.pricing-box-items .price-list li .price-1 {
  font-weight: 500;
}
.pricing-box-items .price-list li .price-1.color-2 i {
  color: #FF1010;
}
.pricing-box-items .price-list li .price-1 i {
  color: var(--theme);
  margin-right: 5px;
}
.pricing-box-items .price-button {
  margin-top: 40px;
}
.pricing-box-items .price-button .theme-btn {
  text-align: center;
  width: 100%;
  padding: 12px 20px;
  border-radius: 16px;
  background: #103142;
  display: inline-block;
  color: var(--white);
  font-weight: 700;
}
.pricing-box-items .price-button .theme-btn i {
  margin-left: 10px;
}
.pricing-box-items .price-button .theme-btn:hover {
  background-color: var(--theme);
}
.pricing-box-items.style-2 .pricing-header {
  background: #323232;
}
.pricing-box-items.style-2 .price-button .theme-btn {
  border: 1.5px solid var(--theme);
  display: inline-block;
  color: var(--theme);
  background: transparent;
}
.pricing-box-items.style-2 .price-button .theme-btn:hover {
  background-color: var(--theme);
  color: var(--white);
}

.pricing-content .pricing-tab-header {
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .pricing-content .pricing-tab-header {
    margin-bottom: 0;
  }
}
.pricing-content .pricing-tab-header .arrow-shape {
  position: absolute;
  left: 48.5%;
  top: 0;
  animation: rounded 5s linear infinite;
}
@media (max-width: 1199px) {
  .pricing-content .pricing-tab-header .arrow-shape {
    display: none;
  }
}
.pricing-content .pricing-tab-header .nav {
  display: flex;
  align-items: center;
  gap: 0;
  background-color: var(--white);
  border: 1px solid var(--border);
  border-radius: 100px;
  padding: 6px;
  max-width: 210px;
}
@media (max-width: 991px) {
  .pricing-content .pricing-tab-header .nav {
    max-width: 325px;
  }
}
@media (max-width: 575px) {
  .pricing-content .pricing-tab-header .nav {
    gap: 15px;
    max-width: 225px;
  }
}
.pricing-content .pricing-tab-header .nav .nav-link {
  text-align: center;
  padding: 14px 20px;
  border-radius: 100px;
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--header);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .pricing-content .pricing-tab-header .nav .nav-link {
    padding: 14px 45px;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .pricing-content .pricing-tab-header .nav .nav-link {
    padding: 12px 20px;
    font-size: 14px;
  }
}
.pricing-content .pricing-tab-header .nav .nav-link.active {
  position: relative;
  background-color: var(--theme);
  color: var(--white);
}
.pricing-content .pricing-tab-header .save-text {
  font-weight: 500;
  color: var(--theme);
  font-size: 18px;
  text-align: center;
  margin-left: 60%;
}

.pricing-section {
  position: relative;
}
.pricing-section .left-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1399px) {
  .pricing-section .left-shape {
    display: none;
  }
}
.pricing-section .right-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1399px) {
  .pricing-section .right-shape {
    display: none;
  }
}

.case-study-wrapper .case-study-box-items {
  margin-top: 30px;
}
.case-study-wrapper .case-study-box-items .thumb {
  position: relative;
}
.case-study-wrapper .case-study-box-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
@media (max-width: 575px) {
  .case-study-wrapper .case-study-box-items .thumb {
    height: 450px;
  }
  .case-study-wrapper .case-study-box-items .thumb img {
    object-fit: cover;
  }
}
.case-study-wrapper .case-study-box-items .thumb .post-box-items {
  position: absolute;
  top: 30px;
  left: 30px;
}
.case-study-wrapper .case-study-box-items .thumb .post-box-items ul {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.case-study-wrapper .case-study-box-items .thumb .post-box-items ul li a {
  border-radius: 33px;
  border: 0.5px solid var(--white);
  background: radial-gradient(258.86% 216.49% at -18.48% -74.46%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(25px);
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  padding: 11px 15px;
  line-height: 1;
  display: inline-block;
}
.case-study-wrapper .case-study-box-items .thumb .post-box-items ul li a i {
  margin-left: 10px;
}
.case-study-wrapper .case-study-box-items .thumb .project-title {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.case-study-wrapper .case-study-box-items .thumb .project-title img {
  width: initial;
  height: initial;
  border-radius: 0;
  margin-right: 10px;
}
.case-study-wrapper .case-study-box-items .thumb .project-title a {
  color: var(--white);
}
.case-study-wrapper .case-study-box-items .thumb .number {
  right: 30px;
  bottom: 30px;
  position: absolute;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  font-size: 14px;
  font-weight: 500;
  color: var(--header);
}
.case-study-wrapper .main-box {
  padding: 0;
  gap: 14px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .case-study-wrapper .main-box {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 30px;
  }
}
.case-study-wrapper .main-box .box {
 /* background-image: url('/assets/img/images/social-media-marketing-concept-m\ 1.jpg'); */
  z-index: 1;
  width: 108px !important;
  height: 328px;
  position: relative;
  overflow: hidden;
  list-style: none;
  border-radius: 24px;
  transition: all 0.4s ease-in-out;
  margin-top: 30px;
  /* overflow: hidden; */
  background:  rgba(0,0,0,0.2)
}
/* .bg-1 {
    background-image: url("../img/images/search-engine-optimization-seos1.jpg");
} */
.case-studies-bg-1{
  background-image: url(../img/case-studies/hand-shows-sign-icon-digital-mar\ 1.jpg)!important; 
  background-position: center!important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.case-studies-bg-2{
  background-image: url(../img/case-studies/digital-marketing-commerce-onlin\ 1.jpg)!important; 
  background-position: center!important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.case-studies-bg-3{
  background-image: url(../img/case-studies/search-engine-optimization-seo-s\ 1.jpg)!important; 
  background-position: center!important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.case-studies-bg-4{
  background-image: url(../img/case-studies/digital-marketing-commerce-onlin\ 1.jpg)!important; 
  background-position: center!important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.case-studies-bg-5{
  background-image: url(../img/case-studies/social-media-marketing-concept-m\ 1.jpg)!important; 
  background-position: center!important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.case-studies-bg-6{
  background-image: url(../img/case-studies/hand-shows-sign-icon-digital-mar\ 1.jpg)!important; 
  background-position: center!important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.case-studies-bg-7{
  background-image: url(../img/case-studies/digital-marketing-commerce-onlin\ 1.jpg)!important; 
  background-position: center!important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.case-study-wrapper .main-box .box .title-items {
  position: relative;
  z-index: 9;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1024px) {
  .case-study-wrapper .main-box .box .title-items {
    display: none;
  }
}
.case-study-wrapper .main-box .box .title-items h3 {
  position: absolute;
  top: 40%;
  left: 70%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.case-study-wrapper .main-box .box .title-items h3 a {
  color: var(--white);
  display: ruby-text;
}
.case-study-wrapper .main-box .box .title-items .number {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  font-size: 14px;
  font-weight: 600;
  color: var(--header);
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .case-study-wrapper .main-box .box .title-items .number {
    display: none;
  }
}
.case-study-wrapper .main-box .box::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 24px;
  /* background: #61b5e2; */
}
@media (max-width: 1024px) {
  .case-study-wrapper .main-box .box::before {
    display: none;
  }
}
@media (max-width: 1024px) {
  /* .case-study-wrapper .main-box .box {
    width: initial !important;
  } */
}
.case-study-wrapper .main-box .box .number-hover {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  font-size: 14px;
  font-weight: 600;
  color: var(--header);
  display: inline-block;
  position: absolute;
  top: 30px;
  left: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1024px) {
  .case-study-wrapper .main-box .box .number-hover {
    opacity: 1;
    visibility: visible;
  }
}
.case-study-wrapper .main-box .box .project-content {
  position: absolute;
  bottom: -100px;
  left: 30px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  right: 30px;
}
@media (max-width: 1024px) {
  .case-study-wrapper .main-box .box .project-content {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
  }
}
.case-study-wrapper .main-box .box .project-content h3 {
  margin-bottom: 10px;
}
.case-study-wrapper .main-box .box .project-content h3 a {
  color: var(--white);
}
.case-study-wrapper .main-box .box .project-content p {
  color: var(--white);
  line-height: 162%;
}
.case-study-wrapper .main-box .box .project-content .link-btn {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  text-transform: capitalize;
}
.case-study-wrapper .main-box .box .project-content .icon {
  transform: rotate(-40deg);
  color: var(--theme);
  transition: all 0.4s ease-in-out;
}
.case-study-wrapper .main-box .box .project-content .icon:hover {
  transform: rotate(0);
}
@media (max-width: 1024px) {
  .case-study-wrapper .main-box .box {
    width:328px !important;
  }
  .case-study-wrapper .main-box .box::before {
    border: 0.5px solid var(--white);
    background: radial-gradient(258.86% 216.49% at -18.48% -74.46%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(25px);
  }
  .case-study-wrapper .main-box .box .number-hover {
    opacity: 1;
    visibility: visible;
  }
  .case-study-wrapper .main-box .box .project-content {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
  }
  .case-study-wrapper .main-box .box .title-items {
    opacity: 0;
    visibility: hidden;
  }
}
.case-study-wrapper .main-box .box.active {
  width: 655px !important;
}
.case-study-wrapper .main-box .box.active::before {
  border: 0.5px solid #fff;
  /* background: radial-gradient(258.86% 216.49% at -18.48% -74.46%, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); */
  backdrop-filter: blur(5px);
}
.case-study-wrapper .main-box .box.active .number-hover {
  opacity: 1;
  visibility: visible;
}
.case-study-wrapper .main-box .box.active .project-content {
  opacity: 1;
  visibility: visible;
  bottom: 92px;
}
.case-study-wrapper .main-box .box.active .title-items {
  opacity: 0;
  visibility: hidden;
}

.case-study-section {
  position: relative;
}
.case-study-section .overlay-shape {
  position: absolute;
  bottom: 0;
  left: 0;
     z-index: 0 !important;
     pointer-events:none;
}
.case-study-section .left-shape {
  position: absolute;
  bottom: 0;
  left: 40px;
}
@media (max-width: 1600px) {
  .case-study-section .left-shape {
    display: none;
  }
}
.case-study-section .right-shape {
  position: absolute;
  bottom: 0;
  right: 40px;
}
@media (max-width: 1600px) {
  .case-study-section .right-shape {
    display: none;
  }
}

.case-studies-section-2 .client-items {
  position: relative;
  z-index: 9;
}
.case-studies-section-2 .client-items .client-img {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.case-studies-section-2 .client-items .client-img .star-icon .star {
  font-size: 14px;
  color: #FBB03B;
}
.case-studies-section-2 .client-items .client-img .star-icon span {
  color: var(--white);
  font-size: 14px;
  line-height: 1;
}

.case-studies-wrapper-2 .case-studies-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding: 35px 0;
  position: relative;
}
@media (max-width: 991px) {
  .case-studies-wrapper-2 .case-studies-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.case-studies-wrapper-2 .case-studies-items .content {
  max-width: 570px;
}
.case-studies-wrapper-2 .case-studies-items .content h3 a {
  color: var(--white);
}
.case-studies-wrapper-2 .case-studies-items .content h3 a:hover {
  color: var(--theme);
}
.case-studies-wrapper-2 .case-studies-items .content span {
  color: var(--white);
  display: inline-block;
  margin-bottom: 20px;
}
.case-studies-wrapper-2 .case-studies-items .content p {
  color: var(--white);
}
.case-studies-wrapper-2 .case-studies-items .main-button .theme-btn, .case-studies-wrapper-2 .case-studies-items .main-button .arrow-btn {
  background-color: var(--theme2);
  color: var(--header);
}
.case-studies-wrapper-2 .case-studies-items .main-button:hover .theme-btn, .case-studies-wrapper-2 .case-studies-items .main-button:hover .arrow-btn {
  background-color: var(--white);
}
.case-studies-wrapper-2 .case-studies-items .case-studies-hover {
  width: 379px;
  height: 256px;
  position: absolute;
  border-radius: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-12.317deg);
  inset-inline-start: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  opacity: 0;
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -200px 0 0 -50px;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
  visibility: hidden;
}
.case-studies-wrapper-2 .case-studies-items:hover .case-studies-hover {
  opacity: 1;
  visibility: visible;
}

.case-studies-section-3 {
  position: relative;
  z-index: 9;
}
.case-studies-section-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: transparent;
  top: 50%;
  z-index: -1;
}
.case-studies-section-3 .container-fluid {
  padding: 0 30px;
}

.case-studies-card-items {
  margin-top: 30px;
}
.case-studies-card-items .icon {
  border-radius: 8px;
  border: 1px solid #61b5e2;
  background: #e5f6ff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 40px;
  color: #61b5e2;
}
.case-studies-card-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.case-studies-card-items .content {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.case-studies-card-items .content .title h3 a:hover {
  color: var(--theme);
}
.case-studies-card-items .content .title p {
  font-weight: 500;
  text-transform: capitalize;
}
.case-studies-card-items .content .icon {
  display: inline-block;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background-color:   #61b5e2 ;
  color: var(--white);
  text-align: center;
  border-radius: 50%;
}
.case-studies-card-items .content .icon:hover {
  background-color: #7d04e8;
}

.project-details-wrapper .details-top-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .project-details-wrapper .details-top-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.project-details-wrapper .details-top-items .details-left h2 {
  font-size: 36px;
  font-weight: 700;
}
.project-details-wrapper .details-top-items .details-left .post-cat {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.project-details-wrapper .details-top-items .details-left .post-cat li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--theme);
  text-transform: capitalize;
  border: 1px solid #E5E5E5;
  padding: 8px 15px;
  border-radius: 100px;
  line-height: 1;
}
.project-details-wrapper .details-top-items .details-right .client-details li {
  font-size: 16px;
  font-weight: 700;
  color: var(--header);
}
.project-details-wrapper .details-top-items .details-right .client-details li span {
  color: var(--text);
  font-weight: 400;
}
.project-details-wrapper .project-details-content {
  margin-top: 30px;
}
.project-details-wrapper .project-details-content h3 {
  font-size: 36px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .project-details-wrapper .project-details-content h3 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .project-details-wrapper .project-details-content h3 {
    font-size: 28px;
  }
}
.project-details-wrapper .project-details-content .details-image img {
  width: 100%;
  height: 100%;
}
.project-details-wrapper .project-details-content .list-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .project-details-wrapper .project-details-content .list-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.project-details-wrapper .project-details-content .list-items li {
  color: var(--header);
  text-transform: capitalize;
  position: relative;
}
.project-details-wrapper .project-details-content .list-items li span {
  padding-left: 25px;
  display: inline-block;
}
.project-details-wrapper .project-details-content .list-items li::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: var(--theme);
}
.project-details-wrapper .project-details-content .list-items li:not(:last-child) {
  margin-bottom: 15px;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items {
  width: 100%;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 20px;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items .pro-head .title {
  font-size: 16px;
  color: var(--header);
  font-weight: 700;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--header);
  font-weight: 700;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items .progress {
  background: #f3f9fe;
  justify-content: flex-start;
  border-radius: 0;
  align-items: center;
  position: relative;
  display: flex;
  height: 8px;
  width: 100%;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 8px;
  width: 0;
}
.project-details-wrapper .project-details-content .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 76%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 85%;
  }
}

.slider-button {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  margin-top: 65px;
  padding: 25px 0;
}
.slider-button .cmn-next,
.slider-button .cmn-prev {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.4s;
  border: 1px solid #E5E5E5;
}
.slider-button .cmn-next i,
.slider-button .cmn-prev i {
  color: #454750;
  font-size: 24px;
  transition: all 0.4s;
}
.slider-button .cmn-next:hover,
.slider-button .cmn-prev:hover {
  background: var(--theme);
  border-color: var(--theme);
}
.slider-button .cmn-next:hover i,
.slider-button .cmn-prev:hover i {
  color: var(--white);
}
@media (max-width: 1399px) {
  .slider-button .cmn-next,
  .slider-button .cmn-prev {
    width: 48px;
    height: 48px;
    line-height: 48px;
  }
  .slider-button .cmn-next i,
  .slider-button .cmn-prev i {
    font-size: 17px;
  }
}
@media (max-width: 1399px) {
  .slider-button .cmn-next,
  .slider-button .cmn-prev {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
  .slider-button .cmn-next i,
  .slider-button .cmn-prev i {
    font-size: 16px;
  }
}
.slider-button .previus-text {
  font-size: 22px;
  color: var(--header);
}
@media (max-width: 575px) {
  .slider-button .previus-text {
    font-size: 18px;
  }
  .slider-button .project-storke {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .slider-button .previus-text {
    font-size: 16px;
  }
  .slider-button .project-storke {
    font-size: 24px;
  }
}
@media (max-width: 470px) {
  .slider-button .previus-text {
    font-size: 14px;
  }
  .slider-button .project-storke {
    display: none;
  }
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}
.section-title .sub-title {
  padding: 6px 20px;
  border-radius: 100px;
  display: inline-block;
  background: var(--bg);
  margin-bottom: 20px;
}
.section-title .sub-title span {
  background: linear-gradient(90deg, #da21c6 0%, #3cb5f3 100%);
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
}
.section-title .sub-title.bg-color-2 {
  background: #7b04e81c;
}
.section-title .sub-title.bg-color-3 {
  background: rgba(246, 243, 254, 0.1);
}
.section-title .sub-title.bg-color-3 span {
  color: var(--white);
  -webkit-text-fill-color: initial;
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}
@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.section-title-area p {
  font-size: 16px;
  font-weight: 600;
  line-height: 175%;
  color: var(--text);
  font-style: italic;
  border-left: 1px solid #323232;
  padding-left: 20px;
}
.section-title-area p.white-text {
  color: var(--white);
  border-left: 1px solid var(--white);
  font-weight: 500;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.section-bg {
  background-color: var(--bg);
}

.section-bg-black {
  background-color: var(--black);
}

.theme-bg {
  background-color: var(--theme);
}

.footer-bg {
  background-color: #0e0e0e;
  clip-path: polygon(0 6%, 100% 0, 100% 100%, 0% 100%);
}

.section-padding {
  padding: 85px 0 110px;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 65px 0;
  }
}

.service-box-items {
  margin-top: 30px;
  display: flex;
  gap: 17px;
  padding: 40px 20px;
  position: relative;
  border: 1px solid var(--border);
  border-radius: 20px;
}
.service-box-items .content h4 {
  margin-bottom: 5px;
}
.service-box-items .content h4 a:hover {
  color: var(--theme);
}
.service-box-items .content p {
  font-family: "DM Sans", sans-serif;
  margin-bottom: 5px;
}

.service-section {
  position: relative;
}
.service-section .left-shape {
  position: absolute;
  bottom: 100px;
  left: 0;
}
@media (max-width: 1899px) {
  .service-section .left-shape {
    display: none;
  }
}
.service-section .right-shape {
  position: absolute;
  top: 25%;
  right: 50px;
  animation: bounce-x 7s infinite linear;
}
@media (max-width: 1899px) {
  .service-section .right-shape {
    display: none;
  }
}
.service-section .bg-shape {
  position: absolute;
  top: 9px;
  right: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .service-section .bg-shape {
    display: none;
  }
}
.service-section .bg-shape-2 {
  position: absolute;
  top: 15%;
  right: 0;
}
.service-section .right-shape-3 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1399px) {
  .service-section .right-shape-3 {
    display: none;
  }
}

.service-card-items {
  margin-top: 30px;
  padding: 50px;
  border: 1px solid #DDE0E9;
  background-color: var(--white);
  border-radius: 20px;
  text-align: center;
  position: relative;
  z-index: 99;
}
.service-card-items .title {
  margin-bottom: 20px;
}
.service-card-items .title a:hover {
  color: var(--theme);
}
@media (max-width: 1199px) {
  .service-card-items .service-thumb img {
    width: 100%;
    height: 100%;
  }
}
.service-card-items .thumb img {
  width: 100%;
  height: 100%;
}
.service-card-items .content {
  margin-top: 20px;
}
.service-card-items .content .service-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border-radius: 24px;
  border: 1px solid #DDE0E9;
  padding: 16px 30px;
  color: var(--text);
  margin-top: 30px;
}
.service-card-items .content .service-btn i {
  margin-left: 10px;
}
.service-card-items .content .service-btn:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid var(--theme);
}
.service-card-items.style-2 .service-thumb img {
  width: 100%;
  height: 100%;
}
.service-card-items.style-2 .content .title-2 {
  margin-bottom: 20px;
}
.service-card-items.style-2 .content .title-2 a:hover {
  color: var(--theme);
}

.service-details-wrapper .details-image {
  margin-bottom: 50px;
}
.service-details-wrapper .details-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.service-details-wrapper .main-sidebar .single-sidebar-widget {
  padding: 40px 30px;
  background-color: var(--bg);
  margin-bottom: 30px;
  border-radius: 10px;
}
.service-details-wrapper .main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
}
.service-details-wrapper .main-sidebar .single-sidebar-widget .wid-title h4 {
  position: relative;
  padding-bottom: 15px;
  display: inline-block;
}
.service-details-wrapper .main-sidebar .single-sidebar-widget .wid-title h4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  content: "";
  background-color: var(--theme);
}
.service-details-wrapper .main-sidebar .single-sidebar-widget .wid-title h4::before {
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 63px;
  height: 2px;
  content: "";
  background-color: var(--theme);
}
.service-details-wrapper .main-sidebar .single-sidebar-widget .service-widget-categories ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 25px;
  background-color: var(--white);
  font-weight: 500;
  transition: all 0.4s ease-in-out;
  border-radius: 0;
  font-size: 16px;
  line-height: 1;
}
.service-details-wrapper .main-sidebar .single-sidebar-widget .service-widget-categories ul li a {
  color: var(--header);
}
.service-details-wrapper .main-sidebar .single-sidebar-widget .service-widget-categories ul li span {
  transition: all 0.4s ease-in-out;
  color: var(--header);
}
.service-details-wrapper .main-sidebar .single-sidebar-widget .service-widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}
.service-details-wrapper .main-sidebar .single-sidebar-widget .service-widget-categories ul li:hover {
  background-color: var(--theme);
}
.service-details-wrapper .main-sidebar .single-sidebar-widget .service-widget-categories ul li:hover a {
  color: var(--white);
}
.service-details-wrapper .main-sidebar .single-sidebar-widget .service-widget-categories ul li:hover span {
  color: var(--white);
}
.service-details-wrapper .main-sidebar .single-sidebar-widget .service-widget-categories ul li.active {
  background-color: var(--theme);
}
.service-details-wrapper .main-sidebar .single-sidebar-widget .service-widget-categories ul li.active a {
  color: var(--white);
}
.service-details-wrapper .main-sidebar .single-sidebar-widget .service-widget-categories ul li.active span {
  color: var(--white);
}
.service-details-wrapper .service-details-content h3 {
  font-size: 30px;
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 20px;
}
.service-details-wrapper .service-details-content .thumb {
  margin-bottom: 40px;
}
.service-details-wrapper .service-details-content .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.service-details-wrapper .service-details-content .details-list-items {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1199px) {
  .service-details-wrapper .service-details-content .details-list-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.service-details-wrapper .service-details-content .details-list-items .details-list li {
  font-weight: 500;
  font-size: 16px;
  color: var(--header);
}
.service-details-wrapper .service-details-content .details-list-items .details-list li:not(:last-child) {
  margin-bottom: 15px;
}
.service-details-wrapper .service-details-content .details-list-items .details-list li i {
  color: var(--theme);
  margin-right: 8px;
}

.team-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}
.team-wrapper .team-image {
  text-align: center;
  position: relative;
}
.team-wrapper .team-image .shape-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 1199px) {
  .team-wrapper .team-image .shape-image {
    display: none;
  }
}
@media (max-width: 991px) {
  .team-wrapper .team-image .shape-image {
    display: block;
  }
}
@media (max-width: 575px) {
  .team-wrapper .team-image .shape-image {
    display: none;
  }
}
.team-wrapper .team-content p {
  font-weight: 500;
}
.team-wrapper .team-content .list-items {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .team-wrapper .team-content .list-items {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.team-wrapper .team-content .list-items ul li {
  font-weight: 600;
  color: var(--header);
}
.team-wrapper .team-content .list-items ul li:not(:last-child) {
  margin-bottom: 15px;
}
.team-wrapper .team-content .list-items ul li svg {
  margin-right: 5px;
}
.team-wrapper .team-image-2 {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 495px;
}
.team-wrapper .team-image-2::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 495px;
  height: 503px;
  content: "";
  border-radius: 250px 250px 0px 0px;
  background: #b1d6f5;
  z-index: -1;
}
@media (max-width: 470px) {
  .team-wrapper .team-image-2::before {
    display: none;
  }
}
.team-wrapper .team-image-2 .client-shape {
  position: absolute;
  top: 17%;
  left: -25%;
}
@media (max-width: 575px) {
  .team-wrapper .team-image-2 .client-shape {
    display: none;
  }
}
.team-wrapper .team-image-2 .box-shape {
  position: absolute;
  bottom: 30px;
  right: -18%;
}
@media (max-width: 1399px) {
  .team-wrapper .team-image-2 .box-shape {
    right: -10%;
  }
}
@media (max-width: 1199px) {
  .team-wrapper .team-image-2 .box-shape {
    right: 0;
  }
}
@media (max-width: 575px) {
  .team-wrapper .team-image-2 .box-shape {
    display: none;
  }
}
.team-wrapper .team-image-2 .circle-button {
  position: absolute;
  right: 0;
  top: 5%;
  width: 122px;
  height: 122px;
  line-height: 122px;
  background-color: #FD8128;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  color: var(--white);
  z-index: 99;
}
@media (max-width: 470px) {
  .team-wrapper .team-image-2 .circle-button {
    display: none;
  }
}
.team-wrapper .team-image-2 .circle-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 20px solidrgba(255, 255, 255, 0.2);
  width: 148px;
  height: 148px;
  content: "";
  border-radius: 50%;
  z-index: 1;
}
.team-wrapper .team-image-2 .circle-button .text-circle {
  position: absolute;
  top: 1%;
  left: 8%;
  animation: cir36 10s linear infinite;
  z-index: 9;
}
.team-wrapper.style-3 {
  padding-bottom: 35px;
}
@media (max-width: 1399px) {
  .team-wrapper.style-3 {
    padding-bottom: 0;
  }
}
@media (max-width: 1399px) {
  .team-wrapper.style-3 {
    padding-bottom: 15px;
  }
}
.team-wrapper.style-4 {
  max-width: 1220px;
}
.team-wrapper.style-4 .results-left-items {
  background-color: #778d99;
  display: flex;
  align-items: center;
  padding: 40px;
  gap: 30px;
  border-radius: 16px;
}
@media (max-width: 575px) {
  .team-wrapper.style-4 .results-left-items {
    flex-wrap: wrap;
  }
}
.team-wrapper.style-4 .results-left-items .content {
  border-radius: 10px;
  background-color: var(--white);
  max-width: 295px;
  padding: 30px;
}
.team-wrapper.style-4 .results-left-items .content h2 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 110px;
}
.team-wrapper.style-4 .results-left-items .content h3 {
  margin-bottom: 20px;
  margin-bottom: 10px;
}
.team-wrapper.style-4 .results-left-items .thumb img {
  border-radius: 10px;
}
.team-wrapper.style-4 .team-content {
  margin-left: 50px;
}
@media (max-width: 1199px) {
  .team-wrapper.style-4 .team-content {
    margin-left: 0;
  }
}

.team-section {
  position: relative;
}
.team-section .shape-img {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1399px) {
  .team-section .shape-img {
    display: none;
  }
}
.team-section .shape-img-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1399px) {
  .team-section .shape-img-2 {
    display: none;
  }
}

.team-section-3 .container-fluid {
  padding: 0 175px;
}
@media (max-width: 1600px) {
  .team-section-3 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .team-section-3 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .team-section-3 .container-fluid {
    padding: 0 30px;
  }
}

.team-card-items {
  margin-top: 30px;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.08);
  position: relative;
}
.team-card-items .icon-shape {
  position: absolute;
  bottom: 30px;
  right: 0;
}
.team-card-items .social-profile {
  transition: all 0.6s ease-in-out;
  position: absolute;
  top: -153%;
  left: 31%;
  transform: translate(-50%, -50%);
  display: grid;
  gap: 10px;
}
.team-card-items .social-profile ul {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.team-card-items .social-profile ul li {
  margin-bottom: 10px;
}
.team-card-items .social-profile ul li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  display: block;
  background: var(--white);
  color: var(--header);
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
}
.team-card-items .social-profile ul li a:hover {
  background: var(--theme);
  color: var(--white);
}
.team-card-items .social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  background: var(--white);
  color: var(--header);
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
}
.team-card-items .social-profile:hover ul {
  opacity: 1;
  visibility: visible;
}
.team-card-items .team-image {
  padding: 16px 16px 0 16px;
}
.team-card-items .team-image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transition: all 0.4s ease-in-out;
}
.team-card-items .team-content {
  padding: 20px 20px;
}
.team-card-items .team-content h3 a:hover {
  color: #60b6e2;
}

.team-details-wrapper .team-details-items {
  border: 1px solid #E5E5E5;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .team-details-wrapper .team-details-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.team-details-wrapper .team-details-items .thumb {
  max-width: 390px;
}
.team-details-wrapper .team-details-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.team-details-wrapper .team-details-items .content {
  max-width: 900px;
}
.team-details-wrapper .team-details-items .content .cont {
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.team-details-wrapper .team-details-items .content .signature {
  margin-top: 30px;
}
.team-details-wrapper .team-details-items .content .team-contact-info {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-details-items .content .team-contact-info {
    padding: 20px 20px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.team-details-wrapper .team-details-items .content .team-contact-info .icon-items {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 1199px) {
  .team-details-wrapper .team-details-items .content .team-contact-info .icon-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .team-details-wrapper .team-details-items .content .team-contact-info .icon-items {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.team-details-wrapper .team-details-items .content .team-contact-info .icon-items .icon {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  background-color: #f3f9fe;
  color: var(--theme);
}
.team-details-wrapper .team-details-items .content .team-contact-info .icon-items h5 {
  font-size: 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  text-transform: initial;
}
.team-details-wrapper .team-details-items .content .team-contact-info .icon-items h5 a {
  color: var(--text);
}
.team-details-wrapper .team-details-items .content .team-contact-info .icon-items h5 a:hover {
  color: var(--theme);
}

.personal-information-area {
  background: #f3f9fe;
  padding-top: 60px;
  margin-top: 60px;
}

.personal-information-wrapper .personal-skill-wrapper {
  padding: 28px 30px;
  background-color: var(--white);
  margin-top: 60px;
}
.personal-information-wrapper .personal-skill-wrapper h4 {
  font-size: 20px;
  margin-bottom: 30px;
}
.personal-information-wrapper .personal-skill-wrapper .progress-wrap .pro-items {
  width: 100%;
}
.personal-information-wrapper .personal-skill-wrapper .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 20px;
}
.personal-information-wrapper .personal-skill-wrapper .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.personal-information-wrapper .personal-skill-wrapper .progress-wrap .pro-items .pro-head .title {
  font-size: 16px;
  color: var(--header);
  font-weight: 700;
}
.personal-information-wrapper .personal-skill-wrapper .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--header);
  font-weight: 700;
}
.personal-information-wrapper .personal-skill-wrapper .progress-wrap .pro-items .progress {
  background: #f3f9fe;
  justify-content: flex-start;
  border-radius: 0;
  align-items: center;
  position: relative;
  display: flex;
  height: 15px;
  width: 100%;
}
.personal-information-wrapper .personal-skill-wrapper .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 15px;
  width: 0;
}
.personal-information-wrapper .personal-skill-wrapper .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}
@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 76%;
  }
}
@keyframes load2 {
  0% {
    width: 0;
  }
  100% {
    width: 85%;
  }
}

.team-section-33 {
  margin-bottom: -40px;
}
.team-section-33 .team-card-items {
  margin-bottom: 40px;
}

.testimonial-box-items {
  margin-top: 30px;
  padding: 40px 30px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding-left: 0;
  gap: 30px;
  position: relative;
}
@media (max-width: 470px) {
  .testimonial-box-items {
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 30px;
  }
}
.testimonial-box-items .icon {
  top: 40px;
  right: 30px;
  position: absolute;
}
.testimonial-box-items::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #61b5e226;
  border-radius: 16px;
  z-index: -1;
  left: 48px;
  width: calc(100% - 48px);
}
@media (max-width: 470px) {
  .testimonial-box-items::before {
    width: calc(100% - 0px);
    left: 0;
  }
}
.testimonial-box-items .testimonial-img {
  border: 4px solid var(--white);
  box-shadow: var(--box-shadow);
  display: inline-block;
  border-radius: 50%;
  position: relative;
  background-color: var(--white);
  position: relative;
  z-index: 9;
}
.testimonial-box-items .testimonial-img .shape-img {
  position: absolute;
  top: 50%;
  left: 72%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 470px) {
  .testimonial-box-items .testimonial-img .shape-img {
    display: none;
  }
}
.testimonial-box-items .content {
  max-width: 370px;
}
.testimonial-box-items .content .client-info {
  margin-bottom: 10px;
}
.testimonial-box-items .content .client-info .star {
  color: #F68B21;
}
.testimonial-box-items .content .client-info h5 {
  font-weight: 600;
}
.testimonial-box-items .content p {
  font-weight: 400;
}

.testimonial-wrapper .testimonial-left {
  margin-top: 30px;
}
.testimonial-wrapper .testimonial-left .client-img {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 70px;
}
.testimonial-wrapper .testimonial-left .client-img .content .star {
  color: #F68B21;
}
.testimonial-wrapper .testimonial-left .client-img .content p {
  font-weight: 700;
}

.testimonial-wrapper-2 .testimonial-image {
  position: relative;
  text-align: center;
  z-index: 9;
}
.testimonial-wrapper-2 .testimonial-image .rocket-shape {
  position: absolute;
  top: 12%;
  left: 15%;
  animation: bounce-x 7s infinite linear;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonial-image .rocket-shape {
    display: none;
  }
}
.testimonial-wrapper-2 .testimonial-image .msg-shape {
  position: absolute;
  top: 23%;
  right: 15%;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonial-image .msg-shape {
    display: none;
  }
}
.testimonial-wrapper-2 .testimonial-image::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  width: 562px;
  height: 543px;
  border-radius: 1000px 1000px 0px 0px;
  background-color: rgba(6, 51, 71, 0.06);
  z-index: -1;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-2 .testimonial-image::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .testimonial-wrapper-2 .testimonial-image::before {
    display: block;
  }
}
@media (max-width: 575px) {
  .testimonial-wrapper-2 .testimonial-image::before {
    display: none;
  }
}
.testimonial-wrapper-2 .testimonial-image img {
  text-align: center;
}
.testimonial-wrapper-2 .testimonial-card-items {
  margin-top: 30px;
  background-color: var(--white);
  border-radius: 16px;
  border: 1px solid #DDE0E9;
  padding: 40px 30px;
  margin-top: 40px;
  max-width: 585px;
  position: relative;
}
.testimonial-wrapper-2 .testimonial-card-items .client-info {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.testimonial-wrapper-2 .testimonial-card-items .client-info .client-content h5 {
  font-size: 20px;
  font-weight: 600;
}
.testimonial-wrapper-2 .testimonial-card-items .icon {
  position: absolute;
  right: 30px;
  top: 40px;
}
.testimonial-wrapper-2 .testimonial-content {
  position: relative;
}
.testimonial-wrapper-2 .testimonial-content .array-button {
  position: absolute;
  right: 0;
  top: 68%;
  transform: translateY(-50%);
  z-index: 9;
  display: grid;
}
@media (max-width: 1399px) {
  .testimonial-wrapper-2 .testimonial-content .array-button {
    display: none;
  }
}

.testimonial-wrapper-3 {
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 100px 50px;
  position: relative;
}
.testimonial-wrapper-3.style-2 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .testimonial-wrapper-3.style-2 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .testimonial-wrapper-3 {
    padding: 50px 35px;
  }
}
.testimonial-wrapper-3 .client-1 {
  position: absolute;
  top: 46px;
  left: 15%;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-3 .client-1 {
    display: none;
  }
}
.testimonial-wrapper-3 .client-2 {
  position: absolute;
  bottom: 89px;
  left: 73px;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-3 .client-2 {
    display: none;
  }
}
.testimonial-wrapper-3 .client-3 {
  position: absolute;
  top: 46px;
  right: 15%;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-3 .client-3 {
    display: none;
  }
}
.testimonial-wrapper-3 .client-4 {
  position: absolute;
  bottom: 89px;
  right: 73px;
}
@media (max-width: 1199px) {
  .testimonial-wrapper-3 .client-4 {
    display: none;
  }
}
.testimonial-wrapper-3 .testimonial-content {
  max-width: 740px;
  margin: 0 auto;
}
.testimonial-wrapper-3 .testimonial-content .icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
  background-color: var(--white);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 0 auto 25px;
}
.testimonial-wrapper-3 .testimonial-content p {
  font-size: 22px;
  font-style: italic;
  color: var(--header);
  font-weight: 500;
  line-height: 182%;
  text-align: center;
}
.testimonial-wrapper-3 .testimonial-content .client-info {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 50px;
}
.testimonial-wrapper-3 .testimonial-content .client-info .content h6 {
  font-size: 16px;
}
.testimonial-wrapper-3 .testimonial-content .client-info .content span {
  font-size: 15px;
  font-weight: 400;
}

.testimonial-section-3 {
  position: relative;
}
.testimonial-section-3 .overlay-shape {
  position: absolute;
  left: 0;
  bottom: 0;
}
.testimonial-section-3 .overlay-shape-2 {
  position: absolute;
  top: -30%;
  right: 0;
}
.testimonial-section-3 .left-shape {
  position: absolute;
  left: 0;
  bottom: 10%;
}
@media (max-width: 1199px) {
  .testimonial-section-3 .left-shape {
    display: none;
  }
}
.testimonial-section-3 .right-shape {
  position: absolute;
  right: 0;
  top: 15%;
}
@media (max-width: 1199px) {
  .testimonial-section-3 .right-shape {
    display: none;
  }
}/*# sourceMappingURL=main.css.map */

/* ===custom csss==== */
/* header */
.logo-w{
  width:150px;
      height: 80px;
    object-fit: contain;
}
.page-wrapper {
    padding-top: 0px;
}
.main-banner {
  position: relative;
  min-height: 100vh;
 
  background: linear-gradient(180deg, #000000 0%, #000306 17.27%, #002b5a 100%);
  padding: 100px 0 55px;

  display: flex;

  align-items: center;
}
.home-banner-grid,
.home-banner-grid-glow,
.home-banner-bgtwo,
.home-banner-video-wrap,
.home-banner-bgone {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;

  user-select: none;
  z-index: 0;
}

.home-banner-grid img,
.home-banner-grid-glow img,
.home-banner-bgtwo img,
.home-banner-bgone img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  object-position: center;
}

.home-banner-video-wrap {
  z-index: 1;
  opacity: 0.4;
  width: 55%;
  margin-left: auto;
}

.home-banner-video-wrap>video {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

.home-banner-bgtwo {
  z-index: 2;
}

.home-banner-grid-glow {
  z-index: 3;
  opacity: 0.6;
}

.home-banner-grid {
  z-index: 4;
}

.home-banner-topgradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 5;
  pointer-events: none;

  user-select: none;
}

.home-banner-topgradient img {
  width: 100%;
}

.home-banner-content-wrap {
  position: relative;
  max-width: 570px;
  z-index: 9;
}

.home-banner-review-wrap {
 
  display: inline-flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

  background: -o-linear-gradient(left,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(153, 153, 153, 0.02) 100%);
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(153, 153, 153, 0.02) 100%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 70px;
  padding: 12px 25px;
  margin-bottom: 15px;
}

.home-banner-review-wrap ul {

  display: inline-flex;
 
  flex-wrap: wrap;
 
  align-items: center;
}

.home-banner-review-wrap ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  flex-wrap: wrap;
 
  align-items: center;
  padding-right: 22px;
  margin-right: 20px;
}

.home-banner-review-wrap ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.home-banner-review-wrap ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);

  width: 2px;
  height: 28px;
  background: rgba(255, 255, 255, 0.3);
}

.home-banner-review-wrap ul li:last-child::before {
  display: none;
}

.home-banner-review-con {

  display: flex;

  flex-wrap: wrap;

  align-items: center;
}

.home-banner-review-con>i {
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 37px;
  margin-right: 5px;
}

.home-banner-review-point {

  display: flex;
 
  flex-direction: column;

  align-items: center;

  justify-content: center;
}

.home-banner-review-point>i {
  width: 23px;
  margin-bottom: 3px;
}

.home-banner-review-point>i img {
  width: 100%;
}

.home-banner-review-point span {
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  color: var(--whitecolor);
  font-size: 15px;
}

.home-banner-content-wrap p {
  color: var(--whitecolor);
  text-transform: capitalize;
  font-size: 17px;
  max-width: 500px;
}

.common-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  color: var(--whitecolor);
  background: var(--primarycolor);
  /* border: 1px solid var(--primarycolor); */
  padding: 22px 28px;
  min-width: 223px;
  border-radius: 100px;
  
}

.common-button>i {
  filter: brightness(0) invert(1);
 
  display: inline-block;
  width: 12px;
  margin-left: 14px;
  transition: all 0.3s ease-in-out;
  
}

.common-button:hover {
  background: var(--headingred);
  color: var(--whitecolor);
}

.common-button:hover i {
  /* filter: none;
  -webkit-filter: none; */
  transform: rotate(45deg);
  
}

.home-banner-content-wrap h1 {
  margin-bottom: 13px;
}

.banner-button-wrap {
  padding-top: 4px;
}
.home-banner-content-wrap h1{
font-weight: 700;
    font-size: 60px;
    line-height: 1.12;
    letter-spacing: -0.01em;
    color: #fff;
    text-transform: capitalize;
}
    .home-banner-content-wrap p {
        font-size: 16px;
           color: #fff;
           margin-bottom:16px;
    }

/* Our Stats Css Start */

.our-stats-section {
  position: relative;
  padding: 80px 0;
}

.our-stats-section::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 19%;
  
  background: linear-gradient(180deg, rgba(250, 252, 247, 0) 0%, #ffffff 100%);
 
  transform: rotate(-180deg);
  z-index: 2;
}

.our-stats-row {

  display: flex;
 
  flex-wrap: wrap;

  align-items: center;
  margin: -15px -29px;
}

.our-stats-left {
  width: 57%;
  padding: 15px 29px;
}

.our-stats-right {
  width: 43%;
  padding: 15px 29px;
}

.our-stats-inner-row {

  display: flex;
  
  flex-wrap: wrap;
  margin: -10px -8px;
}

.our-stats-inner-col {
  width: 50%;
  padding: 10px 8px;
}
.our-stats-inner-col.soloution-service{
  width:100%;
}
.ml-service{
  margin-left:190px;
}
.our-stats-card-outer {
  position: relative;
  background: #61b5e2;
  background: -o-linear-gradient(292deg,
      #61b5e2 20%,
      rgba(255, 255, 255, 0) 69%);
  background: linear-gradient(158deg,
      #61b5e2 20%,
      rgba(255, 255, 255, 0) 69%);
  padding: 1px;
 
  box-shadow: 0px 66.67px 64.3px rgba(54, 116, 185, 0.16);
  border-radius: 13px;
  
  height: 100%;
}

.our-stats-card {
  padding: 24px 12px 24px 22px;
  background: #fff;
  border-radius: 13px;
  display: flex;
  flex-direction:column;
  align-items: center;
  height: 100%;
  min-height: 130px;
}

.our-stats-number-wrap {
  position: relative;
  flex-shrink: 0;
  min-width: 112px;
  text-align: center;
}

.our-stats-number-wrap::before {
  content: "";
    position: absolute;
    top: 93%;
    transform: translateY(-50%);
    /* left: 43px; */
    right: 0px;
    margin: 0 auto;
    width: 78px;
    height: 78px;
    background: rgba(0, 166, 255, 0.1);
    border-radius: 50%;

}

.our-stats-number-wrap {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 22px;
  text-align: center;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #333333; 
}

.our-stats-title-wrap {
  padding-left: 15px;
}

.our-stats-title-wrap p {
  font-size: 13px;
  font-weight: 600;
      margin-top: 10px;
      line-height: 22px;
    text-align: center;
  color: #5a5a5a ;
}

.our-stats-left-in {
  position: relative;
  padding: 64px 34px 0 0;
}

.toptitle {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color:  #61b5e2;
  margin-bottom: 10px;
}
.oval-shape-marketing {
  position: absolute;
  top: 15%;
  left: 0;
  pointer-events: none;
}

.our-stats-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  
  object-fit: cover;
  
  object-position: bottom;
  pointer-events: none;
 
  user-select: none;
  z-index: 0;
}

.our-stats-inner-wrap {
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
}

.stats-dotted-image {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 114px;
  pointer-events: none;
  
  user-select: none;
  z-index: -1;
}

.stats-glow-shp {
  position: absolute;
  left: -22px;
  top: -28%;
  z-index: -1;
  width: 100%;
  max-width: 100%;
}

.our-stats-content {
  padding-bottom: 30px;
}

/* Our Stats Css End */
/* featuer */
.featuer-bg{
  background:  #61b5e261;
}
.brand-spacing{
  padding:85px 0 110px;
}
/* sticky banner section */
.home-portfolio-section {
    height: 100vh;
    position: relative;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    overflow: hidden;
}
.home-portfolio-sticky>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    max-width: 20vw;
    object-fit: contain;
}
.portfolio-sticky-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.portfolio-sticky-text img {
    max-width: 250px;
    /* filter: invert(1); */
}


/* ===== */
.tech-section {
    padding: 85px 0 110px;
    background: #fff;
  
}

.tech-container {
    width: 100%;
    /* margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px; */
}
.tech-right{
  padding: 0 0 0 65px;
}
.tech-left h2 {
    font-size: 48px;
    font-weight: 800;
    color:  #323232 ;
}

.tech-left p {
    margin: 10px 0;
    font-size: 16px;
    line-height: 1.6;
    color: #505d6a;
    max-width: 550px;
}

.collab-link {
    display: inline-block;
    margin-bottom: 40px;
    color: #7d04e8;
    font-weight: 600;
    text-decoration: none;
}

.stats {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.stat-box h3 {
    font-size: 28px;
    color: #073b61;
    margin-bottom: 5px;
}

.stat-box span {
    font-size: 14px;
    color: #626f7c;
}

.video-card {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    background: #0097e6;
}

.video-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 148, 255, 0.7);
}

.video-card h2 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: white;
    font-size: 26px;
    font-weight: 700;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: white;
    background: rgba(255,255,255,0.2);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* 
.hero {
  height: 120vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f8ff;
}

.img-wrapper {
  position: relative;
  width: 450px;
}

.main-img {
  width: 100%;
  border-radius: 20px;
} */
/* === */
.card {
  position: absolute;
  background: #61b5e2;
  /* padding: 15px 20px; */
  padding:1px;
  border-radius: 13px;
  background: linear-gradient(158deg, #61b5e2 20%, rgba(255, 255, 255, 0) 69%);
    box-shadow: 0px 26.67px 64.3px rgba(54, 116, 185, 0.26);
  transition: transform 0.3s ease;
}

.card-top {
  top: 20px;
  left: 25px;
}

.card-bottom {
  bottom: -50px;
  right: 10px;
}

.bg-sumopro{
  position:relative;
}

.sumopro-bg-d {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    pointer-events: none;
    opacity: 0.3;
    z-index: 0;
}
.move-animation{
  position:relative;
}
.glow-card{
    position: absolute;
        bottom: -30%;
    right: -20%;
    z-index: -1;
}
.inner-card-sumo{
background: #fff;
    padding: 15px 20px;
    border-radius: 13px;
}
.tick-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.tick-list li {
  font-size: 18px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tick-list li i {
  color: #61b5e2 ;   
  font-size: 18px;
}
/* ====tabss css */
/* .tabs-s {
  display: flex;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(24, 94, 224, 0.15), 0 6px 12px 0 rgba(24, 94, 224, 0.15);
  padding: 0.75rem;
  border-radius: 99px;
}
.tabs-s * {
  z-index: 2;
}

input[type=radio] {
  display: none;
}

.tab {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  width: 200px;
  font-size: 1.25rem;
  font-weight: 500;
  border-radius: 99px;
  cursor: pointer;
  transition: color 0.15s ease-in;
}

.notification {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-left: 0.75rem;
  border-radius: 50%;
  background-color: var(--secondary-color);
  transition: 0.15s ease-in;
}

input[type=radio]:checked + label {
  color:   #61b5e2  ;
}
input[type=radio]:checked + label > .notification {
  background-color: var(--primary-color);
  color: #fff;
}

input[id=radio-1]:checked ~ .glider {
  transform: translateX(0);
}

input[id=radio-2]:checked ~ .glider {
  transform: translateX(100%);
}

input[id=radio-3]:checked ~ .glider {
  transform: translateX(200%);
}

.glider {
  position: absolute;
  display: flex;
  height: 54px;
  width: 200px;
  background-color:  #61b5e224 ;
  z-index: 1;
  border-radius: 99px;
  transition: 0.25s ease-out;
} */
.tabs-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
  padding: 12px;
  border-radius: 80px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
  gap: 5px;
}

.tab-btn {
  width: 180px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #555;
  font-size: 20px;
  font-weight: 500;
  border-radius: 50px;
  transition: 0.3s ease;
  position: relative;
}

.tab-btn.active {
  color: #61b5e2   ;
  font-weight: 600;
}

.glider {
  position: absolute;
  height: 52px;
  width: 180px;
  background: #0f6db215;
  border-radius: 50px;
  z-index: 0;
  transition: 0.35s cubic-bezier(0.25, 1, 0.3, 1);
}

/* Content */
.tab-content {
  margin-top: 40px;
}

.content-tab {
  display: none;
  background: #fff;
  padding: 26px;
  /* border-radius: 14px; */
  /* box-shadow: 0 10px 28px rgba(0,0,0,0.05); */
  animation: fadeUp .45s ease;
}

.content-tab.show {
  display: block;
}

@keyframes fadeUp {
  0% { opacity: 0; transform: translateY(15px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* @media (max-width: 700px) {
  .tabs {
    transform: scale(0.6);
  }
} */
 /* ===blogs csss start== */
.common-padding-bottom {
    padding-bottom: 100px
}

.common-hdr {
    margin-bottom: 50px
}

.common-hdr h2 {
    margin-bottom: 10px
}

.common-hdr p {
    color: var(--dark-gray);
    margin: 0 auto 15px
}

.blog-list-card {
    background: #FFF;
    border: 1px solid var(--white);
    padding: 30px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    border-radius: 20px;
    box-shadow: 0 20px 70px rgb(175 179 186 / 30%)
}

.blog-list-card h6 a {
    font-size:25px;
    overflow: hidden;
    color: #323232;
    font-weight: 700;
    line-height: 1.2;
    margin: bottom 20px !important;;
}

.blog-list-card p a {

    overflow: hidden;
    color: inherit!important
}

.blog-mt-b{
  margin-bottom:20px;
}

.blog-list-card h6 a {
    background-image: linear-gradient(#cf303000 90%,currentColor 0,currentColor);
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: 0 100%;
    display: inline;
    text-decoration: none;
        margin: bottom 20px !important;;
    transition: background-size .3s cubic-bezier(.79,.01,.22,.99) 0s,background-position 0s step-end .3s
}

.blog-list-card:hover h6 a {
    background-position-x: right;
    background-position-y: bottom;
    background-size: 100% 100%
}

.blog-list-img {
    padding: 0 0 55%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 20px;
    background: linear-gradient(279.69deg,#006293 0%,#00ADFE 100%)
}

.blog-list-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.5s ease 0s
}

.blog-list-card:hover .blog-list-img img {
    transform: scale(1.1)
}
ul.blog-category-tag {
    padding: 0;
    margin: 0 0 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px
}

ul.blog-category-tag li {
    list-style: none;
    margin-left: 20px;
    position: relative;
    color: var(--gray);
    line-height: 1
}

ul.blog-category-tag li:first-child {
    margin: 0
}

ul.blog-category-tag li:first-child::before {
    display: none
}

ul.blog-category-tag li::before {
    content: '•';
    color: var(--gray);
    position: absolute;
    left: -13px;
    top: 1px
}

.blog-post-date {
    display: flex;
    align-items: center;
    gap: 20px;
    line-height: 1;
    margin: 0 0 20px
}

.blog-post-date p {
    margin: 0;
     color: #61b5e2;
    font-weight: 600
}

/* ===form csss=== */

.form-wrapper {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-group--row {
    flex-direction: row;
    gap: 20px;
}

.form-input,
.form-select,
.form-textarea,
.form-file {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ced8eb;
    border-radius: 28px;
    background: #fff;
    font-size: 15px;
    outline: none;
    transition: 0.25s ease;
}

.form-textarea {
    height: 140px;
    border-radius: 18px;
    resize: none;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    border-color: #6a9ff5;
    box-shadow: 0 0 6px rgba(0, 119, 255, 0.25);
}

.form-label {
    font-weight: 600;
    margin-bottom: -5px;
}
/* =====case studeies-custome css==== */
.case-studies-section-3 .overlay-shape-cs {
    position: absolute;
    bottom: 0;
    right: 0;
       rotate: 180deg;
    transform: translateY(39%);
}
.sumo-case-mt{
  margin-top:15px;
}
/* ===technologies css=== */
.tech-icons-row img {
    width: 80px;            /* icon size */
    height: 80px;
    object-fit: contain;
    transition: .3s ease;
}

.tech-icons-row p {
    font-size: 18px;
    margin-top: 8px;
    font-weight: 500;
}

.tech-icons-row .col-md-2 {
    text-align: center;
    padding: 20px 10px;
    transition: .3s ease;
    border-radius: 10px;
}

.tech-icons-row .col-md-2:hover {
    transform: translateY(-6px);
}
.tabs-section{
  position:relative;
}
.tabs-section .overlay-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* ====portfolio section===== */

        .masonry__item, .portfolioCard, .portfolioCard__img, .portfolioCard__img__inner {
    background: transparent;
}
       

        .masonry__item .portfolioCard__img,
        .masonry__item .portfolioCard__img__inner {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
        }

        .portfolioCard.-type-2 {
            position: relative;
        }

            .portfolioCard.-type-2 .portfolioCard__content {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: /*rgba(0, 0, 0, 0.6)*/ /*#C39D88*/ #61b8e247;
                opacity: 0.4;
                padding-left: 2.5rem;
                padding-bottom: 1.875rem;
                display: flex;
                justify-content: flex-end;
                flex-direction: column;
            }

                .portfolioCard.-type-2 .portfolioCard__content a {
                    position: relative;
                    z-index: 4;
                }

            .portfolioCard.-type-2 .portfolioCard__link {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 2;
            }

        .portfolioCard.-zoom .portfolioCard__img {
            overflow: hidden;
        }

            .portfolioCard.-zoom .portfolioCard__img > div {
                transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
            }

        .portfolioCard.-zoom:hover .portfolioCard__img > div {
            transform: scale(1.1);
        }

        .portfolioCard.-type-2.-hover .portfolioCard__img {
            overflow: hidden;
        }

        .portfolioCard.-type-2.-hover .portfolioCard__img__inner {
            transform: scale(1.01);
            transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

        .portfolioCard.-type-2.-hover .portfolioCard__content {
            opacity: 0;
            transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

            .portfolioCard.-type-2.-hover .portfolioCard__content p,
            .portfolioCard.-type-2.-hover .portfolioCard__content a {
                opacity: 0;
                transform: translateY(2rem);
                transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
                color: #fff;
            }

            .portfolioCard.-type-2.-hover .portfolioCard__content h3 {
                opacity: 0;
                transform: translateY(2rem);
                transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.06s, transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0.06s;
            }

        .portfolioCard.-type-2.-hover:hover .portfolioCard__img__inner {
            transform: scale(1.08);
        }

        .portfolioCard.-type-2.-hover:hover .portfolioCard__content {
            opacity: 1;
        }

            .portfolioCard.-type-2.-hover:hover .portfolioCard__content a,
            .portfolioCard.-type-2.-hover:hover .portfolioCard__content p,
            .portfolioCard.-type-2.-hover:hover .portfolioCard__content h3 {
                opacity: 1;
                transform: none;
            }

        [data-anim-wrap] {
            pointer-events: none;
        }

            [data-anim-wrap].animated {
                pointer-events: auto;
            }

        [data-anim*='cover-dark-1']::after,
        [data-anim-child*='cover-dark-1']::after {
            background-color: var(--bg-dark-1);
        }

        @-webkit-keyframes reveal {
            100% {
                opacity: 1;
            }
        }

        @keyframes reveal {
            100% {
                opacity: 1;
            }
        }

        [data-anim^='img-right'],
        [data-anim-child^='img-right'] {
            overflow: hidden;
            display: block;
            position: relative;
        }

            [data-anim^='img-right']::after,
            [data-anim-child^='img-right']::after {
                content: "";
                position: absolute;
                top: -0.0625rem;
                left: -0.0625rem;
                right: 0;
                z-index: 20;
                height: calc(100% + 0.125rem);
                width: calc(100% + 0.125rem);
                transform-origin: right;
                -webkit-animation-duration: 0.8s;
                animation-duration: 0.8s;
                -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
                animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
                -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
            }

            [data-anim^='img-right'] > *,
            [data-anim-child^='img-right'] > * {
                transform-origin: center;
                -webkit-animation-duration: 0.8s;
                animation-duration: 0.8s;
                -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
                animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
                -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
            }

            [data-anim^='img-right'].is-in-view::after,
            [data-anim-child^='img-right'].is-in-view::after {
                -webkit-animation-name: imgRight;
                animation-name: imgRight;
            }

            [data-anim^='img-right'].is-in-view > *,
            [data-anim-child^='img-right'].is-in-view > * {
                -webkit-animation-name: imgReveal;
                animation-name: imgReveal;
            }

        @-webkit-keyframes imgRight {
            0% {
                transform: scaleX(1);
            }

            100% {
                transform: scaleX(0);
            }
        }

        @keyframes imgRight {
            0% {
                transform: scaleX(1);
            }

            100% {
                transform: scaleX(0);
            }
        }

        [data-anim*="delay-1"],
        [data-anim-child*="delay-1"] {
            transition-delay: 0.1s;
            -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
        }

            [data-anim*="delay-1"]::after,
            [data-anim-child*="delay-1"]::after {
                -webkit-animation-delay: 0.1s;
                animation-delay: 0.1s;
            }

            [data-anim*="delay-1"] > *,
            [data-anim-child*="delay-1"] > * {
                -webkit-animation-delay: 0.1s;
                animation-delay: 0.1s;
            }

        .bg-image {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            width: 100%;
            height: 100%;
        }

        .ratio {
            position: relative;
            display: block;
            overflow: hidden;
        }

        .masonry .masonry__item.-wide > .ratio {
            padding-bottom: 50%;
        }

        .masonry__item .portfolioCard__img,
        .masonry__item .portfolioCard__img__inner {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
        }

        .masonry .masonry__item > .ratio {
            padding-bottom: 100%;
        }

        .masonry .masonry__item.-wide > .ratio {
            padding-bottom: 50%;
        }

        .masonry.-col-4 .masonry__item {
            width: 25%;
        }

        .masonry.-col-4 .masonry__item {
            width: 25%;
        }

            .masonry.-col-4 .masonry__item.-wide {
                width: 50%;
            }

        .masonry .masonry__item.-no-ratio > .ratio {
            padding-bottom: unset !important;
        }

        .ratio::before {
            display: block;
            width: 100%;
            content: "";
        }

        .masonry {
            display: flex;
            flex-wrap: wrap;
        }

        .bg-header-about {
            background: #56443F;
        }

        .header-style-two .header-wrapper-main .header-right .about-link {
            color: #fff;
        }

        .section-filter {
            padding-top: 25px;
            padding-bottom: 33px;
        }


        .portfolioCard__img__inner {
            position: relative;
            overflow: hidden;
        }

            .portfolioCard__img__inner::before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                background-color: #000;
                width: 100%;
                height: 100%;
                transform: scaleX(1);
                transform-origin: right center;
                transition: transform 0.6s ease;
                z-index: 2;
                pointer-events: none;
            }

            .portfolioCard__img__inner.revealed::before {
                transform: scaleX(0);
            }
/*=== cardd effect === */
.s-cards-container {
   display: flex;
   width: 100%;
   max-width: 100%;
   height: 420px;
}

.s-card-expanded {
   flex-grow: 1;
   margin: 10px;
   border-radius: 20px;
   position: relative;
   overflow: hidden;
   min-width: 60px;
   cursor: pointer;
  background-repeat: no-repeat;
   background: var(--bg);
   background-size: auto 120%;
   background-position: center;
   transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.s-card-expanded.active {
   flex-grow: 1000;
   border-radius: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
   /* background-size: auto 100%; */
   margin: 0;
}

.s-card-expanded .shadow {
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   height: 120px;
   transition: 0.5s;
}

.s-card-expanded:not(.active) .shadow {
   box-shadow: inset 0 -120px 0px -120px rgba(0, 0, 0, 1);
}

.s-card-expanded.active .shadow {
   box-shadow: inset 0 -150px 150px -150px rgba(0, 0, 0, 0.8);
}

.label {
   position: absolute;
   bottom: 10px;
   left: 10px;
   display: flex;
   height: 40px;
   transition: 0.5s;
}

.s-card-expanded.active .label {
   bottom: 20px;
   left: 20px;
}

.icon {
   /* width: 40px;
   height: 40px; */
   background:#fff;
   border-radius: 50%;
   display: flex;
   justify-content: center;
   align-items: center;
}

.info {
   color: white;
   margin-left: 10px;
}

.info div {
   opacity: 0;
   transform: translateX(20px);
   transition: 0.4s;
}

.s-card-expanded.active .info div {
   opacity: 1;
   transform: translateX(0);
}

.info .main {
   font-size: 1.2rem;
   font-weight: bold;
}

  /* TEXT ANIMATION – SLIDE UP */
@keyframes slideUp {
   0% {
      opacity: 0;
      transform: translateY(20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}

.info div {
   opacity: 0;
   transform: translateY(20px);
   transition: 0.4s ease;
}

.s-card-expanded.active .info div {
   animation: slideUp 0.5s ease forwards;
}

.s-card-expanded.active .info .sub {
   animation-delay: 0.15s;   /* sub text a little later */
}
      
/* ===============  Portfolio Page css Start================= */
/* Tabs */
.tabs-gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 10px;
}

.tab-gallery {
  padding: 12px 24px;
  margin: 0 5px 10px;
  background: none;
  border: none;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  color: var(--text-secondary);
}

.tab-gallery:hover {
  background-color: rgba(52, 152, 219, 0.1);
  color:  #61b5e2 ;
}

.tab-gallery.active {
  background-color:  #61b5e2;
  color: #fff;
}

/* Gallery grid */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.gallery-item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 0.5s ease forwards;
  background-color: var(--card-bg);
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--hover-shadow);
}

.gallery-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.item-info {
  padding: 15px;
  background-color: var(--card-bg);
}

.item-info h3 {
  font-size: 1.2rem;
  margin-bottom: 5px;
  color: var(--secondary-color);
}

.item-info p {
  color: var(--text-secondary);
  font-size: 0.9rem;
}

/* Fade-in animation */
@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }


}

@media (max-width: 480px) {
  .gallery {
    grid-template-columns: 1fr;
  }

  .tab-gallery {
    padding: 10px 16px;
    font-size: 0.9rem;
  }

 
}



.ai-section {
    width: 100%;
    padding: 85px 0 110px;
    display: flex;
    flex-direction: column; 
    align-items: center;
    background: linear-gradient(254deg, #da21c621 2%, #3cb5f305 51%);
    /* font-family: "Poppins", sans-serif; */
}

/* Headings */
.about-title,
.bottom-title {
    font-size: 42px;
    color: #323232;
    margin-bottom: 10px;
   
}

.about-text
 {
    width: 95%;

    font-size: 14px;
    line-height: 1.6;
    color: #444;
    /* margin-bottom: 35px; */
}

/* AI FEATURES container in column */
.ai-features {
      padding: 110px 0 85px;
    width: 100%;
    display: flex;
    flex-direction: column; /* EXACT */
    align-items: center;
    gap: 18px;
    position: relative;
}

.cases-para{
  margin-top:30px;
  display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.bottom-text {
    width: 95%;
    text-align:center;
    font-size: 14px;
    line-height: 1.6;
    color: #444;
    /* margin-bottom: 35px; */
}

/* AI badge in center */
.ai-badge.bg-casestudies {
  position:relative;
   background: #7b04e80a;
 
}

.ai-features .ai-badge {
  position:relative;
  /* color: #d6177f; */
  /* border: 2px solid #eec0d1; */
    padding: 6px 20px;
    border-radius: 50%;
    width: 450px;
    position: absolute;
    height: 350px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}

.ai-features .ai-badge span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
    border-bottom: 2px solid #3cb5f3;
    color: #3cb5f3;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    background-clip: text;
    font-size: 14px;
}

/* Rows exactly like PDF (flex rows) */
.row-casestudies {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

/* Cards */
.feature-card {
    /* width: 280px; */
        width: 33.33%;
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.07);
}

.feature-card h3 {
    font-size: 24px;
    margin-bottom: 8px;
    color: #333;
}

.feature-card p {
    font-size: 16px;
    line-height: 1.5;
    color: #666;
}
/* --- HERO SECTION --- */

.casestudies-carousel{
  display:flex;
   padding: 85px 0 110px;
    width: 100%;
    justify-content: space-between;
}

.hero-section {
    width: 100%;
    background: linear-gradient(135deg, #da21c659, #3cb5f380);
 
    text-align: center;
    display: flex;
    /* clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%); */
}

.phones {
    display: flex;
    justify-content: flex-end;
    gap: 9px;
    /* margin-bottom: 40px; */
     order:2;
    width: 60%;
}

.phone {
    width: 160px;
    height: auto;
   object-fit: cover;
}

/* UI/UX text */
.uiux-text {
    /* max-width: 700px; */
      width: 40%;
  
        text-align: left;
    /* background: rgba(255,255,255,0.4); */
 padding: 10px 0px;
    border-radius: 10px;
    order: 1;
}


/* --- AUDIENCE SECTION --- */
.audience-section {
    padding: 85px 0 110px;
    background: linear-gradient(48deg, #da21c621 2%, #3cb5f305 51%);
    text-align: center;
}

.audience-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 65%;
    margin: 27px auto;
    background: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    border: 1px solid #61b5e2;
    position: relative;
}

.side-label {
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%) rotate(179deg);
    color: #61b5e2;
    padding: 17px 38px;
    
    font-size: 16px;
    font-weight: bold;
    writing-mode: vertical-rl;
    /* text-orientation: upright; */

}

.audience-box p {
    margin-left: 20px;
    text-align: left;
}


.case-studies {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 85px 0 110px;;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/* Tabs */
.case-tabs {
    display: flex;
    gap: 12px;
}

.case-tab-btn {
    padding: 10px 18px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    background: transparent;
    font-weight: 700;
    color: #555;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: 0.2s ease;
}

.case-tab-btn.active {
    background: #fff;
    color: #61b5e2 ;
    box-shadow: 0 10px 22px rgba(217,89,126,0.18);
    transform: translateY(-2px);
}

/* Panels */
.case-tab-panels {
    width: 100%;
    display: flex;
        padding: 30px 0;
}

.case-tab-panel {
    width: 85%;
    /* background: linear-gradient(135deg,  #3cb5f34f, #fff );
    padding: 28px;
    border-radius: 12px;
    color: white; */
    display: none;
}

.case-tab-panel.active {
    display: block;
}

.case-tab-panel h4 {
    margin-bottom: 12px;
    font-size: 18px;
}

.case-tab-panel p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}



/* ============================
   TOP TYPOGRAPHY SECTION
================================ */
.design-elements-section {
    text-align: center;
    padding-top: 30px;
}

.section-subtitle {
    font-size: 14px;
    color: #9c5252;
    letter-spacing: 1px;
}

.nav-tabs {
    margin-top: 10px;
}

.nav-tabs span {
    margin: 0 20px;
    font-size: 14px;
    color: #8e8e8e;
    cursor: pointer;
}

.typography-panel {
    margin-top: 30px;
}

.typography-display {
    font-size: 90px;
    font-weight: 300;
    color: #dcdcdc;
    margin: 10px;
}

.typography-meta {
    margin: 5px;
    color: #555;
}

.font-weight-options {
    margin-top: 15px;
}

.weight-btn {
    margin: 4px;
    padding: 6px 12px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
}

.weight-btn:hover {
    border-color: var(--purple);
}
:root {
    --blue: #61b5e2;
    --pink: #cd1dce;
    --purple: #7d04e8;
    --light-bg: #f9ecec;
}

/* ============================
   INFO CARDS SECTION
================================ */
.info-cards-section {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding: 80px 0 0;
    background: linear-gradient(179deg, #3cb5f342 7%, #dc22c51a 70%);;
}

.info-card {
    background: white;
    width: 380px;
    padding: 25px;
    border-radius: 12px;
    border-top: 2px solid  #61b5e2;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
        position: relative;
    bottom: 119px;
}

.card-title {
    text-align: center;
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
}

.card-content {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

/* ============================
   RESULTS SECTION
================================ */
.results-section {
    /* text-align: center; */
    padding: 85px 0 100px;
}

.results-image {
  width:100%;
    max-width: 360px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.results-title {
    color: #323232;;
    margin-bottom: 10px;
}

.results-description {
    max-width: 600px;
    margin: auto;
    color: #444;
    font-size: 15px;
    padding-bottom: 40px;
    margin: 0 0px;
    line-height: 1.6;
}

.primary-btn {
    margin-top: 20px;
    padding: 12px 32px;
    background: var(--pink);
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
}

.primary-btn:hover {
    background: var(--purple);
}
/* SECTION */
.case-studies-section {
    padding: 0px 0 100px;
    text-align: center;
    width: 85%;
    margin: auto;
}

/* HEADING */
.case-studies-heading {
    color: var(--heading-color);
    font-size: 42px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

/* DESCRIPTION */
.case-studies-description {
    max-width: 1000px;
    margin: auto;
    color: var(--text-color);
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 50px;
}

/* GRID */
.case-studies-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

/* CARD */
.study-card {
    width: 430px;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 20px var(--card-shadow);
}

/* IMAGE */
.study-image {
    width: 100%;
    height: auto;
}

/* CONTENT */
.study-content {
    padding: 20px 25px;
    text-align: left;
}

.study-title {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.study-text {
    font-size: 14px;
    color: var(--text-color);
    line-height: 1.6;
    margin-bottom: 12px;
}

/* LINK */
.study-link {
    color:   #61b5e2               ;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.study-link:hover {
    text-decoration: underline;
}
.portfolio-tab{
  padding:80px 0 110px;
}

/* ====================
map home page 
==================== */
.map{
  padding-left:0px;
   padding-right:0px;
   /* background-color:#0e0e0e; */
   padding-top:50px;
     padding-bottom:70px;
     margin-bottom:110px;
}
.office-wrapper-map {
  margin: 0 auto;
  max-width: 1500px;
  width: 100%;
  /* background-color:#0e0e0e; */
}
.office-map-wrapper {
  aspect-ratio: 2.5;
  position: relative;
}
.office-map-wrapper .mapTooltip {
  font-size: 16px;
  line-height: 135%;
  background-color: rgb(255 255 364.28571429);
  border-radius: 10px;
  color: #000;
  display: none;
  font-weight: 500;
  max-width: 200px;
  padding: 10px;
  position: absolute;
  z-index: 1000;
}
.office-map {
  width: 100%;
}

.mean__menu-wrapper .submenu .has-dropdown::after {
    content: "\f324";
    font-family: "Font Awesome 6 Pro";
    background: transparent;
    font-weight: 500;
    transition: all 0.3s 
  ease-in-out !important;
    color: #61b5e2;
}

.mean__menu-wrapper .submenu .has-dropdown::after {
content: "\f324";
 position:absolute;
 left:265px;
 bottom:4px;
}
.case-tab-container{
background: linear-gradient(135deg, #3cb5f34f, #fff);
    padding: 28px;
    border-radius: 12px;
}


.demo-btn {
    background-color: #7b04e8;    
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;           
    width: 30%;                 
    cursor: pointer;
    transition: 0.3s ease;
}

.demo-btn:hover {
    background-color: #7b04e8;    
}

.card-box {
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

.card-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.card-box img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.card-body-custom {
    padding: 20px;
    text-align: left;
}

.learn-link {
    color: #7b04e8;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
}

.learn-link:hover {
    text-decoration: underline;
}


.tab-nav {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.tab-nav button {
    background: transparent;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    font-size: 16px;
}

.tab-nav button.active {
    border-bottom: 3px solid #61b5e2;
    color: #61b5e2;
}

/* Hide scrollbar on mobile but still scrollable */
.tab-nav::-webkit-scrollbar {
    display: none;
}

.font-box {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
}
.case-studiesh2{
  font-size:48px;
}

.typography-case{
  padding: 30px 0 150px;
}




/* Swiper container */
.myCustomBannerSlider {
    width: 100%;
    height: 500px;
    position: relative;
    border-radius: 24px;
}

.myCustomBannerSlider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.myBannerTitle {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-shadow: 0px 0px 8px rgba(0,0,0,0.6);
}

/* Custom navigation buttons */
.myBannerNext, .myBannerPrev {
    color: #fff;
}

.case-responsive{
  padding:0 15px;
  display:none;
}

.myBannerPagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.6);
    width: 10px;
    height: 10px;
    opacity: 1;
}

.myBannerPagination .swiper-pagination-bullet-active {
    background: #ffffff;
    width: 12px;
    height: 12px;
}


/* ====top header ====== */
  .top-header {
        background-color: #0e0e0e;
        color: #fff;
        font-size: 14px;
        padding: 6px 0;
    }
    .btn-purple {
        background-color: #7b04e8;
        color: #fff;
        border: none;
        padding: 4px 10px;
        font-size: 13px;
        border-radius: 4px;
    }
    .btn-purple:hover {
        opacity: 0.9;
    }

    .btn-request {
        background-color: #61b5e2;
        color: #fff;
        border: none;
        padding: 4px 10px;
        font-size: 13px;
        border-radius: 4px;
    }
    .btn-request:hover {
        opacity: 0.9;
    }

    .flag-icon {
        width: 18px;
        height: auto;
        margin-right: 5px;
    }

    .hero {
    background-color: #61b5e2;
    padding: 100px 20px;
}

.chat-btn {
    color:#61b5e2!important;
    border-radius: 10px;
    font-size: 18px;
}

.chat-btn:hover {
    background: #e6f7ff;
}
.service-p{
  padding: 64px 0;

}
.tech-section {
    padding: 85px 0 110px;
    background: #fff;
}
.tech-section.sect-service{
  /* padding:0 0 56px; */
  position: relative;
}
.tech-section.sect-service .tech-container {
  position: relative;
  z-index: 99999;
}
.service-p{

}
.common-contect-section.contact-service{
  padding-top:0px;
}









/***************************************************************** 17122025 debsmita */
.vertical-card {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  /* cursor: pointer; */
}
.vertical-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  transition: 0.2s;
}
/* .vertical-card:hover img {
  filter: brightness(0.7);
  transform: scale(1.05);
} */
.vertical-card .cardContent {
  background: #fff;
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  z-index: 9;
  border-radius: 12px;
  padding: 16px;
}
.vertical-card .cardContent h3 {
  font-size: 22px;
  margin-bottom: 0;
}
.vertical-card .cardContent p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 130%;
}




.timelineWrapper {
  position: relative;
}
.timelineWrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 32px;
  border: 2px dashed #61b5e2;
  height: calc(100% - 20px);
  border-radius: 2px;
}
.timelineWrapper .timelineOption {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.timelineWrapper .timelineOption .icon {
  border-radius: 8px;
  border: 1px solid #61b5e2;
  background: #e5f6ff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 40px;
  color: #61b5e2;
}
.timelineWrapper .timelineOption .icon svg,
.timelineWrapper .timelineOption .icon img {
  width: 32px;
  height: 32px;
}
.timelineWrapper .timelineOption .icon svg path {
  stroke: #61b5e2;
}
.timelineWrapper .timelineOption .timelineDetails .timelineTitle {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.timelineWrapper .timelineOption .timelineDetails .timelineDesc {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/***************************************************************** /17122025 debsmita */






.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -8px;
}