/*
Theme Name: DalTech
Author: Modina Theme
Author URI: https://themeforest.net/user/modinatheme/
Description: IT Solution & Technology HTML Template
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Kode+Mono:wght@400..700&display=swap");
:root {
  --body: #fff;
  --black: #000;
  --white: #fff;
  --theme: #166FD3;
  --theme2: #4E29B7;
  --header: #222222;
  --base: #166FD3;
  --text: #5E5F63;
  --text2: #8A8C94;
  --border: #EEEFF4;
  --border2: #D7D7D7;
  --button: #1C2539;
  --button2: #030734;
  --ratting: #F09815;
  --bg: #F6F3EE;
  --bg2: #F6F6F6;
  --bg3: #F5F6FD;
  --bg4: #020001;
  --bg5: #F8F8F8;
  --bg6: #020626;
  --bg7: #EDEEEE;
  --color-gradient-1: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 19.36%, rgba(15, 116, 230, 0.55) 71.26%, #166FD3 100%);
  --color-gradient-2: linear-gradient(180deg, rgba(0, 0, 0, 0.31) 0%, rgba(0, 0, 0, 0.78) 100%);
  ---box-shadow: 0px 9px 21px rgba(0, 0, 0, 0.04);
}



.breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
}

.breadcrumb-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(16, 10, 47, 0.58);
}

.breadcrumb-wrapper .layer-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media (max-width: 991px) {
  .breadcrumb-wrapper .layer-shape {
    display: none;
  }
}

.breadcrumb-wrapper .layer-shape img {
  width: 100%;
  height: 100%;
}

.breadcrumb-wrapper .breadcrumb-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.breadcrumb-wrapper .breadcrumb-shape img {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .breadcrumb-wrapper .breadcrumb-shape {
    display: none;
  }
}

.breadcrumb-wrapper .page-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 99;
}

@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.breadcrumb-wrapper .page-heading h1 {
  color: var(--white);
  font-size: 70px;
  position: relative;
  z-index: 9;
  line-height: 1.3;
}

@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 36px;
  }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li {
  font-size: 18px;
  color: var(--white);
  font-weight: 500;
  text-transform: capitalize;
}

@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items li {
    font-size: 16px;
  }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  color: var(--theme);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
  color: var(--theme);
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
  font-size: 18px;
  color: var(--theme);
}

@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items li i {
    font-size: 16px;
  }
}

.error-items .error-image {
  margin-bottom: 50px;
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
}

.error-items .error-image img {
  width: 100%;
  height: 100%;
}



.hero-1 .slide-bg {
  padding: 200px 0;
  position: relative;
}

@media (max-width: 1199px) {
  .hero-1 .slide-bg {
    padding: 150px 0;
  }
}

@media (max-width: 767px) {
  .hero-1 .slide-bg {
    padding: 130px 0;
  }
}

@media (max-width: 575px) {
  .hero-1 .slide-bg {
    padding: 100px 0;
  }
}

.hero-1 .slide-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--color-gradient-2);
}

.hero-1 .hero-content {
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .hero-1 .hero-content {
    text-align: center;
    margin: 0 auto;
  }
}

.hero-1 .hero-content h4 {
  color: var(--white);
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 575px) {
  .hero-1 .hero-content h4 {
    font-size: 20px;
  }
}

.hero-1 .hero-content h4::before {
  position: absolute;
  bottom: -10px;
  left: 10px;
  content: "";
  background-image: url(../../assets/img/hero/bar.png);
  width: 241px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 575px) {
  .hero-1 .hero-content h4::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.hero-1 .hero-content h1 {
  color: var(--white);
}

@media (max-width: 1399px) {
  .hero-1 .hero-content h1 {
    font-size: 74px;
  }
}

@media (max-width: 1199px) {
  .hero-1 .hero-content h1 {
    font-size: 70px;
  }
}

@media (max-width: 991px) {
  .hero-1 .hero-content h1 {
    font-size: 60px;
  }
}

@media (max-width: 767px) {
  .hero-1 .hero-content h1 {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .hero-1 .hero-content h1 {
    font-size: 32px;
    line-height: 120%;
  }
}

.hero-1 .hero-content .hero-button {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .hero-1 .hero-content .hero-button {
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  .hero-1 .hero-content .hero-button {
    margin-top: 30px;
  }
}

.hero-1 .frame-shape {
  position: relative;
  z-index: 1;
  -webkit-animation: rounded 6s linear infinite;
          animation: rounded 6s linear infinite;
}

@media (max-width: 575px) {
  .hero-1 .frame-shape {
    display: none;
  }
}

.hero-1 .single-slide [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s;
  -webkit-transition: 1s;
  transition: 1s;
}

.hero-1 .slick-nav {
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}

.hero-1 .slick-nav.prev-arrow {
  left: 3%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  z-index: 999;
}

.hero-1 .slick-nav.next-arrow {
  left: auto;
  right: 3%;
}

.hero-1 .slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}

.hero-1 .slick-nav i:before, .hero-1 .slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  margin: -1px 0 0 -5px;
  display: block;
  -webkit-transform-origin: 9px 50%;
          transform-origin: 9px 50%;
}

@media (max-width: 767px) {
  .hero-1 .slick-nav i:before, .hero-1 .slick-nav i:after {
    display: none;
  }
}

.hero-1 .slick-nav i:before {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.hero-1 .slick-nav i:after {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.hero-1 .slick-nav::before, .hero-1 .slick-nav::after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 767px) {
  .hero-1 .slick-nav::before, .hero-1 .slick-nav::after {
    display: none;
  }
}

.hero-1 .slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: #fff;
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.hero-1 .slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
          animation: stroke 1s ease forwards 0.3s;
}

.hero-1 .slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
          animation: arrow 1.6s ease forwards;
}

.hero-1 .slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
          animation: arrowUp 1.6s ease forwards;
}

.hero-1 .slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
          animation: arrowDown 1.6s ease forwards;
}

.hero-1 .animated {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hero-2 {
  background-color: var(--bg5);
  padding: 50px 0;
}

.hero-2 .text-transparent {
  position: absolute;
  top: 75%;
  left: -5%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.hero-2 .text-transparent h2 {
  font-size: 80px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--text);
  -webkit-text-fill-color: transparent;
  opacity: 0.2;
}

@media (max-width: 1899px) {
  .hero-2 .text-transparent {
    display: none;
  }
}

@media (max-width: 991px) {
  .hero-2 {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .hero-2 .hero-content {
    padding-top: 40px;
  }
}

@media (max-width: 1199px) {
  .hero-2 .hero-content {
    padding-top: 60px;
  }
}

@media (max-width: 575px) {
  .hero-2 .hero-content {
    text-align: center;
    padding-top: 30px;
  }
}

.hero-2 .hero-content h5 {
  font-weight: bold;
  border-bottom: 2px solid var(--theme);
  display: inline-block;
  color: var(--theme);
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .hero-2 .hero-content h5 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.hero-2 .hero-content h1 {
  font-size: 70px;
  line-height: 114%;
  margin-bottom: 30px;
}

@media (max-width: 1399px) {
  .hero-2 .hero-content h1 {
    font-size: 64px;
  }
}

@media (max-width: 1199px) {
  .hero-2 .hero-content h1 {
    font-size: 60px;
  }
}

@media (max-width: 991px) {
  .hero-2 .hero-content h1 {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .hero-2 .hero-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .hero-2 .hero-content h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

.hero-2 .hero-content h1 span {
  position: relative;
}

.hero-2 .hero-content h1 span::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 190px;
  height: 11px;
  background-image: url(../../assets/img/hero/line.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .hero-2 .hero-content h1 span::before {
    display: none;
  }
}

.hero-2 .hero-content .hero-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 33px;
  margin-top: 50px;
}

@media (max-width: 575px) {
  .hero-2 .hero-content .hero-button {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.hero-2 .hero-image {
  width: 730px;
  height: 803px;
  margin-left: -100px;
  position: relative;
  z-index: 9;
  margin-bottom: -50px;
}

@media (max-width: 1899px) {
  .hero-2 .hero-image {
    margin-left: -250px;
  }
}

@media (max-width: 1399px) {
  .hero-2 .hero-image {
    width: 550px;
    height: 630px;
    margin-left: -150px;
  }
}

@media (max-width: 1199px) {
  .hero-2 .hero-image {
    margin-left: -220px;
  }
}

@media (max-width: 991px) {
  .hero-2 .hero-image {
    text-align: center;
    max-width: 600px;
    height: initial;
    width: initial;
    margin-left: 0;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .hero-2 .hero-image {
    text-align: center;
    max-width: 420px;
  }
}

.hero-2 .hero-image img {
  width: 100%;
  height: 100%;
}

.hero-2 .hero-image .circle-shape {
  position: absolute;
  top: 12%;
  left: 15%;
  width: 582px;
  height: 582px;
  z-index: -1;
  -webkit-animation: handed 18s linear infinite;
          animation: handed 18s linear infinite;
}

@media (max-width: 1399px) {
  .hero-2 .hero-image .circle-shape {
    left: -3%;
  }
}

@media (max-width: 1199px) {
  .hero-2 .hero-image .circle-shape {
    left: 8%;
  }
}

@media (max-width: 767px) {
  .hero-2 .hero-image .circle-shape {
    left: -2%;
    top: 0;
  }
}

@media (max-width: 575px) {
  .hero-2 .hero-image .circle-shape {
    display: none;
  }
}

.hero-2 .hero-image .frame-shape {
  width: 86px;
  position: absolute;
  top: 30%;
  left: 12%;
  -webkit-animation: rounded 4s linear infinite;
          animation: rounded 4s linear infinite;
}

@media (max-width: 575px) {
  .hero-2 .hero-image .frame-shape {
    display: none;
  }
}

.hero-2 .hero-image .frame-shape-2 {
  position: absolute;
  width: 84px;
  top: 15%;
  right: 12%;
  -webkit-animation: rounded 5s linear infinite;
          animation: rounded 5s linear infinite;
}

@media (max-width: 575px) {
  .hero-2 .hero-image .frame-shape-2 {
    display: none;
  }
}

.hero-2 .hero-image .frame-shape-3 {
  position: absolute;
  width: 67px;
  top: 40%;
  right: 0%;
  -webkit-animation: rounded 6s linear infinite;
          animation: rounded 6s linear infinite;
}

@media (max-width: 575px) {
  .hero-2 .hero-image .frame-shape-3 {
    display: none;
  }
}

.hero-3 {
  position: relative;
}

@media (max-width: 767px) {
  .hero-3 .slider-button {
    display: none;
  }
}

.hero-3 .slider-button .hero-nav-prev {
  font-size: 18px;
  color: var(--white);
  position: absolute;
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  border: 1px solid var(--border2);
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero-3 .slider-button .hero-nav-prev:hover {
  background-color: var(--theme2);
  color: var(--white);
  border: 1px solid transparent;
}

.hero-3 .slider-button .hero-nav-next {
  font-size: 18px;
  color: var(--white);
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  border: 1px solid var(--border2);
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hero-3 .slider-button .hero-nav-next:hover {
  background-color: var(--theme2);
  color: var(--white);
  border: 1px solid transparent;
}

.hero-3 .slide-bg {
  position: relative;
  padding: 190px 0;
}

@media (max-width: 1199px) {
  .hero-3 .slide-bg {
    padding: 160px;
  }
}

@media (max-width: 1191px) {
  .hero-3 .slide-bg {
    padding: 120px;
  }
}

@media (max-width: 991px) {
  .hero-3 .slide-bg {
    padding: 100px 0px;
  }
}

@media (max-width: 767px) {
  .hero-3 .slide-bg {
    padding: 100px 0px;
  }
}

.hero-3 .slide-bg::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(16, 10, 47, 0.58);
}

.hero-3 .slide-bg .hero-content {
  position: relative;
  z-index: 9;
  text-align: center;
}

@media (max-width: 991px) {
  .hero-3 .slide-bg .hero-content br {
    display: none;
  }
}

.hero-3 .slide-bg .hero-content h4 {
  color: var(--white);
  position: relative;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .hero-3 .slide-bg .hero-content h4 {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .hero-3 .slide-bg .hero-content h4 {
    font-size: 16px;
  }
}

.hero-3 .slide-bg .hero-content h4::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  right: 0;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../assets/img/hero/line-circle.png);
  width: 330px;
  height: 50px;
}

.hero-3 .slide-bg .hero-content h1 {
  color: var(--white);
}

@media (max-width: 1399px) {
  .hero-3 .slide-bg .hero-content h1 {
    font-size: 70px;
  }
}

@media (max-width: 1199px) {
  .hero-3 .slide-bg .hero-content h1 {
    font-size: 68px;
  }
}

@media (max-width: 1191px) {
  .hero-3 .slide-bg .hero-content h1 {
    font-size: 56px;
  }
}

@media (max-width: 991px) {
  .hero-3 .slide-bg .hero-content h1 {
    font-size: 42px;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .hero-3 .slide-bg .hero-content h1 {
    font-size: 32px;
  }
}

.hero-3 .slide-bg .hero-content .hero-button {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .hero-3 .slide-bg .hero-content .hero-button {
    margin-top: 30px;
  }
}

.feature-section {
  position: relative;
}

.feature-section .shape-image {
  position: absolute;
  top: 0;
  left: 0;
}

.single-feature-items {
  padding: 40px 35px;
  background-color: var(--bg2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 9;
}

.single-feature-items::before {
  position: absolute;
  right: 0;
  width: 20%;
  height: 100%;
  bottom: 0;
  top: 0;
  content: "";
  background-color: var(--theme);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

@media (max-width: 767px) {
  .single-feature-items {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .single-feature-items {
    padding: 20px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.single-feature-items .content span {
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-size: 15px;
  color: var(--theme);
  font-weight: 700;
  margin-bottom: 5px;
  display: inline-block;
}

.single-feature-items .icon {
  position: relative;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  background-color: var(--white);
  -webkit-box-shadow: var(---box-shadow);
          box-shadow: var(---box-shadow);
  text-align: center;
}

@media (max-width: 575px) {
  .single-feature-items .icon {
    width: 85px;
    height: 85px;
    line-height: 85px;
  }
}

.single-feature-items:hover::before {
  background-color: #DCB49A;
}

.single-feature-items.active::before {
  background-color: #DCB49A;
}

.trusted-client-wrapper .trusted-client-image {
  width: 917px;
  height: 826px;
  margin-left: -70%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1399px) {
  .trusted-client-wrapper .trusted-client-image {
    margin-left: -90%;
  }
}

@media (max-width: 1199px) {
  .trusted-client-wrapper .trusted-client-image {
    margin-left: 0;
    width: inherit;
    max-width: 900px;
  }
}

@media (max-width: 767px) {
  .trusted-client-wrapper .trusted-client-image {
    height: 600px;
  }
}

@media (max-width: 575px) {
  .trusted-client-wrapper .trusted-client-image {
    height: 500px;
  }
}

.trusted-client-wrapper .trusted-client-image .counter-main-area {
  padding-top: 0;
  width: 875px;
  height: 1063px;
  position: absolute;
  top: -97px;
  left: 146px;
  bottom: 17px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (max-width: 1399px) {
  .trusted-client-wrapper .trusted-client-image .counter-main-area {
    left: 400px;
  }
}

@media screen and (max-width: 1270px) {
  .trusted-client-wrapper .trusted-client-image .counter-main-area {
    left: 420px;
  }
}

@media (max-width: 1199px) {
  .trusted-client-wrapper .trusted-client-image .counter-main-area {
    left: 90px;
  }
}

@media (max-width: 767px) {
  .trusted-client-wrapper .trusted-client-image .counter-main-area {
    -webkit-transform: initial;
            transform: initial;
    width: initial;
    height: initial;
    bottom: 0;
    left: 0;
    top: initial;
    right: 0;
  }
}

.trusted-client-wrapper .trusted-client-image .counter-main-area .counter-area {
  padding: 50px 120px;
  background-color: var(--theme);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .trusted-client-wrapper .trusted-client-image .counter-main-area .counter-area {
    padding: 40px 50px;
    gap: 50px;
  }
}

.trusted-client-wrapper .trusted-client-image .counter-main-area .counter-area .counter-items:not(:last-child) {
  border-right: 2px solid #3282DD;
  padding-right: 90px;
}

@media (max-width: 767px) {
  .trusted-client-wrapper .trusted-client-image .counter-main-area .counter-area .counter-items:not(:last-child) {
    border: none;
    padding-right: 0;
  }
}

.trusted-client-wrapper .trusted-client-image .counter-main-area .counter-area .counter-items h2 {
  font-size: 48px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.trusted-client-wrapper .trusted-client-image .counter-main-area .counter-area .counter-items h3 {
  color: var(--white);
  font-weight: normal;
}

.trusted-client-wrapper .trusted-client-image .icon-box {
  position: absolute;
  bottom: 4%;
  left: 28%;
}

@media (max-width: 767px) {
  .trusted-client-wrapper .trusted-client-image .icon-box {
    left: 50%;
    bottom: 0;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media (max-width: 575px) {
  .trusted-client-wrapper .trusted-client-image .icon-box {
    display: none;
  }
}

.trusted-client-wrapper .trusted-client-image .icon-box .text-circle {
  -webkit-animation: cir36 10s linear infinite;
          animation: cir36 10s linear infinite;
}

.trusted-client-wrapper .trusted-client-image .icon-box .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 154px;
  height: 154px;
  line-height: 154px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
  .trusted-client-wrapper .trusted-client-image .icon-box .icon {
    top: 33%;
  }
}

.trusted-client-wrapper .trusted-content {
  margin-left: 80px;
}

@media (max-width: 1199px) {
  .trusted-client-wrapper .trusted-content {
    margin-left: 0;
  }
}

.trusted-client-wrapper .trusted-content .single-tab-items {
  margin-top: 50px;
}

@media (max-width: 575px) {
  .trusted-client-wrapper .trusted-content .single-tab-items {
    margin-top: 30px;
  }
}

.trusted-client-wrapper .trusted-content .single-tab-items .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

@media (max-width: 575px) {
  .trusted-client-wrapper .trusted-content .single-tab-items .nav {
    gap: 15px;
  }
}

.trusted-client-wrapper .trusted-content .single-tab-items .nav .nav-link {
  text-align: center;
  padding: 10px 40px;
  background-color: #EBEBEB;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--header);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 991px) {
  .trusted-client-wrapper .trusted-content .single-tab-items .nav .nav-link {
    padding: 14px 45px;
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .trusted-client-wrapper .trusted-content .single-tab-items .nav .nav-link {
    padding: 12px 20px;
    font-size: 14px;
  }
}

.trusted-client-wrapper .trusted-content .single-tab-items .nav .nav-link.active {
  position: relative;
  background-color: var(--theme);
  color: var(--white);
}

.trusted-client-wrapper .trusted-content .single-tab-items .nav .nav-link.active::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--theme);
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.trusted-client-wrapper .trusted-content .single-tab-items .tab-content {
  margin-top: 50px;
}

@media (max-width: 575px) {
  .trusted-client-wrapper .trusted-content .single-tab-items .tab-content {
    margin-top: 30px;
  }
}

.trusted-client-wrapper .trusted-content .single-tab-items .tab-content .tab-content-items ul li {
  font-size: 18px;
}

.trusted-client-wrapper .trusted-content .single-tab-items .tab-content .tab-content-items ul li:not(:last-child) {
  margin-bottom: 10px;
}

.trusted-client-wrapper .trusted-content .single-tab-items .tab-content .tab-content-items ul li i {
  color: var(--theme);
  margin-right: 5px;
}

.trusted-client-wrapper .trusted-content .single-tab-items .tab-content .tab-content-items .icon-area {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}

@media (max-width: 767px) {
  .trusted-client-wrapper .trusted-content .single-tab-items .tab-content .tab-content-items .icon-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

.trusted-client-wrapper .trusted-content .single-tab-items .tab-content .tab-content-items .icon-area .icon-items .icon {
  width: 70px;
  height: 70px;
  line-height: 75px;
  border-radius: 50%;
  background-color: var(--bg3);
  text-align: center;
  color: var(--theme);
  font-size: 32px;
}

.trusted-client-wrapper .trusted-content .single-tab-items .tab-content .tab-content-items .pro-items {
  width: 100%;
  margin-top: 40px;
}

.trusted-client-wrapper .trusted-content .single-tab-items .tab-content .tab-content-items .pro-items .pro-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.trusted-client-wrapper .trusted-content .single-tab-items .tab-content .tab-content-items .pro-items .pro-head .title {
  font-size: 18px;
}

.trusted-client-wrapper .trusted-content .single-tab-items .tab-content .tab-content-items .pro-items .pro-head .point {
  font-size: 18px;
  color: var(--text);
  font-weight: 600;
  color: var(--header);
}

.trusted-client-wrapper .trusted-content .single-tab-items .tab-content .tab-content-items .pro-items .progress {
  background: var(--bg2);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 10px;
  width: 100%;
}

.trusted-client-wrapper .trusted-content .single-tab-items .tab-content .tab-content-items .pro-items .progress-value {
  -webkit-animation: load 3s normal forwards;
          animation: load 3s normal forwards;
  border-radius: 10px;
  background: var(--theme);
  height: 10px;
  width: 0;
}

@-webkit-keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}

@keyframes load {
  0% {
    width: 0;
  }
  100% {
    width: 75%;
  }
}

.feature-icon-box-wrapper {
  padding: 80px 50px;
  background-color: var(--white);
  -webkit-box-shadow: var(---box-shadow);
          box-shadow: var(---box-shadow);
  position: relative;
  z-index: 9;
  margin-top: -120px;
}

@media (max-width: 575px) {
  .feature-icon-box-wrapper {
    padding: 50px 30px;
  }
}

.feature-icon-box-wrapper .icon-box-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  position: relative;
}

.feature-icon-box-wrapper .icon-box-items::before {
  position: absolute;
  bottom: -75%;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background: var(--theme);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

@media (max-width: 1399px) {
  .feature-icon-box-wrapper .icon-box-items::before {
    display: none;
  }
}

@media (max-width: 575px) {
  .feature-icon-box-wrapper .icon-box-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.feature-icon-box-wrapper .icon-box-items .icon {
  font-size: 42px;
  width: 107px;
  height: 107px;
  line-height: 115px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--bg3);
  color: var(--theme);
}

@media (max-width: 575px) {
  .feature-icon-box-wrapper .icon-box-items .icon {
    width: 80px;
    height: 80px;
    line-height: 90px;
    font-size: 32px;
  }
}

.feature-icon-box-wrapper .icon-box-items .content {
  -ms-flex-preferred-size: 62%;
      flex-basis: 62%;
}

@media (max-width: 1199px) {
  .feature-icon-box-wrapper .icon-box-items .content {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.feature-icon-box-wrapper .icon-box-items .content h3 {
  margin-bottom: 10px;
}

.feature-icon-box-wrapper .icon-box-items:hover::before {
  opacity: 1;
}

.feature-icon-box-wrapper .icon-box-items.active::before {
  opacity: 1;
}

.feature-icon-box-area-2 {
  position: relative;
}

.feature-icon-box-area-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg5);
  top: 45%;
}

.counter-section {
  position: relative;
}

.counter-section .line-shape {
  position: absolute;
  top: -15%;
  left: 0;
}

@media (max-width: 1399px) {
  .counter-section .line-shape {
    top: 0;
  }
}

@media (max-width: 1199px) {
  .counter-section .line-shape {
    display: none;
  }
}

.counter-section .line-shape img {
  width: 100%;
  height: 100%;
}

.counter-wrapper .counter-items {
  position: relative;
  padding-bottom: 45px;
}

.counter-wrapper .counter-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  border-radius: 9px;
  top: 60px;
  height: initial;
}

.counter-wrapper .counter-items .icon {
  width: 106px;
  height: 106px;
  line-height: 115px;
  background-color: var(--white);
  color: var(--theme);
  text-align: center;
  border-radius: 50%;
  font-size: 50px;
  position: relative;
  z-index: 9;
  -webkit-box-shadow: var(---box-shadow);
          box-shadow: var(---box-shadow);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.counter-wrapper .counter-items .icon img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.counter-wrapper .counter-items .content {
  margin-top: 30px;
  position: relative;
  z-index: 9;
}

.counter-wrapper .counter-items .content h2 {
  font-size: 65px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .counter-wrapper .counter-items .content h2 {
    font-size: 52px;
  }
}

@media (max-width: 575px) {
  .counter-wrapper .counter-items .content h2 {
    font-size: 48px;
  }
}

.counter-wrapper .counter-items .content p {
  font-size: 18px;
  font-weight: 500;
}

.counter-wrapper .counter-items:hover .icon {
  background-color: var(--theme);
  color: var(--white);
}

.counter-section-2 {
  position: relative;
}

.counter-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg6);
  z-index: -1;
  top: 60%;
}

.counter-wrapper-2 {
  padding: 65px 105px;
  background-color: var(--theme2);
  border-radius: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .counter-wrapper-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 50px 50px;
    gap: 30px;
  }
}

@media (max-width: 470px) {
  .counter-wrapper-2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.counter-wrapper-2 .counter-items:not(:last-child) {
  border-right: 1px solid #ffffff1a;
  padding-right: 80px;
}

@media (max-width: 1199px) {
  .counter-wrapper-2 .counter-items:not(:last-child) {
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .counter-wrapper-2 .counter-items:not(:last-child) {
    border: none;
    padding-right: 0;
  }
}

.counter-wrapper-2 .counter-items .icon {
  font-size: 52px;
  color: var(--white);
}

.counter-wrapper-2 .counter-items .content {
  margin-top: 25px;
}

@media (max-width: 575px) {
  .counter-wrapper-2 .counter-items .content {
    margin-top: 15px;
  }
}

.counter-wrapper-2 .counter-items .content h2 {
  font-size: 50px;
  color: var(--white);
  font-weight: 600;
}

@media (max-width: 575px) {
  .counter-wrapper-2 .counter-items .content h2 {
    font-size: 38px;
  }
}

.counter-wrapper-2 .counter-items .content p {
  color: var(--white);
  margin-top: 10px;
  font-size: 18px;
}

@media (max-width: 575px) {
  .counter-wrapper-2 .counter-items .content p {
    font-size: 16px;
  }
}

.woeking-process {
  position: relative;
}

.woeking-process .left-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.woeking-process .right-shape {
  position: absolute;
  top: 0;
  right: 0;
}

.process-items {
  text-align: center;
  width: 290px;
  height: 290px;
  position: relative;
  text-align: center;
  margin: 30px auto;
}

@media (max-width: 1399px) {
  .process-items {
    width: 260px;
    height: 260px;
  }
}

@media (max-width: 767px) {
  .process-items {
    width: 240px;
    height: 240px;
  }
}

@media (max-width: 575px) {
  .process-items {
    width: 190px;
    height: 190px;
  }
}

.process-items::before {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 2px dotted rgba(255, 255, 255, 0.16);
  content: "";
  border-radius: 50%;
  position: absolute;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}

.process-items .icon {
  font-size: 60px;
  color: var(--theme);
}

@media (max-width: 575px) {
  .process-items .icon {
    font-size: 48px;
  }
}

.process-items .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
}

.process-items .content h3 {
  color: var(--white);
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .process-items .content h3 {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .process-items .content h3 {
    font-size: 16px;
  }
}

.process-items .process-number {
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  background-color: var(--theme);
  color: var(--white);
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 30px;
  z-index: 1;
}

.grow-wrapper .title-section-area {
  border-bottom: 1px solid rgba(230, 230, 230, 0.1);
  padding-bottom: 30px;
}

@media (max-width: 1199px) {
  .grow-wrapper .title-section-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.grow-wrapper .circle-progress-bar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1199px) {
  .grow-wrapper .circle-progress-bar-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}

@media (max-width: 575px) {
  .grow-wrapper .circle-progress-bar-wrapper {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

.grow-wrapper .circle-progress-bar-wrapper .single-circle-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.grow-wrapper .circle-progress-bar-wrapper .single-circle-bar span {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.grow-wrapper .circle-progress-bar-wrapper .single-circle-bar .content h6 {
  display: block;
  margin-bottom: 10px;
  color: var(--white);
}

@media (max-width: 575px) {
  .grow-wrapper .circle-progress-bar-wrapper .single-circle-bar .content br {
    display: block;
  }
}

.grow-wrapper .circle-progress-bar-wrapper .single-circle-bar .circle-bar {
  position: relative;
  height: 120px;
  width: 120px;
}

.grow-wrapper .circle-progress-bar-wrapper .single-circle-bar .circle-bar div {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.grow-wrapper .circle-progress-bar-wrapper .single-circle-bar .circle-bar div span {
  position: absolute;
  font-size: 22px;
  line-height: 92px;
  height: 90px;
  width: 90px;
  left: 5px;
  top: 5px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--black);
}

@media (max-width: 575px) {
  .grow-wrapper .circle-progress-bar-wrapper .single-circle-bar .circle-bar div span {
    font-size: 24px;
  }
}

.grow-wrapper .circle-progress-bar-wrapper .single-circle-bar .circle-bar div span:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  border-radius: 50%;
  border: 8px solid var(--bg6);
}

.grow-wrapper .circle-progress-bar-wrapper .single-circle-bar .circle-bar .background {
  background-color: var(--white) !important;
}

.grow-wrapper .circle-progress-bar-wrapper .single-circle-bar .circle-bar .rotate {
  clip: rect(0 50px 100px 0);
  background-color: var(--theme2) !important;
}

.grow-wrapper .circle-progress-bar-wrapper .single-circle-bar .circle-bar .left {
  clip: rect(0 50px 100px 0);
  opacity: 1;
  background-color: var(--white) !important;
}

.grow-wrapper .circle-progress-bar-wrapper .single-circle-bar .circle-bar .right {
  clip: rect(0 50px 100px 0);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
  background-color: var(--theme2) !important;
}

.manage-it-wrapper .single-tab-items .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  --bs-nav-link-padding-x: 0;
  border-bottom: 1px solid var(--border2);
  margin-right: 100px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .manage-it-wrapper .single-tab-items .nav {
    gap: 30px;
  }
}

@media (max-width: 575px) {
  .manage-it-wrapper .single-tab-items .nav {
    gap: 20px;
  }
}

.manage-it-wrapper .single-tab-items .nav .nav-link {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--header);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.manage-it-wrapper .single-tab-items .nav .nav-link.active {
  position: relative;
  color: var(--theme);
}

.manage-it-wrapper .single-tab-items .nav .nav-link.active::before {
  position: absolute;
  bottom: -21px;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  background: var(--theme);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.manage-it-wrapper .single-tab-items .tab-content-items .list-area {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
  margin-bottom: 40px;
}

@media (max-width: 575px) {
  .manage-it-wrapper .single-tab-items .tab-content-items .list-area {
    margin-top: 20px;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

.manage-it-wrapper .single-tab-items .tab-content-items .list-area ul li {
  color: var(--header);
  font-weight: 500;
}

.manage-it-wrapper .single-tab-items .tab-content-items .list-area ul li:not(:last-child) {
  margin-bottom: 10px;
}

.manage-it-wrapper .single-tab-items .tab-content-items .list-area ul li i {
  color: var(--theme);
  margin-right: 8px;
}

.manage-it-wrapper .single-tab-items .tab-content-items .theme-btn {
  line-height: 1.2;
}

.manage-it-wrapper .manage-image {
  max-width: 550px;
  height: 645px;
  position: relative;
}

.manage-it-wrapper .manage-image .counting-shape {
  position: absolute;
  bottom: 5%;
  left: -20%;
  -webkit-animation: top-image-bounce 3s infinite ease-in-out;
          animation: top-image-bounce 3s infinite ease-in-out;
}

@media (max-width: 991px) {
  .manage-it-wrapper .manage-image .counting-shape {
    left: 0;
  }
}

.about-section {
  position: relative;
}

.about-section .left-shape {
  position: absolute;
  top: -34%;
  left: 0;
}

.about-section .left-shape img {
  width: 100%;
}

.about-section .line-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.about-section .line-shape img {
  width: 100%;
  height: 100%;
}

.about-wrapper .about-image-items {
  position: relative;
  padding-left: 25px;
}

.about-wrapper .about-image-items::before {
  position: absolute;
  top: 100px;
  left: 0;
  content: "";
  height: 210px;
  width: 4px;
  background-color: var(--theme);
  content: "";
}

.about-wrapper .about-image-items .border-shape {
  position: absolute;
  bottom: -30px;
  right: 22%;
  z-index: 1;
}

@media (max-width: 575px) {
  .about-wrapper .about-image-items .border-shape {
    display: none;
  }
}

.about-wrapper .about-image-items .circle-shape {
  position: absolute;
  bottom: -40px;
  left: -40px;
  z-index: 2;
}

@media (max-width: 991px) {
  .about-wrapper .about-image-items .circle-shape {
    top: 0;
    left: 0;
  }
}

.about-wrapper .about-image-items .circle-shape .text-circle {
  -webkit-animation: cir36 10s linear infinite;
          animation: cir36 10s linear infinite;
}

@media (max-width: 767px) {
  .about-wrapper .about-image-items .circle-shape .text-circle {
    display: none;
  }
}

.about-wrapper .about-image-items .circle-shape .award-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .about-wrapper .about-image-items .circle-shape .award-img {
    top: 0;
    left: 0;
    -webkit-transform: initial;
            transform: initial;
  }
}

@media (max-width: 767px) {
  .about-wrapper .about-image-items .circle-shape .award-img {
    width: 155px;
    left: 10px;
  }
  .about-wrapper .about-image-items .circle-shape .award-img img {
    width: 100%;
    height: 100%;
  }
}

.about-wrapper .about-image-items .about-image {
  width: 437px;
  height: 530px;
  position: relative;
  z-index: 1;
}

@media (max-width: 575px) {
  .about-wrapper .about-image-items .about-image {
    max-width: 430px;
    width: initial;
    height: 400px;
  }
}

.about-wrapper .about-image-items .about-image .about-image-2 {
  position: absolute;
  bottom: -100px;
  right: -100px;
}

@media (max-width: 1399px) {
  .about-wrapper .about-image-items .about-image .about-image-2 {
    right: -50px;
  }
}

@media (max-width: 1199px) {
  .about-wrapper .about-image-items .about-image .about-image-2 {
    right: 0;
  }
}

@media (max-width: 991px) {
  .about-wrapper .about-image-items .about-image .about-image-2 {
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .about-wrapper .about-image-items .about-image .about-image-2 {
    bottom: 0;
    right: 0;
    width: 250px;
  }
  .about-wrapper .about-image-items .about-image .about-image-2 img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .about-wrapper .about-image-items .about-image .about-image-2 {
    width: 200px;
  }
}

.about-wrapper .about-content .circle-progress-bar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1399px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper {
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper {
    margin-top: 40px;
    gap: 70px;
  }
}

@media (max-width: 991px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper {
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar span {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .content h6 {
  display: block;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .content br {
    display: block;
  }
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar {
  position: relative;
  height: 120px;
  width: 120px;
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div span {
  position: absolute;
  font-size: 30px;
  line-height: 92px;
  height: 90px;
  width: 90px;
  left: 5px;
  top: 5px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--header);
}

@media (max-width: 575px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar div span {
    font-size: 24px;
  }
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .background {
  background-color: var(--bg) !important;
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .rotate {
  clip: rect(0 50px 100px 0);
  background-color: var(--theme) !important;
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .left {
  clip: rect(0 50px 100px 0);
  opacity: 1;
  background-color: var(--bg) !important;
}

.about-wrapper .about-content .circle-progress-bar-wrapper .single-circle-bar .circle-bar .right {
  clip: rect(0 50px 100px 0);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 0;
  background-color: var(--theme) !important;
}

.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar span {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .content h6 {
  display: block;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .content br {
    display: block;
  }
}

.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar {
  position: relative;
  height: 120px;
  width: 120px;
}

.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar div {
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
}

.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar div span {
  position: absolute;
  font-size: 30px;
  line-height: 92px;
  height: 90px;
  width: 90px;
  left: 5px;
  top: 5px;
  font-weight: 700;
  text-align: center;
  border-radius: 50%;
  background-color: var(--white);
  color: var(--header);
}

@media (max-width: 575px) {
  .about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar div span {
    font-size: 24px;
  }
}

.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar .background {
  background-color: var(--bg) !important;
}

.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar .rotate {
  background-color: var(--theme2) !important;
}

.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar .left {
  clip: rect(0 50px 100px 0);
  opacity: 1;
  background-color: var(--bg) !important;
}

.about-wrapper .about-content .circle-progress-bar-wrapper.style-2 .single-circle-bar .circle-bar .right {
  background-color: var(--theme2) !important;
}

.about-wrapper .about-content .about-list {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .about-wrapper .about-content .about-list {
    margin-top: 0;
  }
}

.about-wrapper .about-content .about-list li {
  font-weight: 600;
  font-size: 18px;
}

@media (max-width: 991px) {
  .about-wrapper .about-content .about-list li {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .about-wrapper .about-content .about-list li {
    font-size: 15px;
  }
}

.about-wrapper .about-content .about-list li:not(:last-child) {
  margin-bottom: 10px;
}

.about-wrapper .about-content .about-list li i {
  color: var(--theme);
}

.about-wrapper .about-content .about-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-top: 40px;
}

@media (max-width: 1399px) {
  .about-wrapper .about-content .about-author {
    gap: 40px;
  }
}

@media (max-width: 1199px) {
  .about-wrapper .about-content .about-author {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.about-wrapper .about-content .about-author .author-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.about-wrapper .about-content .about-author .author-image .content p {
  font-size: 14px;
  color: var(--theme);
  font-weight: 500;
  margin-top: -10px;
}

@media (max-width: 575px) {
  .about-wrapper.style-2 .about-image-items {
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  .about-wrapper.style-2 .about-image-items .about-image {
    max-width: 525px;
  }
}

.about-wrapper.style-2 .about-image-items .about-image .experience-text-area {
  position: absolute;
  bottom: -140px;
  left: -25%;
  padding: 35px 45px;
  background-color: var(--theme);
  width: 320px;
}

@media (max-width: 1399px) {
  .about-wrapper.style-2 .about-image-items .about-image .experience-text-area {
    bottom: 0px;
    left: 0;
  }
}

@media (max-width: 991px) {
  .about-wrapper.style-2 .about-image-items .about-image .experience-text-area {
    padding: 30px 20px;
    width: 264px;
  }
}

.about-wrapper.style-2 .about-image-items .about-image .experience-text-area h2 {
  font-size: 65px;
  color: var(--white);
}

@media (max-width: 575px) {
  .about-wrapper.style-2 .about-image-items .about-image .experience-text-area h2 {
    font-size: 32px;
  }
}

.about-wrapper.style-2 .about-image-items .about-image .experience-text-area h6 {
  font-size: 16px;
  color: var(--white);
  position: relative;
}

.about-wrapper.style-2 .about-image-items .about-image .experience-text-area h6::before {
  position: absolute;
  bottom: -5px;
  left: 34%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 147px;
  height: 5px;
  background-image: url(../../assets/img/about/bar.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.about-wrapper.style-2 .about-image-items .about-image .experience-text-area .star {
  margin-top: 15px;
}

.about-wrapper.style-2 .about-image-items .about-image .experience-text-area .star span {
  font-size: 15px;
  color: var(--white);
}

.about-wrapper.style-2 .about-image-items .about-image .experience-text-area .ratting {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 15px 20px;
  text-align: center;
  background-color: var(--white);
  z-index: 9;
}

@media (max-width: 575px) {
  .about-wrapper.style-2 .about-image-items .about-image .experience-text-area .ratting {
    padding: 15px;
  }
}

.about-wrapper.style-2 .about-image-items .about-image .experience-text-area .ratting span {
  font-size: 18px;
  font-weight: 600;
  color: var(--theme);
}

@media (max-width: 575px) {
  .about-wrapper.style-2 .about-image-items .about-image .experience-text-area .ratting span {
    font-size: 15px;
  }
}

.about-wrapper.style-2 .about-image-items .about-image .experience-text-area .ratting::after {
  position: absolute;
  right: 4px;
  top: 0px;
  font-family: "Font Awesome 5 Pro";
  content: "\f005";
  font-size: 14px;
  color: var(--theme);
}

.about-wrapper.style-2 .about-image-items .about-image .experience-text-area .ratting::before {
  position: absolute;
  top: 8px;
  left: -8px;
  right: 0px;
  width: 94%;
  height: 100%;
  content: "";
  border: 1px solid var(--white);
  z-index: -1;
}

.about-wrapper.style-2 .about-image-items .about-image .about-image-2 {
  bottom: -140px;
}

@media (max-width: 1399px) {
  .about-wrapper.style-2 .about-image-items .about-image .about-image-2 {
    bottom: initial;
    top: 0;
  }
}

@media (max-width: 1199px) {
  .about-wrapper.style-2 .about-content {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .about-wrapper.style-2 .about-content {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .about-wrapper.style-2 .about-content .section-title h2 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .about-wrapper.style-2 .about-content .section-title h2 {
    font-size: 24px;
  }
}

.about-wrapper.style-2 .about-content .icon-area {
  margin-top: 30px;
  gap: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--border);
  padding-bottom: 25px;
  margin-bottom: 25px;
}

@media (max-width: 470px) {
  .about-wrapper.style-2 .about-content .icon-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.about-wrapper.style-2 .about-content .icon-area .icon-items .icon {
  font-size: 52px;
  color: var(--theme);
  margin-bottom: 20px;
}

.about-wrapper.style-2 .about-content .icon-area .icon-items .content h5 {
  margin-bottom: 10px;
}

.about-wrapper.style-2 .about-content .about-author .author-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.about-wrapper.style-2 .about-content .about-author .author-image .content p {
  font-weight: 600;
  color: var(--text);
  margin-top: 10px;
  position: relative;
}

.about-wrapper.style-2 .about-content .about-author .author-image .content p::before {
  position: absolute;
  bottom: -5px;
  left: 34%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 124px;
  height: 5px;
  background-image: url(../../assets/img/about/bar-2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.about-wrapper-2 .about-image-items {
  position: relative;
}

.about-wrapper-2 .about-image-items .circle-shape {
  position: absolute;
  bottom: -80px;
  left: 60px;
  z-index: 2;
  width: 200px;
}

@media (max-width: 991px) {
  .about-wrapper-2 .about-image-items .circle-shape {
    right: 20%;
    top: 0;
    bottom: initial;
    left: initial;
  }
}

@media (max-width: 767px) {
  .about-wrapper-2 .about-image-items .circle-shape {
    right: 0;
    width: 140px;
  }
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-image-items .circle-shape {
    display: none;
  }
}

.about-wrapper-2 .about-image-items .circle-shape img {
  width: 100%;
}

.about-wrapper-2 .about-image-items .circle-shape .text-circle {
  -webkit-animation: cir36 10s linear infinite;
          animation: cir36 10s linear infinite;
}

.about-wrapper-2 .about-image-items .circle-shape .about-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.about-wrapper-2 .about-image-items .circle-shape .about-title h2 {
  font-size: 57px;
  color: var(--white);
}

@media (max-width: 991px) {
  .about-wrapper-2 .about-image-items .circle-shape .about-title h2 {
    font-size: 36px;
  }
}

.about-wrapper-2 .about-image-items .circle-shape .about-title p {
  font-size: 14px;
  color: var(--white);
  line-height: 1.5;
}

.about-wrapper-2 .about-image-items .about-image-1 {
  max-width: 387px;
  height: 467px;
  border-radius: 10px;
  position: relative;
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-image-items .about-image-1 {
    max-width: 550px;
  }
}

.about-wrapper-2 .about-image-items .about-image-1 .about-image-2 {
  height: 489px;
  max-width: 376px;
  position: absolute;
  right: -45%;
  bottom: -32%;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 1399px) {
  .about-wrapper-2 .about-image-items .about-image-1 .about-image-2 {
    right: -30%;
    height: 400px;
  }
}

@media (max-width: 1199px) {
  .about-wrapper-2 .about-image-items .about-image-1 .about-image-2 {
    height: 390px;
    right: -10%;
  }
}

@media (max-width: 991px) {
  .about-wrapper-2 .about-image-items .about-image-1 .about-image-2 {
    bottom: -40px;
    right: -50%;
    height: 400px;
  }
}

@media (max-width: 767px) {
  .about-wrapper-2 .about-image-items .about-image-1 .about-image-2 {
    bottom: 0;
    right: -30%;
    height: 350px;
  }
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-image-items .about-image-1 .about-image-2 {
    height: 280px;
    right: 0;
  }
}

.about-wrapper-2 .about-image-items .about-image-1 .about-image-2 img {
  width: 100%;
  height: 100%;
}

.about-wrapper-2 .about-content .about-tabs-area {
  margin-top: 40px;
}

.about-wrapper-2 .about-content .about-tabs-area .about-list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-content .about-tabs-area .about-list-items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

.about-wrapper-2 .about-content .about-tabs-area .about-list-items .video-image {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  overflow: hidden;
}

.about-wrapper-2 .about-content .about-tabs-area .about-list-items .video-image .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.about-wrapper-2 .about-content .about-tabs-area .about-list-items .video-image .video-box .video-btn {
  background-color: var(--theme2);
  color: var(--white);
  display: inline-block;
  font-size: 16px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
}

.about-wrapper-2 .about-content .about-tabs-area .about-list-items ul li:not(:last-child) {
  margin-bottom: 5px;
}

.about-wrapper-2 .about-content .about-tabs-area .about-list-items ul li i {
  color: var(--theme2);
  margin-right: 5px;
}

.about-wrapper-2 .about-content .about-tabs-area .about-author {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 55px;
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-content .about-tabs-area .about-author {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
  }
}

.about-wrapper-2 .about-content .about-tabs-area .about-author .author-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.about-wrapper-2 .about-content .about-tabs-area .about-author .author-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.about-wrapper-2 .about-content .about-tabs-area .about-author .author-contact .content p {
  text-transform: uppercase;
  font-size: 14px;
}

.about-wrapper-2 .about-content .about-tabs-area .about-author .author-contact .content h6 {
  font-size: 16px;
}

.about-wrapper-2 .about-content .single-tab-items {
  margin-top: 40px;
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-content .single-tab-items {
    margin-top: 30px;
  }
}

.about-wrapper-2 .about-content .single-tab-items .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--header);
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-content .single-tab-items .nav {
    gap: 0;
  }
}

.about-wrapper-2 .about-content .single-tab-items .nav .nav-link {
  text-align: center;
  padding: 10px 40px;
  background-color: transparent;
  border-radius: 4px 4px 0px 0px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--header);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  letter-spacing: 0.05em;
  font-size: 14px;
}

@media (max-width: 991px) {
  .about-wrapper-2 .about-content .single-tab-items .nav .nav-link {
    padding: 14px 45px;
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-content .single-tab-items .nav .nav-link {
    padding: 12px 20px;
    font-size: 14px;
  }
}

.about-wrapper-2 .about-content .single-tab-items .nav .nav-link.active {
  position: relative;
  background-color: var(--theme2);
  color: var(--white);
}

.service-wrapper {
  padding: 0 60px;
}

@media (max-width: 1399px) {
  .service-wrapper {
    padding: 0;
  }
}

.service-wrapper .service-card-items {
  margin-top: 30px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--white);
  position: relative;
}

@media (max-width: 991px) {
  .service-wrapper .service-card-items br {
    display: none;
  }
}

.service-wrapper .service-card-items .service-content {
  padding: 50px 45px;
  background-color: var(--white);
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  position: relative;
}

.service-wrapper .service-card-items .service-content .icon {
  font-size: 70px;
  color: var(--theme);
}

.service-wrapper .service-card-items .service-content .content {
  position: absolute;
  bottom: 50px;
  left: 45px;
}

@media (max-width: 991px) {
  .service-wrapper .service-card-items .service-content .content {
    left: 30px;
  }
}

@media (max-width: 767px) {
  .service-wrapper .service-card-items .service-content .content {
    left: 50px;
  }
}

@media (max-width: 575px) {
  .service-wrapper .service-card-items .service-content .content {
    left: 30px;
  }
}

.service-wrapper .service-card-items .service-content .content h4 {
  color: var(--theme);
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .service-wrapper .service-card-items .service-content .content h4 {
    font-size: 20px;
  }
}

.service-wrapper .service-card-items .service-content .content h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .service-wrapper .service-card-items .service-content .content h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .service-wrapper .service-card-items .service-content .content h3 {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .service-wrapper .service-card-items .service-content .content h3 {
    font-size: 20px;
  }
}

.service-wrapper .service-card-items .service-content .content h3 a:hover {
  color: var(--theme);
}

.service-wrapper .service-card-items .service-image {
  width: 260px;
  height: 570px;
  position: relative;
}

@media (max-width: 991px) {
  .service-wrapper .service-card-items .service-image {
    height: 480px;
  }
}

@media (max-width: 575px) {
  .service-wrapper .service-card-items .service-image {
    height: 400px;
  }
}

.service-wrapper .service-card-items .service-image .arrow-icon {
  width: 65px;
  height: 135px;
  border-radius: 30px;
  background-color: var(--bg);
  display: inline-block;
  text-align: center;
  line-height: 135px;
  position: absolute;
  top: 50%;
  left: -16%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-wrapper .service-card-items .service-image .arrow-icon i {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .service-wrapper .service-card-items .service-image .arrow-icon {
    width: 50px;
    height: 100px;
    line-height: 100px;
  }
}

.service-wrapper .service-card-items .service-image .arrow-icon:hover {
  background-color: var(--theme);
}

.service-wrapper .service-card-items .service-image .arrow-icon:hover i {
  color: var(--white);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.service-wrapper .service-carousel-active .slick-slide {
  margin: 0 15px;
}

.service-wrapper .service-carousel-active .slide-dots {
  text-align: center;
}

.service-wrapper .service-carousel-active .slide-dots li {
  display: inline-block;
  margin: 0px 3px;
  padding-top: 50px;
}

.service-wrapper .service-carousel-active .slide-dots li button {
  position: relative;
  text-indent: -9999px;
  border-radius: 32px;
  width: 65px;
  height: 5px;
  background-color: var(--white);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.service-wrapper .service-carousel-active .slide-dots li button:hover {
  background-color: var(--theme);
}

.service-wrapper .service-carousel-active .slide-dots li.slick-active button {
  background-color: var(--theme);
  border-color: var(--theme);
}

.service-wrapper .service-carousel-active .slick-list {
  margin: 0 -15px;
}

.service-section {
  position: relative;
}

.service-section .shape-image {
  position: absolute;
  left: 0;
  top: 0;
}

.service-section .left-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.service-section .right-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.service-section .line-shape-2 {
  position: absolute;
  left: 0;
  bottom: 8%;
}

.service-section .bottom-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.service-section-2 {
  position: relative;
}

.service-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg5);
  z-index: -1;
  top: 68%;
}

.service-box-items {
  position: relative;
  margin-top: 30px;
  background-color: var(--white);
  -webkit-box-shadow: var(---box-shadow);
          box-shadow: var(---box-shadow);
  padding: 45px 35px;
  z-index: 9;
  overflow: hidden;
}

@media (max-width: 575px) {
  .service-box-items {
    padding: 30px 25px;
    text-align: center;
  }
}

.service-box-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  z-index: -1;
}

.service-box-items::after {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  width: 100%;
  height: 320px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../assets/img/service/line-shape.png);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.service-box-items .icon {
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  font-size: 60px;
  color: var(--theme);
}

.service-box-items .icon::before {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(8, 106, 216, 0.08);
  content: "";
}

.service-box-items .content {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .service-box-items .content {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .service-box-items .content {
    margin-top: 20px;
  }
}

.service-box-items .content h3 {
  margin-bottom: 20px;
  font-size: 21px;
}

@media (max-width: 575px) {
  .service-box-items .content h3 {
    margin-bottom: 10px;
  }
}

.service-box-items .arrow-icon {
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  display: inline-block;
  color: var(--theme);
  margin-top: 50px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 767px) {
  .service-box-items .arrow-icon {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .service-box-items .arrow-icon {
    margin-top: 20px;
  }
}

.service-box-items:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.service-box-items:hover::after {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}

.service-box-items:hover .icon {
  color: var(--white);
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.service-box-items:hover .content h3 a {
  color: var(--white);
}

.service-box-items:hover .content p {
  color: var(--white);
}

.service-box-items:hover .arrow-icon {
  color: var(--white);
  -webkit-transform: initial;
          transform: initial;
}

.service-box-items.active::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.service-box-items.active::after {
  bottom: 0;
  visibility: visible;
  opacity: 1;
}

.service-box-items.active .icon {
  color: var(--white);
}

.service-box-items.active .content h3 a {
  color: var(--white);
}

.service-box-items.active .content p {
  color: var(--white);
}

.service-box-items.active .arrow-icon {
  color: var(--white);
  -webkit-transform: initial;
          transform: initial;
}

.service-box-items.style-2 {
  text-align: center;
  margin: 0 auto;
  padding: 50px 20px;
  width: 100%;
}

.service-box-items.style-2::before {
  background-color: var(--theme2);
}

.service-box-items.style-2::after {
  position: absolute;
  bottom: -50px;
  left: 5px;
  width: 12px;
  height: 12px;
  content: "";
  background-repeat: initial;
  background-size: initial;
  background-image: initial;
  background: rgba(255, 255, 255, 0.23);
}

.service-box-items.style-2 .icon {
  font-size: 70px;
  color: var(--theme2);
}

.service-box-items.style-2 .content h6 {
  font-weight: bold;
}

.service-box-items.style-2:hover::after {
  bottom: 5px;
}

.service-box-items.style-2:hover .icon {
  color: var(--white);
}

.service-box-items.style-2:hover .content h6 a {
  color: var(--white);
}

.service-box-items.style-2.active::after {
  bottom: 5px;
}

.service-box-items.style-2.active .icon {
  color: var(--white);
}

.service-box-items.style-2.active .content h6 a {
  color: var(--white);
}

.service-wrapper-2 .service-content {
  position: relative;
  z-index: 9;
}

@media (max-width: 575px) {
  .service-wrapper-2 .service-content {
    text-align: center;
  }
}

.service-wrapper-2 .service-content .service-button {
  margin-top: 40px;
}

.service-wrapper-2 .service-box-items-2 {
  background-color: var(--white);
  -webkit-box-shadow: var(---box-shadow);
          box-shadow: var(---box-shadow);
  border-radius: 10px;
  padding: 35px 50px;
  border: 2px solid transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
  z-index: 9;
}

@media (max-width: 1199px) {
  .service-wrapper-2 .service-box-items-2 {
    padding: 35px 40px;
  }
}

@media (max-width: 1199px) {
  .service-wrapper-2 .service-box-items-2 {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .service-wrapper-2 .service-box-items-2 {
    padding: 35px 50px;
  }
}

@media (max-width: 575px) {
  .service-wrapper-2 .service-box-items-2 {
    text-align: center;
    padding: 30px;
  }
}

.service-wrapper-2 .service-box-items-2 .icon {
  font-size: 50px;
  color: var(--theme);
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: inline-block;
}

@media (max-width: 575px) {
  .service-wrapper-2 .service-box-items-2 .icon {
    margin-bottom: 20px;
  }
}

.service-wrapper-2 .service-box-items-2 .content h3 {
  margin-bottom: 10px;
}

.service-wrapper-2 .service-box-items-2 .content h3 a:hover {
  color: var(--theme);
}

.service-wrapper-2 .service-box-items-2:hover {
  border: 2px solid var(--theme);
}

.service-wrapper-2 .service-box-items-2:hover .icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.service-wrapper-2 .service-box-items-2.active {
  border: 2px solid var(--theme);
}

.service-counter-section {
  position: relative;
}

.service-counter-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg6);
  z-index: -1;
  top: 55%;
}

.service-counter-wrapper {
  background-color: var(--theme);
  padding: 85px;
}

@media (max-width: 1199px) {
  .service-counter-wrapper {
    padding: 50px 35px;
  }
}

@media (max-width: 991px) {
  .service-counter-wrapper {
    padding: 85px;
  }
}

@media (max-width: 575px) {
  .service-counter-wrapper {
    padding: 40px 30px;
  }
}

@media (max-width: 991px) {
  .service-counter-wrapper .service-counter-content {
    text-align: center;
    margin: 0 auto;
  }
}

.service-counter-wrapper .service-counter-items {
  text-align: center;
  position: relative;
  z-index: 9;
  padding-bottom: 50px;
  overflow: hidden;
}

.service-counter-wrapper .service-counter-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #1974DA;
  border-radius: 9px;
  z-index: -1;
  top: -50px;
  height: initial;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.service-counter-wrapper .service-counter-items .icon {
  width: 100px;
  height: 100px;
  line-height: 105px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--white);
  font-size: 50px;
  color: var(--theme);
  text-align: center;
  margin: 40px auto;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .service-counter-wrapper .service-counter-items .icon {
    font-size: 38px;
    width: 85px;
    height: 85px;
    line-height: 100px;
    margin: 30px auto;
  }
}

.service-counter-wrapper .service-counter-items .content h2 {
  font-size: 55px;
  color: var(--white);
}

@media (max-width: 1399px) {
  .service-counter-wrapper .service-counter-items .content h2 {
    font-size: 42px;
  }
}

@media (max-width: 991px) {
  .service-counter-wrapper .service-counter-items .content h2 {
    font-size: 55px;
  }
}

@media (max-width: 575px) {
  .service-counter-wrapper .service-counter-items .content h2 {
    font-size: 42px;
  }
}

.service-counter-wrapper .service-counter-items .content p {
  color: var(--white);
  font-size: 18px;
  margin-top: 20px;
}

@media (max-width: 575px) {
  .service-counter-wrapper .service-counter-items .content p {
    margin-top: 0;
  }
}

.service-counter-wrapper .service-counter-items:hover::before {
  top: 20%;
  visibility: visible;
  opacity: 1;
}

.service-counter-wrapper .service-counter-items:hover .icon {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.service-counter-wrapper .service-counter-items.active::before {
  top: 20%;
  visibility: visible;
  opacity: 1;
}

.service-wrapper-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 25px;
  margin-top: 30px;
}

@media (max-width: 1399px) {
  .service-wrapper-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.service-text-area .link-btn-2 span {
  color: var(--theme2);
  background-size: 100% 1px;
}

.service-details-wrapper .service-details-items .details-image img {
  width: 100%;
  height: 100%;
}

.service-details-wrapper .service-details-items .details-content {
  margin-top: 30px;
}

@media (max-width: 575px) {
  .service-details-wrapper .service-details-items .details-content {
    margin-top: 20px;
  }
}

.service-details-wrapper .service-details-items .details-content h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

@media (max-width: 575px) {
  .service-details-wrapper .service-details-items .details-content h3 {
    font-size: 22px;
  }
}

.service-details-wrapper .service-details-items .details-content h4 {
  margin-bottom: 15px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .service-details-wrapper .service-details-items .details-content h4 {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .service-details-wrapper .service-details-items .details-content h4 {
    margin-top: 20px;
  }
}

.service-details-wrapper .service-details-items .details-content .service-details-video {
  margin-top: 30px;
  margin-bottom: 40px;
}

@media (max-width: 575px) {
  .service-details-wrapper .service-details-items .details-content .service-details-video {
    margin-top: 25px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .service-details-wrapper .service-details-items .details-content .service-details-video {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

.service-details-wrapper .service-details-items .details-content .service-details-video .details-video-content ul {
  margin-top: 20px;
}

.service-details-wrapper .service-details-items .details-content .service-details-video .details-video-content ul li:not(:last-child) {
  margin-bottom: 10px;
}

.service-details-wrapper .service-details-items .details-content .service-details-video .details-video-content ul li i {
  color: var(--theme);
  margin-right: 5px;
}

.service-details-wrapper .service-details-items .details-content .service-details-video .video-image {
  position: relative;
}

.service-details-wrapper .service-details-items .details-content .service-details-video .video-image img {
  width: 100%;
  height: 100%;
}

.service-details-wrapper .service-details-items .details-content .service-details-video .video-image .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.service-details-wrapper .service-details-items .details-content .service-details-video .video-image .video-box .video-btn {
  background-color: var(--white);
  width: 80px;
  line-height: 80px;
  height: 80px;
  text-align: center;
  color: var(--theme);
  border-radius: 50%;
  display: inline-block;
}

.service-details-wrapper .service-details-items .details-content .service-details-video .video-image .video-box .ripple::before, .service-details-wrapper .service-details-items .details-content .service-details-video .video-image .video-box .ripple::after {
  -webkit-box-shadow: 0 0 0 0 rgba(22, 111, 211, 0.6);
          box-shadow: 0 0 0 0 rgba(22, 111, 211, 0.6);
}

.service-details-wrapper .service-details-items .details-content .details-image-2 {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .service-details-wrapper .service-details-items .details-content .details-image-2 {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .service-details-wrapper .service-details-items .details-content .details-image-2 {
    margin-top: 20px;
  }
}

.service-details-wrapper .service-details-items .details-content .details-image-2 img {
  width: 100%;
  height: 100%;
}

.service-details-wrapper .service-details-items .faq-content {
  margin-top: 50px;
}

.service-details-wrapper .service-details-items .faq-content .accordion-item {
  border-radius: 0;
}

.service-details-wrapper .service-details-items .faq-content .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
}

.service-details-wrapper .main-sidebar .single-sidebar-widget {
  background-color: var(--bg5);
  padding: 30px;
  margin-bottom: 30px;
}

.service-details-wrapper .main-sidebar .single-sidebar-widget .service-category {
  margin-top: 30px;
}

.service-details-wrapper .main-sidebar .single-sidebar-widget .service-category a {
  position: relative;
  display: inline-block;
  padding: 16px 20px;
  background-color: var(--white);
  width: 100%;
  font-weight: 600;
  z-index: 9;
}

.service-details-wrapper .main-sidebar .single-sidebar-widget .service-category a:not(:last-child) {
  margin-bottom: 10px;
}

.service-details-wrapper .main-sidebar .single-sidebar-widget .service-category a i {
  font-size: 18px;
  color: var(--header);
  position: absolute;
  top: 25px;
  right: 20px;
}

.service-details-wrapper .main-sidebar .single-sidebar-widget .service-category a::before {
  background-color: var(--theme);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.service-details-wrapper .main-sidebar .single-sidebar-widget .service-category a:hover {
  color: var(--white);
}

.service-details-wrapper .main-sidebar .single-sidebar-widget .service-category a:hover i {
  color: var(--white);
}

.service-details-wrapper .main-sidebar .single-sidebar-widget .service-category a:hover::before {
  visibility: visible;
  opacity: 1;
}

.service-details-wrapper .main-sidebar .single-sidebar-widget .service-category a.active {
  color: var(--white);
}

.service-details-wrapper .main-sidebar .single-sidebar-widget .service-category a.active i {
  color: var(--white);
}

.service-details-wrapper .main-sidebar .single-sidebar-widget .service-category a.active::before {
  visibility: visible;
  opacity: 1;
}

.service-details-wrapper .main-sidebar .single-sidebar-widget .message-form {
  margin-top: 30px;
}

.service-details-wrapper .main-sidebar .single-sidebar-widget .message-form .single-form-input input, .service-details-wrapper .main-sidebar .single-sidebar-widget .message-form .single-form-input textarea {
  border: none;
  padding: 16px 20px;
  background-color: var(--white);
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
}

.service-details-wrapper .main-sidebar .single-sidebar-widget .message-form .single-form-input textarea {
  padding: 16px 20px 120px;
}

.case-studies-1 {
  position: relative;
}

.case-studies-1::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  top: 70%;
}

.case-studies-wrapper .case-studies-content-area {
  margin-right: -200px;
  position: relative;
  z-index: 9;
}

@media (max-width: 1399px) {
  .case-studies-wrapper .case-studies-content-area {
    margin-right: -100px;
  }
}

@media (max-width: 1199px) {
  .case-studies-wrapper .case-studies-content-area {
    margin-right: 0;
  }
}

.case-studies-wrapper .case-studies-content-area .case-studies-items {
  padding: 160px 100px;
  background-color: var(--theme);
  margin-top: 50px;
  position: relative;
}

.case-studies-wrapper .case-studies-content-area .case-studies-items::before {
  width: 0px;
  height: 0;
  border-top: 55px solid var(--theme);
  border-left: 200px solid transparent;
  content: "";
  right: 0px;
  position: absolute;
  top: -53px;
  -webkit-transform: rotate(-181deg);
          transform: rotate(-181deg);
}

@media (max-width: 1399px) {
  .case-studies-wrapper .case-studies-content-area .case-studies-items {
    padding: 120px 60px;
  }
}

@media (max-width: 1199px) {
  .case-studies-wrapper .case-studies-content-area .case-studies-items {
    padding: 100px 80px;
  }
}

@media (max-width: 991px) {
  .case-studies-wrapper .case-studies-content-area .case-studies-items {
    padding: 80px 50px;
  }
}

@media (max-width: 767px) {
  .case-studies-wrapper .case-studies-content-area .case-studies-items {
    padding: 60px 40px;
  }
}

.case-studies-wrapper .case-studies-content-area .case-studies-items .case-studies-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 767px) {
  .case-studies-wrapper .case-studies-content-area .case-studies-items .case-studies-content {
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.case-studies-wrapper .case-studies-content-area .case-studies-items .case-studies-content:not(:last-child) {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .case-studies-wrapper .case-studies-content-area .case-studies-items .case-studies-content:not(:last-child) {
    margin-bottom: 30px;
  }
}

.case-studies-wrapper .case-studies-content-area .case-studies-items .case-studies-content .content h5 {
  color: var(--white);
}

.case-studies-wrapper .case-studies-content-area .case-studies-items .case-studies-content .content h3 a {
  color: var(--white);
}

.case-studies-wrapper .case-studies-image {
  width: 878px;
  height: 933px;
  margin-top: -80px;
  position: relative;
}

@media (max-width: 1399px) {
  .case-studies-wrapper .case-studies-image {
    margin-top: 0;
  }
}

@media (max-width: 1199px) {
  .case-studies-wrapper .case-studies-image {
    max-width: 1000px;
    width: initial;
    height: 600px;
  }
}

@media (max-width: 767px) {
  .case-studies-wrapper .case-studies-image {
    height: 400px;
  }
}

@media (max-width: 575px) {
  .case-studies-wrapper .case-studies-image {
    height: 400px;
  }
}

.case-studies-wrapper .case-studies-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.case-studies-wrapper .case-studies-image .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  color: var(--theme);
  font-size: 160px;
  -webkit-transform: rotate(45deg) translate(-50%, -5%);
          transform: rotate(45deg) translate(-50%, -5%);
}

@media (max-width: 1399px) {
  .case-studies-wrapper .case-studies-image .icon {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  .case-studies-wrapper .case-studies-image .icon {
    font-size: 70px;
  }
}

.case-studies-wrapper-2 {
  padding: 0 50px;
}

@media (max-width: 1199px) {
  .case-studies-wrapper-2 {
    padding: 0;
  }
}

.case-studies-wrapper-2 .case-studies-items {
  margin-top: 30px !important;
  overflow: hidden;
}

.case-studies-wrapper-2 .case-studies-items .case-studies-image {
  position: relative;
}

.case-studies-wrapper-2 .case-studies-items .case-studies-image::before {
  background-image: var(--color-gradient-1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  content: "";
}

.case-studies-wrapper-2 .case-studies-items .case-studies-image img {
  width: 100%;
  height: 100%;
}

.case-studies-wrapper-2 .case-studies-items .case-studies-image .case-studies-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  padding: 30px 35px;
  background-color: var(--white);
  border-radius: 8px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .case-studies-wrapper-2 .case-studies-items .case-studies-image .case-studies-content {
    left: 10px;
    right: 10px;
    bottom: 20px;
    padding: 25px;
  }
}

.case-studies-wrapper-2 .case-studies-items .case-studies-image .case-studies-content p {
  color: var(--theme);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.case-studies-wrapper-2 .case-studies-items .case-studies-image .icon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  line-height: 95px;
  background-color: var(--white);
  text-align: center;
  color: var(--theme);
  font-size: 20px;
  -webkit-transform: translate(-50%, -50%) rotate(-40deg);
          transform: translate(-50%, -50%) rotate(-40deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 575px) {
  .case-studies-wrapper-2 .case-studies-items .case-studies-image .icon {
    width: 60px;
    height: 60px;
    line-height: 65px;
  }
}

.case-studies-wrapper-2 .case-studies-items .case-studies-image .icon:hover {
  background-color: var(--theme);
  color: var(--white);
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}

.case-studies-wrapper-2 .case-studies-items:hover .case-studies-image::before {
  opacity: 1;
  visibility: visible;
}

.case-studies-wrapper-2 .case-studies-items:hover .case-studies-image .icon {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.case-studies-wrapper-2 .case-studies-items:hover .case-studies-image .case-studies-content {
  background-color: transparent;
}

.case-studies-wrapper-2 .case-studies-items:hover .case-studies-image .case-studies-content h4 a {
  color: var(--white);
}

.case-studies-wrapper-2 .case-studies-items:hover .case-studies-image .case-studies-content p {
  color: var(--white);
}

.case-studies-carousel-active .slick-slide, .case-studies-carousel-active-2 .slick-slide {
  margin: 0 15px;
}

.case-studies-carousel-active .slick-list, .case-studies-carousel-active-2 .slick-list {
  margin: 0 -15px;
}

.case-studies-carousel-active .case-study-items.slick-slide.slick-current.slick-active .case-study-image, .case-studies-carousel-active-2 .case-study-items.slick-slide.slick-current.slick-active .case-study-image {
  -webkit-filter: initial;
          filter: initial;
}

.case-studies-carousel-active .case-study-items.slick-slide.slick-current.slick-active .case-study-content h3 a, .case-studies-carousel-active-2 .case-study-items.slick-slide.slick-current.slick-active .case-study-content h3 a {
  color: var(--theme2);
}

.case-studies-carousel-active .case-study-items.slick-slide.slick-current.slick-active .case-study-content .icon, .case-studies-carousel-active-2 .case-study-items.slick-slide.slick-current.slick-active .case-study-content .icon {
  background-color: var(--theme2);
  color: var(--white);
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.case-study {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F6F6F6));
  background: linear-gradient(180deg, #FFFFFF 0%, #F6F6F6 100%);
}

.case-study-wrapper {
  padding: 0 70px;
  margin-bottom: -24px;
}

@media (max-width: 1199px) {
  .case-study-wrapper {
    padding: 0;
  }
}

.case-study-wrapper .case-study-items {
  margin-top: 30px !important;
}

.case-study-wrapper .case-study-items .case-study-image {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.case-study-wrapper .case-study-items .case-study-image img {
  width: 100%;
  height: 100%;
}

.case-study-wrapper .case-study-items .case-study-content {
  padding: 20px 15px;
  position: relative;
}

.case-study-wrapper .case-study-items .case-study-content h3 {
  font-size: 27px;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .case-study-wrapper .case-study-items .case-study-content h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .case-study-wrapper .case-study-items .case-study-content h3 {
    font-size: 20px;
  }
}

.case-study-wrapper .case-study-items .case-study-content h3 a:hover {
  color: var(--theme2);
}

.case-study-wrapper .case-study-items .case-study-content .icon {
  position: absolute;
  top: 30px;
  right: 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: var(--white);
  border-radius: 50%;
  -webkit-box-shadow: var(---box-shadow);
          box-shadow: var(---box-shadow);
  display: inline-block;
  text-align: center;
  color: var(--theme2);
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.case-study-wrapper .case-study-items .case-study-content .icon:hover {
  background-color: var(--theme2);
  color: var(--white);
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.case-study-wrapper .case-study-items:hover .case-study-image, .case-study-wrapper .case-study-items .active .case-study-image {
  -webkit-filter: initial;
          filter: initial;
}

.case-study-wrapper .case-study-items:hover .case-study-content h3 a, .case-study-wrapper .case-study-items .active .case-study-content h3 a {
  color: var(--theme2);
}

.case-study-wrapper .case-study-items:hover .case-study-content .icon, .case-study-wrapper .case-study-items .active .case-study-content .icon {
  background-color: var(--theme2);
  color: var(--white);
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.project-image {
  position: relative;
  height: 450px;
}

.project-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-image::before {
  background-image: var(--color-gradient-1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  content: "";
}

.project-image .icon {
  font-size: 60px;
  color: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.project-image .project-content {
  position: absolute;
  bottom: -50px;
  left: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.project-image .project-content h3 {
  font-size: 27px;
}

.project-image .project-content h3 a {
  color: var(--white);
}

.project-image .project-content p {
  color: var(--white);
  margin-top: 5px;
}

.project-image:hover::before {
  opacity: 1;
  visibility: visible;
}

.project-image:hover .icon {
  opacity: 1;
  visibility: visible;
}

.project-image:hover .project-content {
  bottom: 50px;
  opacity: 1;
  visibility: visible;
}

.project-details-wrapper .project-title-content {
  margin-top: -5px;
}

.project-details-wrapper .project-title-content .text {
  margin-bottom: 10px;
  color: var(--theme);
  font-weight: bold;
  display: inline-block;
}

.project-details-wrapper .project-title-content h2 {
  font-weight: 600;
  margin-bottom: 25px;
}

.project-details-wrapper .project-title-content p {
  margin-bottom: 30px;
}

.project-details-wrapper .details-info {
  padding: 50px;
  background-color: #F5FAFF;
}

.project-details-wrapper .details-info .info-items h5 {
  margin-bottom: 5px;
}

.project-details-wrapper .details-info .info-items a {
  color: var(--theme);
  text-decoration: underline;
}

.project-details-wrapper .project-details-image {
  margin-top: 60px;
}

.project-details-wrapper .project-details-image img {
  width: 100%;
  height: 100%;
}

.project-details-wrapper .project-details-image .details-image {
  height: 505px;
}

.project-details-wrapper .project-details-image .details-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.project-details-wrapper .project-details-content {
  margin-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--border2);
}

.project-details-wrapper .project-details-content .title-content h2 {
  font-size: 38px;
  font-weight: 600;
}

.project-details-wrapper .project-details-content .details-content .list-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
  margin-top: 30px;
}

.project-details-wrapper .project-details-content .details-content .list-items li {
  font-weight: 600;
  color: var(--header);
}

.project-details-wrapper .project-details-content .details-content .list-items li:not(:last-child) {
  margin-bottom: 10px;
}

.project-details-wrapper .project-details-content .details-content .list-items li i {
  margin-right: 5px;
  color: var(--theme);
}

.project-details-wrapper .project-details-content.style-2 {
  border: none;
}

.project-details-wrapper .project-details-content.style-2 .details-content .list-items-area {
  margin-top: 30px;
}

.project-details-wrapper .project-details-content.style-2 .details-content .list-items-area .icon {
  font-size: 20px;
  font-weight: 600;
  color: var(--header);
  margin-bottom: 10px;
}

.project-details-wrapper .project-details-content.style-2 .details-content .list-items-area .icon i {
  color: var(--theme);
  font-size: 24px;
  margin-right: 10px;
}

.project-details-wrapper .project-details-content.style-2 .details-content .list-items-area p {
  padding-right: 100px;
}

.project-details-wrapper .previous-button {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.project-details-wrapper .previous-button .preview-button i {
  font-size: 14px;
  margin-left: 5px;
}

.project-details-wrapper .previous-button .preview-button h4 {
  margin-top: 5px;
  font-weight: 600;
}

.project-details-wrapper .previous-button .preview-button h4 a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme)), to(var(--theme)));
  background-image: linear-gradient(var(--theme), var(--theme));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.project-details-wrapper .previous-button .preview-button h4 a:hover {
  color: var(--theme);
  background-size: 100% 2px;
}

.project-details-wrapper .previous-button .preview-button.style-2 {
  text-align: right;
}

.project-details-wrapper .previous-button .icon {
  font-size: 32px;
  color: var(--theme);
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px var(--theme);
          box-shadow: inset 0 0 5px var(--theme);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ml-100 {
  margin-left: 100px;
}

.ripple {
  position: relative;
}

.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(78, 41, 183, 0.5);
          box-shadow: 0 0 0 0 rgba(78, 41, 183, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}

.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.mt-10 {
  margin-top: 10px;
}

@media (max-width: 991px) {
  br {
    display: none;
  }
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

