/*
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: "";
  
}

.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: "";

}

.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;
  }
}

@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;
}


/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

