@charset "utf-8";

/* 1.Reset default browser styles */

/*------------------------------------- */

* {
  margin: 0;
  padding: 0;
  border: none;
}

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video,
main {
  display: block;
}

mark,
rp,
rt,
ruby,
summary,
time {
  display: inline;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
td,
video,
tt,
u,
ul,
var {
  background: transparent;
  border: 0 none;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

.pdt {
  position: relative;
  top: 40px;
}

a {
  text-decoration: none;
  outline: none !important;
}

b,
strong {
  font-weight: bold !important;
}

ul,
ol {
  list-style: none;
}

q {
  quotes: none;
}

table,
table td {
  padding: 0;
  border: none;
  border-collapse: collapse;
}

img {
  vertical-align: top;
  max-width: 100%;
}

embed {
  vertical-align: top;
}

input,
button {
  /*	-webkit-appearance:none;*/
  outline: none;
}

button::-moz-focus-inner {
  border: 0;
}

html,
body {
  height: 100%;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.6) !important;
}

h1,
h2,
h3,
h4,
h5 {
  /* font-family: CircularStd; */
  font-family: "Inter", sans-serif;
  color: #00163b;
}
.form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  background: #f1f5f9;
}
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}
/* -----------------------------------

	2. Basic classes and elements 

------------------------------------- */
body {
  font-family: Gotham;
  color: #444;
  background: #fff;
  letter-spacing: 0.1px;
  overflow-x: hidden !important;
}

/* topbar */
.topbar {
  background: #1b022a;
  padding: 8px 0;
}
.top-menu {
  display: flex;
  align-items: center;
  justify-content: end;
}
.topbar .top-menu li {
  padding: 0 15px;
}
.top-menu li a {
  color: #fff !important;
  font-size: 14px;
  cursor: pointer;
}
.top-menu .call-box .iso {
  color: #fff !important;
  font-size: 14px;
  cursor: pointer;
}
.isos {
  display: flex;
  justify-content: flex-start;
  padding-left: 25px;
}

.isos .top-menu li {
  padding: 5px 10px;
}
.topbar .top-menu li a i {
  font-size: 20px;
  color: #9720f1;
}
.topbar .top-menu .top-social a i {
  font-size: 15px;
  color: #9720f1;
  height: 25px;
  width: 25px;
  border: 1px solid #9720f1;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
}
/* .topbar .top-menu .top-social a img {
  font-size: 15px;
  color: #9720f1;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
} */
.topbar .top-menu .top-social a img {
  height: 32px;
  width: auto;
  cursor: pointer;
}
.call-box {
  display: flex;
  align-items: center;
  padding: 3px 10px 3px 4px;
  margin-left: 0;
  background: rgb(151 32 241 / 17%);
  border-radius: 30px;
  float: inline-end;
  color: #fff !important;
  border: 2px solid #fff;
}
.call-box img {
  border-radius: 50%;
  margin-right: 10px;
  width: 25px;
}
.custom-navbar {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 10px -10px;
}
.custom-navbar .navbar-collapse {
  justify-content: flex-end;
}
.custom-navbar .nav-item {
  transition: 0.5s ease-in-out;
}
.custom-navbar .navbar-nav .dropdown-menu {
  width: 330px;
  border-radius: 10px;
  border: none;
  top: 60px;
  left: 0;
  transition: 0.5s ease-in-out;
  left: -50%;
  /* transform: translateX(-50%); */
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  z-index: 999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  -webkit-animation-name: dropdownAnimation;
  animation-name: dropdownAnimation;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.custom-navbar .navbar-nav .dropdown-menu.megad {
  left: 38% !important;
  width: 500px;
  padding: 0;
}
.custom-navbar .navbar-nav .dropdown-menu::before {
  content: "";
  width: 13px;
  height: 13px;
  background: #fff;
  position: absolute;
  top: -7px;
  left: 20%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #f2f4f9;
  border-left: 1px solid #f2f4f9;
}
@keyframes dropdownAnimation {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
    transform: translate3d(0, 0, 0);
  }
}
.custom-navbar .navbar-nav .dropdown-toggle::after {
  display: none;
}
.get-quote {
  padding: 10px 20px;
  border-radius: 30px;
  background: #7f07ca;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.get-quote::before {
  /* position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #ffffff52;
  bottom: 0;
  right: 0;
 border-radius: 30px;
  border:1px solid transparent;
  transition: 0.5s ease-in-out; */
}
.get-quote:hover {
  background: #7f07ca;
  color: #fff;
  transition: 0.5s ease-in-out;
}
.navbar-expand-lg .navbar-nav .nav-link {
  margin-left: 15px;
}
.navbar-expand-lg .navbar-nav .nav-link i {
  transition: 0.2s ease-in-out;
}
.navbar-expand-lg .navbar-nav .nav-link:hover i {
  transform: rotate(90deg);
}

.mega-content .list-group-item {
  border: none;
  padding-left: 0px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.mega-content .list-group-item:hover {
  color: #7f07ca;
}
.menu-img {
  width: 36px;
  height: 36px;
  margin-right: 16px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  border-radius: 6px;
  background: #fcf8ff;
  text-align: center;
  flex: 0 0 36px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px,
    rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.menu-img i {
  line-height: 36px;
  color: #7b25b1;
}
.list-group-item p,
.dropdown-item p {
  font-size: 10px;
}
.list-group-item h5,
.dropdown-item h5 {
  font-size: 16px;
}
.list-group-item .menu-tlink,
.dropdown-item h5 {
  margin-top: 15px;
}

.navbar .nav-item .dropdown-menu .dropdown-item {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.navbar .nav-item .dropdown-menu .dropdown-item:hover {
  background: #ffffff38 !important;
  color: #c6b4d1 !important;
  transition: 0.4s ease-in-out;
}
.offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
  z-index: 10;
  transition: opacity 0.3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}
/* .megad{

  width: 100%!important;
 
} */

.mborder {
  border-right: 1px solid #f5f5f5;
}
.mobile-offcanvas .navbar-brand img {
  display: none;
}

.menu-line1 {
  width: 30px;
  height: 2px;
  background: #252525;
  transition: 0.6s;
}

.menu-line2 {
  width: 30px;
  height: 2px;
  margin-top: 0.7rem;
  background: #000000;
  transition: 0.6s;
}

.rotate {
  transform: rotateZ(180deg);
}
.rotate1 {
  background: #212121;
  transform: rotateZ(45deg);
}
.rotate2 {
  background: #212121;
  width: 100%;
  transform: translate(0, -0.8rem) rotateZ(-45deg);
}
.mega-text {
  margin-top: 20px;
  height: 100%;
  padding-left: 20px;
}
.mega-text h2 {
  margin-bottom: 20px;
  color: #6a00ac;
}
.mega-text p {
  margin-bottom: 20px;
  font-size: 14px;
}
/* home Banner */
.home-carousel .carousel-indicators [data-bs-target] {
  position: relative;
  width: 100px;
  height: 6px;
  border: none;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.6);
  overflow: hidden;
}

.home-carousel .carousel-indicators [data-bs-target] span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #7952b3;
  border-radius: inherit;
}

.home-carousel {
  height: 80vh;
}
.home-carousel img {
  height: 80vh;
  object-fit: cover;
}
.home-carousel .carousel-caption {
  text-align: left;
  left: 3%;
  right: 0;
  bottom: 20%;
}
.home-carousel .carousel-caption h5 {
  font-size: 42px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 25px;
}
.home-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.main-banner {
  background: url(../images/6070859.jpg) no-repeat top center;
  height: auto;
  position: relative;
  background-size: cover;
  /* clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%); */
}
.main-banner h4 {
  color: #ffffff;
}

.main-banner .item {
  background-color: tomato;
  color: white;
  padding: 25px;
  border-radius: 30px;
  box-shadow: rgb(72, 76, 80) 3px 3px 6px 0px inset,
    rgba(49, 46, 46, 0.5) -3px -3px 6px 1px inset;
}
.banner-2 {
  background: linear-gradient(45deg, #6a00ac 55%, #fff 45%);
  height: 100vh;
}
.main-banner .owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 2px solid #6a00ac;
}
.main-banner .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #6a00ac;
  border: 2px solid #6a00ac;
  /* width: 60px; */
}
.ic-bann img {
  width: 70px;
  margin-right: 15px;
}
.banner-links {
  list-style: none;
  margin: 40px 0 0 0px;
  padding: 0px;
  display: inline-block;
}
.banner-links li {
  float: left;
  font-size: 16px;
  margin-right: 15px;
  color: #fff;
  border: 1px solid #9720f1;
  padding: 15px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.banner-links li i {
  font-size: 50px;
  line-height: 1;
}
.banner-links li strong {
  font-weight: normal;

  display: block;
  list-style: none;
  font-size: 27px;
  line-height: 1;
}
.down-box {
  position: relative;
  padding-top: 100px;
  width: 50px;
}

.chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  transform: scale(0.3);
  animation: move-chevron 3s ease-out infinite;
}
.chevron:first-child {
  animation: move-chevron 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
  animation: move-chevron 3s ease-out 2s infinite;
}
.chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #908e90;
}
.chevron:before {
  left: 0;
  transform: skewY(30deg);
}
.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}
@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}
.in-box h6 {
  color: #9720f1;
  margin-top: 25px;
  margin-bottom: 25px;
  font-weight: bold;
}
.in-box .item {
  background: transparent;
  box-shadow: none;
  padding: 0;
}
/* Banner */

/* cliens */

#client-carousel {
  box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.08);
  padding: 20px;
  border-radius: 20px;
}
.cl-logo {
  position: relative;
  transform: translate3d(0%, 0, 0);
  animation-name: marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  width: 100%;
  height: 300px;
}
.cl-logo li {
  display: inline-block;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 25px;
  text-align: center;
  margin-right: 15px;
}
.cl-logo li img {
  height: 64px !important;
  width: auto !important;
}

#logoMarqueeSection {
  max-width: 100% !important;
  margin: 0 auto;
  overflow: hidden;
}

.default-content-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;

  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  width: 100%;
}

div.marquee > a > img {
  height: 120px;
}

.logoMarqueeSection > div > div {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
}

.marquee-wrapper {
  display: inline-block;
  white-space: nowrap;
}

.marquee {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  transform: translate3d(0%, 0, 0);
  animation-name: marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.marquee a {
  display: inline-block;
  white-space: nowrap;
  padding-right: 5.4rem;
}

.marquee-wrapper:hover .marquee {
  animation-play-state: paused !important;
}

@keyframes marquee {
  0% {
    transform: translate3d(-60%, 0, 0);
  }

  100% {
    transform: translate3d(0%, 0, 0);
  }
}
.marquee-wrapper .client {
  display: inline-block;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 2px 2px 8px 0px;
  margin-bottom: 25px;
  text-align: center;
  margin-right: 15px;
}
.marquee-wrapper .client img {
  height: 60px !important;
}
/* cliens */

/* about us */

/* .inner-column {
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
} */
.inner-column {
  position: sticky;
  padding-left: 40px;
  padding-right: 40px;
  top: 100px;
}
.inner-column .cloud-icon {
  position: absolute;
  right: -40px;
  top: 140px;
  animation-name: zoom-fade;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
.my-box {
    position: relative;
    background: linear-gradient(
  177deg,
  #4a4a4a,   /* lighter gray top */
  #363636 25%, 
  #1a1a1a 60%, 
  #000000    /* deep black bottom */
);
    border-radius: 12px;
    padding: 20px;
    color: #fff;
    overflow: hidden;
    padding: 50px 21px 35px;
    background-color: #fff;
    border-radius: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
}
.my-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background: linear-gradient(90deg,
    #ff0050,   /* pink */
    #ff7a00,   /* orange */
    #8c00ff,   /* purple */
    #007bff,   /* blue */
    #00d4a5    /* teal */
  );
}
.inner-box {
  position: relative;
  text-align: center;
  padding: 50px 21px 35px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
}
.featured-block .inner-box .icon-box {
  position: relative;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50px;
  background-color: #f54245;
  display: inline-block;
  text-align: center;
  box-shadow: 0 15px 15px rgba(239, 66, 70, 0.3);
  overflow: hidden;
}
.featured-block .inner-box h3 {
  position: relative;
  color: #373a5b;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3em;
  margin: 15px;
  font-family: "Inter", sans-serif;
  letter-spacing: 1px;
}
.featured-block .inner-box .text {
  font-size: 15px;
  color: #c6c6c6;
}


.inner-box:hover .icon-box:before {
  left: 0;
  transition-delay: 150ms;
}
.inner-box:hover .icon-box:after {
  left: 0;
  transition-delay: 300ms;
}
.feature_icon {
    font-size: 40px;
    display: inline-block;
    background: linear-gradient(
    90deg,
    #ff0050,
    #ff7a00,
    #8c00ff,
    #007bff,
    #00d4a5
  );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    transform: scale(1.5);
    transform-origin: center;
}
.feature_icon i {
  position: relative;
  color: #fff;
  z-index: 1;
  font-size: 32px;
  line-height: 80px;
}
/* Gradient style only for selected icons */
.fa-cog:before,
.fa-gear:before,
.fa-industry:before,
.fa-screwdriver-wrench:before,
.fa-tools:before,
.fa-chart-simple:before {
    display: inline-block;
    font-size: 40px; /* adjust as needed */
    background: linear-gradient(
        90deg,
        #ff0050,
        #ff7a00,
        #8c00ff,
        #007bff,
        #00d4a5
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.featured-block.style-two .inner-box .icon-box {
    background-color: #9424d700;
    box-shadow: 0 15px 15px rgb(147 38 214 / 0%);
}
.featured-block.style-three .inner-box .icon-box {
  background-color: #2abb52;
  box-shadow: 0 15px 15px rgba(0, 132, 154, 0.3);
}
.featured-block.style-four .inner-box .icon-box {
    background-color: #9424d700;
    box-shadow: 0 15px 15px rgb(147 38 214 / 0%);
}
.featured-block.style-two .inner-box .icon-box:before {
  background: url(../images/icons/pattern-7.png) right top no-repeat;
}
.featured-block.style-two .inner-box .icon-box:after {
  background: url(../images/icons/pattern-8.png) right top no-repeat;
}
.featured-block.style-three .inner-box .icon-box:before {
  background: url(../images/icons/pattern-9.png) right top no-repeat;
}
.featured-block.style-three .inner-box .icon-box:after {
  background: url(../images/icons/pattern-10.png) right top no-repeat;
}

.featured-block.style-four4 {
  transform: translateX(20px) rotate(3deg);
}
.inner-column .side-image {
  position: absolute;
  right: -90px;
  bottom: -69px;
}
.about-section p {
  font-weight: 600;
}
/* about us */

/*project slider */
.pr-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(66 1 103 / 50%);
}
.section-sub {
  color: #ecd6ff;
}
.news-card {
  border: 0px solid aqua;
  position: relative;
  /* height: 12rem; */
  overflow: hidden;
  border-radius: 0.5rem;
  flex: 1;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  margin-bottom: 25px;
}

@media (min-width: 900px) {
  .news-card {
    height: 20rem;
  }
}

.news-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(127, 3, 135, 0)
    linear-gradient(
      to bottom,
      rgba(102, 2, 113, 0) 50%,
      rgba(64, 2, 105, 0.7) 80%
    );
  z-index: 0;
}

.news-card__card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*     background: rgba(255,0,0,.5); */
}

