@font-face {
  font-family: SharpSans-Medium;
  src: url("../fonts/Sharp-Sans-Medium.otf") format("opentype"),
    url("../fonts/Sharp-Sans-Medium.woff") format("woff");
}
@font-face {
  font-family: SharpSans-Bold;
  src: url("../fonts/Sharp-Sans-Semibold.otf") format("opentype"),
    url("../fonts/Sharp-Sans-Semibold.woff") format("woff");
}
@font-face {
  font-family: SharpSans-SemiBold;
  src: url("../fonts/Sharp-Sans-Semibold.otf") format("opentype"),
    url("../fonts/Sharp-Sans-Semibold.woff") format("woff");
}
:root {
  --cursorX: 0;
  --cursorY: 0;
  --font-default: "SharpSans-Medium", serif;
  --font-heading: "SharpSans-SemiBold", serif;
  --font-secondary: "SharpSans-Medium", serif;
  --fontawesome: "Font Awesome 5 Pro";
  --black: #000000;
  --dark: #1d2027;
  --dark-secondary: #022b6d;
  --dark-optional: #3e00a7;
  --white: #ffffff;
  --color-primary: #ce2e80;
  --color-secondary: #0b57e3;
  --color-optional: #57b33e;
  --color-heading: #0e0e0e;
  --color-paragraph: #666666;
  --box-shadow-primary: -1px 3px 10px 0 rgba(0, 0, 0, 0.6);
  --box-shadow-secondary: 0 10px 30px 0 rgba(44, 130, 237, 0.4);
  --box-shadow-regular: 0px 2px 12px 0px #e7e7e7;
  --bg-gray: #f7f7f7;
  --bg-gradient: linear-gradient(
    90deg,
    var(--color-secondary) 0%,
    var(--color-primary) 100%
  );
  --bg-gradient-secondary: linear-gradient(
    90deg,
    var(--color-secondary) 40%,
    var(--dark-secondary) 100%
  );
  --bg-gradient-reverse: linear-gradient(
    90deg,
    var(--color-primary) 0%,
    var(--color-secondary) 100%
  );
  --gradient-bg: linear-gradient(90deg, #df0a0a 0%, #930707 100%);
  --bg-gradient-optional: linear-gradient(90deg, #57b33e 50%, #b59f11 100%);
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body,
html {
  height: 100%;
  /* cursor: none; */
}
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}
a,
body,
div,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
img,
li,
nav,
p,
section,
span,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.wrapper {
  height: 100%;
}
img {
  border: none;
  outline: 0;
  max-width: 100%;
}
a {
  outline: 0;
  text-decoration: none;
  color: var(--color-heading);
  /* cursor: none; */
}
a img {
  border: none;
}
a:active {
  outline: 0;
  text-decoration: none;
  color: var(--color-heading);
  opacity: 1;
}
a:focus {
  outline: 0;
  text-decoration: none;
  color: var(--color-heading);
}
a:hover {
  outline: 0;
  text-decoration: none;
  color: var(--color-primary);
  opacity: 1;
}
button {
  outline: medium none;
}
select:focus {
  outline: 0;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
}
ul {
  list-style-type: none;
}
li,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
strong {
  font-weight: 600;
}
.row {
  --bs-gutter-x: 30px;
}
i::before {
  line-height: inherit !important;
}
body {
  font-family: var(--font-default);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  overflow-x: hidden;
  background-color: var(--white);
  color: var(--color-paragraph);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-heading);
  font-weight: 400;
  line-height: 1.2;
  font-family: var(--font-heading);
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 15px;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 27px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}
.btn,
a,
button {
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  outline: medium none;
  text-decoration: none;
  font-weight: 600;
  /* cursor: none; */
}
p {
  color: var(--color-paragraph);
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
  font-family: var(--font-default);
}
@media (min-width: 1250px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1250px;
  }
  .services-style-one {
    width: 75%;
  }
}
.container-fill {
  padding: 0 15px;
  margin: auto;
  max-width: 100%;
}
@media (min-width: 576px) {
  .container-fill {
    max-width: 540px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .container-fill {
    max-width: 720px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container-fill {
    max-width: 960px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-fill {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .container-fill {
    padding: 0 25px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .row {
    --bs-gutter-x: 1.5rem;
  }
}
.bg-cover {
  background-position: center center !important;
  background-size: cover !important;
}
.bg-fixed {
  background-attachment: fixed !important;
  background-position: center center !important;
  background-size: cover !important;
}
.bg-gray {
  background: var(--bg-gray);
}
.bg-light {
  background-color: var(--white);
}
.bg-dark {
  background-color: var(--dark) !important;
}
.text-light {
  color: var(--white);
}
.text-light a,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light span {
  color: var(--white);
}
.shadow {
  -webkit-box-shadow: inherit !important;
  box-shadow: inherit !important;
}
.shadow.dark {
  position: relative;
  z-index: 1;
}
.shadow.dark:after {
  background: var(--dark);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.35;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.shadow.light {
  position: relative;
  z-index: 1;
}
.shadow.light:after {
  background: var(--white) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.default-padding,
.default-padding-bottom,
.default-padding-top {
  position: relative;
}
.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .default-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.default-padding-top {
  padding-top: 120px;
}
@media only screen and (max-width: 767px) {
  .default-padding-top {
    padding-top: 50px;
  }
}
.default-padding-bottom {
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .default-padding-bottom {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.relative {
  position: relative;
}
.overflow-hidden {
  overflow: hidden;
}
.heading {
  font-weight: 600;
  margin-bottom: 25px;
  margin-top: -5px;
  font-size: 42px;
  line-height: 1.3;
}
.heading span {
  font-weight: 400;
}
.site-heading {
  margin-bottom: 60px;
}
.title {
  font-weight: 600;
  font-size: 42px;
  font-family: SharpSans-Bold;
}
.site-heading .title {
  margin-bottom: 0;
}
.sub-title {
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: 600;
  background: var(--bg-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.site-heading p {
  margin-bottom: 0;
  margin-top: 25px;
  padding: 0 10%;
}
.site-heading .devider {
  display: inline-block;
  width: 50px;
  height: 2px;
  background: var(--color-primary);
  position: relative;
  z-index: 1;
  left: 10px;
}
.secondary.site-heading .devider {
  background: var(--color-heading);
}
.bg-dark .site-heading .devider,
.shadow .site-heading .devider,
.site-heading.light .devider {
  background: var(--white);
}
.site-heading .devider:before {
  position: absolute;
  left: -15px;
  top: 0;
  content: "";
  height: 2px;
  width: 10px;
  background: var(--color-primary);
}
.secondary.site-heading .devider:before {
  background: var(--color-heading);
}
.bg-dark .site-heading .devider:before,
.shadow .site-heading .devider:before,
.site-heading.light .devider:before {
  background: var(--white);
}
@media (max-width: 767px) {
  .site-heading p {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .site-heading {
    margin-bottom: 30px;
  }
}
.heading-left {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.heading-left .heading {
  font-weight: 600;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .heading-left .heading {
    margin-bottom: 15px;
  }
}
.heading-left p {
  margin-bottom: 0;
}
.heading-left .btn {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .heading-left {
    margin-bottom: 30px;
  }
}
.bg-dark .heading-left p {
  opacity: 0.8;
}
.sub-heading {
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: 600;
  background: var(--bg-gradient-reverse);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.bg-dark .secondary.sub-heading,
.secondary .sub-heading,
.secondary.sub-heading {
  background: var(--bg-gradient-secondary);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.text-center .sub-heading,
.text-center.sub-heading {
  margin-bottom: 15px;
}
.bg-dark .sub-heading {
  background: linear-gradient(90deg, #df0a0a 0, #7c00ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.bg-dark.secondary .sub-heading {
  background: linear-gradient(90deg, #0b57e3 0, #7c00ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.bg-dark .sub-heading.secondary {
  background: 0 0;
  -webkit-background-clip: inherit;
  background-clip: inherit;
  -webkit-text-fill-color: inherit;
  color: var(--color-secondary);
}
@-webkit-keyframes video-play {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@keyframes video-play {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.zoom-animation {
  -webkit-animation: zoom 2s ease-out infinite;
  animation: zoom 2s ease-out infinite;
}
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}
@keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes spinnerReverse {
  to {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
}
@keyframes spinnerReverse {
  to {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg);
  }
}
@keyframes UpDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeLeftRight {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@-webkit-keyframes fadeLeftRight {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}
@keyframes fadeRightLeft {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
@-webkit-keyframes fadeRightLeft {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}
@keyframes zoomUpDown {
  0%,
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@-webkit-keyframes zoomUpDown {
  0%,
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@-webkit-keyframes moving {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
  }
  50% {
    -webkit-transform: translate(-100px, -30px);
    transform: translate(-100px, -30px);
  }
  70% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes moving {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0, -30px);
    transform: translate(0, -30px);
  }
  50% {
    -webkit-transform: translate(-100px, -30px);
    transform: translate(-100px, -30px);
  }
  70% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes infinite-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes infinite-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes open {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100px;
    height: 0;
  }
  100% {
    width: 100px;
    height: 55px;
  }
}
@keyframes open {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100px;
    height: 0;
  }
  100% {
    width: 100px;
    height: 55px;
  }
}
@-webkit-keyframes openB {
  0% {
    width: 0;
  }
  100% {
    width: 100px;
  }
}
@keyframes openB {
  0% {
    width: 0;
  }
  100% {
    width: 100px;
  }
}
@-webkit-keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 180px;
  }
  100% {
    background-position: 180px;
  }
}
@keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 180px;
  }
  100% {
    background-position: 180px;
  }
}
@-webkit-keyframes infiniteMove {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}
@keyframes infiniteMove {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  }
}
@-webkit-keyframes infiniteMove2 {
  0% {
    border-radius: 60% 30% 70% 40%/60% 40% 30% 70%;
  }
  50% {
    border-radius: 50% 60% 30% 60%/30% 60% 70% 40%;
  }
  100% {
    border-radius: 60% 30% 70% 40%/60% 40% 30% 70%;
  }
}
@keyframes infiniteMove2 {
  0% {
    border-radius: 60% 30% 70% 40%/60% 40% 30% 70%;
  }
  50% {
    border-radius: 50% 60% 30% 60%/30% 60% 70% 40%;
  }
  100% {
    border-radius: 60% 30% 70% 40%/60% 40% 30% 70%;
  }
}
.btn {
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid transparent;
  -webkit-box-shadow: inherit;
  box-shadow: none;
  font-size: 16px;
  letter-spacing: 0;
  padding: 13px 30px;
  background: #e7edf8;
  position: relative;
  z-index: 1;
}
.btn.active,
.btn:focus {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  border: 2px solid transparent;
}
.btn:hover {
  background-color: var(--color-primary);
  color: var(--white);
}
.btn.radius {
  border-radius: 6px;
}
.btn.btn-light {
  color: var(--color-heading);
  border: none;
  background: var(--white);
  border: 2px solid transparent;
}
.btn.btn-light.btn-md {
  padding: 13px 52px;
}
.btn.btn-light:hover {
  color: var(--white);
  background: 0 0;
  border: 2px solid var(--white);
}
.btn.btn-dark {
  color: var(--white);
  background: var(--dark);
  border: none;
}
.btn.btn-dark::after {
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
  content: "";
  height: 100%;
  width: 0;
  z-index: -1;
  background-color: var(--color-primary);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.secondary .btn.btn-dark::after {
  background-color: var(--color-secondary);
}
.shadow .btn.btn-dark::after {
  background-color: var(--white);
}
.shadow .btn.btn-dark:hover {
  color: var(--color-heading) !important;
}
.btn.btn-dark:hover::after {
  width: 100%;
}
.btn.btn-dark.secondary {
  color: var(--white);
  border: none;
  background: var(--dark-optional);
}
.btn.btn-dark.secondary::after {
  position: absolute;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: -5%;
  content: "";
  height: 150px;
  width: 115%;
  z-index: -1;
  background-color: var(--white);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-45%) skew(25deg) scale(0);
  transform: translateY(-45%) skew(25deg) scale(0);
}
.btn.btn-dark.secondary:hover::after {
  -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
  transform: translateY(-45%) skew(25deg) scale(1.2);
}
.btn.btn-dark.secondary:hover {
  color: var(--color-heading);
}
.btn i {
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.btn.text-slide {
  min-width: 150px;
  height: 55px;
  line-height: 55px;
}
.btn.text-slide span {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.btn.circle {
  border-radius: 30px !important;
}
.btn-icon {
  position: relative;
  padding-left: 20px;
}
.btn-icon:hover {
  color: var(--color-primary);
}
.btn-icon::after {
  position: absolute;
  right: 10px;
  top: 50%;
  content: "";
  height: 2px;
  left: 0;
  background: var(--color-heading);
  transform: translateY(-50%);
  margin-top: -1px;
  transition: all 0.35s ease-in-out;
}
.btn-icon:hover::after {
  background: var(--color-primary);
}
.btn-icon i {
  font-weight: 500;
}
.btn-icon:hover {
  padding-left: 40px;
}
.btn-md {
  padding: 16px 52px;
  font-size: 17px;
}
.btn-sm {
  padding: 16px 50px;
  font-size: 14px;
}
.btn-animation {
  z-index: 1;
  position: relative;
  font-size: 20px;
  display: inline-block;
  margin-left: 10px;
}
.btn-animation i {
  display: inline-block;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  background: var(--white);
  color: var(--color-heading);
  border-radius: 50%;
  font-weight: 400;
  margin-right: 10px;
  transition: all 0.35s ease-in-out;
  transform: scale(0);
}
.btn-animation:hover {
  margin-left: 0;
}
.btn-animation:hover i {
  transform: scale(1);
}
.btn-animation::after {
  position: absolute;
  left: -13px;
  top: 0;
  content: "";
  height: 60px;
  width: 60px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transition: all 0.35s ease-in-out;
  transform: scale(1);
  z-index: -1;
}
.btn-animation:hover::after {
  transform: scale(0);
}
.btn-animation span {
  transition: all 0.35s ease-in-out;
  left: -50px;
  position: relative;
}
.btn-animation:hover span {
  left: 0;
}
.btn-animation.dark::after {
  border-color: #c5c5c5;
  z-index: -1;
}
.btn-animation.dark i {
  background: var(--color-primary);
  color: var(--white);
}
.btn-animation.dark:hover {
  color: var(--color-heading);
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: var(--white);
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 15px;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active,
.nice-select:focus {
  border-color: #999;
}
.nice-select::after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select .list {
  background-color: var(--white);
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
}
.top-bar-area li {
  display: flex;
  align-items: center;
}
.top-bar-area li a {
  font-weight: 400;
}
.top-bar-area .social li {
  display: inline-block;
  margin-right: 30px;
}
.top-bar-area .social li:first-child {
  margin-right: 0;
}
.top-bar-area .text-end .social li {
  margin-right: 0;
  margin-left: 30px;
}
.top-bar-area .text-end .social li:first-child {
  margin-left: 0;
}
.top-bar-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  background-color: rgb(133 192 223);
}
.top-bar-area.top-bar-style-one.bg-dark {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.top-bar-style-two {
  padding: 20px 0;
}
.top-bar-style-two .text-end .social li {
  margin-left: 8px;
}
.top-bar-style-two .social li a {
  display: inline-block;
  background: var(--dark);
  color: var(--white);
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  nav.navbar.navbar-style-one.validnavs.navbar-fixed.no-background {
    box-shadow: inherit;
    top: 50px;
  }
  nav.navbar.navbar-style-one.validnavs.navbar-fixed.no-background
    .navbar-header {
    position: relative;
    z-index: 1;
    padding-right: 45px;
    margin-right: -45px;
  }
  nav.navbar.navbar-style-one.validnavs.navbar-fixed.no-background
    .navbar-header::after {
    position: absolute;
    right: 50%;
    bottom: 0;
    height: 300px;
    width: 500%;
    background: var(--white);
    z-index: -1;
    transform: skewX(15deg);
  }
  nav.navbar.navbar-style-one.validnavs.navbar-fixed.no-background
    .navbar-header::before {
    position: absolute;
    right: 45%;
    bottom: 15px;
    content: "";
    height: 300px;
    width: 100%;
    background: rgb(188 60 125);
    z-index: -1;
    transform: skewX(15deg);
  }
  nav.navbar.navbar-style-one.validnavs.navbar-fixed.no-background
    .navbar-header
    a {
    position: relative;
  }
  nav.navbar.navbar-style-one.validnavs.navbar-fixed.no-background
    .navbar-header
    img {
    position: relative;
    top: -30px;
    right: 47%;
    scale: 1.4;
  }
}
@media (min-width: 1200px) and (max-width: 1445px) {
  nav.navbar.navbar-style-one.validnavs.navbar-fixed.no-background {
    box-shadow: inherit;
    top: 50px;
  }
  nav.navbar.navbar-style-one.validnavs.navbar-fixed.no-background
    .navbar-header {
    position: relative;
    z-index: 1;
    padding-right: 45px;
    margin-right: -45px;
  }
  nav.navbar.navbar-style-one.validnavs.navbar-fixed.no-background
    .navbar-header::after {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 300px;
    width: 500%;
    background: var(--white);
    z-index: -1;
    transform: skewX(15deg);
  }
  nav.navbar.navbar-style-one.validnavs.navbar-fixed.no-background
    .navbar-header::before {
    position: absolute;
    right: -15px;
    bottom: 15px;
    content: "";
    height: 300px;
    width: 100%;
    background: rgb(188 60 125);
    z-index: -1;
    transform: skewX(15deg);
  }
  nav.navbar.navbar-style-one.validnavs.navbar-fixed.no-background
    .navbar-header
    a {
    position: relative;
  }
  nav.navbar.navbar-style-one.validnavs.navbar-fixed.no-background
    .navbar-header
    img {
    position: relative;
    top: -30px;
    scale: 1.4;
    right: 10%;
  }
}
@media only screen and (max-width: 790px) {
  .top-bar-area {
    display: none;
  }
}
.top-style-one .logo img {
  height: 60px;
}
.top-style-one .social li {
  display: inline-block;
}
.top-style-one {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e7e7e7;
}
.top-style-one .logo {
  text-align: center;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  padding: 15px 0;
}
.top-style-one .social li a {
  display: inline-block;
  height: 43px;
  width: 43px;
  text-align: center;
  line-height: 45px;
  background: var(--bg-gradient);
  color: var(--white);
  border-radius: 50%;
  font-size: 15px;
}
.top-style-one .text-end.social li {
  margin-left: 3px;
}
.top-style-one .info i {
  font-weight: 100;
  font-size: 20px;
  position: relative;
  top: 2px;
  margin-right: 3px;
  color: var(--color-primary);
}
.top-style-one .info li {
  font-weight: 500;
  text-transform: capitalize;
}
.banner-area {
  height: 100%;
  width: 100%;
  position: relative;
}
@media (max-width: 1023px) {
  .banner-area {
    height: auto;
  }
}
.banner-area div {
  height: 100%;
}
.banner-area div.swiper-slide .row div {
  height: auto;
}
@media only screen and (max-width: 1000px) {
  .top-bar-area {
    display: none;
  }
}
.banner-area .content {
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1023px) {
  .banner-area .content {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner-area .content {
    padding: 60px 0;
  }
}
.banner-area h4 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate3d(-15%, 0, 0);
  transform: translate3d(-15%, 0, 0);
  opacity: 0;
  visibility: hidden;
}
.banner-area p,
.banner-area ul {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  padding-right: 25%;
  margin: 0;
  visibility: hidden;
}
@media (max-width: 1023px) {
  .banner-area p {
    padding-right: 0;
  }
}
.banner-area.text-center p {
  padding-left: 13%;
  padding-right: 13%;
}
@media (max-width: 1023px) {
  .banner-area.text-center p {
    padding: 0;
  }
}
.banner-area.zoom-effect .banner-thumb {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
}
.banner-area.zoom-effect .swiper-slide.swiper-slide-active .banner-thumb {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.banner-area .swiper-slide.swiper-slide-active h4 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.banner-area .swiper-slide.swiper-slide-active h2 {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.banner-area .swiper-slide.swiper-slide-active p,
.banner-area .swiper-slide.swiper-slide-active ul {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.banner-area .swiper-slide.swiper-slide-active .button {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.banner-area .banner-items {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.banner-area:hover .swiper-button-next {
  opacity: 1;
}
.banner-area:hover .swiper-button-next {
  right: 30px;
  left: auto;
}
.banner-area .swiper-button-next {
  height: auto;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  opacity: 0;
}
.banner-area .swiper-button-next::after {
  font-size: 28px;
  color: var(--color-heading);
}
.banner-area.navigation-circle .swiper-button-next {
  height: 55px;
  width: 55px;
  line-height: 55px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  border: 2px solid var(--color-heading);
}
.banner-area.navigation-circle .swiper-button-next::after {
  font-size: 16px;
}
.banner-area.navigation-right-bottom .swiper-button-next {
  left: auto;
  right: 30px;
  opacity: 1;
  top: auto;
  -webkit-transform: inherit;
  transform: inherit;
  bottom: 50px;
  border-radius: inherit;
}
@media only screen and (max-width: 830px) {
  .banner-area .swiper-button-next {
    display: none;
  }
}
.banner-area.navigation-custom .swiper-button-next::after {
  font-family: ElegantIcons;
  content: "\24";
  font-size: 22px;
}
.banner-area.navigation-text .swiper-button-next {
  opacity: 1;
  top: auto;
  -webkit-transform: inherit;
  transform: inherit;
  left: auto;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 150px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  height: 100px;
  line-height: 100px;
}
@media only screen and (max-width: 830px) {
  .banner-area.navigation-text .swiper-button-next {
    display: none;
  }
}
.banner-area.navigation-text .swiper-button-next::after {
  font-family: var(--font-heading);
  content: "Next";
  text-transform: uppercase !important;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.6px;
}
.banner-area.navigation-custom-large .swiper-button-next {
  min-width: 65px;
  height: 30px;
  margin: 0;
}
.banner-area.navigation-custom-large .swiper-button-next::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  font-weight: 100;
  font-size: 30px;
  position: absolute;
  right: 8px;
  color: var(--color-primary);
}
.banner-area.navigation-custom-large .swiper-button-next::before {
  position: absolute;
  top: 50%;
  left: 18px;
  bottom: inherit;
  right: inherit;
  content: "";
  height: 2px;
  width: 35px;
  z-index: -1;
  background-color: var(--color-primary);
  margin-top: -1px;
}
.banner-area .swiper-pagination {
  height: auto;
  bottom: 35px;
}
.banner-area .align-center {
  align-items: center;
}
.banner-style-one {
  position: relative;
  z-index: 1;
}

.banner-style-one .bg-cover {
  background-image: url("../../assets/img/Heroimage-24401578-01-01.jpg");
}
.banner-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.banner-shape .item {
  position: absolute;
  left: 20%;
  bottom: 0;
  height: 0;
  width: 30%;
  background: var(--black);
  transform: rotate(53deg) skewY(10deg);
  opacity: 0;
  box-shadow: 0 0 10px #232931;
  transition: all 1s ease;
}
.banner-shape .item:nth-child(2) {
  position: absolute;
  left: 18%;
  bottom: 0;
  height: 0;
  width: 60%;
  background: var(--black);
  transform: rotate(-45deg) skewY(-10deg);
  opacity: 0;
}
.banner-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.banner-style-one h2 {
  font-size: 70px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
}

.banner-style-one h3 {
  margin-top: 30px;
}
.banner-style-one h2 strong {
  display: block;
  font-weight: 500;
}
.banner-style-one h4 {
  text-transform: uppercase;
}
.banner-shape-bg {
  position: absolute;
  right: -50%;
  bottom: 0;
  z-index: 1;
  display: flex;
  max-width: 50%;
  height: 50% !important;
  transition: all 0.55s ease-in-out;
  justify-content: right;
}
.banner-style-two .content {
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
.banner-style-two .content::after {
  position: absolute;
  left: -200px;
  top: -250px;
  content: "";
  height: 500px;
  width: 500px;
  background: var(--white);
  z-index: -1;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  transform: rotate(45deg);
  transition: all 0.35s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.banner-style-two .container {
  position: relative;
  z-index: 1;
}
.banner-style-two .container .banner-thumb {
  position: absolute;
  right: 0;
  bottom: 0;
}
.banner-style-two .container .banner-thumb img {
  height: 90%;
  margin-top: 20%;
}
.banner-style-two {
  position: relative;
}
.banner-style-two .banner-shape-right {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 70%;
  width: 30%;
  background-size: contain !important;
  background-position: right bottom !important;
  background-repeat: no-repeat !important;
}
.banner-style-two h2 {
  font-size: 70px;
  line-height: 1.1;
  margin: 0;
  font-weight: 600;
}
.banner-style-two h2 strong {
  font-weight: 600;
  display: block;
  color: var(--color-primary);
}
.banner-style-two h4 {
  text-transform: uppercase;
  font-weight: 500;
}
.banner-style-two p {
  font-size: 20px;
  line-height: 1.7;
  margin-top: 25px;
  padding-right: 20%;
}
.banner-area.banner-style-two .swiper-slide.swiper-slide-active h2 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.banner-area.banner-style-two .swiper-slide.swiper-slide-active p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.banner-area.banner-style-two .swiper-slide.swiper-slide-active .button {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.about-thumb {
  position: relative;
  margin-bottom: 80px;
}
.thumb-shape-bottom {
  position: absolute;
  right: -50px;
  bottom: -50px;
  text-align: right;
}
.thumb-shape-bottom img {
  position: relative;
}
.thumb-shape-bottom img:first-child {
  position: absolute;
  right: -50px;
  height: 140px;
}
.fun-fact .counter {
  position: relative;
}
.fun-fact .counter {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 70px;
  font-weight: 600;
  color: var(--color-heading);
  line-height: 1;
  margin-bottom: 5px;
}
.fun-fact .medium {
  font-weight: 600;
  color: var(--color-heading);
}
.text-center .fun-fact .counter {
  justify-content: center;
  align-items: center;
}
.fun-fact {
  display: inline-block;
  text-align: left;
}
.text-center .fun-fact {
  text-align: center;
}
.about-card {
  display: inline-block;
  padding: 50px;
  background: linear-gradient(
    31deg,
    rgba(116, 195, 228, 1) 0,
    rgba(79, 112, 175, 1) 35%,
    rgba(206, 46, 128, 1) 100%
  );
}
.about-card li {
  display: flex;
  margin-top: 30px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 15px;
}
.about-card li i {
  display: inline-block;
  font-size: 60px;
  min-width: 85px;
  position: relative;
  top: 30px;
  color: var(--color-primary);
}
.about-card .fun-fact .counter {
  color: var(--white);
  line-height: 1;
  font-size: 50px;
}
.about-card .fun-fact .medium {
  color: var(--white);
  font-weight: 600;
  opacity: 0.8;
}
.about-card li:first-child {
  margin: 0;
}
.about-style-one .about-card {
  position: absolute;
  left: -80px;
  bottom: -80px;
}
.about-style-two .thumb {
  padding-left: 80px;
  position: relative;
  z-index: 1;
}
.about-style-two .thumb .shape {
  position: absolute;
  left: -110px;
  bottom: -55px;
}
.about-style-two .thumb .shape img {
  height: 100px;
}
.about-style-two .thumb img {
  border-radius: 10px;
}
.about-style-two .experience {
  position: absolute;
  left: 0;
  bottom: 50px;
  display: inline-block;
  background: var(--gradient-bg);
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
}
.about-style-two .experience h2 {
  font-weight: 600;
  margin: 0;
  font-size: 18px;
  line-height: 1;
  color: var(--white);
}
.about-style-two .experience h2 strong {
  font-size: 100px;
  display: block;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: var(--font-secondary);
  font-weight: 600;
}
.about-style-two .thumb img:nth-child(2) {
  position: absolute;
  left: -150px;
  top: 0;
  max-width: 200px;
}
.list-item-style-two {
  display: flex;
  margin-top: 35px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.list-item-style-two p {
  margin: 0;
}
.list-item-style-two::after {
  position: absolute;
  left: 25px;
  bottom: -80px;
  content: "";
  height: 100%;
  width: 1px;
  border-left: 1px dashed #c3b9b9;
  z-index: -1;
}
.list-item-style-two:last-child::after {
  display: none;
}
.list-item-style-two h4 {
  font-weight: 600;
}
.shape-light-bottom {
  position: relative;
  z-index: 1;
}
.shape-light-bottom::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 150px;
  width: 100%;
  background: var(--white);
  z-index: -1;
}
.shape-left-center {
  left: -200px;
  position: absolute;
  bottom: 80px;
  z-index: -1;
}
.triangle-shape {
  max-width: 12%;
  position: absolute;
  left: 0;
  top: -120px;
}
.service-nav-info {
  padding: 67px 50px;
  background: var(--white);
  margin-right: 50px;
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 3px rgb(3 27 78 / 8%);
}
.service-nav-info::before {
  position: absolute;
  right: -30px;
  bottom: -30px;
  content: "";
  height: 100%;
  width: 100%;
  border-right: 30px solid var(--dark);
  border-bottom: 30px solid var(--dark);
  z-index: -1;
  opacity: 0.06;
}
.service-nav-info h2 {
  font-weight: 600;
  margin: 0;
}
.service-nav-info h2 strong {
  display: inline-block;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.service-tab-navs {
  border: none;
  margin: 0;
  margin-top: 20px;
}
.service-tab-navs .nav-link {
  text-align: left;
  display: block;
  width: 100%;
  margin: 0;
  border: 1px solid #000 !important;
  margin-top: 15px;
  border-radius: 10px;
  color: var(--color-heading);
  padding: 12px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  position: relative;
  z-index: 1;
}
.service-tab-navs .nav-link.active {
  background: linear-gradient(
    90deg,
    rgba(116, 195, 228, 1) 0,
    rgba(79, 112, 175, 1) 35%,
    rgba(206, 46, 128, 1) 100%
  );
  color: var(--white);
}
.service-tab-navs .nav-link i {
  display: inline-block;
  font-size: 40px;
  position: relative;
  top: 3px;
}
.center-shape {
  position: absolute;
  left: 70%;
  top: 0;
  height: 100%;
  width: 30%;
  background-repeat: no-repeat;
  background-size: contain;
}
.services-style-one {
  position: relative;
  z-index: 1;
  background: var(--white);
  padding: 10px 25px;
}
.services-style-one i {
  display: inline-block;
  font-size: 60px;
  margin-bottom: 30px;
  color: var(--color-primary);
}
.services-style-one p {
  margin: 0;
}
.services-tab-content {
  margin-top: -30px;
}
.service-tab-navs .nav-link.active::after,
.service-tab-navs .nav-link.active::before {
  opacity: 1;
}
.service-tab-navs .nav-link.active::after {
  height: 30px;
}
.service-tab-navs .nav-link.active::before {
  height: 50px;
}
.service-single-thumb {
  position: relative;
  z-index: 1;
}
.service-single-thumb img {
  margin-bottom: 40px;
}
.choose-us-style-one-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.choose-us-style-one-area::after {
  position: absolute;
  left: -10%;
  top: 0;
  content: "";
  height: 100%;
  width: 60%;
  background: var(--dark);
  z-index: -1;
  transform: skewX(-10deg);
}
.cover-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 60%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.list-item {
  position: relative;
  padding-left: 30px;
  z-index: 1;
}
.list-item li {
  margin-top: 35px;
}
.list-item li h4 {
  font-weight: 600;
  font-size: 22px;
}
.choose-us-style-one p {
  color: #d2d2d4;
  margin: 0;
}
.list-item::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 7px;
  background: var(--color-primary);
}
.choose-us-style-one {
  position: relative;
  z-index: 1;
}
.choose-us-style-one .shape-circle {
  position: absolute;
  left: -80px;
  top: -59px;
  z-index: -1;
}
.shape-left-top img {
  height: 100%;
}
.shape-left-top {
  max-width: 10%;
  position: absolute;
  left: 0;
  top: 0;
}
.large-shape {
  position: absolute;
  right: 0;
  top: -120px;
  max-width: 20%;
}
.process-style-one-area {
  background-size: cover;
}
.process-style-one .thumb {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto auto 30px;
}
.process-style-one .thumb::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 40%;
  width: 100%;
  background: rgba(0, 0, 0, 0)
    linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 1) 130%) repeat
    scroll 0 0;
  mix-blend-mode: multiply;
}
.process-style-one p {
  margin: 0;
}
.process-style-one {
  padding: 0 30px;
}
.process-style-one h4 {
  font-weight: 600;
  font-size: 24px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
  font-family: SharpSans-Bold;
}
.process-style-one .thumb span {
  font-weight: 600;
  position: absolute;
  bottom: 4px;
  font-size: 80px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  font-family: Calibri;
  left: 55px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
}
.process-style-one:hover .thumb::after {
  bottom: 0;
}
.active.process-style-one .thumb::after {
  bottom: 0;
}
.process-style-one img {
  transition: all 0.35s ease-in-out;
}
.active .process-style-one:hover .thumb::before {
  opacity: 0;
}
.team-style-one {
  margin-bottom: 50px;
}
.team-style-one .thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.team-style-one .thumb .social {
  position: absolute;
  left: -80px;
  right: 50px;
  bottom: 0;
  padding: 15px;
  background: var(--color-primary);
  z-index: 1;
  text-align: center;
  transition: all 0.35s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.team-style-one.active .thumb .social,
.team-style-one:hover .thumb .social {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.team-style-one .thumb .social ul li {
  display: inline-block;
  margin: 0 15px;
}
.team-style-one .thumb .social ul li a {
  display: inline-block;
  color: var(--white);
}
.team-style-one .thumb::after {
  position: absolute;
  left: -120px;
  bottom: -50px;
  content: "";
  height: 200px;
  width: 200px;
  background: var(--dark);
  transform: skewX(40deg);
  opacity: 0;
  transition: all 0.15s ease-in-out;
  visibility: hidden;
}
.team-style-one.active .thumb::after,
.team-style-one:hover .thumb::after {
  opacity: 0.5;
  visibility: visible;
  bottom: 0;
  transition-delay: 0.2s;
}
.team-style-one .thumb::before {
  position: absolute;
  right: -99px;
  bottom: -100px;
  content: "";
  height: 200px;
  width: 130px;
  background: var(--color-primary);
  opacity: 0;
  visibility: hidden;
  transform: skewX(-40deg);
  transition: all 0.35s ease-in-out;
}
.team-style-one.active .social,
.team-style-one:hover .social {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.team-style-one.active .thumb::before,
.team-style-one:hover .thumb::before {
  opacity: 0.5;
  visibility: visible;
  bottom: 0;
  transition-delay: 0.4s;
  transition-duration: 0.2s;
}
.team-style-one h4 {
  margin: 0;
}
.team-style-two-area {
  background-repeat: no-repeat;
  background-position: left bottom;
}
.team-style-two .info {
  padding: 30px;
  position: relative;
  max-width: 85%;
}
.team-style-two .title {
  font-size: 24px;
  margin-bottom: 5px;
}
.team-style-two .thumb {
  padding-left: 70px;
  position: relative;
  z-index: 1;
}
.team-style-two .thumb::after {
  position: absolute;
  left: 25px;
  top: 0;
  content: "";
  height: 0;
  width: 20px;
  background: var(--color-primary);
  border-radius: 10px;
  transition: all 0.35s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.secondary .team-style-two .thumb::after {
  background: var(--color-secondary);
}
.team-style-two:hover .thumb::after {
  height: 50%;
  opacity: 1;
  visibility: visible;
}
.team-style-two .info::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 150%;
  width: 100%;
  background: var(--white);
  z-index: -1;
  border-radius: 10px;
  box-shadow: 0 5px 3px rgb(3 27 78 / 8%);
}
.team-style-two .thumb img {
  border-radius: 50px 38px 15px 50px;
}
.team-style-two .social {
  display: inline-block;
  position: absolute;
  left: 15px;
  bottom: 0;
}
.team-style-two .social a {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--color-secondary);
  color: var(--white);
  border-radius: 50%;
  margin-top: 10px;
}
.team-style-two .social li {
  transition: all 0.35s ease-in-out;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
}
.team-style-two .social li:nth-child(2) {
  transform: translateY(20px);
}
.team-style-two .social li:first-child {
  transform: translateY(30px);
}
.team-style-two:hover .social li {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 20ms;
}
.team-style-two:hover .social li:nth-child(2) {
  transform: translateY(0);
  transition-delay: 30ms;
}
.team-style-two:hover .social li:first-child {
  transform: translateY(0);
  transition-delay: 40ms;
}
.team-style-two .social li.facebook a {
  background: #3b5998;
}
.team-single-area .team-content-top {
  bottom: -50px;
  margin-top: -50px;
  position: relative;
  z-index: 1;
}
.team-single-area .team-content-top .right-info {
  padding-left: 35px;
  padding-right: 50px;
  margin-bottom: 50px;
}
.team-single-area .team-content-top .right-info h2 {
  font-weight: 600;
}
.team-single-area .team-content-top .right-info span {
  display: block;
  text-transform: uppercase;
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 25px;
}
.team-single-area .right-info ul {
  margin-top: 25px;
  border-top: 1px solid #e7e7e7;
  padding-top: 17px;
}
.team-single-area .right-info ul li {
  margin-top: 10px;
  color: var(--color-heading);
}
.team-single-area .right-info ul li strong {
  font-weight: 600;
}
.team-single-area .right-info ul li a {
  font-weight: 400;
}
.team-single-area .right-info ul li a:hover {
  color: var(--color-primary);
}
.team-single-area .right-info .social {
  display: flex;
  margin-top: 25px;
  font-weight: 600;
  align-items: center;
}
.team-single-area .right-info .social h4 {
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 25px;
}
.team-single-area .right-info .social ul {
  margin: 0;
  padding: 0;
  border: none;
}
.team-single-area .right-info .social ul {
  display: flex;
  list-style-type: none;
  grid-gap: 10px;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out 0s;
}
.team-single-area .right-info .social ul li {
  display: inline-block;
  margin: 0;
}
.team-single-area .right-info .social ul li a {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 47px;
  background: #f1f1f1;
  text-align: center;
  border-radius: 50%;
}
.team-single-area .bottom-info h2 {
  font-weight: 600;
  margin-bottom: 25px;
}
.team-single-area .bottom-info p:last-child {
  margin-bottom: 0;
}
.team-single-area .team-content-top img {
  border-radius: 30px;
}
.team-single-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}
.team-list-item h4 {
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 28px;
}
.team-list-item h5 {
  font-weight: 600;
  margin-bottom: 8px;
}
.team-list-item span {
  text-transform: none;
  margin-bottom: 5px;
  color: var(--color-heading);
  display: block;
}
.team-list-item li {
  margin-top: 30px;
}
.team-list-item li:first-child {
  margin-top: 0;
}
.team-single-list ul {
  border: none;
  margin-top: 0;
  padding: 0;
}
.team-list-item ul {
  border-left: 1px solid;
  padding-left: 25px;
}
.team-list-item ul li {
  position: relative;
  z-index: 1;
}
.team-list-item ul li::after {
  position: absolute;
  left: -33px;
  top: 3px;
  content: "";
  height: 15px;
  width: 15px;
  border: 2px solid var(--color-primary);
  border-radius: 50%;
  background: var(--white);
}
.bottom-shape-light {
  position: relative;
  z-index: 1;
}
.bottom-shape-light::after {
  position: absolute;
  left: 0;
  top: 409px;
  content: "";
  bottom: 0;
  right: 0;
  background: var(--white);
  z-index: -1;
}
.request-call-back-area {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
}
.request-call-back-area.secondary::after {
  background: var(--color-secondary);
}
.achivement-counter li {
  display: flex;
  margin-top: 50px;
  align-items: center;
}
.achivement-counter .fun-fact .counter {
  color: var(--white);
  font-size: 60px;
}
.achivement-counter .fun-fact .medium {
  color: var(--white);
  font-weight: 500;
}
.achivement-counter {
  display: inline-block;
  padding-left: 50px;
}
.achivement-counter li:first-child {
  margin: 0;
}
.achivement-counter li i {
  display: inline-block;
  font-size: 60px;
  margin-right: 20px;
  margin-top: 5px;
}
.testimonials-style-two-area {
  background-size: contain !important;
  background-position: left top !important;
  background-repeat: no-repeat !important;
}
.circle-progress .circle {
  display: inline-block;
  position: relative;
}
.circle-progress .circle strong {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
}
.circle-progress {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}
.shape-right-bottom {
  max-width: 20%;
  position: absolute;
  right: -10%;
  bottom: -80px;
  z-index: 1;
}
.shape-right-bottom img {
  width: 100%;
}
.services-style-two .thumb {
  position: relative;
  z-index: 1;
}
.services-style-two .thumb .title {
  position: absolute;
  left: 0;
  bottom: -21px;
  z-index: 1;
}
.services-style-two .thumb .title::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--dark);
  z-index: -1;
  transform: skewX(-10deg);
  box-shadow: 0 5px 3px rgb(3 27 78 / 8%);
}
.services-style-two .thumb .title a {
  display: flex;
  align-items: center;
}
.services-style-two .thumb .title h4 {
  margin: 0;
  padding: 0 25px;
  font-weight: 600;
  color: #fff;
}
.services-style-two .thumb .title i {
  display: inline-block;
  height: 75px;
  width: 85px;
  text-align: center;
  line-height: 70px;
  position: relative;
  z-index: 1;
  color: var(--white);
}
.services-style-two .thumb .title i::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100px;
  background: var(--color-primary);
  z-index: -1;
  transform: skewX(-10deg);
}
.services-style-two .info {
  padding: 30px;
  padding-top: 65px;
  padding-bottom: 50px;
}
.services-style-two .info p {
  margin: 0;
}
.services-style-two {
  overflow: hidden;
  background: #fff;
  border-radius: 15px;
}
.services-style-two .button {
  display: table;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.services-style-two .button .devider,
.services-style-two .button a {
  display: table-cell;
}
.services-style-two .button a {
  width: 1%;
  white-space: nowrap;
  padding-right: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.services-style-two .button .devider {
  border-top: 2px solid #e5e5e5;
  bottom: -14px;
  position: relative;
  z-index: 1;
}
.services-style-two .button .devider::after {
  position: absolute;
  left: 0;
  top: -2px;
  content: "";
  height: 2px;
  width: 50%;
  background: var(--color-primary);
  transition: all 0.35s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.services-style-two.active .button .devider::after,
.services-style-two:hover .button .devider::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.services-style-two:hover .button a {
  color: var(--color-primary);
}
.services-carousel .swiper-pagination {
  margin-bottom: -7px;
}
.services-carousel {
  padding-bottom: 80px;
}
.services-swiper-nav {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: flex;
  width: 200px;
  justify-content: space-between;
  align-items: center;
  transform: translateX(-50%);
}
.services-swiper-nav > div {
  height: 40px;
  width: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 9;
  position: relative;
  border-radius: 50%;
  line-height: 25px;
}
.services-swiper-nav > div::after {
  position: absolute;
  top: 7px;
  content: "";
  height: 100%;
  width: 100%;
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  color: var(--white);
}
.services-swiper-nav .services-button-next::after {
  content: "\f105";
}
.services-style-one-carousel {
  padding-top: 120px;
  margin-top: -120px;
}
.services-swiper-nav .services-pagination {
  background: 0 0;
  position: absolute;
  line-height: 40px;
  color: var(--white);
  font-size: 24px;
  width: auto;
  font-weight: 600;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  border: none;
}
.shape-top-left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  max-width: 22%;
}
.shape-top-left img {
  height: 100%;
}
img.loader {
  margin-left: 8px;
}
footer .logo img {
  height: 60px;
}
footer .logo {
  margin-bottom: 30px;
  height: 60px;
}
footer li,
footer li a,
footer p {
  color: #d2d2d4 !important;
  transition: all 0.35s ease-in-out;
}
footer li a:hover {
  color: var(--white) !important;
}
footer li a {
  font-weight: 400;
}
footer .link li {
  margin-top: 10px;
}
footer .link li:first-child {
  margin-top: 0;
}
.footer-item {
  margin-top: 50px;
}
.footer-bottom li {
  display: inline-block;
}
.footer-bottom p {
  margin: 0;
}
.footer-bottom {
  padding: 15px 0;
  background: #0c0e13;
}
.footer-bottom .text-end li {
  margin-left: 20px;
}
.f-items {
  position: relative;
  z-index: 1;
}
.footer-bottom .container {
  position: relative;
}
footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: url(../img/FooterBackgroun-01.jpg);
  background-position: cover;
}
.footer-shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.footer-shape .item:first-child {
  position: absolute;
  right: 0;
  top: 50px;
  height: 250px;
}
.footer-shape .item:first-child img {
  height: 100%;
}
.footer-shape .item:nth-child(2) {
  position: absolute;
  left: 30px;
  bottom: 45px;
  height: 30px;
}
.footer-shape .item:nth-child(2) img {
  height: 100%;
  animation: spinner 20s infinite linear;
}
.footer-shape .item:nth-child(3) {
  position: absolute;
  left: 0;
  top: 0;
  height: 40%;
  opacity: 0.3;
}
.footer-shape .item:nth-child(3) img {
  height: 100%;
}
.footer-shape .item.bottom {
  top: auto;
  bottom: 60px;
  height: 70%;
}
.footer-social li {
  display: inline-block;
  margin-right: 15px;
}
.footer-social li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  color: var(--white) !important;
}
.footer-social {
  margin-top: 30px;
}
.footer-social li a:hover {
  background: var(--color-primary);
}
.process-style-two-area {
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center;
}
.process-style-two .thumb {
  position: relative;
  z-index: 1;
  height: 250px;
  margin: auto;
}
.process-style-two .thumb::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%) rotate(-30deg);
  background: url(../img/shape/56.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: -6px;
  margin-top: 3px;
  z-index: -1;
}
.process-style-two .thumb img {
  height: 100%;
  border-radius: 50%;
  padding: 36px;
}
.process-style-two .thumb span {
  position: absolute;
  right: 30px;
  top: 55px;
  font-size: 60px;
  font-weight: 900;
  -webkit-text-stroke: 1px var(--color-heading);
  color: transparent;
  font-family: sans-serif;
}
.process-style-two h3 {
  font-weight: 600;
  margin: 0;
  margin-top: 30px;
}
.software-tab-navs {
  margin: 0;
  border: none;
  margin-bottom: 50px;
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.software-tab-navs::after,
.software-tab-navs::before {
  display: none;
}
.software-tab-navs.nav-tabs .nav-link {
  border-radius: 10px;
  padding: 30px 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
  position: relative;
  z-index: 1;
  text-align: left;
}
.software-tab-navs.nav-tabs .nav-link span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-text-stroke: 1px var(--white);
  font-weight: 900;
  font-size: 50px;
  color: transparent;
  z-index: -1;
  opacity: 0.1;
  font-family: sans-serif;
  right: 30px;
}
.software-tab-navs.nav-tabs .nav-link.active,
.software-tab-navs.nav-tabs .nav-link:hover {
  background: #353741;
}
.secondary .team-style-one .thumb::before {
  background: var(--color-secondary);
}
.secondary .team-style-one .thumb .social {
  background: var(--dark);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .align-center {
    align-items: center;
  }
  .banner-style-two .container .banner-thumb img {
    height: auto;
    max-width: 50%;
    margin: 0;
    min-height: auto;
  }
  .banner-style-two .container .banner-thumb {
    text-align: right;
    display: flex;
    justify-content: right;
    top: auto;
    height: auto;
    display: none;
  }
  .about-style-one-area {
    overflow: hidden;
  }
  .team-single-area .team-content-top {
    bottom: 0;
    margin: 0;
    padding-bottom: 120px;
  }
  .team-single-area .team-content-top .right-info {
    margin-bottom: 0;
  }
  .service-nav-info {
    margin: 0;
  }
  .choose-us-style-one-area::after {
    width: 65%;
  }
  .bottom-shape-light::after {
    top: 480px;
  }
  .process-style-two h3 {
    font-size: 20px;
  }
  .process-style-two .thumb span {
    right: 0;
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-bar-area .social {
    display: none;
  }
  .top-bar-style-two {
    border-bottom: 1px solid #e7e7e7;
    background: var(--bg-gray);
  }
  .banner-style-two .container .banner-thumb {
    position: inherit;
    height: auto;
    max-width: 60%;
    margin: auto;
    display: none;
  }
  .banner-style-two .content {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  .banner-style-two .container .banner-thumb img {
    margin-top: 50px;
  }
  .thumb-shape-bottom {
    right: 0;
  }
  .thumb-shape-bottom img {
    height: 150px;
    right: -10px;
  }
  .about-thumb {
    margin-top: 50px;
    margin-bottom: 0;
  }
  .about-style-one .about-card {
    position: relative;
    left: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    margin-top: 30px;
  }
  .triangle-shape {
    display: none;
  }
  .about-style-one .about-card ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
  }
  .about-card li {
    margin: 0;
    padding: 0;
    border: #ffdead;
  }
  .about-style-two .thumb img:nth-child(2) {
    left: 0;
    border: 2px solid var(--white);
    box-shadow: 0 25px 70px rgb(0 0 0 / 7%) !important;
    display: none;
  }
  .about-style-two .thumb {
    padding-left: 0;
    margin-bottom: 50px;
  }
  .about-style-two .experience {
    left: 50px;
  }
  .about-style-two .thumb .shape {
    display: none;
  }
  .shape-right-bottom {
    max-width: 30%;
    bottom: -150px;
    display: none;
  }
  .shape-light-bottom::after {
    display: none;
  }
  .services-style-one {
    background: var(--white);
    padding: 60px 37px;
  }
  .service-nav-info {
    margin-right: 30px;
  }
  .services-style-two .thumb .title::after {
    transform: none;
    right: 0;
  }
  .services-style-two .thumb .title {
    right: 0;
  }
  .process-style-one {
    margin-top: 60px;
    padding: 0 25%;
  }
  .col-lg-4:first-child .process-style-one {
    margin-top: 0;
  }
  .choose-us-style-one-area::after {
    width: 100%;
    transform: inherit;
    left: 0;
  }
  .team-single-area .team-content-top .right-info {
    padding: 0 15px;
    margin: 0;
  }
  .team-single-area .team-content-top img {
    margin-bottom: 40px;
  }
  .team-single-area .team-content-top {
    margin: 0;
    bottom: 0;
    padding-bottom: 120px;
  }
  .request-call-back-area .text-end {
    text-align: left !important;
  }
  .achivement-counter ul {
    margin: 0 -15px;
  }
  .achivement-counter {
    border: none;
    padding: 0;
    margin-top: 50px;
  }
  .achivement-counter li {
    margin: 0;
    width: 50%;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 30px;
  }
  .achivement-counter li .icon {
    float: left;
  }
  .achivement-counter li:last-child {
    border: #ffdead;
  }
  .achivement-counter .fun-fact .medium {
    margin-top: 8px;
    display: block;
  }
  .achivement-counter li i {
    line-height: 0;
  }
  .request-call-back-area .achivement-counter {
    display: none;
  }
  .circle-progress {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 50px;
    display: none;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom .text-end {
    text-align: center !important;
    margin-top: 10px;
  }
  .footer-shape .item:nth-child(2) img {
    display: none;
  }
  .footer-bottom .text-end li {
    margin: 0 15px;
  }
  .footer-shape .item.bottom {
    height: auto;
    top: auto;
    bottom: 0;
    max-width: 30%;
  }
  .process-style-two .thumb {
    width: 320px;
    position: relative;
    left: -20px;
  }
  .process-style-two .thumb span {
    right: 0;
    font-size: 50px;
  }
  .process-style-two-area {
    overflow: hidden;
    background-size: contain;
    background-position: center top;
  }
  .process-style-two {
    margin-top: 50px;
  }
  .process-style-two-items {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-area {
    height: 100%;
    width: 100%;
    /* position: relative; */
  }

  .top-bar-area {
    display: none;
  }
  .banner-area h2 {
    font-size: 36px !important;
    line-height: 1.2 !important;
  }
  .banner-area h3 {
    font-size: 13px !important;
    /* line-height: 1.2 !important; */
  }

  .hero-service {
    margin-top: -20px;
  }
  .banner-area.banner-style-one .content {
    padding-bottom: 100px;
  }
  .banner-style-two .container .banner-thumb {
    display: none;
  }
  .thumb-shape-bottom {
    display: none;
  }
  .about-style-one .about-card {
    left: 0;
    top: 0;
    bottom: auto;
    position: relative;
    width: 100%;
    margin-top: 30px;
  }
  .about-thumb {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .triangle-shape {
    display: none;
  }
  .about-card li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
  .about-card li {
    padding-bottom: 30px;
  }
  .about-style-two .thumb img:nth-child(2) {
    display: none;
  }
  .about-style-two .thumb {
    padding: 0;
    margin-bottom: 30px;
  }
  .about-style-two .experience {
    position: relative;
    top: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
    text-align: center;
    display: none;
  }
  .about-style-two .thumb .shape {
    display: none;
  }
  .shape-light-bottom::after {
    display: none;
  }
  .service-nav-info {
    margin: 0;
    padding: 0;
    background: 0 0;
    box-shadow: none;
    text-align: center;
  }
  .service-nav-info::before {
    display: none;
  }
  .service-tab-navs .nav-link i {
    margin-right: 20px;
    display: none;
  }
  .services-tab-content {
    margin: 0;
    text-align: center;
  }
  .services-style-one {
    background: var(--white);
    padding: 60px 30px;
  }
  .service-tab-navs .nav-link {
    background: var(--white);
    justify-content: center;
  }
  .services-style-two .thumb .title::after {
    transform: none;
    right: 0;
  }
  .services-style-two .thumb .title {
    right: 0;
  }
  .team-single-area .team-content-top .right-info {
    padding: 0 15px;
    margin: 0;
  }
  .team-single-area .team-content-top img {
    margin-bottom: 40px;
  }
  .team-single-area .team-content-top {
    margin: 0;
    bottom: 0;
    padding-bottom: 60px;
  }
  .process-style-one {
    margin-top: 50px;
  }
  .col-lg-4:first-child .process-style-one {
    margin-top: 0;
  }
  .process-style-one .thumb::before {
    opacity: 1;
    visibility: visible;
  }
  .choose-us-style-one-area .cover-bg {
    width: 100%;
    display: none;
  }
  .choose-us-style-one-area::after {
    transform: none;
    width: 100%;
    left: 0;
    opacity: 1;
  }
  .list-item::after {
    display: none;
  }
  .list-item {
    padding-left: 0;
  }
  .shape-top-left {
    display: none;
  }
  .team-style-two .thumb {
    padding-left: 0;
  }
  .team-style-two .info {
    max-width: 100%;
    padding: 15px 30px;
  }
  .team-style-two .thumb img {
    border-radius: 10px 10px 0 0;
  }
  .team-style-two .social {
    left: 30px;
    bottom: 15px;
  }
  .team-style-two .thumb::after {
    left: 40px;
    top: 30px;
    display: none;
  }
  .team-style-two:hover .thumb::after {
    height: 30%;
  }
  .team-single-list {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
  .circle-progress .circle strong {
    color: var(--color-heading);
  }
  .circle-progress {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
  .shape-right-bottom {
    display: none;
  }
  .achivement-counter {
    border: none;
    padding: 0;
    margin-top: 60px;
    display: block;
  }
  .request-call-back-area {
    text-align: center;
  }
  .achivement-counter li {
    display: block;
    text-align: center;
    margin-top: 60px;
  }
  .achivement-counter li i {
    margin: 0;
    margin-bottom: 10px;
    line-height: 1;
  }
  .achivement-counter .fun-fact .counter {
    justify-content: center;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom .text-end {
    text-align: center !important;
    margin-top: 10px;
  }
  .footer-shape .item:nth-child(2) img {
    display: none;
  }
  .footer-bottom .text-end li {
    margin: 0 15px;
  }
  .footer-shape .item.bottom {
    height: auto;
    top: auto;
    bottom: 0;
    max-width: 50%;
  }
  .title {
    font-size: 36px;
  }
  .process-style-two .thumb {
    width: 320px;
    position: relative;
    left: -20px;
  }
  .process-style-two .thumb span {
    right: 0;
    font-size: 50px;
  }
  .process-style-two-area {
    overflow: hidden;
    background-size: contain;
    background-position: center top;
  }
  .process-style-two {
    margin-top: 50px;
  }
  .process-style-two-items {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 500px) {
  .about-card li {
    display: block;
    text-align: center;
  }
  .about-card li .fun-fact {
    text-align: center;
  }
  .about-card li .icon {
    margin-bottom: 40px;
  }
  .about-card .fun-fact .counter {
    justify-content: center;
  }
}
.consua-preloader {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9000;
}
.consua-preloader .animation-preloader {
  z-index: 1000;
}
.consua-preloader .animation-preloader .spinner {
  animation: fadeIn 1.5s infinite;
  /* content: url(../img/loader.png); */
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.consua-preloader.dark .animation-preloader .spinner {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
}
.consua-preloader p {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: #3b3b3b;
}
.consua-preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.consua-preloader .loader .row {
  height: 100%;
}
.consua-preloader .loader .loader-section {
  padding: 0;
}
.consua-preloader .loader .loader-section .bg {
  background-color: #fff;
  height: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.consua-preloader .loader.dark_bg .loader-section .bg {
  background: #111339;
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%,
  100%,
  75% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
}
@keyframes letters-loading {
  0%,
  100%,
  75% {
    opacity: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  25%,
  50% {
    opacity: 1;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
}

.card-img-top {
  padding: 15px 0 0 25px;
}
.swiper-pagination {
  position: relative;
  top: 5px;
}
.icon img {
  padding: 0 10px 0 0;
}
.sub-heading-team {
  color: #000;
  font-family: "SharpSans-Medium";
}
.benefit-img {
  scale: 0.6;
}
.icon-service {
  filter: brightness(0);
}
.service-tab-navs button:focus img {
  filter: brightness(1);
}
.card-title {
  font-family: SharpSans-Bold;
  font-size: 1.9rem;
  font-weight: 700;
  color: #4f70af;
}
.team-style-two .card {
  border: 1px solid #000;
  border-radius: 15px;
  background: 0 0;
}
.team-style-two .card img {
  border-radius: 50px 39px 15px 50px;
}
.get-started {
  width: 10%;
  position: relative;
  left: 20%;
  padding: 5px;
  background: linear-gradient(31deg, #c73748 0, #a2408e 100%);
  color: var(--white);
  border: none;
  border-radius: 5px;
}

.get-started a {
  color: #fff;
}
/* .get-started:hover {
  cursor: none;
} */
#cursor {
  pointer-events: none;
  position: fixed;
  top: var(--cursorY);
  left: var(--cursorX);
  z-index: 1000;
  opacity: 1;
  translate: -30px -10px;
  transition-timing-function: ease-in-out;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .get-started {
    left: 15%;
  }
  .card-title {
    font-size: 1.6rem;
  }
}
@media (min-width: 993px) and (max-width: 1150px) {
  .get-started {
    left: 10%;
    width: 15%;
  }
  .card-title {
    font-size: 1.6rem;
  }
  /* #cursor {
    opacity: 0;
  } */
}
@media (min-width: 768px) and (max-width: 992px) {
  .get-started {
    left: 33%;
    width: 15%;
  }
  .banner-style-one h2 {
    font-size: 50px;
  }
  .banner-style-one h3 {
    font-size: 23px;
    margin-top: 18px;
  }

  .card-title {
    font-size: 1.6rem;
  }
  /* #cursor {
    opacity: 0;
  } */
  .navbar-brand > img {
    left: -120%;
    position: relative;
  }
}

@media (max-width: 700px) {
  /* #cursor {
    opacity: 0;
  } */

  .shape-left-top {
    display: none;
  }
  .banner-style-one h2 {
    font-size: 30px;
  }
  .banner-style-one h3 {
    font-size: 18px;
    margin-top: 10px;
  }

  .get-started {
    scale: 0.8;
  }
  .banner-style-one .bg-cover {
    background-position-x: 0px !important;
  }

  .service-nav-info h2 {
    font-size: 28px;
  }
  .title {
    font-size: 28px;
  }

  .list-item li h4 {
    font-size: 18px;
  }
  .list-item li p {
    font-size: 16px;
  }

  .sub-heading-team {
    font-size: 18px;
  }

  .process-style-one h4 {
    font-size: 22px;
  }
}

@media (max-width: 592px) {
  .choose-us-style-one-area .container {
    margin-left: 15px;
  }
  .navbar-brand > img {
    scale: 0.6;
    left: -75%;
    position: relative;
  }
  .get-started {
    left: 25%;
    width: 30%;
    scale: 0.7;
  }
  footer .logo {
    height: 40px;
  }
  /* #cursor {
    opacity: 0;
  } */
}

@media (max-width: 500px) {
  .navbar-brand > img {
    scale: 0.6;
    left: -65%;
    position: relative;
  }
  /* #cursor {
    opacity: 0;
  } */
}
@media (max-width: 390px) {
  .navbar-brand > img {
    left: -55%;
    position: relative;
    scale: 0.6;
  }
  /* #cursor {
    opacity: 0;
  } */
  .get-started {
    left: 20%;
    width: 35%;
    scale: 0.6;
  }
}
.hero-service {
  display: flex;
  gap: 15px;
  align-items: baseline;
}

.process-style-one-area .sub-heading {
  font-family: "SharpSans-Bold";
}