:root {
  --thm-color: #0e59f2;
  --black-color: #1c1c25;
  --color-body: #7b7e86;
  --white-color: #ffffff;
  --border-color: #e3e8f4;
  --green-light-color: #70ff00;

  --box-shedow: 0px 9px 75px rgba(8, 20, 44, 0.09);
  --bg-color: #eff1f5;
  --footer-bg-color: #071a3e;
  --copyright-bg: #0b2048;
  --body-font: "Outfit", sans-serif;
  --heading-font: "Outfit", sans-serif;
}

/***************************************
     Slider Dote Style 
    ****************************************/

ul.slick-dots {
  margin-top: 30px;
}

.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 1;
  margin-top: 47px;
}

.slick-dots li {
  position: relative;
  cursor: pointer;
  margin: 0 4px;
  border: 2px solid var(--border-color);
  border-radius: 50px;
  padding: 4px;
  height: 20px;
  width: 20px;
  display: inline-flex;
  justify-content: center;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.slick-dots li button {
  height: 8px;
  font-size: 0;
  border-radius: 50px;
  box-shadow: var(--box-shadow);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  border: none;
  padding: 4px;
  visibility: hidden;
}

.slick-dots li.slick-active button {
  background: var(--thm-color);
  visibility: visible;
}

.slick-dots li.slick-active {
  border: 2px solid var(--thm-color);
}

/*************************************
      ******** SHAPE  CONTROLL CSS  **********
      *************************************/
.tp-section-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-repeat: no-repeat;
  pointer-events: none;
}

.shapeanimation {
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 9s;
  -webkit-animation-duration: 9s;
  z-index: -1;
}

/* custom animations */
@-webkit-keyframes shapeMover {

  0%,
  100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
    -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes shapeMover {

  0%,
  100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
    -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes shapeMover {

  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
  }

  50% {
    transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
  }
}

@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }

  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }

  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }

  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

/* --------- */
.theme-btns {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/***************************************
     Slider Arrow Style 
    ****************************************/

.slick-prev {
  z-index: 1;
  position: absolute;
  left: -100px;
  top: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
}

.slick-next {
  position: absolute;
  right: -160px;
  top: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
}

.slick-arrow {
  border: none;
  background: var(--thm-color);
  color: var(--white-color);
  font-size: 16px;
  height: 67px;
  width: 67px;
  border-radius: 100px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 14px;
}

.slick-arrow:hover {
  background: var(--black-color);
}

/* ***************************************** 
                   pagination  Style
    ******************************************/

.pagination-area {
  text-align: center;
  margin-top: 40px;
}

.pagination-area ul li {
  display: inline-block;
}

.pagination-area ul li a {
  display: inline-flex;
  height: 55px;
  border: transparent;
  background-color: var(--bg-color);
  border-radius: 50%;
  width: 55px;
  line-height: 53px;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  color: var(--black-color);
  margin-right: 15px;
}

.pagination-area ul li a:hover,
.pagination-area ul li a.current {
  background: var(--thm-color);
  color: var(--white-color);
}

/* ***************************************** 
                  Section Title Style
    ******************************************/
.tronix-section-title-content {
  text-align: center;
}

.tronix-section-small-title {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: var(--black-color);
  position: relative;
  padding-left: 23px;
  padding-right: 23px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.tronix-section-small-title:before {
  content: "";
  height: 8px;
  width: 8px;
  background: var(--thm-color);
  top: 0;
  position: absolute;
  bottom: 0;
  margin: auto;
  right: 0;
  border-radius: 2px;
  box-shadow: 0px 3px 11px rgba(14, 89, 242, 0.4);
}

.tronix-section-small-title:after {
  content: "";
  height: 8px;
  width: 8px;
  background: var(--thm-color);
  top: 0;
  position: absolute;
  bottom: 0;
  margin: auto;
  left: 0;
  border-radius: 2px;
  box-shadow: 0px 3px 11px rgba(14, 89, 242, 0.4);
}

.tronix-section-title {
  margin-bottom: 23px;
  font-weight: 500;
  font-size: 48px;
  line-height: 58px;
}

.tronix-section-description {
  padding: 0px 310px;
  font-family: var(--body-font);
}

@media (max-width: 1199px) {
  .tronix-section-description {
    padding: 0px 150px;
  }
}

@media (max-width: 991px) {
  .tronix-section-description {
    padding: 0px 100px;
  }
}

@media (max-width: 767px) {
  .tronix-section-description {
    padding: 0px;
  }
}

.sectionAnimation,
.titleAnimation {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: 0.8s ease;
  transition-property: transform, opacity;
}

.sectionAnimation.active,
.titleAnimation.active {
  transform: translateY(0);
  opacity: 1;
}

/* ***************************************** 
                   Service Section
      ******************************************/

.service-box {
  padding: 40px 40px 25px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 30px;
  border: 1px solid var(--border-color);
  border-radius: 15px;
  background: var(--white-color);
  position: relative;
}

.service-box:hover {
  box-shadow: 0px 9px 75px var(--box-shedow);
}

.service-one-icon {
  font-size: 45px;
  margin-bottom: 40px;
  height: 75px;
  width: 75px;
  border-radius: 10px;
  color: var(--thm-color);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: inline-flex;
  background: rgba(14, 89, 242, 0.1);
  justify-content: center;
  align-items: center;
  position: relative;
}

.service-one-icon svg {
  height: 45px;
  width: 45px;
}

.service-box:hover .service-one-icon {
  transform: rotateY(180deg);
}

.service-box.shape:before {
  mask-image: url(../img/process-line.png);
  -webkit-mask-image: url(../img/process-line.png);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: "";
  width: 100%;
  height: 38%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  background: var(--thm-color);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.service-box.shape:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.service-one-title {
  margin-bottom: 15px;
  font-weight: 500;
  font-family: var(--heading-font);
  color: var(--black-color);
  font-size: 24px;
  line-height: 34px;
}

.service-box:hover .service-one-title a {
  color: var(--thm-color);
}

.services-one-des {
  margin-bottom: 10px;
  line-height: 24px;
  font-family: var(--body-font);
}

.service-btns {
  font-size: 35px;
  transform: rotate(320deg);
  margin-top: 5px;
  transform: 0.4s;
  color: var(--thm-color);
}

.service-box:hover .service-btns {
  transform: rotate(0deg);
  color: var(--thm-color);
  color: var(--black-color);
}

@media (max-width: 991px) {
  .service-box.shape:before {
    content: unset;
  }
}

/*====================================================
    ============= Service Two Style START  ==============
    ====================================================*/

.service-box-two {
  padding: 40px;
  background: var(--white-color);
  border-radius: 10px;
  border: 1px solid var(--border-color);
  transition: 0.4s;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.service-box-two:hover {
  box-shadow: var(--box-shedow);
}

.service-small-title {
  font-size: 14px;
  line-height: 17px;
  display: inline-block;
  margin-bottom: 12px;
  font-weight: 500;
}

.service-two-title {
  margin-bottom: 20px;
  font-weight: 500;
}

.service-button-two a {
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 50px;
}

.service-button-two .service-btn {
  color: var(--thm-color);
  display: inline-block;
  transform: rotate(320deg);
  transition: 0.4s;
  position: relative;
}

.service-box-two:hover .service-btn {
  transform: rotate(0deg);
  left: 5px;
}

span.service-btn i {
  position: relative;
  top: 5px;
  font-size: 30px;
  margin-left: -8px;
}

.service-box-two:hover span.service-btn i {
  top: 7px;
}

/*******************************************
    ******** ABOUT SECTION  CSS  **********
    ********************************************/

.slide-subtitle,
.about-small-stitle {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  color: var(--black-color);
  position: relative;
  padding-left: 23px;
  margin-bottom: 19px;
  text-transform: uppercase;
}

.slide-subtitle:before,
.about-small-stitle:before {
  content: "";
  height: 8px;
  width: 8px;
  background: var(--thm-color);
  top: 0;
  position: absolute;
  bottom: 0;
  margin: auto;
  left: 0;
  border-radius: 2px;
}

.about-small-stitle::before {
  box-shadow: 0px 3px 11px rgba(14, 89, 242, 0.4);
}

.about-title {
  font-weight: 500;
  margin-bottom: 32px;
  font-size: 48px;
  line-height: 58px;
}

.about-item h1,
.about-item h2,
.about-item h3,
.about-item h4,
.about-item h5,
.about-item h6,
.about-title p {
  font-size: 48px;
  line-height: 58px;
  font-weight: 500;
  margin-bottom: 32px;
  color: var(--black-color);
}

.about-des {
  font-family: var(--body-font);
}

.about-des ul {
  margin: 20px 0 0;
  padding-left: 10px;
  padding-bottom: 5px;
}

.about-des ul li {
  font-size: 18px;
  line-height: 34px;
  color: var(--black-color);
  list-style: none;
  position: relative;
  padding-left: 15px;
}

.about-des ul li:after {
  content: "";
  height: 5px;
  width: 5px;
  position: absolute;
  background: var(--black-color);
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.about-button-area {
  display: flex;
  margin-top: 30px;
  align-items: center;
}

.about-number {
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 5px;
  color: var(--thm-color);
}

.about-right-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: var(--color-body);
}

@media (max-width: 450px) {
  .about-right-area {
    margin-left: 0;
    margin-top: 30px;
  }

  .about-button-area {
    display: block;
  }
}

.about-button-style-two a {
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.about-button-style-two .service-btn {
  color: var(--thm-color);
  display: inline-block;
  transform: rotate(320deg);
  transition: 0.4s;
  position: relative;
}

/*******************************************
    ************ IMAGE ONE STYLE  CSS  ***********
    ********************************************/

.tronix-about_image-one-wrapper {
  text-align: right;
}

.tronix-about-one-main-image {
  position: relative;
  display: inline-block;
}

.tronix-about-one-small-image {
  position: absolute;
  bottom: -60px;
  left: -100px;
}

.tronix-about_image-one-wrapper .tronix-about-one-main-image img {
  max-height: 600px;
  height: 100%;
  border-radius: 30px;
}

.tronix-about_image-one-wrapper .tronix-about-one-small-image img {
  max-height: 500px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  border: 5px solid var(--white-color);
}

@media only screen and (max-width: 1250px) and (min-width: 1025px) {
  .tronix-about-one-small-image {
    left: 0px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .tronix-about-one-small-image {
    left: -40px;
  }
}

@media (max-width: 1024px) {
  .tronix-about_image-one-wrapper {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .tronix-about-one-small-image {
    width: 280px;
    height: 300px;
    bottom: 0;
    left: 0;
  }
}

@media (max-width: 450px) {
  .tronix-about-one-small-image {
    width: 230px;
    height: 240px;
  }
}

/***********************************************
    ************ IMAGE TWO  STYLE   ***********
    ************************************************/

.tronix-about-two-main-image {
  height: 470px;
  position: relative;
}

.tronix-about-two-main-image {
  display: inline-block;
}

.tronix-about-tow-image .tronix-about-two-main-image img {
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.tronix-about-two-small-image {
  position: absolute;
  right: -110px;
  bottom: -60px;
  height: 400px;
  object-fit: cover;
}

.tronix-about-tow-image .tronix-about-two-small-image img {
  border-radius: 20px;
  object-fit: cover;
}

.tronix-awards-section {
  width: 260px;
  height: 135px;
  background: var(--thm-color);
  border: 10px solid var(--white-color);
  border-radius: 20px;
  box-shadow: 0px 4px 63px rgba(50, 67, 102, 0.16);
  display: flex;
  align-items: center;
  position: absolute;
  left: 30px;
  bottom: -60px;
  padding: 30px;
}

.tronix-Awards-icon {
  font-size: 48px;
  line-height: 48px;
  color: var(--white-color);
  margin-right: 15px;
}

.tronix-award-number {
  color: var(--white-color);
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  margin-bottom: 4px;
}

p.tronix-award-title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: var(--white-color);
  margin: 0;
}

@media (max-width: 1024px) {
  .tronix-about-two-main-image {
    margin: auto;
  }

  .tronix-about-two-small-image {
    height: 350px;
    right: -80px;
  }
}

@media (max-width: 767px) {
  .tronix-awards-section {
    display: none;
  }

  .tronix-about-two-small-image {
    right: 0;
    margin: auto;
    left: 0;
    height: 300px;
  }
}

@media (max-width: 575px) {
  .tronix-about-two-main-image {
    height: 350px;
    object-fit: cover;
    position: relative;
  }

  .tronix-about-two-small-image {
    right: 0;
    margin: auto;
    left: 0;
    width: 240px;
    height: 280px;
  }
}

/* ***************************************** 
                   Counter Section
    ******************************************/

.tronix-counter-wrapper {
  padding: 100px 0px 60px;
  border-top: 1px solid var(--border-color);
}

.tronix-counter-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.tronix-counter-icon {
  font-size: 45px;
  height: 90px;
  width: 90px;
  min-width: 90px;
  margin-right: 25px;
  background: var(--thm-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--white-color);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.tronix-counter-icon svg {
  height: 45px;
  width: 45px;
}

.tronix-count-timer.timer {
  display: inline-block;
  margin-bottom: 5px;
  color: var(--black-color);
  line-height: 55px;
  font-size: 44px;
}

.tronix-counter-numner span {
  font-size: 44px;
  font-weight: 600;
  line-height: 55px;
  color: var(--black-color);
}

.tronix-counter-title {
  font-size: 14px;
  line-height: 18px;
  color: var(--color-body);
  margin-bottom: 0px;
  font-weight: 500;
  text-transform: uppercase;
}

.tronix-counter-wrapper [class*="col-"]:last-child .tronix-counter-item {
  justify-content: flex-end;
}

.tronix-counter-wrapper [class*="col-"]:first-child .tronix-counter-item {
  justify-content: flex-start;
}

@media screen and (max-width: 991px) {
  .tronix-counter-wrapper [class*="col-"]:last-child .tronix-counter-item {
    justify-content: center;
  }

  .tronix-counter-wrapper [class*="col-"]:first-child .tronix-counter-item {
    justify-content: center;
  }
}

/*====================================================
    ============= TESTIMONIAL  STYLE START  ==============
    ====================================================*/

.testimonial-item-box {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  margin-bottom: 30px;
  overflow: hidden;
  background: var(--white-color);
}

.testimonial-item-content {
  padding: 45px 40px 45px;
}

.testimonial-item-content p {
  margin-bottom: 0;
}

.testimonial-slider {
  margin: 0 10px;
}

.testimonial-info {
  padding: 30px 40px;
  background: var(--bg-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.testimoanial-info-content {
  display: flex;
  align-items: center;
}

.testimonial-info .image-wrap {
  margin-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
}

.testimonial-info .image-wrap img {
  border-radius: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-name {
  margin-bottom: 1px;
  color: var(--black-color);
  font-family: Outfit;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.testimonial-designation {
  color: var(--thm-color);
}

.testimonial-wrapper-one ul.slick-dots {
  margin-top: 50px;
}

.testi-v1-ratting {
  border-radius: 100px;
  background: #f7f5f2;
  color: #ffb422;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding: 8px 15px;
  display: flex;
  gap: 3px;
}

@media (max-width: 767px) {
  .testi-v1-ratting {
    display: none;
  }
}

/*====================================================
    ============= TESTIMONIAL  V2 STYLE START  ==============
    ====================================================*/

.testimonial-two-title {
  font-weight: 500;
  margin-bottom: 42px;
}

.testimonial-item-box-two.testimonial-slider {
  padding: 25px 30px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  width: 56%;
  margin: 30px 0px 0px;
}

.testimonial_two_Widget-two .slick-current.slick-active .testimonial-item-box-two.testimonial-slider {
  box-shadow: 0px 17px 30px #eeeff1;
  background: var(--white-color);
  position: relative;
}

.testimonial_two_Widget-two .slick-current.slick-active .testimonial-item-box-two.testimonial-slider:after {
  position: absolute;
  height: 20px;
  width: 5px;
  background: var(--thm-color);
  left: 0;
  transform: translate(0px, -50%);
  top: 50%;
  content: "";
  border-radius: 10px;
}

.testimonial-item-box-two .image-wrap {
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 100px;
}

.testimonial-item-box-two .image-wrap img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.testimonial-item-box-two .testimonial-name {
  font-weight: 500;
  line-height: 20px;
  font-size: 20px;
  margin-bottom: 5px;
}

.testimonial-item-box-two .testimonial-designation {
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
}

.testimonial-des {
  font-family: var(--body-font);
}

/*  */

.testimonial-two-arrow-wrapper {
  position: absolute;
  right: -120px;
  top: 50%;
  transform: translate(0px, -29%);
}

.testimonial_two_Widget-two {
  position: relative;
}

.testimonial-two-arrow-wrapper .slick-arrow {
  height: 55px;
  width: 55px;
  font-size: 18px;
  font-weight: 800;
}

button.testimonial-prev.slick-arrow {
  display: block;
}

@media only screen and (max-width: 1450px) {
  .testimonial-two-arrow-wrapper {
    display: none;
  }
}

@media (max-width: 767px) {
  .testimonial-item-box-two.testimonial-slider {
    width: 95%;
  }
}

/* 
    ============= Testimonial Three CSS ===============
    */

.testimonial-three-section-wrapper {
  position: relative;
  padding: 112px 60px;
}

.testimonial-section-title-content {
  margin-bottom: 70px;
}

.testimonial-three-full-image {
  position: absolute;
  bottom: 0;
}

.testimonial-three-slide-box {
  text-align: center;
  margin: 0 10px;
}

.testimonial-three-slide-box .image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.testimonial-three-slide-box .image-wrap img {
  height: 120px;
  width: 120px;
  border-radius: 100px;
  object-fit: cover;
}

.testimonial-title {
  font-size: 36px;
  line-height: 45px;
  font-weight: 500;
  margin-bottom: 23px;
}

.testimonial-description {
  font-family: var(--body-font);
}

.testimonial-three-name {
  margin-top: 43px;
  font-size: 22px;
  line-height: 27px;
  color: var(--black-color);
  font-weight: 500;
  margin-bottom: 2px;
}

.testimonial-three-designation {
  font-family: var(--body-font);
}

.testimonial-three-designation span {
  color: var(--thm-color);
  font-weight: 600;
}

/* shapr Image */
.testimonial-three-small-image-one {
  position: absolute;
  top: 45%;
  right: 17%;
  transform: translate(-50%, 0);
}

.testimonial-three-section-wrapper .testimonial-three-small-image-one img {
  height: 110px;
  width: 110px;
  border-radius: 100%;
  object-fit: cover;
}

/*  */

.testimonial-three-small-image-two {
  position: absolute;
  top: 17%;
  right: 10%;
}

.testimonial-three-section-wrapper .testimonial-three-small-image-two img {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  object-fit: cover;
}

/*  */

.testimonial-three-small-image-three {
  position: absolute;
  bottom: 10%;
  right: 5%;
}

.testimonial-three-section-wrapper .testimonial-three-small-image-three img {
  height: 130px;
  width: 130px;
  border-radius: 100%;
  object-fit: cover;
}

/*  */

.testimonial-three-small-image-four {
  position: absolute;
  top: 10%;
  left: 4%;
}

.testimonial-three-section-wrapper .testimonial-three-small-image-four img {
  height: 95px;
  width: 95px;
  border-radius: 100%;
  object-fit: cover;
}

@media (max-width: 1700px) {
  .testimonial-three-full-image img {
    height: 450px;
    width: 350px;
    object-fit: contain;
  }
}

@media (max-width: 1500px) {
  .testimonial-three-full-image img {
    height: 350px;
    width: 300px;
  }
}

@media (max-width: 1200px) {
  .testimonial-three-full-image {
    display: none;
  }

  .testimonial-three-section-wrapper {
    padding: 112px 30px;
  }

  .testimonial-three-small-image-one {
    right: 7%;
    top: 40%;
  }
}

@media (max-width: 767px) {
  .testimonial-three-small-image-two {
    display: none;
  }

  .testimonial-three-small-image-one {
    display: none;
  }
}

@media (max-width: 575px) {
  .testimonial-three-small-image-three {
    display: none;
  }

  .testimonial-three-section-wrapper {
    padding: 112px 15px;
  }

  .testimonial-three-small-image-four {
    top: 5%;
  }
}

.jump,
.testimonial-three-small-image-one,
.testimonial-three-small-image-two,
.testimonial-three-small-image-three,
.testimonial-three-small-image-four {
  position: absolute;
  -webkit-animation: scale-down-center 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both;
  animation: scale-down-center 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite alternate both;
}

/**
     * ----------------------------------------
     * animation scale-down-center
     * ----------------------------------------
     */

@-webkit-keyframes scale-down-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes scale-down-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

/* =======================================================
    ============= Project SECTION CSS ===============
    ========================================================= */

.tronix-project-box.slide {
  padding: 0px 15px;
}

.tronix-project-box {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

.tronix-project-box:before {
  content: "";
  background: var(--thm-color);
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease 0s;
}

.tronix-project-box:hover:before {
  opacity: 0.9;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  border-radius: 15px;
}

.tronix-project-wrapper .tronix-section-small-title:before {
  content: unset;
}

.tronix-project-wrapper .tronix-project-box img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  height: 500px;
  min-height: 500px;
}

.tronix-project-box .box-content {
  width: 86%;
  transform: scale(0);
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0px;
  transition: all 0.5s ease 0s;
  margin: auto;
  padding: 40px 40px;
}

.tronix-project-box:hover .box-content {
  transform: scale(1);
}

.project-category {
  line-height: 0;
}

.project-category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-category ul li {
  display: inline-block;
}

.project-category ul li a {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.project-category ul li a:hover {
  color: var(--black-color);
}

.project-title {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 34px;
}

.project-title a {
  color: var(--white-color);
}

.project-title a:hover {
  color: var(--black-color);
}

.tronix-project-box .project-icon {
  padding: 0;
  margin: 0;
  list-style: none;
  transform: translateX(-50%) scale(0);
  position: absolute;
  left: 50%;
  top: 40%;
  bottom: 30px;
  transition: all 0.5s ease 0s;
}

.tronix-project-box:hover .project-icon {
  transform: translateX(-50%) scale(1);
}

.project-icon a {
  font-size: 18px;
  line-height: 18px;
  background: var(--white-color);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  height: 55px;
  width: 55px;
  align-items: center;
}

.project-title-items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 69px;
}

.project-arrow-wrapper button {
  font-weight: 700;
  padding: 14px 30px;
  height: unset;
  width: unset;
  margin-left: 17px;
  border-radius: 100px;
  border: transparent;
  background: var(--thm-color);
  color: var(--white-color);
  margin-bottom: 0;
  text-transform: uppercase;
}

.project-section-title {
  width: 50%;
}

.tronix-project-wrapper .tronix-section-title {
  margin-bottom: 0;
}

.project-arrow-wrapper button.slick-arrow:hover {
  background: var(--bg-color);
  color: var(--thm-color);
}

.project-arrow-wrapper button i {
  font-size: 25px;
}

.project-arrow-wrapper {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .project-arrow-wrapper button i {
    position: relative;
    top: 4px;
  }
}

@media only screen and (max-width: 990px) {
  .tronix-project-box {
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .project-title-items {
    display: block;
  }

  .project-section-title {
    width: 100%;
  }

  .project-arrow-wrapper button {
    margin-top: 30px;
  }

  .project-arrow-wrapper button:first-child {
    margin-left: 0;
  }

  .tronix-project-wrapper .tronix-project-box img {
    height: 400px;
    min-height: 400px;
  }
}

@media only screen and (max-width: 425px) {
  .tronix-project-wrapper .tronix-project-box img {
    height: 350px;
    min-height: 350px;
  }
}

/* ==================================
    ========= PROJECT Two CSS ===========
    ================================== */

.tronix-project-wrapper.project-two .project-two-column:nth-child(1),
.tronix-project-wrapper.project-two .project-two-column:nth-child(4),
.tronix-project-wrapper.project-two .project-two-column:nth-child(5),
.tronix-project-wrapper.project-two .project-two-column:nth-child(8),
.tronix-project-wrapper.project-two .project-two-column:nth-child(9),
.tronix-project-wrapper.project-two .project-two-column:nth-child(12) {
  width: 70%;
}

/* ==================================================
    ============= Brand Style SECTION CSS ===============
    =================================================== */

    .header-sidebar-logo a {
      font-size: 24px;
      line-height: 34px;
  }

.tronix-brand-logo-wrapper {
  padding: 100px 0px 80px;
  border-bottom: 1px solid var(--border-color);
}

.tronix-brand-logo-wrapper .tronix-brand-item img {
  margin: 0 auto;
}

.tronix-brand-items.no-slide {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: center;
}

.tronix-brand-items.no-slide img {
  margin-bottom: 15px;
}

.tronix-brand-item-style-two {
  margin: 0 30px;
  border-radius: 15px;
  border: 1px solid var(--border-color);
  background: var(--white-color);
  box-shadow: 0px 9px 30px 0px #f0f1f3;
  overflow: hidden;
}

/*
    ************** Brand Logo Two Style   ***********
    */

.tronix-brand-logo-wrapper-two .row {
  border: 1px solid var(--border-color);
  border-radius: 15px;
  overflow: hidden;
}

.single-client.image-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border-color);
  margin-right: -11px;
  margin-left: -10px;
  margin-top: -1px;
  padding: 70px 50px;
  transition: 0.4s;
}

.content-image {
  transition: 0.4s;
}

.single-client.image-switcher:hover {
  box-shadow: 0px 14px 43px rgba(147, 151, 160, 0.15);
}

.tronix-brand-logo-wrapper-two [class*="col-"]:nth-child(5) .single-client.image-switcher,
.tronix-brand-logo-wrapper-two [class*="col-"]:nth-child(6) .single-client.image-switcher,
.tronix-brand-logo-wrapper-two [class*="col-"]:nth-child(7) .single-client.image-switcher,
.tronix-brand-logo-wrapper-two [class*="col-"]:nth-child(8) .single-client.image-switcher {
  border-bottom: 0;
}

.tronix-brand-logo-wrapper-two [class*="col-"]:nth-child(1) .single-client.image-switcher,
.tronix-brand-logo-wrapper-two [class*="col-"]:nth-child(5) .single-client.image-switcher {
  border-left: 0;
}

@media screen and (max-width: 991px) {

  .tronix-brand-logo-wrapper-two [class*="col-"]:nth-child(3) .single-client.image-switcher,
  .tronix-brand-logo-wrapper-two [class*="col-"]:nth-child(7) .single-client.image-switcher {
    border-left: 0;
  }
}

@media screen and (max-width: 991px) {

  .tronix-brand-logo-wrapper-two [class*="col-"]:nth-child(2) .single-client.image-switcher,
  .tronix-brand-logo-wrapper-two [class*="col-"]:nth-child(4) .single-client.image-switcher,
  .tronix-brand-logo-wrapper-two [class*="col-"]:nth-child(6) .single-client.image-switcher,
  .tronix-brand-logo-wrapper-two [class*="col-"]:nth-child(8) .single-client.image-switcher {
    border-left: 0;
  }
}

/* ------------ BRAND TITLE STYLE ----------- */

.tronix-brand-title {
  font-weight: 500;
}

/* ========================================
    ============ Blog STYLE  =============
    ========================================= */

.tronix-blog-one-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}

.news-block-one .news-inner-box {
  position: relative;
  display: block;
  border: 1px solid var(--border-color);
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--white-color);
}

.news-block-one .news-inner-box .news-image-one {
  position: relative;
  display: block;
  overflow: hidden;
}

.news-block-one .news-inner-box .news-image-one img {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  min-height: 280px;
  height: 344px;
}

.news-block-one .news-inner-box:hover .news-image-one img {
  transform: scale(1.1);
  opacity: 0.8;
  min-height: 280px;
}

.news-block-one .post-info.clearfix {
  margin-bottom: 10px;
  padding-left: 0;
}

.news-block-one .news-inner-box .lower-content h4 {
  display: block;
  font-weight: 500;
  margin-bottom: 15px;
}

.news-block-one .tronix-blog-dec {
  margin-bottom: 0px;
  font-family: var(--body-font);
}

.news-block-one .news-inner-box .lower-content {
  position: relative;
  padding: 34px 35px 40px;
}

.news-block-one .news-inner-box .lower-content .post-info li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-body);
  font-weight: 400;
  margin-right: 20px;
  padding-left: 20px;
}

.news-block-one .news-inner-box .lower-content .post-info li a {
  color: var(--color-body);
  padding-left: 5px;
}

.news-block-one .news-inner-box .lower-content .post-info li a:hover {
  color: var(--thm-color);
}

.news-block-one .news-inner-box .lower-content .post-info li:last-child {
  margin: 0px !important;
}

.news-block-one .news-inner-box .lower-content .post-info li i {
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 14px;
  color: var(--thm-color);
}

.news-btns {
  font-weight: 500;
  line-height: 20px;
  background: var(--bg-color);
  color: var(--thm-color);
  padding: 13px 35px;
  border-radius: 50px;
  margin-top: 30px;
  transition: 0.4s;
}

.news-btns:hover {
  background: var(--black-color);
  color: var(--white-color);
}

.news-btns-sytle-two {
  margin-top: 20px;
  color: var(--thm-color);
  font-weight: 500;
}

.news-btns-sytle-two:hover {
  color: var(--black-color);
}

.news-one-category a {
  border-radius: 100px;
  border: 1px solid var(--white-color);
  background: #e9eef6;
  color: var(--thm-color);
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 25px;
  position: absolute;
  left: 30px;
  top: 30px;
}

.news-inner-box:hover .news-one-category a {
  color: var(--white-color);
  background: var(--thm-color);
}

@media (max-width: 767px) {
  .news-block-one .news-inner-box .lower-content {
    padding: 34px 30px 40px;
  }
}

/* ========================================
    ============ Blog STYLE V2 =============
    ========================================= */

.news-block-two .news-inner-box-two {
  position: relative;
  display: block;
  box-shadow: var(--box-shedow);
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 20px;
  background: var(--white-color);
  padding: 30px 30px 25px;
}

.news-block-two .news-inner-box-two .news-image-two {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 23px;
}

.news-block-two .news-inner-box-two .news-image-two img {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  min-height: 280px;
  object-fit: cover;
}

.news-block-two .news-inner-box-two:hover .news-image-two img {
  transform: scale(1.1);
  opacity: 0.5;
  min-height: 280px;
}

.news-block-two .post-info.clearfix {
  margin-bottom: 12px;
  padding-left: 0;
}

.lower-content h5 {
  font-weight: 500;
  line-height: 32px;
  display: block;
  font-weight: 500;
  margin-bottom: 16px;
}

.news-block-two .tronix-blog-dec {
  margin-bottom: 0px;
  font-family: var(--body-font);
}

.news-block-two .news-inner-box-two .lower-content .post-info li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-body);
  font-weight: 400;
  margin-right: 20px;
  padding-left: 20px;
}

.news-block-two .news-inner-box-two .lower-content .post-info li a {
  color: var(--color-body);
  padding-left: 5px;
}

.news-block-two .news-inner-box-two .lower-content .post-info li a:hover {
  color: var(--thm-color);
}

.news-block-two .news-inner-box-two .lower-content .post-info li:last-child {
  margin: 0px !important;
}

.news-block-two .news-inner-box-two .lower-content .post-info li i {
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 14px;
  color: var(--thm-color);
}

.news-button .theme-button {
  margin-top: 25px;
}

/***********************************************
    ************** Social Icon  STYLE   ***********
    ************************************************/

.tronix-social-icon-box {
  border: 1px solid var(--border-color);
  padding: 35px 40px 33px;
  border-radius: 20px;
}

.social-icon-label {
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 17px;
}

.tronix-social-icon-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tronix-social-icon-box ul li {
  display: inline-block;
}

.tronix-social-icon-box ul li a {
  height: 40px;
  width: 40px;
  background: var(--bg-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--thm-color);
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 15px;
}

.tronix-social-icon-box ul li a:hover {
  color: var(--white-color);
  background: var(--thm-color);
}

.tronix-social-wrapper .google-map-link a {
  margin-top: 10px;
  line-height: 20px;
  color: var(--color-body);
  text-decoration: underline;
}

.google-map-link a:hover {
  color: var(--thm-color);
}

/***********************************************
    /***** Customar Service Section Style Css **** 
    ************************************************/

.customar-service-section-wraper {
  background: var(--bg-color);
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}

.customar-service-content {
  align-items: center;
}

.customar-support-area {
  padding: 25px 60px;
  background: var(--thm-color);
  position: absolute;
  right: 0;
  bottom: 0;
  color: var(--white-color);
  border-bottom-right-radius: 20px;
}

.customar-service-content .about_content {
  padding: 60px 0 60px;
}

.customar-service-image {
  margin-top: 30px;
}

span.customar-title-center-border {
  height: 1px;
  width: 140px;
  position: relative;
  background: var(--white-color);
  display: inline-block;
  margin: 0 20px;
  top: -3px;
}

.customar-service-content .about-button .theme-btns {
  border-radius: 100px;
}

.customar-service-content .about-button-area {
  margin-top: 44px;
}

@media (max-width: 991px) {
  .customar-service-content .about_content {
    padding: 80px 0 40px;
  }

  .customar-service-image {
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
  span.customar-title-center-border {
    width: 25px;
    margin: 0 15px;
  }

  .customar-support-area {
    padding: 25px 50px;
  }

  .customar-service-content .about_content {
    padding: 40px 15px;
  }
}

@media (max-width: 575px) {
  span.customar-title-center-border {
    width: 100%;
    margin: 0;
  }

  .customar-support-title {
    display: block;
  }
}

/***********************************************
    /************* Our Team One Style Css ********** 
    ************************************************/

.our-team-one {
  text-align: center;
  position: relative;
}

.team-slide {
  margin: 0px 10px;
}

.team-no-slide {
  margin-bottom: 30px;
}

.our-team-one .our-team-one-image {
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  height: 200px;
  width: 200px;
  margin: auto;
  margin-bottom: 24px;
}

.our-team-one .our-team-one-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-team-one .our-team-one-social-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135.43deg, #020814 0%, rgba(2, 8, 20, 0) 100%);
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.our-team-one:hover .our-team-one-social-area {
  opacity: 1;
}

.our-team-one .team-one-social-link {
  margin: 0;
  padding: 0;
  position: relative;
  top: 65%;
  left: 0;
  list-style: none;
  transition: all 0.5s ease 0s;
}

.our-team-one:hover .team-one-social-link {
  top: 45%;
}

.our-team-one .team-one-social-link li {
  display: inline-block;
  margin-right: 5px;
}

.our-team-one .team-one-social-link li a {
  width: 35px;
  height: 35px;
  color: var(--thm-color);
  background: var(--white-color);
  font-size: 14px;
  line-height: 14px;
  display: flex;
  border-radius: 50%;
  transition: all 0.4s linear 0s;
  justify-content: center;
  align-items: center;
}

.our-team-one .team-one-social-link li a:hover {
  transform: translateY(-13px);
  text-decoration: none;
}

.our-team-one .team-one-title {
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 24px;
}

.our-team-one:hover .team-one-content span {
  color: var(--thm-color);
}

.our-team-one .team-one-content small {
  display: inline-block;
  line-height: 20px;
  margin-top: 5px;
  color: var(--thm-color);
}

.team-border {
  height: 280px;
  width: 1px;
  background: var(--border-color);
  position: absolute;
  right: -10px;
  top: 0;
}

.team-border:after {
  content: "";
  height: 50px;
  width: 1px;
  right: 0px;
  background: var(--thm-color);
  bottom: 50px;
  border-radius: 50%;
  position: absolute;
}

.tronix-team-one-wrapper .tronix-team-item-box-one:nth-child(even) .team-border:after,
.tronix-team-one-wrapper [class*="col-"]:nth-child(even) .team-border:after {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}

.tronix-team-one-wrapper .tronix-team-item-box-one:nth-child(odd) .team-border:after,
.tronix-team-one-wrapper [class*="col-"]:nth-child(odd) .team-border:after {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BC;
  animation-name: MOVE-BC;
}

.tronix-team-one-wrapper .tronix-team-item-box-one:last-child .team-border,
.tronix-team-one-wrapper [class*="col-"]:last-child .team-border {
  display: none;
}

@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateY(-180px);
    transform: translateY(-180px);
  }

  to {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}

@keyframes MOVE-BG {
  from {
    -webkit-transform: translateY(-180px);
    transform: translateY(-180px);
  }

  to {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}

/* ------------ */
@-webkit-keyframes MOVE-BC {
  from {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    -webkit-transform: translateY(-180px);
    transform: translateY(-180px);
  }
}

@keyframes MOVE-BC {
  from {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    -webkit-transform: translateY(-180px);
    transform: translateY(-180px);
  }
}

/* 
    /* /************* Team Two Style Css ********** 
    */

.tronix-team-two-content-wrp {
  position: relative;
  transition: all 4s;
  margin-bottom: 30px;
}

.tronix-team-two-content {
  position: absolute;
  opacity: 0;
  bottom: 4%;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--white-color);
  padding: 25px 30px;
  width: 96%;
  transition: all 0.4s;
  border-radius: 10px;
  text-align: center;
}

.tronix-team-item-box {
  margin: 0 10px;
}

.tronix-team-two-item {
  position: relative;
}

.tronix-team-two-item .tronix-team-two-content-wrp img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
}

.tronix-team-two-content-wrp:hover .tronix-team-two-content {
  opacity: 1;
  width: 88%;
  transition: all 0.4s;
}

.team-two-social-area {
  border-top: 1px solid var(--border-color);
  margin-top: 14px;
  padding-top: 20px;
}

.team-two-social-area ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.team-two-social-area ul li {
  display: inline-block;
  margin-right: 5px;
}

.team-two-social-area ul li a {
  width: 37px;
  height: 37px;
  color: var(--thm-color);
  background: var(--bg-color);
  font-size: 16px;
  line-height: 16px;
  display: flex;
  border-radius: 50%;
  transition: all 0.4s linear 0s;
  justify-content: center;
  align-items: center;
}

.team-two-social-area ul li a:hover {
  color: var(--white-color);
  background: var(--thm-color);
}

.team-two-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 3px;
}

.team-two-title a:hover {
  color: var(--thm-color);
}

.team-content-heading span {
  color: var(--thm-color);
  display: inline-block;
}

/* 
    /* --------------- Team Three Style ----------------- 
    */

.tronix-team-three {
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 15px;
}

.tronix-team-three img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: all 0.3s linear 0s;
}

.tronix-team-three:hover img {
  transform: scale(1.1);
}

.tronix-team-three .team-three-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  padding: 40px 20px;
  background: var(--thm-color);
  transition: all 0.4s ease-in-out;
}

.tronix-team-three.style_two .team-three-content {
  background: linear-gradient(180deg,
      rgba(15, 90, 243, 0) 0%,
      rgba(14, 89, 242, 0.9) 100%);
}

.tronix-team-three:hover .team-three-content {
  opacity: 1;
}

.team-inner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
  padding: 33px 40px;
}