.news-card__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: -1;
}

.news-card__text-wrapper {
  position: absolute;
  bottom: 0rem;
  padding: 1rem;
  color: white;
  /*     background-color: rgba(0, 0, 0, 0.4); */
  transition: background-color 1.5s ease;
}

.news-card__title {
  transition: color 1s ease;
  margin-bottom: 0.5rem;
  color: #ecd6ff;
  font-size: 24px;
  margin: 10px 0px 0px 0;
  font-weight: 600;
}

.news-card__post-date {
  font-size: 0.7rem;
  margin-bottom: 0.5rem;
  color: #ccc;
}

.news-card__details-wrapper {
  max-height: 0;
  opacity: 0;
  transition: max-height 1.5s ease, opacity 1s ease;
}

.news-card:hover .news-card__details-wrapper {
  max-height: 20rem;
  opacity: 1;
}
.news-card:hover .news-card__text-wrapper {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.5) 40%,
    rgba(0, 0, 0, 0) 100%
  );
}
.news-card:hover .news-card__title {
  color: rgb(255, 255, 255);
}
.news-card:hover .news-card__image {
  transform: scale(1.2);
  z-index: -1;
}

.news-card aside {
  font-size: 9px;
  line-height: 1;
  padding: 6px 12px;
  border: 2px solid #c300ff;
  width: fit-content;
  border-radius: 40px;
  margin-bottom: 0px;
  font-weight: 400;
}
.news-card__excerpt {
  font-weight: 300;
  color: #fff;
}

.news-card__read-more {
  color: #bbb;
  display: block;
  padding: 0.4rem 0.6rem;

  margin-top: 1rem;

  font-size: 0.8rem;

  text-decoration: underline;

  font-weight: 800;
  position: relative;
  z-index: 5;
}
.news-card__read-more:hover {
  color: #6a00ac;
}
.news-card__read-more i {
  position: relative;
  left: 0.2rem;
  color: #888;
  transition: left 0.5s ease, color 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.projects-area {
  background: url(../images/bg/case-background.jpg) no-repeat top center;
  padding: 70px 0px !important;
  position: relative;
  width: 100%;
  background-size: cover;
}
/* .projects-area:before {
  top: 0;
  left: 0;
  content: "";
  width: 125%;
  height: 370px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/wave.svg);
  z-index: 6;
} */

#case-carousel .owl-stage {
  padding: 70px 0 0 0;
}
#case-carousel .owl-nav {
  color: #ffffff;
  font-size: 60px;
}
#case-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #8b06f2;
}
/* slider */

/* serv sec */

.soft-m-feature-section .soft-m-feature-content {
  padding-top: 60px;
}

.soft-m-feature-inner {
  padding-left: 40px;
  margin-bottom: 40px;
  transition: 0.3s all ease-in-out;
}

.soft-m-feature-inner .soft-m-inner-icon {
  left: 0;
  top: 30px;
  z-index: 1;
  position: absolute;
  transition: 0.3s all ease-in-out;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.1));
}

.soft-m-feature-inner .soft-m-feature-icon {
  width: 85px;
  height: 95px;
  line-height: 100px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

.soft-m-feature-inner .soft-m-feature-icon:after {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  opacity: 0;
  height: 100%;
  position: absolute;
  transition: 0.3s all ease-in-out;
  background: linear-gradient(90deg, #7e0ad6 0%, #480878 100%);
}

.soft-m-feature-inner .soft-m-feature-icon i {
  font-size: 35px;
  transition: 0.3s all ease-in-out;
  background: linear-gradient(90deg, #7300ba 0%, #9b00f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 85px;
}

.soft-m-feature-inner .soft-m-feature-box {
  position: relative;
  /* border: 2px solid #f1f1f1; */
  padding: 35px 0px 10px 70px;
  transition: 0.3s all ease-in-out;
  border-radius: 0 20px 20px 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid #f1deff;
}

.soft-m-feature-inner .soft-m-feature-box:after {
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 3px;
  height: 0;
  position: absolute;
  transition: 0.3s all ease-in-out;
  background: linear-gradient(90deg, #7e0ad6 0%, #480878 100%);
}

.soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text h3 a {
  color: #7e0ad6;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}

.soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text h3 span {
  color: #fff;
  font-size: 10px;
  padding: 1px 5px;
  background-color: #00a8ff;
}

.soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text p {
  color: #6c8493;
  padding-bottom: 10px;
}

.soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text .soft-f-more {
  bottom: 35px;
  font-size: 14px;
  opacity: 0;
  font-weight: 700;
  position: absolute;
  transition: 0.3s all ease-in-out;
  background: linear-gradient(90deg, #7e0ad6 0%, #480878 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.soft-m-feature-inner:hover {
  margin-bottom: 10px;
}

.soft-m-feature-inner:hover .soft-m-inner-icon {
  top: 50%;
  transform: translateY(-50%);
}

.soft-m-feature-inner:hover .soft-m-feature-box {
  padding: 35px 40px 60px 70px;
  box-shadow: 0 8px 16px 0 rgba(15, 42, 107, 0.06);
}

.soft-m-feature-inner:hover .soft-m-feature-box:after {
  height: 100%;
}

.soft-m-feature-inner:hover .soft-m-feature-text .soft-f-more {
  opacity: 1;
}

.soft-m-feature-inner:hover .soft-m-feature-icon i {
  background: linear-gradient(90deg, #fff 0, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.soft-m-feature-inner:hover .soft-m-feature-icon:after {
  opacity: 1;
}

.soft-m-feature-process-section {
  padding: 100px 0;
}
/* serv sec */

/* feature sec */

.features-list-tab .tabs {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  /* margin-bottom: 40px; */
  align-items: center;
  justify-content: center;
}
.features-list-tab .tabs li {
  /* -ms-flex: 0 0 16.6666666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; */
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
  display: inline-block;
  /* padding: 15px; */
}
.features-list-tab .tabs li a {
  display: block;
  border-radius: 2px;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(107, 125, 179, 0.11);
  box-shadow: 0px 10px 40px 0px rgba(107, 125, 179, 0.11);
  padding-right: 18px;
  padding-top: 15px;
  padding-bottom: 18px;
  padding-left: 18px;
  font-size: 17px;
  font-weight: 700;
  color: #000000;
  background: #ffffff;
  margin-bottom: 10px;
  border-radius: 20px;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset,
    rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  width: 150px;
  height: 150px;
}
.features-list-tab .tabs li a i {
  font-size: 50px;
  color: #9d00f8;
}
.features-list-tab .tabs li a span {
  display: block;
  margin-top: 3px;
}
.features-list-tab .tabs li.current a,
.features-list-tab .tabs li:hover a {
  background-color: #300a74;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 255, 0.22);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 255, 0.22);
  color: #ffffff !important;
}
.features-list-tab .tabs li.current a i,
.features-list-tab .tabs li:hover a i {
  color: #ffffff !important;
}
.tab .tabs_item {
  display: none;
}
.tab .tabs_item:first-child {
  display: block;
}
.tab-left {
  /* background: #300a74; */
  padding: 70px;
}
.tab-right {
  background: #f1f2f7e0;
  padding: 30px;
  box-shadow: 7px 8px 30px #0000001a;
  overflow: hidden;
}
.content {
  position: relative;
}
.content p {
  font-weight: bold;
}
.content .sub-title {
  color: #3d07ab;
  font-weight: 100;
}
.content .text-highlight {
  color: #300a74;
  font-weight: 800;
}
.overview-content .background-icon {
  position: absolute;
  font-size: 450px;
  z-index: -1;
  opacity: 0.05;
  -webkit-transform: rotate(356deg);
  -moz-transform: rotate(356deg);
  transform: rotate(356deg);
  bottom: -50px;
  right: -50px;
  color: #300a74;
}
.features-list-tab
  .features-overview
  .overview-content
  .content
  .features-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 10px;
  margin-left: -10px;
  margin-right: -10px;
}
.features-list-tab
  .features-overview
  .overview-content
  .content
  .features-list
  li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.features-list-tab
  .features-overview
  .overview-content
  .content
  .features-list
  li
  span {
  display: block;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 13px 12px 8px 40px;
  z-index: 1;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  font-size: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.features-list-tab
  .features-overview
  .overview-content
  .content
  .features-list
  li
  span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 30px;
  background-color: #7000b4;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.features-list-tab
  .features-overview
  .overview-content
  .content
  .features-list
  li
  span
  i {
  font-size: 12px;
  color: #ffffff;
  background-color: #300a74;
  width: 23px;
  height: 23px;
  line-height: 23px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  border-radius: 30px;
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.features-list-tab
  .features-overview
  .overview-content
  .content
  .features-list
  li
  span:hover {
  color: #ffffff;
}

.features-list-tab
  .features-overview
  .overview-content
  .content
  .features-list
  li
  span:hover::before {
  width: 100%;
}

.features-list-tab
  .features-overview
  .overview-content
  .content
  .features-list
  li
  span:hover
  i {
  background-color: #ffffff;
  color: #300a74;
}
/* feature sec */

/* team */

.team-sec {
  position: relative;
  background: url("../images/bg/Growthers-Website-Picture-Background-\(Team\).png")
    no-repeat top center;
  width: 100%;
  background-size: cover;
  padding: 100px 0 !important;
}
.team-sec:before {
  bottom: 0px;
  content: "";
  width: 100%;
  height: 225px;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/teamWave.svg);
  z-index: 1;
}
.s2-team_img_text {
  width: 100%;
  border-radius: 10px;
  display: inline-block;
  padding: 70px 15px 20px;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  -webkit-box-shadow: 0 12px 43px 0 rgba(0, 0, 0, 0.13);
  box-shadow: 0 12px 43px 0 rgba(0, 0, 0, 0.13);
  background: #fff;
}
.s2-team_img_text:hover {
  -webkit-box-shadow: 0 23px 43px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 23px 43px 0 rgba(0, 0, 0, 0.26);
}
.s2-team_img_text:hover .s2_tean_img:before,
.s2-team_img_text:hover .s2_tean_img:after {
  opacity: 1;
  visibility: visible;
}
.s2-team_img_text .s2_tean_img {
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 100%;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
}
.s2-team_img_text .s2_tean_img:before,
.s2-team_img_text .s2_tean_img:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;

  border-radius: 100%;
  border: 3px solid #cc0fda;
  z-index: 1;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.s2-team_img_text .s2_tean_img:after {
  height: 95%;
  width: 95%;
  top: 50%;
  right: 0;
  margin: 0 auto;
  border: 3px solid #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.s2-team_img_text .s2_name_info {
  text-align: center;
}
.s2-team_img_text .s2_name_info h3 {
  font-size: 22px;
  padding-bottom: 5px;
}
.s2-team_img_text .s2_name_info .s2-designation {
  font-size: 15px;
  font-weight: 500;
  color: #480878;
}
.s2-team_img_text .s2_name_info .s2_mem_contact {
  padding-top: 25px;
}
.s2-team_img_text .s2_name_info .s2_mem_contact span {
  font-size: 15px;
  color: #737272;
  display: block;
  margin-bottom: 5px;
}
.s2-team_img_text .s2_name_info .s2_mem_contact span i {
  color: #cc0fda;
  margin-right: 8px;
}
.s2_name_info ul li {
  display: inline-block;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  border: 1px solid #480878;
  border-radius: 50%;
  text-align: center;
}
.s2_name_info ul li a i {
  color: #480878;
  line-height: 30px;
  text-align: center;
}
#team-carousel .owl-stage {
  padding: 100px 0 50px 0;
}
.s2_mem_contact span a {
  color: #000000;
}

#team-carousel .owl-next,
#team-carousel .owl-prev {
  width: 50px;
  height: 50px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  background: rgb(114, 14, 158);
  opacity: 0.5;
  color: #fff;
  border-radius: 50%;
}
#team-carousel .owl-next:hover,
#team-carousel .owl-prev:hover {
  opacity: 1;
}
#team-carousel .owl-next i,
#team-carousel .owl-prev i {
  font-size: 30px;
  line-height: 50px;
}
#team-carousel .owl-nav .owl-prev {
  left: -50px;
}
#team-carousel .owl-nav .owl-next {
  right: -50px;
}
/* team */

/* footer */

.single_footer {
  margin-bottom: 40px;
}
.single_footer h4 {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}
.single_footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single_footer ul li {
  position: relative;
  /* padding-left: 30px; */
}
/* .single_footer ul li::before{
  left: 0;
    top: 10px;
    width: 7px;
    content: '';
    height: 7px;
    position: absolute;
    border-radius: 100%;
    background-color: #a73aea;
} */
/* .single_footer ul li::after{
  left: 10px;
} */
.single_footer ul li a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 2;
  font-size: 15px;
  text-transform: capitalize;
}

