/************************************/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
:root {
  --primary-color: #15161b;
  --secondary-color: #f7f8fd;
  --text-color: #9c9fa6;
  --accent-color: #5d56f1;

  /* --accent-color: #5d56f1; */

  --accent-color: #4d4495;
  --white-color: #ffffff;
  --divider-color: #e1e4eb;
  --error-color: rgb(246, 78, 78);
  --default-font: "Manrope", sans-serif;
}

html {
  scrollbar-width: none;
}
/************************************/
.gragient {
  display: inline !important;
  /* color: transparent; */
  /* font-size: 2em; */
  font-weight: bold;
  background: linear-gradient(45deg, #e1481a, #c904b9, #4d4495);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  color: var(--text-color);

  /* background: #fbe0dd; */

  /* background: #fbe0dd; */
  /* background: linear-gradient(30deg,#fbe0dd,#FFF5F4); */

  /* background: #f3ceca; */

  /* background: #eeebe00a; */

  background: #ccc39e42;

  background: #ffffffc9;

  /* background: #e2205734; */
}

p {
  line-height: 1.9em;
  margin-bottom: 1.5em;
  color: rgb(88, 88, 88);
}
  .mobilenav {
   
    display: none;
  }
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1.2em;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600);

.word {
  position: absolute;
  opacity: 0;
  transform: translateY(-30px) translateX(10px);
}

.letter {
  display: inline-block;
  position: relative;
  float: left;
  transform: translateZ(205px);
  transform-origin: 50% 50% 25px;
  font-size: 55px !important;
  font-weight: 700;
}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wisteria {
  color: #e41f57;
}
.companyname {
  background-color: white !important;
  display: inline-block;

  position: relative;
  z-index: 2;
}
.companyname::after {
  position: absolute;
  width: 150px;
  height: 30px;
  left: 50%;
  top: 50%;
  z-index: 0;
  border-radius: 50%;

  content: "";
  background-color: rgba(132, 0, 255, 0.547);
  z-index: 0;
  transform: translate(-50%, -50%);
  filter: blur(50px);
}
.belize {
  color: #1f3b87;
}

.pomegranate {
  color: #fbc342;
}

.navbar_fixed .slicknav_btn {
  transform: translateY(0px) !important;
}
.navbar_fixed {
  background: rgb(238, 235, 224);
  /* backdrop-filter: blur(5px); */
  box-shadow: 0 1px 24px rgba(55, 55, 55, 0.15);
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0px;
  transition: all 0.2s, top 0.4s linear;
}

.container {
  max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-right: 15px;
  padding-left: 15px;
}

.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
}

.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row > * {
  padding-right: 15px;
  padding-left: 15px;
}

.row.no-gutters {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0;
  padding-right: 0;
}

.btn-default {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1em;
  color: var(--white-color);
  background: #e02059;
  text-transform: capitalize;
  padding: 15px 45px 15px 20px;
  border: 2px solid #e02059;
  border-radius: 100px;
  transition: 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn-default::before {
  content: "\f062";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  font-family: "FontAwesome";
  font-size: 18px;
  font-weight: 900;
  transition: 0.3s ease-in-out;
  background: transparent;
  color: var(--white-color);
  transform: translate(-20px, -50%) rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-default:hover:before {
  color: white;
  transform: translate(-20px, -50%) rotate(90deg);
}

.btn-default::after {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: var(--accent-color);
  border-radius: 30px;
  transition: 0.3s ease-in-out;
}

.btn-default:hover::after {
  width: 100%;
}

.btn-default:hover {
  color: white;
}
header {
  background-color: #333;
  color: #fff;
  padding: 10px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; /* Ensures the header stays above other content */
}

.content {
  margin-top: 70px; /* Adjust according to the height of your header */
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.section-row {
  margin-bottom: 60px;
}

.section-btn {
  text-align: end;
}

.section-title {
  text-align: left;
  position: relative;
}
.bigtext {
  position: absolute;
  font-size: 200px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  left: 50%;
  top: 10%;
  transform: translate(-50%, -50%);
  /* opacity: .3; */
  text-wrap: nowrap;
  z-index: -1;
  letter-spacing: 10px;
  color: transparent;
  background: linear-gradient(#cac0e543, #d0c0e743, transparent);
  background-clip: text;
  -webkit-background-clip: text;
  /* background:red; */
  height: 130px;
  padding-top: 30px;
}

.section-title h3 {
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--accent-color);
  margin-bottom: 7px;
  letter-spacing: 1px;
}

.section-title h1,
.section-title h2 {
  font-size: 50px;
  /* letter-spacing: 1px; */
  font-weight: 600;
  margin-bottom: 0;
}

.section_item {
  height: 100%;
  background: url(../images/blurcard1.webp);
  background-size: cover;

  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 30px 15px;
  overflow: hidden;
  gap: 20px;

  padding-left: 20px;
  position: relative;
  border-radius: 20px;
  /* border: 1px solid #4D4495; */
  padding-bottom: 60px;
}
.section_item2 {
  background: url(../images/blurcard-2.webp);
  background-size: cover;
}
.section_item3 {
  background: url(../images/blurcard-3.webp);
  background-size: cover;
}
.section_item h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;

  text-align: center;
}

.titeltext {
  font-weight: 400;
  background: #f7faff00;
  width: 100%;
  font-size: 20px;
  padding: 20px 010px;
  text-align: center;
  left: 0%;
  bottom: 0%;
  /* box-shadow: 0 5px 40px #85858527; */

  color: #4d4495;
}
.section_item img {
  width: 100px;
  margin: 30px auto;
  filter: brightness(0) saturate(100%) invert(31%) sepia(16%) saturate(2316%)
    hue-rotate(208deg) brightness(87%) contrast(92%);

  filter: brightness(0) saturate(100%) invert(22%) sepia(48%) saturate(4997%)
    hue-rotate(329deg) brightness(90%) contrast(95%);
}
.section_item ul {
  text-align: left;
}
.section_item ul li {
  color: rgb(42, 42, 42);
  font-size: 18px;
  padding: 5px 0;
  font-weight: 400;
}
.product_item {
  background-color: #f5f3fccb;
  border-radius: 10px;
  padding: 30px 20px;
  margin-bottom: 20px;

  transition: 0.3s;
}

.product_item:hover {
  background: white url(../images/cardimg.svg);
  background-size: cover;

  transition: 0.3s;
}

.product_item img {
  width: 60px !important;

  margin: 10px 0;

  filter: brightness(0) saturate(100%) invert(17%) sepia(55%) saturate(6160%)
    hue-rotate(333deg) brightness(94%) contrast(86%);
}
.client_itemm img {
  width: 100px !important;

  margin: 5px 0;

  filter: unset;
}
.client_itemm .usersec {
  width: 55px;
  height: 55px;
  background: url(../images/graphuser.png);
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.client_itemm .usersec img {
  width: 25px !important;
  filter: brightness(0) saturate(100%) invert(100%) sepia(4%) saturate(163%)
    hue-rotate(324deg) brightness(113%) contrast(96%);
  /* background-color: red; */
}

.subhrading {
  padding: 10px 0;
  font-size: 40px !important;
}
.product_item h3 {
  font-size: 17px;
  padding: 10px 0;
  font-weight: 800;
  color: #4d4495;
}
.product_item p {
  margin: 0;
  line-height: 1.5;
}
.client_itemm p {
  margin: 0;
  line-height: 2;
  padding: 15px 0;
}
.weprovide ul li {
  border-radius: 10px;
  transform-style: preserve-3d;
  /* box-shadow: 0 10px 14px #fafafa46; */
  padding: 10px;
}

.weprovide ul li h4 {
  font-size: 17px;
  transform: translateZ(30px);
  font-weight: 400;
  color: rgb(0, 0, 0) !important;
}
.section-title h1 span,
.section-title h2 span {
  color: var(--accent-color);
}

header.main-header {
  background-color: transparent;
  position: relative;
  z-index: 100;
}
/* 
header.main-header .header-sticky {
  padding: 25px 0;
  position: relative;
  top: 0;
  z-index: 100;
}

/* header.main-header .header-sticky.hide {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  padding: 20px 0;
  border-radius: 0;
  border-bottom: 1px solid var(--divider-color);
} */

header.main-header .header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  /* border-bottom: 1px solid var(--divider-color); */
  transform: translateY(0);
  /* background: var(--white-color); */
  backdrop-filter: blur(30px);
}

.navbar {
  align-items: center;
  /* margin-top: -20px; */
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-brand img {
  width: 160px;
}

.main-menu .nav-menu-wrapper {
  flex: 1;
  text-align: center;
}

.main-menu .nav-menu-wrapper > ul {
  align-items: center;
  display: inline-flex;
}

.main-menu ul li {
  margin: 0 10px;
  position: relative;
}

.main-menu ul li a {
  font-size: 16px;
  font-weight: 700;
  padding: 15px 10px !important;
  color: var(--primary-color);
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.main-menu ul li.submenu > a:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 14px;
  margin-left: 8px;
}

.main-menu ul li a:hover,
.main-menu ul li a:focus {
  color: var(--accent-color);
}

.main-menu ul ul {
  visibility: hidden;
  opacity: 0;
  transform: scaleY(0.8);
  transform-origin: top;
  padding: 10px 30px;
  margin: 0;
  list-style: none;

  /* width: 210px; */
  border-radius: 15px;
  position: absolute;
  left: 0;
  top: 100%;
  overflow: hidden;
  background-color: var(--accent-color);
  transition: all 0.3s ease-in-out;
  text-align: left;
}

.main-menu ul ul ul {
  left: 100%;
  top: 0;
  text-align: left;
}

.main-menu ul ul li {
  margin: 0;
  padding: 0;
}

.main-menu ul ul li a {
  color: var(--white-color);
  padding: 8px 20px !important;
  text-wrap: nowrap;
}

.main-menu ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  padding: 5px 0;
}

.main-menu ul ul li a:hover {
  color: white;
  background-color: transparent;
}

.main-menu ul li.highlighted-menu {
  display: none;
}

.responsive-menu,
.navbar-toggle {
  display: none;
}

.responsive-menu {
  top: 20px;
  position: relative;
}

.slicknav_btn {
  /* background: var(--accent-color); */
  background: transparent;
  padding: 6px 0 0;
  width: 38px;
  height: 38px;
  margin: 0;
  border-radius: 10px;
  transform: translateY(-8px);
}

.slicknav_icon .slicknav_icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  width: 25px;
  background-color: var(--accent-color);
  border-radius: 6px;
  margin: 4px auto !important;
  transition: all 0.1s ease-in-out;
}

.navbar-toggle
  a.slicknav_btn.slicknav_open
  .slicknav_icon
  span.slicknav_icon-bar:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle
  a.slicknav_btn.slicknav_open
  .slicknav_icon
  span.slicknav_icon-bar:nth-child(2) {
  opacity: 0;
}

.navbar-toggle
  a.slicknav_btn.slicknav_open
  .slicknav_icon
  span.slicknav_icon-bar:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -5px);
}

.slicknav_menu {
  padding: 0;
  background: var(--accent-color);
  display: none;
  transform: none;
}

.slicknav_menu ul {
  margin: 5px 0;
}

.slicknav_menu ul ul {
  margin: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 10px 20px;
  color: var(--white-color);
  line-height: normal;
  margin: 0;
  border-radius: 0 !important;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
  background-color: transparent;
  color: var(--primary-color);
}

.slicknav_menu ul ul li a {
  padding: 10px 20px 10px 30px;
}

.slicknav_arrow {
  font-size: 0 !important;
}

.slicknav_open > a .slicknav_arrow:after {
  transform: rotate(-180deg);
}

/************************************/
/***        04. Hero css	      ***/
/************************************/