.team-inner-content span {
  color: var(--white-color);
  font-size: 12px;
  line-height: 17px;
  display: inline-block;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.style_two .team-inner-content span {
  margin-bottom: 8px;
}

.team-three-title {
  color: var(--white-color);
  line-height: 38px;
  margin-bottom: 13px;
  font-weight: 500;
}

.style_two .team-three-title {
  margin-bottom: 0px;
}

.team-three-title a {
  color: var(--white-color);
}

.team-three-title a:hover {
  color: var(--black-color);
}

.team-inner-content ul {
  padding: 0;
  margin: 0;
}

.team-three-social ul li {
  list-style: none;
  margin-right: 5px;
  display: inline-block;
}

.team-three-social ul li a {
  color: var(--white-color);
  font-size: 14px;
  line-height: 17px;
}

.team-three-social ul li a:hover {
  color: var(--black-color);
}

@media only screen and (max-width: 990px) {
  .tronix-team-three {
    margin-bottom: 20px;
  }
}

.tronix-team-three-wrapper .slick-dots {
  margin-top: 20px;
}

/* /************* Video Image  Style Css ********** 
    */
.tronix-video-main-image {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
}

.tronix-small-video-image {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 200px;
  width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-size: 40px; */
  border-top-left-radius: 5px;
  border-top: 5px solid var(--white-color);
  border-left: 5px solid var(--white-color);
}

.tronix-small-video-image a.play-btn {
  height: 50px;
  width: 50px;
  background: var(--thm-color);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--white-color);
  border-radius: 5px;
  margin: 0;
  opacity: 0.7;
}

.tronix-small-video-image a::before {
  border-radius: 5px;
}

.tronix-small-video-image a:hover {
  background: var(--white-color);
  color: var(--thm-color);
  opacity: 1;
}

/***********************************************
    /************* Priceing Tabel  Style Css ********** 
    ************************************************/

.tronix-priceing_table-box {
  border: 1px solid var(--thm-color);
  padding: 60px;
  margin-bottom: 30px;
  transition: 0.4s;
  border-radius: 10px;
}

.tronix-priceing_table-box:hover {
  border-color: transparent;
  box-shadow: var(--box-shedow);
}

.tronix-priceing_table-box {
  display: flex;
}

.pricing-icon {
  height: 75px;
  width: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  margin-bottom: 30px;
  position: relative;
}

.pricing-icon:after {
  content: "";
  position: absolute;
  height: 140px;
  width: 140px;
  background: var(--bg-color);
  z-index: -1;
  border-radius: 100%;
  top: 20px;
  left: 30px;
}

.pricing-icon svg {
  height: 90px;
  width: 75px;
}

.price-title {
  font-weight: normal;
  margin-bottom: 13px;
}

.price-des {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
}

.priceing-left-site {
  width: 50%;
}

.priceing-list ul {
  padding: 0;
  margin-bottom: 21px;
}

.priceing-list ul li {
  font-size: 17px;
  line-height: 38px;
  list-style: none;
  position: relative;
  padding-left: 40px;
  font-family: var(--body-font);
}

.priceing-list ul li:after {
  content: "\f272";
  font-family: bootstrap-icons !important;
  font-size: 16px;
  color: var(--thm-color);
  border-radius: 100%;
  border: 2px solid var(--thm-color);
  font-weight: bold;
  position: absolute;
  height: 22px;
  width: 22px;
  text-align: center;
  line-height: 21px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.priceing-btn a {
  margin-top: 5px;
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .tronix-priceing_table-box {
    padding: 30px;
  }
}

@media (max-width: 500px) {
  .tronix-priceing_table-box {
    display: block;
    padding: 60px 30px;
  }

  .priceing-left-site {
    width: 100%;
    margin-bottom: 30px;
  }
}

/* ===============================================
    ========= Service Three STYLE CSS =============
    ================================================ */

.tronix-service-three-item {
  text-align: center;
  padding: 0px 10px;
  margin-bottom: 40px;
}

.tronix-service-three-icon {
  background: var(--white-color);
  color: var(--thm-color);
  box-shadow: var(--box-shedow);
  width: 130px;
  height: 130px;
  font-size: 55px;
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 27px;
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.tronix-service-three-icon svg {
  height: 55px;
  width: 55px;
}

.tronix-service-three-item:hover .tronix-service-three-icon {
  color: var(--white-color);
  background: var(--thm-color);
}

.tronix-service-three-item:hover .tronix-service-three-icon svg path {
  fill: var(--white-color);
}

.tronix-service-three-icon-attr {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--white-color);
  background: var(--thm-color);
  height: 45px;
  width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0px;
  border: 5px solid var(--white-color);
}

.tronix-service-title {
  font-weight: 500;
  margin-bottom: 10px;
}

.service-three-des {
  font-family: var(--body-font);
}

.tronix-service-three-item .tronix-service-three-icon::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/1.png);
  background-repeat: no-repeat;
  background-position: center right;
  left: 145px;
  top: 0;
}

.tronix-service-three-item .tronix-service-three-icon::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/2.png);
  background-repeat: no-repeat;
  background-position: center right;
  left: 145px;
}

.tronix-service-three-wrapper [class*="col-"]:last-child .tronix-service-three-item .tronix-service-three-icon::after,
.tronix-service-three-wrapper [class*="col-"]:last-child .tronix-service-three-item .tronix-service-three-icon::before,
.tronix-service-three-wrapper [class*="col-"]:nth-child(even) .tronix-service-three-item .tronix-service-three-icon::after,
.tronix-service-three-wrapper [class*="col-"]:nth-child(odd) .tronix-service-three-item .tronix-service-three-icon::before {
  display: none;
}

.tronix-service-three-wrapper [class*="col-"]:nth-child(even) .tronix-service-three-item {
  margin-top: 55px;
}

@media screen and (min-width: 992px) and (max-width: 1500px) {
  .tronix-service-three-item .tronix-service-three-icon::after {
    left: 110px;
  }

  .tronix-service-three-item .tronix-service-three-icon::before {
    left: 110px;
  }
}

@media screen and (max-width: 991px) {
  .tronix-service-three-wrapper [class*="col-"]:nth-child(even) .tronix-service-three-item {
    margin-top: 0;
  }

  .tronix-service-three-item .tronix-service-three-icon::after {
    display: none;
  }

  .tronix-service-three-item .tronix-service-three-icon::before {
    display: none;
  }
}

/* =======================================================
    ============= Hero Banner SECTION CSS ===============
    ========================================================= */

.slide-subtitle {
  margin-bottom: 23px;
}

.tronix-single-slide-item {
  height: 820px;
  display: flex !important;
  align-items: center;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.tronix-single-slide-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.tronix-table {
  display: table;
  height: 100%;
  width: 100%;
}

.tronix-table-cell {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.tronix-table-cell .row {
  align-items: center;
}

.tronix-slide-title {
  font-weight: 600;
  margin-bottom: 30px;
  font-family: var(--heading-font);
  font-size: 60px;
  line-height: 70px;
}

.tronix-slide-title span {
  font-weight: 400;
  color: var(--thm-color);
}

.tronix-slide-dec {
  margin-bottom: 45px;
  font-family: var(--body-font);
}

.settings-button-wrapper {
  display: flex;
  align-items: center;
}

.hero-button .theme-btns {
  margin-right: 45px;
}

.play-btn {
  width: 55px;
  height: 55px;
  background: var(--thm-color);
  border-radius: 50%;
  position: relative;
  margin: auto;
  display: inline-flex;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  color: var(--white-color);
  margin-right: 15px;
}

.play-btn:hover {
  color: var(--white-color);
}

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  border-radius: 50%;
  border: 1px solid var(--thm-color);
}

/* Play Button Two */
.play-btn-two {
  height: 55px;
  width: 55px;
  border: 1px solid var(--white-color);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin-right: 20px;
  color: var(--white-color);
  transition: 0.4s;
}

.play-btn-two:hover {
  color: var(--thm-color);
  border-color: var(--thm-color);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px var(--thm-color);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px var(--thm-color);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}

.hero-video-btn span {
  color: var(--black-color);
  font-weight: 500;
}

/* hero shape Image */

.tronix-hero-image-wrapper {
  text-align: right;
}

.tronix-image {
  position: relative;
  display: inline-block;
}

.tronix-image::before {
  position: absolute;
  content: "";
  left: 6%;
  bottom: 10%;
  width: 480px;
  height: 480px;
  border: 1px solid var(--thm-color);
  border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
  will-change: border-radius, transform, opacity;
  animation: sliderShape 5s linear infinite;
  display: block;
  z-index: -1;
  -webkit-animation: sliderShape 5s linear infinite;
}

@keyframes sliderShape {

  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }

  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}

.tronix-image::after {
  position: absolute;
  content: "";
  left: -5%;
  bottom: 15%;
  width: 480px;
  height: 460px;
  border: 1px solid var(--white-color);
  border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
  will-change: border-radius, transform, opacity;
  animation: sliderShape2 5s linear infinite;
  display: block;
  z-index: -1;
  -webkit-animation: sliderShape2 5s linear infinite;
}

@keyframes sliderShape2 {

  0%,
  100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
  }

  50% {
    transform: translate3d(0, 0, 0) rotateZ(0.01deg);
  }

  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
  }
}

@media screen and (max-width: 991px) {
  .tronix-hero-image-wrapper {
    text-align: center;
    margin-top: 60px;
  }

  .tronix-single-slide-item {
    height: auto;
    padding: 150px 0px 120px;
  }

  .hero-video-btn span {
    display: none;
  }

  .tronix-image::before,
  .tronix-image::after {
    display: none;
  }
}

/* =======================================================
    ============= About Section SECTION CSS ===============
    ========================================================= */

.about-video-btn {
  display: inline-flex;
  align-items: center;
}

.about-video-btn span {
  line-height: 20px;
  font-weight: 500;
  color: var(--white-color);
}

.about-button a.theme-btns {
  margin-right: 40px;
  font-weight: 600;
}

/*************************************
    ******** SKILLBAR BOX CSS  **********
    *************************************/

.tronix-skills-wrapper .skillbar-item {
  margin-bottom: 23px;
  display: inline-block;
  width: 100%;
}

.tronix-skills-wrapper .skillbar-item .skill-title {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 17px;
  font-weight: 500;
  color: var(--black-color);
  text-transform: uppercase;
}

.tronix-skills-wrapper .skillbar-item .skillbar {
  height: 16px;
  position: relative;
  text-align: right;
  border-radius: 100px;
  border: 1px solid var(--border-color);
  padding: 5px;
}

.tronix-skills-wrapper .skillbar-item .skillbar .skill-percent-count-wrap {
  position: absolute;
  right: 0;
  top: -37px;
  font-size: 16px;
  font-weight: 500;
  color: var(--black-color);
}

.tronix-skills-wrapper .skillbar-item .skillbar .count-bar {
  background: var(--thm-color);
  height: 100%;
  position: relative;
  text-align: right;
  position: relative;
  text-align: right;
  padding-right: 0;
  border-radius: 10px;
  overflow: visible !important;
  width: 0;
}

/* 
    ============= Service Four SECTION CSS ===============
    */

.service-box-four {
  display: flex;
  margin-bottom: 40px;
}

.service-four-number {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  padding-right: 30px;
  border-right: 1px solid var(--border-color);
  margin-right: 30px;
  color: var(--border-color);
  position: relative;
}

.service-four-number:after {
  content: "";
  height: 50px;
  width: 1px;
  right: 0px;
  background: var(--thm-color);
  bottom: 4px;
  border-radius: 50%;
  position: absolute;
}

.service-four-title {
  font-weight: 500;
  margin-bottom: 10px;
}

.service-four-icon {
  font-size: 45px;
  margin-top: 20px;
}

.service-four-icon svg {
  height: 55px;
  width: 55px;
}

.services-four-des {
  font-family: var(--body-font);
}

.service-four-section-wrapper [class*="col-"]:nth-child(even) .service-four-number:after {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-AB;
  animation-name: MOVE-AB;
}

.service-four-section-wrapper [class*="col-"]:nth-child(odd) .service-four-number:after {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-AB;
  animation-name: MOVE-BA;
}