.single_footer h4::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background: #a73aea;
  margin-top: 20px;
}

.d-footer {
  background: #000000f0;
  padding: 70px 25px 25px 25px;
}
.map-img {
  position: relative;
}
.map-img img {
  opacity: 0.2;
}

.map-dot li {
  display: inline-block;
  cursor: pointer;
  transition: 0.5s all;
  position: absolute;
  height: 12px;
  width: 12px;
  background: #a73aea;
  border-radius: 100%;
  padding: 0;
  border: 0;
  top: 46%;
  right: 28%;
  z-index: 0;
}
.map-dot li:after {
  height: 22px;
  width: 22px;
  margin: -5px 0 0 -5px;
  content: "";
  position: absolute;
  animation: pulsate 2s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  box-shadow: 0 0 1px 2px #a73aea;
  animation-delay: 1.1s;
  border-radius: 100%;
  top: 0;
  z-index: -1;
}
.map-dot .dot2 {
  top: 39%;
  left: 26%;
}
.map-dot .dot3 {
  top: 51%;
  right: 30%;
}
.map-dot .dot4 {
  right: 18% !important;
  top: 56% !important;
}
.dot4 .map-line {
  transform: rotate(35deg);
  height: 216px;
  right: 70px;
  top: -8px;
}
.detailTb .nav-tabs {
  border-color: transparent;
}
.detailTb .nav-tabs .nav-item.show .nav-link,
.detailTb .nav-tabs .nav-link.active {
  background: transparent;
  border-color: transparent;
}
.detailTb .nav-tabs .nav-link:focus,
.detailTb .nav-tabs .nav-link:hover {
  border-color: transparent;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.1, 1.1);
    opacity: 0;
  }
}
.detailTb .nav-tabs .nav-link.active .map-line {
  opacity: 1;
}
.detailTb .nav-tabs .nav-link:hover .map-line {
  opacity: 1;
}
.map-line {
  background: #a73aea;
  width: 1px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 5px;
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.dtContent {
  width: 200px;
  background: #000000;
  padding: 10px;
  border: 1px solid #a73aea;
  position: relative;
  border-radius: 15px;
}
.dtContent img {
  border-radius: 3px;
  margin-left: 5px;
}
.dtContent h5 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 5px;
}
.dtContent h6 {
  font-size: 14px;
  color: #a73aea;
  margin-bottom: 5px;
}
.dtContent p {
  font-size: 12px;
  color: #b3b3b3;
  margin: 0;
}
.dot1 .map-line {
  transform: rotate(26deg);
  height: 230px;
  right: 59px;
}
.dot2 .map-line {
  transform: rotate(327deg);
  height: 279px;
  left: 82px;
  top: -16px;
}

.dot3 .map-line {
  transform: rotate(28deg);
  height: 210px;
  right: 59px;
}

.footer-contact {
  display: flex;
  margin-bottom: 20px;
  margin-top: 10px;
}
.footer-contact .call a,
.footer-contact .email a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  margin: 0 8px 0 0;
  padding-right: 6px;
}
.footer-contact .call a {
  color: #a73aea;
  border-right: solid 1px #676767;
}
/* .social {
  margin-bottom: 20px;
} */

.social ul li {
  display: inline-block;
  margin-right: 15px;
  font-size: 1.1rem;
}
.social ul li a {
  color: #fff;
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 5px;
}
.copyrights {
  font-size: 12px;
  color: #8f8f8f;
  font-weight: 600;
  padding: 0;
  max-width: 270px;
}
.copyrights .policy {
  position: relative;
  color: #fff;
}
.copyrights p {
  color: #ba92d3;
  font-size: 12px;
  margin-top: 10px;
}
.single_footer p {
  color: #ffffff;
}
/* footer */

/* quicklinks */
.social-sticky-bar {
  position: fixed;
  top: 50%;
  z-index: 999;
  right: 0;
  background: #fff;
  text-align: center;
  border-radius: 7px 0 0 7px;
  box-shadow: rgb(0 0 0 / 16%) -7px 0px 24px 7px;
  transition: transform 0.5s;
}
.social-sticky-bar.open {
  transform: translateY(-50%) translateX(0px);
}

.social-sticky-bar a p {
  margin-bottom: 0;
  color: #000;
  padding: 0 7px;
  font-size: 14px;
  font-weight: 600;
}

.social-sticky-bar.open {
  transform: translateY(-50%) translateX(88px);
}

.social-sticky-bar ul li {
  position: relative;
}

.social-sticky-bar ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: #9d00fa;
}

.social-sticky-bar .borderBottom {
  height: 0.7px;
  background: #e1e1e1;
  width: 20px;
  margin: 0 auto;
}

.social-sticky-bar ul li:first-child a {
  border-top-left-radius: 7px;
}

.social-sticky-bar ul li:last-child a {
  border-bottom-left-radius: 7px;
}

.social-sticky-bar ul li a:hover {
  background: #a73aea;
  color: #fff;
}

.social-sticky-bar ul li a i {
  max-width: 20px;
  max-height: 18px;
}

.social-sticky-bar span.hover-txt {
  position: absolute;
  top: 5px;
  right: 105%;
  width: max-content;
  background: #1a1a1a;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 5px;
  display: none;
}

.social-sticky-bar ul li a:hover + span.hover-txt {
  display: block;
}

.social-sticky-bar ul li a:hover + span.hover-txt + .borderBottom {
  opacity: 0;
}

/* quicklinks */
/* home counter */
.achivement-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.icon-wrapper {
  width: 25%;
}
.icon-wrapper span {
  width: 70px;
  height: 70px;

  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 40px;
  position: relative;
  z-index: 10;
}

