:root {
  --theme-clr: #05a6f0;
  --theme-radius: 10px;
  --bs-body-font-family: "proxima-nova", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-line-height: 21px;
  --bs-border-color: #dfe5eb;
  --bs-body-color: #111111;
  --bs-primary: #05a6f0;
  --bs-primary-hover: #05a6f0;
  --bs-secondary: #4c5773;
  --bs-success: #13ce66;
  --bs-warning: #ff6600;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fb;
  --bs-transparent: transparent;
  --bs-body-color-rgb: 17, 17, 17;
  --bs-primary-rgb: 5, 166, 240;
  --bs-secondary-rgb: 82, 95, 127;
  --bs-success-rgb: 19, 206, 102;
  --bs-warning-rgb: 255, 102, 0;
  --bs-light-rgb: 248, 249, 251;
  --primary-text: #111111;
  --border-color: #dfe5eb;
  --bs-border-radius: 10px;
  --node-js: linear-gradient(270deg,
      rgba(128, 188, 0, 0.3) 0%,
      rgba(0, 117, 201, 0.3) 100%),
    #fff;
  --django: linear-gradient(270deg,
      rgba(33, 74, 53, 0.3) 0%,
      rgba(101, 178, 141, 0.3) 100%),
    #fff;
  --laravel: linear-gradient(270deg,
      rgba(249, 50, 44, 0.3) 1.28%,
      rgba(253, 129, 125, 0.3) 100%),
    #ffffff;
  --flutter: linear-gradient(270deg,
      rgba(105, 51, 238, 0.3) 1.28%,
      rgba(142, 104, 241, 0.3) 100%),
    #ffffff;
  --android: linear-gradient(0deg,
      rgba(164, 198, 57, 0.3),
      rgba(164, 198, 57, 0.3)),
    #ffffff;
  --ios: linear-gradient(286.03deg,
      rgba(95, 201, 248, 0.3) 2.48%,
      rgba(254, 203, 46, 0.3) 21.32%,
      rgba(253, 148, 38, 0.3) 40.16%,
      rgba(252, 49, 88, 0.3) 59.01%,
      rgba(20, 126, 251, 0.3) 77.85%,
      rgba(83, 215, 105, 0.3) 96.69%),
    #ffffff;
  --reactjs: linear-gradient(0deg,
      rgba(20, 158, 202, 0.3),
      rgba(20, 158, 202, 0.3)),
    #ffffff;
  --vuejs: linear-gradient(270deg,
      rgba(66, 184, 134, 0.3) 0%,
      rgba(100, 126, 255, 0.3) 100%),
    #fff;
  --angularjS: linear-gradient(270deg,
      rgba(226, 50, 55, 0.3) 0%,
      rgba(181, 46, 49, 0.3) 100%),
    #fff;
  --uiux: linear-gradient(135deg,
      rgba(104, 77, 210, 0.1) 0%,
      rgba(188, 90, 161, 0.2) 100%),
    #ffffff;
  --shopify: linear-gradient(270deg,
      rgba(149, 191, 70, 0.3) 0%,
      rgba(94, 142, 62, 0.3) 100%),
    #fff;
  --magento: linear-gradient(270deg,
      rgba(31, 110, 12, 0.3) 0%,
      rgba(110, 173, 95, 0.3) 100%),
    #fff;
  --woocommerce: linear-gradient(270deg,
      rgba(46, 170, 250, 0.09) 0%,
      rgba(31, 47, 152, 0.09) 100%),
    #fff;
  --opencart: linear-gradient(270deg,
      rgba(54, 194, 237, 0.15) 0%,
      rgba(155, 224, 246, 0.3) 100%),
    #fff;
  --wordpress: linear-gradient(0deg,
      rgba(177, 190, 198, 0.3) 0%,
      rgba(177, 190, 198, 0.3) 100%),
    #fff;
  --fullstack: linear-gradient(270deg,
      rgba(249, 200, 89, 0.23) 0%,
      rgba(90, 185, 206, 0.23) 100%),
    #fff;
  --meanstack: linear-gradient(0deg, #f8d1d0 0%, #f8d1d0 100%), #fff;
  --simpro: linear-gradient(270deg,
      rgba(0, 120, 218, 0.3) 0%,
      rgba(0, 212, 255, 0.3) 100%),
    #fff;
  --mobileapp: linear-gradient(270deg,
      rgba(212, 252, 121, 0.3) 0%,
      rgba(150, 230, 161, 0.3) 100%),
    #fff;
  --ionicapp: linear-gradient(270deg,
      rgba(132, 250, 176, 0.3) 0%,
      rgba(143, 211, 244, 0.3) 100%),
    #fff;
  --webapp: linear-gradient(270deg,
      rgba(242, 153, 74, 0.3) 0%,
      rgba(242, 201, 76, 0.3) 100%),
    #fff;
  --php: linear-gradient(270deg,
      rgba(74, 194, 154, 0.3) 0%,
      rgba(178, 254, 250, 0.3) 0.01%,
      rgba(14, 210, 247, 0.3) 100%),
    #fff;
  --codeigniter: linear-gradient(270deg,
      rgba(97, 144, 232, 0.3) 0%,
      rgba(167, 191, 232, 0.3) 100%),
    #fff;
  --jqueryapp: linear-gradient(270deg,
      rgba(255, 175, 189, 0.3) 0%,
      rgba(255, 195, 160, 0.3) 100%),
    #fff;
  --devops: linear-gradient(270deg,
      rgba(52, 148, 230, 0.3) 0%,
      rgba(236, 110, 173, 0.3) 100%),
    #fff;
  /* font size start*/
  --xxl: 48px;
  --xxl-lnh: 64px;
  --xl: 36px;
  --xl-lnh: 50px;
  --lgxl: 30px;
  --lgxl-lnh: 40px;
  --lg: 24px;
  --lg-lnh: 36px;
  --mdlg: 20px;
  --mdlg-lnh: 30px;
  --md: 17px;
  --md-lnh: 25px;
  --sm: 14px;
  --sm-lnh: 20px;
  --xs: 12px;
  --xs-lnh: 16px;
  --xxs: 10px;
  --xs-lnh: 14px;
  /* font size end */
  --bs-btn-font-size: 17px;
}

/*global css start*/
html,
body {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: var(--bs-white);
  font-size: var(--bs-body-font-size);
  line-height: var(--bs-body-line-height);
  font-weight: 400;
  overflow-x: hidden;
}

/*loader css start*/
#preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  overflow: hidden;
  background: white;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.lds-ripple:before,
.lds-ripple:after {
  content: "";
  position: absolute;
  border: 4px solid var(--bs-primary);
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple:after {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/*loader css end*/
/* font size start */
h1,
.fs-xxl {
  font-size: var(--xxl);
  line-height: var(--xxl-lnh);
}

h2,
.fs-xl {
  font-size: var(--xl);
  line-height: var(--xl-lnh);
}

h3,
.fs-lg {
  font-size: var(--lg);
  line-height: var(--lg-lnh);
}

.fs-lgxl {
  font-size: var(--lgxl);
  line-height: var(--lgxl-lnh);
}

.fs-mdlg {
  font-size: var(--mdlg);
  line-height: var(--mdlg-lnh);
}

h4,
.fs-md {
  font-size: var(--md);
  line-height: var(--md-lnh);
}

h5,
.fs-sm {
  font-size: var(--sm);
  line-height: var(--sm-lnh);
}

h6,
.fs-xs {
  font-size: var(--xs);
  line-height: var(--xs-lnh);
}

.fs-xxs {
  font-size: var(--xxs);
  line-height: var(--xxs-lnh);
}

/* font size end */
/*font family start*/
.font-regular,
.fw-400 {
  font-weight: 400 !important;
}

h1,
.font-bold,
.fw-700,
.fw-bold {
  font-weight: 700;
}

.font-semibold,
.fw-600 {
  font-weight: 600;
}

.fw-500,
.font-medium {
  font-weight: 500;
}

/*font family end*/
/*spacing start*/
.p-20 {
  padding: 20px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-05 {
  margin-top: 5px;
}

.mt-54 {
  margin-top: 54px !important;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ms-10 {
  margin-left: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pe-45 {
  padding-left: 45px;
}

.pt-60 {
  padding-top: 60px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-20 {
  margin-right: 20px;
}

.me-40 {
  margin-right: 40px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-22 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pb-140 {
  padding-bottom: 143px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.top-100px {
  top: 100px;
}

.mx-30 {
  margin-left: 30px;
  margin-right: 30px;
}

/*spacing end*/
/* background start */
.bg-theme {
  background-color: var(--bs-primary) !important;
}

/* .bg-light { background-color: #F2F2F2 !important; }
 */
.bg-light2 {
  background-color: #f8f8f8 !important;
}

.bg-border {
  background-color: #d0d0d0;
}

.bg-grey {
  background-color: var(--bs-light);
}

.bg-grey {
  background-color: var(--bs-light);
}

.bg-vuejs {
  background: var(--vuejs);
}

.bg-reactjs {
  background: var(--reactjs);
}

.bg-iosapp {
  background: var(--ios);
}

.bg-androidapp {
  background: var(--android);
}

.bg-flutterapp {
  background: var(--flutter);
}

.bg-laravel {
  background: var(--laravel);
}

.bg-nodejs {
  background: var(--node-js);
}

.bg-django {
  background: var(--django);
}

.bg-angular {
  background: var(--angularjS);
}

.bg-uiux {
  background: var(--uiux);
}

.bg-uiux {
  background: var(--uiux);
}

.bg-shopify {
  background: var(--shopify);
}

.bg-magento {
  background: var(--magento);
}

.bg-woo-commerce {
  background: var(--woocommerce);
}

.bg-opencart {
  background: var(--opencart);
}

.bg-wordpress {
  background: var(--wordpress);
}

.bg-fullstack {
  background: var(--fullstack);
}

.bg-meanstack {
  background: var(--meanstack);
}

.bg-simpro {
  background: var(--simpro);
}

.bg-mobileapp {
  background: var(--mobileapp);
}

.bg-ionicapp {
  background: var(--ionicapp);
}

.bg-webapp {
  background: var(--webapp);
}

.bg-php {
  background: var(--php);
}

.bg-codeigniter {
  background: var(--codeigniter);
}

.bg-jqueryapp {
  background: var(--jqueryapp);
}

.bg-devops {
  background: var(--devops);
}

/* background end */
/*colors css start*/
.body-clr {
  color: var(--bs-body-color) !important;
}

.theme-clr {
  color: var(--bs-primary);
}

.light-clr {
  color: #f2f2f2;
}

.green-clr {
  color: #52d264;
}

.yellow-clr {
  color: #ffbf00;
}

.border-clr {
  color: #d0d0d0;
}

.gray-500 {
  color: #111111;
  opacity: 0.5;
}

.secodary-clr {
  color: var(--bs-secondary);
}

/*colors css end*/
/* Custom gutter spacing start */
.gx-100 {
  --bs-gutter-x: 100px !important;
}

.gx-40 {
  --bs-gutter-x: 40px !important;
}

hr {
  opacity: 0.1;
}

.mh-auto {
  min-height: auto;
}

/*border radius*/
.rounded-10 {
  border-radius: 10px;
}

.rounded-6 {
  border-radius: 6px;
}

/*border radius end */
.ic {
  width: 24px;
  height: 24px;
  min-width: 24px;
}

.ic-m {
  height: 24px;
  width: 24px;
  fill: currentColor;
}

svg {
  color: inherit;
  fill: currentColor;
}

.i {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.ic-45 {
  height: 45px;
  width: 45px;
}

/*css for scrollbar Start*/
* {
  scrollbar-color: #d0d0d0 #f2f2f2;
  scrollbar-width: thin;
}

*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  -moz-appearance: none !important;
}

*::-webkit-scrollbar-track,
*::-webkit-scrollbar-track-piece {
  background-color: #f2f2f2;
  -moz-appearance: none !important;
  border: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

*::-webkit-scrollbar-thumb,
*::-webkit-scrollbar-thumb:vertical,
*::-webkit-scrollbar-thumb:horizontal {
  background-color: #d0d0d0;
  outline: none;
  border-radius: 4px;
  -moz-appearance: none !important;
}

/*css for scrollbar End*/
/*other global*/
.fix-height {
  max-height: calc(calc(var(--vh, 1vh) * 100) - 70px);
}

ul,
li {
  list-style-type: none;
}

ul.list {
  padding-left: 20px;
}

ul.list,
ul.list li {
  list-style-type: disc;
}

ul.list-decimal,
ul.list-decimal li {
  list-style-type: decimal;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover,
a:active,
a:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* color: inherit; */
  /* color: var(--bs-primary) !important; */
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

p {
  font-size: 20px;
  line-height: 30px;
  color: var(--bs-secondary);
}

.hover-link {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
}

.hover-link:hover {
  color: var(--bs-primary);
}

.hover-decoration {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  text-decoration: underline;
}

.hover-decoration:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.hover-opacity {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
}

.hover-opacity:hover {
  opacity: 0.8;
}

.text-underline {
  text-decoration: underline;
}

.hover-underline:hover {
  text-decoration: underline;
}

.section-py {
  padding: 70px 0;
}

/* social icons start */
.socialclr a {
  color: var(--bs-body-color) !important;
  border-radius: 50%;
  border: 1px solid var(--bs-body-color);
  padding: 5px;
  height: 32px !important;
  width: 32px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.socialfb:hover {
  border: 1px solid #3874cb;
}

.socialtw:hover {
  border: 1px solid #03a9f4;
}

.socialln:hover {
  border: 1px solid #0077b5;
}

.socialinsta:hover {
  border: 1px solid #f14c5d;
}

.socialfb:hover {
  color: #3874cb !important;
}

.socialtw:hover {
  color: #03a9f4 !important;
}

.socialln:hover {
  color: #0077b5 !important;
}

.socialinsta:hover {
  color: #f14c5d !important;
}

.socialclr ul {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.socialclr ul li:hover {
  transform: translate(0, -3px);
  transition: 0.3s ease-in-out;
}

.socialclr ul li {
  transition: 0.3s ease-in-out;
}

/* social icons css end */

@media (min-width: 992px) {
  .section-py {
    padding: 100px 0;
  }
}

.section-padding {
  padding: 50px 0;
}

.section-title {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 40px;
}

/* gap css start */
.gap-4 {
  gap: 1.25rem !important;
}

.gap-20px {
  gap: 20px;
}

.gap-30px {
  gap: 30px;
}

.gap-40px {
  gap: 40px;
}

.gap-10px {
  gap: 10px;
}

/* gap css end */
/* -----------animation css start--------------- */
.mw_zoom {
  -webkit-animation: mw_zoom 1s infinite alternate;
  animation: mw_zoom 1s infinite alternate;
}

.mw_swing {
  -webkit-animation: mw_swing 1s infinite alternate;
  animation: mw_swing 1s infinite alternate;
}

.mw_move_y {
  -webkit-animation: mw_move_y 1s infinite alternate;
  animation: mw_move_y 1s infinite alternate;
}

/* mw zoom */
@-webkit-keyframes mw_zoom {
  0% {
    transform: scale(0.8);
  }

  to {
    transform: scale(1);
  }
}

@keyframes mw_zoom {
  0% {
    transform: scale(0.8);
  }

  to {
    transform: scale(1);
  }
}

/* mw swing */
@-webkit-keyframes mw_swing {
  0% {
    transform: rotate(-35deg);
  }

  to {
    transform: rotate(-5deg);
  }
}

@keyframes mw_swing {
  0% {
    transform: rotate(-35deg);
  }

  to {
    transform: rotate(-5deg);
  }
}

/* mw move */
@keyframes mw_move_y {
  0% {
    transform: translateY(-10px);
  }

  to {
    transform: translateY(10px);
  }
}

/* -----------animation css end--------------- */
/*bootstrap grid css*/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  /* --bs-gutter-x: 0.9375rem; */
  --bs-gutter-x: 2.5rem;
}

.row {
  --bs-gutter-x: 2.5rem;
}

.row.bs-gy-40 {
  --bs-gutter-y: 2.5rem;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0;
  --bs-gutter-x: 0.85rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
  --bs-gutter-x: 1rem;
}

/*bootstrap grid css end*/
/* nav css start */
.nav {
  --bs-link-color: var(--bs-body-color);
  --bs-link-hover-color: var(--bs-primary);
  --bs-nav-link-padding-y: 20px;
  --bs-nav-link-padding-x: 15px;
  --bs-nav-link-font-weight: 500;
}

.nav .nav-link {
  --bs-nav-link-font-size: var(--md);
  line-height: var(--md-lnh);
}

.nav-link.active {
  color: var(--bs-primary) !important;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--bs-primary) !important;
}

/* nav css end */
header {
  z-index: 1001;
  height: 80px;
}

header,
footer,
main {
  margin: 0 auto;
}

/*main css start*/
main {
  background-color: var(--bs-white);
  min-height: calc(calc(var(--vh, 1vh) * 100) - 80px);
  padding-top: 80px;
}

/*main css end*/
/* card css start */
.card {
  --bs-card-spacer-y: 30px;
  --bs-card-spacer-x: 30px;
  --bs-card-border-color: var(--border-color);
}

.card * {
  transition: 0.2s ease all;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
}

.card:hover {
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-primary);
  box-shadow: 0px 0px 0px 1px var(--bs-primary);
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}

.card-header,
.card-header:first-child {
  border: 0;
}

/* card css end */
/*button css start*/
.btn-mask {
  display: inline-block;
  position: relative;
  overflow: hidden;
  align-self: baseline;
}

.btn {
  padding: 10px 30px;
  line-height: 25px;
  font-weight: 500;
  border-radius: var(--bs-border-radius);
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
  -moz-transition: 0.2s all;
  -o-transition: 0.2s all;
  --bs-btn-font-size: 17px;
}

.btn-warning,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
  background-color: #ffa500 !important;
  color: #fff !important;
  border-color: #ffa500 !important;
}

.btn.btn-theme,
.btn-primary {
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-primary-hover);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
}

.btn-mask .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  border-radius: 100%;
  transform: scale(1, 1) translate(-50%);
  transform-origin: 50% 50%;
}

.btn-mask .btn:hover:not(:active)::after,
.btn-mask .btn:hover:not(:active)::after {
  animation: ripple 1s ease-out;
}

@keyframes ripple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }

  20% {
    transform: scale(25, 25);
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(40, 40);
  }
}

.btn-success {
  --bs-btn-bg: var(--bs-success);
  --bs-btn-border-color: var(--bs-success);
  --bs-btn-hover-bg: var(--bs-success);
  --bs-btn-active-bg: var(--bs-success);
  --bs-btn-hover-border-color: var(--bs-success);
  --bs-btn-active-border-color: var(--bs-success);
}

.btn-warning {
  --bs-btn-bg: var(--bs-warning);
  --bs-btn-border-color: var(--bs-warning);
  --bs-btn-hover-bg: var(--bs-warning);
  --bs-btn-active-bg: var(--bs-warning);
  --bs-btn-hover-border-color: var(--bs-warning);
  --bs-btn-active-border-color: var(--bs-warning);
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  /* --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); */
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-primary);
}

.chip {
  padding: 4px 15px;
  font-size: var(--md);
  line-height: var(--md-lnh);
  color: var(--bs-body-color);
  font-weight: 600;
  border: 1px solid var(--bs-secondary);
  min-height: 35px;
}

.btn.btn-sm-text {
  font-size: 16px;
  line-height: 23px;
  height: 45px;
  padding: 10px 20px;
}

.btn.btn-white {
  color: var(--bs-primary);
  background-color: var(--bs-white);
}

.btn-white:hover {
  color: var(--bs-white) !important;
  background-color: var(--bs-primary);
  border-color: var(--bs-white);
}

.btn.btn-sm {
  padding: 4px 12px;
  font-size: 13px;
  line-height: 18px;
}

.btn.btn-sm.btn-sm-text {
  padding: 5px 12px;
  font-size: 16px;
  line-height: 23px;
  height: 35px;
}

.btn.btn-lg {
  height: 50px;
}

.fix-w {
  width: 150px;
}

form.row {
  --bs-gutter-x: 1.875rem;
}

label {
  color: var(--bs-secondary);
  font-weight: 400;
  font-size: var(--md);
  line-height: var(--md-lnh);
}

label {
  color: var(--bs-secondary);
  font-weight: 400;
  font-size: var(--md);
  line-height: var(--md-lnh);
}

.form-label {
  margin-bottom: 5px;
}

.form-group {
  margin-bottom: 20px;
}

textarea.form-control {
  min-height: calc(5.1em + 0.75rem + calc(var(--bs-border-width) * 2)) !important;
}

.form-control,
.form-select {
  color: var(--bs-primary);
  padding: 11px 16px;
  border-color: var(--bs-border-color);
  border-radius: var(--theme-radius);
  border: 1px solid var(--bs-border-color);
  min-height: 45px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}

.form-control:focus,
.form-select:focus {
  outline: none;
  color: #111111;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--bs-primary);
}

.form-control::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: var(--bs-border-color);
}

.form-control::-moz-placeholder {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: var(--bs-border-color);
}

.form-control:-ms-input-placeholder {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: var(--bs-border-color);
}

.form-control:-moz-placeholder {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: var(--bs-border-color);
}

.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
.form-control:-moz-placeholder,
.form-select::-webkit-input-placeholder,
.form-select::-moz-placeholder,
.form-select:-ms-input-placeholder,
.form-select:-moz-placeholder {
  color: var(--bs-border-color);
}

.form-search,
.form-search:hover,
.form-search:active,
.form-search:focus {
  background-image: url(../img/icons/icon-search-grey.svg);
  background-repeat: no-repeat;
  background-position: left 18px center;
  padding-left: 58px;
  background-color: transparent;
  border: 0;
  border-radius: 0px;
  cursor: pointer;
}

.form-search::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  color: var(--bs-secondary);
}

.form-search::-moz-placeholder {
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  color: var(--bs-secondary);
}

.form-search:-ms-input-placeholder {
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  color: var(--bs-secondary);
}

.form-search:-moz-placeholder {
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  color: var(--bs-secondary);
}

/* upload img css start */
.upldimg input[type="file"] {
  display: none;
}

.upldimg .custom-file-upload {
  display: inline-block;
  cursor: pointer;
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  color: var(--bs-secondary);
}

.upldimg {
  background: var(--bs-light);
  border: 1px dashed var(--bs-secondary);
  border-radius: 10px;
  padding: 6px 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100px;
  opacity: 0.5;
}

/* upload img css end */
/* price range slider in budget */
.tooltip {
  position: absolute;
  z-index: 9;
  display: block;
  margin: 0;
  opacity: 0;
}

.slider .tooltip.top {
  margin-top: -21px;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.slider-selection {
  background: var(--bs-primary) !important;
  box-shadow: none;
}

.slider.slider-horizontal {
  width: 100% !important;
  height: 20px;
}

.slider-handle {
  background-color: var(--bs-primary) !important;
  border: 2px solid var(--bs-border-color);
  background-image: none !important;
  width: 17px;
  height: 17px;
  top: 9px;
}

.slider-wrapper .tooltip-inner {
  max-width: 200px;
  padding: 0 8px;
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
  text-align: center;
  background-color: transparent !important;
  border-radius: 4px;
}

.slider-wrapper .tooltip.top .tooltip-arrow {
  display: none !important;
}

.slider.slider-horizontal .slider-track {
  height: 3px;
  top: 94%;
  margin-top: -3px;
}

.slider-track {
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.12);
  box-shadow: none;
}

.slider-track-low,
.slider-track-high {
  background-color: rgba(0, 0, 0, 0.12);
}

.slider-wrapper {
  padding-left: 10px;
  margin-top: 14px;
  padding-right: 15px;
}

/* price range slider in budget */
/* header css start*/
.shine {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.shine::before {
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.shine:hover::before,
.shine:focus::before {
  -webkit-animation: shine 0.85s;
  animation: shine 0.85s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.has-menu .menu-body {
  padding: 15px 0 0 0;
}

header {
  background: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid var(--bs-border-color);
  backdrop-filter: blur(7.5px);
  -webkit-backdrop-filter: blur(7.5px);
}

.navbar {
  height: 80px;
}

.navbar .nav-link {
  color: var(--bs-body-color);
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
}

.navbar-brand {
  margin-right: 0;
}

.accordion {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 10L12 14L16 10' stroke='%23111111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 14L12 10L8 14' stroke='%2305A6F0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --bs-accordion-btn-icon-transform: 0deg;
}

.has-menu .menu-button:not(.collapsed) {
  color: var(--bs-body-color);
  background: var(--bs-white);
  border-bottom: 1px solid var(--bs-border-color);
  box-shadow: none;
}

.has-menu .menu-item {
  border: 0;
}

a.navlink-hover:hover,
a.navlink-hover:focus,
a.navlink-hover:active,
a.navlink-hover:focus-within {
  color: var(--bs-primary);
}

.sub-menu {
  width: 70%;
}

.sub-menu>li:not(.social-mail) {
  width: 33.33%;
}

.sub-menu a {
  color: var(--bs-secondary);
  font-weight: 500;
  font-size: var(--md);
  line-height: var(--md-lnh);
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}

.consultationbox {
  background-color: #05A6F0;
  padding: 40px 25px;
  min-height: 415px;
}

.consultationbox p {
  color: var(--bs-white);
}

.smheight {
  height: 465px;
}

.techsmheight {
  height: 520px;
}

.social-mail {
  background-color: var(--bs-white);
  border-top: 1px solid var(--border-color);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 100%;
}

.social-mail a {
  color: var(--bs-body-color) !important;
}

.social-mail a:hover {
  color: var(--bs-primary) !important;
}

.sub-menu p {
  margin-bottom: 0px;
}

.owner-box {
  z-index: 100;
  position: relative;
}

/*.sub-menu .menu-item { opacity: 0; transform: translateY(20px); transition: opacity .2s ease-in, transform .4s ease-in-out; }
 .sub-menu .menu-item.animate { opacity: 1; transform: translateY(0); }*/
.owner-box,
.social-mail {
  transform: translateX(-10px);
  transition: transform 0.2s ease-in-out;
}

.open-megamenu .owner-box,
.open-megamenu .social-mail {
  transform: translateX(0);
}

.has-menu.open-megamenu .sub-menu {
  min-height: 520px;
}

.has-menu.open-megamenu .sub-menu.services-menu {
  max-height: 415px;
  min-height: 415px;
}

@media (min-width: 768px) {
  .navbar .nav-link {
    padding: 15px !important;
    line-height: 25px;
  }
}

@media (min-width: 992px) {
  .navbar .nav-link {
    padding: 0 14px !important;
    line-height: 80px;
  }
}

.dropdown-item {
  padding: 0.65rem 1.25rem;
  transition: all 0.3s ease;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--bs-primary);
  background: var(--bs-white);
}

.navbar-nav .nav-link {
  padding: 15px 20px;
}

@media (min-width: 768px) {
  .navbar-expand-lg .navbar-nav .nav-item:not(.nav-icon) {
    position: relative;
  }

  .navbar-expand-lg .navbar-nav .nav-item:not(.nav-icon):after {
    content: "";
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

.navbar-toggler {
  padding: 0;
  font-size: 20px;
  position: relative;
  height: 16px;
  width: 18px;
  margin-left: auto;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0px;
}

.navbar-toggler .navbar-toggler-icon {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.navbar-toggler.cross .navbar-toggler-icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler span.icon-bar {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  background: var(--bs-body-color);
  width: 18px;
  height: 2px;
  display: block;
  text-align: right;
  margin-left: auto;
  opacity: 0.8;
}

.navbar-toggler span.icon-bar.bottom-bar {
  margin-bottom: 0px;
}

.navbar-toggler[aria-expanded="true"] .icon-bar {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.navbar-toggler[aria-expanded="true"] .top-bar {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 8px;
}

.navbar-toggler[aria-expanded="true"] .middle-bar {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .bottom-bar {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 18px !important;
  position: absolute;
  top: 8px;
}

/* header css end*/
/* hero section css start */
.custom-hero-height {
  min-height: 705px !important;
}

.hero {
  position: relative;
  overflow: hidden;
  height: calc(calc(var(--vh, 1vh) * 100) - 80px);
  min-height: 660px;
  display: flex;
  flex-direction: column;
}

.hero .top-hero {
  flex: 1;
}

.hero:after {
  content: "";
  transform: matrix(-1, 0, 0, 1, 0, 0);
  background: radial-gradient(78.23% 78.23% at 51.15% 42.34%,
      rgba(0, 122, 255, 0) 51.04%,
      rgba(0, 122, 255, 0.22) 94.27%),
    rgb(255 255 255 / 0%);
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-row {
  grid-template-columns: repeat(2, 1fr);
}

.hero-content {
  padding: 80px 0 80px 0;
  position: relative;
  z-index: 2;
}

span.cursor {
  display: inline-block;
  background-color: var(--bs-primary);
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}

span.cursor.typing {
  animation: none;
}

@keyframes blink {
  0% {
    background-color: var(--bs-primary);
  }

  49% {
    background-color: var(--bs-primary);
  }

  50% {
    background-color: transparent;
  }

  99% {
    background-color: transparent;
  }

  100% {
    background-color: var(--bs-primary);
  }
}

.hero-dashboard-img {
  width: 700px;
  position: absolute;
  top: 30px;
  height: 100%;
}

.hero-dashboard-img {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(6, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -webkit-transform: rotate(24deg) translate(-100px, -10px) skew(352deg, 336deg) scale(0.85);
  -moz-transform: rotate(24deg) translate(-100px, -10px) skew(352deg, 336deg) scale(0.85);
  transform: rotate(24deg) translate(-100px, -10px) skew(352deg, 336deg) scale(0.85);
}

.layer-main {
  grid-area: 1 / 3 / 7 / 13;
}

.layer-chip1 {
  grid-area: 3 / 1 / 4 / 5;
}

.layer-chip2 {
  grid-area: 4 / 2 / 5 / 6;
}

.hero-vue-img {
  width: 779px;
  position: absolute;
  transform: translateY(-50%);
}

.blog-hero {
  background: #eff4ec;
}

/* hero section css end */
/* client logo css start */
.infinite-slider {
  display: none;
}

.slide-overlay {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(272deg,
      #fff 10%,
      rgba(245, 247, 250, 0) 20%,
      rgba(245, 247, 250, 0) 80%,
      #ffffff 90%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-logo img {
  filter: grayscale(100%);
  cursor: pointer;
}

.project-logo {
  filter: blur(0);
  padding: 5px 40px;
  height: auto;
  transition: all 500ms linear 0s;
}

.client-logo-listing:hover .project-logo {
  filter: blur(3px);
}

.client-logo-listing .project-logo:hover {
  filter: blur(0);
}

.client-logo-listing .project-logo:hover img {
  filter: grayscale(0) blur(0);
  transition: all 500ms linear 0s;
}

.client-carousel:after,
.client-carousel:before {
  content: "";
  position: absolute;
  right: 77px;
  width: 170px;
  /* background-image: linear-gradient(272deg, #fff 10%, rgba(245, 247, 250, 0) 20%, rgba(245, 247, 250, 0) 80%, #ffffff 90%); */
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 42%,
      rgb(255 255 255) 100%);
  z-index: 1;
}

.client-carousel:before {
  right: auto;
  left: 0;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(2, 0, 36, 0) 100%);
}

/* client logo css end */
/* service list css start */
.services-listing {
  position: relative;
  margin-top: 50px;
  z-index: 10;
}

.services-listing:before {
  content: "";
  position: absolute;
  left: 4px;
  right: 0;
  top: 87px;
  width: 100%;
  border-bottom: 2px dashed #6b7c93;
}

.service-card .service-title {
  margin-left: 7px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: var(--bs-body-color);
  color: var(--bs-white);
  padding: 10px 15px;
  margin-bottom: 50px;
  border-radius: 10px 10px 10px 0px;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
}

.service-card .service-title>* {
  margin: 0;
  color: var(--bs-heading-color);
  font-weight: 700;
  font-size: var(--md);
  line-height: var(--md-lnh);
}

.service-card .service-title:before,
.service-card .star-stat:after {
  content: "";
  position: absolute;
  display: inline-block;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
}

.service-card .service-title:before {
  left: 0;
  bottom: -14px;
  border-bottom: 15px solid transparent;
  border-left: 15px solid var(--bs-body-color);
}

.service-card .star-stat:after {
  left: -7px;
  bottom: -50px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #1a192c;
}

.service-card .service-list {
  padding: 0;
  margin: 20px 0 0;
}

.service-card .service-list li {
  list-style: none;
  line-height: var(--md-lnh);
  font-size: var(--md);
  font-weight: 600;
  color: var(--bs-body-color);
  text-decoration: none;
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  cursor: pointer;
}

.service-card .service-list li:hover {
  color: var(--bs-success);
}

.service-card:hover .service-title {
  background-color: var(--bs-success);
}

.service-card:hover .service-title:after {
  background-color: var(--bs-success);
}

.service-card:hover .service-title:before {
  border-left-color: var(--bs-success);
}

/* service list css end */
/* case study start */
.case-study .card-text {
  font-weight: 400;
  font-size: 17px;
  line-height: 25px;
}

.case-study .card {
  padding: 0;
  --bs-card-spacer-y: 30px;
  --bs-card-spacer-x: 20px;
  --bs-card-border-color: var(--border-color);
}

.case-study .card:hover {
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-primary);
  box-shadow: 0px 0px 0px 1px var(--bs-primary);
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}

.case-study .card-body {
  /* padding: 30px 20px; */
}

.cs-video video {
  width: calc(100% + 14px);
  -o-object-fit: cover;
  object-fit: cover;
}

.cs-video {
  overflow: hidden;
  position: relative;
  height: 350px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.img-video {
  height: 100%;
}

.img-video img {
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.cs-card:hover .img-video {
  z-index: -1;
  display: none;
}

/* case study end */
/* testimonial start */
.testimonial-section {
  background-color: var(--bs-light);
}

.testimonial-section .card {
  padding: 30px;
  border-radius: 10px;
  background: var(--bs-white);
}

.testimonial-section .card-body {
  padding: 0;
}

.testimonial-section .card-text {
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
}

.projectcenter .card-description {
  max-height: 250px;
  min-height: 250px;
}

/* testimonial end */
/* slick css start */
.slick-dots {
  top: auto;
  bottom: -73px;
}

.slick-dots li {
  width: 22px;
  height: 22px;
  margin: 0;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
}

.slick-dots li button:before {
  content: "";
  background: transparent;
  opacity: 1;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid var(--bs-secondary);
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background: var(--bs-secondary);
}

.slick-slide {
  padding: 1px 0;
}

.slick-slider:before,
.slick-slider:after {
  position: absolute;
  top: 0;
  width: 300px;
  height: 100%;
  content: "";
  z-index: 10;
  max-width: 20%;
}

.slick-slider:after {
  left: 0;
  background-image: linear-gradient(-90deg,
      rgba(248, 249, 251, 0) 0%,
      #f8f9fb 100%);
  -webkit-background-image: linear-gradient(-90deg,
      rgba(248, 249, 251, 0) 0%,
      #f8f9fb 100%);
  -moz-background-image: linear-gradient(-90deg,
      rgba(248, 249, 251, 0) 0%,
      #f8f9fb 100%);
  -ms-background-image: linear-gradient(-90deg,
      rgba(248, 249, 251, 0) 0%,
      #f8f9fb 100%);
}

.slick-slider:before {
  right: 0;
  background-image: linear-gradient(90deg,
      rgba(248, 249, 251, 0) 0%,
      #f8f9fb 100%);
  -moz-background-image: linear-gradient(90deg,
      rgba(248, 249, 251, 0) 0%,
      #f8f9fb 100%);
  -webkit-background-image: linear-gradient(90deg,
      rgba(248, 249, 251, 0) 0%,
      #f8f9fb 100%);
  -ms-background-image: linear-gradient(90deg,
      rgba(248, 249, 251, 0) 0%,
      #f8f9fb 100%);
}

/* slick css end */
/* contact form start */
.contact-section {
  background-color: var(--bs-primary);
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form {
  padding: 40px 35px;
}

.contact-hr {
  margin: 20px 0;
}

.experience-section p {
  color: var(--bs-body-color);
}

.rating-section {
  padding: 25px 30px;
  position: relative;
  z-index: 1;
}

.rating-img {
  width: 42%;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.contact-box {
  padding: 40px 35px;
}

/* contact form end */
/* get in touch start */
.get-touch-section a:hover {
  color: var(--bs-primary);
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}

.get-touch-section p {
  font-size: var(--md);
  line-height: var(--md-lnh);
}

.get-touch-background {
  background-image: url(../img/img-world-map.svg);
  background-repeat: no-repeat;
  background-position: right top;
}

/* get in touch end */
.policy-height {
  height: 294px !important;
  min-height: 294px;
}

/* current opening */
section.current-opening .card-body {
  padding: 20px 30px;
}

/* current opening */
/* about us css start */
.projectcenter-team-about .card-description {
  max-height: 250px;
  min-height: 250px;
}

/* about us css end */
/* What Our Team Says start */
.projectcenter-team .card-description {
  max-height: 185px;
  min-height: 185px;
}

/* What Our Team Says end */
/* Life at Moweb Technology */
.moweb-life-main {
  /* max-width: 1228px; */
  margin: 0 auto;
}

.moweb-life-box {
  width: 100%;
  position: relative;
  padding-bottom: 60%;
}

.moweb-life-items .moweb-life-items_item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}

.moweb-life-items .moweb-life-items_item img {
  border: 20px solid #fff;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.moweb-life-items .moweb-life-items_item:nth-child(1) {
  padding-bottom: 30.95%;
  padding-left: 22.7%;
  position: absolute;
  top: -2.104235%;
  left: 8.957654723127036%;
}

.moweb-life-items .moweb-life-items_item:nth-child(2) {
  padding-left: 19.6%;
  padding-bottom: 19.22%;
  position: absolute;
  top: 46%;
  left: 8.81%;
}

.moweb-life-items .moweb-life-items_item:nth-child(3) {
  padding-left: 31.3%;
  padding-bottom: 21.6%;
  position: absolute;
  left: 30.2%;
  top: 6.7%;
}

.moweb-life-items .moweb-life-items_item:nth-child(4) {
  padding-left: 43.2%;
  padding-bottom: 25.5%;
  position: absolute;
  top: 40.7%;
  left: 26.71%;
  z-index: 9;
}

.moweb-life-items .moweb-life-items_item:nth-child(5) {
  padding-left: 31.3%;
  padding-bottom: 22.66%;
  position: absolute;
  top: 10.6%;
  left: 59.95%;
}

.moweb-life-items .moweb-life-items_item:nth-child(6) {
  padding-left: 32.6%;
  padding-bottom: 23.9%;
  position: absolute;
  top: 45.42%;
  left: 68.3%;
}

.line-wrap .line-1 {
  position: absolute;
  top: 82.65%;
  left: 12%;
}

.line-wrap .line-2 {
  position: absolute;
  top: 1.3%;
  left: 32.2%;
}

.moweb-life-titles_title {
  position: absolute;
}

.moweb-life-titles_title:nth-child(1) {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(-180deg);
  top: 29.459283%;
  left: 4%;
}

.moweb-life-titles_title:nth-child(2) {
  left: 78.5%;
  top: 2%;
}

/* Life at Moweb Technology */
/* */
.our-team-success {
  position: relative;
  padding-bottom: 100%;
  width: 100%;
}

.our-team-success_item a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
}

.our-team-success_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 5px solid #fff;
}

.our-team-success_item:nth-child(1) {
  position: absolute;
  top: 8%;
  left: 13%;
  padding-left: 30%;
  padding-bottom: 30%;
}

.our-team-success_item_in {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.our-team-success_item:nth-child(2) {
  position: absolute;
  top: 27.5%;
  left: 0%;
  padding-left: 47.1%;
  padding-bottom: 36.5%;
}

.our-team-success_item:nth-child(3) {
  position: absolute;
  top: 15.6%;
  left: 47.1%;
  z-index: 9;
  padding-left: 50.5%;
  padding-bottom: 51.6%;
  border: 4px solid #fff;
}

.our-team-success_item:nth-child(4) {
  position: absolute;
  top: 64.2%;
  left: 11%;
  padding-left: 55.5%;
  padding-bottom: 30.8%;
}

.year-success {
  background-color: var(--bs-primary);
  padding: 15px 10px 90px 15px;
}

.year-success::before {
  position: absolute;
  content: "";
  border: 1px solid var(--bs-secondary);
  left: -10px;
  width: 100%;
  height: 100%;
  top: -10px;
}

.fifteen-sec span {
  background-color: #fff;
  height: 2px;
  display: block;
  max-width: 30px;
}

.success-main {
  margin-bottom: -16px;
  margin-left: -5px;
}

/* using row */
.session-time {
  position: relative;
}

.session-time img.img-fluid {
  position: absolute;
  bottom: -22px;
  left: -5px;
}

/* Work css start */
.reset a {
  color: var(--bs-secondary);
  font-weight: 500;
  font-size: var(--md);
  line-height: var(--md-lnh);
  transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}

.reset a:hover {
  color: var(--bs-primary);
}

.work-height {
  height: 374px;
  min-height: 374px;
}

.top-work {
  height: calc(100% - 65px);
  min-height: 374px;
}

.hero-Work-img {
  width: 555px;
  position: absolute;
  transform: translateY(-50%);
  margin-left: -7rem;
}

.filters-open {
  position: absolute;
  margin: 0px;
  width: 93%;
  transform: translate3d(0px, 11px, 0px);
  font-size: var(--md);
  line-height: var(--md-lnh);
  background-color: var(--bs-white);
  border-radius: 10px;
}

.filters-open .accordion-button {
  font-weight: 500;
}

.filters-open .accordion-button:not(.collapsed) {
  color: var(--theme-clr);
  background-color: #d7e8ff;
}

.filters-open .accordion-button:focus {
  box-shadow: none;
}

/* Work css end */
/* dedicated */
.model-working-in .card-text {
  position: relative;
  padding-left: 30px;
}

.model-working-in .card-text .ic {
  position: absolute;
  left: 0;
}

.dedicated-content li {
  padding-left: 30px;
}

.dedicated-content li img {
  position: absolute;
  left: 0;
}

/* dedicated */
/* project detail start */
.project-detail {
  width: 963px;
  position: absolute;
  transform: translateY(-50%);
}

.project-detail-img img {
  border: 3px solid var(--bs-body-color);
  border-radius: var(--bs-border-radius);
}

.productdetail-background-main {
  position: absolute;
  margin: 0 auto;
  width: 30em;
  height: 24.1em;
  bottom: -32px;
  justify-content: center;
  align-items: center;
  right: 0em;
  left: 0em;
  display: flex;
}

.productdetail-background {
  position: absolute;
  bottom: 0em;
  right: 0em;
  width: 30em;
  top: 0;
  height: 24.1em;
}

.projectdetail-team .card:hover {
  box-shadow: none;
}

.projectdetail-team .card {
  border-color: transparent !important;
  width: 27.6em;
  height: 18.9em !important;
  margin: 0 auto;
}

.projectdetail-team .card img {
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.3));
}

.ic-pro {
  width: 50px;
  height: 50px;
}

.product-min-height {
  min-height: 780px;
}

.technology-stack {
  filter: grayscale(100%);
  cursor: pointer;
}

.technology-stack:hover {
  filter: grayscale(0);
  cursor: pointer;
}

/* project detail end */
/* Client Testimonials */
.client-testimonial-height {
  height: 440px !important;
  min-height: 440px;
}

.client-testimonial .test-grid {
  -moz-column-width: 20em;
  -webkit-column-gap: 2.5em;
  -moz-column-gap: 2em;
  -webkit-column-width: 20em;
}

.client-testimonial .card-description {
  margin-bottom: 20px;
}

.client-testimonial .test-grid .card {
  width: 100%;
  break-inside: avoid-column;
  display: inline-block;
  margin-bottom: 40px;
}

.client-testimonial .test-grid .card .card-body {
  overflow: hidden;
}

/* Client Testimonials */
/* footer css start */
footer {
  padding: 50px 0 70px;
}

@media (min-width: 1950px) {
  .slider.projectdetail-team {
    max-width: 1920px;
    margin: 0 auto;
  }
}

/* footer css start */
footer {
  padding: 50px 0 70px;
}

@media (min-width: 992px) {
  footer {
    padding: 80px 0 100px;
  }
}

.footer-nav .nav-link {
  font-weight: 500;
  font-size: var(--md);
  line-height: var(--md-lnh);
  color: var(--bs-secondary);
  display: inline-block;
  background-color: transparent;
  background-image: linear-gradient(180deg, transparent, transparent),
    linear-gradient(180deg, var(--bs-primary), var(--bs-primary));
  background-origin: content-box;
  background-position: 100% 100%, 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px, 0 1px;
  transition: background-size 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),
    color 0.3s ease;
}

.footer-nav .nav-link:hover {
  color: var(--bs-primary);
  background-position: 100% 100%, 0 100%;
  background-size: 100% 1px, 100% 1px;
}

.footer-nav {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.footer-title {
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  color: var(--bs-body-color);
  margin-bottom: 0;
}

.footer-hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer-hr-spacing {
  margin-top: 36px;
  margin-bottom: 46px;
}

/* footer css end */
/* cookie css start*/
.cookie {
  background: linear-gradient(180deg, var(--bs-white) 76.56%, #dfe5eb 100%);
  border: 1px solid var(--bs-border-color);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
}

.cookie-img {
  position: absolute;
  bottom: -20px;
  right: -40px;
  z-index: 1;
}

/* cookie css end */
@media only screen and (min-width: 1024px) and (orientation: portrait) {

  /* hero css start */
  .hero {
    height: auto;
  }

  /* hero css end */
}

/* iPadPRO landscape style here */
@media only screen and (min-device-width: 1000px) and (max-device-width: 1100px) and (orientation: portrait) {
  .btn {
    padding: 10px 25px;
  }

  .blog-nav {
    top: calc(calc(var(--vh, 1vh) * 100) - 94.1%);
  }

  .form-search,
  .form-search:hover,
  .form-search:active,
  .form-search:focus {
    background-position: left 0px center;
    padding-left: 28px;
  }

  .nav-link {
    font-size: var(--sm);
    line-height: var(--sm-lnh);
  }

  .sub-menu>li {
    padding-right: 30px !important;
  }

  .rating-img {
    position: initial !important;
    margin-left: auto;
    margin-right: auto;
  }

  .truncate-4 {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
  }

  .projectcenter .card-description {
    max-height: auto;
    min-height: auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 991.98px) {
  .projectcenter-team-about .card-description {
    max-height: auto;
    min-height: auto;
    margin-bottom: 30px;
  }

  main {
    padding-top: 60px;
  }

  .top-work {
    min-height: auto;
  }

  .projectcenter-team .card-description {
    max-height: auto;
    min-height: auto;
    margin-bottom: 30px;
  }

  .slider-pag-height {
    min-height: 50px;
  }

  .project-detail {
    width: 662px;
    transform: none;
    position: static;
  }

  .product-min-height {
    min-height: auto;
  }

  .blog-nav .work-nav {
    display: flex !important;
  }

  .dropdown-submenu .dropdown-menu {
    left: 162px !important;
    top: -24px !important;
  }

  .dropdown-submenu {
    padding: 0.65rem 1.25rem;
    transition: all 0.3s ease;
  }

  .hero-Work-img {
    transform: none;
    position: relative;
    z-index: 9;
    width: 100%;
    margin-left: 0;
  }

  .contact-form {
    padding: 20px 15px;
  }

  .rating-section {
    padding: 20px;
  }

  /* hero section css start */
  .hero {
    height: auto;
  }

  .hero-dashboard-img {
    max-width: 640px;
    position: static;
    height: 660px;
  }

  .hero-content {
    padding: 50px 0 50px 0;
  }

  .hero-vue-img {
    max-width: 640px;
    position: static;
    transform: none;
  }

  /* hero section css end */
  .rating-img {
    position: initial !important;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .navbar-expand-lg {
    min-height: 60px;
    height: 60px;
  }

  .navbar {
    padding: 0;
  }

  header {
    height: 60px;
  }

  header .navbar-expand-lg .navbar-nav .nav-link {
    text-align: left;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
  }

  header .navbar-expand-lg .navbar-nav .nav-item {
    border-bottom: 1px solid var(--bs-border-color);
  }

  header .navbar-collapse .nav-item .dropdown-item {
    text-align: left;
    border-top: 1px solid #ddd;
    border-bottom: 0;
  }

  .navbar-nav .dropdown-menu {
    border: 0;
  }

  /*navabr for mobile css start*/
  #navbarNav {
    position: fixed;
    height: 100vh;
    height: calc(calc(var(--vh, 1vh) * 100) - 60px);
    display: block;
    width: 100%;
    z-index: 11;
    background: var(--bs-white);
    left: 0;
    bottom: 0;
    top: 60px;
    transform: translateX(-100%);
    transition: 0.3s;
    justify-content: center;
    overflow-y: auto;
  }

  #navbarNav.show {
    transform: translateX(0);
    transition: 0.3s;
  }
}

@media (max-width: 991.98px) {
  .menu-body.column-count {
    column-count: 2;
  }

  .right-openicon {
    background-image: url(../img/icons/tabler-icon-chevron-right.svg);
    background-repeat: no-repeat;
    background-position: right 17px bottom 14px;
    cursor: pointer;
  }

  .back-icon .btn-close {
    background-image: url(../img/icons/icon-left-grey.svg);
    background-size: 24px;
    margin-right: 10px;
    padding: 0;
    opacity: unset;
  }

  .back-icon .btn-close:focus {
    box-shadow: none;
  }

  .back-icon {
    color: var(--bs-secondary);
    background: var(--bs-light);
    border-bottom: 1px solid var(--bs-border-color);
    padding: 15px 13px;
    font-weight: 600;
    font-size: var(--sm);
    line-height: var(--sm-lnh);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    position: sticky !important;
    top: 0;
    z-index: 1;
  }

  .offcanvas-backdrop {
    height: auto;
  }

  .offcanvas.offcanvas-end {
    width: 100%;
    border-left: 0;
  }

  .last-bottom-space {
    margin-bottom: 5rem;
  }

  .has-menu .menu-body {
    padding: 0 !important;
  }

  .has-menu .menu-button {
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding-top: 20px !important;
  }

  .social-mail {
    display: none;
  }

  .has-menu .menu-button:not(.collapsed)::after {
    background-image: url(../img/ic-down.svg) !important;
  }

  .has-menu .menu-button::after {
    background-image: url(../img/ic-down.svg) !important;
  }

  .sub-menu ul li {
    border-bottom: 1px solid #dddddd;
  }

  .navbar-nav .consultant span {
    display: none;
  }

  .navbar-nav .consultant span.close:after {
    content: none;
  }

  .consultationbox {
    display: none;
  }

  .smwidth {
    width: 100% !important;
  }

  .consultationbox {
    height: auto;
  }

  .smheight {
    height: auto;
  }

  .sub-menu>li {
    width: 100%;
  }

  .sub-menu {
    width: 100%;
  }

  .navbar .navbar-collapse {
    position: fixed;
    width: 100%;
    top: 81px;
    right: -100%;
    background: var(--bs-white);
    padding: 0px;
    /*box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);*/
    z-index: 2;
    bottom: 0;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
    margin: 0;
    height: auto !important;
    max-height: 100vh;
    overflow: hidden;
  }

  .navbar .navbar-collapse>ul {
    margin: 0;
    padding: 0;
    width: 100%;
    /* max-height: 100%; */
    overflow: auto;
  }

  .navbar .navbar-collapse ul a {
    padding: 17px 24px;
    text-align: left;
  }

  .navbar .navbar-collapse.menu-show {
    right: 0;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
  }

  .sub-menu {
    /* display: none; */
    list-style-type: none;
    padding: 0;
  }

  .sub-menu ul,
  .sub-menu li:not(.social-mail) {
    text-align: left;
  }

  .sub-menu>li:not(.social-mail)>a {
    display: block;
    background-color: #f2f5f7;
  }

  .sub-menu>li:not(.social-mail) {
    width: 100%;
  }

  .sub-menu li ul {
    display: none;
  }

  .navbar-nav li {
    position: relative;
  }

  .navbar-nav li span {
    background-image: url(../img/ic-up.svg);
    background-repeat: no-repeat;
    background-position: right 8px bottom 9px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    text-align: center;
    margin: 8px 0 0;
  }

  .navbar-nav li span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 40px;
    font-size: 22px;
  }

  .navbar-nav li span.close {
    opacity: 1;
    background-image: url(../img/ic-down.svg);
    background-repeat: no-repeat;
    background-position: right 8px bottom 9px;
  }

  .projectcenter .card-description {
    max-height: auto;
    min-height: auto;
    margin-bottom: 20px;
  }

  .truncate-4 {
    display: -webkit-box !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
  }

  .sub-menu {
    width: 100%;
  }

  .consultationbox {
    padding: 40px 20px;
  }

  .line-wrap {
    display: none;
  }

  .moweb-life-items .moweb-life-items_item img {
    border: 4px solid #fff;
  }

  .moweb-life-titles li.moweb-life-titles_title {
    font-size: 25px;
  }

  .pe-responsive {
    padding-left: 0;
  }
}

@media only screen and (min-device-width: 992px) {

  /* slcik start */
  .slick-arrow {
    height: auto;
    max-height: 100%;
    top: 0;
    bottom: 0;
    width: 30%;
    transform: none;
    z-index: 99;
    cursor: url(../img/icons/tabler-icon-right-arrow.svg) 21 12, e-resize !important;
    cursor: url(../img/icons/tabler-icon-right-arrow.svg), e-resize !important;
  }

  .slick-prev {
    left: 0;
    right: auto;
    cursor: url(../img/icons/tabler-icon-left-arrow.svg) 21 12, e-resize;
    cursor: url(../img/icons/tabler-icon-left-arrow.svg), e-resize !important;
  }

  .slick-next {
    left: auto;
    right: 0;
  }

  .slick-next:before,
  .slick-prev:before {
    content: none;
  }

  /* slick end */
}

/* serving css start */
.serving-bg {
  border-width: 1px 0px;
  border-style: solid;
  border-color: var(--bs-border-color);
  background: linear-gradient(180deg,
      rgba(223, 229, 235, 0) 0%,
      rgba(223, 229, 235, 0.5) 39.58%,
      rgba(223, 229, 235, 0.5) 64.06%,
      rgba(223, 229, 235, 0) 100%);
}

.img-serving-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.serving-content {
  padding: 173px 0;
}

.serving__logo {
  width: 85px;
  height: 85px;
  position: absolute;
  border-radius: 50%;
  padding: 10px;
  background-color: var(--bs-white);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.serving__logo img {
  width: 36px;
  height: 36px;
  display: block;
}

.serving__logo1 {
  top: 8%;
  left: 9%;
  animation-delay: 1s;
}

.serving__logo2 {
  top: 31%;
  left: 16%;
  animation-delay: 1.2s;
}

.serving__logo3 {
  top: 57%;
  left: 4%;
  animation-delay: 1.8s;
}

.serving__logo4 {
  top: 75%;
  left: 15%;
  animation-delay: 1.6s;
}

.serving__logo5 {
  top: 18%;
  right: 15%;
  animation-delay: 1.8s;
}

.serving__logo6 {
  top: 38%;
  right: 5%;
  animation-delay: 2s;
}

.serving__logo7 {
  top: 53%;
  right: 17%;
  animation-delay: 1.5s;
}

.serving__logo8 {
  top: 72%;
  right: 9%;
  animation-delay: 1.9s;
}

@media (max-width: 991.98px) {
  .img-serving-bg {
    width: auto;
    height: 100%;
  }

  .serving {
    padding: 0 50px;
  }

  .serving-bg {
    padding: 70px 50px;
  }

  .serving__logo {
    width: 76px;
    height: 76px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .serving-content {
    padding: 315px 0;
  }

  .serving__logo1 {
    top: 3%;
    left: 36%;
  }

  .serving__logo2 {
    top: 7%;
    left: auto;
    right: 16%;
  }

  .serving__logo3 {
    top: 16%;
    left: 23%;
  }

  .serving__logo4 {
    top: 16%;
    left: auto;
    right: 38%;
  }

  .serving__logo5 {
    top: auto;
    right: auto;
    left: 22%;
    bottom: 3%;
  }

  .serving__logo6 {
    top: auto;
    right: auto;
    bottom: 15%;
    left: 36%;
  }

  .serving__logo7 {
    top: auto;
    right: 34%;
    left: auto;
    bottom: 3%;
  }

  .serving__logo8 {
    top: 76%;
    right: 21%;
  }
}

/* accordion start */
.has-menu .menu-button:not(.collapsed)::after {
  background-image: none;
}

.has-menu .menu-button::after {
  background-image: none;
}

.has-menu .menu-button:focus {
  box-shadow: none;
}

.has-menu .menu-button {
  border-bottom: 1px solid var(--bs-border-color);
  font-weight: 700;
  font-size: 17px;
  line-height: 25px;
  padding: 30px 0 15px 0;
  margin-bottom: 0;
}

.has-menu .menu-button:focus {
  border-color: var(--bs-border-color);
}

.has-menu .menu-item:last-of-type .menu-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* accordion end */
/* Portfolio section start */
.portfolio-background {
  background-image: url(../img/img-services.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 170px;
  padding-bottom: 170px;
  position: relative;
}

.portfolio-icons img {
  background: var(--bs-white);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  padding: 24px;
}

.dollar-ic {
  position: absolute;
  top: 10%;
  left: 12%;
}

.book-ic {
  position: absolute;
  top: 15%;
  right: 20%;
}

.vacuum-ic {
  position: absolute;
  top: 33%;
  left: 18%;
}

.building-ic {
  position: absolute;
  top: 35%;
  right: 11%;
}

.football-ic {
  position: absolute;
  top: 55%;
  right: 22%;
}

.luggage-ic {
  position: absolute;
  top: 59%;
  left: 8%;
}

.marketplace-ic {
  position: absolute;
  top: 75%;
  left: 18%;
}

.settings-ic {
  position: absolute;
  top: 75%;
  left: 18%;
}

/* Portfolio section end */
/* Vue js section css start */
.technology-herosection {
  position: relative;
  overflow: hidden;
}

.technology-herosection:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  background: var(--vuejs);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 0;
}

.technology-herosection .container {
  z-index: 99;
  position: relative;
}

.vue-js-herocontent {
  padding: 160px 0 175px 0;
}

.vue-js-hero-dashboard-img {
  position: absolute;
  top: 0;
  width: 756px;
  height: 100%;
}

/* Vue js section css end */
/* react js section css start */
.reactjs-bg:after {
  background: var(--reactjs);
}

.reactjs-checkboxset a {
  position: relative;
  padding-left: 30px;
}

.reactjs-checkboxset a svg.ic {
  position: absolute;
  left: 0;
  top: 1px;
}

/* react js section css end */
/* Tochnology background color css start */
.ios-bg:after {
  background: var(--ios);
}

.android-bg:after {
  background: var(--android);
}

.flutter-bg:after {
  background: var(--flutter);
}

.laravel-bg:after {
  background: var(--laravel);
}

.nodejs-bg:after {
  background: var(--node-js);
}

.django-bg:after {
  background: var(--django);
}

.angular-bg:after {
  background: var(--angularjS);
}

.uiux-bg:after {
  background: var(--uiux);
}

.shopify-bg:after {
  background: var(--shopify);
}

.magento-bg:after {
  background: var(--magento);
}

.woocommerce-bg:after {
  background: var(--woocommerce);
}

.opencart-bg:after {
  background: var(--opencart);
}

.wordpress-bg:after {
  background: var(--wordpress);
}

.fullstack-bg:after {
  background: var(--fullstack);
}

.meanstack-bg:after {
  background: var(--meanstack);
}

.simpro-bg:after {
  background: var(--simpro);
}

.mobileapp-bg:after {
  background: var(--mobileapp);
}

.ionicapp-bg:after {
  background: var(--ionicapp);
}

.webapp-bg:after {
  background: var(--webapp);
}

.php-bg:after {
  background: var(--php);
}

.codeigniter-bg:after {
  background: var(--codeigniter);
}

.jqueryapp-bg:after {
  background: var(--jqueryapp);
}

.devops-bg:after {
  background: var(--devops);
}

/* Tochnology background color css end */
/* Breadcrumb css */
.breadcrumb {
  --bs-breadcrumb-padding-y: 20px;
}

.breadcrumb-item.active {
  color: var(--bs-body-color);
}

.breadcrumb-item+.breadcrumb-item::before {
  /* background-image: url(../img/vue-js/SVG/tabler-icon-chevron-down.svg); */
  --bs-breadcrumb-divider: url("data:image/svg+xml,%0A%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 16.5L14 12.5L10 8.5' stroke='%234C5773' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  width: 34px;
  height: 24px;
  padding: 0 5px;
  text-align: center;
}

.breadcrumb-item+.breadcrumb-item {
  padding: 0;
}

.breadcrumb-item a:hover {
  color: var(--bs-secondary);
}

/* Breadcrumb css */
/* Vue-js-application */
.video-main {
  margin-left: -40px;
}

.application-video-one video {
  width: 34rem;
  max-width: calc(100% - 55px);
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.2));
  border-radius: var(--bs-border-radius);
}

/* .application-video-two{ transform: translateY(calc(-100% + 100px)) translateX(55px); position: absolute; max-width: calc(100% - 55px); filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.2)); border-radius: var(--bs-border-radius); }
 .application-video-one video{ max-width: calc(100% - 55px - 80px); }
 */
.application-video-two {
  transform: translateX(40px);
  margin-top: calc(-69% + 100px);
  position: static;
}

/* Vue-js-application */
/* Vue.js Development Services */
.development-img {
  height: 64px;
}

.service-card {
  height: 100%;
}

/* Vue.js Development Services */
/* hire vue js start */
.custom-min-height {
  min-height: 60px;
}

.process-list {
  /* display: grid; grid-template-columns:repeat(5, 1fr); */
  display: flex;
  justify-content: center;
  position: relative;
  margin-inline: auto;
  --item-w: 212px;
  max-width: calc(var(--item-w) * 5);
}

.process-item {
  position: relative;
  margin-top: 50px;
  flex: 1;
  width: var(--item-w);
  max-width: 222px;
}

.process-icon {
  height: 120px;
  /* border: 2px dashed var(--bs-body-color); */
  place-items: center;
  aspect-ratio: 1 /1;
  position: relative;
}

.process-icon:before {
  content: "";
  height: calc(100% - 0px);
  width: calc(100% - 0px);
  position: absolute;
  border: 2px dashed var(--bs-body-color);
  border-radius: 50%;
  animation: spin 10s linear infinite;
}

.circle {
  --left: 145px;
  --circle-w: 8.4rem;
  --top: auto;
  position: relative;
  border-radius: 50%;
  width: var(--circle-w);
  height: 1.2rem;
  border-radius: calc(var(--circle-w) + 2px) calc(var(--circle-w) + 2px) 0 0;
  overflow: hidden;
  margin-top: 80px;
  position: absolute;
  left: var(--left);
  top: var(--top);
  flex: 1;
}

.circle:before {
  position: absolute;
  content: "";
  height: calc(var(--circle-w) - 1px);
  width: calc(var(--circle-w) - 1px);
  border: 2px dashed var(--bs-body-color);
  top: 0px;
  left: 0px;
  border-radius: 50%;
  animation: spin 10s linear infinite;
}

.circle-white:before {
  border: 2px dashed var(--bs-white);
}

.circle-reverse {
  transform: rotate(180deg);
  transform-origin: center bottom;
}

.circle-reverse:before {
  animation: spin-reverse 10s linear infinite;
}

.circle-2 {
  left: calc(var(--left) + var(--item-w));
}

.circle-3 {
  left: calc(var(--left) + var(--item-w) * 2);
}

.circle-4 {
  left: calc(var(--left) + var(--item-w) * 3);
}

@keyframes spin {
  100% {
    transform: rotateZ(360deg);
  }
}

@keyframes spin-reverse {
  100% {
    transform: rotateZ(-360deg);
  }
}

.process-icon-white svg {
  color: var(--bs-white);
}

.process-icon.process-icon-white:before {
  border: 2px dashed var(--bs-white);
}

.process-icon svg {
  height: 56px;
  aspect-ratio: 1/1;
}

/* hire vue js end */
/* outsource start */
.sticky-list {
  top: 100px;
}

.sticky-list .active {
  color: var(--bs-primary);
}

.sticky-content li.active .card {
  --bs-card-border-width: 2px;
  --bs-card-border-color: var(--bs-primary);
}

/* outsource end */
/* faq start*/
.faq.accordion {
  --bs-accordion-color: var(--bs-secondary);
  --bs-accordion-active-color: var(--bs-body-color);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-y: 0;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 20px;
  --bs-accordion-active-bg: var(--bs-transparent);
}

.faq.accordion .accordion-body {
  padding-bottom: 20px;
  font-size: var(--md);
  line-height: var(--md-lnh);
}

.accordion-button {
  font-size: var(--mdlg);
  line-height: var(--mdlg-lnh);
  font-weight: 700;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

/* faq end */
/* blog start */
.dropdown-toggle::after {
  content: none;
}

.search-fullwidth {
  overflow: hidden;
  display: inline-block;
  position: relative;
}

.search-hide {
  transition: left 0.4s;
  left: 100%;
}

.search-fullwidth .search-hide {
  position: absolute;
  left: 0;
  background-color: var(--bs-light);
  top: 0;
  bottom: 0;
  color: var(--bs-secondary);
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
}

.search-close-icon {
  display: none;
}

.search-fullwidth .search-close-icon {
  display: block;
  z-index: 100;
  cursor: pointer;
}

.search-width {
  width: 10%;
}

.blog-nav .dropdown-menu {
  border: 1px solid var(--bs-border-color);
  font-size: var(--md);
  line-height: var(--md-lnh);
}

.blog-nav .dropdown-item {
  font-weight: 500 !important;
}

.blog-nav {
  position: sticky;
  top: 80px;
  z-index: 10;
  border-bottom: 1px solid #dfe5eb;
}

.hire-section {
  position: sticky;
  top: 100px;
}

.blog-nav .nav {
  display: flex;
  flex-wrap: wrap;
}

.blog-nav .nav .nav-item {
  white-space: nowrap;
}

.badge {
  --bs-badge-padding-x: 15px;
  --bs-badge-padding-y: 5px;
  --bs-badge-font-size: 14px;
  --bs-badge-font-weight: 600;
  line-height: 20px;
}

.text-bg-light {
  background-color: RGBA(17, 17, 17, 0.08) !important;
}

.blog-avtar {
  height: 55px;
  width: 55px;
}

.blog-row {
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  row-gap: 50px;
}

.blog-card {
  --bs-card-border-width: 0;
  --bs-card-spacer-x: 0;
  --bs-card-spacer-y: 0;
  gap: 15px;
}

.blog-card .card-img-top {
  border-radius: var(--bs-border-radius);
}

.blog-card:hover {
  --bs-card-border-width: 0;
  box-shadow: none;
}

.card.blog-card:hover .card-img-top {
  filter: brightness(75%);
}

.blog-card .card-title {
  font-size: var(--lg);
  line-height: var(--lg-lnh);
}

.blog-avtar-sm {
  height: 40px;
  width: 40px;
}

.hire-team {
  grid-row: 2;
  grid-column: 3;
  background: radial-gradient(78.23% 78.23% at 51.15% 42.34%,
      rgba(0, 122, 255, 0) 51.04%,
      rgba(0, 122, 255, 0.22) 94.27%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    ,
    #ffffff;
}

.hire-box {
  place-content: center;
  height: 100%;
  text-align: center;
  place-items: center;
  padding: 30px 20px;
}

.symbol-group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-left: 20px;
}

.symbol-group .symbol {
  margin-left: -20px;
  position: relative;
  transition: all 0.3s ease;
  z-index: 0;
}

.symbol.symbol-80px>img {
  height: 80px;
  width: 80px;
}

.symbol-group .symbol:hover {
  transition: all 0.3s ease;
  z-index: 1;
}

.symbol-group.symbol-hover .symbol {
  cursor: pointer;
}

.dedicated-dev {
  grid-row: 4;
  grid-column: 1;
}

.dedicated-box {
  padding: 30px 20px;
}

.dedicated-points {
  line-height: 36px;
}

.textunderline-color {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--bs-secondary);
  text-decoration-color: var(--bs-secondary);
}

/* blog end */

/* responsive start */
@media (min-width: 768px) {
  .process-item:nth-child(even):after {
    transform: rotate(-187deg);
    transform-origin: center top;
  }
}

@media (max-width: 1099.98px) {
  .process-list {
    --item-w: 178px;
  }

  .process-item {
    max-width: var(--item-w);
  }

  .process-icon {
    height: 100px;
  }

  .process-icon svg {
    height: 46px;
  }

  .circle {
    --left: 126px;
    --circle-w: 6.4rem;
    margin-top: 75px;
  }

  .process-item p {
    font-size: 18px;
  }

  .video-main {
    margin-left: 0;
  }
}

@media (max-width: 991.98px) {
  header {
    backdrop-filter: none;
    background-color: var(--bs-white);
  }

  .slick-slider:before,
  .slick-slider:after {
    max-width: 0%;
  }

  .border-res {
    border-top: 1px solid #dfe5eb;
    padding-top: 15px;
  }

  .listing-responsive {
    padding-left: 0;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
  }

  .blog-nav .nav {
    display: none;
  }

  .search-width {
    width: 9%;
  }

  .submenu-responsive {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 65px;
  }

  .search-width .form-search::-webkit-input-placeholder {
    display: none;
    font-size: 0;
  }

  .search-width .form-search::-moz-placeholder {
    display: none;
    font-size: 0;
  }

  .search-width .form-search:-ms-input-placeholder {
    display: none;
    font-size: 0;
  }

  .search-width .form-search:-moz-placeholder {
    display: none;
    font-size: 0;
  }

  .search-fullwidth .form-search::-webkit-input-placeholder {
    display: block;
    font-size: 17px;
  }

  .search-fullwidth .form-search::-moz-placeholder {
    display: block;
    font-size: 17px;
  }

  .search-fullwidth .form-search::-moz-placeholder {
    display: block;
    font-size: 17px;
  }

  .search-fullwidth .form-search::-moz-placeholder {
    display: block;
    font-size: 17px;
  }

  .search-width .form-search,
  .form-search:hover,
  .form-search:active,
  .form-search:focus {
    background-position: left 7px center;
    padding-left: 33px;
  }

  .process-list {
    --item-w: 170px;
  }

  .process-icon {
    height: 90px;
  }

  .process-icon svg {
    height: 36px;
  }

  /* .process-item::after { top: calc(50% - 52px); }
 */
  /* .process-item-reverse:after { top: calc(50% - 89px); }
 */
  .circle {
    --left: 118px;
    margin-top: 70px;
  }

  .video-main {
    margin-left: -40px;
    padding-bottom: 50px;
    text-align: center;
    padding-top: 50px;
  }

  .application-video-one video {
    max-width: calc(100% - 55px - 80px);
  }

  .application-video-two {
    transform: translateX(40px);
    margin-top: calc(-69% + 100px);
    position: static;
  }

  .blog-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .hire-team {
    grid-column: 2;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) {
  .logo-partner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .process-list {
    --item-w: calc(calc(100vw - 42px) / 5);
  }

  .circle {
    --circle-w: 9vw;
    --left: 14.5vw;
  }
}

@media (max-width: 767.98px) {
  .ic-45 {
    height: 24px;
    width: 24px;
  }

  .project-detail {
    max-width: 100%;
  }

  .productdetail-background-main,
  .productdetail-background,
  .projectdetail-team .card {
    font-size: 11px;
  }

  .faq.accordion {
    margin-bottom: 10px;
  }

  .responsive-mb-30 {
    margin-bottom: 30px;
  }

  .client-carousel:after {
    background: none;
  }

  .blog-nav .work-nav {
    display: none !important;
  }

  .pb-140 {
    padding-bottom: 100px !important;
  }

  /* global font size */
  :root {
    --xxl: 36px;
    --xxl-lnh: 42px;
    --xl: 26px;
    --xl-lnh: 34px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .slide-title {
    height: 144px;
  }

  .typed-text {
    font-size: 85%;
  }

  .project-logo {
    padding: 5px 20px;
  }

  .blog-nav {
    top: 60px;
  }

  .order-res {
    order: 2;
  }

  .logores {
    height: 30px;
    width: auto;
  }

  .mbres-40 {
    margin-bottom: 40px;
  }

  .mbres-30 {
    margin-bottom: 30px;
  }

  .mbres-20 {
    margin-bottom: 20px;
  }

  .ptres0 {
    padding-top: 0;
  }

  .has-menu .menu-body {
    padding: 0;
  }

  /* hero css start */
  .hero-dashboard-img {
    -webkit-transform: rotate(24deg) translate(-34px, -10px) skew(352deg, 336deg) scale(0.9);
    -moz-transform: rotate(24deg) translate(-34px, -10px) skew(352deg, 336deg) scale(0.9);
    transform: rotate(24deg) translate(-34px, -10px) skew(352deg, 336deg) scale(0.9);
  }

  .hero-dashboard-img img,
  .hero-dashboard-img {
    max-width: 100%;
    height: auto;
  }

  .hero-dashboard-img {
    height: 250px;
    max-width: 100%;
  }

  .hero-vue-img {
    max-width: 100%;
  }

  /* hero css end */
  /* service list start */
  .services-listing:before {
    left: 0px;
    right: 0px;
    top: 5%;
    height: 95%;
    border-bottom: 0;
    border-left: 2px dashed #6b7c93;
  }

  .services-listing {
    margin-top: 0px;
  }

  .service-card .service-title {
    margin-left: 42px;
    margin-top: 40px;
    margin-bottom: 0;
    border-radius: 10px;
  }

  .service-card .star-stat:after {
    left: -48px;
    bottom: 11px;
  }

  .service-card .service-list {
    margin: 20px 0 0 40px;
  }

  .service-card .service-title:before {
    left: -14px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--bs-body-color);
    border-bottom: 0;
    rotate: 90deg;
    bottom: 17px;
  }

  .service-card:hover .service-title:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--bs-success);
  }

  /* service list end */

  /* serving css start */
  .serving-bg {
    padding: 70px 30px;
  }

  .serving {
    padding: 0;
  }

  .serving__logo {
    height: 56px;
    width: 56px;
  }

  .serving__logo img {
    height: 26px;
    width: 26px;
  }

  .serving__logo1 {
    top: 3%;
    left: 36%;
  }

  .serving__logo2 {
    top: 7%;
    left: auto;
    right: 16%;
  }

  .serving__logo3 {
    top: 16%;
    left: 23%;
  }

  .serving__logo4 {
    top: 16%;
    left: auto;
    right: 38%;
  }

  .serving__logo5 {
    top: auto;
    right: auto;
    left: 22%;
    bottom: 3%;
  }

  .serving__logo6 {
    top: auto;
    right: auto;
    bottom: 15%;
    left: 36%;
  }

  .serving__logo7 {
    top: auto;
    right: 34%;
    left: auto;
    bottom: 3%;
  }

  .serving__logo8 {
    top: 76%;
    right: 21%;
  }

  /* serving css end */

  .projectcenter .card-description {
    max-height: auto;
    min-height: auto;
  }

  .pt-60 {
    padding-top: 40px;
  }

  .serving-bg {
    padding: 70px 30px;
  }

  .serving {
    padding: 0;
  }

  .serving__logo {
    transform: scale(0.75);
  }

  .serving__logo1 {
    top: 3%;
    left: 36%;
  }

  .serving__logo2 {
    top: 7%;
    left: auto;
    right: 16%;
  }

  .serving__logo3 {
    top: 16%;
    left: 23%;
  }

  .serving__logo4 {
    top: 16%;
    left: auto;
    right: 38%;
  }

  .serving__logo5 {
    top: auto;
    right: auto;
    left: 22%;
    bottom: 3%;
  }

  .serving__logo6 {
    top: auto;
    right: auto;
    bottom: 15%;
    left: 36%;
  }

  .serving__logo7 {
    top: auto;
    right: 34%;
    left: auto;
    bottom: 3%;
  }

  .serving__logo8 {
    top: 76%;
    right: 21%;
  }

  .has-menu .menu-button {
    padding-left: 20px !important;
    padding-right: 27px !important;
    padding-top: 13px !important;
    padding-bottom: 12px;
  }

  .social-mail {
    display: none;
  }

  .has-menu .menu-button:not(.collapsed)::after {
    background-image: url(../img/ic-down.svg);
  }

  .has-menu .menu-button::after {
    background-image: url(../img/ic-down.svg);
  }

  .sub-menu ul li {
    border-bottom: 1px solid #dddddd;
  }

  .navbar-nav .consultant span {
    display: none;
  }

  .navbar-nav .consultant span.close:after {
    content: none;
  }

  .consultationbox {
    display: none;
  }

  .smwidth {
    width: 100% !important;
  }

  .consultationbox {
    height: auto;
  }

  .smheight {
    height: auto;
  }

  .sub-menu>li:not(.social-mail) {
    width: 100%;
  }

  .sub-menu {
    width: 100%;
  }

  #navbarNav.collapse,
  #navbarNav.collapsing {
    height: 100% !important;
  }

  #navbarNav.collapsing {
    display: block !important;
  }

  #navbarNav.menu-show.collapse.show {
    display: block;
  }

  .navbar .navbar-collapse {
    position: fixed;
    width: 100%;
    top: 81px;
    right: -100%;
    background: var(--bs-white);
    padding: 0px;
    /*box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);*/
    z-index: 2;
    bottom: 0;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
    margin: 0;
    height: auto !important;
    max-height: 100vh;
    overflow: hidden;
  }

  .navbar .navbar-collapse>ul {
    margin: 0;
    padding: 0;
    width: 100%;
    /* max-height: 100%; */
    overflow: auto;
  }

  .navbar .navbar-collapse ul a {
    padding: 10px 15px;
    text-align: left;
    line-height: 30px;
    align-items: center;
  }

  .navbar .navbar-collapse.menu-show {
    right: 0;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
  }

  .sub-menu {
    /* display: none; */
    list-style-type: none;
    padding: 0;
  }

  .sub-menu ul,
  .sub-menu li {
    text-align: left;
  }

  .sub-menu>li:not(.social-mail)>a {
    display: block;
    background-color: #f2f5f7;
  }

  .sub-menu>li:not(.social-mail) {
    width: 100%;
  }

  .sub-menu li ul {
    display: none;
  }

  .navbar-nav li {
    position: relative;
  }

  .navbar-nav li span {
    background-image: url(../img/ic-up.svg);
    background-repeat: no-repeat;
    background-position: right 8px bottom 9px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    text-align: center;
    margin: 8px 0 0;
  }

  .navbar-nav li span:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 40px;
    font-size: 22px;
  }

  .navbar-nav li span.close {
    opacity: 1;
    background-image: url(../img/ic-down.svg);
    background-repeat: no-repeat;
    background-position: right 8px bottom 9px;
  }

  /* vue js css start*/
  .process-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    --item-w: calc(calc(100vw - 42px));
    --item-h: 290px;
    margin-top: 50px;
  }

  .process-item {
    max-width: 100%;
    min-height: var(--item-h);
    margin-top: 0;
  }

  .process-item:last-child {
    margin-bottom: 20px;
    min-height: auto;
  }

  .process-icon {
    height: 110px;
  }

  .process-icon svg {
    height: 46px;
    width: 46px;
  }

  .circle {
    --left: auto;
    --circle-w: 8.4rem;
    --circle-h: 8.4rem;
    --top: 150px;
    width: 1.2rem;
    height: var(--circle-h);
    margin-top: 0;
    transform: rotate(180deg) translateX(-9px);
  }

  .circle-reverse {
    transform: rotate(360deg) translateX(9px);
  }

  .circle-2,
  .circle-3,
  .circle-4 {
    left: auto;
  }

  .circle-2 {
    top: calc(var(--top) + var(--item-h));
  }

  .circle-3 {
    top: calc(var(--top) + var(--item-h) * 2);
  }

  .circle-4 {
    top: calc(var(--top) + var(--item-h) * 3);
  }

  .application-video-one video,
  .application-video-two video {
    max-width: 80%;
  }

  /* vue js css end */
  /* about us page css start */
  .about-us-animation .process-list {
    --item-h: 400px;
  }

  .about-us-animation .circle {
    --top: 245px;
  }

  .about-us-animation .custom-min-height {
    min-height: auto;
  }

  /* about us page css end */
  /* blog css start */
  .blog-row {
    grid-template-columns: repeat(1, 1fr);
  }

  .hire-team {
    grid-column: 1;
  }

  /* blog css end */
  /* .moweb-life css start */
  .moweb-life-titles li.moweb-life-titles_title {
    font-size: 14px;
  }

  .moweb-life-titles_title:nth-child(1) {
    left: -15px;
  }

  .moweb-life-titles_title:nth-child(2) {
    top: -25px;
  }

  .fifteen-sec h3 {
    font-size: 25px;
  }

  .our-team-success_item:nth-child(1) {
    padding-left: 35%;
    top: 3%;
    left: 8%;
  }

  .success-main p {
    font-size: 12px;
    line-height: 16px;
  }

  .year-success {
    padding: 5px 10px 90px 5px;
  }

  .success-main {
    margin-bottom: -28px;
    margin-left: -3px;
  }

  /* .moweb-life css end */
  /* footer css start */
  .company-title {
    margin-top: 30px;
  }

  .services-title {
    margin-top: 30px;
  }

  .footer-title.invisible {
    display: none;
  }

  /* footer css end */
}

@media (min-width: 992px) {
  .has-menu {
    position: relative;
  }

  .has-menu.open-megamenu:hover:after {
    position: absolute;
    content: "";
    margin: auto;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 10px;
    width: 10px;
    background-color: var(--bs-white);
    border-top: 1px solid var(--border-color);
    border-left: 1px solid var(--border-color);
    transform: rotate(45deg);
  }

  .sub-menu {
    position: fixed;
    background-color: var(--bs-white);
    left: 0px;
    right: 0px;
    /* max-height: 100vh;*/
    overflow: auto;
    border-radius: 10px;
    padding: 0;
    height: 0;
    transition: 0.4s ease all;
    opacity: 0;
    max-width: 1440px;
    margin: auto;
    border-radius: 10px;
    transform: translateX(-30px) skewX(2deg);
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.1));
    width: 990px;
  }

  .has-menu.open-megamenu:hover .sub-menu {
    height: auto;
    opacity: 1;
    padding: 0;
    z-index: 100;
    transform: translateX(0) skew(0deg);
    transition: 0.4s ease all;
  }

  .sub-menu ul,
  .sub-menu li:not(.social-mail) {
    list-style-type: none;
    padding: 0;
    text-align: left;
  }

  .sub-menu>li:not(.social-mail) {
    float: left;
    width: 33.33333333333333%;
    /* padding-left: 15px; */
    padding-right: 40px;
  }

  /* .menuwidth { width: 37% !important; } */
  .techmenuwidth {
    width: 22.2222222222% !important;
  }
  .aimlmenuwidth { width: 25%!important; }

  .sub-menu a {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .sub-menu ul li {
    color: #6b7c93;
    font-family: var(--regular-font);
    font-size: 17px;
    line-height: 23px;
    padding: 5px 0;
  }

  .sub-menu li ul li a {
    font-family: var(--regular-font);
  }

  .sub-menu li:hover,
  .sub-menu a:hover {
    color: #34a6f0;
  }

  .customize-section .customize.node-development p {
    min-height: auto;
  }

  .blog-list .listing {
    margin-bottom: 50px;
  }

  .navbar-nav>li>a {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .navbar-nav>li.has-menu>a {
    position: relative;
    padding-right: 40px !important;
  }

  .navbar-nav>li.has-menu>a:after {
    position: absolute;
    content: "";
    top: 37%;
    right: 10px;
    margin: auto;
    height: 24px;
    width: 24px;
    background: url(../img/ic-down.svg);
    /* transform: rotate(45deg); */
    background-size: 24px;
  }

  .navbar-nav>li.open-megamenu>a:after {
    background: url(../img/ic-down-primary.svg);
  }

  .navbar-nav>li.open-megamenu>a {
    color: var(--bs-primary);
  }
}

@media (max-width: 575.98px) {
  .serving-content {
    padding: 220px 0;
  }

  .serving-bg {
    padding: 70px 15px;
  }

  .serving__logo1 {
    top: 3%;
    left: 22%;
  }

  .serving__logo2 {
    top: 4%;
    left: auto;
    right: 16%;
  }

  .serving__logo3 {
    top: 16%;
    left: 12%;
  }

  .serving__logo4 {
    top: 14%;
    left: auto;
    right: 29%;
  }

  .serving__logo5 {
    top: auto;
    right: auto;
    left: 11%;
    bottom: 4%;
  }

  .serving__logo6 {
    top: auto;
    right: auto;
    bottom: 14%;
    left: 26%;
  }

  .serving__logo7 {
    top: auto;
    right: 34%;
    left: auto;
    bottom: 3%;
  }

  .serving__logo8 {
    top: 79%;
    right: 12%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 991px) and (orientation: portrait) {
  .blog-nav {
    top: 60px;
  }

  .search-fullwidth .search-close-icon {
    margin-right: 15px;
  }

  .hire-section {
    top: 60px;
  }
}

.blog-content p,
.blog-content ul,
.blog-content ol {
  font-size: var(--md);
  line-height: var(--md-lnh);
  color: var(--bs-secondary);
}

.blog-content ul,
.blog-content ul li {
  list-style: disc;
}

.blog-content ol,
.blog-content ol li {
  list-style: decimal;
}

.blog-content li {
  margin-bottom: 5px;
}

.blog-content a {
  color: var(--bs-primary);
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* Redirect To Top Button */
.backtotop .topbutton {
  display: none;
}

.backtotop .duration-200 {
  transition-duration: 0.2s;
}

.backtotop .transition-all {
  transition-duration: 0.15s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.backtotop .drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.07)) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.06));
}

.backtotop .blur,
.drop-shadow-md {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backtotop .ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

.backtotop .ring-\[1\.5px\] {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1.5px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.backtotop .outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.backtotop .opacity-100 {
  opacity: 1;
}

.backtotop .text-primary,
.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(5 166 240 / var(--tw-text-opacity));
}

.backtotop .p-2 {
  padding: 0.5rem;
}

.backtotop .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.backtotop .rounded-full {
  border-radius: 9999px;
}

.backtotop .z-10 {
  z-index: 10;
}

.backtotop .right-4 {
  right: 1rem;
}

.backtotop .bottom-24 {
  bottom: 6rem;
}

.backtotop .fixed {
  position: fixed;
}

.backtotop .hover\:ring-primary:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 166 240 / var(--tw-ring-opacity));
}

.backtotop svg.ic {
  fill: currentColor;
}

.backtotop .ic,
.ic-m {
  height: 1.5rem;
  width: 1.5rem;
}

.backtotop .ic {
  min-width: 24px;
}

.backtotop .text-textcolor {
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity));
}

.backtotop *,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(63, 131, 248, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.backtotop *,
:after,
:before {
  border: 0 solid #e5e7eb;
  box-sizing: border-box;
}

/* Redirect To Top Button */