@-webkit-keyframes MOVE-AB {
  from {
    -webkit-transform: translateY(-140px);
    transform: translateY(-140px);
  }

  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes MOVE-AB {
  from {
    -webkit-transform: translateY(-140px);
    transform: translateY(-140px);
  }

  to {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* ------------ */
@-webkit-keyframes MOVE-BA {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  to {
    -webkit-transform: translateY(-140px);
    transform: translateY(-140px);
  }
}

@keyframes MOVE-BA {
  from {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  to {
    -webkit-transform: translateY(-140px);
    transform: translateY(-140px);
  }
}

/* 
    ============= Best Service SECTION CSS ===============
    */
.best-service-content.two {
  display: flex;
  align-items: center;
}

.two .best-service-image img {
  min-width: 210px;
  min-height: 130px;
  margin-left: 20px;
  object-fit: cover;
}

.best-service-title {
  margin-bottom: 15px;
  color: var(--black-color);
  font-family: Outfit;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.best-service-des {
  margin-bottom: 15px;
  font-family: var(--body-font);
}

.best-service-button a {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 15px;
}

.best-service-box {
  padding: 42px 40px 44px;
  background: var(--bg-color);
  border-radius: 15px;
  transition: 0.4s;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.best-service-image {
  text-align: right;
}

.best-service-button .service-btn {
  color: var(--thm-color);
  display: inline-block;
  transform: rotate(320deg);
  transition: 0.4s;
  position: relative;
}

.best-service-button .theme-btns {
  margin-top: 13px;
  padding: 14px 35px;
  color: var(--white-color);
  font-family: Outfit;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .best-service-content.two {
    display: block;
  }

  .two .best-service-image img {
    margin-left: 0;
    margin-top: 40px;
  }
}

/* 
    ============= Contct Sopport Box CSS ===============
    */

.tronix-contact-sopport-box {
  padding: 40px;
  box-shadow: 0px 3px 66px rgba(23, 22, 36, 0.07);
  border-radius: 15px;
}

.contact-sopport-listing {
  display: flex;
  margin-bottom: 30px;
}

.tronix-sopport-list-icon {
  line-height: 22px;
  font-size: 22px;
  font-weight: 900;
  display: flex;
  align-items: center;
  color: var(--thm-color);
  background: var(--bg-color);
  height: 55px;
  width: 55px;
  min-width: 55px;
  justify-content: center;
  border-radius: 50%;
  margin-right: 30px;
}

.contat-sopport-list-title {
  font-weight: 500;
  margin-bottom: 5px;
}

.contact-sopport-footer {
  display: flex;
  align-items: center;
}

.tronix-contact-sopport-call-icon {
  height: 50px;
  width: 50px;
  min-width: 50px;
  background: var(--thm-color);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 100px;
  margin-left: 30px;
  margin-right: 10px;
}

.contact-sopport-call-section {
  display: flex;
  align-items: center;
}

.tronix-contact-sopport-title {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  margin-bottom: 7px;
}

.tronix-contact-sopport-call-text {
  margin-left: 5px;
}

.tronix-contact-sopport-number {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: var(--black-color);
}

@media (max-width: 600px) {
  .contact-sopport-footer {
    display: block;
  }

  .tronix-contact-sopport-call-icon {
    margin-left: 0px;
  }

  .tronix-contact-sopport-box {
    padding: 30px;
  }

  .contact-sopport-call-section {
    margin-top: 30px;
  }
}

/* 
    /* -------------------------- Team Details---------------------------- 
    */
.team_details_wraper {
  padding: 100px;
  box-shadow: 0px 9px 60px rgba(8, 20, 44, 0.07);
  border: 1px solid var(--border-color);
  border-radius: 15px;
}

.team-info-wrapper-area {
  margin-left: 40px;
}

.team-info-wrapper {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.team-details-title {
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 6px;
}

.team-details-designation {
  line-height: 20px;
  margin-bottom: 29px;
}

.team-sort-dec {
  margin-bottom: 24px;
}

.team-social-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-social-area ul li {
  display: inline-block;
}

.team-social-area ul li a {
  height: 35px;
  width: 35px;
  background: var(--white-color);
  box-shadow: 0px 7px 23px rgba(0, 0, 0, 0.09);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-body);
  font-size: 14px;
  margin-right: 5px;
  border-radius: 50%;
}

.team-social-area ul li a:hover {
  color: var(--thm-color);
  background: var(--bg-color);
}

.team-details-contact-area {
  display: flex;
  margin-bottom: 30px;
}

.team-details-icon {
  height: 50px;
  width: 50px;
  font-size: 18px;
  box-shadow: 0px 10px 35px rgba(35, 31, 80, 0.13);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 20px;
  color: var(--thm-color);
}

.team-details-contact-area {
  display: inline-flex;
  margin-bottom: 30px;
  width: 49%;
}

.team_details_wraper .team-datails-image img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

.team-details-contact-text {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: var(--black-color);
}

@media (max-width: 1200px) {
  .team_details_wraper {
    padding: 100px 50px;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .team_details_wraper {
    padding: 100px 50px 60px;
  }
}

@media (max-width: 991px) {
  .team-info-wrapper-area {
    margin-left: 0px;
  }

  .team-datails-image {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .team_details_wraper {
    padding: 100px 25px;
  }

  .team-details-contact-area {
    width: 100%;
  }

  .team-details-contact-area:last-child {
    margin-bottom: 0;
  }
}

/* 
    /* -------------------------- Project Details---------------------------- 
    */
.project-details-image {
  margin-bottom: 65px;
}

.project-details-wrapper .project-details-image img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  border-radius: 20px;
}

.project-details-category ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.project-details-category ul li {
  display: inline;
  margin-left: 5px;
}

.project-details-category ul li:first-child {
  margin-left: 0px;
}

.project-details-category ul li a {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 9px;
  color: var(--color-body);
}

.project-details-category ul li a:hover {
  color: var(--thm-color);
}

.project-details-title {
  font-weight: 500;
}

/* 
    /* ------------------------- Icon Box Style ------------- 
    */

.tronix-icon-box-wrapper {
  padding: 80px 70px 40px;
  border: 1px solid var(--border-color);
  border-radius: 15px;
}

.tronix-icon {
  font-size: 22px;
  height: 70px;
  width: 70px;
  background: var(--bg-color);
  color: var(--thm-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  min-width: 70px;
  margin-right: 25px;
}

.tronix-icon svg {
  height: 70px;
  width: 70px;
}

.tronix-icon-box {
  display: flex;
  margin-bottom: 30px;
  border-right: 1px solid var(--border-color);
  padding: 0 30px;
}

.tronix-icon-box-wrapper [class*="col-"]:last-child .tronix-icon-box {
  border-right: none;
}

.icon-box-title-label {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  margin-bottom: 9px;
}

.icon-box-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  margin: 0;
}

@media only screen and (max-width: 1200px) and (min-width: 991px) {
  .tronix-icon-box {
    padding: 0 10px;
  }
}

@media screen and (max-width: 425px) {
  .tronix-icon-box {
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .tronix-icon-box-wrapper {
    padding: 50px 20px 10px;
  }
}

/* 
    /* ---------- Contact Info Style css--------------------
    */

.contact-info-box {
  padding: 50px;
  border: 1px solid;
  border-radius: 15px;
  background: var(--thm-color);
}

.contact-info-title {
  margin-bottom: 0px;
  color: var(--white-color);
}

.contact-info-subtitle {
  margin-bottom: 33px;
  color: var(--white-color);
}

.contact-info-list {
  display: flex;
  margin-bottom: 20px;
}

.contact-info-list:last-child {
  margin-bottom: 0;
}

.contact-info-list-icon {
  font-size: 18px;
  font-weight: 900;
  margin-right: 15px;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-info-list-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
}

/* 
    /*--------------- Pricing Style Two ------------------- 
     */

.tronix-priceing_table-box-two {
  padding: 40px;
  border: 1px solid var(--border-color);
  margin-right: -10px;
  margin-left: -11px;
  transition: 0.4s;
  background: var(--white-color);
}

.tronix-priceing_table-two-wrapper [class*="col-"]:first-child .tronix-priceing_table-box-two {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.tronix-priceing_table-two-wrapper [class*="col-"]:last-child .tronix-priceing_table-box-two {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.tronix-priceing_table-box-two:hover {
  padding: 80px 40px;
  border-radius: 15px;
  margin-top: -40px;
}

.pricing-icon-two {
  height: 100px;
  width: 100px;
  font-size: 60px;
}

.price-title-two {
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 30px;
  font-size: 14px;
}

.priceing-list-two ul li {
  margin-bottom: 6px;
  padding-left: 30px;
  position: relative;
}

.priceing-list-two ul li:after {
  content: "\f272";
  font-family: bootstrap-icons !important;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  left: 0;
}

.priceing-list-two ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-number-two {
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 3px;
}

.price-number-two span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.priceing-btn-two .theme-btns {
  margin-top: 43px;
}

/* ========================================
    ========= ACCORDION STYLE CSS =============
    ========================================= */

.faq-accordion .accordion-item {
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.accordion-item .accordion-collapse {
  border: none;
}

.accordion-header .collapse:not(.show) {
  display: block;
}

.accordion-header .accordion-button.collapsed:hover {
  border-bottom-width: 0;
  color: var(--thm-color);
}

.accordion-header .accordion-button:not(.collapsed) {
  color: var(--white-color);
  background-color: var(--thm-color);
}

.accordion-header .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\F138";
  font-family: bootstrap-icons !important;
  color: var(--white-color);
}

.accordion-item .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-button {
  border: none;
  color: var(--black-color);
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 23px 30px;
  background: var(--bg-color);
  text-align: left;
}

.faq-accordion .accordion-button::after {
  position: absolute;
  right: 30px;
  background-image: none !important;
  content: "\F138";
  font-family: bootstrap-icons !important;
  color: var(--thm-color);
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.faq-accordion .accordion-body {
  padding: 27px 35px 29px;
  background: var(--bg-color);
  font-weight: 500;
}

.accordion-header .accordion-button:not(.collapsed):before {
  content: "";
  position: absolute;
  bottom: 0;
  background: transparent;
  height: 1px;
  width: 94%;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .faq-accordion .accordion-button {
    font-size: 16px;
    padding-right: 40px;
  }

  .faq-title {
    font-size: 36px;
    line-height: 46px;
  }
}

/*  
    /* ---------- Contact Info Style css--------------------
    */

.tronix-woriking-time-box {
  padding: 40px;
  border-radius: 15px;
  background: var(--bg-color);
}

.working-time-title {
  font-weight: 500;
  margin-bottom: 24px;
}

.tronix-woriking-time-list {
  display: flex;
  margin-bottom: 20px;
  padding: 16px 20px;
  background: var(--white-color);
  border-radius: 15px;
}

.tronix-woriking-time-list:last-child {
  margin-bottom: 0;
}

.tronix-woriking-time-list-icon {
  font-size: 16px;
  font-weight: 400;
  margin-right: 15px;
}

.tronix-woriking-time-list-title {
  font-size: 16px;
  font-weight: 400;
}

.tronix-woriking-time-list:hover .tronix-woriking-time-list-title,
.tronix-woriking-time-list:hover .tronix-woriking-time-list-icon {
  color: var(--thm-color);
}

/* 
    /* -------- Tronix List -------------
    */

.tronix-list-box-item {
  display: flex;
  margin-bottom: 15px;
}

.tronix-list-icon {
  font-size: 12px;
  height: 20px;
  width: 20px;
  border: 1px solid var(--thm-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--thm-color);
  border-radius: 50px;
  margin-right: 10px;
}

.tronix-section-list-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
  color: var(--black-color);
}

/*=========================================
    ======== tronix CONTACT FORM 7 CSS ========
    =========================================*/

.tronix-input-area input[type="text"],
.tronix-input-area input[type="email"],
.tronix-input-area textarea {
  background: var(--white-color);
  margin-bottom: 22px;
  border: transparent;
}

.tronix-contact-from-one-wrappwr .tronix-input-area select.wpcf7-form-control {
  background: var(--white-color);
  margin-bottom: 22px;
  color: var(--color-body);
  border: transparent;
  border-radius: 10px;
  padding: 18px 20px;
  box-shadow: none;
  outline: none;
  width: 100%;
  max-height: 70px;
  height: 64px;
}

.tronix-contact-button input[type="submit"] {
  background: var(--thm-color);
  color: var(--white-color);
  font-weight: 500;
  border: none;
  border-radius: 10px;
  transition: 0.4s;
  width: 100%;
  justify-content: center;
  text-transform: uppercase;
}

.tronix-contact-button input[type="submit"]:hover {
  background: var(--black-color);
  box-shadow: 0px 13px 36px rgba(0, 0, 0, 0.04);
}

.tronix-contact-from-wrappwr-two input[type="submit"] {
  padding: 21px 40px;
  border-radius: 100px;
}

.tronix-contact-from-wrappwr-two .tronix-input-area input {
  border-radius: 100px;
  background: var(--white-color);
  border: none;
  box-shadow: 0px 13px 36px rgba(0, 0, 0, 0.04);
}

.theme-btns.button-width {
  width: 100%;
  text-align: center;
  justify-content: center;
}

/*---------- Newslatter ---------- */

.tronix-input-area {
  position: relative;
}

.tronix-newslatter-btn.button {
  position: absolute;
  right: 0;
  top: 0;
}

.tronix-newslatter-btn.button input[type="submit"] {
  border-radius: 20px;
  padding: 22px 40px;
  font-weight: 500;
}

.tronix-contact-from-newslatter .tronix-input-area input {
  border-radius: 20px;
  box-shadow: 0px 6px 26px #e4e8f1;
  border: none;
}

.tronix-contact-from-newslatter .tronix-input-area input:focus {
  box-shadow: 0px 6px 26px #e4e8f1;
}

.tronix-newslatter-btn.button .wpcf7-spinner {
  display: block;
  margin-top: 15px;
}

/* contact form Three */

.tronix-contact-from-two-wrappwr {
  padding: 60px;
  border: 1px solid #152b54;
  border-radius: 15px;
  background: #061430;
}

.tronix-contact-from-three-wrappwr .tronix-input-area input[type="text"],
.tronix-contact-from-three-wrappwr .tronix-input-area input[type="email"],
.tronix-contact-from-three-wrappwr .tronix-input-area input[type="number"],
.tronix-contact-from-three-wrappwr .tronix-input-area textarea {
  background: transparent;
  margin-bottom: 25px;
  border: unset;
  border-bottom: 1px solid #2b3347;
  border-radius: 0;
  padding: 10px 0;
  color: var(--white-color);
}

.form-title {
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
  color: var(--white-color);
}

.form-des {
  line-height: 20px;
  margin-bottom: 21px;
  color: #8d96ad;
  font-family: var(--body-font);
}

@media screen and (max-width: 575px) {
  .tronix-contact-from-two-wrappwr {
    margin: 0 15px;
  }
}

/* -------------- */

.tronix-contact-from-two-wrappwr input[type="submit"] {
  width: unset;
  border-radius: 100px;
  margin-top: 10px;
}

.tronix-contact-from-two-wrappwr input[type="submit"]:hover {
  background: var(--white-color);
  color: var(--black-color);
}

.tronix-contact-from-two-wrappwr .tronix-input-area input[type="text"]::placeholder,
.tronix-contact-from-two-wrappwr .tronix-input-area input[type="email"]::placeholder,
.tronix-contact-from-two-wrappwr .tronix-input-area input[type="number"]::placeholder,
.tronix-contact-from-two-wrappwr input[type="submit"]::placeholder,
.tronix-contact-from-two-wrappwr .tronix-input-area textarea::placeholder {
  color: var(--white-color);
}

.tronix-contact-from-two-wrappwr .tronix-input-area input[type="text"],
.tronix-contact-from-two-wrappwr .tronix-input-area input[type="email"],
.tronix-contact-from-two-wrappwr .tronix-input-area input[type="number"],
.tronix-contact-from-two-wrappwr .tronix-input-area textarea {
  background: transparent;
  margin-bottom: 25px;
  border: unset;
  border-bottom: 1px solid #2b3347;
  border-radius: 0;
  padding: 10px 0;
  color: var(--white-color);
}

/* ------------------ */
.tronix-contact-from-three-wrappwr input[type="submit"] {
  width: unset;
  border-radius: 100px;
  margin-top: 10px;
  text-transform: capitalize;
}

.tronix-contact-from-three-wrappwr input[type="submit"]:hover {
  background: var(--white-color);
  color: var(--black-color);
}

.tronix-contact-from-three-wrappwr .tronix-input-area input[type="text"]::placeholder,
.tronix-contact-from-three-wrappwr .tronix-input-area input[type="email"]::placeholder,
.tronix-contact-from-three-wrappwr .tronix-input-area input[type="number"]::placeholder,
.tronix-contact-from-three-wrappwr input[type="submit"]::placeholder,
.tronix-contact-from-three-wrappwr .tronix-input-area textarea::placeholder {
  color: var(--white-color);
}

/*
    -------- Project Two--------------- 
    */

.tab-box-item {
  display: flex;
  align-items: start;
}

.nav-pills .nav-link {
  padding: 0;
  margin-bottom: 20px;
}

.tabs-section-wrapper .nav-pills {
  margin-right: 40px;
}

.tabs-section-wrapper .nav-pills .nav-link.active,
.tabs-section-wrapper .nav-pills .show>.nav-link {
  background-color: transparent;
}

.tabs-section-wrapper .nav-link>img {
  width: 230px;
  object-fit: cover;
  height: 199px;
  max-width: 230px;
  border-radius: 15px;
}

.tab-content-box {
  margin-right: 30px;
}

.tronixs-tab-content {
  background: var(--bg-color);
  max-height: 100%;
  padding: 50px 60px 60px;
  border-radius: 15px;
  width: 100%;
}

.tab-content-title {
  font-weight: 500;
  margin-bottom: 24px;
}

.tab-btn a {
  margin-top: 34px;
}

.tabs-section-wrapper .tab-content-image img {
  max-height: 400px;
  height: 308px;
  object-fit: cover;
  border-radius: 20px;
}

@media screen and (max-width: 991px) {
  .tab-content-box {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .tab-box-item {
    display: block;
  }

  .tronixs-tab-content {
    padding: 30px 40px 40px;
  }
}

/* --------------------- */

.elementor-widget-wp-widget-nav_menu .elementor-widget-container {
  padding: 40px;
  background: var(--bg-color);
  border-radius: 15px;
}

.elementor-widget-wp-widget-nav_menu .elementor-widget-container h5 {
  font-weight: 500;
}

.elementor-widget-wp-widget-nav_menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.elementor-widget-wp-widget-nav_menu .menu li a {
  border-bottom: 1px solid var(--border-color);
  padding: 15px 0;
  width: 100%;
  position: relative;
  color: #878d97;
}

.elementor-widget-wp-widget-nav_menu .menu li a:hover {
  color: var(--thm-color);
}

.elementor-widget-wp-widget-nav_menu .menu li:last-child a {
  padding-bottom: 0;
  border-bottom: none;
}

.elementor-widget-wp-widget-nav_menu .menu li a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  float: right;
  border-radius: 100%;
  position: absolute;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  line-height: 37px;
  color: #878d97;
  font-size: 13px;
  transition: 0.4s;
  height: 35px;
  width: 35px;
  font-weight: bolder;
}

.elementor-widget-wp-widget-nav_menu .menu li a:hover::after {
  color: var(--thm-color);
}

/* --------------- Header One Style ---------------- */
.header-time {
  color: var(--black-color);
}

.header-one-top-right {
  display: flex;
  justify-content: flex-end;
}

.header-one-links ul {
  margin: 0;
  padding: 0;
}

.header-one-links ul li {
  list-style: none;
  display: inline-block;
  margin-right: 18px;
  color: var(--black-color);
}

.header-one-links ul li a {
  color: var(--black-color);
}

.header-one-links ul li a:hover {
  color: var(--thm-color);
}

.header-one-links {
  display: inline-block;
}

.header-mail {
  display: inline-block;
  margin-left: 34px;
  color: var(--black-color);
}

.header-mail>i {
  margin-right: 6px;
  color: var(--black-color);
}

.header-top-right {
  display: flex;
  justify-content: flex-end;
}

.header-one-top-area {
  padding: 15px 0;
  border-bottom: 1px solid var(--border-color);
}

.header-one-button-area {
  display: flex;
  align-items: center;
}

.header-one-call-us-area {
  display: flex;
  margin-right: 30px;
  align-items: center;
}

.header-one-call-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  background: var(--white-color);
  border-radius: 100px;
  color: var(--thm-color);
  margin-right: 15px;
}

.header-one-call-title {
  font-size: 14px;
  line-height: 17px;
}

.header-one-call-number {
  font-weight: 500;
  color: var(--black-color);
}

.header-logo a img {
  max-width: 200px;
}

.header-one-botton .theme-btns {
  padding: 13px 30px;
  font-weight: 600;
}

.header-template-one .menu-area {
  padding-top: 10px;
}

@media screen and (max-width: 991px) {
  .header-time {
    text-align: center;
  }

  .header-one-top-right {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .header-mail {
    display: block;
    margin: 0;
  }

  .header-one-top-right {
    display: block;
    text-align: center;
  }
}

/* --------------- Header Two Style ---------------- */
.header-template-one.two .main-menu>ul>li>a {
  padding: 40px 0;
}

.header-template-one.two .menu-area {
  padding-top: 0px;
}

.header-one-button-area .tronix-menu-toggle {
  border-radius: 100px;
  margin-left: 20px;
  transition: 0.4s;
}

.tronix-menu-toggle:hover {
  color: var(--white-color);
}

.header-two-social a {
  font-size: 15px;
  display: inline-block;
  color: var(--white-color);
  line-height: 15px;
}

.header-two-social a:hover {
  color: var(--black-color);
}

.header-two-social a:not(:last-child) {
  margin: 0 20px 0 0;
}

.header-two-social {
  text-align: right;
}

.header-two-social span {
  margin-right: 20px;
  color: var(--white-color);
  font-weight: 300;
}

.header-two-top-area {
  padding: 15px 0;
  background: var(--thm-color);
}

.header-two-top-area .header-one-links ul li a {
  color: var(--white-color);
}

.header-two-top-area .header-one-links ul li a:hover {
  color: var(--black-color);
}

.header-two-links ul {
  margin: 0;
  padding: 0;
}

.header-two-links ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  border-right: 1px solid #558eff;
  padding-right: 20px;
  color: var(--white-color);
  font-weight: 300;
}

.header-two-links ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

.header-two-links ul li i {
  margin-right: 6px;
}

.header-two-btn-area {
  display: flex;
}

.woo-porduct-shop-icon .tronix-hmini {
  margin-left: 0;
  margin-right: 20px;
}

.woo-porduct-shop-icon {
  position: relative;
}

.header-two-login-icon a {
  border-radius: 100px;
  margin-left: 20px;
  transition: 0.4s;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-color);
  color: var(--thm-color);
  cursor: pointer;
}

.header-two-login-icon a:hover {
  color: var(--white-color);
  background: var(--thm-color);
}

@media screen and (max-width: 991px) {
  .header-two-social {
    text-align: center;
  }

  .header-two-links {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .header-two-links ul li {
    border: none;
  }
}

/* Footer One Style */

.footer-one-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-one-content-wrp {
  padding: 115px 0 100px;
  border-bottom: 1px solid #152b54;
}

.footer-one-widget-title {
  margin-bottom: 23px;
  text-transform: capitalize;
  color: var(--white-color);
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

.footer-one-widget-des {
  color: #8a99b4;
  font-family: var(--body-font);
}

.footer-one-social-widget ul {
  margin: 0;
  padding: 0;
}

.footer-one-social-widget ul li {
  list-style: none;
  display: inline-block;
}

.footer-one-social-widget ul li a {
  color: var(--white-color);
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #15284c;
  margin-top: 25px;
  margin-right: 7px;
}

.footer-one-social-widget ul li a:hover {
  color: var(--thm-color);
  background: var(--bg-color);
}

/* link list */

.footer-one-service-list ul {
  margin: 0;
  padding: 0;
}

.footer-one-service-list ul li {
  list-style: none;
}

.footer-one-service-list ul li a {
  margin-bottom: 7px;
  font-weight: 400;
  color: #8a99b4;
  font-family: var(--body-font);
}

.footer-one-service-list ul li a:hover {
  color: var(--white-color);
}

/* link list */
.footer-one-link-menu ul {
  margin: 0;
  padding: 0;
}

.footer-one-link-menu ul li {
  list-style: none;
}

.footer-one-link-menu ul li a {
  margin-bottom: 7px;
  font-weight: 400;
  color: #8a99b4;
  font-family: var(--body-font);
}

.footer-one-link-menu ul li a:hover {
  color: var(--white-color);
}

.footer-one-copyright_area {
  padding: 30px 0;
  text-align: center;
  background: var(--copyright-bg);
  color: var(--white-color);
  font-family: var(--body-font);
}

.coloum-three,
.coloum-tow {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {

  .coloum-three,
  .coloum-tow {
    justify-content: flex-start;
  }

  .footer-one-content-wrp {
    padding: 110px 15px 75px;
  }
}

@media screen and (max-width: 991px) {
  .footer-one-content-wrp {
    padding: 110px 15px 90px;
  }
}

/*  */

/*  */

.footer-one-recent-post ul {
  margin: 0;
  padding: 0;
}

.footer-one-recent-post ul li {
  list-style: none;
}

.footer-one-post-thum-widget {
  display: flex;
  margin-bottom: 17px;
  padding-top: 8px;
}

.footer-one-post-thum-widget .foote-latest-post-imgage img {
  height: 60px;
  width: 60px;
  object-fit: cover;
  /* margin-right: 20px; */
  min-width: 60px;
  border-radius: 10px;
}

.footer-one-latest-post-title a {
  color: var(--white-color);
}

.site-footer .footer-one-latest-post-title a:hover {
  color: var(--thm-color);
}

.footer-one-latest-post-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.foote-latest-post-imgage {
  margin-right: 20px;
}

.footer-one-date {
  font-size: 14px;
  line-height: 17px;
  color: var(--white-color);
  font-weight: 300;
  margin-bottom: 8px;
}

.footer-one-date i {
  margin-right: 8px;
}

/* Footer Bottom Icon Style */
.footer-one-icon {
  height: 85px;
  width: 85px;
  min-width: 85px;
  background: #152b54;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  color: var(--white-color);
  margin-right: 25px;
}

.footer-one-icon svg {
  height: 85px;
  width: 85px;
}

.footer-one-icon-box {
  display: flex;
  padding: 60px 40px;
  border-right: 1px solid #152b54;
}

.footer-one-icon-box-wrapper [class*="col-"]:last-child .footer-one-icon-box {
  border: none;
  padding-right: 0;
}

.footer-one-icon-box-wrapper [class*="col-"]:first-child .footer-one-icon-box {
  padding-left: 0;
}

.footer-icon-box-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 12px;
}

.footer-icon-box-des {
  font-weight: 500;
  color: #8a99b4;
  line-height: 26px;
  font-family: var(--body-font);
}

@media only screen and (max-width: 1199px) and (min-width: 991px) {
  .footer-one-icon-box {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 1199px) {

  .footer-one-about-widget-info,
  .footer-one-menu-widget,
  .footer-one-service-list-widget,
  .footer-one-recent-post-widget {
    margin-bottom: 30px;
    border: none;
  }

  .footer-one-icon-box {
    padding: 30px 30px;
    border-right: none;
  }

  .footer-one-icon-box-wrapper {
    padding: 50px 0;
  }
}

@media screen and (max-width: 991px) {

  .footer-one-icon-box-wrapper [class*="col-"]:last-child .footer-one-icon-box,
  .footer-one-icon-box-wrapper [class*="col-"]:first-child .footer-one-icon-box,
  .footer-one-icon-box {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 767px) {
  .footer-one-icon-box {
    padding: 30px 15px;
  }
}

/* ----------- Footer Template Two Style ----------- */
.footer-two-left-area {
  margin-right: 60px;
}

.footer-two-top-area {
  padding: 110px 0;
  border-bottom: 1px solid #152b54;
}

.footer-two-wrapper .about-small-stitle {
  font-weight: 500;
  color: var(--white-color);
}

.footer-two-wrapper .about-small-stitle:before {
  content: "";
  height: 8px;
  width: 8px;
  background: var(--white-color);
  top: 0;
  position: absolute;
  bottom: 0;
  margin: auto;
  left: 0;
}

.footer-two-about-title {
  font-weight: 500;
  margin-bottom: 22px;
  color: var(--white-color);
}

.footer-two-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-two-about-des {
  color: #8d9cbb;
}

.footer-two-content-wrp .two {
  border-right: 1px solid #152b54;
  padding: 90px 50px 70px;
  margin-right: 0;
  display: flex;
  justify-content: center;
}

/*  footer Three */

.footer-two-content-wrp .three {
  padding: 104px 50px 100px;
}

.footer-two-content-wrp .two:last-child {
  border: none;
  padding-right: 0;
}

.footer-two-content-wrp .two:first-child {
  padding-left: 0;
}

@media screen and (max-width: 1199px) {
  .footer-two-content-wrp .two {
    padding: 0px 30px 0px;
    border-right: none;
    justify-content: left;
  }

  .footer-two-content-wrp .two:first-child {
    padding-left: 30px;
  }

  .footer-two-content-wrp {
    padding: 80px 0px 40px;
  }
}

/* --social  */
.footer-social {
  background: #061430;
  border: 1px solid #152b54;
  margin-top: 55px;
}

.footer-social-icon-label {
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 17px;
  color: var(--white-color);
}

.footer-social ul li a {
  border-radius: 100px;
  color: var(--thm-color);
}

.footer-wrapper .footer-google-map-link a {
  margin-top: 10px;
  color: #8d9cbb;
  text-decoration: underline;
}

.footer-google-map-link a:hover {
  color: var(--thm-color);
}

@media screen and (max-width: 991px) {
  .footer-two-left-area {
    margin-right: 0px;
    margin-bottom: 40px;
    padding: 0 15px;
  }

  .tronix-contact-from-two-wrappwr {
    margin: 0 15px;
  }
}

/* Tronix shape Image 2*/
.tronix-shape-image-wrp {
  text-align: left;
}

.tronix-shape-image {
  position: relative;
  display: inline-block;
}

.tronix-shape {
  position: absolute;
  content: "";
  left: -20%;
  bottom: -15%;
  width: 550px;
  height: 550px;
  border-radius: 62% 47% 82% 35% / 45% 45% 80% 66%;
  will-change: border-radius, transform, opacity;
  animation: sliderShape 5s linear infinite;
  display: block;
  z-index: -1;
  -webkit-animation: sliderShape 5s linear infinite;
}

@media screen and (max-width: 1199px) {
  .tronix-shape {
    left: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .tronix-shape {
    display: none;
  }
}

/* --------------------------------------- */
/*   Header Two and three canva Style  */
/* --------------------------------------- */

.button.tronix-canva-open {
  border-radius: 100px;
  margin-left: 20px;
  transition: 0.4s;
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-color);
  color: var(--thm-color);
  cursor: pointer;
}

.button.tronix-canva-open:hover {
  background-color: var(--thm-color);
  color: var(--white-color);
}

.tronix-canva-open.canva-close {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: var(--thm-color);
  color: var(--white-color);
}

.tronix-canva-open.canva-close:hover {
  background: var(--bg-color);
  color: var(--thm-color);
}

.headere-sidebar-textwidget {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: auto;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  padding: 40px;
  display: flex;
  transform: translateX(130%);
  transition: transform 800ms ease, opacity 800ms ease;
  -webkit-transition: transform 800ms ease, opacity 800ms ease;
  -o-transition: transform 800ms ease, opacity 800ms ease;
  background: var(--white-color);
  border-left: 2px solid var(--thm-color);
}

.canva-tronix-wrapper.active .tronix-canva-content {
  transform: translateX(0%);
}

.header-sidebar-content-inner {
  margin-top: 40px;
}

.header-sidebar-title {
  font-weight: 500;
  margin-bottom: 14px;
}

.header-sidebar-desc {
  margin-bottom: 24px;
}

.header-sidebar-contact-info {
  margin-bottom: 40px;
  font-weight: 500;
}

.header-sidebar-contact-info-title {
  font-weight: 500;
  margin-bottom: 22px;
}

.header-sidebar-contact-info ul {
  margin: 0;
  padding: 0;
}

.header-sidebar-contact-info ul li {
  list-style: none;
  margin-bottom: 15px;
}

.header-sidebar-contact-info ul li i {
  color: var(--white-color);
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: var(--thm-color);
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}

.header-sidebar-social-icon {
  margin-top: 38px;
}

.header-sidebar-social-icon ul {
  margin: 0;
  padding: 0;
}

.header-sidebar-social-icon ul li {
  list-style: none;
  display: inline;
}

.header-sidebar-social-icon ul li a {
  color: var(--white-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--black-color);
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

.header-sidebar-social-icon ul li a:hover {
  background: var(--thm-color);
  color: var(--white-color);
}

.header-sidebar-toggle a {
  position: absolute;
  display: inline-block;
  transition: 0.5s;
  top: 20px;
  right: 25px;
  color: var(--white-color);
  opacity: 1;
  font-size: 20px;
  background: var(--thm-color);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

/* overlay */
.header-sidebar-toggle a:hover {
  background: var(--black-color);
  color: var(--white-color);
}

.canva-tronix-wrapper .overlay-canva.tronix-canva-open {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgb(6 18 39);
  opacity: .9;
  visibility: hidden;
  transition: all ease .8s;
}

.canva-tronix-wrapper.active .overlay-canva.tronix-canva-open {
  opacity: .9;
  visibility: visible;
  width: 100%;
}

/* header-three  */

.header-three-top-area {
  padding: 12px 0;
  text-align: center;
  background: var(--thm-color);
  color: var(--white-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header-three-wrp.Absolute .menu-area {
  position: absolute;
  width: 100%;
}

/* ------------------------------------ */
/* -------- Grid Image Style ----------- */
/* ------------------------------------ */
.grid-image-wrapper {
  display: flex;
}

.grid-image-wrapper .small-image-one img,
.grid-image-wrapper .small-image-two img {
  /* width: 100%; */
  height: 242px;
  object-fit: cover;
  border-radius: 20px;
}

.small-image-one {
  margin-bottom: 30px;
}

.big-image {
  margin-left: 30px;
}

.grid-image-wrapper .big-image img {
  height: 514px;
  object-fit: cover;
  border-radius: 20px;
}

@media screen and (max-width: 1023px) {
  .grid-image-wrapper {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .grid-image-wrapper {
    display: block;
    text-align: center;
  }

  .big-image {
    margin-left: 0px;
    margin-top: 30px;
  }

  .small-image-wrapper {
    display: flex;
    justify-content: center;
  }

  .small-image-one {
    margin-bottom: 0px;
    margin-right: 30px;
  }

  .grid-image-wrapper .big-image img {
    height: 300px;
  }
}

/* -------------- ---------------------- */
/* --------- SERVICE FIVE STYLE ---------- */
/* -------------- ---------------------- */
.service-box-five {
  padding: 48px 40px 42px;
  background: var(--white-color);
  margin-bottom: 30px;
  border-radius: 15px;
  box-shadow: 0px 9px 30px 0px #edf0f2;
  text-align: center;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  border-top: 4px solid transparent;
}

.service-box-five:hover {
  border-top: 4px solid var(--thm-color);
}

.service-five-title {
  font-weight: 500;
  margin-bottom: 14px;
}

.service-icon-five {
  height: 80px;
  width: 80px;
  background: #edf4fe;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 45px;
  border-radius: 100px;
  color: var(--thm-color);
  margin-bottom: 26px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  position: relative;
}

.service-box-five:hover .service-icon-five {
  transform: rotateY(180deg);
}

.service-icon-five svg {
  height: 45px;
  width: 45px;
}

.service-box-five:hover .service-icon-five {
  background: var(--thm-color);
  color: var(--white-color);
}

.services-five-des ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 23px;
}

.services-five-des ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
}

.services-five-des ul li:last-child {
  margin-bottom: 0 !important;
}

.services-five-des ul li:after {
  content: "\f272";
  font-family: bootstrap-icons !important;
  font-size: 14px;
  color: var(--thm-color);
  border-radius: 100%;
  border: 1px solid var(--thm-color);
  font-weight: bold;
  position: absolute;
  height: 16px;
  width: 16px;
  text-align: center;
  line-height: 15px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
}

/* ------------- Service SIX STYLE------ */

.tronix-service-six-wrapper {
  border-radius: 15px;
  background: var(--white-color);
  box-shadow: 0px 9px 30px 0px #edf0f2;
  padding: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.service-six-number {
  font-size: 65px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  top: 30px;
  right: 10px;
  -webkit-text-stroke: 0.02vw #ddd;
  color: transparent;
  font-family: sans-serif;
}

.service-six-title {
  font-weight: 500;
}

.tronix-service-six-wrapper .service-six-image img {
  border-radius: 15px;
  margin-bottom: 30px;
}

.tronix-service-six-wrapper:hover .service-six-image.img-rotate {
  transform: rotateY(180deg);
}

.service-six-image.img-rotate {
  transition: .4s;
}

.service-six-title {
  font-weight: 500;
  margin-bottom: 10px;
}

.service-six-button .theme-btns {
  margin-top: 24px;
}

.tronix-service-six-wrapper.shape1:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background-image: url(../img/service-6.svg);
  background-repeat: no-repeat;
  background-position: right;
  left: -50%;
  top: 0;
  z-index: 11;
}

.tronix-service-six-wrapper.shape2::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background-image: url(../img/services-6.svg);
  background-repeat: no-repeat;
  background-position: left;
  left: 100%;
  top: 0;
  z-index: 11;
}

/* --------------   ICON BOX STYLE TWO  -------- */

.icon-box-two-wrapper {
  display: flex;
}

.icon-box-two-wrapper .style-two {
  gap: 20px;
  align-items: center;
}

.tronix-icon-two {
  height: 89px;
  width: 89px;
  min-width: 89px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  border-radius: 100px;
  color: var(--thm-color);
  margin-right: 20px;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  background: linear-gradient(93deg,
      rgba(14, 89, 242, 0.15) 0%,
      rgba(255, 255, 255, 0) 81.01%);
  border: 1px solid var(--border-color);
}

.icon-box-two-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  margin: 0;
}

/* style two */
.icon-box-two-wrapper.style-two {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(14, 89, 242, 0.1);
  padding: 20px;
  position: relative;
}

.icon-box-v2-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.icon-box-v2-icon {
  width: 85px;
  height: 85px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--bg-color);
  min-width: 85px;
  font-size: 45px;
  color: var(--thm-color);
  background: var(--bg-color);
  border-radius: 100px;
}

.icon-box-v2-number {
  color: var(--black-color);
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 20px;
  border-left: 1px solid #d9d9d9;
}

.icon-box-v2-title {
  color: var(--black-color);
  font-family: Outfit;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.icon-box-v2-title a {
  color: var(--black-color);
}

.icon-box-v2-title a:hover {
  color: var(--thm-color);
}

.icon-box-v2-des {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.icon-box-two-wrapper.style-two.shape1:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background-image: url(../img/service-6.svg);
  background-repeat: no-repeat;
  background-position: right;
  left: -50%;
  top: 0;
  z-index: 11;
}

.icon-box-two-wrapper.style-two.shape2::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background-image: url(../img/services-6.svg);
  background-repeat: no-repeat;
  background-position: left;
  left: 100%;
  top: 0;
  z-index: 11;
}

@media (max-width: 500px) {
  .icon-box-v2-number {
    display: none;
  }

  .icon-box-v2-icon {
    width: 70px;
    height: 70px;
    min-width: 65px;
    font-size: 30px;
  }
}

@media (max-width: 1024px) {

  .icon-box-two-wrapper.style-two.shape2::before,
  .icon-box-two-wrapper.style-two.shape1:after {
    content: unset;
  }
}

/* --------- Image Three Style Three ------------- */
.image-three-big-img {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
}

.image-three-big-img>img {
  min-height: 480px;
  object-fit: cover;
}

.image-three-small-img {
  position: absolute;
  bottom: 30px;
  left: -200px;
}

.image-three-small-img img {
  min-height: 350px;
  width: 280px;
  object-fit: cover;
}

.image-three-wrapper .image-three-small-img img {
  border-radius: 20px;
}

.experience-count-process {
  padding: 30px 40px 33px;
  background: var(--thm-color);
  border-radius: 15px 15px 0px 15px;
  position: absolute;
  bottom: -40px;
  left: -30px;
  width: 260px;
}

.experience-counter.timer,
.experienc-counter-numner span {
  color: var(--white-color);
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  margin-bottom: 4px;
  display: inline;
}

.experienc-counter-title {
  font-size: 19px;
  font-weight: 500;
  color: var(--white-color);
  margin-bottom: 0;
}

/* ------ TEAM FOUR STYLE ---------- */

.tronix-team-four-item {
  margin-bottom: 30px;
  border-radius: 15px;
  background: var(--white-color);
  box-shadow: 0px 9px 30px 0px #eaedf1;
  overflow: hidden;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.team-four-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 0px;
}

.team-four-title a {
  color: var(--black-color);
}

.team-four-title a:hover {
  color: var(--thm-color);
}

.team-four-stitle {
  font-size: 15px;
  font-weight: 400;
}

.team-four-image {
  position: relative;
}

.tronix-team-four-item .team-four-image img {
  border: 0px solid var(--black-color);
}

.tronix-team-four-item:hover .team-four-image img {
  filter: blur(2px);
}

.team-share-box {
  position: absolute;
  bottom: 20px;
  overflow: hidden;
  right: 20px;
}

.team-share-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.team-share-box ul li {
  display: block;
  overflow: hidden;
}

.team-share-box ul li a {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: var(--bg-color);
  text-align: center;
  padding: 10px;
  border-radius: 100%;
  color: var(--thm-color);
}

.team-share-box ul li a:hover {
  background-color: var(--thm-color);
  color: var(--white-color);
}

.team-share-box ul li a.social {
  position: relative;
  bottom: -66px;
  transition: 0.4s;
  margin: 5px 0px;
}

.tronix-team-four-item:hover ul li a.social {
  bottom: 0;
}

.team-share-box ul li .share {
  margin-top: 5px;
}

.team-four-content {
  padding: 31px 40px 32px;
}

/* ------- Project Three Style ------- */

.tronix-project-three-box {
  background: var(--white-color);
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}

.tronix-project-three-box.slide {
  margin: 10px;
}

.tronix-project-three-box img {
  min-height: 400px;
  object-fit: cover;
}

.project-three-category {
  line-height: 0;
}

.project-three-category ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.project-three-category ul li {
  display: inline-block;
}

.project-three-category ul li a {
  color: var(--color-body);
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 24px;
}

.project-three-category ul li a:hover {
  color: var(--black-color);
}

.project-three-content-area {
  display: flex;
  justify-content: space-between;
  padding: 30px 35px 35px;
}

.project-three-title,
.tronix-blog-one-title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

.project-three-title a {
  color: var(--black-color);
}

.project-three-title a:hover {
  color: var(--thm-color);
}

.project-three-icon a {
  display: flex;
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: var(--thm-color);
  border-radius: 100%;
  color: var(--white-color);
  justify-content: center;
  align-items: center;
}

.project-three-icon a:hover {
  color: var(--thm-color);
  background: #edf4fe;
}

/* --------  Video Button Style ------------ */

.button-style-one .theme-btns {
  margin-right: 50px;
}

.button-style-one {
  display: inline-block;
}

.video-button-area .about-video-btn span {
  margin-left: 15px;
  font-size: 16px;
  font-weight: 500;
  color: var(--black-color);
}

/* -------------- Circle  Image Style -------------*/

.circle-main-image {
  position: relative;
  display: inline-block;
}

.circle_image-wrapper .circle-main-image>img {
  border-radius: 100%;
  height: 450px;
  width: 450px;
  object-fit: cover;
}

.circle_image-wrapper .circle_small_image_one {
  position: absolute;
  left: -150px;
  top: -60px;
}

.circle_image-wrapper .circle_small_image_one img {
  border-radius: 100%;
  height: 160px;
  width: 160px;
  object-fit: cover;
}

.circle_image-wrapper .circle_small_image_two {
  position: absolute;
  left: -140px;
  bottom: -60px;
}

.circle_image-wrapper .circle_small_image_two img {
  border-radius: 100%;
  height: 140px;
  width: 140px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .circle_image-wrapper .circle-main-image>img {
    height: 300px;
    width: 300px;
  }

  .circle_image-wrapper .circle_small_image_two {
    left: -50px;
    bottom: -50px;
  }

  .circle_image-wrapper .circle_small_image_one {
    left: -50px;
  }

  .circle_image-wrapper .circle_small_image_one img {
    height: 130px;
    width: 130px;
  }

  .image-three-small-img {
    bottom: 30px;
    left: 0px;
  }

  .image-three-big-img .image-three-small-img>img {
    object-fit: cover;
    height: 240px;
    width: 220px;
  }
}

/* --------  Slider Css ---------- */
.slider-content-box {
  position: relative;
  z-index: 1;
}

.slider-item-bg {
  height: 860px;
  display: flex !important;
  align-items: center;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-item-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.slider-content-box {
  margin-bottom: 100px;
}

.slide-stitle {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.slide-title {
  color: var(--white-color);
  font-size: 80px;
  font-weight: 600;
  line-height: 90px;
  margin-bottom: 45px;
}

.slide-dec {
  color: var(--white-color);
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 30px;
}

.settings-button-wrapper .theme-btns:hover {
  background: var(--white-color);
  color: var(--black-color);
}

.settings-button-wrapper .theme-btns.slider-btn-style {
  background: var(--white-color);
  color: var(--thm-color);
}

.settings-button-wrapper .theme-btns.slider-btn-style:hover {
  background: var(--thm-color);
  color: var(--white-color);
}

.tronix-slider-wrapper {
  position: relative;
}

.tronix-slider-wrapper .slick-dots {
  position: absolute;
  display: block;
  width: 20px;
  top: 45%;
  bottom: auto;
  right: 250px;
  transform: translate(0%, -50%);
  margin-top: 0;
}

.tronix-slider-wrapper .slick-dots li {
  display: block;
  height: unset;
  border: none;
  margin-bottom: 10px;
}

.tronix-slider-wrapper .slick-dots li button {
  width: 40px;
  height: 40px;
  font-size: 20px;
  background: transparent;
  visibility: visible;
  color: var(--white-color);
  border: 1px solid var(--white-color);
}

.tronix-slider-wrapper .slick-dots li.slick-active button {
  background: var(--thm-color);
  color: var(--white-color);
  border: transparent;
}

.slider-v1-style-two ul.slick-dots {
  top: unset;
  bottom: 30px;
  right: 220px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.slider-v1-style-two ul.slick-dots li {
  width: unset;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 1300px) and (min-width: 1024px) {
  .tronix-slider-wrapper .slick-dots {
    right: 150px;
  }
}

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .tronix-slider-wrapper .slick-dots {
    right: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .slider-one-image {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .slider-item-bg {
    height: 800px;
  }

  .slide-title {
    font-size: 60px;
    line-height: 70px;
  }
}

@media screen and (max-width: 425px) {
  .tronix-slider-wrapper .settings-button-wrapper {
    display: block;
  }

  .settings-button-wrapper .theme-btns.slider-btn-style {
    margin-left: 0px;
    margin-top: 30px;
    display: inline-block;
  }
}

.hero-slider .hero-shape1 {
  mix-blend-mode: soft-light;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
  right: 25%;
  opacity: 0.2;
}

.movingX {
  animation: movingX 8s linear infinite;
}

@keyframes movingX {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(50px);
  }

  100% {
    transform: translateX(0);
  }
}

/* slider one  */
.slider-one-image {
  position: absolute;
  bottom: 0;
  right: 0px;
}

@media screen and (max-width: 1700px) {
  .slider-one-image {
    right: 0px;
    width: 50%;
  }
}

@media screen and (max-width: 1600px) {
  .slider-one-image {
    width: 40%;
  }
}

.slider-line {
  height: 2px;
  width: 150px;
  background: #0a3c53;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.ball {
  height: 2px;
  width: 20px;
  background-color: var(--thm-color);
  border-radius: 0;
  position: absolute;
  animation: moveBall 5s linear infinite;
  top: 0px;
  border-radius: 5;
}

@keyframes moveBall {
  0% {
    left: 0;
  }

  50% {
    left: 90%;
  }

  100% {
    left: 0;
  }
}

.slider-area .slider-arrow-wrapper {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}

.slider-area .slider-arrow-wrapper button {
  font-size: 51px;
  padding: 0;
  margin: 10px;
  background: transparent;
  color: var(--white-color);
  border: 0;
}

@media screen and (max-width: 767px) {
  .slider-area .slider-arrow-wrapper {
    display: none;
  }
}

.slider-one-horizontal-text {
  color: var(--white-color);
  font-family: "Hanken Grotesk";
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
  position: absolute;
  right: 20px;
  bottom: 50%;
  transform: translate(0px, -50%);
  rotate: 90deg;
  background: linear-gradient(90deg,
      var(--thm-color),
      var(--white-color),
      var(--thm-color));
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animateS 6s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animateS {
  0% {
    background-position: -500%;
  }

  100% {
    background-position: 500%;
  }
}

/* --------- header Four style ----------- */

.header-four-logo-inner {
  -webkit-mask-image: url(../img/logo.svg);
  mask-image: url(../img/logo.svg);
  padding: 73px 47px;
  background: var(--thm-color);
  background-position: center;
  -webkit-mask-position: bottom;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  max-width: 260px;
  position: relative;
  margin-top: -74px;
  margin-bottom: -19px;
}

.header-four-logo-inner:after {
  content: "";
  position: absolute;
  left: 4%;
  background: var(--white-color);
  height: 94%;
  width: 92%;
  top: 7%;
  z-index: -1;
  border-radius: 37% 47% 100% 80% / 82% 78% 99% 97%;
}

.header-four-top-open-time {
  text-align: end;
}

.header-four-top-area {
  padding: 12px 0;
  border-bottom: 1px solid var(--border-color);
}

.header-four-top-text {
  text-align: center;
  margin-left: 178px;
  color: var(--white-color);
}

.header-four-call-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  background: var(--white-color);
  border-radius: 100px;
  color: var(--thm-color);
  margin-right: 15px;
  border: 1px solid var(--thm-color);
}

@media (min-width: 1400px) {
  .container.container-1500 {
    max-width: 1500px;
  }
}

@media (max-width: 1400px) {
  .header-four-top-text {
    display: none;
  }

  .menu-content-area {
    justify-content: space-between;
  }
}

@media (max-width: 991px) {
  .header-four-logo-inner {
    padding: 65px 40px;
  }
}

@media (max-width: 767px) {
  .header-four-logo-inner {
    -webkit-mask-image: none;
    margin: 0;
    padding: 0;
    background: transparent;
  }

  .header-four-logo-inner:after {
    content: unset;
  }
}

/* ------------- Footer Four ----------- */
.footer-four-content-wrp {
  padding: 240px 0 70px;
}

.footer-four-copyright-section {
  display: flex;
  justify-content: space-between;
  background: var(--white-color);
  padding: 20px 30px;
  align-items: center;
}

.footerf-four-col {
  display: flex;
  justify-content: center;
}

.footer-four-about-widget-info,
.footer-four-menu-widget,
.footer-four-service-list-widget,
.footer-footer_four_newslatter {
  margin-bottom: 30px;
}

.footer-four-widget-title {
  position: relative;
  margin-bottom: 55px;
}

.footer-four-widget-title:before {
  display: inline-block;
  content: "";
  bottom: -20px;
  opacity: 1;
  font-size: 20px;
  line-height: 1;
  color: #2058bf;
  height: 2px;
  width: 50px;
  background: #fbfbfb;
  position: absolute;
}

.tronix-newslatter-button input[type="submit"] {
  line-height: 20px;
  padding: 13px 25px;
  border-radius: 15px;
  margin-top: 9px;
  margin-right: 5px;
  box-shadow: 0px 4px 40px 0px rgba(2, 83, 206, 0.35);
}

.tronix-newslatter-button.button {
  position: absolute;
  top: 0;
  right: 2px;
}

.footer-newslatter-area {
  position: relative;
}

.footer-newslatter-area input[type="email"] {
  margin-bottom: 0;
}

.footer-four-news-des {
  margin-bottom: 30px;
  color: #a8afbc;
}

.footer-four-widget-des {
  color: #a8afbc;
}

.footer-one-service-list.four ul li a,
.footer-one-link-menu.four ul li a {
  color: #a8afbc;
}

.footer-one-social-widget.footer-four-social ul li a {
  background: #0f182a;
  border: 1px solid #2f3d57;
}

@media screen and (max-width: 1199px) {
  .footerf-four-call {
    justify-content: flex-start;
  }

  .style-four {
    margin-right: 30px;
  }

  .footer-four-content-wrp {
    padding: 120px 0 70px;
  }
}

@media screen and (max-width: 767px) {
  .style-four {
    margin-right: 0px;
  }

  .footer-four-copyright-section {
    display: block;
  }

  .footer-four-logo-are img {
    margin-bottom: 10px;
  }
}

/*------------------- 4.00. Popup Search  -------------------*/
.header-search-popup {
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  top: 0;
  left: 0;
  transform: translateY(-130%);
  transition: transform 600ms ease, opacity 600ms ease;
}

.header-search-popup.active {
  transform: translateY(0%);
}

.header-search-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--black-color);
  opacity: 0.8;
  cursor: pointer;
  z-index: -1;
}

.button.search-open {
  margin-right: 30px;
  color: var(--thm-color);
  font-weight: 500;
  cursor: pointer;
  font-size: 18px;
}

.header-search-popup-content {
  width: 100%;
  max-width: 550px;
}

.header-search-popup-content form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.header-search-popup-content input[type="search"] {
  margin-bottom: 0;
}

.header-search-popup-content form button {
  border: none;
  outline: none;
  padding: 0;
  width: 70px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0px;
  border-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: var(--thm-color);
  color: var(--white-color);
  font-size: 18px;
}

/* --------- header Five style ----------- */

@media (min-width: 1400px) {
  .container.container-1450 {
    max-width: 1450px;
  }
}

header.header-area.site-header.header-v5 {
  position: absolute;
  width: 100%;
  top: 80px;
}

.header-template-five .header-logo {
  width: 250px;
}

.header-template-five {
  border-radius: 13px;
  background: var(--white-color);
  box-shadow: 0px 4px 71px 0px rgba(18, 37, 75, 0.12);
  padding: 0 50px;
}

.header-five-logo {
  position: absolute;
  left: 0;
  background: var(--thm-color);
  padding: 30px;
  top: -50%;
  transform: translate(0px, 32%);
  border-radius: 10px;
  background: url(../img/logo-bg.svg);
  background-position: center;
  background-size: cover;
  width: 290px;
  height: 140px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-template-five .main-menu>ul>li>a {
  padding: 45px 0;
}

.header-template-five .header-one-botton .theme-btns {
  padding: 15px 35px;
  font-weight: 600;
}

@media (min-width: 1400px) {
  .container.container-1450 {
    max-width: 1450px;
  }
}

@media (max-width: 991px) {
  .header-template-five .menu-area {
    padding: 0;
  }

  header.header-area.site-header.header-v5 {
    top: 50px;
  }

  .header-template-five {
    padding: 10px 20px;
  }

  .header-template-five .header-logo {
    width: unset;
  }

  .header-five-logo {
    background: var(--thm-color);
    padding: 0 30px;
    top: 0;
    transform: translate(0px, 0%);
    justify-content: flex-start;
    width: 220px;
    height: 100%;
  }
}

@media (max-width: 767px) {
  header.header-area.site-header.header-v5 {
    top: 30px;
  }
}

/* --------- header Six  style ----------- */

.header-six-top-area {
  padding: 13px 0;
  background: #07235e;
}

.header-six-links ul {
  margin: 0;
  padding: 0;
}

.header-six-links ul li {
  list-style: none;
  display: inline-block;
  margin-right: 45px;
  color: var(--white-color);
}

.header-six-links ul li:last-child {
  margin-right: 0;
}

.header-six-links ul li i {
  margin-right: 8px;
}

.header-six-links ul li a {
  color: var(--white-color);
}

.header-six-top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-six-social a {
  color: var(--white-color);
  margin-right: 25px;
}

.header-six-social a:last-child {
  margin-right: 0;
}

.header-six-center-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0;
}

.header-six-contact-wrp {
  display: flex;
  margin-right: 80px;
  align-items: center;
}

.header-six-contact-wrp:last-child {
  margin-right: 0;
}

.header-six-contact-wrapper {
  display: flex;
}

.header-six-contact-icon {
  color: var(--white-color);
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-right: 20px;
}

.header-six-contact-label {
  color: var(--white-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.header-six-contact-des {
  color: var(--white-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.4px;
}

.header-six-menu {
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(8px);
  justify-content: space-between;
  padding: 0 30px;
}

.header-six-menu .main-menu>ul>li>a {
  padding: 22px 0;
  color: var(--white-color);
  font-size: 14px;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.header-six-content {
  position: absolute;
  width: 100%;
}

.menu-area.sticky .header-six-menu {
  background: transparent;
  border: none;
}

@media (max-width: 991px) {
  .header-six-center-content {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .header-six-top-content {
    display: block;
    text-align: center;
  }

  .header-six-links ul li {
    margin-bottom: 10px;
  }

  .header-six-center-content {
    display: none;
  }
}

@media (max-width: 400px) {
  .header-six-links ul li {
    display: block;
    margin-right: 0px;
  }
}

/* --------- Footer Template Five style ----------- */
.footer-justify1,
.footer-justify2 {
  display: flex;
}

.footer-template-five {
  background: #121417;
}

.footer-v5-top-area.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-v5-top-area {
  border: 1px solid #26282f;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  top: -62px;
  background: #121417;
}

.flex .footer-v5-top-logo {
  width: 20%;
}

.flex .footer-v5-top-content {
  width: 80%;
}

.footer-v5-top-logo {
  background: var(--thm-color);
  padding: 31px 50px;
}

.footer-v5-top-logo img {
  max-width: 180px;
  height: 60px;
  object-fit: contain;
}

.footer-v5-coloum:not(:last-child) {
  border-right: 1px solid #26282f;
}

.footer-v5-top-info {
  display: flex;
  padding: 25px 30px 23px;
  align-items: center;
}

.footer-v5-top-icon {
  height: 50px;
  width: 50px;
  min-width: 50px;
  color: var(--white-color);
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2b2b2b;
  margin-right: 15px;
  border-radius: 100%;
}

.footer-v5-top-lavel {
  color: #838790;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 5px;
}

.footer-v5-top-title {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
}

.footer-v5-widget-area {
  padding: 17px 0px 40px;
}

.footer-v5-widget-area .widget {
  margin-bottom: 40px;
}

.footer-v5-widget-title {
  color: var(--white-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  margin-bottom: 50px;
}

.footer-v5-widget-title:before {
  position: absolute;
  content: "";
  width: 40px;
  background: var(--thm-color);
  height: 2px;
  left: 0px;
  bottom: -20px;
  border-radius: 5px;
}

.footer-v5-widget-title:after {
  content: "";
  position: absolute;
  left: 45px;
  bottom: -21px;
  width: 6px;
  height: 3px;
  background: var(--thm-color);
  border-radius: 100%;
}

.footer-v5-about-logo {
  margin-bottom: 30px;
}

.footer-v5-about-des {
  margin-bottom: 23px;
  max-width: 400px;
}

.footer-v5-social ul li a {
  background: #222224;
  width: 40px;
  height: 40px;
  margin-top: 0;
  font-size: 14px;
}

.footer-v5-social ul li a:hover {
  background: var(--thm-color);
  color: var(--white-color);
}

.service-page-quick-link ul li a,
.footer-page-quick-link ul li a {
  color: var(--color-body);
}

.service-page-quick-link ul li a i,
.footer-page-quick-link ul li a i {
  margin-right: 10px;
}

.service-page-quick-link ul li a:hover,
.footer-page-quick-link ul li a:hover {
  color: var(--thm-color);
}

.widget.service-page-quick-link ul li,
.widget.footer-page-quick-link ul li {
  padding: 9px 0;
}

.footer-page-quick-link ul li:first-child,
.service-page-quick-link ul li:first-child {
  padding-top: 0;
}

.footer-v5-blog-img img {
  width: 85px;
  height: 85px;
  min-width: 85px;
  margin-right: 20px;
  object-fit: cover;
  border-radius: 10px;
}

.widget.footer-v5-blog-widget ul li {
  margin: 0;
  padding: 0;
}

.footer-v5-post-thum-widget {
  display: flex;
  margin-bottom: 12px;
  padding-top: 8px;
  align-items: center;
}

.footer-blog-v5-btn a {
  color: var(--thm-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.footer-blog-v5-btn a:hover {
  color: var(--white-color);
}

.footer-blog-v5-btn i {
  margin-left: 5px;
}

.footer-v5-blog-title a {
  color: var(--white-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
}

.footer-v5-copyright-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  border-top: 1px solid #26282f;
}

.footer-v5-copyright-text {
  color: #6f7279;
}

.footer-v5-copyright-text a,
.footer-v5-copyright-text {
  color: #6f7279;
}

.footer-v5-footer-menu ul {
  margin: 0;
  padding: 0;
}

.footer-v5-footer-menu ul li {
  list-style: none;
  display: inline-block;
}

.footer-v5-footer-menu ul li a {
  color: #6f7279;
  margin-right: 30px;
}

.footer-v5-footer-menu ul li:last-child a {
  margin-right: 0;
}

.footer-v5-date {
  color: var(--color-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}

.footer-v5-date i {
  margin-right: 5px;
}

@media (max-width: 1199px) {
  .flex .footer-v5-top-logo {
    display: none;
  }

  .flex .footer-v5-top-content {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .footer-v5-copyright-area {
    display: block;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .footer-v5-footer-menu ul li {
    display: block;
  }

  .footer-v5-footer-menu ul li a {
    margin-right: 0;
  }
}

/* --------- Image Three Style Three ------------- */
.image-v4-item {
  position: relative;
  display: inline-block;
}

.image-v4-item:after {
  height: 95%;
  width: 95%;
  position: absolute;
  left: 35px;
  border-radius: 67% 52% 78% 51% / 60% 61% 76% 57%;
  bottom: 65px;
  border: 3px solid var(--thm-color);
}

.image-v4-item.imag:after {
  content: "";
}

.image-v4-item img {
  object-fit: cover;
}

.image-v4-count-item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 261px;
  height: 261px;
  padding: 30px;
  background: var(--thm-color);
  position: absolute;
  top: -90px;
  right: 0px;
  z-index: 1;
  border-radius: 100%;
  border: 25px solid var(--white-color);
}

.image-v4-experiance-count.timer,
.image-v4-experience-counter span {
  color: var(--white-color);
  margin-bottom: 4px;
  display: inline;
  font-size: 52px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.image-v4-counter-title {
  color: var(--white-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

@media (max-width: 767px) {

  .image-v4-experiance-count.timer,
  .image-v4-experience-counter span {
    color: var(--white-color);
    margin-bottom: 4px;
    display: inline;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .experienc-counter-title {
    font-size: 17px;
  }

  .image-v4-count-item {
    width: 200px;
    height: 200px;
    top: -90px;
    border: 10px solid var(--white-color);
    top: -60px;
  }

  .image-v4-item:after {
    left: 20px;
    bottom: 50px;
  }
}

/* --------- Image Three Style Three ------------- */
.cta_button-area {
  display: flex;
  align-items: center;
}

.cta-button-wrapper {
  border-radius: 15px;
  border: 1px solid var(--thm-color);
  background: var(--white-color);
  box-shadow: 0px 10px 31px 0px rgba(169, 177, 193, 0.17);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px;
  max-width: 610px;
}

.cta-button-icon {
  border-radius: 15px;
  background: rgba(14, 89, 242, 0.1);
  box-shadow: 0px 7px 37px 0px rgba(96, 125, 185, 0.11);
  height: 80px;
  width: 80px;
  min-width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin-right: 20px;
  color: var(--thm-color);
}

.cta-button-title {
  color: var(--color-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 5px;
}

.cta-button-number {
  color: var(--black-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 575px) {
  .cta_button-area {
    margin-bottom: 20px;
  }

  .cta-button-wrapper {
    display: block;
  }
}

/* --------- Footer Six  Style ------------- */
.footer-template-six {
  background: var(--footer-bg-color);
}

.footer-v6-widget-area {
  padding: 76px 0px 30px;
}

.footer-v6-widget-area .widget {
  margin-bottom: 40px;
}

.footer-template-six .footer-v5-social ul li a {
  background: #15284c;
}

.footer-template-six .footer-v5-social ul li a:hover {
  background: var(--thm-color);
}

.footer-v5-about-des.six,
.service-page-quick-link.six ul li a,
.footer-page-quick-link.six ul li a {
  color: #8a99b4;
}

.widget.service-page-quick-link.six ul li,
.widget.footer-page-quick-link.six ul li {
  padding: 8px 0;
}

.footer-page-quick-link.six ul li:first-child,
.service-page-quick-link.six ul li:first-child {
  padding-top: 0;
}

.service-page-quick-link ul li a:hover,
.footer-page-quick-link ul li a:hover {
  color: var(--thm-color);
}

.footer-six-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 320px;
}

.gallery-thumb {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  height: 85px;
  width: 85px;
  margin-top: 5px;
}

.widget .footer-six-gallery .gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-thumb:before {
  content: "";
  height: calc(100% - 14px);
  width: calc(100% - 14px);
  background-color: var(--thm-color);
  opacity: 0.8;
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 10px;
  transform: scaleX(0);
  transition: 0.4s ease-in-out;
}

.gallery-thumb:hover:before {
  transform: scaleX(1);
}

.footer-six-gallery .gallery-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--white-color);
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 20px);
}

.footer-six-gallery .gallery-thumb:hover .gallery-btn {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.footer-v6-copyright-area {
  padding: 30px;
  background: var(--copyright-bg);
}

.footer-v6-copyright-text a,
.footer-v6-copyright-text {
  color: var(--white-color);
  text-align: center;
  line-height: normal;
}

.footer-six-top-box {
  display: flex;
  align-items: center;
}

.footer-six-top-box-wrapper {
  border-bottom: 1px solid #152b54;
}

.footer-six-top-box {
  display: flex;
  padding: 60px 40px;
  border-right: 1px solid #152b54;
}

.footer-six-top-box-wrapper [class*="col-"]:last-child .footer-six-top-box {
  border: none;
  padding-right: 0;
}

.footer-six-top-box-wrapper [class*="col-"]:first-child .footer-six-top-box {
  padding-left: 0;
}

.foooter-v6-top-box-title {
  color: var(--white-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.foooter-v6-top-box-des {
  color: #8a99b4;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 0;
}

.foooter-v6-top-box-des a,
.foooter-v6-top-box-des p {
  margin-bottom: 0;
  color: #8a99b4;
}

.footer-six-top-box .foooter-v6-top-box-des a:hover {
  color: var(--thm-color);
}

.six .footer-one-icon {
  border-radius: 10px;
  font-size: 36px;
}

.footer-v6-about-des {
  color: #8a99b4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 20px;
}

.site-footer .footer-v6-copyright-text a:hover {
  color: var(--thm-color);
}

@media only screen and (max-width: 1199px) and (min-width: 991px) {
  .footer-six-top-box {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 1199px) {
  .footer-six-top-box {
    padding: 30px 30px;
    border-right: none;
  }

  .footer-six-top-box-wrapper {
    padding: 50px 0;
  }
}

@media screen and (max-width: 991px) {

  .footer-six-top-box-wrapper [class*="col-"]:last-child .footer-six-top-box,
  .footer-six-top-box-wrapper [class*="col-"]:first-child .footer-six-top-box,
  .footer-six-top-box {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 767px) {
  .footer-six-top-box {
    padding: 30px 15px;
  }
}

/* -=-------- service one re styley ----- */
.service-box.two {
  padding: 50px;
}

.service-one-icon.two {
  height: 100px;
  width: 100px;
  border-radius: 100px;
  margin-bottom: 27px;
}

.service-one-icon.two svg {
  height: 50px;
  width: 50px;
}

.services-one-des.two {
  margin-bottom: 25px;
}

.service-one-btn .theme-btns.two {
  padding: 13px 32px;
}

/* -=-------- Image V5 styley ----- */
.image-v5-main-image {
  display: inline-block;
  position: relative;
  margin-bottom: 190px;
}

.image-v5-wrapper .image-v5-main-image>img {
  border: 5px solid var(--white-color);
  border: 5px solid var(--white-color);
  box-shadow: 0px 9px 26px 0px rgba(0, 0, 0, 0.08);
  width: 400px;
  height: 355px;
  border-radius: 30px;
}

.image-v5-wrapper .image-v5-image-one img {
  border: 5px solid var(--white-color);
  border-radius: 30px;
  box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.1);
  width: 250px;
  height: 228px;
  position: absolute;
  right: -150px;
  top: 50%;
  object-fit: cover;
  transform: translate(0, -50%);
}

.image-v5-wrapper .image-v5-image-two img {
  border-radius: 30px;
  border: 5px solid var(--white-color);
  box-shadow: 0px 12px 23px 0px rgba(0, 0, 0, 0.09);
  width: 336px;
  height: 366px;
  object-fit: cover;
  position: absolute;
  right: -30px;
  top: 51%;
}

@media screen and (max-width: 560px) {
  .image-v5-image-one img {
    right: 0;
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width: 480px) {
  .image-v5-image-two img {
    width: 200px;
    height: 230px;
    left: 0px;
    top: 75%;
  }

  .image-v5-main-image {
    margin-bottom: 140px;
  }
}

/* ***************************************** 
                   Team V3 Section Style
      ******************************************/
.team-v5-wrapper {
  margin-bottom: 30px;
  padding: 0px 30px 42px;
  border-radius: 15px;
  background: #f4f7fb;
  text-align: center;
  margin-top: 50px;
}

.team-v5-wrapper .team-v5-image {
  position: relative;
}

.team-v5-wrapper .team-v5-image img {
  border-radius: 15px;
  margin-top: -50px;
  margin-bottom: 36px;
}

.team-v5-title {
  margin-bottom: 5px;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.team-v5-title a {
  color: var(--black-color);
}

.team-v5-stitle {
  margin-bottom: 0;
  color: var(--thm-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.team-v5-wrapper:hover .team-v5-stitle,
.team-v5-wrapper:hover .team-v5-title a {
  color: var(--thm-color);
}

/* Team Three Social */

.team-v5-wrapper .social {
  padding: 10px 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 78px;
  left: 50%;
  background: var(--thm-color);
  text-align: center;
  transform: translate(-50%, 0px) rotateY(90deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 100px;
  min-width: 180px;
}

.team-v5-wrapper:hover .social {
  transform: translate(-50%, 0px) rotateY(0deg);
}

.team-v5-wrapper .social li {
  display: inline-block;
}

.team-v5-wrapper .social li a {
  width: 40px;
  color: #5c90fa;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-v5-wrapper .social li:not(:last-child) {
  border-right: 1px solid #5c90fa;
}

.team-v5-wrapper .social li a:hover {
  color: var(--white-color);
}

/* --------- Testimonial Style V4 ---------- */

.testi-v4-item {
  overflow: hidden;
  margin-bottom: 30px;
}

.testi-v4-slider-box {
  margin: 0px 10px;
  margin-bottom: 0;
}

.testi-v4-des {
  background: var(--white-color);
  position: relative;
  color: var(--color-body);
  padding: 30px;
  border: 1px solid var(--border-color);
  border-left: 3px solid var(--thm-color);
  border-radius: 5px;
}

.testi-v4-des:after {
  content: "";
  width: 20px;
  height: 20px;
  background: var(--white-color);
  border-bottom: 1px solid var(--border-color);
  border-left: 1px solid var(--border-color);
  position: absolute;
  bottom: -11px;
  left: 65px;
  transform: skewY(-45deg);
}

.testi-v4-info {
  display: flex;
  align-items: center;
  padding: 35px 25px 0;
}

.testi-v4-item .testi-v4-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid var(--thm-color);
  margin-right: 20px;
}

.testi-v4-item .testi-v4-image img {
  width: 100%;
  height: auto;
}

.testi-v4-name {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 5px 0;
}

.testi-v4-designation {
  color: var(--thm-color);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.testi-v4-box {
  margin-bottom: 0px;
}

/* ------------ HEADER SEVEN STYLE --------- */

.tronix-header.header-template-seven {
  position: absolute;
  width: 100%;
}

.header-template-seven .menu-area {
  border-top: 1px solid #294884;
  border-bottom: 1px solid #294884;
}

.header-seven-top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* height: 100%; */
  height: 70px;
}

.header-seven-social span {
  color: var(--white-color);
  font-family: var(--heading-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 20px;
}

.header-seven-social a {
  color: var(--white-color);
  font-family: "Font Awesome 6 Brands";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 20px;
}

.header-seven-social a:last-child {
  margin-right: 0 !important;
}

.header-template-seven .tronix-canva-open {
  color: var(--white-color);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-right: 1px solid #294884;
  border-left: 1px solid #294884;
  padding: 26px 15px;
  border-radius: 0;
  height: unset;
  width: unset;
  background: unset;
  margin-left: 0;
  gap: 10px;
}

.header-seven-button-area {
  display: flex;
  align-items: center;
}

.header-seven-call-text {
  color: var(--white-color);
  font-family: var(--heading-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header-seven-call-text i {
  margin-right: 5px;
}

a.header-seven-btn {
  color: var(--white-color);
  font-family: var(--heading-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 20px 15px;
  border-right: 1px solid #294884;
  border-left: 1px solid #294884;
  display: inline-block;
  margin-left: 40px;
}

a.header-seven-btn:hover {
  color: var(--black-color);
  background: var(--white-color);
}

.header-template-seven .main-menu>ul>li>a {
  padding: 20px 0;
  color: var(--white-color);
  font-family: var(--heading-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.header-seven-button-area button.tronix-menu-toggle {
  margin-left: 40px;
}

@media (max-width: 991px) {
  .tronix-header.header-template-seven .menu-area {
    padding: 0;
  }

  .header-template-seven .header-logo {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .header-seven-call-text {
    display: none;
  }

  a.header-seven-btn {
    margin-left: 0;
  }
}

@media screen and (max-width: 500px) {
  a.header-seven-btn {
    display: none;
  }

  .tronix-header.header-template-seven .menu-area {
    padding: 10px;
  }

  .header-seven-button-area button.tronix-menu-toggle {
    margin-left: 0;
  }

  .header-seven-social span {
    display: none;
  }
}

/* ---------- SLIDER TWO STYLE ----------- */

@media (min-width: 1400px) {
  .slider-v2-wrapper .container {
    max-width: 1350px;
  }
}

@media (min-width: 1400px) {
  .slider-v2-wrapper .slider-v2-style-v2 .container {
    max-width: 1220px;
  }
}

.slider-v2-wrapper {
  position: relative;
}

.slider-v2-bg-img {
  height: 800px;
  display: flex !important;
  align-items: center;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slider-v2-stitle {
  color: var(--white-color);
  text-transform: uppercase;
  margin-bottom: 19px;
  font-family: var(--heading-font);
  font-weight: 600;
  line-height: normal;
}

.slider-v2-title {
  margin-bottom: 27px;
  color: var(--white-color);
  font-family: var(--heading-font);
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px;
}

.slider-v2-des {
  color: var(--white-color);
  font-family: var(--heading-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 46px;
  margin-right: 50px;
}

.slider-v2-item .theme-btns.slider-btn-style {
  margin-left: 0px;
  background: var(--white-color);
  color: var(--thm-color);
}

.slider-v2-single-item {
  border-radius: 20px;
  backdrop-filter: blur(5.650000095367432px);
  padding: 30px 40px 30px 30px;
  border: 1px solid #e1eaf229;
  overflow: hidden;
  max-width: 370px;
  transition: 0.4s;
}

.slider-v2-service-lavel {
  border-radius: 100px;
  border: 0.5px solid #e1eaf229;
  padding: 6px 12px;
  display: inline-block;
  color: var(--white-color);
  font-family: var(--heading-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}

.slider-v2-service-text {
  color: var(--white-color);
  font-family: var(--heading-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.slider-v2-service-icon {
  border: 1px solid #e1eaf229;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  border-radius: 123px;
  position: absolute;
  right: -13px;
  bottom: -19px;
  text-align: center;
  color: var(--white-color);
  padding: 15px 30px 23px 15px;
  background: rgba(14, 89, 242, 0.1);
}

.slider-v2-single-item:hover .slider-v2-service-icon {
  background: var(--thm-color);
  color: var(--white-color);
}

.slider-v2-single-item:hover {
  background: var(--white-color);
}

.slider-v2-single-item:hover .slider-v2-service-lavel {
  color: var(--black-color);
  border-color: var(--black-color);
}

.slider-v2-single-item:hover .slider-v2-service-text {
  color: var(--black-color);
}

.slider-v2-single-item {
  position: absolute;
}

.slider-v2-box-item {
  position: relative;
}

.slider-v2-single-item.box1 {
  left: 100px;
  bottom: 50px;
}

.slider-v2-single-item.box2 {
  top: 50px;
  right: 0;
}

.slider-v2-single-item.box3 {
  top: -62px;
}

.slider-v2-social-item {
  position: relative;
  z-index: 11;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.slider-v2-social-item a {
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  border: 1px solid var(--white-color);
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: var(--white-color);
  margin-right: 8px;
}

.slider-v2-social-item a:hover {
  background: var(--white-color);
  color: var(--thm-color);
}

.horizental-slider-text {
  position: absolute;
  left: 40px;
  color: rgba(148, 154, 168, 0.83);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  top: 50%;
  transform: translate(0%, -50%);
}

.horizental-slider-text .letter {
  display: block;
}

/* ----- */
.slider-v2-style-v2 .slider-v2-social-item {
  top: 50%;
  bottom: auto;
  transform: translate(0%, -50%);
}

.slider-v2-style-v2 .slider-v2-social-item a {
  display: flex;
  margin-bottom: 10px;
}

/* ----- */

.slider-v2-style-v2 .slick-dots {
  position: absolute;
  width: 20px;
  transform: translate(0%, -50%);
  margin-top: 0;
  top: unset;
  bottom: 30px;
  right: 220px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.slider-v2-style-v2 .slick-dots li {
  display: block;
  height: unset;
  border: none;
  width: unset;
  padding: 0;
  margin: 0;
}

.slider-v2-style-v2 .slick-dots li button {
  width: 40px;
  height: 40px;
  font-size: 20px;
  background: transparent;
  visibility: visible;
  color: var(--white-color);
  border: 1px solid var(--white-color);
}

.slider-v2-style-v2 .slick-dots li.slick-active button {
  background: var(--thm-color);
  color: var(--white-color);
  border: transparent;
}

@media (max-width: 1599px) {
  .slider-v2-style-v2 .slider-v2-social-item {
    top: unset;
    bottom: 40px;
    transform: unset;
  }

  .slider-v2-style-v2 .slider-v2-social-item a {
    display: inline-flex;
  }
}

@media screen and (max-width: 1199px) {
  .slider-v2-single-item.box1 {
    left: 0px;
  }

  .slider-v2-title {
    font-size: 70px;
    line-height: 80px;
  }
}

@media screen and (max-width: 991px) {
  .slider-v2-title {
    font-size: 60px;
    line-height: 70px;
  }

  .slider-v2-box-item {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .slider-v2-des {
    margin-right: 0;
  }

  .slider-v2-item .slider-v2-btn-img {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .slider-v2-title {
    font-size: 48px;
    line-height: 58px;
  }

  .slider-v2-style-v2 .slider-v2-social-item a {
    display: none;
  }
}

/* 
  ---------- SLIDER THREE STYLE ----------- 
  */

.slider-v3-wrapper {
  position: relative;
}

.slider-v3-bg-img {
  height: 850px;
  display: flex !important;
  align-items: center;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.slider-v3-stitle {
  color: var(--white-color);
  text-transform: uppercase;
  margin-bottom: 21px;
  font-family: var(--heading-font);
  font-weight: 600;
  line-height: normal;
  border: 1px solid var(--white-color);
  display: inline-block;
  padding: 15px 30px;
  border-radius: 100px;
}

.slider-v3-title {
  color: var(--white-color);
  font-family: var(--heading-font);
  font-size: 90px;
  font-style: normal;
  font-weight: 600;
  line-height: 110px;
  margin-bottom: 53px;
}

.slider-v3-des {
  color: var(--white-color);
  font-family: "Hanken Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 55px;
  margin-right: 50px;
}

.slider-V3-arrow-wrapper {
  display: flex;
  gap: 15px;
  position: absolute;
  bottom: 50px;
  left: 54%;
  translate: inherit;
}

.slider-V3-arrow-wrapper button {
  margin-bottom: 0;
  width: 90px;
  height: 90px;
  flex-shrink: 0;
  color: var(--white-color);
  font-family: var(--heading-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 100px;
  border: 0px solid transparent;
  background: rgba(255, 255, 255, 0.2);
}

.slider-V3-arrow-wrapper button:hover {
  background: var(--thm-color);
}

.slider-v3-shape-img {
  position: absolute;
  left: 60px;
  top: 180px;
  animation: rounded 30s linear infinite;
}

.play-btn-icon {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.play-btn-icon>i {
  line-height: 80px;
  text-align: center;
  background-color: var(--thm-color);
  border: 1px solid rgba(199, 134, 101, 0.2);
  color: var(--white-color);
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
  position: relative;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
}

.play-btn-icon:after,
.play-btn-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 1px solid var(--white-color);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripples;
}

.slider-v3-btn-wrp {
  display: flex;
  align-items: center;
  gap: 30px;
}

.slider-v3-btn-wrp span {
  color: var(--white-color);
  font-family: var(--heading-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@keyframes ripples {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  30% {
    opacity: 0.8;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@media screen and (max-width: 1799px) {
  .slider-v3-shape-img {
    left: 15px;
    top: 180px;
  }
}

@media screen and (max-width: 1199px) {
  .slider-v3-single-item.box1 {
    left: 0px;
  }

  .slider-v3-title {
    font-size: 80px;
    line-height: 100px;
  }
}

@media screen and (max-width: 991px) {
  .slider-v3-title {
    font-size: 70px;
    line-height: 80px;
  }

  .slider-v3-box-item {
    display: none;
  }

  .slider-v3-bg-img {
    height: 780px;
  }

  .slider-v3-content-box {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .slider-v3-des {
    margin-right: 0;
  }

  .slider-v3-title {
    font-size: 60px;
    line-height: 70px;
  }

  .slider-V3-arrow-wrapper {
    display: none;
  }

  .slider-v3-shape-img {
    display: none;
  }

  .slider-v3-bg-img {
    height: 700px;
  }
}

@media screen and (max-width: 500px) {
  .slider-v3-title {
    font-size: 50px;
    line-height: 60px;
  }
}

@-webkit-keyframes rounded {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rounded {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* 
      ============= AD SLIDER SECTION CSS ===============
     */
.marquee-wrap {
  overflow: hidden;
  max-width: 1920px;
}

.marquee-wrap .marquee__group {
  display: flex;
}

.marquee-wrap .marquee__group .m-item {
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: marquee;
  text-transform: uppercase;
  display: flex;
  margin: 0 10px;
  letter-spacing: normal;
  animation-duration: 15s;
  padding: 16px 22px;
  align-items: center;
  gap: 8px;
  color: var(--black-color);
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-size: 18px;
  white-space: nowrap;
  border-radius: 34.5px;
  background: #f9f9f9;
}

.marquee-wrap .marquee__group .m-item.one {
  animation-name: marquee2;
}

.marquee-wrap .marquee__group .m-item i {
  color: var(--thm-color);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes marquee2 {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

/* ----------- TRONIX TABS WIDGET STYLE ------------ */

.tronixs-tabs-wrapper .nav-single-item {
  padding: 20px 30px;
  width: 173px;
  height: 158px;
  flex-shrink: 0;
  background: var(--bg-color);
  background-image: url(../img/tab-bg.png) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.4s;
  position: relative;
  border: none !important;
}

.tronix-tab-icon {
  font-size: 60px;
  margin-bottom: 15px;
}

.tronix-tab-name {
  color: var(--black-color);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.nav-single-item span {
  color: var(--thm-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  position: absolute;
  left: 20px;
}

.tronixs-tabs-wrapper .nav {
  gap: 20px;
  margin-bottom: 50px;
  border: none;
  justify-content: center;
}

.tronixs-tabs-wrapper .nav-single-item.active {
  background: var(--thm-color);
  background-image: url(../img/tab-bg-active.png) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.nav-single-item.active span,
.nav-single-item.active .tronix-tab-icon,
.nav-single-item.active .tronix-tab-name {
  color: var(--white-color);
}

.tab-custom-image {
  margin-right: 30px;
}

.tronixs-tabs-wrapper .tab-custom-image img {
  width: 100%;
  border-radius: 10px;
  max-height: 540px;
  object-fit: cover;
}

.tronix-tab-btn .theme-btns {
  margin-top: 30px;
}

.service-tab-custom-content {
  margin-left: 20px;
}

.tronixs-tabs-wrapper .tab-content {
  background: unset;
  max-height: 100%;
  padding: unset;
  border-radius: unset;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .tronixs-tabs-wrapper .tab-custom-image img {
    width: auto;
    border-radius: 10px;
    max-height: 540px;
    object-fit: cover;
  }

  .tab-custom-image {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .service-tab-custom-content {
    margin-left: 0;
  }
}

/* ------- Team Six STYLE -------- */

.team-six-item {
  display: flex;
  align-items: center;
  border-radius: 20px;
  background: #fdfeff;
  margin-bottom: 20px;
  padding: 20px;
  gap: 25px;
  transition: 0.4s;
  border: 1px solid #e7ebf0;
}

.team-six-item:hover {
  background: #092b68;
}

.team-six-wrapper .team-six-image img {
  width: 251px;
  height: 192px;
  object-fit: contain;
  object-fit: cover;
  min-width: 250px;
  border-radius: 10px;
}

.team-six-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1px;
}

.team-six-title a {
  color: var(--thm-color);
}

.team-six-item:hover .team-six-title a {
  color: var(--white-color);
}

span.team-six-stitle {
  color: var(--black-color);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px solid #e7ebf0;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 14px;
}

.team-six-item:hover .team-six-stitle {
  color: var(--white-color);
}

.team-six-text {
  color: var(--black-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 18px;
}

.team-six-item:hover .team-six-text {
  color: var(--white-color);
}

.team-six-item ul {
  margin: 0;
  padding: 00;
}

.team-six-item ul li {
  list-style: none;
  display: inline-block;
}

.team-six-item ul li a {
  color: var(--thm-color);
  text-align: center;
  font-family: "Font Awesome 6 Brands";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 37px;
  height: 37px;
  flex-shrink: 0;
  background: #eef4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 8px;
}

.team-six-item ul li a:hover {
  background: var(--bg-color);
}

.team-six-item ul li:last-child a {
  margin-right: 0;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .team-six-wrapper .team-six-image img {
    min-width: 210px;
  }
}

@media screen and (max-width: 767px) {
  .team-six-item {
    gap: 20px;
  }

  .team-six-wrapper .team-six-image img {
    min-width: 239px;
  }
}

@media screen and (max-width: 500px) {
  .team-six-item {
    display: block;
    padding: 30px;
  }

  .team-six-wrapper .team-six-image img {
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%;
    height: 300px;
    min-width: auto;
  }
}

/* ----------- TESTIMONIAL V5 STYLE --------- */
.testimonial-v5-des {
  color: var(--color-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 52px;
}

.testimonial-v5-name {
  color: var(--black-color);
  font-family: var(--heading-font);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
}

.testimonial-v5-designation {
  color: var(--color-body);
  font-family: "Hanken Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.testimonial-v5-content {
  display: flex;
  align-items: center;
  gap: 20px;
}

.testimonial-v5-item-box .testimonial-v5-img img {
  border: 1px solid #ced2db;
  padding: 12px;
  border-radius: 100px;
  height: 120px;
  width: 120px;
}

.testmonial-v5-icon {
  font-size: 60px;
  margin-bottom: 24px;
}

.testimonial-v5-item-box {
  border-radius: 20px;
  border: 0.5px solid #a3bee0;
  background: #fffdfd;
  box-shadow: 1px 2px 26.8px 0px rgba(247, 247, 248, 0.25);
  padding: 60px 60px 40px;
  margin: 0 5px;
}

.testimonial-v5-items {
  position: relative;
}

.testi-v5-shape-img {
  position: absolute;
}

.testi-v5-shape-img.one1 img {
  object-fit: cover;
  border-radius: 20px;
  width: 140px;
  height: 136px;
}

.testi-v5-shape-img.one1 {
  top: -110px;
  left: 55px;
}

.testi-v5-shape-img.one2 {
  left: -155px;
  bottom: 80px;
}

.testi-v5-shape-img.one2 img {
  width: 180px;
  height: 160px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #d9d9d9;
  object-fit: cover;
}

.testi-v5-shape-img.one3 {
  right: -190px;
  top: 40px;
}

.testi-v5-shape-img.one3 img {
  width: 215px;
  height: 195px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #d9d9d9;
  object-fit: cover;
}

.testi-v5-shape-img.one4 {
  right: -250px;
  bottom: 20px;
}

.testi-v5-shape-img.one4 img {
  width: 200px;
  height: 155px;
  border-radius: 20px;
  background: #d9d9d9;
  object-fit: cover;
}

.testi-v5-shape-img.one5 {
  top: -40px;
  left: -240px;
}

.testi-v5-shape-img.one5 img {
  border-radius: 20px;
  width: 210px;
  height: 220px;
  flex-shrink: 0;
  object-fit: cover;
}

.testi-v5-shape-img.one6 img {
  height: 150px;
  width: 160px;
  object-fit: cover;
  border-radius: 20px;
}

.testi-v5-shape-img.one6 {
  right: 60px;
  bottom: -115px;
}

.testimonial-v5-share {
  color: #ffb422;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 18px;
  gap: 5px;
  display: flex;
  margin-bottom: 5px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .testi-v5-shape-img.one5 {
    top: -40px;
    left: -170px;
  }

  .testi-v5-shape-img.one3 img {
    width: 201px;
    height: 190px;
  }

  .testi-v5-shape-img.one3 {
    right: -165px;
    top: 40px;
  }

  .testi-v5-shape-img.one4 img {
    width: 180px;
    height: 150px;
  }

  .testi-v5-shape-img.one4 {
    right: -170px;
    bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .testi-v5-shape-img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-v5-item-box {
    padding: 50px 40px 40px;
  }

  .testimonial-v5-item-box .testimonial-v5-img img {
    height: 100px;
    width: 100px;
    min-width: 70px;
    padding: 8px;
  }
}

@media screen and (max-width: 500px) {
  .testimonial-v5-item-box .testimonial-v5-img img {
    height: 70px;
    width: 70px;
    min-width: 70px;
    padding: 0;
  }

  .testimonial-v5-item-box {
    padding: 45px 30px 40px;
  }
}

/* -------- Video Icon Style  ----------- */

.play-icon {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.play-icon>i {
  line-height: 80px;
  text-align: center;
  background-color: var(--thm-color);
  border: 1px solid rgba(199, 134, 101, 0.2);
  color: var(--white-color);
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 5 Free";
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
}

.play-icon:after,
.play-icon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--thm-color);

  border: 0;
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
  animation-duration: 5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  30% {
    opacity: 0.8;
  }

  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

/* ---------BLOG THREE STYLE ---------- */
.blog-v3-content-box {
  margin-bottom: 40px;
}

.blog-v3-content-box:nth-child(odd) .row {
  flex-direction: row-reverse;
}

.blog-v3-content-item {
  display: flex;
  margin-right: 20px;
}

.blog-v3-content-box:nth-child(odd) .blog-v3-content-item {
  margin-right: 0px !important;
  margin-left: 20px;
}

.blog-v3-date {
  border: 1px solid #a3bee0;
  height: max-content;
  width: min-content;
  padding: 11px 20px 15px;
  color: var(--color-body);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-right: 0;
  transition: 0.4s;
}

.blog-v3-date:hover {
  background: var(--thm-color);
  color: var(--white-color);
}

.blog-v3-date:hover span {
  color: var(--white-color);
}

.blog-v3-date span {
  color: var(--thm-color);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 8px;
  display: inline-block;
}

.blog-v3-title {
  color: var(--black-color);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}

.blog-v3-content {
  padding: 0px 20px 20px;
  border-left: 1px solid #a3bee0;
  border-bottom: 1px solid #a3bee0;
}

.blog-v3-btn a {
  color: var(--thm-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  z-index: 1;
}

.blog-v3-btn i {
  width: 75px;
  height: 75px;
  border: 1px solid #dedede;
  border-radius: 100px;
  line-height: 75px;
  position: relative;
  left: -25px;
  text-align: center;
  z-index: -1;
}

.blog-v3-dec {
  color: var(--color-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 22px;
}

.blog-v3-content-box .blog-v3-img img {
  height: 300px;
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .blog-v3-content-item {
    margin: 0;
    margin-bottom: 30px;
  }

  .blog-v3-content-box:nth-child(odd) .blog-v3-content-item {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .blog-v3-date {
    width: unset;
    padding: 8px 15px 8px;
    font-size: 18px;
    border: 1px solid #a3bee0;
    color: var(--thm-color);
    margin-bottom: 15px;
  }

  .blog-v3-content {
    padding: 0px 20px 20px;
    border: 1px solid #a3bee0;
    padding: 20px;
  }

  .blog-v3-title {
    font-size: 30px;
  }
}

/* ------------ SERVICE-V7-STYLE ------------ */
.service-v7-icon {
  width: 64px;
  height: 64px;
  font-size: 30px;
  border: 1px solid var(--bg-color);
  color: var(--thm-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  margin-bottom: 20px;
}

.service-v7-title {
  color: var(--black-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 32px;
}

.service-v7-title a {
  color: var(--black-color);
}

.service-v7-title a:hover {
  color: var(--thm-color);
}

.service-v7-wrapper .service-v7-img img {
  width: 100%;
  height: 145px;
  border-radius: 10px;
  background: #d9d9d9;
  margin-bottom: 32px;
  object-fit: cover;
}

.service-v7-btn i {
  height: 65px;
  width: 65px;
  line-height: 65px;
}

.service-v7-btn.blog-v3-btn {
  text-align: right;
}

.custom-border {
  border-left: 1px solid var(--bg-color);
  height: max-content;
}

.service-v7-box {
  padding: 0px 10px;
  margin-bottom: 30px;
}

.service-v7-wrapper [class*="col-"]:nth-child(even) {
  margin-top: 150px;
}

@media screen and (max-width: 1199px) {
  .service-v7-wrapper .service-v7-img img {
    height: 180px;
  }

  .service-v7-wrapper [class*="col-"]:nth-child(odd) {
    border-left: 0;
  }

  .service-v7-wrapper [class*="col-"]:nth-child(even) {
    margin-top: 0px;
  }
}

@media screen and (max-width: 767px) {
  .custom-border {
    border-left: none;
  }
}

/* --------- BLOG V4 STYLE -------- */

.blog-v4-box .blog-v4-img img {
  width: 360px;
  min-width: 360px;
  height: 385px;
  border-radius: 10px;
  object-fit: cover;
}

.blog-v4-box {
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
}

.blog-v4-item {
  border-radius: 10px;
  border: 0.5px solid #ffffff57;
  margin-left: -150px;
  padding: 25px 30px;
  position: relative;
  bottom: 30px;
  background: var(--white-color);
  transition: 0.4s;
}

.blog-v4-box:hover .blog-v4-item {
  background: rgba(21, 31, 49, 0.31);
  backdrop-filter: blur(7.050000190734863px);
}

.blog-v4-meta {
  display: flex;
  gap: 30px;
}

.blog-v4-meta a i {
  margin-right: 8px;
  color: var(--thm-color);
}

.blog-v4-meta a {
  color: var(--black-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.blog-v4-title {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 11px;
  margin-bottom: 7px;
}

.blog-v4-title a {
  color: var(--black-color);
}

.blog-v4-des {
  color: var(--black-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: 0.4s;
  margin-bottom: 13px;
}

.blog-v4-btn a {
  color: var(--black-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.blog-v4-box:hover .blog-v4-btn a,
.blog-v4-box:hover .blog-v4-btn a i,
.blog-v4-box:hover .blog-v4-title a,
.blog-v4-box:hover .blog-v4-meta a,
.blog-v4-box:hover .blog-v4-des {
  color: var(--white-color);
}

.blog-slide-item.slick-slide {
  margin: 0 10px;
}

.blog-v4-wrapper .pagination-area {
  margin-top: 40px;
}

.blog-v4-wrapper .pagination-area ul {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .blog-v4-box {
    display: block;
  }

  .blog-v4-item {
    margin-left: 0;
  }

  .blog-v4-box .blog-v4-img img {
    width: 100%;
    height: 350px;
    min-width: auto;
  }
}

/* --------- TESTIMONIL V5  style -------- */

.testi-v6-wrapper .container {
  position: relative;
}

.testi-v6-content-area {
  margin-left: -90px;
}

.testi-v6-content {
  border-radius: 10px;
  border: 1px solid #e5e1e145;
  background: var(--white-color);
  position: relative;
  padding: 50px 30px;
  text-align: center;
}

.testi-v6-wrapper .testi-v6-img img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  position: relative;
  padding: 40px;
  padding-right: 0;
}

.testi-v6-des {
  color: var(--color-body);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
}

.testi-v6-img {
  position: relative;
}

.testi-v6-info {
  border-radius: 0px 5px 5px 0px;
  background: #f2f2f2;
  padding: 12px 30px 12px 40px;
  width: max-content;
  position: absolute;
  top: 80px;
}

.testi-v6-img:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  background: #f2f2f2;
  left: 0;
  border-radius: 10px;
}

.testi-v6-name {
  color: var(--thm-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 6px;
}

.testi-v6-designation {
  color: var(--black-color);
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.tesi-v6-slide.slick-slide {
  margin: 0 10px;
}

.testi-v6-title {
  color: var(--black-color);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}

.testi-v6-bg-shape {
  position: relative;
  z-index: 1;
}

.testi-v6-bg-shape::after {
  mask-image: url(../img/testi-bg.svg);
  -webkit-mask-image: url(../img/testi-bg.svg);
  -webkit-mask-size: cover;
  mask-size: auto;
  -webkit-mask-position: top;
  -webkit-mask-repeat: no-repeat;
  mask-position: right;
  mask-repeat: no-repeat;
  content: "";
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--thm-color);
  z-index: -1;
}

.testi-v6-share {
  position: relative;
  border-radius: 5px;
  background: #f8f8f8;
  display: flex;
  gap: 5px;
  color: #ffb422;
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  /* 150% */
  letter-spacing: 6.2px;
  width: max-content;
  padding: 8px 20px;
  margin-top: 25px;
}

.testi-v6-wrapper .test-v6-arrow-wrapper {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 20px;
  right: 50px;
}

.testi-v6-wrapper .test-v6-arrow-wrapper button {
  font-size: 40px;
  padding: 0;
  margin: 10px;
  background: transparent;
  color: var(--white-color);
  border: 0;
}

.test-v6-arrow-wrapper .slider-line {
  width: 110px;
  background: var(--white-color);
}

span.tesi-v10-rating-text {
  color: var(--Color-4, #70ff00);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-left: 10px;
  display: inline-block;
}

span.tesi-v10-rating-text i {
  color: #ffb422;
  margin-right: 2px;
}

@media screen and (max-width: 767px) {
  .test-v6-arrow-wrapper {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .testi-v6-content-area {
    margin-left: 0;
  }

  .testi-v6-wrapper .testi-v6-img img {
    height: 300px;
  }

  .testi-v6-title {
    font-size: 30px;
  }
}

/* company abaout Widget  */
.company-about-wrapper .company-logo {
  margin-bottom: 26px;
}

.company-about-wrapper .widget-title {
  font-weight: 500;
  line-height: normal;
  margin-bottom: 21px;
}

.company-about-dec {
  color: #8a99b4;
  margin-bottom: 23px;
}

.company-about-social {
  display: flex;
  gap: 10px;
}

.company-about-social a {
  display: flex;
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #15284c;
  color: var(--white-color);
}

.company-about-social a:hover {
  background: var(--thm-color);
  color: var(--white-color);
}

/* Page Link Style */

.tronix-pageLink-item ul {
  margin: 0;
  padding: 0;
}

.tronix-pageLink-item ul li a {
  color: #8a99b4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.tronix-pageLink-item ul li a:hover {
  color: var(--thm-color);
}

.tronix-pageLink-item .widget-title {
  margin-bottom: 17px;
  font-weight: 500;
  line-height: normal;
  position: relative;
}

.widget-title.fborder:after {
  display: inline-block;
  content: "";
  bottom: -20px;
  opacity: 1;
  font-size: 20px;
  line-height: 1;
  height: 2px;
  width: 50px;
  background: var(--black-color);
  position: absolute;
  left: 0;
}

/* Blog post widget */
.footer-blogPost-wrp .widget-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 29px;
}

.footer-blogPost-content ul {
  margin: 0;
  padding: 0;
}

.footer-blogPost-content ul li {
  list-style: none;
}

.footer-blogPost-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

ul li:last-child .footer-blogPost-item {
  margin-bottom: 0;
}

.footer-blogPost-wrp .footer-blogPost-img img {
  width: 60px;
  height: 60px;
  min-width: 60px;
  object-fit: cover;
  border-radius: 10px;
}

/* subscribe widget */
.wpcf7-spinner {
  position: absolute;
}

.tronix-newslatter-button input[type="submit"] {
  line-height: 20px;
  padding: 13px 25px;
  border-radius: 15px;
  margin-top: 9px;
  margin-right: 5px;
  box-shadow: 0px 4px 40px 0px rgba(2, 83, 206, 0.35);
  position: absolute;
  right: 0;
}

.two .tronix-newslatter-button input[type="submit"]:hover {
  background: var(--white-color);
  color: var(--thm-color);
}

.two .footer-newslatter-area input[type="email"] {
  margin-bottom: 0;
  border-radius: 5px;
  border: 1px solid #152b54;
  background: transparent;
  color: var(--white-color);
}

.two .footer-newslatter-area input[type="email"]::placeholder {
  color: #939ca7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.three .footer-newslatter-area input[type="email"] {
  margin-bottom: 0;
  text-align: center;
  border-radius: 34.5px;
  border: 1px solid var(--white-color);
  background: var(--white-color);
}

.three .tronix-newslatter-button.button {
  position: relative;
  top: 0;
  right: 0;
}

.three .tronix-newslatter-button input[type="submit"] {
  padding: 18px 22px;
  margin-top: 20px;
  margin-right: 0;
  box-shadow: 0px 4px 40px 0px rgba(2, 83, 206, 0.35);
  width: 100%;
  display: flex;
  justify-content: center;
  color: var(--white-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 34.5px;
  background: var(--thm-color);
}

.three .tronix-newslatter-button input[type="submit"]:hover {
  background: var(--white-color);
  color: var(--thm-color);
}

.three .footer-newslatter-area input[type="email"] {
  color: var(--black-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.three .footer-newslatter-area input[type="email"]::placeholder {
  color: var(--color-body);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* --------- Project V4 style -------- */
.project-v4-wrapper .project-spacing {
  padding: 0;
}

.project-v4-box {
  overflow: hidden;
  position: relative;
}

.project-v4-box:before {
  content: "";
  background: var(--thm-color);
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s ease 0s;
}

.project-v4-box:hover:before {
  opacity: 0.9;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
}

.project-v4-wrapper .project-v4-box img {
  width: 100%;
  height: auto;
  height: 420px;
}

.project-v4-box .project-v4-icon a {
  border-radius: 100px;
  box-shadow: 0px 4px 40px 0px rgba(2, 83, 206, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--white-color);
  width: 50px;
  height: 50px;
  font-size: 20px;
  margin-bottom: 18px;
}

.project-v4-box:hover .project-v4-content {
  transform: translateY(-50%) scale(1);
}

.project-v4-box .project-v4-content {
  width: 86%;
  transform: translateY(-50%) scale(0);
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0px;
  transition: all 0.4s ease 0s;
  margin: auto;
  padding: 40px 40px;
  top: 50%;
  text-align: center;
}

.project-v4-cat ul {
  margin: 0;
  padding: 0;
}

.project-v4-cat ul li {
  list-style: none;
  display: inline-block;
}

.project-v4-cat ul li a {
  color: var(--white-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 13px;
}

.project-v4-title {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.project-v4-title a {
  color: var(--white-color);
}

.project-v4-title a:hover {
  color: var(--black-color);
}

.pagination-area ul {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .project-v4-title {
    font-size: 26px;
  }
}

/* ---------- PROJECT FIVE STYLE -------- */
.project-v5-wrapper .container-fluid,
.project-v5-wrapper .container {
  position: relative;
}

.project-v5-box {
  margin-bottom: 30px;
}

.project-v5-box.slide {
  margin-bottom: 0;
  margin-left: 12px;
  margin-right: 12px;
}

.project-v5-wrapper .project-v5-image img {
  width: 100%;
  height: 475px;
  object-fit: cover;
}

.project-v5-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.project-v5-category ul li a {
  color: var(--white-color);
  font-family: var(--heading-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid var(--white-color);
  padding: 10px 20px;
  border-radius: 100px;
  margin-top: 30px;
  margin-bottom: 27px;
}

.project-v5-title {
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 40px;
}

.project-v5-title a {
  color: var(--white-color);
}

.project-v5-title a:hover {
  color: var(--thm-color);
}

.project-v5-arrow {
  position: absolute;
  right: 10px;
  top: -170px;
  gap: 15px;
  display: flex;
}

.project-v5-arrow button {
  color: var(--white-color);
  font-family: var(--heading-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.22);
  height: 90px;
  width: 90px;
  border-radius: 100px;
  background: var(--thm-color);
}

/* ----- */

.project-v5-btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  width: 12rem;
  height: auto;
}

.project-v5-btn .project-v5-circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  background: var(--thm-color);
  border-radius: 100px;
  width: 48px;
  height: 48px;
}

.project-v5-btn .project-v5-circle .project-v5-arrow-icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--white-color);
}

.project-v5-btn .project-v5-circle .project-v5-arrow-icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

.project-v5-btn .project-v5-circle .project-v5-arrow-icon::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid var(--white-color);
  border-right: 0.125rem solid var(--white-color);
  transform: rotate(45deg);
}

.project-v5-btn .project-v5-btn-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: var(--white-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-v5-btn:hover .project-v5-circle {
  width: 100% !important;
}

.project-v5-btn:hover .project-v5-circle .project-v5-arrow-icon {
  background: var(--white-color);
  transform: translate(1rem, 0);
}

.project-v5-btn:hover .project-v5-btn-text {
  color: var(--white-color);
}

@media (max-width: 767px) {
  .project-v5-arrow {
    display: none;
  }
}

/* -------- BUTTON STYLE TWO ------- */

.button-v2 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  width: 11rem;
  height: auto;
}

.button-v2 .button-v2-circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  background: var(--thm-color);
  border-radius: 100px;
  width: 48px;
  height: 48px;
}

.button-v2 .button-v2-circle .button-v2-arrow-icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--black-color);
}

.button-v2 .button-v2-circle .button-v2-arrow-icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

.button-v2 .button-v2-circle .button-v2-arrow-icon::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid var(--white-color);
  border-right: 0.125rem solid var(--white-color);
  transform: rotate(45deg);
}

.button-v2 .button-v2-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: var(--black-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-v2:hover .button-v2-circle {
  width: 100% !important;
}

.button-v2:hover .button-v2-circle .button-v2-arrow-icon {
  background: var(--white-color);
  transform: translate(1rem, 0);
}

.button-v2:hover .button-v2-text {
  color: var(--white-color);
}

/* -------- SERVICE V8 STYLE -----  */

.services-v8-box {
  padding: 50px 40px;
  border: 1px solid #3d3d3d;
  transition: 0.4s;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}

.services-v8-box::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -58px;
  background-image: url(../img/service-8.svg);
  height: 40px;
  width: 58px;
  background-size: auto;
  background-repeat: no-repeat;
  transition: 0.4s;
  opacity: 0;
}

.services-v8-box:hover:after {
  top: 10px;
  right: 10px;
  opacity: 1;
}

.services-v8-title {
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 14px;
  transition: 0.4s;
}

.services-v8-title a,
.services-v8-title {
  color: var(--white-color);
}

.services-v8-des {
  color: var(--color-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 33px;
}

.services-v8-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  margin-bottom: 30px;
  color: var(--white-color);
  transition: 0.4s;
}

.services-v8-button .button-v2-text {
  color: var(--white-color);
}

.services-v8-box:hover {
  background: var(--white-color);
}

.services-v8-box:hover .services-v8-title a,
.services-v8-box:hover .services-v8-title {
  color: var(--black-color);
}

.services-v8-box:hover .services-v8-button .button-v2-text {
  color: var(--black-color);
}

.services-v8-box:hover .button-v2:hover .button-v2-text {
  color: var(--white-color);
}

.services-v8-box:hover .services-v8-icon {
  color: var(--thm-color);
}

/* ---------- TEAM SEVEN STYLE ---------- */
.team-v7-box {
  position: relative;
  margin-bottom: 20px;
}

.team-v7-box.slide {
  margin-bottom: 0;
}

.team-v7-box .team-v7-image img {
  width: 100%;
  height: 580px;
  object-fit: cover;
}

.team-v7-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: scale(0);
  transition: 0.4s;
}

.team-v7-box:hover .team-v7-content {
  transform: scale(1);
}

.team-v7-info-area {
  border-radius: 10px;
  border: 1px solid #ffffff61;
  background: rgba(8, 16, 19, 0.12);
  backdrop-filter: blur(19px);
  text-align: center;
  padding: 40px 30px 50px;
  margin: 30px;
}

.team-v7-social {
  display: inline-flex;
  gap: 10px;
  border-top: 1px solid #ffffff61;
  padding-top: 20px;
}

.team-v7-social a {
  color: var(--thm-color);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 37px;
  height: 37px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white-color);
}

.team-v7-social a:hover {
  background: var(--thm-color);
  color: var(--white-color);
}

.team-v7-title {
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 4px;
}

.team-v7-title a {
  color: var(--white-color);
}

.team-v7-title a:hover {
  color: var(--thm-color);
}

.team-v7-stitle {
  color: var(--thm-color);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 10px;
}

/* ------------ TESTIMONIAL SEVEN STYLE ----------- */

.testimonial-v7-designation {
  color: var(--white-color);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 58px;
  /* 120.833% */
  margin-bottom: 15px;
}

.testimonial-v7-name {
  color: var(--thm-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.testimonial-v7-share {
  color: #ffb422;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  letter-spacing: 6.2px;
  display: inline-flex;
  gap: 5px;
}

.testimonial-v7-item {
  text-align: center;
}

.testimonial-v7-description {
  color: var(--color-body);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
  margin-top: 35px;
  margin-bottom: 50px;
}

.testimonial-v7-content-box {
  display: flex;
  align-items: center;
}

.testimonial-v7-wrapper .testimonial-v7-image img {
  width: 390px;
  height: 390px;
  min-width: 390px;
  margin-right: 100px;
  border-radius: 100%;
  border: 1px solid var(--white-color);
  padding: 30px;
  object-fit: cover;
}

.testimonial-v7-arrow {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-left: 500px;
  align-items: center;
}

.testimonial-v7-arrow button {
  border-radius: 100px;
  color: var(--white-color);
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  height: 80px;
  width: 80px;
  background: var(--thm-color);
  border: none;
  position: relative;
}

.testimonial-v7-arrow button:after {
  content: "";
  position: absolute;
  height: 120%;
  width: 120%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  left: -10%;
  top: -10%;
  border-radius: 100px;
}

.testimonial-v7-arrow button:hover {
  background: var(--black-color);
  color: var(--white-color);
}

.testimonial-v7-icon {
  color: var(--thm-color);
  font-size: 80px;
  position: absolute;
  right: 60px;
  top: 100px;
}

.testimonial-v7-image {
  position: relative;
}

@media screen and (max-width: 1199px) {
  .testimonial-v7-wrapper .testimonial-v7-image img {
    width: 300px;
    height: 300px;
    min-width: 300px;
    margin-right: 60px;
  }

  .testimonial-v7-arrow {
    margin-left: 380px;
  }
}

@media screen and (max-width: 991px) {
  .testimonial-v7-content-box {
    display: block;
  }

  .testimonial-v7-wrapper .testimonial-v7-image img {
    margin: auto;
    margin-bottom: 30px;
  }

  .testimonial-v7-arrow {
    margin: 0;
  }

  .testimonial-v7-designation {
    font-size: 40px;
    line-height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .testimonial-v7-wrapper .testimonial-v7-image img {
    width: 280px;
    height: 280px;
    min-width: 280px;
  }
}

/* --------- BLOG V5 STYLE -------- */

.blog-v5-box {
  background: #1d1e1f;
  margin-bottom: 20px;
  padding: 60px;
  position: relative;
  transition: 0.4s;
  overflow: hidden;
}

.blog-v5-box:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #1d1e1f;
  z-index: 1;
  transition: 0.4s;
}

.blog-v8-inner-content {
  position: relative;
  z-index: 11;
}

.blog-v5-box:hover::after {
  background: rgba(14, 89, 242, 0.76);
}

.blog-v5-meta span {
  color: var(--color-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.blog-v5-meta {
  display: flex;
  gap: 30px;
}

.blog-v5-meta i {
  color: var(--thm-color);
  margin-right: 8px;
  transition: 0.4s;
}

.blog-v5-title {
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 16px;
  margin-bottom: 31px;
}

.blog-v5-des {
  margin-bottom: 30px;
}

.blog-v5-title a {
  color: var(--white-color);
  transition: 0.4s;
}

.blog-v5-title a:hover {
  color: var(--thm-color);
}

.blog-v5-box:hover .blog-v5-title a:hover {
  color: var(--black-color);
}

.blog-v5-btn .button-v2 .button-v2-text {
  color: var(--white-color);
}

.blog-v5-box:hover .button-v2 .button-v2-circle {
  background: var(--white-color);
}

.blog-v5-box:hover .button-v2-circle .button-v2-arrow-icon::before {
  border-color: var(--thm-color);
}

.blog-v5-box:hover .button-v2:hover .button-v2-text {
  color: var(--thm-color);
}

.blog-v5-box:hover .button-v2:hover .button-v2-arrow-icon {
  background: var(--thm-color);
}

.blog-v5-box:hover .blog-v5-meta i,
.blog-v5-box:hover .blog-v5-meta span {
  color: var(--white-color);
}

@media (max-width: 767px) {
  .blog-v5-box {
    padding: 40px 30px;
  }
}

/* ----------- NEWSLATTER TWO STYLE ------------ */

.newslatter-v2-wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.newslatter-v2-wrp input[type="email"] {
  margin-bottom: 0;
  border-radius: 100px;
  background: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
}

.newslatter-v2-wrp input[type="email"]::placeholder {
  color: #939ca7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.newslatter-v2-wrp input.wpcf7-submit.theme-btns {
  background: transparent;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
}

.newslatter-v2-wrp input.wpcf7-submit.theme-btns:hover {
  background: var(--white-color);
  color: var(--thm-color);
}

.newslatter-v2-wrp .wpcf7-not-valid-tip {
  position: absolute;
}

@media (max-width: 600px) {
  .newslatter-v2-wrp {
    display: block;
  }

  .newslatter-v2-wrp input.wpcf7-submit.theme-btns {
    display: flex;
    width: 100%;
    margin-top: 20px;
    justify-content: center;
  }
}

/*** ---------- Hero V2 section ----------- **/
.hero-banner-v2-item {
  position: relative;
}

.hero-banner-v2-content {
  display: flex;
  align-items: center;
  height: 880px;
}

.hero-banner-v2-box {
  width: 63%;
  margin-top: 100px;
  position: relative;
  z-index: 11;
}

.hero-v2-stitle {
  color: var(--black-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 28px;
}

.hero-v2-title {
  color: var(--black-color);
  font-size: 78px;
  font-style: normal;
  font-weight: 600;
  line-height: 88px;
  margin-bottom: 26px;
}

.hero-v2-dec {
  color: var(--black-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 43px;
  padding-right: 150px;
}

.hero-banner-v2-img {
  position: absolute;
  right: 0px;
  bottom: 0;
}

.hero-banner-v2-img img {
  z-index: 1;
  position: relative;
}

.hero-v2-buttons {
  display: flex;
  gap: 30px;
  align-items: center;
}

.hero-v2-buttons .theme-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1700px) {
  .hero-banner-v2-img {
    width: 45%;
  }
}

@media (max-width: 1399px) {
  .hero-v2-title {
    font-size: 70px;
    line-height: 80px;
  }
}

@media (max-width: 1199px) {
  .hero-banner-v2-box {
    width: 100%;
  }

  .hero-banner-v2-img {
    display: none;
  }
}

@media (max-width: 767px) {
  .hero-v2-title {
    font-size: 50px;
    line-height: 60px;
  }

  .hero-v2-dec {
    padding-right: 0px;
  }
}

@media (max-width: 600px) {
  .hero-banner-v2-box {
    margin-top: 150px;
  }

  .hero-v2-buttons {
    display: inline-block;
  }

  .hero-v2-buttons .theme-btns {
    margin-bottom: 20px;
  }
}

/* ------------ BUTTON STYLE TWO ------------ */

.theme-btn-v2 {
  letter-spacing: 2px;
  padding: 15px 33px 15px 55px;
  border: 1px solid var(--black-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease;
  color: var(--black-color);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  border-radius: 100px;
  transition: 0.4s;
  cursor: pointer;
}

.theme-btn-v2:hover {
  padding: 15px 55px 15px 33px;
}

.theme-btn-v2:before,
.theme-btn-v2:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 30px;
  transition: 0.4s;
}

.theme-btn-v2:after {
  left: auto;
  right: -35px;
}

.theme-btn-v2:hover:before {
  left: -35px;
}

.theme-btn-v2:hover:after {
  right: 30px;
}

/* ---------- SWIPER SLIDER bULLET -------- */
.pagination-space {
  margin-bottom: 70px;
}

.swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: var(--bg-color);
  position: relative;
  opacity: 1;
}

.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: "";
  height: 160%;
  width: 160%;
  border: 1px solid var(--thm-color);
  position: absolute;
  left: -30%;
  top: -30%;
  border-radius: 100%;
}

.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--thm-color);
}

/* ---------- IMAGE SLIDER STYLE -------- */

.image-slider-wrp .swiper {
  width: 100%;
  height: 100%;
}

.image-slider-wrp .swiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 309.486px;
  height: 647.166px;
}

.image-slider-wrp .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.image-slider-wrp .swiper-wrapper {
  margin-bottom: 80px;
}

.image-slider-wrp .swiper .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: var(--thm-color);
  position: relative;
}

.image-slider-wrp .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: "";
  height: 150%;
  width: 150%;
  border: 1px solid var(--thm-color);
  position: absolute;
  left: -23%;
  top: -26%;
  border-radius: 100%;
}

.image-slider-wrp .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--thm-color);
}

@media (max-width: 1024px) {
  .image-slider-wrp .swiper .swiper-slide {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .image-slider-wrp .swiper .swiper-slide {
    height: 450px;
  }
}

/* two */
.image-slider-v2-wrp .image-slider-v2-img {
  text-align: center;
}

/* ----------- TESTIMONIAL EIGHT STYLE ----------- */
.testi-v8-wrp .swiper {
  overflow: visible;
}

.testi-v8-item {
  padding: 43px 50px 50px;
  border-radius: 30px;
  background: var(--white-color);
  box-shadow: 0px 4px 90px 0px rgba(228, 220, 208, 0.33);
}

.testi-v8-des {
  color: #74787c;
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
  border-bottom: 1px solid #f2efea;
  padding-bottom: 28px;
}

.testi-v8-author-name {
  color: var(--black-color);
  font-family: Outfit;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.testi-v8-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.testi-v8-content-item {
  display: flex;
  align-items: center;
  gap: 22px;
}

.testi-v8-logo {
  width: 65px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
}

.testi-v8-item .testi-v8-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testi-v8-ratting {
  border-radius: 100px;
  background: #f7f5f2;
  color: #ffb422;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding: 9px 15px;
  display: flex;
  gap: 3px;
}

@media (max-width: 767px) {
  .testi-v8-ratting {
    display: none;
  }
}

/* --------------- IMAGE SIX STYLE ------------ */

.image-six-wrapper {
  position: relative;
  overflow: hidden;
}

.img-after-clss {
  position: relative;
}

.img-after-clss:after {
  height: 50px;
  width: 50px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "\f14c";
  font-family: bootstrap-icons !important;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  rotate: 90deg;
  background: var(--thm-color);
  color: var(--white-color);
}

.img-after-clss:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.image-six-wrapper img {
  width: 100%;
  height: auto;
}

.img-after-clss {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  background-size: cover;
}

.image-six-wrapper #inked-painted:hover {
  cursor: col-resize;
}

/* --------------- SKILL BAR TWO STYLE ------------ */

.circular-progress {
  position: relative;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: var(--thm-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.circular-progress::before {
  content: "";
  position: absolute;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background: var(--white-color);
}

.progress-value {
  position: relative;
  color: var(--black-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.circle-item {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-bottom: 25px;
}

.circle-title {
  color: var(--thm-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

/* --------------- TESTIMONIAL NINE STYLE ------------ */
.testi-v9-content-area {
  display: flex;
  align-items: center;
  gap: 60px;
}

.testi-v9-wrapper .carousel.carousel-dark {
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: space-between;
}

.testi-v9-wrapper .carousel-indicators [data-bs-target] {
  width: 100%;
  text-indent: 0;
  height: unset;
  background: unset;
  border: none;
  opacity: 1;
}

.testi-v9-wrapper .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: unset;
}

.testi-v9-wrapper .carousel-indicators {
  position: relative;
  display: block;
  margin-right: 0%;
  margin-left: 0;
  list-style: none;
  margin-bottom: 0;
  width: 150px;
}

/* ------ */

.testi-v9-wrapper .testi-v9-author-img img {
  border-radius: 100px;
  margin-bottom: 20px;
  width: 110px;
  height: 110px;
  padding: 10px;
}

.active .testi-v9-author-img img {
  border: 1px solid var(--thm-color);
}

.testi-v9-author-img:after {
  content: "";
  width: 1px;
  height: 50%;
  position: absolute;
  left: 50%;
  background: var(--thm-color);
  transform: translateX(-50%);
  bottom: -15%;
  z-index: -1;
}

.testi-v9-author-img {
  position: relative;
  z-index: 1;
}

.testi-v9-wrapper button:last-child .testi-v9-author-img img {
  margin-bottom: 0;
}

.testi-v9-wrapper button:last-child .testi-v9-author-img:after {
  content: unset;
}

/* ------- */
.testi-v9-content-item {
  display: flex;
  align-items: center;
}

.testi-v9-author-info {
  border: 1px solid #e3e8f4;
  padding: 35px 20px 28px;
  margin-right: -30px;
  background: var(--white-color);
  position: relative;
  width: 210px;
  flex-shrink: 0;
  text-align: center;
  border-radius: 10px;
}

.testi-v9-wrapper .testi-v9-img img {
  border-radius: 100px;
  width: 85px;
  height: 85px;
  object-fit: cover;
  border: 1px solid var(--thm-color);
  margin-bottom: 15px;
}

.testi-v9-name {
  text-transform: uppercase;
  margin-bottom: 0px;
  color: var(--black-color);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.testi-v9-botton-degi {
  color: var(--color-body);
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

/* ----- */

.testi-v9-content {
  border: 1px solid;
  padding: 42px 20px 50px 75px;
  border-radius: 10px;
  border: 1px solid #e3e8f4;
  background: var(--white-color);
}

.testi-v9-des {
  color: var(--color-body);
  font-family: Outfit;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
  padding-bottom: 32px;
  border-bottom: 1px solid #f2efea;
  margin-bottom: 40px;
}

.testi-v9-share {
  color: #ffb422;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  border-radius: 100px;
  background: #f7f5f2;
  display: inline-flex;
  gap: 4px;
  padding: 10px 20px;
}

.testi-v9-icon {
  color: var(--thm-color);
  font-size: 50px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

@media (max-width: 767px) {
  .testi-v9-author-info {
    width: 100% !important;
  }

  .testi-v9-content-item {
    display: block;
  }

  .testi-v9-content {
    padding: 42px 30px 50px 30px;
  }

  .testi-v9-content-area {
    gap: 30px;
  }

  .testi-v9-wrapper .testi-v9-author-img img {
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 500px) {
  .carousel-indicators {
    display: none !important;
  }
}

/* ------------ PRICING TAB STYLE --------- */
.pricing-top-area {
  display: flex;
}

.pricing-top-area .pricing-tab li.nav-item {
  margin: 0;
}

.pricing-tabs-wrapper .pricing-top-area .pricing-tab {
  border-radius: 100px;
  background: var(--color-white);
  margin-bottom: 103px;
  width: max-content;
  border: 1px solid rgba(221, 221, 221, 0.73);
}

.pricing-tabs-wrapper .pricing-top-area .pricing-tab button:last-child {
  margin-left: 0;
}

.pricing-tabs-wrapper .pricing-top-area .pricing-tab button:first-child {
  margin-left: 0;
}

.pricing-tabs-wrapper .pricing-top-area .nav::after,
.pricing-tabs-wrapper .pricing-top-area .nav:before {
  content: unset;
}

.pricing-tabs-wrapper .pricing-top-area .pricing-tab.nav button.active {
  background: var(--thm-color);
  color: var(--white-color);
}

.pricing-tabs-wrapper .pricing-top-area .pricing-tab.nav button {
  border-radius: 100px;
  padding: 7px 25px;
  color: var(--black-color);
  font-family: Outfit;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.pricing-tabs-wrapper .nav-tabs .nav-link:focus,
.pricing-tabs-wrapper .nav-tabs .nav-link:hover {
  border-color: unset;
}

.pricing-tabs-wrapper .nav-tabs .nav-link {
  border: none;
}

/* ------------ PRICING THREE STYLE --------- */

.pricing-table-v3-title {
  margin: auto;
  margin-top: -25px;
  color: var(--black-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* 185.714% */
  text-transform: uppercase;
  border-radius: 28px;
  border: 1px solid var(--thm-color);
  background: #fbf9ee;
  width: max-content;
  padding: 10px 25px;
  transition: 0.4s;
}

.pricing-table-v3-box {
  border-radius: 30px;
  border: 1px solid var(--thm-color);
  background: #f8f8f8;
  text-align: center;
  margin-bottom: 50px;
  padding: 0px 30px 30px 40px;
  transition: 0.4s;
}

.pricing-table-v3-small-title {
  color: #74787c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-transform: capitalize;
}

.pricing-table-v3-price {
  color: var(--black-color);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  z-index: 1;
}

.pricing-table-v3-img {
  margin-top: 50px;
  margin-bottom: 40px;
  position: relative;
}

.pricing-table-v3-img:after {
  content: "";
  background-image: url(../img/pricing-v3.svg);
  background-size: cover;
  background-position: center;
  position: absolute;
  right: -3px;
  z-index: 1111111111111;
  height: 140px;
  width: 100px;
  top: 50px;
  background-repeat: no-repeat;
  z-index: 1;
}

.pricing-table-v3-img::before {
  content: "";
  background-image: url(../img/pricing-v3-2.svg);
  background-size: cover;
  background-position: center;
  position: absolute;
  left: -3px;
  z-index: 1111111111111;
  height: 140px;
  width: 100px;
  top: 50px;
  background-repeat: no-repeat;
  z-index: 1;
}

.pricing-v3-wrapper .pricing-table-v3-img img {
  width: 230px;
  height: 100px;
  object-fit: cover;
  position: relative;
  z-index: 11;
}

.pricing-table-v3-list {
  text-align: left;
}

.pricing-table-v3-list ul {
  margin: 0;
  padding: 0;
}

.pricing-table-v3-list ul li {
  font-size: 16px;
  list-style: none;
  position: relative;
  padding-left: 37px;
  margin: 0;
  color: var(--black-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
}

.pricing-table-v3-list ul li:after {
  content: "\f272";
  font-family: bootstrap-icons !important;
  font-size: 14px;
  color: var(--thm-color);
  border-radius: 100%;
  border: 2px solid var(--thm-color);
  font-weight: bold;
  position: absolute;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 18px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.pricing-table-v3-list {
  padding: 30px 30px 22px;
  border-top: 1px solid #e2e2e2;
  margin-top: 31px;
}

.pricing-v3-wrapper .pricing-table-v3-btn a {
  margin-top: 5px;
  border-radius: 150px;
  background: var(--black-color);
  box-shadow: 0px 9px 18px 0px rgba(24, 16, 16, 0.05);
  color: var(--white-color);
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
}

.pricing-table-v3-box:hover .pricing-table-v3-btn a {
  background: var(--thm-color);
  columns: var(--white-color);
}

.pricing-table-v3-box:hover {
  box-shadow: 2px 5px 15.1px 0px rgba(208, 216, 255, 0.52);
  border: 1px solid transparent;
}

.pricing-table-v3-box:hover .pricing-table-v3-title {
  background: var(--thm-color);
  color: var(--white-color);
}

@media (max-width: 1299px) {
  .pricing-table-v3-list {
    padding: 30px 0px 22px;
  }
}

/* ------------ SHOP PRODUCT WIDGET STYLE  --------- */

.product-v1-item {
  transition: all ease 0.4s;
  border-radius: 0px;
  padding: 20px;
  border: 1px solid #e3e5de;
}

.product-v1-item .product-v1-img {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #f8f7f4;
  margin-bottom: 20px;
  z-index: 2;
}

.product-v1-item .product-v1-img img {
  width: 100%;
  transition: all ease 0.4s;
  transform: scale(1);
}

.product-v1-item:hover .product-v1-img img {
  transform: scale(1.1);
}

.product-v1-img:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(34, 35, 40);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease-in-out;
}

.product-v1-item:hover .product-v1-img:before {
  visibility: visible;
  opacity: 0.1;
}

.product-v1-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 0;
}

.product-v1-title a {
  color: var(--black-color);
}

.woo-single-summery .sku_wrapper span.sku {
  display: inline !important;
}

.product-v1-item .product-v1-price {
  display: block;
  color: var(--body-color);
  font-weight: 400;
  font-size: 14px;
}

.product-v1-item .product-v1-price ins {
  text-decoration: none;
}

.product-v1-item .star-rating {
  font-size: 14px;
  color: #ffc107;
}

.product-v1-btn {
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  text-align: center;
  transform: translateY(50%);
  z-index: 3;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: end;
}

.product-v1-btn .theme-btns {
  text-transform: capitalize;
}

.product-v1-item:hover .product-v1-btn {
  margin-top: 0;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/* ------------ SHOP PRODUCT TWO WIDGET STYLE  --------- */

.product-v2-item-box {
  position: relative;
}

.product-v2-img {
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.product-v2-wrp .product-v2-img img {
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  height: 420px;
}

.product-v2-cart {
  position: absolute;
  bottom: -100px;
  right: 0;
  padding: 10px 40px 10px 40px;
  background-color: var(--white-color);
  transition: all 0.4s ease-in-out;
}

.product-v2-item-box:hover .product-v2-cart {
  bottom: 0;
}

.product-v2-card-box {
  display: flex;
  align-items: center;
}

.product-v2-cart-icon {
  font-size: 17px;
  margin-right: 35px;
}

.product-v2-wrp .yith-wcwl-add-to-wishlist {
  margin: 0;
}

.product-v2-offer {
  position: absolute;
  top: 30px;
  left: 30px;
  display: flex;
  flex-direction: column;
}

.offer-label {
  background-color: var(--thm-color);
  color: var(--white-color);
  font-family: var(--heading-font);
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  padding: 7px 15px;
  margin-bottom: 5px;
}

.discount-percent {
  background-color: var(--black-color);
}

.product-v2-wrp .yith-wcwl-add-to-wishlist {
  margin: 0;
}

.product-v2-wrp .yith-wcwl-add-button span {
  display: none;
}

.yith-wcwl-wishlistaddedbrowse a {
  display: none;
}

.offer-label:last-child {
  margin-bottom: 0;
}

.product-v2-title {
  color: var(--black-color);
  font-family: var(--black-color);
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  padding: 0;
  display: inline-block;
  margin-top: 25px;
}

.product-v2-price-wrp ins {
  background: transparent;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.woocommerce ul.products li.product .price ins {
  background: transparent;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
}

/* -------- SERVICE NINE ---------- */
.service-v9-wrapper {
  display: flex;
}

.service-v9-bottom {
  margin-top: auto;
}

.service-v9-content {
  display: flex;
  padding: 40px 20px 40px 10px;
  border-right: 5px solid transparent;
  margin-right: 5px;
  flex-direction: column;
  transition: 0.4s;
  background: var(--white-color);
}

.service-v9-icon {
  width: 134px;
  height: 134px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe5f6;
  border-radius: 100px;
  font-size: 65px;
  color: var(--thm-color);
  margin-bottom: 25px;
  transition: 0.4s;
  position: relative;
}

.service-v9-wrapper .service-v9-image img {
  height: 600px;
  min-width: 230px;
  object-fit: cover;
}

.service-v9-des {
  line-height: 24px;
  margin-bottom: 24px;
}

.service-v9-title {
  color: var(--black-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}

.service-v9-content:hover {
  border-right: 5px solid var(--thm-color);
}

.service-v9-content:hover .service-v9-icon {
  background: linear-gradient(93deg,
      rgba(14, 89, 242, 0.15) 2.69%,
      rgba(255, 255, 255, 0) 79.63%);
}

.service-v9-icon:after {
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 50%;
  content: "";
  top: 9px;
  left: 19%;
  background: var(--thm-color);
}

.service-v9-icon::before {
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 50%;
  content: "";
  bottom: 9px;
  right: 19%;
  background: var(--thm-color);
}

.service-v9-content:hover .service-v9-icon {
  transform: rotateY(180deg);
}

@media (max-width: 1700px) {
  .service-v9-wrapper .service-v9-image img {
    min-width: 200px;
  }
}

@media (max-width: 1500px) {
  .service-v9-wrapper .service-v9-image img {
    min-width: 180px;
  }
}

@media (max-width: 1300px) {
  .service-v9-wrapper .service-v9-image img {
    min-width: 160px;
  }
}

@media (max-width: 500px) {
  .service-v9-wrapper .service-v9-image {
    display: none;
  }
}

/* --------------- TRONIX TAB V2 STYLE ---------- */

.tab-v2-wrapper .tab-v2-item-box {
  gap: 80px;
  display: flex;
  align-items: flex-start !important;
}

.tab-v2-wrapper .nav {
  position: relative;
  height: 90%;
}

.tab-v2-wrapper .nav::after {
  content: "";
  height: 100%;
  width: 1px;
  background: var(--thm-color);
  position: absolute;
  top: 21px;
  right: -40px;
}

.tab-v2-wrapper .nav::before {
  content: "";
  height: 38px;
  width: 1px;
  background: #fbf9ee;
  position: absolute;
  right: -40px;
  bottom: -22px;
  z-index: 1;
}

.tab-v2-wrapper .nav .nav-link {
  width: 140px;
  padding: 5px 0px;
  border-radius: 2px;
  border: 1px solid #dbe5f6;
  box-shadow: 0px 16px 51px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 10px;
  background: var(--white-color);
  color: var(--thm-color);
  font-family: Outfit;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  z-index: 1;
}

.tab-v2-wrapper .nav .nav-link.active {
  border-radius: 2px;
  background: var(--thm-color);
  color: var(--white-color);
  box-shadow: 0px 16px 51px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 1;
}

.tab-v2-wrapper .nav .nav-link.active::after {
  position: absolute;
  top: 20px;
  right: -40px;
  content: "";
  width: 40px;
  height: 1px;
  background: var(--thm-color);
}

.tab-v2-wrapper .nav .nav-link:first-child {
  position: relative;
}

.tab-v2-wrapper .nav .nav-link:first-child::before {
  position: absolute;
  right: -40px;
  top: 20px;
  content: "";
  width: 40px;
  height: 1px;
  background: var(--thm-color);
}

.tab-v2-wrapper .nav .nav-link:last-child {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.tab-v2-wrapper .nav .nav-link:last-child::before {
  position: absolute;
  right: -40px;
  top: 20px;
  content: "";
  width: 40px;
  height: 1px;
  background: var(--thm-color);
  z-index: -1;
}

.tab-v2-wrapper .tab-content .show.active {
  position: relative;
}

.tab-v2-wrapper .tab-content .show.active::before {
  position: absolute;
  left: -109px;
  top: 49px;
  content: "";
  background-image: url("../img/tab-v2.svg");
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 109px;
  height: 40px;
  background-size: 44px 15px;
}

.tab-v2-content-card {
  border-radius: 10px;
  border: 1px solid #dbe5f6;
  background: var(--white-color);
  padding: 30px 40px;
  box-shadow: 0px 16px 51px 0px rgba(0, 0, 0, 0.07);
}

.tab-v2-content-card .tab-v2-content-title {
  color: #1c1c25;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 5px;
}

.tab-v2-content-card .tab-v2-content-des {
  color: var(--color-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

@media (max-width: 1500px) {
  .tab-v2-wrapper .tab-v2-item-box {
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .tab-v2-wrapper .nav .nav-link {
    width: 100%;
  }

  .tab-v2-wrapper .tab-v2-item-box {
    display: block;
  }

  .tab-v2-content-card {
    margin-top: 30px;
  }

  .tab-v2-wrapper .nav::after,
  .tab-v2-wrapper .nav .nav-link.active::after,
  .tab-v2-wrapper .nav .nav-link:last-child::before,
  .tab-v2-wrapper .nav .nav-link:first-child::before,
  .tab-v2-wrapper .tab-content .show.active::before {
    display: none;
    content: unset;
  }

  .tab-v2-content-card {
    padding: 30px;
  }
}

/* ---------- COUNTER V2 STYLE ---------- */
.counter-v2-item {
  border-radius: 16px;
  background: var(--white-color);
  box-shadow: 0px 16px 51px 0px rgba(0, 0, 0, 0.07);
  padding: 25px 30px 35px;
  display: flex;
  gap: 15px;
}

.counter-v2-numner {
  display: inline-flex;
  align-items: center;
  margin-bottom: 11px;
}

.counter-v2-numner span,
.counter-v2-timer.timer {
  color: var(--thm-color);
  font-family: Outfit;
  font-size: 50px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.counter-v2-title {
  color: var(--black-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.counter-v2-des {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.counter-v2-icon {
  font-size: 60px;
  margin-bottom: 15px;
  color: var(--thm-color);
}

/* ------------- PRICING V4 CONTENT STYLE ------------ */

.pricing-table-v4-box {
  border-radius: 30px;
  border: 1px solid var(--thm-color);
  background: #f8f8f8;
  padding: 67px 30px 40px;
  transition: 0.4s;
}

.pricing-table-v4-top {
  text-align: center;
}

.pricing-table-v4-title {
  color: var(--black-color);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.pricing-table-v4-small-title {
  color: #74787c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 8px;
}

.pricing-table-v4-price {
  color: var(--black-color);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 31px;
}

.pricing-table-v4-bottom {
  border-top: 1px solid #e2e2e2;
  padding: 37px 30px 0;
}

.pricing-table-v4-list ul {
  margin: 0;
  padding: 0;
}

.pricing-table-v4-list ul li {
  color: var(--black-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  list-style: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
}

.pricing-table-v4-list ul li:last-child {
  margin-bottom: 0 !important;
}

.pricing-table-v4-list ul li:after {
  content: "\f272";
  font-family: bootstrap-icons !important;
  font-size: 14px;
  background: var(--thm-color);
  border-radius: 100%;
  color: var(--white-color);
  font-weight: bold;
  position: absolute;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.pricing-table-v4-btn a.theme-btns {
  margin-top: 37px;
  line-height: 26px;
  text-transform: uppercase;
  padding: 13px 40px;
}

.pricing-table-v4-box:before {
  content: "";
  position: absolute;
  height: 58px;
  width: 58px;
  left: 25px;
  background: #d9d9d9;
  top: 48px;
  border-radius: 100%;
  transition: 0.4s;
}

.pricing-table-v4-box::after {
  content: "";
  position: absolute;
  height: 52px;
  width: 52px;
  left: 28px;
  background: var(--thm-color);
  top: 18px;
  border-radius: 100%;
  transition: 0.4s;
}

.pricing-table-v4-box:hover::after {
  top: 33px;
}

.pricing-table-v4-box:hover:before {
  top: 30px;
}

.pricing-table-v4-box:hover {
  border: 1px solid transparent;
  box-shadow: 0 2px 21px 12px rgb(14 89 250 / 7%);
}

.pricing-table-v4-box:hover .theme-btns {
  background: var(--black-color);
  color: var(--white-color);
}

@media (max-width: 767px) {
  .pricing-table-v4-bottom {
    border-top: 1px solid #e2e2e2;
    padding: 35px 0px 0;
  }
}

/* --------- TESTIMONIAL V10 STYLE ---------- */

.tesi-v10-item-box {
  border-radius: 20px;
  background: var(--white-color);
  box-shadow: 0px 0px 16px 0px rgb(30 44 72 / 5%);
  margin-bottom: 25px;
  padding: 35px 40px 45px;
  position: relative;
  overflow: hidden;
}

.tesi-v10-item-box.testi-box {
  margin: 15px 10px;
}

.tesi-v10-item-box::before,
.tesi-v10-item-box:after {
  content: "";
  border-radius: 30px;
  background: #f2f2f2;
  width: 200px;
  height: 68px;
  position: absolute;
  left: -56px;
  bottom: -89px;
  z-index: -1;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  transform: rotate(311deg) translate(55px, -65px);
  z-index: 1;
}

.tesi-v10-item-box::after {
  background: var(--thm-color);
  left: -200px;
  bottom: -250px;
}

.tesi-v10-item-box:hover:after {
  left: -56px;
  bottom: -89px;
}

.tesi-v10-top-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tesi-v10-quit {
  color: var(--thm-color);
  font-size: 64px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.tesi-v10-share {
  border-radius: 100px;
  background: #f7f5f2;
  display: flex;
  gap: 5px;
  color: #ffb422;
  font-family: "Font Awesome 6 Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding: 15px 20px;
  /* border: 1px solid; */
}

.tesi-v10-description {
  color: #74787c;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  /* 161.111% */
  text-transform: capitalize;
  margin-top: 13px;
  margin-bottom: 22px;
}

.tesi-v10-author-info {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  z-index: 11;
  position: relative;
}

.tesi-v10-name {
  color: var(--black-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 2px;
}

.tesi-v10-designation {
  color: #74787c;
  font-family: Outfit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
  display: inline-block;
}

.tesi-v10-item-box .tesi-v10-img img {
  width: 70px;
  height: 70.036px;
  border-radius: 100px;
  object-fit: cover;
}

/* ---------- TAB  V3 STYLE ---------- */

.tabs-v3-item {
  display: flex;
  align-items: center;
  gap: 30px;
}

.tab-v3-nav-title {
  color: var(--black-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 9px;
}

.tab-v3-nav-des {
  color: var(--paragraph-color, #7b7e86);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.tabs-v3-item .nav-link.tab-v3-nav-area {
  border-radius: 10px;
  border: 1px solid rgba(67, 67, 67, 0.19);
  padding: 19px 25px 21px;
  display: flex;
  align-items: center;
  gap: 25px;
}

.tabs-v3-item .nav-link.tab-v3-nav-area.active {
  background: var(--thm-color);
}

.active .tab-v3-nav-des,
.active .tab-v3-nav-title {
  color: var(--white-color);
}

.tabs-v3-item .tab-content {
  width: 100%;
}

.tabs-v3-item .tab-v3-custom-image img {
  width: 100%;
  height: 100%;
}

.tabs-v3-section-title {
  margin-bottom: 49px;
  color: var(--black-color);
  font-family: Outfit;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 58px;
}

.tabs-v3-item .nav li:last-child {
  margin-bottom: 0 !important;
}

.tab-v3-nav-icon {
  font-size: 40px;
}

.tab-v3-nav-area .tab-v3-nav-icon {
  visibility: hidden;
}

.active .tab-v3-nav-icon {
  visibility: visible;
}

@media (max-width: 991px) {
  .tabs-v3-item {
    display: block;
  }

  .tab-v3-custom-content {
    margin-top: 30px;
  }

  .tabs-v3-wrapper .nav {
    margin-right: 0;
  }
}

/* ---------- VARTICAL SLIDER STYLE -------- */

.vertical-slider-content {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 563px;
  position: relative;
  overflow: hidden;
  transform: skew(20deg);
  margin-left: 30%;
}

.vertical-slider-content .swiper {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.vertical-slider-content .swiper-wrapper {
  transition-timing-function: linear;
}

.vertical-slider-content .swiper-slide img {
  height: 178px;
  width: 80px;
  object-fit: cover;
  border-radius: 15px;
  border: 1px solid #eaf0f9;
}

/* ------- */
.section-v2-title {
  overflow: hidden;
  color: var(--black-color);
  font-family: Outfit;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 70px;
}

.section-v2-title .typed-text {
  color: var(--thm-color);
}

.section-v2-title span.cursor {
  display: inline-block;
  background-color: var(--thm-color);
  margin-left: 0.1rem;
  width: 2px;
  animation: blink 1s infinite;
}

.section-v2-title span.cursor.typing {
  animation: none;
}

@keyframes blink {
  0% {
    background-color: var(--thm-color);
  }

  49% {
    background-color: var(--thm-color);
  }

  50% {
    background-color: transparent;
  }

  99% {
    background-color: transparent;
  }

  100% {
    background-color: var(--thm-color);
  }
}

.section-v2-small-title {
  color: var(--thm-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.section-v2-description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-top: 20px;
}

.section-title-v2-wrpper {
  display: flex;
}

/* ---------- FAQ V2 STYLE ------ */

.faq-v2-wrapper .faq-accordion .accordion-item {
  border-radius: 0;
  margin-bottom: 50px;
}

.faq-v2-wrapper .faq-accordion .accordion-item:last-child {
  margin-bottom: 0 !important;
}

.faq-v2-wrapper .accordion-body-img {
  padding-top: 60px;
}

.faq-v2-wrapper .accordion-body-img img {
  width: 100%;
}

.faq-v2-wrapper .faq-accordion .accordion-button {
  color: var(--black-color);
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 30px 0;
  background: transparent;
  border-bottom: 1px solid var(--black-color);
  padding-right: 55px;
}

.faq-v2-wrapper .accordion-button.collapsed:hover {
  border-bottom: 1px solid var(--black-color);
}

.faq-v2-wrapper .accordion-button span {
  display: inline-block;
  margin-right: 100px;
}

.faq-v2-wrapper .accordion-header {
  position: relative;
}

.faq-v2-wrapper .accordion-button:not(.collapsed)::after,
.faq-v2-wrapper .accordion-button::after {
  content: unset;
}

.faq-v2-wrapper .accordion-header::after {
  position: absolute;
  background-image: none !important;
  content: "\f64d";
  font-family: bootstrap-icons !important;
  color: var(--black-color);
  text-align: center;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  border: 1px solid;
  transform: translate(0%, -50%);
  right: 0;
  height: 55px;
  width: 55px;
  border-radius: 100px;
  font-size: 25px;
  z-index: 11;
}

.faq-v2-wrapper .accordion-header .accordion-button:not(.collapsed) {
  color: var(--thm-color);
}

@media (max-width: 991px) {
  .faq-v2-wrapper .accordion-button span {
    display: none;
  }
}

@media (max-width: 767px) {
  .faq-v2-wrapper .faq-accordion .accordion-button {
    font-size: 30px;
    line-height: 42px;
  }
}

/* ------------- TESTIMONIAL V11 STYLE CSS -------------- */

.testi-v11-item {
  text-align: center;
  position: relative;
}

.testi-v11-wrapper .testi-v11-image img {
  width: 140px;
  height: 133px;
  border-radius: 10px;
  margin-bottom: 35px;
  display: inline-block;
}

.testi-v11-designation {
  color: var(--black-color);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 58px;
  margin-bottom: 14px;
}

.testi-v11-name {
  color: var(--thm-color);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.testi-v11-share {
  color: #ffb422;
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  /* 150% */
  letter-spacing: 6.2px;
  display: inline-flex;
  margin-bottom: 20px;
}

.testi-v11-description {
  color: var(--color-body);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  position: relative;
  z-index: 1;
}

.testi-v11-wrapper ul.slick-dots {
  margin-top: 40px;
}

.testi-v11-icon {
  font-size: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: rgba(241, 241, 241, 0.47);
  z-index: 0;
}

/* ------------ HEADER EIGHT STYLE CSS --------- */
/* LINE ICON */

.canva-line-wrapper {
  height: 60px;
  width: 60px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}

.canva-line.canva-line-1,
.canva-line.canva-line-2,
.canva-line.canva-line-3,
.canva-line.canva-line-4 {
  position: absolute;
  width: 20px;
  height: 2px;
  background: var(--white-color);
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.canva-line.canva-line-3,
.canva-line.canva-line-4 {
  left: 160%;
}

.canva-line.canva-line-2,
.canva-line.canva-line-4 {
  transition-delay: 100ms;
}

.canva-line.canva-line-2,
.canva-line.canva-line-4 {
  top: 33px;
}

.tronix-canva-open:hover .canva-line.canva-line-1,
.tronix-canva-open:hover .canva-line.canva-line-2 {
  left: -30%;
}

.tronix-canva-open:hover .canva-line.canva-line-3,
.tronix-canva-open:hover .canva-line.canva-line-4 {
  left: 50%;
}

/* END LINE */
.site-header.header-eight {
  background: #14161b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-header.header-eight.Absolute {
  position: absolute;
  width: 100%;
  z-index: 111;
}

.tronix-header-template-eight .row [class*="col-"] {
  padding: 0;
}

.header-v8-logo-area .site-title a {
  color: var(--white-color);
}

.header-v8-logo-area .site-title a:hover {
  color: var(--green-light-color);
}

.header-v8-logo-and-canva {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.header-v8-canva-wrapper {
  cursor: pointer;
  height: 100%;
  display: flex;
}

.header-v8-canva-wrapper .tronix-canva-open {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 50px;
}

.header-v8-logo-area {
  width: 320px;
  min-width: 180px;
  padding-left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.header-v8-top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 30px;
}

.header-v8-top-contact {
  color: var(--white-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.header-v8-top-contact a {
  color: var(--white-color);
}

.header-v8-top-contact a:hover {
  color: var(--green-light-color);
}

.header-v8-top-left {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-v8-top-right {
  display: flex;
  gap: 20px;
  align-items: center;
}

.header-v8-top-right span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: var(--white-color);
}

.header-v8-top-social-icon {
  color: var(--white-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-v8-top-social-icon:hover {
  color: var(--green-light-color);
}

.header-v8-top-contact span {
  margin-right: 10px;
}

.header-v8-main-center {
  padding: 0 30px;
}

.header-v8-location {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 60px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  height: 100%;
  color: var(--white-color);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.header-v8-menu-wrapper .main-menu>ul>li>a {
  color: var(--white-color);
}

.header-v8-menu-wrapper .navbar {
  padding: 0;
}

.header-v8-button-area .theme-btns {
  border-radius: 100px;
  background: var(--green-light-color);
  color: var(--black-color);
  padding: 15px 35px;
}

.header-v8-button-area .theme-btns:hover {
  background: var(--white-color);
  color: var(--thm-color);
}

.header-eight .tronix-menu-toggle {
  width: unset;
  height: unset;
  border: none;
  border-radius: 5px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white-color);
  height: 100%;
  padding: 40px;
  font-size: 25px;
  border-radius: 0;
  background: transparent;
  transition: 0.4s;
}

@media (max-width: 1499px) {
  .header-v8-canva-wrapper .tronix-canva-open {
    padding: 30px;
  }

  .header-v8-location {
    padding: 30px;
  }

  .header-v8-top-right span {
    display: none;
  }
}

@media (max-width: 1199px) {
  .header-v8-button-area {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-v8-top-box {
    display: none;
  }

  .header-eight .header-column-width {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header-v8-canva-wrapper {
    display: none;
  }
}

/* -------- TABS V4 STYLE --------- */

.tab-v4-top-area .tab-v4-tab {
  display: flex;
  gap: 60px;
  position: relative;
  align-items: center;
  margin-bottom: 75px;
  justify-content: center;
}

.tab-v4-top-area .nav-tabs .nav-link {
  border-radius: 100px;
  border: 1px solid #e2e5e7;
  background: var(--white-color);
  color: var(--black-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  padding: 13px 40px;
  transition: 0.4s;
  position: relative;
  z-index: 11;
}

.tab-v4-top-area .nav-tabs .nav-link:hover,
.tab-v4-top-area .nav-tabs .nav-link.active {
  background: var(--green-light-color);
  border: 1px solid transparent;
}

.tab-v4-top-area .nav-tabs {
  border: none;
}

.tab-v4-top-area ul:after {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(229, 234, 237, 0.22);
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0;
  right: 0;
  z-index: 2;
}

@media (max-width: 1199px) {
  .tab-v4-top-area ul:after {
    content: unset;
  }

  .tab-v4-top-area .tab-v4-tab {
    gap: 30px;
  }
}

@media (max-width: 500px) {
  .tab-v4-top-area .tab-v4-tab {
    gap: 20px;
  }
}

/* ---------- TEAM EIGHT STYLE -------  */
.team-v8-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 25px;
}

.team-v8-wrapper .team-v8-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-v8-content-area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90%;
  width: 90%;
  padding: 40px 25px;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  background: rgba(7, 7, 7, 0.92);
  margin: auto;
  display: inline-flex;
  align-items: flex-end;
  cursor: pointer;
  opacity: 0;
  transform: scale(0.6);
}

.team-v8-item:hover .team-v8-content-area {
  opacity: 1;
  transform: scale(1);
}

.team-v8-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.team-v8-title {
  color: var(--white-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.team-v8-title a {
  color: var(--white-color);
}

.team-v8-stitle {
  color: #bdc1ca;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.team-v8-share {
  color: var(--black-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 1000px;
  background: var(--green-light-color);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-v8-social-icon {
  color: var(--black-color);
  text-align: center;
  font-family: "Font Awesome 6 Brands";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 37px;
  height: 37px;
  flex-shrink: 0;
  background: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 9px;
  border-radius: 100px;
  position: relative;
  top: -55px;
  opacity: 0;
}

.team-v8-social-icon:hover {
  background: var(--green-light-color);
  color: var(--black-color);
}

.team-v8-social-item {
  position: absolute;
  top: 25px;
  right: 25px;
  overflow: hidden;
}

.team-v8-share:hover .team-v8-social-icon {
  top: 0;
  opacity: 1;
}

/* -------- PROJECT SIX STYLE --------- */

.project-v6-box {
  margin-bottom: 30px;
}

.project-v6-wrapper .project-v6-tab-menu-nav {
  gap: 20px;
  margin-bottom: 80px;
}

.project-v6-tab-menu-nav .nav-link {
  border-radius: 100px;
  border: 1px solid #14161b;
  color: var(--black-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  padding: 12px 20px;
}

.project-v6-tab-menu-nav .nav-link.active {
  background: var(--green-light-color);
  color: var(--black-color);
  border: 1px solid transparent;
}

.project-v6-category a {
  border-radius: 100px;
  background: var(--green-light-color);
  display: inline-block;
  padding: 7px 20px;
  color: var(--black-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.project-v6-category {
  position: absolute;
  top: 30px;
  left: 30px;
}

.project-v6-image {
  position: relative;
}

.project-v6-wrapper .project-v6-image img {
  width: 100%;
  height: 394px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 30px;
}

.project-v6-title {
  color: var(--black-color);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 18px;
}

.project-v6-wrapper .project-v6-title a {
  color: var(--black-color);
  position: relative;
  text-decoration: underline;
}

.project-v6-title a:hover {
  color: var(--green-light-color);
}

.project-v6-wrapper [class*="col-"]:nth-child(1) .project-v6-all-img img,
.project-v6-wrapper [class*="col-"]:nth-child(4) .project-v6-all-img img {
  height: 564px;
  /* margin-top: -170px; */
}

.project-v6-wrapper [class*="col-"]:nth-child(4) .project-v6-all-img img {
  margin-top: -170px;
}

@media (max-width: 767px) {
  .project-v6-wrapper [class*="col-"]:nth-child(4) .project-v6-all-img img {
    margin-top: 0px;
  }

  .project-v6-wrapper [class*="col-"]:nth-child(1) .project-v6-all-img img,
  .project-v6-wrapper [class*="col-"]:nth-child(4) .project-v6-all-img img {
    height: 394px;
  }

  .project-v6-title {
    font-size: 30px;
    line-height: 42px;
  }
}

/* -------- IMAGE SLIDER V3 STYLE --------- */
.image-slider-v3-item {
  position: relative;
}

.image-v3-slider-pagination-wrp .image-v3-slider-pagination img {
  object-fit: cover;
  width: 50px;
  height: 40px;
  opacity: 0.4;
}

.swiper-slide-thumb-active .image-v3-slider-pagination img {
  border: 1px solid var(--green-light-color);
  padding: 5px;
  opacity: 1;
}

.image-v3-slider-pagination-wrp .swiper-slide {
  width: unset !important;
}

.image-v3-slider-pagination-wrp .swiper-wrapper {
  margin: 0 auto;
  background: var(--white-color);
  width: max-content;
  padding: 20px 16px;
  border-radius: 15px;
  justify-content: center;
}

.image-slider-v3-item .image-v3-slider-pagination-wrp {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
}

.image-slider-v3-item .image-slider-v3-img img {
  width: 100%;
  object-fit: cover;
}

/* ---------  */

.text-circle-btn-item {
  position: relative;
  width: 200px;
  height: 200px;
}

.text-circle-btn-item .icon-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: var(--white-color);
  border: 2px solid var(--black-color);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.text-circle-btn-item .circular-path {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  overflow: hidden;
}

.text-circle-btn-item .scrolling-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform-origin: 0 100px;
  animation: scrollText 20s linear infinite;
}

.text-circle-btn-item .scrolling-text span {
  display: inline-block;
  padding: 0 10px;
}

@keyframes scrollText {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ---------- BLOG V6 STYLE ---------- */

.blog-v6-sec-stitle {
  border-radius: 100px;
  background: var(--Color-5, #083c2f);
  display: inline-block;
  padding: 13px 20px;
  color: var(--white-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.blog-v6-sec-title {
  color: var(--black-color);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 59px;
  margin-bottom: 25px;
}

.blog-v6-sec-des {
  margin-bottom: 43px;
}

.blog-v6-sec-btn .theme-btns {
  background: var(--black-color);
  color: var(--white-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.blog-v6-item-box {
  border-radius: 20px;
  background: var(--white-color);
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
  padding: 24px;
  box-shadow: 0px 16px 51px 0px rgba(0, 0, 0, 0.07);
  margin-left: 40px;
}

.blog-v6-item-box:last-child {
  margin-bottom: 0 !important;
}

.blog-v6-item-box .blog-v6-img {
  overflow: hidden;
  width: 320px;
  height: 240px;
  border-radius: 20px;
}

.blog-v6-item-box .blog-v6-img img {
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: 0.4s;
  object-fit: cover;
}

.blog-v6-item-box:hover .blog-v6-img img {
  transform: scale(1.1);
}

.blog-v6-title {
  color: var(--black-color);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-top: 22px;
  margin-bottom: 28px;
}

.blog-v6-title a {
  color: var(--black-color);
}

.blog-v6-title a:hover {
  color: #083c2f;
}

.blog-v6-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.blog-v6-meta a {
  color: var(--Color-2, #14161b);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  border-radius: 100px;
  border: 1px solid rgba(237, 237, 237, 0.89);
  background: var(--white-color);
  box-shadow: 0px 16px 51px 0px rgba(0, 0, 0, 0.07);
  padding: 5px 25px;
}

.blog-v6-meta a:hover {
  background: #083c2f;
  color: var(--white-color);
}

.blog-v6-meta>span i {
  display: none;
}

.blog-v6-btn {
  color: var(--Color-5, #083c2f);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: uppercase;
  display: inline-block;
}

.blog-v6-btn:hover {
  color: var(--black-color);
}

.blog-v6-sec-btn .theme-btns:hover {
  background: #083c2f;
}

@media (max-width: 991px) {
  .blog-v6-item-box {
    margin-left: 0px;
  }

  .blog-v6-sec-content-area {
    margin-bottom: 40px;
  }
}

@media (max-width: 600px) {
  .blog-v6-item-box {
    display: block;
  }

  .blog-v6-item-box .blog-v6-img {
    margin-bottom: 30px;
    width: 100%;
  }
}

/* ----------- COUNTER THREE STYLE -------- */
.counter-v3-box {
  display: ruby;
}

.counter-v3-item {
  height: 180px;
  width: 180px;
  /* background: rgb(222, 207, 238); */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid var(--Color-5, #083c2f);
  border-radius: 100px;
  margin-left: -17px;
  margin-right: -17px;
  vertical-align: middle;
  padding: 20px;
}

.counter-v3-number {
  color: var(--Color-5, #083c2f);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 58px;
}

.counter-v3-title {
  color: var(--paragraph-color, #7b7e86);
  margin-bottom: 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 7px;
}

/* -------- BLOG SEVEN STYLE --------- */

.blog-v7-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  margin-right: 5px;
}

.blog-v7-title {
  color: var(--white-color);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.blog-v7-title a {
  color: var(--white-color);
}

.blog-v7-dec {
  color: var(--white-color);
  margin-bottom: 30px;
}

.blog-v7-category a {
  color: #aeb4c5;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 7px;
  position: relative;
  padding-left: 10px;
}

.blog-v7-category a::after {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 100%;
  background: var(--green-light-color);
  top: 0;
  position: absolute;
  bottom: 0;
  margin: auto;
  left: 0;
}

.blog-v7-meta span {
  color: var(--white-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  margin-right: 38px;
  text-transform: capitalize;
  display: inline-block;
  position: relative;
}

.blog-v7-meta span::after {
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 100%;
  background: var(--green-light-color);
  top: 0;
  position: absolute;
  bottom: 0;
  margin: auto;
  left: -22px;
}

.blog-v7-meta span:first-child:after {
  content: none;
}

.blog-v7-meta span:last-child {
  margin-right: 0 !important;
}

.blog-v7-meta_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 20px 25px;
}

.blog-v7-box .blog-v7-btn a {
  color: var(--white-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.blog-v7-box .blog-v7-btn a i {
  margin-left: 5px;
}

.blog-v7-wrapper .blog-v7-img {
  height: 316px;
  border-radius: 10px;
  margin-bottom: 40px;
  overflow: hidden;
}

.blog-v7-wrapper .blog-v7-img img {
  height: 100%;
  width: 100%;
  transform: scale(1);
  transition: .4s;
}

.blog-v7-box:hover .blog-v7-img img {
  transform: scale(1.1);
}

.blog-v7-meta span i {
  margin-right: 5px;
  font-weight: 500;
}


.blog-v7-wrapper [class*="col-"]:nth-child(even) .blog-v7-box {
  flex-direction: column-reverse;
  margin-left: 5px;
  margin-right: 0;
}

.blog-v7-wrapper [class*="col-"]:nth-child(even) .blog-v7-img {
  margin-top: 50px;
  margin-bottom: 0 !important;
}

.blog-v7-wrapper [class*="col-"]:nth-child(odd) .blog-v7-img {
  margin-top: 0 !important;
}

@media (max-width: 1023px) {
  .blog-v7-wrapper [class*="col-"]:nth-child(even) .blog-v7-box {
    margin-left: 0px;
  }

  blog-v7-box {
    margin-right: 0;
  }
}

@media (max-width: 400px) {
  .blog-v7-meta span:after {
    content: none;
  }
}

/* --------- PRICING TABLE V5 STYLE ------- */

.pricing-v5-top-title {
  color: var(--white-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  /* 108.333% */
  text-transform: uppercase;
  margin-bottom: 9px;
}

.pricing-v5-top-stitle {
  color: #74787c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 162.5% */
}

.pricing-v5-feature-title {
  color: var(--white-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
}

.pricing-v5-top-area {
  display: flex;
  gap: 60px;
  margin-bottom: 60px;
}

.pricing-v5-top-area .pricing-v5-tab {
  border-radius: 100px;
  width: max-content;
  border: 1px solid rgba(221, 221, 221, 0.73);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
}

.pricing-v5-top-area .pricing-v5-tab.nav {
  margin-bottom: auto;
}

.pricing-v5-top-area .pricing-v5-tab .nav-link {
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 10px 20px;
  border-radius: 100px;
}

.pricing-v5-top-area .nav-tabs .nav-link:focus,
.pricing-v5-top-area .nav-tabs .nav-link:hover {
  border-color: transparent;
}

.pricing-v5-top-area .pricing-v5-tab .nav-link.active {
  color: var(--black-color);
  background: var(--white-color);
}

.pricing-v5-top-area .pricing-v5-tab li.nav-item {
  margin: 0;
}

.pricing-v5-wrapper {
  border-radius: 20px;
  background: linear-gradient(180deg, #142120 0%, #000 100%);
  padding: 50px;
}

.pricing-v5-btn {
  color: var(--black-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 100px;
  background: var(--white-color);
  width: 100%;
  padding: 9px 15px 15px;
  text-align: center;
}

.pricing-v5-description {
  color: #bebcbc;
  margin-bottom: 43px;
}

.pricing-v5-number {
  color: var(--white-color);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 10px;
}

.pricing-v5-number span {
  color: rgba(255, 255, 255, 0.43);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.pricing-v5-feature {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 12px;
}

.pricing-v5-feature:last-child {
  margin-bottom: 0 !important;
}

.pricing-v5-feature-label,
.pricing-v5-feature-icon {
  color: #e3e8f4;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}

.pricing-v5-body {
  margin-right: 10px;
}

.pricing-v5-feature-item {
  margin-left: 10px;
}

.pricing-v5-btn i {
  font-size: 26px;
  position: relative;
  top: 5px;
  left: 7px;
}

@media (max-width: 1200px) {
  .pricing-v5-feature-title {
    display: none;
  }
}

@media (max-width: 991px) {
  .pricing-v5-top-area .pricing-v5-tab {
    margin-top: 30px;
  }

  .pricing-v5-top-area {
    display: block;
  }

  .pricing-v5-btn {
    margin-bottom: 40px;
  }
}

@media (max-width: 500px) {
  .pricing-v5-wrapper {
    padding: 40px 30px;
  }
}