.apldg2-achivement
  .apldg2-achivement-right
  .achivement-column
  .icon-wrapper
  span
  i {
  line-height: 0;
}
.achivement-column .ac-content {
  margin-left: -30px;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 25px 20px 25px 55px;
  width: 85%;
}
.achivement-column .ac-content .apldg2-headline h3 {
  display: inline-block;
  color: #00163b;
  font-family: "Inter", sans-serif;
  font-size: clamp(4.5rem, 7vw, 5.25rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  padding: 2px;
}

.achivement-column .ac-content .apldg2-headline span {
  font-family: "Inter", sans-serif;
  font-size: 75px;
  font-weight: 800;
  color: #00163b;
  font-family: CircularStd;
}
.pr-0 {
  padding-right: 0px !important;
}
.achivement-column .ac-content .ac-subtitle span {
  font-weight: 600;
  color: #00163b;
  font-family: CircularStd;
  font-size: 25px;
}
.ico1 {
  background-color: #fdbabb;
  color: #f54245;
}
.ico2 {
  background-color: #bcdfff;
  color: #0084fe;
}
.ico3 {
  background-color: #a4ffbe;
  color: #2abb52;
}
.ico4 {
  /* background-color: #dea5ff;
  color: #9424d7; */
  background-color: #9424d7;
  color: #ffffff;
}
.ac-icn1 .ac-content {
  box-shadow: 0 7px 15px rgba(239, 66, 70, 0.3);
}
.ac-icn2 .ac-content {
  box-shadow: 0 7px 15px rgba(0, 132, 154, 0.3);
}
.ac-icn3 .ac-content {
  box-shadow: 0 7px 15px rgba(0, 132, 154, 0.3);
}
.ac-icn4 .ac-content {
  box-shadow: 0 7px 15px rgba(147, 38, 214, 0.3);
}

/* home counter */

/* blog style start */
.it-up-blog-innerbox {
  overflow: hidden;
  border-radius: 10px;
  transition: 0.4s all ease-in-out;
  box-shadow: 0 0 24px 0 rgba(3, 5, 77, 0.08);
}
.it-up-blog-innerbox .it-up-blog-img {
  overflow: hidden;
}
.it-up-blog-innerbox .it-up-blog-text {
  padding: 45px 20px 30px 30px;
}
.it-up-blog-innerbox .it-up-blog-text .it-up-blog-meta {
  top: -55px;
  left: 35px;
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 1;
  font-weight: 700;
  font-size: 30px;
  padding-top: 15px;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0 15px 15px rgba(147, 38, 214, 0.3);
  background: radial-gradient(circle, #7e0ad6 0%, #480878 100%);
}

.it-up-blog-innerbox .it-up-blog-text .it-up-blog-meta span {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.it-up-blog-innerbox .it-up-blog-text h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  line-height: 1.333;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 2px solid #eaeaea;
  height: 144px;
  /* overflow: hidden; */
}
.it-up-blog-innerbox .it-up-blog-text h3 a {
  color: #00163b;
}
.blog-sec .owl-stage {
  padding: 25px 0;
}
.it-up-blog-innerbox .it-up-blog-text h3:after {
  left: 0;
  height: 3px;
  width: 38px;
  content: "";
  bottom: -2px;
  position: absolute;
  background: radial-gradient(circle, #7e0ad6 0%, #480878 100%);
}

.it-up-blog-innerbox .it-up-blog-text p {
  color: #353535;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom {
  margin-top: 20px;
}
.it-up-blog-innerbox .it-up-blog-text .it-up-blog-bottom .it-up-blog-author {
  width: 85%;
}
.it-up-blog-innerbox
  .it-up-blog-text
  .it-up-blog-bottom
  .it-up-blog-author
  .it-up-blog-ath-img {
  width: 35px;
  height: 35px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 100%;
}
.it-up-blog-innerbox
  .it-up-blog-text
  .it-up-blog-bottom
  .it-up-blog-author
  .it-up-blog-ath-text {
  padding-top: 5px;
}
.it-up-blog-innerbox
  .it-up-blog-text
  .it-up-blog-bottom
  .it-up-blog-author
  .it-up-blog-ath-text
  a {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  margin-right: 30px;
}
.it-up-blog-innerbox
  .it-up-blog-text
  .it-up-blog-bottom
  .it-up-blog-author
  .it-up-blog-ath-text
  a:last-child {
  margin-right: 0;
}
/* blog style end */

/* news cards */

.appseo-service-box {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;

  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
  height: 335px;
}
.appseo-service-box img {
  height: 100%;
}
/* news cards */

/* hiring */
.hire-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.hire-box {
  position: relative;
  background-color: #ffffff;
  padding: 15px;
  border: 1px solid #a857db;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  margin-bottom: 25px;
}
.hire-block .image-box .image {
  overflow: hidden;
  margin-bottom: 0;
}
.hire-block .image-box .image:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.hire-block .image-box .icon-box {
  top: -24px;
  position: absolute;
  right: 25px;
  /* bottom: 0px; */
  height: 90px;
  width: 90px;
  background: #6a00ac;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 58px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 20px;
  color: #ffffff;
  font-weight: 800;
  border-radius: 0 0 15px 15px;
}
.hire-block .image-box .icon-box:before {
  position: absolute;
  top: 0;
  left: -10px;
  border: 0 solid transparent;
  border-left-width: 10px;
  border-bottom: 10px solid #021822;
  z-index: -1;
  content: "";
}
.hire-block .image-box .icon-box:after {
  position: absolute;
  top: 0;
  right: -10px;
  border: 0 solid transparent;
  border-right-width: 10px;
  border-bottom: 10px solid #021822;
  z-index: -1;
  content: "";
}
.hire-block .image-box .icon-box i {
  color: rgb(255, 255, 255);
}
.hire-block .content-box {
  position: relative;
  padding: 35px 25px 15px;
}
.hire-block .content-box .hire-title {
  margin-bottom: 14px;
}
.hire-block .content-box .hire-title a {
  color: #6a00ac;
}
.hire-block .content-box .text {
  position: relative;
  margin-bottom: 0;
}
.hire-block .content-box .read-more {
  font-size: 12px;
  line-height: 30px;
  color: #808287;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1em;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  margin-top: 15px;
}
.hire-block .content-box .ann {
  font-size: 12px;
  line-height: 30px;
  color: #808287;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1em;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  margin-top: 15px;
}
.hire-block .content-box .read-more i {
  margin-left: 10px;
  color: #6a00ac;
  font-size: 16px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  line-height: 30px;
}
.job-type {
  background: #9720f1;
  font-size: 10px;
  padding: 5px;
  border-radius: 20px;
  color: #fff;
}
.hire-detail {
  background: #f7f7f7;
}
.hire-detail h4 {
  margin-bottom: 25px;
}
.job-form {
  background: #ffffff;
  padding: 25px;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.job-form input,
.job-form textarea {
  width: 100%;
  padding: 10px 16px;
  margin: 10px 0;
  color: #172b43;
  font-size: 16px;
  outline: 0;
  background: #f0f1f3;
  border: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.hire-detail .job-type {
  font-size: 1rem;
  padding: 5px 17px;
  font-weight: 500;
  margin: 3px 0px;
  display: inline-block;
  border: 1px solid #ffffff;
  box-shadow: 0 0 20px 2px #00000030;
}
.application-form-btn {
  padding: 10px 42px;
  border-radius: 30px;
  margin-top: 25px;
  background: #ce1bf1;
  background: linear-gradient(
    180deg,
    rgba(206, 27, 241, 1) 0%,
    rgba(116, 12, 163, 1) 100%
  );
  border: none;
}
/* hiring */

/* contct us  */
.contact-style1_form {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
}

.contact-style1_form .top-title {
  position: relative;
  display: block;
  margin-top: -3px;
  padding-bottom: 21px;
}
.contact-style1_form .top-title h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-transform: capitalize;
}

.contact-form {
  position: relative;
  display: block;
}
.contact-form form {
  position: relative;
  display: block;
}
.contact-form form .input-box {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.contact-form form .input-box .icon {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  color: #a73aea;
  font-size: 18px;
  line-height: 53px;
  width: 30px;
  z-index: 2;
}
.contact-form form .input-box .icon i {
  line-height: 53px;
}
.contact-form form .input-box .icon:after {
  position: absolute;
  top: 15px;
  right: 0;
  bottom: 15px;
  width: 1px;
  background: #d1d9dd;
  content: "";
}

.contact-form form .input-box.two .icon:after {
  top: 15px;
  right: 0;
  bottom: auto;
  width: 1px;
  height: 24px;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form input[type="number"],
.contact-form form input[type="date"],
.contact-form form input[type="file"],
.contact-form form textarea {
  position: relative;
  display: block;
  background: #ecf2f6;
  width: 100%;
  height: 55px;
  border: 1px solid #ecf2f6;
  color: #585858;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  padding: 12px 60px;
  border-radius: 27px;
  transition: all 500ms ease;
}
.contact-form form textarea {
  height: 100px;
  padding-top: 12px;
  padding-left: 65px;
  border-radius: 27px;
}

.contact-form form input[type="text"]::-webkit-input-placeholder {
  color: #585858;
}
.contact-form form input[type="text"]:-moz-placeholder {
  color: #585858;
}
.contact-form form input[type="text"]::-moz-placeholder {
  color: #585858;
}
.contact-form form input[type="text"]:-ms-input-placeholder {
  color: #585858;
}
.contact-form form input[type="email"]::-webkit-input-placeholder {
  color: #585858;
}
.contact-form form input[type="email"]:-moz-placeholder {
  color: #585858;
}
.contact-form form input[type="email"]::-moz-placeholder {
  color: #585858;
}
.contact-form form input[type="email"]:-ms-input-placeholder {
  color: #585858;
}
.contact-form form textarea::-webkit-input-placeholder {
  color: #585858;
}
.contact-form form textarea:-moz-placeholder {
  color: #585858;
}
.contact-form form textarea::-moz-placeholder {
  color: #585858;
}
.contact-form form textarea:-ms-input-placeholder {
  color: #585858;
}

.contact-form form textarea:focus-visible {
  outline: none !important;
}
.cont-box {
  background: #f6f6f6;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 25px;
}

.cont-info p {
  line-height: 35px;
  font-weight: bold;
  margin-top: 15px;
}
.cont-info p a {
  color: #000;
}
.cont-info p i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #480878;
  color: white;
  border-radius: 50%;
  margin-right: 7px;
}
.cont-map {
  width: 250px;
  height: 250px;
  background: #fff;
  border: 1px solid #e1e1e1;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto;
}
.cont-map a {
  color: #000;
}
.mmarker .point {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #8709d5;
  border-radius: 50%;
  transition: all 0.3s ease;
  will-change: transform, box-shadow;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 rgba(0, 172, 193, 0.4);
  animation: pulse 3s infinite;
}
.mmarker .point1 {
  top: 40%;
  left: 72%;
}
.mmarker .point2 {
  top: 42%;
  right: 28%;
}
.mmarker .point3 {
  top: 25%;
  left: 22%;
}
.mmarker .point4 {
  top: 44%;
  left: 82%;
}
.mmarker .point:after {
  height: 40px;
  width: 40px;
  margin: -10px 0 0 -11px;
  content: "";
  position: absolute;
  animation: pulsate 2s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  background: #a73aeaa0;
  /* box-shadow: 0 0 1px 2px #a73aea; */
  animation-delay: 1.1s;
  border-radius: 100%;
  top: 0;
  z-index: -1;
}

/* contct us  */

/* inner banner for other */
.inn-bnr {
  position: relative;
  display: block;
  z-index: 1;
  height: 300px;
}
.innerpage-banner-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
/* .innerpage-banner-bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
} */
.innerpage-banner-bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: -moz-linear-gradient(
    0deg,
    rgba(56, 2, 102, 0.7) 0%,
    rgba(16, 16, 16, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    rgba(56, 2, 102, 0.7) 0%,
    rgba(16, 16, 16, 0) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    rgba(56, 2, 102, 0.7) 0%,
    rgba(16, 16, 16, 0) 100%
  );
}
.inn-bnr p {
  color: #fff;
}
.inn-bnr h1 {
  color: #fff;
  font-size: 41px;
  margin-bottom: 15px;
}
.inn-bnr h6 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.inn-nave {
  padding: 15px;
  background-color: #f2f2f2;
}
.inn-nave ul {
  display: flex;
  justify-content: space-between;
}
.inn-nave ul li a {
  color: #000;
}
.fix-top {
  position: fixed;
  top: 68px;
  right: 0;
  left: 0;
  z-index: 99;
}
.main-title {
  margin: unset;
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 60px;
  line-height: 70px;
  width: 100%;
}
.sub-title {
  font-weight: 900;
  font-size: 14px;
  line-height: 16px;
  color: #7f07ca;
  position: relative;
  text-transform: uppercase;
}
.line-after::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 1px;
  background-color: #7f07ca;
  bottom: 4px;
  right: -100px;
}
.poster {
  width: 100%;
  top: 0;
  padding: 0;
  max-height: 596px;
  background-image: url(../images/about-us/aboutus.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px 150px 0px 0px;
  margin: 40px 1em 0 1em;
  text-align: center;
  position: relative;
  height: 600px;
}
.poster .sub-content {
  position: absolute;
  bottom: 57px;
  right: 0;
  transform: translateY(48%);
  padding: 15px 20px;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 50px 0px 0px 0px;
  display: flex;
  align-items: center;
  max-width: 379px;
  z-index: 2;
}
.widget-block-1 {
  width: 80px;
  height: 80px;
  text-align: center;
  background: linear-gradient(
    176deg,
    rgba(127, 7, 202, 1) 0%,
    rgba(194, 97, 255, 1) 100%
  );
  border-top-left-radius: 30px;
  font-size: 40px;
  padding: 21px 20px;
  margin-right: 13px;

  color: #ffffff;
}
.poster .sub-content .number {
  font-weight: 900;
  font-size: 70px;
  line-height: 82px;
  color: #00163b;
  margin-right: 17px;
  transform: translateY(-10%);
}
.poster .sub-content p {
  font-weight: 700;
  font-size: 14px;
  line-height: 16.5px;
  color: #00163b;
  margin-top: 24px;
  margin-bottom: 16px;
}
.content .text {
  font-weight: 900;
  font-size: 20px;
  line-height: 23px;
  color: #00163b;
  margin-bottom: 14px;
  margin-top: 40px;
  /* margin-left: 1em; */
  margin-right: 1em;
}
.content .sub-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #00163b;
  margin-bottom: 14px;
  margin-left: 1em;
  margin-right: 1em;
}
.content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4f556a;
  margin-bottom: 14px;
  margin-top: 0;
  text-align: justify;
  /* margin-left: 1em;
  margin-right: 1em; */
}
.features-overview h2 {
  margin-bottom: 25px;
  /* font-size: 55px; */
  font-family: "Inter", sans-serif;
  font-size: clamp(2.5rem, 7vw, 6.25rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
}
.file-download {
  display: flex;
  gap: 20px;
  margin: 2em;
}
.file-download .file-item:hover {
  border: 1px solid #7f07ca;
  transition: 0.4s ease-in-out;
}
.file-download .file-item {
  width: 241px;
  font-weight: 700;
  font-size: 16px;
  line-height: 22.5px;
  color: #4f556a;
  background-color: #f8f8f8;
  padding: 10px 15px;
  border: 1px solid #fff;
  box-shadow: 0 0 14px -2px #00000024;
  border-radius: 30px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  cursor: pointer;
}
.file-download .fa-solid {
  font-size: 33px;
  margin-right: 10px;
  color: #7f07ca;
}
.content .phone {
  margin-left: 1em;
  margin-right: 1em;
  padding-top: 2px;
  font-weight: 600;
  font-size: 13px;
  line-height: 21px;
  color: #4f556a;
}
.content .phone span {
  padding: 5px;
  border-radius: 10.5px;
  background-color: #7f07ca;
  margin-right: 7px;
  color: #fff;
}
.content .phone .phone-number {
  font-weight: 700;
  font-size: 30px;
  line-height: 48px;

  margin-bottom: 17px;
  /* color: #7f07ca; */
  font-size: 22px;
  margin-top: -9px;
  background: -webkit-linear-gradient(
    176deg,
    rgba(127, 7, 202, 1) 0%,
    rgba(194, 97, 255, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content .widget-signature {
  margin-left: 1em;
  margin-right: 1em;
}
.widget-signature .name {
  font-weight: 900;
  font-size: 20px;
  line-height: 25px;
  color: #042181;
}
.widget-signature .infor {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #9196a7;
  margin-bottom: 18px;
}

.ns-service-bg-img-2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}
.ns-service-item {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 25px;
}
.ns-service-item.ns-service-item-2 {
  border: 1px solid #eeeeee;
}
.ns-service-img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  overflow: hidden;
}
.ns-service-img.ns-service-img-2 {
  position: relative;
}
.ns-service-img img {
  width: 100%;
}
.ns-section-text {
  width: 50%;
}
.ns-management-content-info p {
  width: 50%;
}
.ns-service-content-icon {
  position: absolute;
  background-color: #7f07ca;
  border-radius: 50%;
  border: 5px solid #fff;
  text-align: center;
  display: grid;
  place-items: center;
  color: #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 70px;
  height: 70px;
  font-size: 28px;
}
.ns-service-content {
  padding: 30px 30px 30px;
  position: relative;
}
.ns-service-content-title {
  font-size: 22px;
  margin-bottom: 15px;
  color: #7f07ca;
}
.ns-service-content p {
  line-height: 25px;
  margin-bottom: 10px;
}
.ns-service-shape-21,
.ns-service-shape-22 {
  opacity: 0;
}
.ns-service-shape-1 {
  position: absolute;
  content: "";
  bottom: -25px;
  right: -20px;
  width: 60px;
  height: 60px;
  border: 5px solid #7f07ca;
  border-radius: 50%;
  opacity: 0.12;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.ns-service-shape-2 {
  position: absolute;
  content: "";
  bottom: 0;
  right: -35px;
  width: 60px;
  height: 60px;
  border: 5px solid black;
  border-radius: 50%;
  opacity: 0.12;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.ns-service-item:hover .ns-service-shape-21,
.ns-service-item:hover .ns-service-shape-22 {
  opacity: 1;
}
.ns-management-area {
  overflow: hidden;
}
.ns-management-bg {
  position: absolute;
  right: 390px;
  top: 0;
  z-index: -1;
  height: 100%;
}
.ns-management-head-icon {
  position: absolute;
  top: 0;
  right: 188px;
  background: #d592ff;
  width: 190px;
  height: 180px;
  display: grid;
  place-items: center;
}
.ns-management-content ul li {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
  padding-bottom: 25px;
}
.ns-management-content ul li::before {
  position: absolute;
  content: "";
  left: 11px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #848484;
  z-index: -1;
}
.ns-management-content-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  background-color: #7f07ca;
  border-radius: 50%;
  line-height: 25px;
  text-align: center;
  font-size: 25px;
  color: #fff;
}
.ns-management-content-icon i {
  font-size: 15px;
  line-height: 25px;
}
.ns-management-content-info h5 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 10px;
}
.ns-management-content-info p {
  margin-bottom: 0;
  color: #fff;
}
.ns-management-list {
  display: flex;
  gap: 30px;
}
.ns-management-list-item {
  min-width: 160px;
  background-color: #fefefe;
  padding: 25px 20px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.ns-management-list-item span {
  width: 70px;
  height: 70px;
  background-color: #7f07ca;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 29px;
  color: #fff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.ns-management-img {
  position: absolute;
  right: 0;
  top: 180px;
  border: 10px solid #fff;
  border-right: 0;
  width: 44.8%;
}
.ns-management-img-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 160px;
  height: 160px;
  display: grid;
  place-items: center;
  background: #d592ff;
  border-top: 10px solid #fff;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}
.ns-management-content ul li:last-child::after {
  position: absolute;
  left: 5px;
  bottom: -5px;
  content: "";
  background-image: url(../images/icons/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 18px;
  z-index: 9;
}
.ns-management-list-item h5 a {
  color: #00163b;
}
.cer-card {
  position: relative;
  width: 100%;
  padding: 15px;
  vertical-align: middle;
  background: url(../images/icons/certification-box-bg.jpg) no-repeat center
    center;
  background-size: cover;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.cer-card .inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  /* padding: 30px 0 22px; */
}

.cer-card .inner h3 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin: 21px 0 0;
}
.tp-contact-wrapper-box {
  padding: 70px 75px;
  background-color: #00050a;
  border-radius: 20px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}
.tp-contact-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.tp-contact-title {
  font-size: 30px;
  font-weight: 600;
  color: white;
  position: relative;
  z-index: 3;
}

/* case study page */
.case-nav-tab {
  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: 10px 14px;
  margin-bottom: 15px;
  border-radius: 30px;
  border: none;
  display: flex;
  justify-content: space-between;
}
.case-tabs {
  border-radius: 0 0 30px 30px;
  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;
}
.case-nav-tab .nav-link {
  border: none !important;
  border: none !important;
  border-radius: 99px;
  cursor: pointer;
  transition: color 0.15s ease-in;
  color: #a73aea;
  font-weight: 800;
  padding: 10px 35px;
}

.case-nav-tab .nav-link.active {
  background: linear-gradient(-160deg, #e4acfe 0, #a322ff 99%);
  color: #fff;
}

#cc-carousel .owl-stage-outer {
  padding: 30px;
}
#cc-carousel .section-sub {
  font-size: 22px;
  margin-bottom: 25px;
  line-height: 26px;
  margin-top: 15px;
}
#cc-carousel .owl-nav button.owl-next,
#cc-carousel .owl-nav button.owl-prev {
  width: 50px;
  height: 50px;
  border: 1px solid #7f07ca;
  border-radius: 50%;
}
#cc-carousel .owl-nav button.owl-next:hover,
#cc-carousel .owl-nav button.owl-prev:hover {
  background: white;
}
#cc-carousel .owl-nav button.owl-next i,
#cc-carousel .owl-nav button.owl-prev i {
  line-height: 50px;
  font-size: 20px;
  color: #7f07ca;
}
.cc-arw {
  right: 30px;
  bottom: -19px;
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 50%;
  background-color: #7e0ad6;
  transition: 0.4s all ease-in-out;
  box-shadow: 0 16px 32px 0 rgba(94, 94, 94, 0.06);
  text-align: center;
}
.cc-arw i {
  text-align: center;
  line-height: 80px;
  font-size: 33px;
  color: #ffffff;
}
.cc-txt {
  padding: 25px;
  /* border: 2px solid #eee; */
  transition: 0.3s all ease-in-out;
  background: #ffffff;
}
.cc-txt a {
  color: #272727;
}
.cc-txt h2 {
  font-size: 30px;
}
.cc-box {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 16px 32px 0 rgba(25, 112, 204, 0.06);
  margin-bottom: 25px;
}
.ccimg {
  padding: 20px;
  background: #ffffff;
}

/* case details */
.case-dtimg {
  /* padding: 15px;
  background: #56018b; */
  border-radius: 15px;
  /* box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px; */
}
.castdtitle {
}
.sb-link {
  display: flex;
}
.sb-link li {
  display: block;
  margin-right: 7px;
}
.sb-link li a i {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #6a00ac;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #6a00ac;
}

/* team page */
.team-btm {
  padding: 40px;
  background: #f2f2f2;
}

.team-btm h4 {
  text-align: center;
}
.team-btm h4 a {
  padding: 0 20px;
  color: #6a00ac;
  font-size: 20px;
}
.team-loc {
  background: #fff;
  border-radius: 10px;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset,
    rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
  padding: 15px;
  margin-bottom: 25px;
  border: 1px solid rgb(241, 245, 249);
  height: 120px;
}
.team-loc img {
  border-radius: 3px;
}
.team-loc p {
  margin: 0;
  margin-top: 10px;
  font-size: 13px;
}
.team-loc h5 {
  font-size: 18px;
}
.team-item {
  position: relative;
  margin-bottom: 25px;
}
.team-item .team-thumb {
  border-radius: 20px;
  overflow: hidden;
}
.team-item .team-content {
  margin: 0;
  background: white;
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 50%;
  display: block;
  border-radius: 0 20px 0 18px;
  padding: 24px 30px 20px 30px;
}
.team-item .team-content .title {
  margin-bottom: 5px;
  font-size: 16px;
}
.team-item .team-content span {
  display: block;
  font-size: 15px;
  color: #737373;
}
.team-social {
  display: none;
}
.team-social ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 15px 0 0;
  gap: 8px;
}
.team-social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 13px;
  background: #a6a9c6;
  border-radius: 50%;
  color: #fff;
}
.team-social ul li a:hover {
  background: #7e0ad6;
  color: #fff;
}