.hero {
  position: relative;

  background: url(../images/backgroundbanner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.pattern3 {
  position: absolute;
  left: 16.3%;
  width: 40px;
  top: 19%;
  opacity: 0.6;
  animation: balp infinite 3s ease-in-out;
}
@keyframes balp {
  50% {
    transform: translateY(10px);
  }
}
.services_section {
  position: relative;

  /* padding: 50px 0; */
  min-height: 95vh;
  background: url(../images/section-bg.jpg);
  background-size: cover;
  display: flex;

  align-items: center;

  overflow: hidden;
}
.services_section svg {
  position: absolute;
  bottom: -50px;
}
.web_development {
  position: relative;

  /* padding: 50px 0; */
  min-height: 100vh;
  /* background:url(../images/about_s4_bubble2.png); */
  /* background-size: 100%; */
  display: flex;

  align-items: center;

  overflow: hidden;
}
.web_development h1 {
  position: relative;
  font-size: 80px;
  background: linear-gradient(45deg, #3000b1, #c001eb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  letter-spacing: 2px;
  line-height: 1;
}

.software_development {
  position: relative;

  /* padding: 50px 0; */
  min-height: 100vh;
  background: url(../images/service__bg__01.png);
  background-size: cover;
  display: flex;

  align-items: center;

  overflow: hidden;
}
.app_development {
  position: relative;

  /* padding: 50px 0; */
  min-height: 100vh;
  background: url(../images/about_s4_bubble2.png);
  /* background-size: cover; */
  display: flex;

  align-items: center;

  overflow: hidden;
}
.app_development .appbg {
  position: absolute;

  right: 0;
  top: 50px;
}
.digital_marketing {
  position: relative;

  /* padding: 50px 0; */
  min-height: 100vh;
  background: url(../images/dijitalbg.svg);
  background-size: cover;
  background-position: 0px 0px;
  display: flex;
  background-repeat: no-repeat;
  align-items: center;

  overflow: hidden;
  /* clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 85%); */
  position: relative;
}
.bigtxt {
  position: absolute;
  transform: rotate(-90deg);
  text-orientation: left top;
  bottom: 450px;
  background: linear-gradient(30deg, #9b02f3, #0357ff);
  left: -320px;
  font-size: 160px;
  font-family: Arial, Helvetica, sans-serif;
  /* font-size: 100vw !important; */
  font-weight: 900;
  text-transform: uppercase;
  color: #0000001f !important;
  letter-spacing: 10px;
  height: 150px;
  line-height: 140px;
  background-clip: text;
  -webkit-background-clip: text;
  opacity: 0.05;
}
.bigtxt2 {
  position: absolute;
  transform: rotate(-90deg);
  text-orientation: left top;
  bottom: 450px;
  background: linear-gradient(30deg, #9b02f3, #0357ff);
  left: -320px;
  font-size: 160px;
  font-family: Arial, Helvetica, sans-serif;
  /* font-size: 100vw !important; */
  font-weight: 900;
  text-transform: uppercase;
  color: #0000001f !important;
  letter-spacing: 10px;
  height: 150px;
  line-height: 140px;
  background-clip: text;
  -webkit-background-clip: text;
  opacity: 0.05;
}

.digital_marketing h1 {
  font-size: 70px !important;
  color: black;
}
.digitalpattern1 {
  position: absolute;
  z-index: -1;
  width: 50px;
  left: 15%;
  top: 20%;
  transition: 0.6s;
  animation: hu infinite 5s ease-in-out;
}
.digitalpattern2 {
  position: absolute;
  z-index: 3;
  width: 40px;
  left: 45%;
  top: 45%;
  transition: 0.6s;
  animation: hu infinite 4s ease-in-out;
}

.digitalpattern3 {
  position: absolute;
  z-index: 3;
  width: 40px;
  left: 25%;
  top: 80%;
  transition: 0.6s;
  animation: hu infinite 9s ease-in-out;
}
.digitalpattern4 {
  position: absolute;
  z-index: 3;
  width: 80px;
  right: 8%;
  top: 20%;
  transition: 0.6s;
  animation: hu infinite 10s ease-in-out;
}

.dmarkwerbanner {
  animation: hu infinite 5s ease-in-out;
}
.digital_marketing .digibg {
  position: absolute;

  right: 0;
  top: 50px;
}
.Graphics_Designing {
  position: relative;

  /* padding: 50px 0; */
  min-height: 100vh;
  background: url(../images/hero-bgjpg);
  background-size: cover;
  background-position: 0px -30px;
  display: flex;
  background-repeat: no-repeat;
  align-items: center;

  overflow: hidden;
}
.Graphics_Designing .grabg {
  position: absolute;

  left: 0;
  bottom: 0;
}
.Graphics_Designing h3 {
  font-size: 20px;
  letter-spacing: 2px;
}

.Graphics_Designing h1 {
  font-size: 80px;
  color: transparent;
  background: linear-gradient(rgb(121, 11, 255), rgb(230, 0, 255));
  background-clip: text;
  -webkit-background-clip: text;
}
.Graphics_Designing p {
  color: rgb(29, 29, 29);

  color: #fffdf5;
}
.business_section {
  position: relative;

  /* padding: 50px 0; */
  min-height: 90vh;
  background: url(../images/wave.svg);
  background-size: cover;
  /* background-position:0px 0px; */
  display: flex;
  background-repeat: no-repeat;
  align-items: center;

  /* overflow: hidden; */
}
.testimonialslider {
  padding-bottom: 50px;
}
.testimonialslider .swiper-slide {
  width: 100% !important;
  padding: 0 !important;
}
.testimonialslider .product_item {
  margin: 0 !important;
  width: 100% !important;
}

.media_marketing {
  position: relative;

  /* padding: 50px 0; */
  min-height: 100vh;
  background: url(../images/slide-bg3.png);
  background-size: cover;
  /* background-position:0px 0px; */
  display: flex;
  background-repeat: no-repeat;
  align-items: center;

  /* overflow: hidden; */
}
.aboutsection {
  position: relative;

  min-height: 100vh;

  display: flex;
  background-repeat: no-repeat;
  align-items: center;

  /* overflow: hidden; */
}

.bigtxtabout {
  position: absolute;
  /* transform: rotate(-90deg); */
  text-orientation: left top;

  background: linear-gradient(-30deg, #9b02f3, #0084f7);
  left: 67%;
  top: 17%;
  transform: translate(-50%, -50%);
  font-size: 200px;
  font-family: Arial, Helvetica, sans-serif;
  /* font-size: 100vw !important; */
  font-weight: 900;
  text-transform: uppercase;
  color: #0000001f !important;
  letter-spacing: 10px;
  height: 150px;
  line-height: 140px;
  background-clip: text;
  -webkit-background-clip: text;
  opacity: 0.07;
}

.aboutsection h1 {
  font-size: 60px;
}
.aboutsection p {
  color: rgb(58, 58, 58);
}
.bussbg {
  position: absolute;
  right: 5%;
  bottom: 50px;
  animation: hu__hu__ infinite 8s ease-in-out;
}
.bussbg2 {
  position: absolute;
  left: 9%;
  top: 155px;
  animation: hu__hu__ infinite 4s linear;
}
.mediabg {
  position: absolute;
  right: 5%;
  bottom: 150px;
  animation: hu__hu__ infinite 8s ease-in-out;
}
.aboutbg {
  position: absolute;
  right: 15%;
  top: 150px;
  animation: hu__hu__ infinite 8s ease-in-out;
}
.mediabg2 {
  position: absolute;
  left: 29%;
  bottom: 155px;
  animation: hu__hu__ infinite 4s linear;
}
.aboutbg2 {
  position: absolute;
  left: 45%;
  bottom: 155px;
  animation: hu__hu__ infinite 9s linear;
  width: 60px;
}
.aboutbg3 {
  position: absolute;
  right: 5%;
  bottom: 155px;
  animation: hu__hu__ infinite 9s linear;
  width: 90px;
}
.portfolio {
  height: 500px;
}
.portfolio img {
  height: 100%;
}

.business_section h3 {
  font-size: 20px;
  letter-spacing: 2px;
}
.business_section h1 {
  font-size: 80px;
}
.business_section p {
  color: rgb(58, 58, 58);
}
.media_marketing h3 {
  font-size: 20px;
  letter-spacing: 2px;
}
.media_marketing h1 {
  font-size: 80px;
}
.media_marketing p {
  color: rgb(58, 58, 58);
}
.Graphics_Designing .appbg {
  position: absolute;

  right: 0;
  top: 50px;
}

.service-box {
  padding: 20px;
  border-radius: 10px;
}
.service-box h5 {
  padding: 20px 0;
}
.service-box .simg {
  width: 60px;
  height: 60px;
  margin: 10px;

  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  display: grid;
  place-content: center;

  padding: 10px;
  box-shadow: 0 5px 10px #bababa44;
}
.mission {
  background: #f3e4fb;
  position: relative;
}
.mission::after {
  content: "";
  width: 100%;
  height: 150px;
  background: linear-gradient(to top, #f3e4fb, transparent);
  bottom: 100%;
  position: absolute;
}
.vission {
  background: #e4e5ff;
  position: relative;
}
.vission p,
.mission p {
  line-height: 2.5;
}
.vission::after {
  content: "";
  width: 100%;
  height: 150px;
  background: linear-gradient(#e4e5ff, transparent);
  top: 100%;
  position: absolute;
}
.process-box {
  padding: 20px;
  border-radius: 10px;
}
.process-box h5 {
  padding: 20px 0;
}
.process-box .simg {
  width: 60px;
  height: 60px;
  margin: 10px;

  /* background: rgb(255, 255, 255); */
  border-radius: 50%;
  display: grid;
  place-content: center;

  /* padding: 8px; */
  /* box-shadow: 0 5px 10px #1c1c1c8b; */
}

.process-box p {
  margin: 0;
  /* background: red; */
}
.bussnesssimg {
  animation: hu__hu__ infinite 5s ease-in-out;
}
@keyframes hu__hu__ {
  50% {
    transform: translateY(30px);
  }
}
.service-box .simg img {
  /* filter: brightness(0) saturate(100%) invert(99%) sepia(6%) saturate(276%) hue-rotate(160deg) brightness(114%) contrast(100%); */
  width: 45px;
}
.service-box ul {
  padding: 0;
  list-style-position: inside;
}
.service-box ul li {
  padding: 3px 0;
  color: rgb(74, 74, 74);
  font-size: 14px;
}
.webheadingbg {
  position: absolute;
  right: -1%;
  top: 0px;
  z-index: -1;
  /* width: 100%; */
  opacity: 0.1;
}
.serheadingbg {
  position: absolute;
  right: 16%;
  top: 200px;
  z-index: -1;
  width: 1000px;
}
.webheadingbgleft {
  position: absolute;
  left: -15px;
  bottom: -7%;
  z-index: -1;
  opacity: 0.1;
}
.webheading1 {
  position: absolute;
  left: 20%;
  top: 20%;
  animation: hu infinite 5s ease-in-out;
  transition: 0.3s;
}
.webheading2 {
  position: absolute;
  left: 40%;
  top: 25%;
  animation: hu infinite 4s ease-in-out;
  transition: 0.3s;
}
.webheading3 {
  position: absolute;
  left: 30%;
  top: 35%;
  animation: hu infinite 7s ease-in-out;
  transition: 0.3s;
}

@keyframes hu {
  50% {
    transform: translate(20px, 15px);
  }
}

.prosess {
  background: url(../images/slider_bg.png);
  background-size: cover;
  padding: 100px 0;
}
.prosess::after {
  background: url(../images/slider_bg.png);
  background-size: cover;
  padding: 100px 0;
}
.careersection {
  background: #ffffff70;
  border-radius: 10px;
}
#form_cvv {
  background: url(../images/bbblurryfrom.svg);
  padding: 40px;
  border-radius: 10px;
  margin-top: 20px;
  background-size: cover;
}
#form_cvv label {
  padding: 15px 0;
  font-size: 15px;
  color: black;
}
#form_cvv input {
  padding: 15px;
}
.submitbtn {
  padding: 10px;
}
.job_item {
  padding: 30px;
  /* border-radius: 10px; */
  /* margin-bottom: 30px; */
  position: relative;
  border-bottom: 1px solid #7a7a7a48;
}
.loaction,
.fulltime {
  border: 1px solid black;
  padding: 3px 15px;
  border-radius: 30px;
}
.loaction p,
.fulltime p {
  color: black !important;
  font-size: 15px;
  font-weight: 500 !important;
}
.loaction i,
.fulltime i {
  color: black !important;
}

.job_item h5 p {
  color: black !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 7px 0;
}
.applynowbtn {
  position: absolute;

  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 20px;

  border-radius: 10px;
  transition: 0.1s;
  font-size: 20px;
  font-weight: 500;
  color: black;
}
.applynowbtn:hover {
  padding: 15px 25px;
}
.job_item p {
  margin: 0;
  padding: 0;
  font-weight: 300;
}
.rightdigitalsection {
  height: 600px !important;
  margin: 0;
  padding: 0;
}
.rightscroll_item {
  background: rgb(229, 226, 242);
  background-size: cover;
  height: 600px !important;

  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin-bottom: 15px;
  border-radius: 20px;
}
.rightscroll_item h2 {
  font-size: 40px;
  color: rgb(52, 52, 52);
}
.rightscroll_item p {
  font-size: 20px;
  padding-right: 50px;
  margin: 20px 0;
}
.rightscroll_item img {
  width: 70%;
  /* background-color: red; */
}
.rightscroll_item span {
  position: absolute;
  font-size: 300px;
  -webkit-text-stroke: 2px rgba(168, 168, 168, 0.583);
  color: transparent;
  bottom: 110px;
  right: 0%;
  display: inline-block;
  z-index: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  /* background-color: red; */
  opacity: 0.5;
}
.privacysection {
  background: #f3e1c7;

  height: 35vh;
  display: flex;
  background-position: center;
  align-items: center;
  position: relative;
  /* margin-top: 50px; */
}
.pri_icon1 {
  position: absolute;
  width: 50px;
  left: 26%;
  top: 30%;
  transform: rotate(-20deg);
  opacity: 0.1;
  filter: grayscale(1);
}
.pri_icon2 {
  position: absolute;
  width: 35px;
  right: 40%;
  bottom: 15%;
  transform: rotate(20deg);
  opacity: 0.1;
  filter: grayscale(1);
}
.pri_icon3 {
  position: absolute;
  width: 50px;
  right: 29%;
  bottom: 30%;
  transform: rotate(-20deg);
  opacity: 0.1;
  filter: grayscale(1);
}
.pri_icon4 {
  position: absolute;
  width: 40px;
  left: 40%;
  top: 20%;
  transform: rotate(20deg);
  opacity: 0.1;
  filter: grayscale(1);
}
.privacysection::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100px;
  background: linear-gradient(#f3e1c7, transparent);
  top: 100%;
}
.privacysection h1 {
  font-size: 4vw;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-weight: 700;
  color: rgb(34, 34, 34);
}
.privacysection h2 {
  font-size: 2vw;
  /* font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important; */
  font-weight: 200;
  color: rgb(81, 66, 24);
  letter-spacing: 12px;
}
/* ========****************************** */
/* ========****************************** */

/* ========****************************** */
/* ========****************************** */
.webheading4 {
  position: absolute;
  right: 20%;
  top: 20%;
  z-index: 3;
  filter: brightness(0) saturate(100%);
  animation: huii__hu__ infinite 4s alternate ease-in-out;
  opacity: 0.3;
  transition: 0.3s;
}
.webheading5 {
  position: absolute;
  right: 30%;
  bottom: 10%;
  z-index: 3;
  filter: brightness(0) saturate(100%);
  animation: hui__hu__ infinite 5s alternate ease-in-out;
  opacity: 0.3;
  transition: 0.3s;
}

@keyframes huii__hu__ {
  50% {
    transform: translateX(30px) rotate(15deg);
  }
}
@keyframes hui__hu__ {
  50% {
    transform: translateY(30px);
  }
}
.web_development svg {
  position: absolute;
  bottom: -50px;
}

.webdev_item {
  /* background: url(../images/cardsbg.png); */
  background: #f8f2fecf;
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;

  background-size: 200% 150%;
  background-position: center;
  position: relative;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  /* margin-bottom: 70px; */
}
.career_item {
  background: url(../images/bbblurryfaci.svg);
  border-radius: 10px;
  padding: 30px 20px;
  text-align: center;
  background-size: cover;

  background-position: center;
  position: relative;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  margin-bottom: 30px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.career_item i {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 50px;
  opacity: 0.15;
}
.contactsec {
  background: url(../images/bbblurrycon.svg) rgba(140, 49, 215, 0.785);
  border-radius: 10px;
  padding: 30px;
  background-size: cover;
  background-position: center;
}
.webdev_item:hover {
  transform: translateY(-10px);
  box-shadow: 0 5px 20px #cdc9a536;
}
.sft_item {
  box-shadow: 0 10px 30px -5px #cebf9c31;
}
.webdev_item h5 {
  padding-top: 30px;
}
.career_item p {
  padding-top: 10px;
  /* text-wrap: balance; */
  text-align: center;
  margin: 0;
  text-wrap: balance;
}
.webdev_item p {
  padding-top: 30px;
  /* text-wrap: balance; */
  text-align: center;
  margin: 0;
  text-wrap: balance;
}
.webdev_item .imgpattern {
  width: 95px;
  height: 95px;
  background: url(../images/icon-bg-2.png) #dcf7ddcf;
  border-radius: 50%;
  background-size: 75% 75%;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: -23%;
  transform: translateX(-50%);
  /* box-shadow: 0 5px 20px  #c2c2c27f; */
  border: 9px solid #ffffff;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);

  z-index: 2;
}
.career_item .imgpattern {
  width: 95px;
  height: 95px;
  background: #40479a;
  border-radius: 20%;
  background-size: 75% 75%;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -45px;
  top: -10px;
  transform: rotate(45deg);
  /* box-shadow: 0 5px 20px  #c2c2c27f; */
  border: 9px solid #f1efe5;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);

  z-index: 2;
}

.webdev_item:hover .imgpattern {
  transform: translateX(-50%) translateY(20px);
}

.webdev_item .imgpattern2 {
  background: url(../images/icon-bg-1.png) #d0e2fecf;
  background-size: 75% 75%;
  background-repeat: no-repeat;
  background-position: center;
}
.webdev_item .imgpattern3 {
  background: url(../images/icon-bg-4.png) #fedbdbcf;
  background-size: 75% 75%;
  background-repeat: no-repeat;
  background-position: center;
}
.webdev_item .imgpattern img {
  width: 40px;
  height: 40px;
  filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(15%)
    hue-rotate(285deg) brightness(104%) contrast(100%);
}
.career_item .imgpattern img {
  width: 50px;
  height: 50px;
  filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(15%)
    hue-rotate(285deg) brightness(104%) contrast(100%);
  /* filter: brightness(0) saturate(100%) invert(23%) sepia(85%) saturate(863%) hue-rotate(208deg) brightness(96%) contrast(88%); */
  transform: rotate(-45deg) !important;
}
.swiper-slide {
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 20px;
}
.swiper-slide svg {
  width: 70px;
  height: 70px;
}
.techslider .swiper-slide {
  /* background-color: red; */
}
.product_section {
  position: relative;

  /* padding: 50px 0; */
  min-height: 100vh;
  /* background: rgb(229, 220, 249); */
  display: flex;
  align-items: center;
  overflow: hidden;
}

.product_section::after {
  position: absolute;
  width: 500px;
  height: 500px;
  background-color: #c898fb67;
  content: "";
  left: -10%;
  border-radius: 50%;
  filter: blur(150px);
  top: -15%;
}

.herosvg {
  position: absolute;
  left: -40%;
  bottom: 12%;
  width: 1400px;
  stroke-width: 50;
  /* height: 1000px; */
  /* background-color: red; */
  opacity: 0.15;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin2 {
  0% {
    stroke-dasharray: 1, 1000;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 400, 400;
    stroke-dashoffset: -200px;
  }
  100% {
    stroke-dasharray: 800, 1;
    stroke-dashoffset: -800px;
  }
}

.herosvg {
  transform-origin: center;
  animation: spin2 15s ease-in-out infinite, spin 19s linear infinite;
  animation-direction: alternate;
}

.hero-content {
  margin-right: 95px;
  /* background: radial-gradient(#9932771f, #c853a12a, transparent, transparent); */
  /* background-position-x: -100px; */
}

.hero-content .section-title {
  margin-bottom: 30px;
}

.hero-body {
  width: 100%;
}

.hero-body p {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  color: rgb(102, 101, 101);
  /* text-wrap: balance; */
}

.hero-image img {
  padding: 1px;
  border-radius: 40px;
}

.hero-video-image {
  position: relative;
}
.hero-video-image img {
  transition: 0.5s;
}
.hero-video-image .mainingbanner {
  animation: vibrate-1 8s linear infinite both;
}
@keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
  }
  40% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
  60% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  80% {
    -webkit-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
  }
  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.img1 {
  position: absolute;
  right: 0;
  top: 0;
}
.img2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}

.hero-play-button {
  position: absolute;
  top: 0%;
  left: -4%;
  z-index: 1;
  animation: headerpattern infinite 4s ease-in-out;
}
.hero-play-button img {
  width: 250px;
  opacity: 0.6;
}
@keyframes headerpattern {
  50% {
    transform: translateX(20px) translateY(10px);
  }
}
.hero-play-button2 {
  animation: headerpattern infinite 5s ease-in-out;
  position: absolute;

  top: 70%;
  /* left: 75%; */
  right: -10% !important;
  /* background-color: red; */
}
.hero-play-button2 img {
  width: 300px !important;
  opacity: 0.7;
}
/* ============ */

.hero-play-button p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 300;
  color: rgb(211, 211, 211);
}
.hero-play-button p span {
  color: white;
  font-weight: bold;
  font-size: 30px;
}

/************************************/
/***       05. About us css	      ***/
/************************************/

.about-us {
  /* padding: 100px 0; */
  position: relative;
}
.websecbg {
  position: absolute;
  left: 25%;
  top: 15%;
  animation: hu__hu__ infinite 19s linear;

  z-index: -1;
}
.websecbg2 {
  position: absolute;
  left: 15%;
  top: 15%;
  /* z-index: -1; */
  /* background-color: red; */
  animation: hu__hu__ infinite 8s ease-in-out;
}
.websecbg3 {
  position: absolute;
  left: 43%;
  top: 75%;
  z-index: -1;
  /* background-color: red; */
  animation: hu__hu__ infinite 10s ease-in-out;
}
.about-us .container .row {
  padding: 50px 0;
}

.about-image {
  position: relative;
  padding-right: 70px;
}

.about-img img {
  /* background-color: red; */
  width: 100%;
}

.about-content ul {
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.about-content ul li {
  width: 48%;
  margin-right: 2%;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
}

.about-content ul li:before {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  color: var(--accent-color);
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  top: 1px;
  left: 0;
}
.about-content p {
  line-height: 2;
  padding-top: 10px;
}

/************************************/
/***        06. Services css	  ***/
/************************************/

.our-services {
  /* background-color: var(--secondary-color); */
  padding: 100px 0 70px;
}

.service-item {
  background-color: #f5f3fccb;
  border-radius: 10px;
  padding: 20px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  transition: 0.3s;
}
.service-item:hover {
  background: white url(../images/cardimg.svg);
  background-size: cover;
}

.service-content {
  padding: 20px;
  display: flex;
  align-items: start;
}
.service-image {
  margin-right: 30px;
  background: url(../images/cardimg.svg);
  background-size: cover;
  max-width: 70px;
  max-height: 70px;
  padding: 20px;
  border-radius: 50%;
  transform: translateY(-15px);
}

.service-image img {
  border-radius: 0px;
  transition: all 0.5s ease-out;
  max-width: 50px !important;
  /* background-color: red; */
  filter: brightness(0) saturate(100%) invert(31%) sepia(16%) saturate(2316%)
    hue-rotate(208deg) brightness(87%) contrast(92%);

  /* filter: brightness(0) saturate(100%) invert(22%) sepia(48%) saturate(4997%)
    hue-rotate(329deg) brightness(90%) contrast(95%); */
}

.service-content-title h2 {
  font-size: 20px;

  text-transform: capitalize;
  padding-bottom: 15px;
  color: #e02059;
}

.service-content-title a {
  background-color: var(--accent-color);
  color: var(--white-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.service-content p {
  margin: 0;
}

/************************************/
/***      07. Portfolio css	      ***/
/************************************/

.our-product {
  padding: 50px 0;
  padding-bottom: 0;
}

.works-item {
  background: #ffffff;
  border-radius: 10px;
  padding: 0px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  /* border: 1px solid var(--accent-color); */
}

.works-image {
  margin-bottom: 30px;

  overflow: hidden;
}

.parentdiv > * {
  all: unset !important;
}

.works-image img {
  border-radius: 10px 10px 0 0;
  transition: all 0.5s ease-out;
}

.works-item:hover .works-image img {
  transform: scale(1.1);
}

.works-content {
  padding: 0 20px;
}

.works-content h2 {
  font-size: 26px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.works-content p {
  margin: 0;
  padding: 20px 0;
}

/************************************/
/***    08. Why Choose us css	  ***/
/************************************/

.why-choose-us {
  /* background-color: var(--secondary-color); */
  padding: 30px 0;
  padding-bottom: 50px;
}

.why-choose-us-item img {
  width: 70px;
  filter: brightness(0) saturate(100%) invert(22%) sepia(48%) saturate(4997%)
    hue-rotate(329deg) brightness(90%) contrast(95%);
}

.why-choose-us-item {
  background-color: #f5f3fccb;
  border-radius: 20px;
  padding: 40px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}

.why-choose-us-item:hover {
  background: white url(../images/cardimg.svg);
  background-size: cover;
}
.why-choose-us-item span {
  position: absolute;
  font-size: 100px;
  right: 30px;
  top: 50px;
  display: block;
  /* background-color: red; */
  opacity: 0.1;
  font-weight: bold;
}
.techuse {
  margin: 50px 0;
  padding: 50px 0;
  /* background: url(../images/bbblurrytech.svg); */
  background: #e5e3d7a9 url(../images/about_s4_bubble2.png);
  background: #e5e3d7a9 url(../images/slide-bg3.png);
  background: #e5e3d7a9 url(../images/service__bg__01.png);

  background-size: cover;
  /* background: #e5e3d7a9; */
  /* background-size: 100%; */
  background-position: center;
}
.why-choose-us-item:hover span {
  opacity: 0.4;
}
.ourbrand {
  font-size: 70px;
  text-align: center;
  color: #3f3f3f;
}
.ourbrand span {
  font-size: 50px;
}
.why-choose-us-item .icon-box {
  margin-bottom: 30px;
}

.why-choose-us-item h3 {
  font-size: 26px;
  text-transform: capitalize;
  margin-bottom: 15px;
  margin-top: 30px;
  color: #4d4495;
}

.why-choose-us-item p {
  margin: 0;
}

.why-us-explore-item {
  position: relative;
  background: url(../images/banner-2-bg.jpg);
  border-radius: 40px;
  padding: 70px;
  background-size: cover;
  box-shadow: 0 0 50px rgba(221, 220, 220, 0.45);
}

.why-us-explore-item .section-title {
  width: 100%;
  max-width: 800px;
  margin-bottom: 60px;
}

.explore-item-icon {
  position: absolute;
  top: 80px;
  right: 70px;
}

.explore-item-content p {
  margin: 0;
}

.explore-item-tags {
  text-align: end;
}

.explore-item-tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.explore-item-tags ul li {
  display: inline-block;
  margin-right: 20px;
}

.explore-item-tags ul li:last-child {
  margin-right: 0;
}

.explore-item-tags ul li .btn-default {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border: none;
}

.explore-item-tags ul li .btn-default:hover {
  color: var(--white-color);
}

.explore-item-tags ul li .btn-default::before {
  color: var(--primary-color);
}

.explore-item-tags ul li .btn-default:hover:before {
  color: var(--white-color);
}

.explore-item-tags ul li .btn-default::after {
  background: var(--accent-color);
}

/************************************/
/***    10. Testimonials css      ***/
/************************************/

.clients-testimonials {
  /* background-color: var(--secondary-color); */
  padding-bottom: 100px;
}

.testimonial-item {
  background-color: var(--white-color);
  border-radius: 40px;
  padding: 50px;
  min-height: 350px !important;
}

.testimonial-rating {
  margin-bottom: 20px;
}

.testimonial-content {
  margin-bottom: 20px;
}

.testimonial-body {
  display: flex;
  align-items: center;
}

.testimonial-body img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 20px;
}

.testimonial-author-title h2 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.testimonial-author-title p {
  margin: 0;
}

/************************************/
/***    11. Latest Post css       ***/
/************************************/

.latest-news {
  padding: 50px 0 10px;
  padding-top: 0;
}

.blog-item {
  position: relative;
  overflow: hidden;
  background: #ffffff url(../images/cardbg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 10px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  background-position: bottom;
}

.post-featured-image {
  border-radius: 10px;
  overflow: hidden;
}

.post-featured-image img {
  border-radius: 10px;
  transition: all 0.5s ease-out;
  border-radius: 10px;
}

.blog-item:hover .post-featured-image img {
  transform: scale(1.1);
}

.post-item-body {
  margin: 20px;
}

.post-item-body h2 {
  display: block;
  line-height: 1.4em;
  font-size: 20px;
}

.post-item-body p {
  margin-bottom: 15px;
  padding: 20px 0;
}

.post-item-body p a,
.post-item-body h2 a {
  color: inherit;
}

.post-item-body .btn-readmore {
  position: relative;
  color: var(--accent-color);
  text-transform: capitalize;
  font-weight: 700;
  transition: 0.3s ease-in-out;
}

.post-item-body .btn-readmore:hover {
  color: var(--primary-color);
}

.client_item {
  padding: 20px;
  border: 1px solid #c1c1c148;
  border-radius: 10px;
  margin-bottom: 20px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;

  background: #fefefe url(../images/cardimg.svg);
  background-size: cover;
  transition: 0.3s;
}
.client_item img {
  /* filter: grayscale(.5); */
  /* opacity: .4; */
  transition: 0.2s;
}
.client_banner {
  /* height: 435px; */
  border-radius: 10px;
  object-fit: cover;
}

.client_item:hover img {
  background-size: cover;
  filter: grayscale(0);
  opacity: 1;
}
.client_right h2 {
  font-size: 83px;
  line-height: 1;
  color: #1b1164;
  letter-spacing: 5px;
}
.post-item-body .btn-readmore::before {
  content: "\f062";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: 900;
  transition: 0.3s ease-in-out;
  background: transparent;
  color: var(--accent-color);
  transform: translate(20px, -50%) rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.post-item-body .btn-readmore:hover:before {
  color: var(--primary-color);
  transform: translate(20px, -50%) rotate(90deg);
}

/************************************/
/***        12. Footer css        ***/
/************************************/

.main-footer {
  /* background:linear-gradient(180deg, #3F489A,#df2059e8); */
  padding: 80px 0 0;
  background: url(../images/bbblurryfttoter.svg);
  /* background: #eeece0; */
  background-size: cover;
  background-position: center;
  /* background: rgb(152, 152, 152); */
}

.mega-footer {
  margin-bottom: 40px;
}

.footer-about img {
  margin-bottom: 30px;
}

.footer-about ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-about ul li {
  margin-bottom: 6px;
}

.footer-about ul li:last-child {
  margin-bottom: 0;
}

.footer-about ul li a {
  font-size: 16px;
  font-weight: 500;
  color: black;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.footer-links h2 {
  font-size: 25px;
  /* color: var(--divider-color); */

  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 400;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 15px;
  color: black;

  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.footer-links ul li:last-child {
  margin-bottom: 0;
}

.footer-links ul li a {
  color: rgb(90, 90, 90);
}
.linksocal a {
  color: #1b1164 !important;
  background: rgb(226, 226, 239);
  background-size: cover;
  background-position: center;
  width: 30px !important;
  height: 30px !important;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
.linksocal a:hover {
  transform: translateY(-5px) scale(1.2);
}

.linksocal a i {
  color: #1b1164 !important;

  font-size: 17px;
}
.footer-copyright {
  padding: 20px 0;
  border-top: 1px solid rgb(219, 219, 219);
}

.footer-copyright-text p {
  margin: 0;
  color: rgb(108, 108, 108);
  font-size: 15px;
}

.footer-policy-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: end;
}

.footer-policy-links ul li {
  display: inline-block;
  text-transform: capitalize;
  margin-right: 20px;
}

.footer-policy-links ul li:last-child {
  margin-right: 0;
}

.footer-policy-links ul li.highlighted {
  font-weight: 700;
}

.footer-policy-links ul li a {
  color: rgb(97, 97, 97);
}

/************************************/
/***    13. About us page css     ***/
/************************************/

.page-header {
  position: relative;
  background: var(--secondary-color);
  padding: 180px 0;
}

.page-header::before {
  content: "";
  position: absolute;
  background-image: url(../images/page-header-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.page-header-box {
  position: relative;
  z-index: 1;
  text-align: center;
}

.page-header-box h1 {
  font-size: 70px;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}

.page-header-box ol {
  display: inline-flex;
  margin-bottom: 0;
  justify-content: center;
  border: 2px solid var(--accent-color);
  border-radius: 100px;
  padding: 6px 20px;
}

.page-header-box ol li.breadcrumb-item {
  color: var(--accent-color);
  text-transform: capitalize;
}

.page-header-box ol li.breadcrumb-item a {
  color: inherit;
}

.page-header-box ol .breadcrumb-item + .breadcrumb-item::before {
  color: var(--accent-color);
}

.page-about {
  padding: 100px 0;
}

.page-about-image {
  position: relative;
  margin-right: 20px;
  padding-bottom: 75px;
}

.about-img-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-img-1 img {
  border-radius: 40px;
}

.about-img-2 img {
  border-radius: 40px;
  border: 5px solid var(--white-color);
}

.work-experience {
  position: absolute;
  top: 30px;
  left: -50px;
  background-color: var(--accent-color);
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  padding: 20px;
}

.work-experience-icon {
  margin-right: 15px;
}

.work-experience-content h3 {
  font-size: 40px;
  color: var(--white-color);
  text-align: left;
  margin-bottom: 5px;
}

.work-experience-content p {
  font-size: 18px;
  color: var(--white-color);
  margin: 0;
}

.page-about .about-content .section-title {
  margin-bottom: 30px;
}

.overview-company {
  padding: 70px 0 70px;
}

.counter-box {
  background: url(../images/ppperspective.svg);
  /* background:black; */
  background-size: cover;
  border-radius: 25px;
  text-align: center;
  padding: 30px 10px;
  margin-bottom: 30px;
  outline: 1px dashed rgba(75, 75, 75, 0.388);
  outline-offset: -15px;
}

.counter-box h3 {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1.7em;
  font-weight: bold;
  /* background: linear-gradient(45deg,  #c904b99b, #15ec7d74); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  color: transparent;
  -webkit-text-stroke: 1px rgb(0, 0, 0);
}

.counter-box h3 em,
.counter-box h3 span {
  font-size: 40px;
  font-style: normal;
  padding: 0;
  margin: 0;
}

.counter-box p {
  font-size: 20px;
  font-weight: 400;
  color: black;
}

.our-team {
  padding: 100px 0 70px;
}

.team-member-item {
  margin-bottom: 30px;
}

.team-member-item .team-image {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  margin-bottom: 20px;
}

.team-member-item .team-image img {
  width: 100%;
  border-radius: 40px;
  transition: all 0.5s ease-in-out;
}

.team-member-item:hover .team-image img {
  transform: scale(1.1);
}

.team-image .our-team-social-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  opacity: 0;
  transition: all 0.3s ease-out;
  z-index: 2;
}

.team-member-item:hover .team-image .our-team-social-icon {
  bottom: 0;
  opacity: 1;
}

.our-team-social-icon ul {
  list-style-type: none;
  padding: 0 20px 30px;
  margin: 0;
  text-align: center;
}

.our-team-social-icon ul li {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

.our-team-social-icon ul li:last-child {
  margin-right: 0;
}

.our-team-social-icon ul li a {
  display: block;
}

.our-team-social-icon ul li a i {
  background: var(--accent-color);
  border-radius: 8px;
  color: var(--white-color);
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}

.our-team-social-icon ul li a i:hover {
  background: var(--white-color);
  color: var(--accent-color);
}

.team-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.team-content {
  width: calc(100% - 60px);
}

.team-content h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

.team-content p {
  margin: 0;
}

.team-icon a {
  background: var(--accent-color);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}

.scrolling-ticker {
  /* padding: 25px 0; */
  /* color: rgb(3, 3, 3); */
  font-weight: bold;
  /* background:rgba(130, 130, 130, 0.08); */
}

.scrolling-ticker-box {
  --gap: 20px;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.scrolling-content {
  flex-shrink: 0;
  display: flex;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll 24s linear infinite;
}

.scrolling-content span {
  display: inline-flex;
  align-items: center;

  font-size: 80px;
  line-height: 1.4em;

  font-weight: 900;

  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #0d0d0d46;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.scrolling-content span i {
  font-size: 8px;
  color: var(--white-color);
  margin-right: 20px;
}

.icon-box img {
  width: 150px !important;
}
/************************************/
/***    14. Services Page css     ***/
/************************************/

.our-services.page-service {
  background-color: var(--white-color);
}

.our-services.page-service .service-item {
  background-color: var(--secondary-color);
}

.our-services.service-page {
  background-color: var(--white-color);
}

.our-services.service-page .service-item {
  background-color: var(--secondary-color);
}

/************************************/
/***    15. Portfolio Page css    ***/
/************************************/

.our-projects {
  padding: 100px 0 70px;
}

.our-projects-nav {
  margin-bottom: 50px;
}

.our-projects-nav ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

.our-projects-nav ul li {
  display: inline-block;
  background: var(--secondary-color);
  color: var(--primary-color);
  text-transform: capitalize;
  padding: 15px 20px 15px 20px;
  margin-right: 20px;
  border-radius: 100px;
  transition: 0.4s ease-in-out;
}

.our-projects-nav ul li:last-child {
  margin-right: 0;
}

.our-projects-nav ul li:hover {
  background-color: var(--accent-color);
  color: var(--white-color);
}

.our-projects-nav ul li a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1em;
  color: inherit;
}

/************************************/
/***     16. Blog Archive css     ***/
/************************************/

.latest-news.our-blog {
  padding: 100px 0;
}

.post-pagination {
  margin-top: 30px;
  text-align: center;
}

.post-pagination ul {
  justify-content: center;
  padding: 0;
  margin: 0;
}

.post-pagination ul li a,
.post-pagination ul li span {
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  background: var(--accent-color);
  color: var(--white-color);
  width: 40px;
  height: 40px;
  margin: 0 4px;
  border-radius: 10px;
  font-weight: 700;
  transition: all 0.3s ease-out;
}

.post-pagination ul li.active a,
.post-pagination ul li a:hover {
  background: var(--secondary-color);
  color: var(--accent-color);
}
.weuse2 {
  /* border-radius: 30px; */
  position: relative;
  overflow: hidden;
  /* background: white; */
  background-size: cover;
  background-position: top;
  min-height: 50vh;
  overflow: hidden;
}

.useseslider .swiper-slide {
  padding: 0;
  background: none;
}
.useseslider li {
  filter: grayscale(1);

  transition: 0.3s;
  opacity: 0.6;
  transform: translateY(28px);
}
.useseslider .swiper-slide-active li {
  filter: grayscale(0);

  opacity: 1;
  transform: translateY(0px);

  transform: scale(1.3);
  transition: 0.3s;
}
/************************************/
/***   17. Contact Us Page css    ***/
/************************************/

.contact-information {
  padding: 100px 0 50px;
  background: url(../images/map.png);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
}

.contact-item {
  background: rgba(255, 255, 255, 0.826);
  border-radius: 20px;
  padding: 20px;
  height: 100%;
  background-size: cover;
  /* border: 1px solid rgb(220, 219, 219); */
  backdrop-filter: blur(2px);
  outline: 2px dashed rgb(213, 202, 247);
  outline-offset: -10px;
}

.contact-content {
  padding: 20px;
}

.contact-content-title h2 {
  font-size: 26px;
  text-transform: capitalize;
  padding: 15px 0;
}

.contact-content-title a {
  color: #ce1493;
  border-radius: 50%;

  font-size: 40px;
}

.contact-item p {
  margin: 0;
}

.contact-image {
  border-radius: 10px;
  overflow: hidden;
}
/* ================== */
/* ================== */
/* ================== */

.stext {
  font-size: 30px;
  font-weight: 300;
  line-height: 50px;
}

.services_slider .swiper-slide {
  /* position: relative; */

  background: url(../images/bbblurry3.svg) !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  border-radius: 30px;

  position: relative;
  height: 280px;
  transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
}

.sliderpra {
  left: 103%;
  position: absolute;
  width: 90%;
  /* background-color: red; */
  bottom: 20px;

  font-size: 10px;
  font-weight: 300;
  line-height: 1.5;
  opacity: 0;
  transition: 0.5s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.explore {
  position: absolute;
  left: 103%;
  bottom: -8%;
  display: inline-block;
  color: black;
  text-wrap: nowrap;
  font-size: 13px;
  font-weight: 500;
  display: none;
}
.explore svg {
  width: 15px;
  margin-left: 10px;
}

.services_slider {
  padding-bottom: 240px;
  /* background-color: red; */
}
.services_slider img {
  object-fit: cover;
}

.tpre,
.sright {
  margin-top: 240px;
}
.services_slider .swiper-slide-active {
  transform: scale(1.4, 1.4);
  transform-origin: top;

  margin-right: 100px !important;
}
.services_slider .swiper-slide-active .explore {
  display: block;
}
.services_slider .swiper-slide-active .arrowright {
  opacity: 0 !important;
}
.services_slider .swiper-slide-active .sliderpra {
  opacity: 1 !important;
  animation: pp 1s;
}
@keyframes pp {
  0% {
    transform: translateX(60px);
  }
  100% {
    transform: translateX(0px);
  }
}

.services_slider {
  padding-top: 80px;
  padding-left: 9px;
  padding-bottom: 340px;
  /* background-color: red; */
}
.services_slider .swiper-slide-active {
  /* width: 39% !important; */
  /* height: 400px; */
  transform: scale(1.5, 1.5);
  transform-origin: top;

  margin-right: 120px !important;
  margin-left: 100px !important;
}
.services_slider .swiper-slide-active .arrowright {
  opacity: 0 !important;
}
.services_slider .swiper-slide-active .sliderpra {
  opacity: 1 !important;
  animation: pp 1s;
}
@keyframes pp {
  0% {
    transform: translateX(60px);
  }
  100% {
    transform: translateX(0px);
  }
}
.services_slider .sritem img {
  width: 300px;
  right: 0;
  bottom: -10px;
  padding: 10px;
  position: absolute;
  object-fit: cover;
}
.services_slider .slide3 img {
  width: 300px;
  left: 7%;
  bottom: -10px;
  padding: 10px;
  position: absolute;
}
.services_slider .slide2 img {
  width: 250px;
}

.services_slider .slide2 {
  background: url(../images/slider2bg.png);
  background-size: 100% 100%;
  height: 100%;
}
.services_slider .slide3 {
  background: url(../images/slider3bg.png);
  background-size: 100% 100%;
  height: 100%;
}
.services_slider .sritem h4 {
  font-size: 25px;
  font-weight: 400;
  padding-top: 10px;
  z-index: 99;
  text-align: center;
}
.services_slider .sritem .arrowright {
  width: 50px;
  height: 50px;
  background-color: rgb(174, 195, 252);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 14px !important;
  position: absolute;
  bottom: 6%;
  left: 6%;
  transition: 1s;
}
.servicessection .container-fluid {
  padding-left: 1%;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 40%;
  height: var(--swiper-pagination-progressbar-size, 5px);
  left: 170px;
  top: unset !important;
  bottom: 11.5% !important;
  border-radius: 60px !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  border-radius: 10px !important;
  background: linear-gradient(
    to right,
    rgb(48, 6, 154) rgb(0, 64, 255)
  ) !important;
}
.getsection {
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  background: #33372c !important;
}

.getsection h3 {
  font-size: 100px;
  font-weight: 300;
  line-height: 120px;
}
.getsection p {
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  text-align: center;
  padding-top: 30px;
}

.portfolio h3 {
  font-size: 60px;
  font-weight: 400;
  line-height: 90px;
}
.portfolio h3 span {
  font-weight: 500;
}
.portfolio p {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

/* ================== */
/* ================== */
/* ================== */

/* ================== */
.contact-image img {
  border-radius: 10px;
  height: 250px;
  width: 100%;
  transition: all 0.5s ease-out;
  object-fit: cover;
}

.contact-item:hover .contact-image img {
  transform: scale(1.1);
}

.contact-us {
  padding: 50px 0;
}

.contact-details .section-title {
  margin-bottom: 30px;
  width: 100%;
  max-width: 525px;
}

.contact-detail-body p {
  margin-bottom: 35px;
}

.contact-detail-body h3 {
  font-size: 40px;
  text-transform: capitalize;
  letter-spacing: -0.05em;
  margin-bottom: 25px;
}

.contact-detail-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-detail-body ul li {
  display: inline-block;
  margin-right: 10px;
}

.contact-detail-body ul li:last-child {
  margin-right: 0;
}

.contact-detail-body ul li a {
  background-color: var(--accent-color);
  border: 10px solid var(--accent-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.contact-detail-body ul li a:hover {
  background-color: var(--white-color);
}

.contact-detail-body ul li a i {
  font-size: 20px;
  color: var(--white-color);
  transition: all 0.3s ease-in-out;
}

.contact-detail-body ul li a:hover i {
  color: var(--accent-color);
}

.contact-form-box {
  background: var(--secondary-color);
  border-radius: 40px;
  padding: 40px;
  background: #ededfe8b url(../images/bbblurry3.svg);
  background-size: cover;
}

.contact-form .form-control {
  background-color: var(--white-color);
  border-radius: 10px;
  border: none;
  box-shadow: none;
  padding: 15px 20px;
}

.contact-form .form-control::placeholder {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.help-block.with-errors ul {
  margin-bottom: 0;
}

.help-block.with-errors ul li {
  color: var(--error-color);
  font-weight: 500;
  font-size: 14px;
}

.google-map {
  padding: 50px 0 100px;
}

.google-map iframe {
  width: 100%;
  height: 400px;
  border-radius: 40px;

  transition: all 0.3s ease-out;
}

.why-choose-us-item h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
/* ======================= */
/* ======================= */

.digitalsection {
  min-height: 60vh;
  display: flex;
}

.card_item .hcontetn {
  /* background: rgba(202, 14, 14, 0.848); */
}

.digitalsection {
  width: 100%;
  background: url(../images/Digital-marketinbg.jpg);
  background-size: cover;

  background-position: left;
  transition: background-image 0.5s ease-in-out;
  display: flex;

  overflow: hidden;
}

.contactsection {
  background: url(../images/bbblurryconbg.svg) !important
;

  border-radius: 30px;
  background-size: cover !important;
}
.contactsection h1 {
  font-size: 100px;
  font-weight: 600;
  line-height: 70px;
}

.contactsection p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;

  color: black;
  letter-spacing: 0.7px;
}
.contactsection p a {
  font-size: 16px;
  font-weight: 300;
  line-height: 22.5px;

  color: black;
  letter-spacing: 0.7px;
}
.frombg {
  border-radius: 30px;
  padding: 30px 50px !important;
  background-color: white;
}
.contactsection h4 {
  margin-top: 25px;
}

.form-label {
  font-weight: 500;
  font-size: 1rem;
  padding: 7px 0;
}

.nav-pills .nav-link {
  border-radius: 25px;
  padding: 10px 20px;
  border: 1px solid #333;
  margin-right: 10px;
  color: #333;
  background-color: white;
  font-weight: 500;
  margin-bottom: 10px;
}

.nav-pills .nav-link.active {
  background-color: #e32058;
  color: white;
  border-color: transparent;
}

.nav-pills .nav-link:hover {
  background-color: #e32058;

  border-color: #ddd;
  color: black;
}

.contactsection .form-control {
  border: none;
  border-radius: 0;
  background: none;
  border-bottom: 1px solid rgb(171, 170, 170);
  padding-left: 0;
}
.submitbtn {
  background: #414799;
  border-radius: 30px;
  padding: 13px 20px;
  color: white;
}
.submitbtn:hover {
  background: #545cc7;

  color: white;
}

.card_item {
  flex: 1;
  padding: 20px;
  color: white;
  cursor: pointer;

  transition: 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-right: 1px solid #cfcfcfa1;
}
.card_item:hover .hcontetn {
  transform: translateY(0%);
}
.hcontetn {
  /* background: red; */
  transform: translateY(78%);
  transition: 0.3s;
}
.card_item h2 {
  color: white;
}
.card_item p {
  color: white;
  padding-top: 30px;
  font-size: 22px;
}

.card_item:hover {
  background-color: #00000049;
}
/* ======================= */
/* ======================= */
/************************************/
/***     18. Blog Single css      ***/
/************************************/

.post-single-meta ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.post-single-meta ul li {
  display: inline-block;
  margin-right: 30px;
}

.post-single-meta ul li:last-child {
  margin-right: 0;
}

.post-single-meta ul li i {
  font-size: 16px;
  color: var(--accent-color);
  margin-right: 10px;
}

.page-single-post {
  padding: 100px 0 50px;
}

.post-single-image {
  max-width: 1200px;
  margin: 0 auto 40px;
  overflow: hidden;
}

.post-single-image img {
  border-radius: 40px;
}

.post-content {
  max-width: 1100px;
  margin: 0 auto;
}

.post-entry {
  border-bottom: 1px solid var(--divider-color);
  margin-bottom: 30px;
}

.post-entry h2 {
  font-size: 40px;
  margin-bottom: 30px;
}

.post-entry ul {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
}

.post-entry ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
}

.post-entry ul li:before {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  color: var(--accent-color);
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

.post-entry blockquote {
  background: var(--secondary-color);
  border-radius: 30px;
  padding: 40px;
  margin-bottom: 30px;
}

.post-entry blockquote p {
  background: url(../images/icon-blockquote.svg) no-repeat 0px 6px;
  font-size: 26px;
  color: var(--primary-color);
  font-weight: 700;
  line-height: 1.3em;
  padding-left: 70px;
}

.post-entry blockquote p:last-child {
  margin-bottom: 0;
}

.post-tags .btn-default {
  padding: 110px 20px;
  font-weight: 500;
  margin-right: 15px;
  border: none;
  background-color: var(--secondary-color);
  color: var(--primary-color);
}

.post-tags .btn-default:hover {
  color: var(--white-color);
}

.post-tags .btn-default:last-child {
  margin-right: 0;
}

.post-tags .btn-default::before {
  display: none;
}

.post-tags .btn-default::after {
  background-color: var(--accent-color);
}

.post-social-links {
  text-align: right;
}

.post-social-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-social-links ul li {
  display: inline-block;
  margin-right: 110px;
}

.post-social-links ul li:last-child {
  margin-right: 0;
}

.post-social-links ul li a {
  background-color: var(--accent-color);
  border: 10px solid var(--accent-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.post-social-links ul li a:hover {
  background-color: var(--white-color);
}

.post-social-links ul li a i {
  font-size: 20px;
  color: var(--white-color);
  transition: all 0.3s ease-in-out;
}

.post-social-links ul li a:hover i {
  color: var(--accent-color);
}

.latest-news.related-articles {
  padding: 50px 0 70px;
}

/************************************/
/***   19. Services Single css    ***/
/************************************/

.page-service-single {
  padding: 100px 0;
}

.service-featured-image {
  margin-bottom: 30px;
}

.service-featured-image img {
  border-radius: 40px;
}

.services-list-box {
  background-color: var(--secondary-color);
  border-radius: 40px;
  padding: 40px;
}

.services-list-box .icon-box {
  margin-bottom: 20px;
}

.services-list-box h3 {
  font-size: 26px;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.clientsslider .client_item {
  padding: 0 !important;
  margin: 0;
}
.clientsslider .swiper-slide{
  opacity: .2;
  transform: translateY(30px);
  transition: .3s;

 
}
.clientsslider .swiper-slide.swiper-slide-active{
  opacity: 1;
  transform: translateY(0px);

 
}
.clientsslider .swiper-slide {
  padding: 0 !important;
}
.services-list-box ul {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
}

.services-list-box ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}

.services-list-box ul li:before {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  color: var(--accent-color);
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  top: 1px;
  left: 0;
}

.services-list-box ul li:last-child {
  margin-bottom: 0;
}

.services-list-box ul li a {
  color: var(--text-color);
  transition: all 0.3s ease-in-out;
}

.services-list-box ul li:hover a {
  color: var(--accent-color);
}

.services-list-box .btn-default {
  width: 100%;
}

.why-choose-us.why-services {
  background-color: var(--secondary-color);
  padding: 100px 0 70px;
}

.why-choose-us.why-services .section-title p {
  margin-bottom: 0;
  margin-top: 30px;
}

.your-choice {
  padding: 100px 0 70px;
}

.your-choice-item {
  background-color: var(--secondary-color);
  border-radius: 40px;
  padding: 40px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.your-choice-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--divider-color);
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.your-choice-title h2 {
  font-size: 26px;
  width: 100%;
  max-width: 200px;
}

.your-choice-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.your-choice-item ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.your-choice-item ul li:before {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  color: var(--accent-color);
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  top: 1px;
  left: 0;
}

.your-choice-item ul li:last-child {
  margin-bottom: 0;
}

.your-choice-item ul li a {
  color: inherit;
}

.service-faqs {
  padding: 100px 0;
}

.ask-question {
  background-color: var(--secondary-color);
  border-radius: 40px;
  padding: 40px 30px;
  position: sticky;
  top: 110px;
}

.ask-question-content {
  margin-bottom: 30px;
}

.ask-question-content h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

.ask-question-content p {
  margin: 0;
}

.ask-contact-list {
  display: flex;
  align-items: center;
  background-color: var(--white-color);
  border-radius: 100px;
  padding: 10px;
  margin-bottom: 20px;
}

.ask-contact-list:last-child {
  margin-bottom: 0;
}

.ask-contact-list .icon-box a {
  background-color: var(--accent-color);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.ask-contact-list .icon-box a img {
  width: 14px;
}

.ask-contact-list a {
  margin: 0;
  font-weight: 700;
  color: var(--text-color);
  width: calc(100% - 40px);
  margin-left: 10px;
}

.ask-contact-list a span {
  color: var(--primary-color);
}

/******************************************/
/****     20. Portfolio Singe css      ****/
/******************************************/

.page-project-single {
  padding: 100px 0 50px;
}

.project-feature-image {
  margin-bottom: 50px;
}

.project-feature-image img {
  border-radius: 40px;
}

.project-sidebar {
  padding-right: 50px;
  position: sticky;
  top: 120px;
}

.about-project-box {
  background: var(--secondary-color);
  text-align: center;
  padding: 40px;
  border-radius: 30px;
}

.about-project-box h2 {
  font-size: 24px;
  margin-bottom: 30px;
}

.project-info-box {
  border-bottom: 1px solid var(--divider-color);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.project-info-box:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.project-info-box .project-icon {
  margin-bottom: 15px;
}

.project-info-box p {
  margin-bottom: 10px;
}
.weuse {
  /* border-radius: 30px; */

  position: relative;
  overflow: hidden;
  /* background:white; */
  background-size: cover;
  background-position: top;
  min-height: 60vh;
  overflow: hidden;
}

.weprovide ul {
  list-style: none;

  /* background-color: gold; */

  margin: 0;
  padding: 0;

  position: absolute;
  left: 0px;
  top: 0;
  width: 100%;
  height: 100%;
}

.weprovide ul li {
  /* background: red; */
  position: absolute;
}
.weprovide ul li svg {
  width: 60px;
  height: 60px;
}

.weprovide ul li:nth-child(1) {
  left: 30px;
  top: 30px;
}
.weprovide ul li:nth-child(2) {
  right: 230px;
  bottom: 30px;
}
.weprovide ul li:nth-child(3) {
  right: 150px;
  top: 100px;
}
.weprovide ul li:nth-child(4) {
  left: 150px;
  bottom: 30px;
}
.weprovide ul li:nth-child(5) {
  left: 500px;
  bottom: 50px;
}
.weprovide ul li:nth-child(6) {
  right: 450px;
  top: 40px;
}
.weprovide ul li:nth-child(7) {
  left: 400px;
  top: 10px;
}
.weprovide ul li:nth-child(8) {
  right: 450px;
  bottom: 0px;
}
.weprovide ul li:nth-child(9) {
  left: 0px;
  bottom: 200px;
}
.weprovide ul li:nth-child(10) {
  left: 150px;
  bottom: 250px;
}
.weprovide ul li:nth-child(11) {
  right: 0px;
  bottom: 230px;
}
.weprovide ul li:nth-child(12) {
  right: 0px;
  top: 0px;
}
.weprovide ul li:nth-child(13) {
  left: 600px;
  top: 0px;
}
.weprovide ul li:nth-child(14) {
  right: 300px;
  top: 0px;
}
.weprovide ul li:nth-child(15) {
  left: 200px;
  top: 0px;
}
.weprovide ul li:nth-child(16) {
  left: 300px;
  bottom: 0px;
}
.weprovide ul li:nth-child(17) {
  right: 30px;
  bottom: 0px;
}
.weprovide ul li:nth-child(18) {
  right: 220px;
  bottom: 230px;
}

.section-titlell {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.project-info-box h3 {
  font-size: 20px;
}

.project-entry h2 {
  font-size: 40px;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.project-entry ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.project-entry ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
}

.project-entry ul li:before {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  color: var(--accent-color);
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

.project-entry ul li:last-child {
  margin-bottom: 0;
}

.project-details-gallery {
  padding: 50px 0 100px;
}

.project-gallery-items {
  display: flex;
  flex-wrap: wrap;
}

.project-gallery-items .project-gallery-item {
  width: calc(33.33% - 14px);
  margin-right: 20px;
}

.project-gallery-items .project-gallery-item:nth-of-type(3n + 3) {
  margin-right: 0;
}

.project-gallery-items .project-gallery-item img {
  width: 100%;
  border-radius: 40px;
}

.howwork_item {
  background: rgb(252, 244, 244);

  box-shadow: 0 10px 30px #ededed36;
  padding: 10px 35px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.howwork_item::after {
  content: "";
  position: absolute;

  width: 150px;
  height: 150px;
  background: #e4848424;

  right: -50px;
  bottom: -50px;

  border-radius: 50%;
}
.howwork_item::before {
  content: "";
  position: absolute;

  width: 500px;
  height: 500px;
  background: #e48a840e;

  left: -250px;
  top: -250px;

  border-radius: 50%;
}
.howwork_item h3 {
}
.howwork_item p {
  padding-top: 20px;
  margin: 0;
}
/* ====================== */
/* ====================== */
/* ====================== */
/* =========seo============= */
/* =========seo============= */
/* =========seo============= */
.seoparent {
  position: relative;

  height: 580px;

  overflow: hidden;
  width: 100%;
  /* border-radius: 5px; */
  /* border-radius: 10px; */
  border-radius: 30px;
}
.mainscrollsec {
  display: flex;
  align-items: center;
  /* overflow-x: auto; */
  width: 100%;
  position: absolute;
  left: 0%;
}
.scrollhorisection_item {
  background-color: rgb(247, 197, 197);
  min-width: 100%;
  height: 580px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  margin-right: 20px;
}
.scrollhorisection_item::after {
  content: "";
  position: absolute;

  width: 150px;
  height: 150px;
  background: rgba(253, 253, 253, 0.17);

  right: -50px;
  bottom: -50px;

  border-radius: 50%;
}
.scrollhorisection_item::before {
  content: "";
  position: absolute;

  width: 300px;
  height: 300px;
  background: rgba(253, 253, 253, 0.125);
  left: -150px;
  top: -150px;

  border-radius: 50%;
}
.scrollhorisection_item img {
  background-color: rgb(252, 180, 180);
  height: 100%;
  border-radius: 30px;
}
.scrollhorisection_item h3 {
  font-size: 50px;
  padding: 20px 0;
  color: #d98986;
  z-index: 2;
}
.scrollhorisection_item p {
  font-size: 20px;
  padding: 20px 0;
  color: #0000007f;
  padding-right: 40px;
}
/************************************/
.scrollhorisection_item:nth-child(2) {
  background-color: rgb(216, 226, 252);
  min-width: 100%;
}
.scrollhorisection_item:nth-child(2) img {
  background-color: rgb(197, 201, 247);
}
.scrollhorisection_item:nth-child(2) h3 {
  font-size: 50px;
  padding: 20px 0;
  color: #a0a3e3;
}
/************************************/
.scrollhorisection_item:nth-child(3) {
  background-color: rgb(207, 241, 229);
  min-width: 100%;
}
.scrollhorisection_item:nth-child(3) img {
  background-color: rgb(166, 223, 218);
}
.scrollhorisection_item:nth-child(3) h3 {
  font-size: 50px;
  padding: 20px 0;
  color: #8dc1b1;
}
/************************************/
.scrollhorisection_item:nth-child(4) {
  background-color: rgb(241, 207, 229);
  min-width: 100%;
}
.scrollhorisection_item:nth-child(4) img {
  background-color: rgb(217, 166, 223);
}
.scrollhorisection_item:nth-child(4) h3 {
  font-size: 50px;
  padding: 20px 0;
  color: #af8dc1;
}
/***      21. Faqs Page css       ***/
/************************************/

.faq-section {
  padding: 100px 0;
}

.faq-accordion .accordion-item {
  margin-bottom: 30px;
}

.faq-accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-header .accordion-button {
  font-size: 20px;
  font-weight: 700;
  background-color: var(--secondary-color);
  color: var(--primary-color);
  padding: 110px 60px 110px 20px;
  border-radius: 15px !important;
  transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background-color: var(--accent-color);
  color: var(--white-color);
}

.accordion-header .accordion-button.collapsed {
  background-color: var(--secondary-color);
  transition: all 0.3s ease-in-out;
}

.accordion-header .accordion-button::after {
  content: "\f106";
  position: absolute;
  top: 50%;
  right: 0;
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  font-weight: 900;
  margin-left: 5px;
  color: var(--white-color);
  transform: translate(-30px, -50%);
  transition: all 0.3s ease-in-out;
}

.accordion-header .accordion-button.collapsed::after {
  transform: rotate(-180deg) translate(30px, 50%);
  color: var(--accent-color);
}

.accordion-body {
  padding: 10px 60px 20px 20px;
}

.accordion-body p {
  margin: 0;
}
.sector {
  /* background-color: red; */
  margin-top: 20px;
  margin-bottom: 20px;
}
.sector .sector_item {
  padding: 25px 15px;
  border-radius: 20px;
  background: #f5f3fccb url(../images/graph.png);

  background-repeat: no-repeat;

  animation: circelsvgimg 0.3s forwards;
  transform-style: preserve-3d;
  padding-left: 30px;

  background-position: -150px 90px;
  background-size: 160%;
  outline: 1px solid #fa585596;
  /* outline-offset: -14px; */
  margin-bottom: 30px;
  position: relative;
}
.sector .sector_item:hover h6 {
  -webkit-text-stroke: 1px #c4c4fc;
  transition: 0.2s;
}
.sector .sector_item:hover h5 {
  transform: translateY(5px);
}

.sector .sector_item img {
  /* transition: .3s; */
  padding: 10px;
  width: 90px;
  margin-top: 30px;
  filter: brightness(0) saturate(100%) invert(21%) sepia(73%) saturate(3782%)
    hue-rotate(330deg) brightness(90%) contrast(94%);
}
.sector .sector_item h5 {
  padding: 0;
  margin: 0;
  font-size: 25px;
  letter-spacing: 1px;
  padding: 15px 0;
  color: #4d4495;
  text-wrap: nowrap;
  transition: 0.2s;
}
.sector .sector_item h6 {
  position: absolute;
  font-size: 120px;
  font-weight: bold;
  /* opacity: .3; */
  bottom: 10%;
  right: 10%;
  /* text-shadow: 0 0 5px rgb(250, 247, 238); */
  color: transparent;
  -webkit-text-stroke: 1px #ccccf053;
}

/************************************/
/***        22. 404 Page css      ***/
/************************************/

.error-page {
  text-align: center;
  padding: 100px 0;
}

.error-page-image {
  margin-bottom: 40px;
}

.error-page-content-heading {
  margin-bottom: 40px;
}

.error-page-content-heading h2 {
  font-size: 70px;
  margin-bottom: 30px;
}

/************************************/
/***      23. Responsive css      ***/
/************************************/

@media only screen and (max-width: 1024px) {
  .main-menu ul li {
    margin-left: 0;
  }

  .service-content-title a {
    width: 60px;
    height: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .section-row {
    margin-bottom: 40px;
  }

  .section-title h3 {
    font-size: 18px;
  }

  .section-title h1 {
    font-size: 46px;
  }

  .section-title h2 {
    font-size: 40px;
  }

  .btn-default::before {
    font-size: 16px;
  }

  #magic-cursor {
    display: none !important;
  }

  .slicknav_nav li,
  .slicknav_nav ul {
    display: block;
  }

  .responsive-menu,
  .navbar-toggle {
    display: block;
  }

  .header-btn .btn-default {
    display: none;
  }

  .hero {
    background-image: none;
    padding: 50px 0;
  }

  .hero-video-image {
    text-align: center;
    margin-top: 40px;
  }

  .hero-play-button {
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0;
  }

  .hero-layout-2 .hero-content {
    margin-bottom: 0px;
    max-width: 100%;
  }

  .hero-content .section-title {
    margin-bottom: 20px;
  }

  .hero-body {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .hero-layout-2 .section-title h1 {
    font-size: 60px;
  }

  .hero-layout-2 .hero-body {
    margin-bottom: 20px;
  }

  .about-us {
    padding: 50px 0;
  }

  .about-image {
    text-align: center;
    margin-bottom: 90px;
    padding-right: 0;
  }

  .about-consultation {
    right: 50%;
    top: auto;
    transform: translate(50%, -50%);
  }

  .about-content ul {
    margin: 0 0 10px;
  }

  .about-content ul li {
    font-size: 16px;
  }

  .about-content ul li:before {
    font-size: 18px;
  }

  .our-services {
    padding: 50px 0 20px;
  }

  .service-content {
    padding: 10px 10px 20px;
  }

  .service-content-title h2 {
    font-size: 24px;
    max-width: 180px;
  }

  .service-content-title a {
    width: 50px;
    height: 50px;
  }

  .service-content-title a img {
    width: 18px;
  }

  .service-content-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .our-product {
    padding: 50px 0 20px;
  }

  .works-item {
    padding: 20px 20px 30px 20px;
  }

  .works-image {
    margin-bottom: 20px;
  }

  .works-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .works-content {
    padding: 0 0 0 10px;
  }

  .why-choose-us {
    padding: 30px 0;
    margin-top: 0;
  }

  .why-choose-us-item {
    padding: 30px;
  }

  .why-choose-us-item .icon-box {
    margin-bottom: 20px;
  }

  .why-choose-us-item h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .why-us-explore-item {
    padding: 40px;
  }

  .why-us-section-title {
    padding-right: 20px;
  }

  .why-us-explore-item .section-title {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .explore-item-icon {
    top: 70px;
    right: 10px;
  }

  .explore-item-icon img {
    width: 50px;
  }

  .explore-item-content p {
    margin-bottom: 20px;
  }

  .explore-item-tags {
    text-align: start;
  }

  .exclusive-partners {
    padding: 50px 0 20px;
  }

  .partners-logo {
    padding: 20px 30px;
  }

  .clients-testimonials {
    padding: 50px 0;
  }

  .testimonial-item {
    padding: 30px;
  }

  .testimonial-author-title h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .latest-news {
    padding: 0px 0 20px;
  }

  .post-item-body h2 {
    font-size: 20px;
  }

  .main-footer {
    padding: 40px 0 0;
  }

  .footer-about {
    margin-bottom: 30px;
  }

  .footer-about p,
  .footer-about img {
    margin-bottom: 15px;
  }

  .footer-about ul li a {
    font-size: 20px;
  }

  .footer-links h2 {
    font-size: 20px;
  }

  .footer-links ul li {
    margin-bottom: 10px;
  }

  .footer-copyright-text {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-policy-links ul {
    text-align: center;
  }
  .digitalsection {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
  }

  .page-header {
    padding: 100px 0;
  }

  .page-header::before {
    background-size: cover;
  }

  .page-header-box h1 {
    font-size: 56px;
    margin-bottom: 10px;
  }

  .page-about {
    padding: 50px 0 20px;
  }

  .page-about-image {
    margin-right: 0;
    padding-bottom: 60px;
    margin-bottom: 20px;
    text-align: center;
  }

  .about-img-2 img {
    width: 300px;
  }

  .work-experience {
    left: 0;
    padding: 15px;
  }

  .work-experience-content h3 {
    font-size: 34px;
  }

  .work-experience-content p {
    font-size: 16px;
  }

  .overview-company {
    padding: 50px 0 20px;
  }

  .counter-box h3 {
    font-size: 24px;
  }

  .counter-box h3 em,
  .counter-box h3 span {
    font-size: 40px;
  }

  .our-team {
    padding: 50px 0 20px;
  }

  .team-content h3 {
    font-size: 20px;
  }

  .scrolling-content span {
    font-size: 44px;
  }

  .our-projects {
    padding: 50px 0 20px;
  }

  .our-projects-nav {
    margin-bottom: 20px;
  }
  .card_item {
    border-bottom: 1px solid #d2d1d148;
  }
  .about-content p {
    text-align: center;
    text-wrap: balance;
  }
  .hcontetn {
    /* background: red; */
    transform: translateY(0%);
    transition: 0.3s;
  }
  .our-projects-nav ul li {
    margin-bottom: 20px;
  }

  .latest-news.our-blog {
    padding: 50px 0;
  }

  .our-projects-nav ul li:nth-child(3n + 3) {
    margin-right: 0px;
  }

  .post-pagination {
    margin-top: 10px;
  }

  .contact-information {
    padding: 50px 0 25px;
  }

  .contact-item {
    padding: 10px;
  }

  .contact-content {
    padding: 10px 10px 20px;
  }

  .contact-content-title {
    padding-bottom: 10px;
  }

  .contact-content-title h2 {
    font-size: 30px;
  }

  .contact-content-title a {
    width: 50px;
    height: 50px;
  }

  .contact-content-title a img {
    width: 18px;
  }

  .contact-item p {
    max-width: 100%;
  }

  .contact-us {
    padding: 25px 0;
  }

  .contact-details {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .contact-details .section-title {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .contact-detail-body p {
    margin-bottom: 20px;
  }

  .contact-detail-body h3 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .contact-detail-body ul li a {
    width: 40px;
    height: 40px;
  }

  .contact-detail-body ul li a i {
    font-size: 20px;
  }

  .contact-form-box {
    padding: 30px;
  }

  .google-map {
    padding: 25px 0 50px;
  }

  .google-map iframe {
    height: 300px;
  }

  .page-single-post {
    padding: 50px 0 25px;
  }

  .post-featured-image {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .post-content {
    max-width: 100%;
  }

  .post-entry h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .post-entry blockquote p {
    font-size: 20px;
  }

  .post-entry blockquote {
    padding: 30px;
  }

  .post-entry ul li:before {
    font-size: 18px;
  }

  .post-entry ul li {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .post-tags {
    margin-bottom: 20px;
  }

  .post-social-links {
    text-align: left;
  }

  .post-social-links ul li a {
    width: 40px;
    height: 40px;
  }

  .post-social-links ul li a i {
    font-size: 20px;
  }

  .latest-news.related-articles {
    padding: 25px 0 20px;
  }

  .page-service-single {
    padding: 50px 0;
  }

  .services-list-box {
    padding: 30px;
  }

  .services-list-box h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .services-list-box ul {
    margin: 0 0 20px;
  }

  .services-list-box ul li {
    margin-bottom: 15px;
  }

  .why-choose-us.why-services {
    padding: 50px 0 20px;
  }

  .your-choice {
    padding: 50px 0 20px;
  }

  .your-choice-item {
    padding: 30px;
  }

  .your-choice-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .your-choice-title h2 {
    font-size: 24px;
  }

  .service-faqs {
    padding: 50px 0;
  }

  .service-faqs .faq-accordion {
    margin-bottom: 30px;
  }

  .ask-question {
    padding: 30px;
  }

  .ask-question-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .ask-question-content {
    margin-bottom: 20px;
  }

  .page-project-single {
    padding: 50px 0 25px;
  }

  .project-feature-image {
    margin-bottom: 30px;
  }

  .project-sidebar {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .about-project-box {
    padding: 30px;
  }

  .project-info-box {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .project-info-box h3 {
    font-size: 18px;
  }

  .project-info-box p {
    margin-bottom: 5px;
  }

  .project-icon img {
    width: 40px;
  }

  .project-entry h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .project-entry ul li {
    font-size: 16px;
  }

  .project-entry ul li:before {
    font-size: 18px;
  }

  .project-details-gallery {
    padding: 25px 0 50px;
  }

  .faq-section {
    padding: 50px 0;
  }

  .accordion-header .accordion-button {
    font-size: 20px;
    padding: 110px 40px 110px 20px;
  }

  .accordion-header .accordion-button::after {
    transform: translate(-20px, -50%);
  }

  .accordion-body {
    padding: 10px 40px 20px 20px;
  }

  .error-page {
    padding: 50px 0;
  }

  .error-page-content-heading h2 {
    font-size: 56px;
    margin-bottom: 20px;
  }

  .error-page-content-heading {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-default {
    font-size: 14px;
  }

  .section-row {
    margin-bottom: 30px;
  }

  .section-btn {
    text-align: center;
    margin-top: 20px;
  }

  .section-row .section-title {
    text-align: center;
  }

  .section-title h3 {
    font-size: 18px;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 30px !important;

    text-wrap: balance;
    padding: 0;
  }

  .sector .sector_item {
    height: 210px;
  }
  .slicknav_arrow:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 15px;

    color: var(--white-color);
    position: absolute;
    right: -90px;
    top: 45px;
    transition: all 0.3s ease-out;
  }

  .sector .sector_item h5 {
    font-size: 18px;

    padding: 10px 0;
    text-wrap: balance;
  }
  .sector .sector_item img {
    margin-top: 20px;
  }
  p {
    margin-top: 1em;
    margin-bottom: 2em;

    text-wrap: balance;
  }

  .hero-content {
    margin-right: 0px;
    padding-top: 20px;
  }
  .herosvg {
    position: absolute;
    right: -80%;
    bottom: 6%;
    width: 800px;
    stroke-width: 90;

    /* height: 1000px; */
    /* background-color: red; */
  }
  .pattern3 {
    display: none;
  }

  .hero-play-button {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hero-play-button i {
    font-size: 20px;
    background-color: var(--accent-color);
    color: var(--white-color);
    width: 80px;
    height: 80px;
  }

  .hero-layout-2 .section-title h1 {
    font-size: 40px;
  }
  .hero-body p {
    margin-top: 10px;

    text-align: center;
  }
  .hero-layout-2 .hero-footer .btn-default {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .hero-layout-2 .hero-footer .btn-default:last-child {
    margin-bottom: 0;
  }

  .about-image {
    margin-bottom: 70px;
  }

  .about-consultation img {
    width: 120px;
    height: 120px;
  }
  .contactsection h1 {
    font-size: 50px;

    line-height: 50px;
    padding-top: 10px;
  }
  .frombg {
    border-radius: 30px;
    padding: 30px 20px !important;
    background-color: white;
  }
  .contactsection p {
    font-size: 16px;
    font-weight: 300;
    line-height: 22.5px;
    color: black;
    letter-spacing: 0.7px;
  }
  .about-content ul {
    display: block;
    margin: 0 0 25px;
  }

  .about-content ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .service-content-title h2 {
    font-size: 20px;
    max-width: 170px;
  }

  .service-content-title a img {
    width: 16px;
  }

  .career_item .imgpattern {
    width: 55px;
    height: 55px;

    left: 50%;
    top: -10px;
    transform: rotate(45deg) translateX(-50%);

    border: 6px solid #fbfbfb;
  }
  .career_item .imgpattern img {
    width: 30px;
    height: 30px;
  }
  .career_item {
    margin-bottom: 50px;
  }
  .job_item {
    padding: 10px;

    padding-bottom: 100px;
    margin-bottom: 20px;
  }
  .webheading4 {
    right: 20%;
    top: 40%;
  }
  .about-img {
    margin: 20px 0;
  }
  .applynowbtn {
    right: unset;
    left: 0px;
    top: 80%;
    transform: translateY(-50%);
    padding: 12px 20px;
    border-radius: 30px;

    color: rgb(39, 39, 39);
    background: #f0edfc;
  }

  .works-content h2 {
    font-size: 20px;
  }

  .why-choose-us-item h3 {
    font-size: 20px;
  }

  .why-us-explore-item {
    padding: 20px;
  }

  .why-us-section-title {
    padding-right: 40px;
  }

  .explore-item-icon {
    top: 20px;
    right: 20px;
  }

  .explore-item-icon img {
    width: 40px;
  }

  .explore-item-tags ul li {
    margin-right: 10px;
    margin-bottom: 5px;
  }

  .partners-logo {
    padding: 15px 20px;
  }

  .testimonial-author-title h2 {
    font-size: 18px;
  }

  .post-item-body h2 {
    font-size: 18px;
  }

  .mega-footer {
    margin-bottom: 10px;
  }

  .footer-about ul li a {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .footer-links {
    margin-bottom: 30px;
  }

  .footer-policy-links ul li {
    margin-right: 10px;
    color: red;
  }

  .page-header {
    padding: 50px 0;
  }

  .page-header-box ol {
    padding: 4px 15px;
    font-size: 14px;
  }

  .page-about-image {
    padding-bottom: 110px;
    padding-top: 50px;
  }

  .about-img-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .hero-play-button2 {
    display: none;
  }

  .work-experience {
    top: 0;
    left: 60px;
    padding: 10px;
  }

  .work-experience-content h3 {
    font-size: 30px;
  }

  .page-about .about-content .section-title {
    margin-bottom: 20px;
  }

  .why-choose-us-item span {
    position: absolute;
    font-size: 90px;
    right: 10px;
    top: 30px;

    opacity: 0.1;
  }
  .text-anime-style-3 {
    font-size: 16px;
    padding: 0 70px;
  }
  .ourbrand {
    font-size: 35px;
  }
  .ourbrand span {
    font-size: 35px;
  }
  .counter-box {
    padding: 20px;
  }
  .bigtext {
    font-size: 60px;
    font-weight: 900;
    left: 50%;
    letter-spacing: -3px;
  }

  .counter-box h3 {
    font-size: 40px;
  }
  .portfolio {
    height: 500px;
    margin-bottom: 20px;
    border: 2px solid rgb(74, 10, 203);
    padding: 2px;
    border-radius: 5px;
  }
  .digitalpattern4 {
    width: 50px;
    right: 20%;
    top: 40%;

    animation: unset;
  }
  .digitalpattern2 {
    left: 10%;
    top: 55%;

    animation: unset;
  }
  .digitalpattern1 {
    left: -3%;
    top: 5%;

    animation: unset;
  }
  .dmarkwerbanner {
    animation: unset;
  }
  .digitalpattern3 {
    width: 40px;
    left: 25%;
    top: 90%;

    animation: unset;
  }
  .bigtxt,
  .bigtxt2 {
    display: none;
  }
  .counter-box p {
    margin: 10px 0;
  }
  .counter-box img {
    margin: 10px 0;
  }
  .service-content-title {
    margin-bottom: 0;
    padding: 0;
  }
  .bigtxtabout {
    display: none;
  }
  .aboutbg {
    right: 15%;
    top: 350px;
  }
  .howwork_arrow {
    transform: rotate(90deg);
    width: 100px;
    margin: auto;
  }
  .service-content {
    align-items: center;
    flex-direction: column;
  }

  .counter-box h3 em,
  .counter-box h3 span {
    font-size: 30px;
  }

  .team-content h3 {
    font-size: 20px;
  }

  .scrolling-content span {
    font-size: 48px;
  }

  .websecbg2 {
    left: 75%;
    top: 10%;
  }
  .websecbg3 {
    position: absolute;
    left: 10%;
    top: 45%;
  }

  .our-projects-nav ul li {
    padding: 10px 15px;
    margin-right: 6px;
    margin-bottom: 20px;
  }

  .our-projects-nav ul li a {
    font-size: 14px;
  }

  .contact-information {
    padding: 50px 0 5px;
  }

  .contact-item {
    height: calc(100% - 20px);
    margin-bottom: 20px;
  }

  .contact-content-title h2 {
    font-size: 30px;
  }

  .contact-detail-body h3 {
    font-size: 28px;
  }

  .contact-form-box {
    padding: 20px;
  }

  .google-map iframe {
    height: 250px;
  }

  .post-single-meta ul li {
    margin-right: 15px;
  }

  .post-entry blockquote {
    padding: 20px;
  }

  .post-entry blockquote p {
    background: url(../images/icon-blockquote.svg) no-repeat 0px 0px;
    font-size: 20px;
    padding-left: 0px;
    padding-top: 50px;
  }

  .post-tags .btn-default {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .service-featured-image {
    margin-bottom: 20px;
  }
  .section-title {
    text-align: center;
  }

  .services-list-box {
    padding: 20px;
  }

  .services-list-box h3 {
    font-size: 20px;
  }

  .why-choose-us.why-services .section-title p {
    margin-bottom: 0;
    margin-top: 20px;
  }

  .your-choice-title h2 {
    font-size: 20px;
    max-width: 180px;
  }

  .ask-question-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .ask-contact-list a {
    display: inline-grid;
  }

  .project-info-box h3 {
    font-size: 16px;
  }

  .project-entry h2 {
    font-size: 28px;
  }

  .project-gallery-items {
    display: block;
  }

  .project-gallery-items .project-gallery-item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .project-gallery-items .project-gallery-item:nth-child(3n + 3) {
    margin-bottom: 0;
  }

  .accordion-header .accordion-button {
    font-size: 18px;
  }

  .error-page-content-heading h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .error-page-content-heading {
    margin-bottom: 30px;
  }
  .weprovide ul li svg {
    width: 40px;
    height: 40px;
  }

  .weprovide ul li:nth-child(1) {
    left: 30px;
    top: 30px;
  }
  .weprovide ul li:nth-child(2) {
    right: 200px;
    bottom: 100px;
  }
  .weprovide ul li:nth-child(3) {
    right: 150px;
    top: 100px;
  }
  .weprovide ul li:nth-child(4) {
    left: 150px;
    bottom: 30px;
  }
  .weprovide ul li:nth-child(5) {
    left: 300px;
    bottom: 70px;
  }
  .weprovide ul li:nth-child(6) {
    right: 300px;
    top: 120px;
  }
  .weprovide ul li:nth-child(7) {
    left: 250px;
    top: 10px;
  }
  .weprovide ul li:nth-child(8) {
    right: 350px;
    bottom: 0px;
  }
  .weprovide ul li:nth-child(9) {
    left: 0px;
    bottom: 120px;
  }
  .weprovide ul li:nth-child(10) {
    left: 360px;
    bottom: 370px;
  }

  .weprovide ul li:nth-child(11) {
    right: 0px;
    bottom: 150px;
  }
  .weprovide ul li:nth-child(12) {
    right: 0px;
    top: 0px;
  }

  .weprovide ul li:nth-child(13) {
    left: unset;
    right: 0;
    bottom: 0px;
    top: unset;
  }
  .weprovide ul li:nth-child(14) {
    /* background-color: red; */
    right: 230px;
    top: 0px;
  }

  .weprovide ul li:nth-child(15) {
    left: 0px;
    top: 150px;
  }
  .weprovide ul li:nth-child(16) {
    left: 300px;
    bottom: 0px;
  }
  .weprovide ul li:nth-child(17) {
    right: 120px;
    bottom: 120px;
  }
  .weprovide ul li:nth-child(18) {
    right: 280px;
    bottom: 130px;
  }

  .section_item h2 {
    font-size: 20px;
    text-align: center;
  }
  .titeltext {
    width: 100%;
    font-size: 20px;
    padding: 20px;

    left: 0%;
    bottom: 0%;

    transform: rotate(0deg);
  }
  .section_item {
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 30px 10px;
    overflow: hidden;
    gap: 15px;
    padding-left: 20px;
    padding-bottom: 80px;
    box-shadow: 5px 5px 30px #c3c6e13a;
  }
  .section_item img {
    width: 120px;
    margin: 10px auto;
  }
  .section_item ul li {
    font-size: 16px;
  }
  .letter {
    font-size: 35px !important;
  }
  .techuse {
    margin: 0px 0;
    padding: 0px 0;
  }
  .word {
    position: absolute;
    opacity: 0;
    left: 50%;
    text-wrap: nowrap;

    transform: translateY(15px) translateX(-50%);
    width: max-content;
  }
  .hero-body p {
    padding-top: 20px;
  }
  /* .section-title {
    text-align: center;
  } */
  .section-title .split-line {
    text-align: center !important;
    display: block !important;
  }
  .webdev_item {
    margin-bottom: 70px;
  }
  .hero-play-button {
    left: 45%;
    top: 75%;
    width: 230px;
    /* display: none !important; */
    animation: unset;
    opacity: 1 !important;
  }
  .sector {
    /* background-color: red; */
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .why-choose-us-item {
    text-align: center;
  }
  .why-choose-us-item img {
    width: 60px !important;
    margin: 4px 0;
  }
  .service-item {
    text-align: center;
  }

  .service-item h2 {
    text-align: center;
    text-wrap: nowrap;
    font-size: 18px;
    /* width: 100% !important; */
    /* color: red; */
    /* background: gold; */
    /* display: block !important; */
    max-width: unset;
    padding-top: 15px;
  }
  .product_item {
    text-align: center;
  }
  .section-title2 {
    transform: scale(1) translateX(-20px);
    padding: 0;
  }
  .service-box {
    margin-bottom: 20px;
    /* justify-content: center;
align-items: center;
display: flex;
flex-direction: column; */
  }
  .process-box {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .process-box p {
    text-align: center;
    text-wrap: balance;
  }

  /* =========== */
  .mobilenav {
    background: linear-gradient(white,white,rgb(235, 211, 252));
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 999;
    top: 60px;
    left: 0;
    padding: 10px;
    transform: translateX(100%);
    transition: .3s;
    display: block;
  }
  .mobilenav.active {
        transform: translateX(0%);

  }
  .mobilenav ul li a {
    padding: 15px;
    color: black;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(175, 149, 202, 0.138);
  }
  .mobilenav ul li a:hover {
    background: rgb(210, 202, 254);
    border-radius: 10px;
  }
  .mobilenav ul li:last-child a {
   
    border-bottom: 0px solid rgba(223, 223, 223, 0.318);
  }
  .mobilenav ul li a:hover {

    color: black;
   
  }
  .mobilenav .submenuiteem {
     background: linear-gradient(to left,white,rgb(236, 228, 253));


    /* position: absolute; */
    top: 0;
    height: 0;
    border-radius: 10px;
    /* overflow: hidden; */
    /* transform: scaleY(0); */
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: .3s  ;
  }
  .mobilenav .submenuiteem.active {
    /* transform: scaleY(1); */
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);


  }
  .testimonialslider {
    padding-bottom: 30px;
}
.bussbg2,.bussbg {
   display: none;
}

}