/* automation industry */
.img-bd {
  border-radius: 100px 0 0 0;
}
.auto-bx {
  margin-bottom: 25px;
  padding: 25px;
  background: #fff;
  box-shadow: 0 12px 43px 0 rgba(0, 0, 0, 0.13);
  border-radius: 25px;
  text-align: center;
}

.auto-i img {
  width: 95px;
  height: 95px;
  border-radius: 20px;
  margin-bottom: 15px;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px,
    rgba(0, 0, 0, 0.2) 0px 7px 13px -3px, rgba(0, 0, 0, 0.1) 0px -3px 0px inset;
}

.auto-cont h5 {
  margin-bottom: 10px;
}

.case-ind .carousel-outer {
  overflow: hidden;
  padding: 15px 0;
}
.case-ind .case-in {
  position: relative;

  margin: 0 auto;
}
.case-in::before {
  content: "";
  position: absolute;
  border-top: 20px solid;
  border-left: 20px solid transparent;
  margin-left: 0;
  left: 0;
  bottom: -20px;
  color: #310553;
  z-index: -1;
}
.case-in::after {
  content: "";
  position: absolute;
  border-top: 20px solid;
  border-right: 20px solid transparent;
  margin-right: 0;
  right: 0;
  bottom: -20px;
  color: #310553;
  z-index: -1;
}
.case-ind .case-in img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.case-ind .swiper-button-next,
.case-ind .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.case-ind .swiper-button-next:after,
.case-ind .swiper-button-prev:after {
  font-size: 20px;
  color: #7e0ad6;
}

.info-box {
  margin-left: 20px;
  margin-right: 20px;
  padding: 25px;
  background-color: #fff;
  /* border: 1px solid #ccc; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 0 0 20px 20px;
}
.inblg {
  background: #00163b;
  position: relative;

  background: url(https://img.freepik.com/free-vector/abstract-low-poly-connection-lines-digital-technology-background_1017-25550.jpg?w=740&t=st=1684175423~exp=1684176023~hmac=3d3ed1b…)
    no-repeat top center;
  width: 100%;
  background-size: cover;
}
.in-blog-item {
  margin-bottom: 25px;
  display: flex;
}
.in-blog-item .thumb {
  width: 159px;
  flex: 0 0 159px;
  margin-right: 25px;
}
.in-blog-tt {
  font-size: 14px;
  color: #fff;
  text-decoration: underline;
}
.blog-c h5 a {
  font-size: 30px;
  color: #fff;
}
.blog-c p {
  color: #ffffff;
  margin-top: 15px;
}
.lead-arw {
  font-size: 30px;
  flex: 0 0 20px;
  color: #fff;
}

/* search jobs */
.search {
  position: relative;
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  border-radius: 30px;
  overflow: hidden;
}

.search input {
  height: 60px;
  text-indent: 25px;
  border: 1px solid #d6d4d4;
  border-radius: 30px;
  overflow: hidden;
}

.search input:focus {
  box-shadow: none;
  border: 2px solid #7e0ad6;
}

.search .fa-search {
  position: absolute;
  top: 20px;
  left: 16px;
}

.search button {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 50px;
  width: 170px;
  background: #ce1bf1;
  background: linear-gradient(
    180deg,
    rgba(206, 27, 241, 1) 0%,
    rgba(116, 12, 163, 1) 100%
  );
  border: none;
  border-radius: 30px;
  overflow: hidden;
}
.search-tg {
  padding: 3px 7px;
  border: 1px solid #7e0ad6;
  color: #7e0ad6;
  border-radius: 20px;
  margin-bottom: 10px;
}
.post-d {
  margin-top: 15px;
  font-size: 13px;
}
.post-d i {
  line-height: 20px;
  margin-right: 4px;
}

/* blog page */
.g-blog {
  padding: 30px;
  border-radius: 5px;
  background: linear-gradient(119deg, #e3edf7, #ffffff);
  -webkit-box-shadow: -6px -6px 10px 0px #f5f9fc,
    4px 3px 15px 0px rgba(127, 163, 199, 0.3);
  box-shadow: -6px -6px 10px 0px #f5f9fc,
    4px 3px 15px 0px rgba(127, 163, 199, 0.3);
  margin-bottom: 25px;
  position: sticky;
  top: 90px;
}
.g-blog .g-blot {
  -webkit-box-shadow: inset -3px -2px 5px 0px rgba(255, 255, 255, 0.66),
    inset -1px -1px 0px 0px rgba(255, 255, 255, 0.18),
    inset 2px 2px 7px 0px rgba(49, 69, 106, 0.18);
  box-shadow: inset -3px -2px 5px 0px rgba(255, 255, 255, 0.66),
    inset -1px -1px 0px 0px rgba(255, 255, 255, 0.18),
    inset 2px 2px 7px 0px rgba(49, 69, 106, 0.18);
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  color: #6b09b6;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 22px;
  display: inline-block;
  cursor: pointer;
}
.g-blog h3 {
  font-size: 22px;
  color: #08203a;
  line-height: 1.5;
  font-weight: 700;
}
.g-blog p {
  font-size: 16px;
  line-height: 1.5;
  color: #08203a;
  font-weight: 400;
}
.g-blog .g-bloa {
  font-size: 15px;
  line-height: 1.5;
  color: #08203a;
  font-weight: 600;
  background: linear-gradient(103deg, #e3edf7, #ffffff);
  -webkit-box-shadow: -6px -6px 10px 0px #f5f9fc,
    4px 3px 15px 0px rgba(127, 163, 199, 0.3);
  box-shadow: -6px -6px 10px 0px #f5f9fc,
    4px 3px 15px 0px rgba(127, 163, 199, 0.3);
  display: inline-block;
  padding: 12px 18px;
  border-radius: 5px;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 0;
}
.g-blog .g-bloa i {
  margin-left: 6px;
  line-height: 25px;
}
.g-blog .g-bloa:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(
    180deg,
    rgba(206, 27, 241, 1) 0%,
    rgba(116, 12, 163, 1) 100%
  );

  -webkit-box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25),
    5px 5px 15px 0px rgba(100, 14, 179, 0.3);
  box-shadow: -4px -3px 8px 0px rgba(122, 247, 169, 0.25),
    5px 5px 15px 0px rgba(100, 14, 179, 0.3);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.g-blog .g-bloa:hover:before {
  width: 100%;
}
.g-blog .g-bloa:hover {
  color: #ffffff;
}
.g-blog .apihu-port-portfolio-img {
  overflow: hidden;
  border-radius: 5px;
}

/* blog Details */
.full-gimg {
  border-radius: 30px;
}
.g-blog ul {
  margin-top: 25px;
  margin-bottom: 25px;
}
.g-blog ul li {
  margin-bottom: 15px;
}
.g-blog ul li a {
  display: flex;
}

.g-blog ul li a img {
  border-radius: 50%;
}

.g-blog ul li a .rpwwt-post-title {
  margin-left: 10px;
  font-size: 13px;
  color: #000;
}
.g-blot a {
  color: #7e0ad6;
}

/* news details */
.w-80 {
  width: 80% !important;
  margin: 0 auto;
  display: flex;
}

.jahi ul li a img {
  border-radius: 10%;
}
.news-d-card {
  background: #fff !important;
  border-bottom: 10px solid #7e0ad6;
}

/* training and development */
.train-box {
  background: #fff;
  box-shadow: 0px 0px 30px 0px
    rgba(0.9999999999999973, 43.99999999999994, 117.99999999999999, 0.08);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 30px 40px 45px 40px;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  margin-bottom: 25px;
}
.train-box h5 {
  font-size: 25px;
  margin-bottom: 15px;
  color: #6709ad;
}
.train-icn img {
  text-align: center;
  border-radius: 50px 50px 50px 50px;
  box-shadow: 0px 4px 10px 3px rgb(0 0 0 / 10%);
  margin-bottom: 25px;
  padding: 10px;
  border: 1px solid #d896ffa3;
}
.train-box:hover .train-icn img {
  animation: flip-icon 0.3s ease-in-out;
}
@keyframes flip-icon {
  0% {
    transform: rotateY(180deg);
  }

  100% {
    transform: rotateY(0deg);
  }
}
.fn-tp {
  margin-top: 40px;
}

/* marketing */
.inn-nave ul li {
  border-bottom: 1px solid #7200b8;
  padding-bottom: 3px;
}
.inn-nave ul li:hover {
  border-bottom: 1px solid #9b00f6;
  transition: 0.4s ease-in-out;
}

.sec-pad-as {
  padding: 70px 0 0 0;
}

.underline {
  /* position: absolute; */
  left: 33%;
  bottom: -10px;
  height: 2px;
  width: 100%;
  background: #ffffff;
  content: "";
}
.mbk {
  border-bottom: 2px solid #a857db;
}
.bg-f2 {
  background: #f3f6fdbd;
} /* Application Service  */
.aps-image {
  width: 100%;
  top: 0;
  padding: 0;
  /* max-height: 643px; */
  background-image: url(../images/application/2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 150px 0px 0px 0px;
  margin: 30px 0 50px 0;
  text-align: center;
  position: relative;
  height: 391px;
}
.casest-image {
  width: 100%;
  top: 0;
  padding: 0;
  /* max-height: 643px; */
  background-image: url(../images/application/1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 150px 0px 0px 0px;
  margin: 30px 0 50px 0;
  text-align: center;
  position: relative;
  height: 350px;
}
.buiss-image {
  width: 100%;
  top: 0;
  padding: 0;
  /* max-height: 643px; */
  background-image: url(../images/business/business-1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 150px 0px 0px 0px;
  margin: 30px 0 50px 0;
  text-align: center;
  position: relative;
  height: 385px;
}
.shere-icon ul li a {
  color: #7f07ca !important;
}
.shereme {
  padding: 50px 0px 50px 30px;
  font-size: 30px;
  background: #f2f2f2b5;
  border-top: 2px solid #a857db;
  align-items: center;
}
.shereme span {
  margin-bottom: -3px;
}
/* Application Service  */
/* section two  */
.as-card {
  padding: 10px;
  /* background: #fefefe; */
}
.card-as {
  /* border: 1px solid #000; */
  padding: 5px 5px 0 0;
  background: linear-gradient(270deg, #a100ff 5px, transparent 0) 100% 0,
    linear-gradient(180deg, #a100ff 5px, transparent 0) 100% 0;
  background-repeat: no-repeat;
  background-size: 56px 40px;
}
.as-card-body {
  background: #fefeff;
  border: 1px solid #fefeff;
  padding: 20px;
  height: 129px;
  border-left: 1px solid #7f07ca;
}
.as-s3-i {
  background: #fefeff;
}
.as-s3-i img {
  height: 200px;
}
.as-s3-c {
  padding: 15px 0px 5px 13px;
  border-right: 2px solid #7f07ca;
  background: #f2f2f2f5;
}
.as-s3-aside {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 30px;
  padding-top: 0px !important;
  margin-left: 20px;
}
.sec-pad-as5 {
  padding: 70px 0 70px 0px;
}
.aps5-image {
  width: 100%;
  top: 0;
  padding: 0;
  /* max-height: 643px; */
  background-image: url(../../img-03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0px 150px 0px 0px;
  margin: 30px 0 50px 0;
  text-align: center;
  position: relative;
  height: 442px;
}

/* Busness Stat page  */
.service_content_box {
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 25px 30px 30px 35px;
  z-index: 1;
  background-color: #fff;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  /* -webkit-box-shadow: 0 20px 81px 0 rgba(8, 0, 20, 0.14); */
  box-shadow: 0 20px 81px 0 rgba(8, 0, 20, 0.14);
}
.service_content_box:before {
  content: "";
  width: 100%;
  top: 5px;
  left: 5px;
  height: 100%;
  z-index: -3;
  border-radius: 10px;
  position: absolute;
  position: absolute;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  background-image: -webkit-linear-gradient(45deg, #bd04cb 32%, #6b2c94 100%);
  background-image: -o-linear-gradient(45deg, #bd04cb 32%, #6b2c94 100%);
  background-image: linear-gradient(45deg, #bd04cb 32%, #6b2c94 100%);
}
.service_content_box .service_icon_box {
  width: 60px;
  margin-bottom: 18px;
}
.relative-position {
  position: relative;
}
.service_content_box .icon-box {
  position: absolute;
  top: 20px;
  z-index: -1;
  right: 0;
  height: 30px;
  width: 30px;
  background: #a857db;
  -webkit-clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}
.service_content_box .icon-box2 {
  position: absolute;
  top: 2px;
  z-index: -1;
  right: 25px;
  height: 30px;
  width: 30px;
  background: #a857db;
  -webkit-clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  position: absolute;
  top: 10px;
  z-index: -1;
  right: 0;
  height: 30px;
  width: 30px;
  background: #a857db;
  -webkit-clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  position: absolute;
  top: 2px;
  z-index: -1;
  right: 25px;
  height: 30px;
  width: 30px;
  background: #a857db;
  -webkit-clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}
.service_content_box:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  border-radius: 10px;
  background-color: #fff;
}
.service_content_box .service_text_box h3 {
  color: #010101;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 15px;
  padding-top: 15px;
}
.service_content_box .service_text_box p {
  line-height: 1.5;
  color: #666;
}
.service_content_box:hover {
  /* border-bottom: 2px solid #7f07ca; */
  -webkit-transform: translate(-7px, -7px);
  -ms-transform: translate(-7px, -7px);
  transform: translate(-7px, -7px);
  -webkit-box-shadow: 0 20px 81px 0 rgba(8, 0, 20, 0.3);
  box-shadow: 0 20px 81px 0 rgba(8, 0, 20, 0.3);
}
.s4-move {
  content: "";
  line-height: 2;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  top: 25px;
}
.bg-img-bs {
  background: #d5d8fb url(/assets/images/bg/bs-bg-2.jpg) no-repeat center center;

  background-blend-mode: overlay;
}
.bs-2-contect {
  padding: 0px 6px 14px 65px;
}
.bs-2-contect h1 {
  margin-bottom: 15px;

  color: #461366;
}
.h-top {
  padding: 3px 30px 3px 30px;
  background-color: #f9f3fd;
  width: 60%;
  border-radius: 8px 8px 8px 8px;
  margin-bottom: 15px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
    transform var(--e-transform-transition-duration, 0.4s);
}
.h-top span {
  color: #951fb3;
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}
.flex-end {
  align-self: flex-end !important;
}
.podcast-bs {
  text-align: center;
  /* float: right !important; */
  /* margin-bottom: 0 !important; */
}
.shadow-nav-tab {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 8px;
}
.bs-nav-tab {
  background: #ffffff !important;
  letter-spacing: 3px;
  font-weight: 600;
  padding: 15px 30px;
  border: 1px solid #7e0ad6;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #7e0ad6;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 30px;
  margin: 25px 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/* .bs-nav-tab:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 30%;
  background: #7e0ad6;
} */
.bs-nav-tab span {
  background-position: right center;
  display: block;
  width: 64px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 93%;
  margin-top: -7px;
  background: url(../images/icons/enter.png) no-repeat right;
  transition: 0.2s ease-in;
}
.pr-15 {
  padding-right: 15px !important;
}
.mb_5 {
  margin-bottom: 5px;
}

/* .bs-nav-tab:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 30%;
  background: #7e0ad6;
  top: inherit;
  left: inherit;
} */
.thumb-wrapper {
  overflow: hidden;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.thumb-wrapper img {
  width: 100%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.apldg2-blog-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 25px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  box-shadow: 0px 15px 50px 0px rgba(11, 11, 11, 0.08);
  border-radius: 4px;
  position: absolute;
  bottom: -10px;
  opacity: 0;
  /* visibility: hidden; */
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* BS Case studies  */
.apihu-port-single-blog {
  padding: 20px;
  /* background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#e4eef7),
    to(#ffffff)
  );
  background: linear-gradient(to bottom right, #e4eef7, #ffffff);
  -webkit-box-shadow: -6px -6px 10px 0px #f5f9fc, -4px 3px 15px 0px #7fa3c7; */
  box-shadow: -6px -6px 10px 0px #f5f9fc, -4px 3px 15px 0px #7fa3c7;
  margin-bottom: 30px;
  border-radius: 5px;
}
apihu-port-single-blog .apihu-port-single-blog-img {
  overflow: hidden;
}
.apihu-port-single-blog .apihu-port-single-blog-img img {
  width: 100%;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.apihu-port-single-blog .apihu-port-single-blog-meta-info {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
.apihu-port-single-blog .apihu-port-blog-meta-single:first-child {
  margin-right: 20px;
}
.apihu-port-single-blog .apihu-port-blog-meta-single {
  display: inline-block;
}
.apihu-port-single-blog
  .apihu-port-blog-meta-single
  .apihu-port-blog-meta-icon-box,
.apihu-port-blog-area .apihu-port-single-blog .apihu-port-blog-meta-single a {
  display: inline-block;
}
.apihu-port-single-blog .apihu-port-blog-meta-icon-box {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 40px;
  text-align: center;
  -webkit-box-shadow: inset -3px -2px 5px 0px rgba(255, 255, 255, 0.66),
    inset -1px -1px 0px 0px rgba(255, 255, 255, 0.18),
    inset 2px 2px 7px 0px rgba(49, 69, 106, 0.18);
  box-shadow: inset -3px -2px 5px 0px rgba(255, 255, 255, 0.66),
    inset -1px -1px 0px 0px rgba(255, 255, 255, 0.18),
    inset 2px 2px 7px 0px rgba(49, 69, 106, 0.18);
}
.apihu-port-single-blog .apihu-port-blog-meta-icon-box i {
  font-size: 25px;
  color: #7f07ca;
  margin-top: 10px;
}
.apihu-port-single-blog .apihu-port-blog-meta-single a {
  color: rgb(127 7 202);
  font-size: 15px;
  line-height: 2;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  transition: all 0.3s ease-in 0s;
}
.apihu-port-single-blog .apihu-port-blog-meta-single a {
  margin-left: 15px;
}
.portfolio-slider .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.thx-it-portfolio-section {
  padding: 110px 0px 20px;
}
.relative-position {
  position: relative;
}
.thx-it-portfolio-section:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 455px;
  position: absolute;
  background: #d5d8fb url(/assets/images/6070859.jpg) no-repeat center center;
  z-index: -999;
}
.w-25 {
  width: 25%;
}
.title-style-one .site-tag {
  font-family: "Caveat";
  font-weight: 700;
}
.section-title .site-tag {
  font-size: 24px;
  color: #92d3d7;
}
.title-style-one h2 {
  line-height: 1.167;
  padding: 5px 0px 30px;
}
.section-title-text {
  font-size: 18px;
  margin-top: 10px;
  line-height: 1.667;
  padding-left: 30px;
}
.thx-it-portfolio-section .thx-it-portfolio-item-content {
  padding-top: 45px;
}
.thx-it-portfolio-img {
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}
.thx-it-portfolio-img img {
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.thx-it-portfolio-img .p-shape {
  position: absolute;
  bottom: -90px;
}
.thx-it-portfolio-img .thx-it-portfolio-pattern1 {
  z-index: 1;
}
.thx-it-portfolio-img .thx-it-portfolio-pattern2 {
  bottom: -130px;
}
.thx-it-portfolio-img .p-shape {
  position: absolute;
  bottom: -90px;
}
.thx-it-portfolio-text {
  background-color: #480878;
  padding: 25px 20px 35px 40px;
  border-radius: 0px 0px 10px 10px;
}
.thx-it-portfolio-text .thx-it-portfolio-favicon {
  right: 40px;
  top: -70px;
  z-index: 1;
  width: 80px;
  height: 80px;
  line-height: 80px;
  position: absolute;
  border-radius: 100%;
  background: #d5d8fb url(/assets/images/icons/boy.png) no-repeat center center;
}
.bg-w {
  color: #ffff;
}
.thx-it-portfolio-text .thx-it-portfolio-tag {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Caveat";
}
.thx-it-portfolio-text h3 {
  color: #fff;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
}
.thx-it-portfolio-section
  .thx-it-portfolio-img-text:hover
  .thx-it-portfolio-img
  img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio-item {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
}
.portfolio-img {
  height: 100%;
}
.portfolio-img img {
  width: 100%;
  border-radius: 8px;
  height: 490px;
}
.portfolio-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.portfolio-content::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  background: #ef522b;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.portfolio-content:hover::before {
  opacity: 0.9;
  visibility: visible;
}
.portfolio-link {
  width: 50px;
  height: 50px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50px;
  top: 0;
  transition: 0.5s;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
  font-size: 25px;
  color: #ef522b;
}
.portfolio-link::before {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  border: 2px dashed #fff;
  border-radius: 50px;
}
.portfolio-link:hover {
  color: #1cb9c8;
}
.portfolio-content:hover .portfolio-link {
  opacity: 1;
  visibility: visible;
  top: 50px;
}
.portfolio-info {
  position: absolute;
  bottom: 35px;
  left: 50px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.portfolio-content:hover .portfolio-info {
  opacity: 1;
  visibility: visible;
  bottom: 45px;
}
.portfolio-subtitle {
  font-size: 14px;
  color: #fff;
  margin-bottom: 7px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.portfolio-subtitle span {
  color: #fff;
}
.portfolio-title {
  color: #fff;
  font-size: 30px;
}
.portfolio-slider .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.portfolio-slider .owl-dots .owl-dot span {
  background: rgb(23 41 62);
  margin: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}
.portfolio-slider .owl-dots .owl-dot.active span {
  background-color: #ef522b;
  width: 18px;
}

/* bs section 10  */
.apihu-port-single-portfolio {
  padding: 20px;
  border-radius: 5px;
  background: linear-gradient(119deg, #e3edf7, #ffffff);
  -webkit-box-shadow: -6px -6px 10px 0px #f5f9fc,
    4px 3px 15px 0px rgba(127, 163, 199, 0.3);
  box-shadow: -6px -6px 10px 0px #f5f9fc,
    4px 3px 15px 0px rgba(127, 163, 199, 0.3);
  margin-bottom: 30px;
}
.apihu-port-single-portfolio span {
  -webkit-box-shadow: inset -3px -2px 5px 0px rgba(255, 255, 255, 0.66),
    inset -1px -1px 0px 0px rgba(255, 255, 255, 0.18),
    inset 2px 2px 7px 0px rgba(49, 69, 106, 0.18);
  box-shadow: inset -3px -2px 5px 0px rgba(255, 255, 255, 0.66),
    inset -1px -1px 0px 0px rgba(255, 255, 255, 0.18),
    inset 2px 2px 7px 0px rgba(49, 69, 106, 0.18);
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #08203a;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 22px;
  display: inline-block;
}
.apihu-port-single-portfolio h3 {
  font-size: 20px;
  color: #08203a;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-weight: 700;
}
.apihu-port-single-portfolio p {
  font-size: 16px;
  line-height: 1.5;
  color: #08203a;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}
.apihu-port-single-portfolio a {
  font-size: 15px;
  line-height: 1.5;
  color: #08203a;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  background: linear-gradient(103deg, #e3edf7, #ffffff);
  -webkit-box-shadow: -6px -6px 10px 0px #f5f9fc,
    4px 3px 15px 0px rgba(127, 163, 199, 0.3);
  box-shadow: -6px -6px 10px 0px #f5f9fc,
    4px 3px 15px 0px rgba(127, 163, 199, 0.3);
  display: inline-block;
  padding: 13px 20px 16px;
  border-radius: 5px;
  margin-top: 15px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  z-index: 0;
}
.apihu-port-single-portfolio .apihu-port-portfolio-img {
  overflow: hidden;
  border-radius: 10px;
  height: 150px;
  width: 100%;
  border: 2px solid #7f07ca;
}
.apihu-port-single-portfolio .apihu-port-portfolio-img2 {
  border: none;
  height: auto;
  background-color: rgba(38, 198, 218, 0.15);
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}
.apihu-port-single-portfolio .apihu-port-portfolio-img img {
  width: 100%;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.apihu-port-single-portfolio:hover .apihu-port-portfolio-img img {
  -webkit-transform: scale(1.5) rotate(15deg);
  transform: scale(1.5) rotate(15deg);

  border: 2px solid #7f07ca;
  border-radius: 10px;
}
.apihu-port-single-portfolio a:hover {
  transition: all 0.3s ease-in;
  color: #ffffff;
  background: linear-gradient(103deg, #bd04cb, #8127c7);
}
.sp-bs {
  background: #a857db;
  color: #ffff !important;
}
.pt-25 {
  padding: 25px 10px 15px 0px;
}
/*  */
/* 
 */
/* Automation page scc styles  */
/* 
 */
.automation-about {
  width: 100%;
  top: 0px;
  padding: 0px;
  background-image: url(../images/automotive/automotive-1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 150px 0px 0px;
  margin: 30px 0px 100px;
  text-align: center;
  position: relative;
  height: 430px;
}
#capabalities {
  background: #f4f8ff;
}
.automation-about .sub-content {
  position: absolute;
  bottom: 50px;
  right: 2%;
  transform: translateY(48%);
  /* transform: translateX(10px); */
  padding: 15px 20px;
  background: #ffffff;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  display: flex;
  align-items: center;
  max-width: 393px;
  z-index: 2;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;

  border: 1px solid #7f07ca;
}
.automation {
  background-position: right center;
  display: block;
  width: 50px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 77%;
  margin-top: -7px;
  background: url(../images/icons/link-arw.png) no-repeat right;
  transition: 0.2s ease-in;
}
.auto-s2-bg {
  position: relative;
  background: url(../images/bg/net3.png) no-repeat right;
  padding: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.auto-s2-bg:after {
  left: 0;
  right: 0;
  width: 95%;
  content: "";
  height: 25px;
  bottom: -25px;
  margin: 0 auto;
  position: absolute;
  border-radius: 7px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: linear-gradient(5deg, #7f31ff 0%, #4279f1 100%);
}
.auto-about-info {
  /* width: 80px;
  height: 80px;
  text-align: center;
  background-color: #c0f8e8; */
  /* border-top-left-radius: 30px; */
  /* border-radius: 10px;
  font-size: 40px;
  padding: 21px 20px;
  margin-right: 13px; */
  /* color: #00163b; */
}
.auto-s2-pimg {
  padding: 20px;
  margin: 2px solid #000;
  border: 2px solid #7f07ca;
}
.auto-s2-pimg img {
  border: 2px solid #664ef9;
}
.p-25 {
  padding: 25px;
}
.p-10-0-3-0 {
  padding: 10px 0 3px 0px;

  color: #7f07ca;
}
.it-nw-btn button {
  color: #fff;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 5px;
  font-family: "Poppins";
  border-top-right-radius: 0;
  display: inline-block;
  background-size: 200%, 1px;
  background: linear-gradient(30deg, #7f31ff 0%, #a857db 100%);
}
.it-nw-btn button i {
  width: 30px;
  height: 30px;
  line-height: 25px;
  margin-left: 12px;
  text-align: center;
  border-radius: 4px;
  /* background-color: #7683f7; */
  border-top-right-radius: 0;
}
.suto-s3-bg {
  position: relative;
  background: url(../images/bg/auto-s3-bg.png) no-repeat right;
  /* padding: 10px; */
}
.apihu-port-portfolio-item {
  position: absolute;
  left: 620px;
  top: 372px;
}
.apihu-port-single-service {
  padding: 40px 20px;
  background: linear-gradient(103deg, #e3edf7, #ffffff);
  -webkit-box-shadow: -6px -6px 10px 0px #f5f9fc,
    4px 3px 15px 0px rgba(127, 163, 199, 0.3);
  box-shadow: -6px -6px 10px 0px #f5f9fc,
    4px 3px 15px 0px rgba(127, 163, 199, 0.3);
  border-radius: 5px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.apihu-port-single-service::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 200%;
  height: 150%;
  /* color: #fff; */
  background: linear-gradient(
    to right top,
    rgb(168, 87, 219),
    rgb(255 255 255)
  );
  transition: all 1.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  z-index: -1;
  transform: translate(-50%, -150%);
}
.apihu-port-single-service:hover:before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.apihu-port-single-service .apihu-port-service-icon-box {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 22px;
  -webkit-box-shadow: inset -3px -2px 5px 0px rgba(255, 255, 255, 0.66),
    inset -1px -1px 0px 0px rgba(255, 255, 255, 0.18),
    inset 2px 2px 7px 0px rgba(49, 69, 106, 0.18);
  box-shadow: inset -3px -2px 5px 0px rgba(255, 255, 255, 0.66),
    inset -1px -1px 0px 0px rgba(255, 255, 255, 0.18),
    inset 2px 2px 7px 0px rgba(49, 69, 106, 0.18);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.apihu-port-single-service .apihu-port-service-icon-box i {
  font-size: 45px;
  color: #a857db;
  margin-top: 7px;
}
.apihu-port-single-service .apihu-port-single-service-title {
  color: #08203a;
  font-size: 22px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin-bottom: 26px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.apldg-service-list {
  margin-top: 20px;
}
.apldg-service-list ul li {
  font-weight: 500;
  position: relative;
  padding-left: 22px;
  line-height: 32px;
}
.apldg-service-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 15px;
  width: 15px;
  height: 2px;
  background-color: #7f07ca;
}
.apihu-port-single-service .apihu-port-single-service-text {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.apihu-port-single-service .apihu-port-single-service-btn {
  font-size: 15px;
  margin-top: 30px;
  line-height: 1.5;
  color: rgb(8, 32, 58);
  font-weight: 600;
  font-family: Poppins, sans-serif;
  background: linear-gradient(103deg, rgb(168 87 219), rgb(127 7 202));
  display: inline-block;
  padding: 13px 20px 16px;
  border-radius: 5px;
  transition: all 0.3s ease-in 0s;
  position: relative;
  z-index: 0;
}
.apihu-port-single-service:hover .apihu-port-single-service-btn {
  background: linear-gradient(103deg, rgb(245, 239, 249), rgb(225, 182, 252));
}
.flaticon-network:before {
  content: "\f128";
}
.auto-s3-car-card {
  background-color: #ffffff;
  /* -webkit-box-shadow: 0px 15px 40px 0px rgba(166, 166, 166, 0.1); */
  box-shadow: 0px 15px 40px 0px rgba(166, 166, 166, 0.1);
}
.auto-s3-car-card .blog-content-wrapper {
  padding: 20px 20px 25px 20px;
  position: relative;
  background-color: #ffffff;
}
.blog-content-wrapper .apldg2-headline {
  margin-top: 20px;
}
.blog-content-wrapper .apldg2-headline h5 {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.blog-content-wrapper .apldg2-pera-txt {
  margin-top: 20px;
}
.p-50-tb {
  padding: 50px 0px;
}
/* 
 */
/*  */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .as-card-body {
    height: 150px;
    font-size: 12px;
    line-height: 16px;
  }
  /* .dis-block {
    display: block;
  } */
  .as-s3-c h2 {
    line-height: 25px;
  }
  .as-s3-c p {
    line-height: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .as-card-body {
    font-size: 12px;
    line-height: 16px;
  }

  .as-s3-aside {
    margin: 0;
  }
  .as-s3-c h2 {
    line-height: 25px;
  }
  .as-s3-c p {
    line-height: 18px;
  }
  .main-title {
    letter-spacing: -2px !important;
  }
}
/* 
 */
/* 
  */
/* 
   */
/* Marketing page css  */
.about-section {
  position: relative;
  padding: 100px 0 50px;
}

/* .auto-container {
  position: static;
  max-width: var(--container-width);
  padding: 0px 15px;
  margin: 0 auto;
  width: 100%;
} */
.about-section .content-column {
  position: relative;
  margin-bottom: 50px;
}
.order-2 {
  order: 2 !important;
}
.about-section .content-column .inner-column {
  position: relative;
  padding-left: 70px;
}
.sec-title {
  position: relative;
  margin-bottom: 50px;
}
.sec-title h2 {
  /* position: relative;
  font-size: var(--sec-title-font-size);
  color: var(--sec-title-color);
  font-family: var(--sec-title-font-family);
  font-weight: var(--sec-title-font-weight);
  letter-spacing: -0.04em;
  line-height: 1.2em;
  margin-bottom: 0; */
  z-index: 2;
}
.about-section .content-column .info-box {
  position: relative;
  padding-left: 105px;
  margin-bottom: 30px;
}
.about-section .content-column .info-box .icon {
  position: absolute;
  left: 20px;
  top: 40px;
  color: #a857db;
  line-height: 1em;
  font-size: 62px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.about-section .content-column .info-box .icon:after {
  position: absolute;
  left: 20px;
  top: 20px;
  height: 52px;
  width: 52px;
  z-index: -1;
  background-color: #f2f3f6;
  content: "";
}
.about-section .content-column .info-box .title {
  margin-bottom: 5px;
}

.about-section .content-column .other-info {
  position: relative;
  padding-right: 230px;
  margin-top: 42px;
}
.about-section .content-column .author-info {
  position: relative;
  /* padding-left: 110px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 88px;
}
.about-section .content-column .author-info .thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 88px;
  width: 88px;
  padding: 2px;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(var(--theme-color2)),
    to(var(--theme-color1))
  );
  background: linear-gradient(to top, var(--theme-color2), var(--theme-color1));
  border-radius: 50%;
}
.about-section .content-column .author-info .thumb img {
  border-radius: 50%;
  border: 9px solid #fff;
}
.about-section .content-column .author-info .designation {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 0;
}
.btn-style-one {
  position: relative;
  font-size: 15px;
  line-height: 20px;
  padding: 20px 50px;
  font-weight: 600;
  overflow: hidden;
  z-index: 0;
  color: var(--theme-color2);
  background: var(--theme-color1);
}
.about-section .content-column .other-info .theme-btn {
  position: absolute;
  right: 0;
  top: 10px;
}
.about-section .image-column {
  position: relative;
  margin-bottom: 50px;
}
.about-section .image-column .image-box {
  position: relative;
  padding-bottom: 120px;
}
.about-section .image-column .image-box .icon-dots {
  position: absolute;
  right: 20px;
  bottom: 70px;
}
.icon-dots {
  height: 385px;
  width: 103px;
  background-image: url(../images/Marketing/icon-dots.png);
}
.icon-circle {
  height: 250px;
  width: 250px;
  background-image: url(../images/Marketing/icon-circle.png);
  z-index: -1;
}
.zoom-one {
  -webkit-animation: zoom-one 10s infinite linear;
  animation: zoom-one 10s infinite linear;
}

.about-section .image-column .image-box .icon-circle {
  position: absolute;
  left: 85px;
  bottom: 40px;
}
.about-section .image-column .image-2 {
  position: absolute;
  right: -23px;
  bottom: 0;
  border: 10px solid #fff;
  margin-bottom: 0;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}
.about-section .image-column .exp-box {
  position: absolute;
  left: -80px;
  top: 90px;
  padding: 40px 40px 60px;
  background-image: url(../images/Marketing/shape2.png);
  height: 170px;
  width: 303px;
}
.about-section .image-column .exp-box .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 62px;
  color: var(--theme-color2);
}
.about-section .image-column .exp-box .count {
  font-size: 48px;
  font-weight: 600;
  line-height: 1em;
  color: var(--theme-color2);
}
.about-section .image-column .exp-box .text {
  font-size: 15px;
  color: var(--theme-color2);
  line-height: 1em;
  font-weight: 600;
}
.about-section .image-column .exp-box .inner {
  position: relative;
  padding-left: 85px;
}

.m-s3-bg {
  background: url(../images/bg/net3.png) no-repeat top left;
  padding: 10px;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
}
.box-s {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/* marketing Sercvices css  */
.app-dm-project-slider-item {
  padding: 20px;
  margin-top: 20px;
  background-color: #f2f2f3;

  box-shadow: rgb(168 87 219 / 38%) 0px 5px 15px 0px;
  border-radius: 10px;
}
.app-dm-project-slider-item .app-dm-project-img {
  overflow: hidden;
  border-radius: 6px;
}
.app-dm-project-slider-text h3 {
  color: #7f07ca;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 20px;
  padding-top: 10px;
}
.app-dm-project-slider-text p {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.app-dm-project-slider-text ul {
  margin-bottom: 25px;
}
.app-dm-project-slider-text li {
  font-size: 18px;
  font-weight: 700;
  padding-left: 32px;
  margin-bottom: 8px;
  position: relative;
}
.app-dm-project-slider-text li:before {
  top: 0;
  left: 0;
  font-size: 18px;
  content: "";
  font-weight: 900;
  position: absolute;
  color: #7f07ca;
  font-family: "Font Awesome 5 Free";
}
.app-dm-btn a {
  z-index: 1;
  color: #fff;
  height: 55px;
  width: 170px;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  font-family: Lexend;
  display: inline-block;
  background-image: linear-gradient(160deg, #7f07ca 0, #9f00fd7d 99%);
}

/* Our thinking under marketing section  */
.p-10 {
  padding: 10px;
}
.pb-20 {
  padding-bottom: 20px;
}
.owm-transection {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
    transform var(--e-transform-transition-duration, 0.4s);
}
.ourthink-about-h {
  padding: 15px 0px 5px 0px;
}
.ourthink-about-h h2 {
  color: #000715;
  font-family: "Lexend", Sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}
.app-dm-benifit-tab-inner-content {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #a857db;
  box-shadow: 0 0 20px 5px #00000020;
}
.app-dm-benifit-tab-btn {
  padding: 5px 30px;
  margin-top: 5px;
  border-radius: 45px;
  margin-bottom: 30px;
  display: inline-block;
  border: 1px solid #ffffff;
  background: #f3eff6;
  box-shadow: 0 0 20px 5px #00000020;
}
.app-dm-benifit-tab-btn .nav-tabs {
  border-bottom: none;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.app-dm-benifit-tab-btn .nav-tabs .nav-link.active {
  color: #fff;
  background: linear-gradient(-160deg, #9e01fd 0, #6e00b2 99%);
}
.app-dm-benifit-tab-btn .nav-tabs .nav-link {
  font-size: 16px;
  font-weight: 600;
  border: 0;
  padding-top: 14px;
  color: #7f07ca;
}
.app-dm-benifit-tab-btn .nav-tabs .nav-link.active {
  border: none;
  padding: 11px 25px;
  border-radius: 30px;
  margin: 2px;
}
/* .fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
} */
.app-dm-benifit-tab-text.app-dm-headline.pera-content {
  font-family: "Roboto", Sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.app-dm-benifit-tab-text h3 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 35px;
  line-height: 1.333;
}
.app-dm-feature-innerbox {
  padding: 30px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.5s cubic-bezier(0.24, 0.74, 0.58, 1);
  -webkit-box-shadow: 0 3px 40px 0 rgba(146, 146, 146, 0.15);
  box-shadow: 0 3px 40px 0 rgba(146, 146, 146, 0.15);
}
.app-dm-feature-innerbox .more-btn {
  top: 20px;
  right: 20px;
}
.more-btn i {
  margin-top: 10px;
  font-size: 20px;
  color: #7f07ca;
}
.position-absolute {
  position: absolute !important;
}
.app-dm-feature-innerbox .more-btn a {
  width: 40px;
  height: 40px;
  line-height: 45px;
  border-radius: 6px;
  display: inline-block;
  background-color: #f3f3f3;
  color: #666;
}
.app-dm-feature-innerbox .app-dm-feature-icon {
  z-index: 1;
  width: 70px;
  height: 70px;
  line-height: 80px;
  border-radius: 6px;
  margin-bottom: 30px;
  /* background: #ede9fd; */
  /* padding: 10px; */
  /* box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset; */
}
.app-dm-feature-innerbox .app-dm-feature-icon:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  content: "";
  height: 100%;
  border-radius: 6px;
  position: absolute;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  background-image: linear-gradient(-160deg, #4b3eff 0, #22b1ff 99%);
}
.app-dm-feature-innerbox .app-dm-feature-icon i {
  font-size: 40px;
  margin-top: 15px;
  background-image: linear-gradient(-160deg, #4b3eff 0, #f122ff 99%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.app-dm-feature-text h3 {
  color: #7f07ca;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 10px;
}
.app-dm-feature-innerbox .app-dm-feature-icon:before {
  top: 0;
  left: 0;
  z-index: -1;
  width: 0%;
  content: "";
  height: 100%;
  border-radius: 6px;
  position: absolute;
  -webkit-transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
  background-image: linear-gradient(-160deg, #4b3eff 0, #22b1ff 99%);
}
.ptb-70 {
  padding: 70px 0 !important;
}

/* s3  */
.str-work-process-section {
  padding: 0px 0px 115px 0px;
}
.str-work-process-content {
  padding: 65px 0px 0px 0px;
}
.str-work-process-section .str-work-icon-text .str-work-icon {
  width: 155px;
  height: 155px;
  margin: 0 auto;
  position: relative;
  line-height: 155px;
  margin-bottom: 45px;
  border-radius: 100%;
  border: 2px solid #d7e7fd;
}
.str-work-icon .str-icon-border {
  top: -10px;
  left: -10px;
  width: 170px;
  height: 170px;
  position: absolute;
  border-radius: 100%;
  border: 15px solid #4ae0f0;
  border-right-color: transparent;
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation: rotate-anim 3s infinite linear;
  animation: rotate-anim 3s infinite linear;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.str-work-icon .str-icon-border .work-circle-shape {
  content: "";
  height: 35px;
  width: 35px;
  right: -25px;
  top: 50px;
  position: absolute;
  border-radius: 100%;
  background-image: -webkit-linear-gradient(120deg, #54e8ec 0, #33cefa 100%);
  background-image: -o-linear-gradient(120deg, #54e8ec 0, #33cefa 100%);
  background-image: linear-gradient(-30deg, #54e8ec 0, #33cefa 100%);
  -webkit-box-shadow: -1.045px 9.945px 16px 0 rgba(52, 207, 251, 0.4);
  box-shadow: -1.045px 9.945px 16px 0 rgba(52, 207, 251, 0.4);
}
.str-work-icon .icon-inner-shadow {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100%;
  -webkit-box-shadow: -1.045px 9.945px 16px 0 rgba(52, 207, 251, 0.4);
  box-shadow: -1.045px 9.945px 16px 0 rgba(52, 207, 251, 0.4);
}
.str-work-icon-text .str-work-icon i {
  font-size: 45px;
}
.appilo-icon-settings:before {
  content: "\e9ac";
}
.str-work-process-section .str-work-icon-text .str-work-text h3 {
  color: #010101;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 15px;
}
.str-work-process-section .str-work-icon-text .str-work-text p {
  margin: 0 auto;
  max-width: 200px;
  padding-bottom: 5px;
}
.str-work-icon-text .str-work-text .str-btn {
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.str-work-text .str-btn:before {
  width: 100%;
  height: 1px;
}
.str-btn:before {
  bottom: -1px;
  content: "";
  height: 2px;
  width: 112px;
  position: absolute;
  background-color: #161616;
}
.str-work-icon-text .str-work-text .str-btn i {
  color: #494949;
  margin-left: 0;
}
.appilo-icon-right-arrow:before {
  content: "\e924";
}
.str-work-icon-text:hover .str-icon-border {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
@media only screen and (max-width: 767px) {
  .bs-2-contect {
    padding: 10px;
  }
  .app-dm-benifit-tab-btn .nav-tabs .nav-link {
    font-size: 12px;
  }
  .about-section .content-column .inner-column {
    position: relative;
    padding: 0px;
  }
  .about-section .content-column .info-box .icon {
    position: relative;
    left: 0px;
    top: 0px;
    color: #a857db;
    line-height: 1em;
    font-size: 62px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
  .about-section .image-column .exp-box {
    display: none;
  }
  .about-section .image-column .image-2 {
    display: none;
  }
  .about-section .image-column .image-box .icon-circle {
    display: none;
  }
  .about-section .image-column .image-box {
    padding-bottom: 0;
  }
  .about-.image-column {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .about-.content-column .other-info .theme-btn {
    position: relative;
    margin-top: 30px;
    top: 0;
  }
  .about-.content-column .other-info {
    padding-right: 0;
  }

  .about-section .content-column .info-box {
    padding-left: 25px;
    text-align: center;
  }
  .about-.content-column .inner-column {
    padding-left: 0;
  }
  .sec-title h2 {
    font-size: 36px;
  }
  .sec-title .text {
    margin-top: 30px;
  }
  .about-.content-column .info-box {
    padding-left: 0;
    text-align: center;
  }
  .about-.content-column .info-box .icon {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
  }
}
.content-area {
  z-index: 1;
}
.bg-grey {
  background-color: #f4f4f4;
}
.ptb_100 {
  padding: 100px 0;
}
.section {
  position: relative;
}

.single-content-list span {
  font-size: 16px;
}
.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}
.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.fa-angle-double-right:before {
  content: "\f101";
}
.single-content-list span {
  font-size: 16px;
}
.text-left {
  text-align: left !important;
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.color-1 {
  color: #be63f9;
}
.color-2 {
  color: #26c6da;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.single-service {
  border-radius: 10px;
  margin-bottom: 15px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}
.single-service > span.icon-bg-1 {
  background-color: rgba(190, 99, 249, 0.15);
}
.single-service > span {
  display: inline-block;
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4.5rem;
  text-align: center;
  border-radius: 10px;
  /* box-shadow: rgba(255, 255, 255, 0.5) 3px 3px 6px 0px inset, rgba(0, 0, 0, 0.2) -3px -3px 6px 1px inset; */
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}
.single-service > span::before {
  font-size: 2.5rem;
  margin: 0;
}
.flaticon-rocket-launch:before {
  content: "\f100";
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
  margin-left: 20px;
}
.single-service h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  /* letter-spacing: -1.6px; */
}
.service-btn {
  position: relative;
  display: inline-block;
  font-weight: 500;
}
.service-btn::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background-color: #0449c4;
  border-radius: 4px;
  bottom: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.3s ease-in 0s;
  transition: -webkit-transform 0.3s ease-in 0s;
  transition: transform 0.3s ease-in 0s;
  transition: transform 0.3s ease-in 0s, -webkit-transform 0.3s ease-in 0s;
}

.single-service > span.icon-bg-2 {
  background-color: rgba(38, 198, 218, 0.15);
}
.color-2 {
  color: #a126da;
}
.single-service > span.icon-bg-3 {
  background-color: rgba(252, 87, 59, 0.15);
}
.single-service > span.icon-bg-4 {
  background-color: rgba(52, 255, 146, 0.15);
}
.single-service > span.icon-bg-5 {
  background-color: rgba(255, 210, 0, 0.15);
}
.single-service > span.icon-bg-6 {
  background-color: rgba(255, 157, 69, 0.15);
}
@media (min-width: 576px) {
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .d-sm-block {
    display: block !important;
  }
}

.smm-box {
  padding: 3.2em 0 3.8em 3.9em;
}
.smm-case img {
  border-radius: 52% 48% 33% 67% / 50% 52% 48% 50%;
}
.smm-box h3 {
  margin-bottom: 25px;
  font-size: 50px;
}
.image-wrapper {
  display: none;
  transition: 0.3s ease-in-out;
  height: 100%;
  border-radius: 0 10px 10px 0;
}
.image-wrapper img {
  border-radius: 0 10px 10px 0;
}
.image-wrapper.wrap-active {
  display: block;
}

/* lead form */
.lead-post {
  padding: 10px;
  box-shadow: 0 0 20px 5px #00000020;
  border-radius: 10px;
  background: #fff;
}

.in-logo {
  width: 100%;
  padding: 20px;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 20px;
  margin-bottom: 25px;
}
.g-blot2 {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-box-shadow: inset -3px -2px 5px 0px rgba(255, 255, 255, 0.66),
    inset -1px -1px 0px 0px rgba(255, 255, 255, 0.18),
    inset 2px 2px 7px 0px rgba(49, 69, 106, 0.18);
  box-shadow: inset -3px -2px 5px 0px rgba(255, 255, 255, 0.66),
    inset -1px -1px 0px 0px rgba(255, 255, 255, 0.18),
    inset 2px 2px 7px 0px rgba(49, 69, 106, 0.18);
  display: inline-block;
  float: right;
  margin-left: 10px;
}
.g-blot2 i {
  line-height: 35px;
}
.bg-gradient1 {
  background: rgb(126, 10, 214);
  background: linear-gradient(
    176deg,
    rgba(126, 10, 214, 1) 0%,
    rgba(72, 8, 120, 1) 100%
  );
}
.process-arrw {
  background-image: url(../images/icons/Group.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}



/* Changes */
.dark-mode .featured-block h3 {
  background: none !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: #fff !important;
  color: #fff !important;
}
