

/* ===============================================================
			[ * faq screenshots ]
================================================================*/
/* --------------- screenshots style-4 --------------- */
.screenshots.style-4 {
  background-color: #f0eff5;
  overflow: hidden;
  padding-top: 100px;
  position: relative;
  height: 700px;
}
.screenshots.style-4::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #fff;
  z-index: 10;
}
.screenshots.style-4 .screenshots-slider {
  position: absolute;
  top: 110px;
  width: calc(100% + 120px);
  left: -60px;
}
.screenshots.style-4 .screenshots-slider .img {
  margin: 0 auto;
  height: 420px;
  width: 195px;
}
.screenshots.style-4 .screenshots-slider .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.screenshots.style-4 .mob-hand {
  pointer-events: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-33%);
      -ms-transform: translateX(-33%);
          transform: translateX(-33%);
  height: 600px;
  z-index: 10;
}

/* --------------- screenshots style-11 --------------- */
.screenshots.style-11 .links {
  text-transform: capitalize;
  padding-bottom: 130px;
  overflow: hidden;
  position: relative;
}
.screenshots.style-11 .links .img {
  position: relative;
}
.screenshots.style-11 .links .img img {
  width: 50px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  position: relative;
  z-index: 10;
}
.screenshots.style-11 .links .img::after {
  position: absolute;
  content: "";
  left: 25px;
  top: 25px;
  height: 1000px;
  width: 1px;
  border: 1px dashed rgba(153, 153, 153, 0.2666666667);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}
.screenshots.style-11 .links .row .col-lg-2:nth-of-type(1) .img::after {
  -webkit-transform: rotate(-74deg);
      -ms-transform: rotate(-74deg);
          transform: rotate(-74deg);
}
.screenshots.style-11 .links .row .col-lg-2:nth-of-type(2) .img::after {
  -webkit-transform: rotate(-66deg);
      -ms-transform: rotate(-66deg);
          transform: rotate(-66deg);
}
.screenshots.style-11 .links .row .col-lg-2:nth-of-type(3) .img::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.screenshots.style-11 .links .row .col-lg-2:nth-of-type(4) .img::after {
  -webkit-transform: rotate(17deg);
      -ms-transform: rotate(17deg);
          transform: rotate(17deg);
}
.screenshots.style-11 .links .row .col-lg-2:nth-of-type(5) .img::after {
  -webkit-transform: rotate(57deg);
      -ms-transform: rotate(57deg);
          transform: rotate(57deg);
}
.screenshots.style-11 .links .row .col-lg-2:nth-of-type(6) .img::after {
  -webkit-transform: rotate(71deg);
      -ms-transform: rotate(71deg);
          transform: rotate(71deg);
}
.screenshots.style-11 .main-img {
  position: relative;
}
.screenshots.style-11 .main-img .link-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.0666666667);
  left: calc(50% - 28px);
  top: -25px;
  z-index: 20;
}

/* --------------- screenshots style-14 --------------- */
.screenshots.style-14 .img {
  position: relative;
}
.screenshots.style-14 .img .row .col-6:last-of-type .main-img {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}
.screenshots.style-14 .img::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--color-red1);
  top: 0;
  right: 0;
  -webkit-animation: right_left 20s alternate infinite linear;
          animation: right_left 20s alternate infinite linear;
}
.screenshots.style-14 .img::before {
  position: absolute;
  content: "";
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background-color: #ecf0f3;
  bottom: -50px;
  right: 0;
  -webkit-animation: right_left 5s -1s alternate infinite linear;
          animation: right_left 5s -1s alternate infinite linear;
}
.screenshots.style-14 .img .main-img {
  position: relative;
  z-index: 10;
}
.screenshots.style-14 .info .text {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

@-webkit-keyframes right_left {
  0% {
    right: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    right: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes right_left {
  0% {
    right: 0;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    right: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
/* ===============================================================
			[ * features Section ]
================================================================*/
/* --------------- features style-4 --------------- */
.features.style-4 {
  background-color: #f0eff5;
  position: relative;
  overflow: hidden;
}
.features.style-4 .img-circle {
  position: absolute;
  top: 40px;
  width: 76%;
  left: 12%;
  max-height: unset;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}
.features.style-4 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 5;
}
.features.style-4 .content .features-card {
  text-align: center;
}
.features.style-4 .content .features-card .icon {
  width: 125px;
  height: 125px;
  display: block;
  margin: 0 auto 30px;
  position: relative;
}
.features.style-4 .content .features-card .icon .label {
  position: absolute;
  top: 0;
  right: -5px;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 10px;
}
.features.style-4 .content .features-card h6 {
  font-weight: bold;
  font-size: 15px;
  line-height: 23px;
}

/* --------------- features style-5 --------------- */
.features-card.style-5 {
  display: block;
  padding: 40px;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
}
.features-card.style-5:hover {
  -webkit-box-shadow: 0px 46px 77px 0px rgba(10, 43, 83, 0.1490196078);
          box-shadow: 0px 46px 77px 0px rgba(10, 43, 83, 0.1490196078);
}
.features-card.style-5:hover .card-title {
  color: var(--color-blue5);
}
.features-card.style-5 .icon {
  margin-bottom: 40px;
}
.features-card.style-5 .icon img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(0 25px 20px rgba(7, 57, 114, 0.2078431373));
          filter: drop-shadow(0 25px 20px rgba(7, 57, 114, 0.2078431373));
}
.features-card.style-5 .card-title {
  color: #000;
  font-size: 17.5px;
  font-weight: bold;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.features-card.style-5 .text {
  font-size: 12.5px;
  line-height: 1.8;
  color: #777;
}

/* --------------- features style-7 --------------- */
.features.style-7 {
  position: relative;
  background-color: #f0eff5;
  overflow: hidden;
}
.features.style-7 .img-circle {
  position: absolute;
  top: -120px;
  left: 25%;
  width: 700px;
  height: 700px;
  max-width: 50%;
  pointer-events: none;
}
.features.style-7 .features-slider7 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
     transition-timing-function: linear !important;
  position: relative;
}
.features.style-7 .features-slider7 .swiper-slide {
  padding: 30px 0;
}

@media screen and (min-width: 991px) {
  .features-slider7 {
    position: relative;
  }
  .features-slider7 .swiper-slide {
    width: 470px !important;
  }
}
.features-card.style-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
  margin-bottom: 20px;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.features-card.style-7::before {
  position: absolute;
  content: "";
  left: 20px;
  bottom: 0;
  width: calc(100% - 40px);
  height: 100%;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5333333333);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.features-card.style-7:hover {
  top: -20px;
}
.features-card.style-7:hover::before {
  bottom: -20px;
}
.features-card.style-7 .icon {
  -webkit-margin-end: 30px;
          margin-inline-end: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.features-card.style-7 .icon img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
.features-card.style-7 .info h5 {
  font-size: 24px;
  font-weight: bold;
}

/* --------------- features style-10 --------------- */
.features.style-10 {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3333333333);
}
.features.style-10 .col-lg-3:last-of-type .feat-card {
  border: 0;
}
.features.style-10 .feat-card {
  padding: calc(15px + 2vw);
  border-right: 1px solid rgba(153, 153, 153, 0.3333333333);
}
.features.style-10 .feat-card .icon {
  margin-bottom: 30px;
}
.features.style-10 .feat-card .icon img {
  width: 75px;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
.features.style-10 .feat-card .info a {
  font-size: 16px;
  color: #999;
  margin-bottom: 5px;
}
.features.style-10 .feat-card .info h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
.features.style-10 .feat-card .info p {
  color: #666;
}

/* --------------- features style-11 --------------- */
.features.style-11 .info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.features.style-11 .info li .icon {
  width: 60px;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
}
.features.style-11 .info li p {
  font-size: 18px;
}
.features.style-11 .features-cards {
  position: relative;
}
.features.style-11 .features-cards .pattern {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.features.style-11 .features-cards .cards-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.features.style-11 .features-cards .cards-side .feat-card {
  padding: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
.features.style-11 .features-cards .cards-side .feat-card .icon {
  height: 65px;
  margin-bottom: 30px;
}
.features.style-11 .features-cards .cards-side .feat-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
.features.style-11 .features-cards .cards-side .feat-card h3 span {
  color: var(--color-green);
  display: block;
}

/* --------------- features style-9 --------------- */
.features.style-9 .accordion .accordion-button {
  background: transparent !important;
  color: #000 !important;
  font-size: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: bold;
  padding: 25px 16px;
}
.features.style-9 .accordion .accordion-button::after {
  background-size: 12px;
}
.features.style-9 .accordion .accordion-button span {
  color: var(--color-green);
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.features.style-9 .accordion .accordion-body {
  font-size: 16px;
  color: #666;
  padding-left: 60px;
  padding-top: 0;
}

/* --------------- features style-12 --------------- */
.features.style-12 {
  position: relative;
  background-color: #100f14;
}
.features.style-12 .feature-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border-radius: 8px;
  background-color: #16151b;
  margin-top: 30px;
  border: 1px solid #16151b;
}
.features.style-12 .feature-card::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 100%;
  top: 0;
  left: 5%;
  border: 1px solid var(--color-yellowGreen);
  border-radius: 8px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.features.style-12 .feature-card:hover {
  border-color: var(--color-yellowGreen);
}
.features.style-12 .feature-card:hover::before {
  opacity: 1;
  top: -10px;
}
.features.style-12 .feature-card h5 {
  font-size: 20px;
  color: #fff;
}
.features.style-12 .feature-card p {
  color: #4c4954;
  font-size: 14px;
  font-weight: 300;
}
.features.style-12 .features-line-slider12 {
  position: relative;
  background-color: var(--color-yellowGreen);
  color: #000;
  margin-top: 100px;
  padding: 20px 0;
}
.features.style-12 .features-line-slider12 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
     transition-timing-function: linear !important;
  position: relative;
}
.features.style-12 .features-line-slider12 .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.features.style-12 .features-line-slider12 .swiper-slide a h2 {
  font-size: 60px;
  color: transparent;
  -webkit-text-stroke: 1px #000;
  text-transform: uppercase;
}
.features.style-12 .features-line-slider12 .swiper-slide a img {
  margin: 0 20px;
}
.features.style-12 .features-line-slider12 .swiper-slide a:hover {
  text-shadow: -5px -5px 0 #000;
}
.features.style-12 .features-line-slider12 .icon {
  position: absolute;
  right: 25%;
  height: 90px;
  top: -70px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 991px) {
  .features.style-12 .features-line-slider12 {
    position: relative;
  }
  .features.style-12 .features-line-slider12 .swiper-slide {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
}

/* --------------- features style-14 --------------- */
.features.style-14 {
  position: relative;
  background-color: #ecf0f3;
}
.features.style-14::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  background-color: #000;
}
.features.style-14 .content {
  padding: 100px 5vw 0 5vw;
  background-color: #fff;
  border-radius: 15px;
}
.features.style-14 .nav-pills .nav-link {
  padding: 17px 30px;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
  border-radius: 50px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 10px;
  color: #000;
  font-size: 14px;
  line-height: 1;
}
.features.style-14 .nav-pills .nav-link:hover, .features.style-14 .nav-pills .nav-link.active {
  color: #fff;
  background-color: var(--color-red1);
  -webkit-box-shadow: 0 10px 30px rgba(204, 33, 49, 0.3333333333);
          box-shadow: 0 10px 30px rgba(204, 33, 49, 0.3333333333);
}
.features.style-14 .tab-pay-content .info .icon {
  margin-bottom: 20px;
}
.features.style-14 .tab-pay-content .info .icon img {
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.features.style-14 .tab-pay-content .info h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
.features.style-14 .tab-pay-content .info li {
  margin: 8px 0;
}

/* --------------- features style-15 --------------- */
.features.style-15 {
  background-image: url(../img/feat_15_back.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 250px 0 100px;
}
.features.style-15 .features-card {
  margin-top: 30px;
  padding: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1333333333);
  border-radius: 10px;
  text-align: center;
}
.features.style-15 .features-card:hover {
  border: 1px solid var(--color-yellowGreen);
}
.features.style-15 .features-card .icon {
  height: 120px;
  margin-bottom: 40px;
}
.features.style-15 .features-card h6 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.features.style-15 .features-card p {
  color: #fff;
  opacity: 60%;
}

/* ===============================================================
			[ * numbers Section ]
================================================================*/
/* --------------- numbers style-6 --------------- */
.number-card.style-6 {
  border-right: 1px solid rgba(153, 153, 153, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
.number-card.style-6 h2 {
  font-size: 45px;
  color: var(--color-blue6);
}
.number-card.style-6 .text {
  font-size: 15px;
  color: #000;
  line-height: 1.5;
  text-transform: capitalize;
}

/* --------------- numbers style-8 --------------- */
.numbers.style-8 {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.numbers.style-8 .r_shape {
  position: absolute;
  right: 100px;
  bottom: 270px;
  pointer-events: none;
}
.numbers.style-8::after {
  position: absolute;
  content: "";
  width: 230px;
  height: 230px;
  border-radius: 50%;
  left: -150px;
  top: 120px;
  background-color: var(--color-orange1);
  pointer-events: none;
}
.numbers.style-8 .content {
  position: relative;
  padding-top: 240px;
  padding-bottom: 380px;
}
.numbers.style-8 .content .logo-icon {
  text-align: center;
}
.numbers.style-8 .content .plat-icons .icon {
  position: absolute;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
.numbers.style-8 .content .plat-icons .icon.icon-shadow {
  background-color: #fff;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.0666666667);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.numbers.style-8 .content .plat-icons .icon:nth-of-type(1) {
  top: 90px;
  right: 0;
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}
.numbers.style-8 .content .plat-icons .icon:nth-of-type(2) {
  top: 200px;
  right: 345px;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
.numbers.style-8 .content .plat-icons .icon:nth-of-type(3) {
  top: 110px;
  left: 335px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.numbers.style-8 .content .plat-icons .icon:nth-of-type(4) {
  top: 140px;
  left: 0;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.numbers.style-8 .content .plat-icons .icon:nth-of-type(5) {
  width: 100px;
  height: 100px;
  bottom: 110px;
  right: 265px;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.numbers.style-8 .content .plat-icons .icon:nth-of-type(6) {
  width: 180px;
  height: 180px;
  bottom: 100px;
  left: 200px;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.numbers.style-8 .content .num8_circle {
  position: absolute;
  top: -235px;
  width: 100%;
  max-height: unset;
  max-width: unset;
  z-index: -1;
  pointer-events: none;
}
.numbers.style-8 .numbers-btm {
  position: relative;
}
.numbers.style-8 .numbers-btm::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: var(--color-gray2);
}
.numbers.style-8 .numbers-btm .numbers-content {
  padding: 40px 50px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.0666666667);
  position: relative;
  z-index: 10;
}
.numbers.style-8 .numbers-btm .numbers-content .number-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.numbers.style-8 .numbers-btm .numbers-content .number-card .icon {
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 15px;
}
.numbers.style-8 .numbers-btm .numbers-content .number-card .icon img {
  width: 40px;
}
.numbers.style-8 .numbers-btm .numbers-content .number-card .inf h3 {
  font-size: 40px;
  font-weight: bold;
}
.numbers.style-8 .numbers-btm .numbers-content .number-card .inf p {
  color: #666;
}

/* --------------- numbers style-14 --------------- */
.numbers.style-14 {
  padding: 70px 0;
  background-color: var(--color-red1);
}
.numbers.style-14 .number-item .icon {
  width: 50px;
  height: 50px;
  padding: 10px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1333333333);
          box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.1333333333);
  margin-bottom: 35px;
}
.numbers.style-14 .number-item .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.numbers.style-14 .number-item .info h2 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 5px;
}
.numbers.style-14 .number-item .info p {
  color: #ffa7af;
  text-transform: uppercase;
}

/* ===============================================================
			[ * clients Section ]
================================================================*/
/* --------------- clients style-4 --------------- */
.clients.style-4 {
  background-color: #f0eff5;
  position: relative;
  z-index: 25;
}
.clients.style-4 .client-logos {
  border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667);
}
.clients.style-4 .client-logos .img img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.6;
}
.clients.style-4 .client-logos .img:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}

/* --------------- clients style 5 --------------- */
.clients.style-5 .content .img {
  padding: 30px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid rgba(153, 153, 153, 0.2666666667);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px;
  height: 150px;
}
.clients.style-5 .content .img.img-card {
  width: 19%;
}
.clients.style-5 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
     transition-timing-function: linear !important;
  position: relative;
}

/* --------------- clients style 9 --------------- */
.clients.style-9 .client-card {
  padding: 50px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.clients.style-9 .client-card:hover {
  border: 1px solid transparent;
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
}
.clients.style-9 .client-card:hover .info a {
  margin-left: 0;
}
.clients.style-9 .client-card:hover .info a .l-arrow {
  opacity: 1;
}
.clients.style-9 .client-card:hover .info a .r-arrow {
  opacity: 0;
}
.clients.style-9 .client-card .info h5 {
  font-weight: bold;
  font-size: 20px;
  color: var(--color-darkBlue2);
  margin-bottom: 10px;
}
.clients.style-9 .client-card .info h5 span {
  color: #6c41ff;
  text-decoration: underline !important;
}
.clients.style-9 .client-card .info p {
  color: #666;
}
.clients.style-9 .client-card .info a {
  font-weight: bold;
  color: var(--color-darkBlue2);
  margin-left: -20px;
}
.clients.style-9 .client-card .info a .l-arrow {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.clients.style-9 .client-card .info a .r-arrow {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.clients.style-9 .logos-content {
  margin-top: 100px;
}
.clients.style-9 .logos-content h4 {
  font-size: 24px;
  font-weight: bold;
  color: var(--color-darkBlue2);
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  text-align: center;
}
.clients.style-9 .logos-content h4 span {
  color: #6c41ff;
}
.clients.style-9 .logos-content .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
}
.clients.style-9 .logos-content .logos a {
  margin-top: 30px;
}

/* --------------- clients style 14 --------------- */
.clients.style-14 {
  background-color: #000;
  color: #fff;
}
.clients.style-14 .logos-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.clients.style-14 .logos-content a {
  margin-top: 30px;
}

/* ===============================================================
			[ * chat-banner Section ]
================================================================*/
/* --------------- chat-banner styles --------------- */
.chat-banner.style-3 {
  background-color: var(--color-blue2);
  position: relative;
}
.chat-banner.style-3::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
  background-image: url(../img/0011.png);
  background-size: 80%;
  background-repeat: repeat;
  background-position: bottom;
  opacity: 0.08;
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(1003%) contrast(103%);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(1003%) contrast(103%);
}
.chat-banner.style-3 .info h3 {
  font-size: 27px;
  color: #fff;
  text-transform: capitalize;
}
.chat-banner.style-3 .info h3 span {
  font-weight: 400;
  font-style: italic;
  position: relative;
}
.chat-banner.style-3 .info h3 span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  width: 240px;
  height: 35px;
  background-image: url(../img/header/info_h1_line1.png);
  background-size: 240px;
  background-repeat: no-repeat;
  background-position: left;
}
/* --------------- chat-banner styles --------------- */
.chat-banner.style-7 {
  background-color: #8169f1;
  padding-top: 100px;
}
.chat-banner.style-7 .info {
  text-align: center;
  color: #fff;
  padding-bottom: 100px;
}
.chat-banner.style-7 .info p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 15px;
}
.chat-banner.style-7 .info h3 {
  font-size: 40px;
  font-weight: 500;
}

/* --------------- chat-banner styles --------------- */
.chat-banner.style-9 {
  position: relative;
  padding: 180px 0;
  background-image: url(../img/header/head9_back.png);
  background-size: cover;
  background-position: center;
}
.chat-banner.style-9 .container {
  position: relative;
  z-index: 10;
}
.chat-banner.style-9 .img_back {
  position: absolute;
  left: 0;
  top: -50px;
  bottom: -50px;
  width: 100%;
  height: calc(100% + 100px);
  max-height: unset;
  pointer-events: none;
  -o-object-fit: contain;
     object-fit: contain;
}
.chat-banner.style-9 .section-head h6::after, .chat-banner.style-9 .section-head h6::before {
  background-color: #fff;
}

/* ===============================================================
			[ * contact Section ]
================================================================*/
/* --------------- contact style-1 --------------- */
.contact.style-1 {
  position: relative;
  overflow: hidden;
}
.contact.style-1 .container {
  position: relative;
  z-index: 5;
}
.contact.style-1 .content .contact_info p {
  color: #fff;
  font-size: 13px;
}
.contact.style-1 .content .contact_info ul {
  margin: 50px 0;
}
.contact.style-1 .content .contact_info ul li {
  color: #fff;
  margin: 15px 0;
}
.contact.style-1 .content .contact_info ul li strong {
  margin-right: 5px;
}
.contact.style-1 .content .contact_info a {
  color: #fff;
  text-decoration: underline !important;
  text-transform: uppercase;
  font-size: 13px;
}
.contact.style-1 .content .contact_form .form-control,
.contact.style-1 .content .contact_form .form-select {
  border: 0;
  font-size: 13px;
  min-height: 50px;
}
.contact.style-1 .content .contact_form textarea {
  min-height: 125px !important;
}
.contact.style-1 .contact_globe {
  position: absolute;
  left: 0;
  top: -10%;
  width: 47%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  max-height: none;
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  opacity: 0.3;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* --------------- contact style-2 --------------- */
.contact.style-2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 250px;
}
.contact.style-2 .global_2 {
  position: absolute;
  left: 25%;
  bottom: -500px;
  width: 55%;
  z-index: 2;
  opacity: 0.7;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

/* --------------- contact style-6 --------------- */
.contact.style-6 .content {
  position: relative;
  border-top: 10px solid var(--color-blue6);
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  padding: 100px 15px;
}
.contact.style-6 .content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(45deg, transparent, #def1fa, transparent, #e8e8f3, transparent);
  background: linear-gradient(45deg, transparent, #def1fa, transparent, #e8e8f3, transparent);
  background-size: 400% 400%;
  -webkit-animation: gradient 20s linear infinite;
          animation: gradient 20s linear infinite;
  border-radius: 30px;
  overflow: hidden;
}
.contact.style-6 .content .contact_a {
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 30px;
  pointer-events: none;
  max-width: 20%;
}
.contact.style-6 .content .contact_message {
  position: absolute;
  right: -150px;
  top: 100px;
  border-bottom-left-radius: 30px;
  pointer-events: none;
  max-width: 30%;
}
.contact.style-6 .content .form {
  position: relative;
  z-index: 5;
}
.contact.style-6 .form-group .form-control,
.contact.style-6 .form-group .form-select {
  border: 1px solid rgba(153, 153, 153, 0.2666666667);
  border-radius: 30px;
  min-height: 50px;
  font-size: 12px;
  padding: 10px 25px;
}
.contact.style-6 .form-group .form-control:focus,
.contact.style-6 .form-group .form-select:focus {
  border-color: var(--color-blue6);
  -webkit-box-shadow: none;
          box-shadow: none;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* --------------- contact style-13 --------------- */
.contact.style-13 {
  position: relative;
}
.contact.style-13::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background-color: #eaedf2;
}
.contact.style-13 .content {
  padding: 5vw;
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.0666666667);
}
.contact.style-13 .content .contact-info p {
  font-size: 16px;
  color: #666;
}
.contact.style-13 .content .contact-info li {
  font-size: 16px;
  color: #666;
  margin: 10px 0;
}
.contact.style-13 .content .contact-info li strong {
  color: #000;
}
.contact.style-13 .content .contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact.style-13 .content .contact-form .form-group .form-control {
  min-height: 50px;
  border-radius: 7px;
  border: 1px solid rgba(153, 153, 153, 0.0666666667);
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.0666666667);
  padding: 10px 10px 10px 40px;
}
.contact.style-13 .content .contact-form .form-group .icon {
  position: absolute;
  top: 14px;
  left: 15px;
}

/* --------------- contact style-14 --------------- */
.contact.style-14 {
  position: relative;
}
.contact.style-14::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-color: #ecf0f3;
}
.contact.style-14 .contact-card {
  position: relative;
  padding: 120px 4vw;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.0666666667);
  overflow: hidden;
}
.contact.style-14 .contact-card .row {
  position: relative;
  z-index: 5;
}
.contact.style-14 .contact-card .img_back {
  position: absolute;
  content: "";
  left: 10%;
  top: 0;
  width: 80%;
  height: 100%;
  max-height: unset;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* ===============================================================
			[ * download Section ]
================================================================*/
/* --------------- download style-5 --------------- */
.download.style-5 .content h2 {
  font-size: 50px;
}
.download.style-5 .content h2 span {
  position: relative;
}
.download.style-5 .content h2 span .head-line {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
}
.download.style-5 .content h2 span .head-pen {
  position: absolute;
  right: 102%;
  bottom: -5px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

/* ===============================================================
			[ * searcing Section ]
================================================================*/
/* --------------- search styles --------------- */
.domain-search.style-9 .domain-choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.domain-search.style-9 .domain-choose .butn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  padding: 20px 40px;
}
.domain-search.style-9 .domain-choose .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  width: 100%;
}
.domain-search.style-9 .domain-choose .form-group .icon {
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.domain-search.style-9 .domain-choose .form-group .form-select {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
  color: var(--color-darkBlue2);
}
.domain-search.style-9 .domain-choose .form-group input {
  width: 100%;
  border: 0;
}
.domain-search.style-9 .domain-names {
  margin-top: 40px;
}
.domain-search.style-9 .domain-names .item {
  margin-top: 10px;
}
.domain-search.style-9 .domain-names .item.dom-tech span {
  color: #6c41ff;
}
.domain-search.style-9 .domain-names .item.dom-net span {
  color: #ff7342;
}
.domain-search.style-9 .domain-names .item.dom-co span {
  color: #cc41ff;
}
.domain-search.style-9 .domain-names .item.dom-com span {
  color: #ff28ac;
}
.domain-search.style-9 .domain-names .item.dom-info span {
  color: #89a829;
}
.domain-search.style-9 .domain-names .item.dom-org span {
  color: #a342ed;
}
.domain-search.style-9 .domain-names p {
  font-weight: bold;
  font-size: 16px;
}
.domain-search.style-9 .domain-names h5 {
  text-align: center;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
  padding-top: 20px;
  margin-top: 20px;
  font-size: 18px;
  color: var(--color-darkBlue2);
  font-weight: bold;
}

/* ===============================================================
			[ * solutions Section ]
================================================================*/
/* --------------- solutions styles --------------- */
.solutions.style-10 .solution-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.solutions.style-10 .solution-card h6 {
  font-size: 14px;
  font-weight: bold;
}
.solutions.style-10 .solution-card .icon img {
  -webkit-filter: invert(54%) sepia(58%) saturate(5618%) hue-rotate(228deg) brightness(99%) contrast(92%);
          filter: invert(54%) sepia(58%) saturate(5618%) hue-rotate(228deg) brightness(99%) contrast(92%);
}
.solutions.style-10 .solution-card:hover {
  background-color: #8169f1;
  color: #fff;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2666666667);
          box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2666666667);
}
.solutions.style-10 .solution-card:hover .icon img {
  -webkit-filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(135deg) brightness(107%) contrast(106%);
          filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(135deg) brightness(107%) contrast(106%);
}

/* ===============================================================
			[ * sgin_up Section ]
================================================================*/
/* --------------- sgin up styles --------------- */
.signup.style-11 {
  position: relative;
}
.signup.style-11 .pattern {
  position: absolute;
  left: 10%;
  top: 0;
  width: 80%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.signup.style-11 .content {
  position: relative;
  z-index: 10;
}
.signup.style-11 .content .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
  padding-left: 20px;
  overflow: hidden;
  margin-top: 80px;
}
.signup.style-11 .content .form-group .form-control {
  height: 50px;
  border: 0;
  padding-left: 15px;
}
.signup.style-11 .content .form-group button {
  border: 0;
  background-color: var(--color-green);
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 15px 30px;
  text-transform: uppercase;
}

/* ===============================================================
			[ * integration Section ]
================================================================*/
/* --------------- integrations styles --------------- */
.integration.style-11 {
  background-color: #1b1b20;
}
.integration.style-11 .info {
  font-size: 16px;
  color: #9e9eac;
}
.integration.style-11 .icons {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.integration.style-11 .icons .pattern_back {
  max-width: unset;
  max-height: unset;
  width: 130%;
  left: -15%;
  position: absolute;
}
.integration.style-11 .icons .logo {
  width: 100px;
  margin: auto;
  position: relative;
  z-index: 10;
}
.integration.style-11 .icons .icon {
  position: absolute;
  z-index: 10;
}
.integration.style-11 .icons .icon:nth-of-type(1) {
  top: 10%;
  right: 12%;
}
.integration.style-11 .icons .icon:nth-of-type(2) {
  top: 50%;
  right: 15%;
}
.integration.style-11 .icons .icon:nth-of-type(3) {
  bottom: 3%;
  right: 20%;
}
.integration.style-11 .icons .icon:nth-of-type(4) {
  top: 20%;
  left: 30%;
}
.integration.style-11 .icons .icon:nth-of-type(5) {
  top: 20%;
  left: 1%;
}
.integration.style-11 .icons .icon:nth-of-type(6) {
  bottom: 20%;
  left: 1%;
}

/* ===============================================================
			[ * process Section ]
================================================================*/
/* --------------- proccess styles --------------- */
.process.style-12 .process-card {
  padding: 40px;
  text-align: center;
  display: block;
  border-top: 1px solid transparent;
  border-radius: 10px;
  color: #fff;
}
.process.style-12 .process-card:hover {
  background-color: #0e0d11;
  border-top: 1px solid var(--color-yellowGreen);
}
.process.style-12 .process-card .icon {
  height: 80px;
  margin-bottom: 30px;
}
.process.style-12 .process-card .icon img {
  height: 80px;
}
.process.style-12 .process-card .info h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.process.style-12 .process-card .info p {
  color: #89888f;
}
.process.style-12 .process-card .info .step {
  font-size: 14px;
  color: var(--color-yellowGreen);
  text-transform: uppercase;
  font-weight: 200;
  margin-top: 30px;
}

/* ===============================================================
			[ * process Section ]
================================================================*/
/* --------------- collections styles --------------- */
.collections.style-12 .collection-card .top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -25px;
}
.collections.style-12 .collection-card .top-info h6 {
  font-size: 17px;
}
.collections.style-12 .collection-card .top-info p {
  color: #67666c;
}
.collections.style-12 .collection-card .top-info p img {
  width: 10px;
  -webkit-margin-end: 2px;
          margin-inline-end: 2px;
}
.collections.style-12 .collection-card .auther-img {
  text-align: center;
  margin-bottom: -20px;
  position: relative;
  z-index: 10;
}
.collections.style-12 .collection-card .auther-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 6px solid #15141a;
}
.collections.style-12 .collection-card .main-img {
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
}
.collections.style-12 .collection-card .sub-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
}
.collections.style-12 .collection-card .sub-imgs img {
  width: 32%;
  height: 80px;
  border-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ===============================================================
			[ * market Section ]
================================================================*/
.markets {
  background-color: #080019;
}
.markets .markets-table .table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.markets .markets-table .table-head .item {
  margin-bottom: 20px;
}
.markets .markets-table .table-head .item:nth-of-type(1) {
  width: 24%;
}
.markets .markets-table .table-head .item:nth-of-type(2) {
  width: 17%;
}
.markets .markets-table .table-head .item:nth-of-type(3) {
  width: 12%;
}
.markets .markets-table .table-head .item:nth-of-type(4) {
  width: 15%;
}
.markets .markets-table .table-head .item:nth-of-type(5) {
  width: 20%;
}
.markets .markets-table .table-head .item:nth-of-type(6) {
  width: 12%;
}
.markets .markets-table .table-body .body-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #120a22;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 15px;
}
.markets .markets-table .table-body .body-row .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.markets .markets-table .table-body .body-row .item:nth-of-type(1) {
  width: 24%;
}
.markets .markets-table .table-body .body-row .item:nth-of-type(2) {
  width: 17%;
}
.markets .markets-table .table-body .body-row .item:nth-of-type(3) {
  width: 12%;
}
.markets .markets-table .table-body .body-row .item:nth-of-type(4) {
  width: 15%;
}
.markets .markets-table .table-body .body-row .item:nth-of-type(5) {
  width: 20%;
}
.markets .markets-table .table-body .body-row .item:nth-of-type(6) {
  width: 12%;
}
.markets .markets-table .table-body .body-row .item .per-up {
  color: #f7931a;
}
.markets .markets-table .table-body .body-row .item .trad-btn {
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.1333333333);
  border-radius: 30px;
  padding: 5px 20px;
}
.markets .markets-table .table-body .body-row .item .trad-btn:hover {
  color: #fff;
  background-color: var(--color-red2);
}
.markets .markets-table .table-body .body-row .item strong {
  font-weight: 500;
}

/* ===============================================================
			[ * timeline Section ]
================================================================*/
/* --------------- timeline styles --------------- */
.timeline.style-15 {
  padding: 100px 0 130px;
}
.timeline.style-15 .timeline-cards {
  position: relative;
}
.timeline.style-15 .timeline-cards .progress {
  height: 5px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.0666666667);
}
.timeline.style-15 .timeline-cards .progress .progress-bar {
  background-color: var(--color-red2);
  background: -webkit-gradient(linear, left top, right top, from(#ee1552), to(#435eba));
  background: -o-linear-gradient(left, #ee1552, #435eba);
  background: linear-gradient(to right, #ee1552, #435eba);
  border-radius: 10px;
  width: 1%;
  -webkit-transition: all 4s linear;
  -o-transition: all 4s linear;
  transition: all 4s linear;
}
.timeline.style-15 .timeline-cards .progress .progress-bar.animated {
  width: 100%;
}
.timeline.style-15 .timeline-cards .timeline-card {
  background-color: #120431;
  border-radius: 100px 100px 50px 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 20px;
  text-align: center;
  margin: 30px auto 55px;
  position: relative;
}
.timeline.style-15 .timeline-cards .timeline-card::after {
  position: absolute;
  content: "";
  left: -10px;
  bottom: -68px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(238, 21, 82, 0.3333333333);
  -webkit-box-shadow: 0 5px 10px rgba(238, 21, 82, 0.2666666667);
          box-shadow: 0 5px 10px rgba(238, 21, 82, 0.2666666667);
}
.timeline.style-15 .timeline-cards .timeline-card::before {
  position: absolute;
  content: "";
  left: -4px;
  bottom: -62px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
}
.timeline.style-15 .timeline-cards .timeline-card .icon {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background-color: var(--color-red2);
  margin-bottom: 40px;
}
.timeline.style-15 .timeline-cards .timeline-card .info {
  max-width: 140px;
  padding-bottom: 10px;
}
.timeline.style-15 .timeline-cards .timeline-card .info h6 {
  font-style: 16px;
}
.timeline.style-15 .timeline-cards .timeline-card .year {
  position: absolute;
  left: -10px;
  bottom: -100px;
  font-size: 16px;
}

/* ===============================================================
			[ * footer Section ]
================================================================*/
/* --------------- footer styles --------------- */
footer.style-1 {
  background-color: #000;
  position: relative;
}
footer.style-1 .foot_l {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
footer.style-1 .foot_r {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}
footer.style-1 .content {
  padding: 90px 0 70px;
  position: relative;
  z-index: 5;
}
footer.style-1 p,
footer.style-1 a,
footer.style-1 li {
  font-size: 13px;
  color: #aaa7a7;
}
footer.style-1 a:hover {
  color: var(--color-main);
}
footer.style-1 .text {
  color: #fff;
  font-size: 14px;
}
footer.style-1 .foot_info li {
  margin: 20px 0;
}
footer.style-1 .foot_info li i {
  color: var(--color-main);
  font-size: 16px;
}
footer.style-1 .social_icons {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer.style-1 .social_icons a {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2c2c2c;
  color: #aaa7a7;
  margin: 5px;
}
footer.style-1 .social_icons a:hover {
  background: var(--color-main-grad);
  color: #fff;
}
footer.style-1 .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer.style-1 .links li {
  margin: 8px 0;
}
footer.style-1 .link_title {
  color: #fff;
  margin: 10px 0 15px;
}
footer.style-1 .foot_subscribe input {
  background: #1f1f1f;
  color: #fff;
  font-size: 12px;
  border: 0;
}
footer.style-1 .foot_subscribe input::-webkit-input-placeholder {
  color: #fff;
}
footer.style-1 .foot_subscribe input::-moz-placeholder {
  color: #fff;
}
footer.style-1 .foot_subscribe input:-ms-input-placeholder {
  color: #fff;
}
footer.style-1 .foot_subscribe input::-ms-input-placeholder {
  color: #fff;
}
footer.style-1 .foot_subscribe input::placeholder {
  color: #fff;
}
footer.style-1 .foot {
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer.style-2 {
  background-color: #010040;
}

footer.style-3 {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}
footer.style-3 .items .title {
  font-weight: bold;
  margin-bottom: 30px;
}
footer.style-3 .items .socail-icons {
  margin-top: 30px;
}
footer.style-3 .items .socail-icons a:hover {
  background-color: var(--color-blue2) !important;
  color: #fff !important;
}
footer.style-3 .items ul li {
  margin: 5px 0;
}
footer.style-3 .items ul li a {
  font-size: 12px;
}
footer.style-3 .items ul li a:hover {
  color: var(--color-blue2);
}
footer.style-3 .foot {
  padding: 35px 0 30px;
  position: relative;
  margin-top: 80px;
}
footer.style-3 .foot .logo {
  width: 120px;
}
footer.style-3 .foot .testi_lines {
  position: absolute;
  top: -10px;
}
footer.style-3 .contact_globe {
  position: absolute;
  height: 150%;
  max-height: none;
  width: 60%;
  top: -25%;
  left: 20%;
  opacity: 0.15;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

footer.style-4 {
  position: relative;
  background-color: #f0eff5;
  margin-top: 200px;
}
footer.style-4 .wave {
  position: absolute;
  left: -3%;
  bottom: 95%;
  width: 106%;
  max-width: unset;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  z-index: 20;
}
footer.style-4 .container {
  position: relative;
  z-index: 25;
}
footer.style-4 .foot {
  border-bottom: 1px solid rgba(153, 153, 153, 0.6);
  padding: 30px 0;
}
footer.style-4 .foot .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer.style-4 .foot .links li a {
  font-size: 12px;
  margin: 0 15px;
  font-weight: bold;
}
footer.style-4 .foot .links li a:hover, footer.style-4 .foot .links li a.active {
  color: var(--color-blue4);
}
footer.style-4 .copywrite {
  padding: 35px 0;
}

footer.style-5 {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}
footer.style-5 .items .title {
  font-weight: bold;
  margin-bottom: 30px;
  color: #000;
  line-height: 1;
}
footer.style-5 .items .socail-icons {
  margin-top: 30px;
}
footer.style-5 .items .socail-icons a:hover {
  background-color: var(--color-blue5) !important;
  color: #fff !important;
}
footer.style-5 .items ul li {
  margin: 5px 0;
}
footer.style-5 .items ul li a {
  font-size: 12px;
}
footer.style-5 .items ul li a:hover {
  color: var(--color-blue5);
}
footer.style-5 .foot {
  padding: 35px 0 30px;
  position: relative;
  margin-top: 80px;
}
footer.style-5 .foot .logo {
  width: 120px;
}

footer.style-6 {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}
footer.style-6 .items .title {
  font-weight: bold;
  margin-bottom: 30px;
  color: #000;
}
footer.style-6 .items .socail-icons {
  margin-top: 30px;
}
footer.style-6 .items .socail-icons a:hover {
  background-color: var(--color-blue6) !important;
  color: #fff !important;
}
footer.style-6 .items ul li {
  margin: 5px 0;
}
footer.style-6 .items ul li a {
  font-size: 12px;
}
footer.style-6 .items ul li a:hover {
  color: var(--color-blue6);
}
footer.style-6 .form .form-group {
  position: relative;
}
footer.style-6 .form .form-group .icon {
  position: absolute;
  top: 12px;
  left: 15px;
}
footer.style-6 .form .form-group input {
  width: 100%;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 30px;
  min-height: 45px;
  font-size: 12px;
  padding: 0 40px;
}
footer.style-6 .form .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--color-blue6);
  border: 0;
  color: #fff;
}
footer.style-6 .foot {
  padding: 35px 0 30px;
  position: relative;
  margin-top: 80px;
}
footer.style-6 .foot .logo {
  width: 120px;
}

footer.style-7 {
  position: relative;
  background: url(../img/foot_7_pattern.png) #f0eff5;
  padding-bottom: 40px;
  background-size: cover;
  background-position: bottom;
}
footer.style-7 .info-logo {
  -webkit-padding-end: 50px;
          padding-inline-end: 50px;
}
footer.style-7 .info-logo .logo {
  width: 200px;
  margin-bottom: 40px;
}
footer.style-7 .info-logo .text {
  font-size: 16px;
  margin-bottom: 30px;
}
footer.style-7 .info-logo .social-links a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  color: #000;
  font-size: 16px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}
footer.style-7 .info-logo .social-links a:hover {
  background-color: var(--color-blue7);
  color: #fff;
}
footer.style-7 .links-side {
  -webkit-padding-start: 50px;
          padding-inline-start: 50px;
}
footer.style-7 .links-side .links-group h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
footer.style-7 .links-side .links-group .links a {
  margin: 7px 0;
}

footer.style-8 {
  position: relative;
}
footer.style-8::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 70%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
  background: -o-linear-gradient(top, #fff, transparent);
  background: linear-gradient(to bottom, #fff, transparent);
  pointer-events: none;
}
footer.style-8 .container {
  position: relative;
  z-index: 10;
}
footer.style-8 .content .logo-social {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
footer.style-8 .content .logo-social .foot-logo img {
  width: 150px;
}
footer.style-8 .content .logo-social .socials a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  -webkit-margin-start: 8px;
          margin-inline-start: 8px;
}
footer.style-8 .content .logo-social .socials a:hover {
  background-color: var(--color-main);
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
footer.style-8 .content .links-content .foot-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 60px;
  text-transform: capitalize;
}
footer.style-8 .content .links-content p {
  font-size: 16px;
  color: #666;
}
footer.style-8 .content .links-content .foot-info li {
  font-size: 16px;
  margin: 10px 0;
}
footer.style-8 .content .links-content .links li {
  margin: 15px 0;
}
footer.style-8 .content .links-content .links a {
  font-size: 14px;
}
footer.style-8 .content .links-content .foot-subscribe .form-group {
  position: relative;
}
footer.style-8 .content .links-content .foot-subscribe .form-group .icon {
  position: absolute;
  top: 17px;
  left: 15px;
}
footer.style-8 .content .links-content .foot-subscribe .form-group .form-control {
  padding: 15px 15px 15px 40px;
  border-radius: 50px;
  background-color: #fff;
  border: 0;
}
footer.style-8 .content .links-content .foot-subscribe .form-group .form-control::-webkit-input-placeholder {
  color: rgba(153, 153, 153, 0.6);
}
footer.style-8 .content .links-content .foot-subscribe .form-group .form-control::-moz-placeholder {
  color: rgba(153, 153, 153, 0.6);
}
footer.style-8 .content .links-content .foot-subscribe .form-group .form-control:-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.6);
}
footer.style-8 .content .links-content .foot-subscribe .form-group .form-control::-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.6);
}
footer.style-8 .content .links-content .foot-subscribe .form-group .form-control::placeholder {
  color: rgba(153, 153, 153, 0.6);
}

footer.style-9 {
  background-color: #111352;
}
footer.style-9 .foot-title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-left: 30px;
  margin-bottom: 35px;
  margin-top: 90px;
  text-transform: capitalize;
}
footer.style-9 .foot-title::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #6c41ff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
footer.style-9 .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer.style-9 .links li {
  margin: 7px 0;
  width: 100%;
}
footer.style-9 .links a {
  color: #b6b7d3;
  text-transform: capitalize;
}
footer.style-9 .links a:hover {
  color: #fff;
}
footer.style-9 .links a small {
  font-size: 10px;
}
footer.style-9 .foot {
  margin-top: 80px;
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1333333333);
}
footer.style-9 p {
  color: #b6b7d3;
}
footer.style-9 .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.0666666667);
  border-radius: 5px;
  text-align: center;
  color: #fff;
  -webkit-margin-start: 2px;
          margin-inline-start: 2px;
}
footer.style-9 .social-icons a:hover {
  background-color: var(--color-darkBlue2);
}

footer.style-10 {
  position: relative;
  background-color: #000;
  color: #fff;
}
footer.style-10 .info-card {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1333333333);
}
footer.style-10 .info-card h5 {
  font-size: 20px;
  font-weight: 500;
}
footer.style-10 .pattern {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
footer.style-10 h5 {
  font-size: 20px;
}
footer.style-10 .subscribe-card .form-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1333333333);
  padding-bottom: 10px;
}
footer.style-10 .subscribe-card .form-group .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
footer.style-10 .subscribe-card .form-group input {
  width: 100%;
  border: 0;
  background: transparent;
  color: #fff;
}
footer.style-10 .subscribe-card .form-group input::-webkit-input-placeholder {
  color: rgba(153, 153, 153, 0.6);
}
footer.style-10 .subscribe-card .form-group input::-moz-placeholder {
  color: rgba(153, 153, 153, 0.6);
}
footer.style-10 .subscribe-card .form-group input:-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.6);
}
footer.style-10 .subscribe-card .form-group input::-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.6);
}
footer.style-10 .subscribe-card .form-group input::placeholder {
  color: rgba(153, 153, 153, 0.6);
}
footer.style-10 .subscribe-card .form-group button {
  border: 0;
  background: transparent;
  color: var(--color-blue7);
}
footer.style-10 .subscribe-card p {
  color: #484848;
  margin-top: 5px;
}
footer.style-10 .foot {
  padding: 40px 0;
  position: relative;
}
footer.style-10 .foot::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.1333333333)), color-stop(rgba(255, 255, 255, 0.1333333333)), color-stop(rgba(255, 255, 255, 0.1333333333)), to(transparent));
  background: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.1333333333), rgba(255, 255, 255, 0.1333333333), rgba(255, 255, 255, 0.1333333333), transparent);
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1333333333), rgba(255, 255, 255, 0.1333333333), rgba(255, 255, 255, 0.1333333333), transparent);
}
footer.style-10 .foot .navbar-brand {
  width: 170px;
}
footer.style-10 .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
footer.style-10 .social-icons a:hover {
  background-color: var(--color-orange2);
}

footer.style-11 {
  background-color: #1b1b20;
  color: #fff;
}
footer.style-11 .foot-links {
  position: relative;
}
footer.style-11 .foot-links::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.1333333333)), color-stop(rgba(255, 255, 255, 0.1333333333)), color-stop(rgba(255, 255, 255, 0.1333333333)), to(transparent));
  background: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.1333333333), rgba(255, 255, 255, 0.1333333333), rgba(255, 255, 255, 0.1333333333), transparent);
  background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.1333333333), rgba(255, 255, 255, 0.1333333333), rgba(255, 255, 255, 0.1333333333), transparent);
}
footer.style-11 .foot-links .links-item {
  margin-top: 40px;
}
footer.style-11 .foot-links .links-item h6 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
footer.style-11 .btn * {
  line-height: 1;
}
footer.style-11 a {
  font-size: 16px;
  color: #87878e;
  margin: 6px 0;
}
footer.style-11 a:hover {
  color: var(--color-green) !important;
}
footer.style-11 p {
  font-size: 16px;
  color: #87878e;
  margin: 6px 0;
}
footer.style-11 .foot {
  background-color: #131317;
  padding: 20px 0;
}
footer.style-11 .foot .social-icons a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  border: 1px solid rgba(255, 255, 255, 0.0666666667);
}
footer.style-11 .foot .social-icons a:hover {
  background-color: var(--color-green);
}

footer.style-12 {
  background-color: #0f0e13;
}
footer.style-12 p {
  font-size: 16px;
  color: #93919b;
}
footer.style-12 a {
  font-size: 16px;
  color: #93919b;
}
footer.style-12 a:hover {
  color: var(--color-yellowGreen);
}
footer.style-12 .content {
  padding: 90px 0;
}
footer.style-12 .content .foot-logo {
  width: 170px;
}
footer.style-12 .content .links h6 {
  margin-bottom: 30px;
  font-size: 18px;
}
footer.style-12 .content .links ul li {
  margin: 10px 0;
}
footer.style-12 .foot {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1333333333);
  text-align: center;
}
footer.style-12 .foot p {
  font-size: 18px;
}

footer.style-13 {
  position: relative;
  background-color: #000;
}
footer.style-13::before {
  position: absolute;
  content: "";
  right: 0;
  top: -1px;
  height: 150px;
  width: 100%;
  background-color: #eaedf2;
}
footer.style-13 .content {
  background-color: #fff;
  padding: 100px 0;
  border-top-right-radius: 20px;
  position: relative;
  z-index: 10;
}
footer.style-13 .content h2 {
  font-size: 40px;
  margin-bottom: 20px;
  position: relative;
}
footer.style-13 .content h2::before {
  position: absolute;
  content: "\f086";
  font-family: "Font Awesome 5 pro";
  left: -50px;
  top: -50px;
  font-size: 100px;
  font-weight: 100;
  opacity: 0.1;
  pointer-events: none;
}
footer.style-13 .content p {
  font-size: 20px;
  color: #666;
}
footer.style-13 .foot {
  padding: 30px 0;
  color: #fff;
}
footer.style-13 .foot p {
  color: #999;
}
footer.style-13 .foot p a {
  color: #fff;
}
footer.style-13 .foot .links {
  text-align: center;
}
footer.style-13 .foot .links a {
  margin: 0 10px;
  color: #999;
}
footer.style-13 .foot .links a:hover {
  color: #fff;
}

@media screen and (min-width: 991px) {
  footer.style-13 {
    padding-right: calc((100vw - 1170px) / 2);
  }
}
footer.style-14 {
  background-color: #ecf0f3;
  background-image: url(../img/footer/foot_14_pattern.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
footer.style-14 .payment-cards {
  position: relative;
}
footer.style-14 .payment-cards::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  background-color: #fff;
}
footer.style-14 .payment-cards .row .col-lg-3:nth-of-type(2) .pay-card {
  background-color: #a81220;
}
footer.style-14 .payment-cards .row .col-lg-3:nth-of-type(3) .pay-card {
  background-color: #980d1a;
}
footer.style-14 .payment-cards .row .col-lg-3:nth-of-type(4) .pay-card {
  background-color: #700710;
}
footer.style-14 .payment-cards .pay-card {
  padding: 30px;
  color: #fff;
  background-color: #cc2131;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: capitalize;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer.style-14 .payment-cards .pay-card .icon img {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer.style-14 .foot-info .foot-logo {
  margin-bottom: 40px;
}
footer.style-14 .foot-info .foot-logo img {
  width: 175px;
}
footer.style-14 .social-icons {
  margin-top: 40px;
}
footer.style-14 .social-icons a {
  width: 45px;
  height: 45px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
footer.style-14 .links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer.style-14 .links ul li {
  width: 50%;
  margin: 7px 0;
}
footer.style-14 a:hover {
  color: var(--color-red1);
}
footer.style-14 p {
  color: #666;
  font-size: 16px;
}

footer.style-15 {
  background-color: #04000e;
}
footer.style-15 .content {
  padding: 90px 0;
}
footer.style-15 .content .foot-logo-social .foot-logo img {
  width: 170px;
}
footer.style-15 .content .foot-logo-social .social-icons a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.3333333333);
  color: #fff;
  border-radius: 50%;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
footer.style-15 .content .foot-logo-social .social-icons a:hover {
  background-color: var(--color-red2);
  border-color: var(--color-red2);
}
footer.style-15 .content .links-content h6.sub-title {
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  opacity: 10%;
  margin-bottom: 20px;
}
footer.style-15 .content .links-content .main-links ul li {
  width: 50%;
}
footer.style-15 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer.style-15 ul li {
  margin: 8px 0;
  width: 100%;
}
footer.style-15 a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
footer.style-15 a:hover {
  color: var(--color-red2);
}
footer.style-15 .foot {
  border-top: 1px solid rgba(255, 255, 255, 0.1333333333);
  padding: 30px 0;
  text-align: center;
}
footer.style-15 .foot p {
  color: #918d98;
}

/* ===============================================================
			[ * inner_header Style ]
================================================================*/
/* --------------- inner-header style-5 --------------- */
.inner-header.style-5 {
  background-image: url(../img/inner5_back.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
}
.inner-header.style-5 .content {
  padding: 50px 0;
  position: relative;
}
.inner-header.style-5 .content .links a {
  font-size: 16px;
  color: #999;
  text-transform: capitalize;
  position: relative;
  padding-right: 20px;
  border-right: 1px solid rgba(153, 153, 153, 0.2);
  margin-right: 20px;
}
.inner-header.style-5 .content .links a:last-of-type {
  font-weight: bold;
  color: var(--color-main);
  border: 0;
  padding: 0;
  margin: 0;
}
.inner-header.style-5 .content h2 {
  font-size: 60px;
  text-transform: capitalize;
  margin-top: 20px;
}
.inner-header.style-5 .content .side-img {
  position: absolute;
  right: 0;
  top: 30%;
  height: 40%;
  pointer-events: none;
}

/* ===============================================================
			[ * portfolio_page Style ]
================================================================*/
/* --------------- portfolio-page style-1 --------------- */
.portfolio-page.style-1 .portfolio-projects.style-1 {
  background-color: #e7f1ff;
}
.portfolio-page.style-1 .portfolio-projects.style-1 .controls {
  text-align: center;
  margin-bottom: 50px;
}
.portfolio-page.style-1 .portfolio-projects.style-1 .controls button {
  border: 0;
  background: transparent;
  font-weight: bold;
  text-transform: capitalize;
  margin: 10px;
}
.portfolio-page.style-1 .portfolio-projects.style-1 .controls button.mixitup-control-active {
  color: var(--color-blue5);
}
.portfolio-page.style-1 .download.style-5 {
  position: relative;
  overflow: hidden;
}
.portfolio-page.style-1 .download.style-5 .content h2 span .head-pen {
  right: auto;
  left: 102%;
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}
.portfolio-page.style-1 .download.style-5 .contact_globe {
  position: absolute;
  height: 150%;
  max-height: none;
  width: 60%;
  top: -25%;
  left: 20%;
  opacity: 0.15;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

/* ===============================================================
			[ * single_project Style ]
================================================================*/
/* --------------- single-project style-5 --------------- */
.single-project.style-5 .about-app.style-5 h1 {
  font-size: 55px;
}
.single-project.style-5 .about-app.style-5 .about-cards .about-card {
  text-align: center;
  padding: 15px;
}
.single-project.style-5 .about-app.style-5 .about-cards .about-card small {
  font-size: 11px;
  color: #999;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.single-project.style-5 .about-app.style-5 .about-cards .about-card h6 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}
.single-project.style-5 .about-app.style-5 .img-content .img {
  position: relative;
}
.single-project.style-5 .about-app.style-5 .img-content .img .main-img {
  position: relative;
  z-index: 5;
}
.single-project.style-5 .about-app.style-5 .img-content .img .circle {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 15%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-animation: rotate-center 100s linear infinite both reverse;
  animation: rotate-center 100s linear infinite both reverse;
}
.single-project.style-5 .about-app.style-5 .img-content .img .bubbls {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}
.single-project.style-5 .screenshots {
  position: relative;
}
.single-project.style-5 .screenshots::after {
  position: absolute;
  content: "";
  background-image: url(../img/about/about_s4_wave.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 30px;
  top: -1px;
  left: 0;
  z-index: 10;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.single-project.style-5 .share .social-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f3f7fe;
  color: #666;
  font-size: 12px;
  margin: 20px 3px 0;
}
.single-project.style-5 .share .social-icon:hover {
  background-color: var(--color-blue5);
  color: #fff;
}
.single-project.style-5 .share .social-icon.hover-blue4:hover {
  background-color: var(--color-blue4);
  color: #fff;
}
.single-project.style-5 .projects .project-card.style-6:hover .info .title {
  color: var(--color-blue5);
}
.single-project.style-5 .projects .project-card.style-6 .info small {
  color: var(--color-blue5);
}
.single-project.style-5 .slider-style-6 .swiper-button-next:hover, .single-project.style-5 .slider-style-6 .swiper-button-prev:hover {
  background-color: var(--color-blue5);
}

/* ===============================================================
			[ * services page Style ]
================================================================*/
/* --------------- services page styles --------------- */
.services-page .features {
  background-color: #e7f1ff;
}

/* ===============================================================
			[ * services page Style ]
================================================================*/
/* --------------- services page styles --------------- */
.about-page header.style-5 {
  position: relative;
}
.about-page header.style-5 .info h1 {
  font-size: 55px;
}
.about-page header.style-5 .main-vid {
  position: relative;
  height: 570px;
  border-radius: 20px;
  overflow: hidden;
  border: 10px solid rgba(255, 255, 255, 0.0039215686);
  margin-top: 150px;
  -webkit-box-shadow: 0px 30px 40px 0px rgba(109, 121, 141, 0.3);
          box-shadow: 0px 30px 40px 0px rgba(109, 121, 141, 0.3);
}
.about-page header.style-5 .main-vid img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-page header.style-5 .main-vid .play-icon {
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  width: 100px;
  height: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  background-color: var(--color-blue5);
  -webkit-box-shadow: 0px 5px 0px 0px var(--color-blue4);
          box-shadow: 0px 5px 0px 0px var(--color-blue4);
  -webkit-filter: drop-shadow(0 13px 20px rgba(0, 0, 0, 0.5333333333));
          filter: drop-shadow(0 13px 20px rgba(0, 0, 0, 0.5333333333));
  -webkit-animation: scale_up_down 1s ease-in-out infinite alternate both;
          animation: scale_up_down 1s ease-in-out infinite alternate both;
}
.about-page header.style-5 .hand-mega {
  position: absolute;
  width: 17%;
  top: 9%;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  z-index: 2;
}
.about-page header.style-5 .head6-rating {
  position: absolute;
  width: 18%;
  top: 27%;
  left: 15%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
.about-page header.style-5 .head6-charts {
  position: absolute;
  width: 14%;
  top: 7%;
  right: 10%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}
.about-page header.style-5 .head6-rocket {
  position: absolute;
  width: 20%;
  top: 25%;
  right: -30px;
  z-index: 2;
}
.about-page .contact .content {
  border-top: 10px solid var(--color-blue5);
}
.about-page .contact.style-6 .form-group .form-control:focus, .about-page .contact.style-6 .form-group .form-select:focus {
  border-color: var(--color-blue5);
}

.culture.style-5 .culture-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  max-height: 500px;
}
.culture.style-5 .culture-card::after {
  position: absolute;
  content: "";
  height: 50px;
  width: 3px;
  background-color: #fff;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.culture.style-5 .culture-card::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 50px;
  background-color: #fff;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.culture.style-5 .culture-card .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
}
.culture.style-5 .culture-card:hover .overlay {
  opacity: 0.3;
}
.culture.style-5 .culture-card:hover::after {
  top: 50%;
  opacity: 1;
}
.culture.style-5 .culture-card:hover::before {
  left: 50%;
  opacity: 1;
}

/* ===============================================================
			[ * contact page Style ]
================================================================*/
/* --------------- contact page styles --------------- */
.contact-page.style-5 .contact.style-6 .form-group .form-control:focus, .contact-page.style-5 .contact.style-6 .form-group .form-select:focus {
  border-color: var(--color-blue5);
}
.contact-page.style-5 .map iframe {
  width: 100%;
  margin-bottom: -6px;
}

/* ===============================================================
			[ * blog page Style ]
================================================================*/
/* --------------- blog-page style-1 --------------- */
.blog-page.style-5 .blog-details-slider {
  position: relative;
  overflow: hidden;
}
.blog-page.style-5 .blog-details-slider .content-card .img {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.blog-page.style-5 .blog-details-slider .content-card .img.overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8823529412)), color-stop(rgba(0, 0, 0, 0.3333333333)), to(transparent));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8823529412), rgba(0, 0, 0, 0.3333333333), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8823529412), rgba(0, 0, 0, 0.3333333333), transparent);
}
.blog-page.style-5 .blog-details-slider .content-card .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 500px;
}
.blog-page.style-5 .blog-details-slider .content-card .info {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 4vw;
  color: #fff;
}
.blog-page.style-5 .blog-details-slider .content-card .info .date {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.blog-page.style-5 .blog-details-slider .content-card .info .title {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.1s;
       -o-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.blog-page.style-5 .blog-details-slider .content-card .info .text-info {
  opacity: 0;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.blog-page.style-5 .blog-details-slider .content-card a:hover {
  color: var(--color-blue5);
}
.blog-page.style-5 .blog-details-slider .swiper-slide-active .content-card .info small, .blog-page.style-5 .blog-details-slider .swiper-slide-active .content-card .info h2, .blog-page.style-5 .blog-details-slider .swiper-slide-active .content-card .info p {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.blog-page.style-5 .blog-details-slider .swiper-pagination {
  width: 100%;
  bottom: 0;
  text-align: right;
  padding: 30px 4vw;
}
.blog-page.style-5 .blog-details-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.blog-page.style-5 .blog-details-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-blue5);
}
.blog-page.style-5 .blog-details-slider .swiper-button-next, .blog-page.style-5 .blog-details-slider .swiper-button-prev {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 15px;
  width: 50px;
  height: 50px;
}
.blog-page.style-5 .blog-details-slider .swiper-button-next::after, .blog-page.style-5 .blog-details-slider .swiper-button-prev::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.blog-page.style-5 .blog-details-slider .swiper-button-next, .blog-page.style-5 .blog-details-slider .swiper-container-rtl .swiper-button-prev {
  right: -35px;
}
.blog-page.style-5 .blog-details-slider .swiper-button-next::after, .blog-page.style-5 .blog-details-slider .swiper-container-rtl .swiper-button-prev::after {
  font-size: 14px;
  margin-right: 20px;
  margin-top: 23px;
}
.blog-page.style-5 .blog-details-slider .swiper-button-prev, .blog-page.style-5 .blog-details-slider .swiper-container-rtl .swiper-button-next {
  left: -35px;
}
.blog-page.style-5 .blog-details-slider .swiper-button-prev::after, .blog-page.style-5 .blog-details-slider .swiper-container-rtl .swiper-button-next::after {
  font-size: 14px;
  margin-left: 25px;
  margin-bottom: 22px;
}
.blog-page.style-5 .popular-posts .post-sc-title {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 20px;
}
.blog-page.style-5 .popular-posts .card {
  padding: 0 15px;
}
.blog-page.style-5 .popular-posts .card .img {
  height: 200px;
  overflow: hidden;
}
.blog-page.style-5 .popular-posts .card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-page.style-5 .popular-posts .card .title a:hover {
  color: var(--color-blue5);
}
.blog-page.style-5 .popular-posts .card a:hover {
  color: var(--color-blue5);
}
.blog-page.style-5 .all-news .card .img {
  height: 200px;
}
.blog-page.style-5 .all-news .card .card-body .card-title {
  min-height: unset;
  max-width: unset;
}
.blog-page.style-5 .all-news .card .card-body {
  position: relative;
  padding-bottom: 40px !important;
  height: 100%;
}
.blog-page.style-5 .all-news .card .card-body .auther-comments {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.blog-page.style-5 .all-news .card a:hover {
  color: var(--color-blue5);
}
.blog-page.style-5 .side-blog {
  position: sticky;
  top: 30px;
}
.blog-page.style-5 .side-blog .title {
  font-size: 16px;
  font-weight: 600 !important;
  letter-spacing: 2px;
}
.blog-page.style-5 .side-blog .search-form .form-group .form-control {
  min-height: 50px;
  font-size: 12px;
  padding: 10px 50px 10px 20px;
}
.blog-page.style-5 .side-blog .search-form .form-group .search-btn {
  position: absolute;
  right: 10px;
  bottom: 12px;
}
.blog-page.style-5 .side-blog .side-recent-post .post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-page.style-5 .side-blog .side-recent-post .post-card .img {
  height: 60px;
  width: 30%;
  border-radius: 10px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.blog-page.style-5 .side-blog .side-recent-post .post-card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-page.style-5 .side-blog .side-recent-post .post-card .inf h6 {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
}
.blog-page.style-5 .side-blog .side-recent-post .post-card .inf p {
  font-size: 10px;
  color: #666;
}
.blog-page.style-5 .side-blog .side-recent-post .post-card:hover .inf h6 {
  color: var(--color-blue5);
}
.blog-page.style-5 .side-blog .side-categories .cat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #666;
  font-size: 11px;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 1px solid rgba(153, 153, 153, 0.3333333333);
}
.blog-page.style-5 .side-blog .side-categories .cat-item:hover {
  color: var(--color-blue5);
  font-weight: bold;
}
.blog-page.style-5 .side-blog .side-newsletter {
  background-color: #eaeef2;
  padding: 50px 30px;
  border-radius: 20px;
}
.blog-page.style-5 .side-blog .side-newsletter .text {
  font-size: 11px;
  color: #666;
  line-height: 1.5;
}
.blog-page.style-5 .side-blog .side-share .social-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f3f7fe;
  color: #666;
  font-size: 12px;
  margin: 0 3px;
}
.blog-page.style-5 .side-blog .side-share .social-icon:hover {
  background-color: var(--color-blue5);
  color: #fff;
}
.blog-page.style-5 .side-blog .side-insta .insta-img {
  height: 80px;
  width: 31%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.blog-page.style-5 .side-blog .side-insta .insta-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-page.style-5 .side-blog .side-insta .insta-img .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  margin-top: 15px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-page.style-5 .side-blog .side-insta .insta-img:hover::after {
  opacity: 0.3;
}
.blog-page.style-5 .side-blog .side-insta .insta-img:hover .icon {
  opacity: 1;
  margin: 0;
}
.blog-page.style-5 .blog-content-info .info-imgs .img img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.blog-page.style-5 .blog-content-info .twitter-info .twitter-card {
  padding: 5vw;
  border-top: 2px solid #000;
}
.blog-page.style-5 .blog-content-info .twitter-info .twitter-card .twitter-header .twitter-icon {
  font-size: 25px;
  color: #00ccff;
}
.blog-page.style-5 .side-tags a {
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #eef4f8;
  margin-bottom: 4px;
}
.blog-page.style-5 .side-tags a:hover {
  background-color: var(--color-blue5);
  color: #fff;
}
.blog-page.style-5 .blog-share .share-icons a i {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 12px;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  border-radius: 50%;
}
.blog-page.style-5 .blog-share .share-icons a i.fa-facebook-f {
  background-color: #3b5999;
}
.blog-page.style-5 .blog-share .share-icons a i.fa-twitter {
  background-color: #55acee;
}
.blog-page.style-5 .blog-share .share-icons a i.fa-tumblr {
  background-color: #2b4b6a;
}
.blog-page.style-5 .blog-share .share-icons a i.fa-rss {
  background-color: #fb7000;
}
.blog-page.style-5 .blog-comments .comment-card {
  background-color: #f4f8fc;
}
.blog-page.style-5 .blog-comments .comment-card .social-icons a {
  background-color: #dce1e5;
}
.blog-page.style-5 .blog-comments .comment-card .social-icons a:hover {
  background-color: var(--color-blue5);
  color: #fff;
}
.blog-page.style-5 .related-postes-slider .swiper-slide-prev {
  position: relative;
}
.blog-page.style-5 .related-postes-slider .swiper-slide-prev::after {
  position: absolute;
  content: "";
  right: -40px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(153, 153, 153, 0.2666666667);
}
.blog-page.style-5 .related-postes-slider .swiper-slide-active::after {
  position: absolute;
  content: "";
  right: -40px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(153, 153, 153, 0.2666666667);
}
.blog-page.style-5 .related-postes-slider .swiper-button-next, .blog-page.style-5 .related-postes-slider .swiper-button-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
}
.blog-page.style-5 .related-postes-slider .swiper-button-next:hover, .blog-page.style-5 .related-postes-slider .swiper-button-prev:hover {
  background-color: var(--color-blue5);
  color: #fff;
}
.blog-page.style-5 .related-postes-slider .swiper-button-next, .blog-page.style-5 .related-postes-slider .swiper-container-rtl .swiper-button-prev {
  right: 0;
  top: -60px;
}
.blog-page.style-5 .related-postes-slider .swiper-button-prev, .blog-page.style-5 .related-postes-slider .swiper-container-rtl .swiper-button-next {
  left: auto;
  right: 50px;
  top: -60px;
}
.blog-page.style-5 .related-postes-slider .swiper-button-next::after, .blog-page.style-5 .related-postes-slider .swiper-button-prev::after {
  font-size: 13px;
}
.blog-page.style-5.color-4 .side-tags a:hover,
.blog-page.style-5.color-4 .blog-page.style-5 .blog-comments .comment-card .social-icons a:hover,
.blog-page.style-5.color-4 .side-blog .side-share .social-icon:hover,
.blog-page.style-5.color-4 .related-postes-slider .swiper-button-next:hover,
.blog-page.style-5.color-4 .related-postes-slider .swiper-button-prev:hover,
.blog-page.style-5.color-4 .blog-details-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-blue4);
}
.blog-page.style-5.color-4 .side-blog .side-recent-post .post-card:hover .inf h6,
.blog-page.style-5.color-4 .side-blog .side-categories .cat-item:hover,
.blog-page.style-5.color-4 .popular-posts .card a:hover,
.blog-page.style-5.color-4 .blog-details-slider .content-card a:hover {
  color: var(--color-blue4);
}
.blog-page.style-5.color-4 .bg-main {
  background-color: var(--color-blue4) !important;
}

/* ===============================================================
			[ * shop page Style ]
================================================================*/
/* --------------- services page styles --------------- */
.shop-page .filter .filter-card {
  padding: 20px 15px;
  border-radius: 10px;
  background-color: #f0f4f8;
  text-transform: capitalize;
}
.shop-page .filter .filter-card .card-title {
  font-size: 15px;
  color: #000;
  font-weight: 800;
  margin-bottom: 15px;
}
.shop-page .filter .filter-card .form-check-label {
  cursor: pointer;
}
.shop-page .filter .filter-card .cat-link {
  color: #000;
  font-size: 11px;
  font-weight: 600;
}
.shop-page .filter .filter-card .category-checkRadio {
  padding: 0;
  line-height: 1;
}
.shop-page .filter .filter-card .category-checkRadio .form-check-input {
  display: none;
}
.shop-page .filter .filter-card .category-checkRadio .form-check-input:checked ~ .form-check-label {
  color: var(--color-blue5);
}
.shop-page .filter .filter-card .accordion .accordion-button {
  color: #000;
  font-size: 11px;
  font-weight: 600;
  padding: 0;
  background: transparent;
  margin-bottom: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.shop-page .filter .filter-card .accordion .accordion-button::after {
  background-size: 0.8rem;
  background-position: center;
}
.shop-page .filter .filter-card .accordion .accordion-button:not(.collapsed) {
  color: var(--color-blue5);
}
.shop-page .filter .filter-card .filter-card-item {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2666666667);
  margin-bottom: 20px;
}
.shop-page .filter .filter-card .filter-card-item .sub-tilte {
  font-size: 11px;
  color: #000;
  font-weight: 800;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
}
.shop-page .filter .filter-card .filter-card-item .filter-card-body .filter-card-scroll {
  max-height: 130px;
  overflow-x: hidden;
  overflow-y: auto;
}
.shop-page .filter .filter-card .filter-card-item .filter-card-body .filter-card-scroll::-webkit-scrollbar {
  height: 10px;
  width: 5px;
  background: #dfdfdf;
  border-radius: 10px;
}
.shop-page .filter .filter-card .filter-card-item .filter-card-body .filter-card-scroll::-webkit-scrollbar-thumb {
  background: var(--color-blue5);
  border-radius: 10px;
}
.shop-page .filter .filter-card .filter-card-item .filter-card-body .filter-card-scroll::-webkit-scrollbar-corner {
  background: var(--color-blue5);
  border-radius: 10px;
}
.shop-page .filter .filter-card .filter-card-item .search-group {
  position: relative;
  margin-bottom: 25px;
}
.shop-page .filter .filter-card .filter-card-item .search-group input {
  width: 100%;
  background-color: #fff;
  border: 0;
  border-radius: 5px;
  padding: 10px;
  font-size: 11px;
  min-height: 40px;
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
}
.shop-page .filter .filter-card .filter-card-item .search-group button {
  position: absolute;
  right: 8px;
  top: 10px;
  font-size: 13px;
  border: 0;
  background: transparent;
}
.shop-page .filter .filter-card .category-checkBox {
  font-size: 11px;
  color: #666;
  text-transform: capitalize;
}
.shop-page .filter .filter-card .slider-range-content .amount-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shop-page .filter .filter-card .slider-range-content .amount-input .amount {
  width: 35%;
  -webkit-margin-end: 5%;
          margin-inline-end: 5%;
  border-radius: 7px;
  background-color: #fff;
  font-size: 12px;
  overflow: hidden;
  padding: 6px 10px;
}
.shop-page .filter .filter-card .slider-range-content .amount-input .amount small {
  font-size: 10px;
  color: #999999;
}
.shop-page .filter .filter-card .slider-range-content .amount-input .amount input {
  border: 0;
  width: 100%;
}
.shop-page .filter .filter-card .slider-range-content .amount-input button {
  width: 50px;
  height: 50px;
  background-color: var(--color-blue5);
  border: 0;
  color: #fff;
  border-radius: 7px;
  text-transform: capitalize;
}
.shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal {
  margin-top: 25px;
  height: 6px;
  border: 0;
  background-color: #dfdfdf;
}
.shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-slider-range {
  background-color: var(--color-blue5);
}
.shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-state-default, .shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-widget-content .ui-state-default, .shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-widget-header .ui-state-default, .shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-button, .shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal html .ui-button.ui-state-disabled:hover, .shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal html .ui-button.ui-state-disabled:active {
  border: 0;
  background: var(--color-blue5);
  border-radius: 50%;
  width: 1em;
  height: 1em;
}
.shop-page .products-content .top-filter {
  padding: 15px 0;
}
.shop-page .products-content .top-filter .r-side .form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
}
.shop-page .products-content .top-filter .r-side .form .form-group label {
  color: #999;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.shop-page .products-content .top-filter .r-side .form .form-group .form-select {
  border: 0;
  background-color: #f0f4f8;
  font-size: 11px;
  min-height: 35px;
  border-radius: 12px;
}
.shop-page .products-content .top-filter .r-side .grid-list-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.shop-page .products-content .top-filter .r-side .grid-list-btns .bttn {
  width: 35px;
  height: 35px;
  font-size: 17px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f0f4f8;
  color: #000;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  cursor: pointer;
}
.shop-page .products-content .top-filter .r-side .grid-list-btns .bttn:hover, .shop-page .products-content .top-filter .r-side .grid-list-btns .bttn.active {
  color: #fff;
  background-color: var(--color-blue5);
}
.shop-page .products-content .products .product-card {
  border: 1px solid #ededed;
  padding: 30px 15px 15px;
  position: relative;
  border-radius: 12px;
  padding-bottom: 15px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 24px;
}
.shop-page .products-content .products .product-card:hover {
  padding-bottom: 60px;
}
.shop-page .products-content .products .product-card:hover .img img {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.shop-page .products-content .products .product-card:hover .info {
  margin-top: -25px;
}
.shop-page .products-content .products .product-card:hover .btn {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.shop-page .products-content .products .product-card .img {
  height: 130px;
}
.shop-page .products-content .products .product-card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}
.shop-page .products-content .products .product-card .info {
  margin-top: 20px;
  min-height: 77px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.shop-page .products-content .products .product-card .info .category {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.shop-page .products-content .products .product-card .info .title {
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0;
}
.shop-page .products-content .products .product-card .info .stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 9px;
  color: #d0d0d0;
}
.shop-page .products-content .products .product-card .info .stars .active {
  color: #ffba00;
}
.shop-page .products-content .products .product-card .info .rev {
  color: #999;
  font-size: 9px;
}
.shop-page .products-content .products .product-card .price {
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
}
.shop-page .products-content .products .product-card .price .price-sale {
  color: #f73312;
}
.shop-page .products-content .products .product-card .price .old-price {
  font-size: 11px;
  color: #999999;
  text-decoration: line-through !important;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}
.shop-page .products-content .products .product-card .btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  background-color: var(--color-blue5);
  padding: 7px 15px;
  -webkit-transform: translateY(70px);
      -ms-transform: translateY(70px);
          transform: translateY(70px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.shop-page .products-content .products .product-card .btn span {
  font-size: 11px;
  color: #fff;
  font-weight: bold;
}
.shop-page .products-content .products .product-card .btn:hover {
  background-color: #000;
}
.shop-page .products-content .products .product-card .label {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 9px;
  border-radius: 4px;
  background-color: #f0f0f0;
  color: #000;
  padding: 3px 10px;
  text-transform: uppercase;
}
.shop-page .products-content .products .product-card .label.new {
  background-color: #ffb500;
}
.shop-page .products-content .products .product-card .label.sale-off {
  background-color: #f73312;
  color: #fff;
}
.shop-page .products-content .products .product-card .fav-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 14px;
  color: #ccc;
  cursor: pointer;
}
.shop-page .products-content .products .product-card .fav-btn.active {
  color: #f73312;
}
.shop-page .products-content .products.list-view .card-width {
  width: 50%;
}
.shop-page .products-content .products.list-view .product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop-page .products-content .products.list-view .product-card .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35%;
  margin-right: 10px;
}
.shop-page .products-content .products.list-view .product-card:hover {
  padding-top: 12px;
  padding-bottom: 35px;
}
.shop-page .products-content .products.list-view .product-card:hover .img img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.shop-page .products-content .products.list-view .product-card:hover .info {
  margin-top: 25px;
}
.shop-page.style-grad .filter .filter-card .category-checkRadio .form-check-input:checked ~ .form-check-label {
  color: var(--color-blue4);
}
.shop-page.style-grad .filter .filter-card .accordion .accordion-button:not(.collapsed) {
  color: var(--color-blue4);
}
.shop-page.style-grad .filter .filter-card .filter-card-item .filter-card-body .filter-card-scroll::-webkit-scrollbar-thumb {
  background: var(--color-blue4);
}
.shop-page.style-grad .filter .filter-card .filter-card-item .filter-card-body .filter-card-scroll::-webkit-scrollbar-corner {
  background: var(--color-blue4);
}
.shop-page.style-grad .filter .filter-card .slider-range-content .amount-input button {
  background-color: var(--color-blue4);
}
.shop-page.style-grad .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-slider-range {
  background-color: var(--color-blue4);
}
.shop-page.style-grad .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-state-default, .shop-page.style-grad .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-widget-content .ui-state-default, .shop-page.style-grad .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-widget-header .ui-state-default, .shop-page.style-grad .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-button, .shop-page.style-grad .filter .filter-card .slider-range-content .ui-slider-horizontal html .ui-button.ui-state-disabled:hover, .shop-page.style-grad .filter .filter-card .slider-range-content .ui-slider-horizontal html .ui-button.ui-state-disabled:active {
  background: var(--color-blue4);
}
.shop-page.style-grad .products-content .top-filter .r-side .grid-list-btns .bttn:hover, .shop-page.style-grad .products-content .top-filter .r-side .grid-list-btns .bttn.active {
  background-color: var(--color-blue4);
}
.shop-page.style-grad .products-content .products .product-card .btn {
  background-color: var(--color-blue4);
}

/* ===============================================================
			[ * shop product Style ]
================================================================*/
/* --------------- services product styles --------------- */
.product-page .product-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-page .product-slider .gallery-thumbs {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  height: 500px;
}
.product-page .product-slider .gallery-thumbs .swiper-slide {
  min-height: 75px;
  cursor: pointer;
}
.product-page .product-slider .gallery-thumbs .swiper-slide .img {
  width: 80px;
  height: 75px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 7px;
  padding: 8px;
}
.product-page .product-slider .gallery-thumbs .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-page .product-slider .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .img {
  border-color: var(--color-blue5);
}
.product-page .product-slider .gallery-top .swiper-slide .img {
  height: 500px;
  padding: 3vw;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 7px;
}
.product-page .product-slider .gallery-top .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-page .product-info .category {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.product-page .product-info .title {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0;
}
.product-page .product-info .stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 10px;
  color: #d0d0d0;
}
.product-page .product-info .stars .active {
  color: #ffba00;
}
.product-page .product-info .rev {
  color: #999;
  font-size: 10px;
}
.product-page .product-info .price {
  font-size: 25px;
  color: #000;
  font-weight: bold;
  margin-top: 30px;
}
.product-page .product-info .info-text {
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}
.product-page .product-info .info-list {
  margin-top: 15px;
  font-size: 14px;
  color: #666;
}
.product-page .product-info .info-list li {
  margin-bottom: 5px;
}
.product-page .product-info .color-quantity {
  padding: 20px 0;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
  margin-top: 25px;
}
.product-page .product-info .color-quantity .select-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-page .product-info .color-quantity .select-color .colors-content .form-check {
  padding: 0;
  margin-bottom: 0;
}
.product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-input {
  display: none;
}
.product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 3px solid #fff;
}
.product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle.gray {
  background-color: #e3e3e3;
}
.product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle.black {
  background-color: #000;
}
.product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle.blue {
  background-color: #1941c4;
}
.product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle.green {
  background-color: #9ac419;
}
.product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-input:checked ~ .form-check-label .color-circle {
  outline: 1px solid var(--color-blue5);
}
.product-page .product-info .qyt-addCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-page .product-info .qyt-addCart .add-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  padding: 10px 15px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  width: 30%;
  border-radius: 30px;
}
.product-page .product-info .qyt-addCart .add-more .qt-minus,
.product-page .product-info .qyt-addCart .add-more .qt-plus {
  cursor: pointer;
}
.product-page .product-info .qyt-addCart .add-more .qt {
  font-size: 14px;
}
.product-page .product-info .qyt-addCart .btn {
  background-color: var(--color-blue5);
  padding: 10px 30px;
  width: 40%;
}
.product-page .product-info .qyt-addCart .btn span {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}
.product-page .product-info .qyt-addCart .btn:hover {
  background-color: #000;
}
.product-page .product-info .fav-btn {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1333333333);
  font-size: 15px;
  color: #ccc;
  cursor: pointer;
}
.product-page .product-info .fav-btn.active {
  color: #f73312;
}
.product-page .product-info .socail-icons {
  margin-top: 40px;
}
.product-page .product-info .socail-icons a:hover {
  background-color: var(--color-blue5) !important;
  color: #fff !important;
}
.product-page .product-details .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1333333333);
  padding-bottom: 10px;
}
.product-page .product-details .nav-pills .nav-link {
  border: 0;
  background: transparent;
  font-size: 25px;
  color: #666;
  text-transform: capitalize;
}
.product-page .product-details .nav-pills .nav-link.active {
  color: #000;
  font-weight: bold;
}
.product-page .product-details .content-info {
  padding: 50px 8vw;
}
.product-page .product-details .content-info .text {
  color: #666;
}
.product-page .product-details .additional-info ul {
  border: 1px solid rgba(0, 0, 0, 0.1333333333);
}
.product-page .product-details .additional-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 25px;
  font-style: 14px;
  color: #666;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1333333333);
}
.product-page .product-details .additional-info ul li:last-of-type {
  border: 0;
}
.product-page .product-details .stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  color: #d0d0d0;
}
.product-page .product-details .stars .active {
  color: #ffba00;
}
.product-page .product-details .rate-stars {
  display: block;
  position: relative;
  text-align: end;
  margin-bottom: 30px;
  direction: rtl;
}
.product-page .product-details .rate-stars input {
  border-radius: 0;
  visibility: hidden;
  width: 20px;
  cursor: pointer;
}
.product-page .product-details .rate-stars input:after {
  content: "\f005";
  font-family: "Font Awesome 5 pro";
  font-weight: 900;
  font-size: 20px;
  color: #eee;
  visibility: visible;
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.product-page .product-details .rate-stars input:hover:after {
  opacity: 0.8;
}
.product-page .product-details .rate-stars input:checked:after {
  color: #fc0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
      transform: scale(1.3);
}
.product-page .product-details .rate-stars input:checked ~ input:after {
  color: #fc0;
}
.product-page .product-details .rate-stars input:not(:checked):after {
  color: #eee;
}
.product-page .related-products .title {
  font-size: 25px;
  margin-bottom: 35px;
}
.product-page .related-products .related-products-slider .swiper-button-next, .product-page .related-products .related-products-slider .swiper-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #d8dee4;
}
.product-page .related-products .related-products-slider .swiper-button-next:hover, .product-page .related-products .related-products-slider .swiper-button-prev:hover {
  background: var(--color-blue5);
}
.product-page .related-products .related-products-slider .swiper-button-next, .product-page .related-products .related-products-slider .swiper-container-rtl .swiper-button-prev {
  right: -50px;
}
.product-page .related-products .related-products-slider .swiper-button-prev, .product-page .related-products .related-products-slider .swiper-container-rtl .swiper-button-next {
  left: -50px;
}
.product-page .related-products .related-products-slider .swiper-button-next:after, .product-page .related-products .related-products-slider .swiper-button-prev:after {
  font-size: 10px;
}
.product-page .product-card {
  border: 1px solid #ededed;
  padding: 30px 15px 15px;
  position: relative;
  border-radius: 12px;
  padding-bottom: 15px;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 24px;
}
.product-page .product-card:hover {
  padding-bottom: 60px;
}
.product-page .product-card:hover .img img {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}
.product-page .product-card:hover .info {
  margin-top: -25px;
}
.product-page .product-card:hover .btn {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.product-page .product-card .img {
  height: 130px;
}
.product-page .product-card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}
.product-page .product-card .info {
  margin-top: 20px;
  min-height: 77px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-page .product-card .info .category {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.product-page .product-card .info .title {
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0;
}
.product-page .product-card .info .stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 9px;
  color: #d0d0d0;
}
.product-page .product-card .info .stars .active {
  color: #ffba00;
}
.product-page .product-card .info .rev {
  color: #999;
  font-size: 9px;
}
.product-page .product-card .price {
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
}
.product-page .product-card .price .price-sale {
  color: #f73312;
}
.product-page .product-card .price .old-price {
  font-size: 11px;
  color: #999999;
  text-decoration: line-through !important;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}
.product-page .product-card .btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  background-color: var(--color-blue5);
  padding: 7px 15px;
  -webkit-transform: translateY(70px);
      -ms-transform: translateY(70px);
          transform: translateY(70px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-page .product-card .btn span {
  font-size: 11px;
  color: #fff;
  font-weight: bold;
}
.product-page .product-card .btn:hover {
  background-color: #000;
}
.product-page .product-card .label {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 9px;
  border-radius: 4px;
  background-color: #f0f0f0;
  color: #000;
  padding: 3px 10px;
  text-transform: uppercase;
}
.product-page .product-card .label.new {
  background-color: #ffb500;
}
.product-page .product-card .label.sale-off {
  background-color: #f73312;
  color: #fff;
}
.product-page .product-card .fav-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 14px;
  color: #ccc;
  cursor: pointer;
}
.product-page .product-card .fav-btn.active {
  color: #f73312;
}

/* ===============================================================
			[ * faq page Style ]
================================================================*/
/* --------------- faq-page style-5 --------------- */
.faq-page.style-5 .faq-tabs {
  margin-bottom: 80px;
}
.faq-page.style-5 .faq-tabs .nav {
  margin: 0 -15px;
}
.faq-page.style-5 .faq-tabs .nav .nav-item {
  width: 25%;
  padding: 0 15px;
}
.faq-page.style-5 .faq-tabs .nav .nav-item .nav-card {
  display: block;
  background-color: #fff;
  border: 1px solid rgba(153, 153, 153, 0.1333333333);
  border-radius: 10px;
  padding: 50px 15px;
  text-align: center;
  width: 100%;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0392156863);
}
.faq-page.style-5 .faq-tabs .nav .nav-item .nav-card .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 30px;
}
.faq-page.style-5 .faq-tabs .nav .nav-item .nav-card h5 {
  font-size: 18px;
  text-transform: capitalize;
}
.faq-page.style-5 .faq-tabs .nav .nav-item .nav-card p {
  color: #999;
}
.faq-page.style-5 .faq-tabs .nav .nav-item .nav-card.active {
  border-color: var(--color-blue5);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq-page.style-5 .faq-body .faq-category {
  padding: 50px;
  background-color: var(--color-blue5);
  border-radius: 5px;
  color: #fff;
  position: sticky;
  top: 100px;
}
.faq-page.style-5 .faq-body .faq-category h5 {
  margin-bottom: 20px;
}
.faq-page.style-5 .faq-body .faq-category li {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-transform: capitalize;
}
.faq-page.style-5 .faq-body .faq-category li a {
  position: relative;
  font-weight: 500;
  color: #fff;
}
.faq-page.style-5 .faq-body .faq-category li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 1px;
  width: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-page.style-5 .faq-body .faq-category li a:hover, .faq-page.style-5 .faq-body .faq-category li a.active {
  color: #fff;
  padding-left: 35px;
}
.faq-page.style-5 .faq-body .faq-category li a:hover::before, .faq-page.style-5 .faq-body .faq-category li a.active::before {
  width: 20px;
  opacity: 1;
}
.faq-page.style-5 .faq-body .faq-category li span {
  font-weight: 300;
  opacity: 0.5;
}
.faq-page.style-5 .faq-body .faq-questions .sec-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.faq-page.style-5 .faq-body .faq-questions .sec-title span {
  color: #999;
}
.faq-page.style-5 .faq-body .faq-questions .accordion {
  padding-top: 80px;
}
.faq-page.style-5 .faq-body .faq-questions .accordion-item {
  border: 0;
  border-radius: 0;
  margin-bottom: 20px;
}
.faq-page.style-5 .faq-body .faq-questions .accordion-item .accordion-button {
  background-color: #f4f6f9;
  border-radius: 10px;
  font-weight: bold;
  color: #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 12px 20px;
}
.faq-page.style-5 .faq-body .faq-questions .accordion-item .accordion-button:not(.collapsed) {
  background-color: var(--color-blue5);
  color: #fff;
}
.faq-page.style-5 .faq-body .faq-questions .accordion-item .accordion-button:not(.collapsed)::after {
  content: "\f068";
}
.faq-page.style-5 .faq-body .faq-questions .accordion-item .accordion-body {
  font-size: 16px;
  color: #666;
  font-weight: 500;
}
.faq-page.style-5 .faq-body .faq-questions .accordion-item .accordion-button::after {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "\f067";
  font-weight: 900;
  font-family: "Font Awesome 5 pro";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
}

/* ===============================================================
			[ * careers page Style ]
================================================================*/
/* --------------- faq-page style-5 --------------- */
.careers-page.style-5 .careers-features .careers-feat-card {
  padding: 40px 30px;
  border: 1px solid rgba(153, 153, 153, 0.1333333333);
  border-radius: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
.careers-page.style-5 .careers-features .careers-feat-card:hover {
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
}
.careers-page.style-5 .careers-features .careers-feat-card .icon {
  margin-bottom: 30px;
}
.careers-page.style-5 .careers-features .careers-feat-card .icon img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}
.careers-page.style-5 .careers-features .careers-feat-card .info h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.careers-page.style-5 .careers-features .careers-feat-card .info p {
  color: #777;
}
.careers-page.style-5 .careers-images .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
     transition-timing-function: linear !important;
  position: relative;
}
.careers-page.style-5 .careers-positions .position-card {
  padding: 30px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 5px;
  background-color: #fff;
  display: block;
  position: relative;
}
.careers-page.style-5 .careers-positions .position-card h5 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
.careers-page.style-5 .careers-positions .position-card p {
  font-size: 16px;
  color: #666;
  margin-bottom: 50px;
}
.careers-page.style-5 .careers-positions .position-card .time {
  font-size: 16px;
  color: #000;
}
.careers-page.style-5 .careers-positions .position-card .trend-mark {
  position: absolute;
  width: 36px;
  height: 60px;
  line-height: 50px;
  top: 0;
  right: 30px;
  background-color: var(--color-blue5);
  color: #fff;
  text-align: center;
}
.careers-page.style-5 .careers-positions .position-card .trend-mark::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  border-top: 18px solid transparent;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  border-bottom: 18px solid #fff;
}
.careers-page.style-5 .career-form {
  position: relative;
  background-color: var(--color-blue5);
  color: #fff;
}
.careers-page.style-5 .career-form .container {
  position: relative;
  z-index: 10;
}
.careers-page.style-5 .career-form .map_img {
  position: absolute;
  left: 0;
  top: 70px;
  pointer-events: none;
  opacity: 0.3;
  width: 50%;
}
.careers-page.style-5 .career-form h2 {
  margin-bottom: 10px;
  font-size: 44px;
}
.careers-page.style-5 .career-form p {
  font-size: 16px;
}
.careers-page.style-5 .career-form .mum-card {
  padding: 20px 0;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1333333333);
}
.careers-page.style-5 .career-form .mum-card h3 {
  font-size: 50px;
}
.careers-page.style-5 .career-form .mum-card small {
  font-size: 14px;
  color: #9dc7f9;
}
.careers-page.style-5 .career-form .form .form-group {
  position: relative;
}
.careers-page.style-5 .career-form .form .form-group .icon {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
}
.careers-page.style-5 .career-form .form .form-group .form-control {
  background-color: rgba(255, 255, 255, 0.0666666667);
  border-radius: 5px;
  min-height: 50px;
  border: 0;
  font-weight: 300;
  color: #fff;
  padding-left: 40px;
}
.careers-page.style-5 .career-form .form .form-group .form-control::-webkit-input-placeholder {
  color: #9ecbff;
  font-weight: 300;
}
.careers-page.style-5 .career-form .form .form-group .form-control::-moz-placeholder {
  color: #9ecbff;
  font-weight: 300;
}
.careers-page.style-5 .career-form .form .form-group .form-control:-ms-input-placeholder {
  color: #9ecbff;
  font-weight: 300;
}
.careers-page.style-5 .career-form .form .form-group .form-control::-ms-input-placeholder {
  color: #9ecbff;
  font-weight: 300;
}
.careers-page.style-5 .career-form .form .form-group .form-control::placeholder {
  color: #9ecbff;
  font-weight: 300;
}
.careers-page.style-5 .career-form .form .form-group .form-control:focus {
  border: 1px solid #fff;
  background-color: transparent;
}
.careers-page.style-5 .career-form .form .form-group textarea.form-control {
  padding-top: 10px;
}
.careers-page.style-5 .career-form .form .form-group.upload-card {
  text-align: center;
}
.careers-page.style-5 .career-form .form .form-group.upload-card .form-control {
  position: relative;
  color: rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.1333333333);
  padding: 12px;
}
.careers-page.style-5 .career-form .form .form-group.upload-card .upload_input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
}
.careers-page.style-5 .career-form .form .btn span {
  font-size: 16px;
}

/* ===============================================================
			[ * careers details page Style ]
================================================================*/
/* --------------- career-details-page style-5 --------------- */
.career-details-page.style-5 {
  color: #000;
}
.career-details-page.style-5 p {
  font-size: 16px;
  color: #666;
}
.career-details-page.style-5 a {
  font-size: 16px;
}
.career-details-page.style-5 h6 {
  font-size: 20px;
  font-weight: bold;
}
.career-details-page.style-5 .jop-details .jop-info .tags a {
  font-weight: 600;
  padding: 6px 15px;
  border-radius: 30px;
  background-color: #edf5ff;
  color: var(--color-blue5);
}
.career-details-page.style-5 .summary-card {
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 5px;
  padding: 40px;
  position: sticky;
  top: 120px;
}
.career-details-page.style-5 .summary-card li {
  font-size: 14px;
  color: #999;
  margin: 15px 0;
}
.career-details-page.style-5 .summary-card li span {
  color: #000;
}
.career-details-page.style-5 .careers-positions .position-card {
  padding: 30px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 5px;
  background-color: #fff;
  display: block;
  position: relative;
}
.career-details-page.style-5 .careers-positions .position-card h5 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 15px;
}
.career-details-page.style-5 .careers-positions .position-card p {
  font-size: 16px;
  color: #666;
  margin-bottom: 50px;
}
.career-details-page.style-5 .careers-positions .position-card .time {
  font-size: 16px;
  color: #000;
}
.career-details-page.style-5 .careers-positions .position-card .trend-mark {
  position: absolute;
  width: 36px;
  height: 60px;
  line-height: 50px;
  top: 0;
  right: 30px;
  background-color: var(--color-blue5);
  color: #fff;
  text-align: center;
}
.career-details-page.style-5 .careers-positions .position-card .trend-mark::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 36px;
  height: 36px;
  border-top: 18px solid transparent;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  border-bottom: 18px solid #fff;
}
.career-details-page.style-5 .careers-positions-slider5 {
  position: relative;
}
.career-details-page.style-5 .careers-positions-slider5 .swiper-button-next,
.career-details-page.style-5 .careers-positions-slider5 .swiper-button-prev {
  width: 55px;
  height: 55px;
  top: 0;
  border: 1px solid rgba(153, 153, 153, 0.2);
  top: -100px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.career-details-page.style-5 .careers-positions-slider5 .swiper-button-next:hover,
.career-details-page.style-5 .careers-positions-slider5 .swiper-button-prev:hover {
  border: 1px solid var(--color-blue5);
  background: var(--color-blue5);
}
.career-details-page.style-5 .careers-positions-slider5 .swiper-button-next, .career-details-page.style-5 .careers-positions-slider5 .swiper-container-rtl .swiper-button-prev {
  right: 0;
}
.career-details-page.style-5 .careers-positions-slider5 .swiper-button-prev, .career-details-page.style-5 .careers-positions-slider5 .swiper-container-rtl .swiper-button-next {
  right: 75px;
  left: auto;
}
.career-details-page.style-5 .career-form {
  position: relative;
  background-color: var(--color-blue5);
  color: #fff;
}
.career-details-page.style-5 .career-form p {
  color: #fff;
}
.career-details-page.style-5 .career-form .container {
  position: relative;
  z-index: 10;
}
.career-details-page.style-5 .career-form .map_img {
  position: absolute;
  left: 0;
  top: 70px;
  pointer-events: none;
  opacity: 0.3;
  width: 50%;
}
.career-details-page.style-5 .career-form h2 {
  margin-bottom: 10px;
  font-size: 44px;
}
.career-details-page.style-5 .career-form p {
  font-size: 16px;
}
.career-details-page.style-5 .career-form .mum-card {
  padding: 20px 0;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1333333333);
}
.career-details-page.style-5 .career-form .mum-card h3 {
  font-size: 50px;
}
.career-details-page.style-5 .career-form .mum-card small {
  font-size: 14px;
  color: #9dc7f9;
}
.career-details-page.style-5 .career-form .form .form-group {
  position: relative;
}
.career-details-page.style-5 .career-form .form .form-group .icon {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
}
.career-details-page.style-5 .career-form .form .form-group .form-control {
  background-color: rgba(255, 255, 255, 0.0666666667);
  border-radius: 5px;
  min-height: 50px;
  border: 0;
  font-weight: 300;
  color: #fff;
  padding-left: 40px;
}
.career-details-page.style-5 .career-form .form .form-group .form-control::-webkit-input-placeholder {
  color: #9ecbff;
  font-weight: 300;
}
.career-details-page.style-5 .career-form .form .form-group .form-control::-moz-placeholder {
  color: #9ecbff;
  font-weight: 300;
}
.career-details-page.style-5 .career-form .form .form-group .form-control:-ms-input-placeholder {
  color: #9ecbff;
  font-weight: 300;
}
.career-details-page.style-5 .career-form .form .form-group .form-control::-ms-input-placeholder {
  color: #9ecbff;
  font-weight: 300;
}
.career-details-page.style-5 .career-form .form .form-group .form-control::placeholder {
  color: #9ecbff;
  font-weight: 300;
}
.career-details-page.style-5 .career-form .form .form-group .form-control:focus {
  border: 1px solid #fff;
  background-color: transparent;
}
.career-details-page.style-5 .career-form .form .form-group textarea.form-control {
  padding-top: 10px;
}
.career-details-page.style-5 .career-form .form .form-group.upload-card {
  text-align: center;
}
.career-details-page.style-5 .career-form .form .form-group.upload-card .form-control {
  position: relative;
  color: rgba(255, 255, 255, 0.2);
  background-color: rgba(0, 0, 0, 0.1333333333);
  padding: 12px;
}
.career-details-page.style-5 .career-form .form .form-group.upload-card .upload_input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
}
.career-details-page.style-5 .career-form .form .btn span {
  font-size: 16px;
}

/* ===============================================================
			[ * about 2 page Style ]
================================================================*/
/* --------------- about2 page style-5 --------------- */
.about-page.style-2 {
  color: #000;
}
.about-page.style-2 .about.style-2 {
  position: relative;
}
.about-page.style-2 .about.style-2 .img {
  height: 530px;
  border-radius: 10px;
  overflow: hidden;
}
.about-page.style-2 .about.style-2 .info .text {
  color: #666;
  font-size: 16px;
}
.about-page.style-2 .about.style-2 .info .nav {
  padding: 15px;
  border-radius: 30px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.0666666667);
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 40px 0 30px;
}
.about-page.style-2 .about.style-2 .info .nav .nav-item .nav-link {
  position: relative;
  color: #000;
  border-radius: 0;
  background: transparent;
  padding: 0;
  padding-left: 20px;
  font-weight: bold;
}
.about-page.style-2 .about.style-2 .info .nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: rgba(153, 153, 153, 0.6);
}
.about-page.style-2 .about.style-2 .info .nav .nav-item .nav-link.active {
  color: var(--color-blue5);
}
.about-page.style-2 .about.style-2 .pattern_l {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.about-page.style-2 .about.style-2 .pattern_r {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right center;
     object-position: right center;
}
.about-page.style-2 .timeline {
  position: relative;
}
.about-page.style-2 .timeline .card-year h3 {
  color: var(--color-blue5);
  font-size: 44px;
}
.about-page.style-2 .timeline .timeline-content {
  position: relative;
}
.about-page.style-2 .timeline .timeline-content::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #d2e7ff;
}
.about-page.style-2 .timeline .timeline-content .timeline-card {
  position: relative;
  padding: 30px 0;
}
.about-page.style-2 .timeline .timeline-content .timeline-card::after {
  position: absolute;
  content: "";
  left: calc(50% - 14px);
  top: calc(50% - 1px);
  width: 28px;
  height: 2px;
  background-color: var(--color-blue5);
  z-index: 2;
}
.about-page.style-2 .timeline .timeline-content .timeline-card:first-of-type {
  padding-top: 0;
}
.about-page.style-2 .timeline .timeline-content .timeline-card:last-of-type {
  padding-bottom: 0;
}
.about-page.style-2 .timeline .timeline-content .timeline-card .line {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--color-blue5);
  z-index: 6;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.about-page.style-2 .timeline .timeline-content .timeline-card .line.animated {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.about-page.style-2 .timeline .timeline-content .card-info {
  position: relative;
  padding: 30px;
  border-radius: 5px;
  background-color: #fff;
}
.about-page.style-2 .timeline .timeline-content .card-info h6 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 10px;
  position: relative;
  z-index: 5;
  text-transform: capitalize;
}
.about-page.style-2 .timeline .timeline-content .card-info p {
  color: #666;
  position: relative;
  z-index: 5;
}
.about-page.style-2 .timeline .timeline-content .card-info .num {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -o-linear-gradient(30deg, transparent 0%, #f6f6f6 100%);
  background-image: linear-gradient(60deg, transparent 0%, #f6f6f6 100%);
  pointer-events: none;
}
.about-page.style-2 .clients-imgs .clients-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-page.style-2 .clients-imgs .clients-content .client-logo {
  width: 180px;
  height: 85px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 5px;
  padding: 25px;
  margin: 15px;
}
.about-page.style-2 .clients-imgs .about2-imgs-slider .img {
  display: block;
  height: 480px;
  border-radius: 10px;
  overflow: hidden;
}
.about-page.style-2 .clients-imgs .about2-imgs-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
     transition-timing-function: linear !important;
  position: relative;
}

/* ===============================================================
			[ * services details page Style ]
================================================================*/
/* --------------- faq-page style-5 --------------- */
.services-details-page.style-5 .ser-details p {
  color: #666;
  font-size: 16px;
}
.services-details-page.style-5 .ser-details .main-info .main-img {
  height: 450px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 50px;
}
.services-details-page.style-5 .ser-details .main-info .testi-card {
  text-align: center;
  padding: 4vw;
  background-color: #fff;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0392156863);
          box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.0392156863);
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}
.services-details-page.style-5 .ser-details .main-info .testi-card .text {
  font-size: 20px;
  margin: 30px auto 40px;
}
.services-details-page.style-5 .ser-details .main-info .testi-card .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.services-details-page.style-5 .ser-details .main-info .testi-card .author .inf p {
  color: var(--color-blue5);
}
.services-details-page.style-5 .ser-details .main-info .testi-card .author .inf h6 {
  font-size: 18px;
  font-weight: bold;
}
.services-details-page.style-5 .side-links {
  position: sticky;
  top: 120px;
}
.services-details-page.style-5 .side-links .links-card {
  padding: 30px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  border-radius: 5px;
}
.services-details-page.style-5 .side-links .links-card h5 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
}
.services-details-page.style-5 .side-links .links-card ul li {
  margin: 15px 0;
}
.services-details-page.style-5 .side-links .links-card ul li a .icon {
  color: var(--color-blue5);
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-details-page.style-5 .side-links .links-card ul li a:hover .icon {
  margin-right: 20px;
}
.services-details-page.style-5 .side-links .banner1 {
  padding: 40px;
  border-radius: 5px;
  text-align: center;
  background-image: url(../img/banner_back1.png);
  background-size: cover;
  position: relative;
}
.services-details-page.style-5 .side-links .banner1 .title {
  margin-bottom: 300px;
}
.services-details-page.style-5 .side-links .banner1 .title h6 {
  font-weight: 500;
  color: var(--color-blue5);
  margin-bottom: 10px;
}
.services-details-page.style-5 .side-links .banner1 .title h3 {
  font-size: 24px;
}
.services-details-page.style-5 .side-links .banner1 .mob {
  position: absolute;
  left: 0;
  bottom: 15px;
  height: 350px;
}
.services-details-page.style-5 .contact.style-5 {
  position: relative;
}
.services-details-page.style-5 .contact.style-5::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
  background-color: #f6f8fb;
}
.services-details-page.style-5 .contact.style-5 .contact-form {
  position: relative;
  z-index: 10;
  padding: 5vw;
  background-color: #fff;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.0666666667);
  border-radius: 5px;
}
.services-details-page.style-5 .contact.style-5 .contact-form .form-group {
  position: relative;
  margin-bottom: 30px;
}
.services-details-page.style-5 .contact.style-5 .contact-form .form-group .form-control {
  border: 0;
  border-radius: 5px;
  background-color: #f6f8fb;
  min-height: 50px;
  padding: 12px 15px 12px 40px;
}
.services-details-page.style-5 .contact.style-5 .contact-form .form-group .icon {
  position: absolute;
  top: 14px;
  left: 15px;
}

/* ===============================================================
			[ * services details page Style ]
================================================================*/
/* --------------- faq-page style-5 --------------- */
.comming-soon-page.style-5 {
  position: relative;
  color: #000;
}
.comming-soon-page.style-5 .comming-soon {
  background-image: url(../img/comming_back1.png);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  padding: 100px 0;
}
.comming-soon-page.style-5 .comming-soon .content {
  padding-top: 125px;
  text-align: center;
}
.comming-soon-page.style-5 .comming-soon .content .info h3 {
  font-size: 40px;
  margin-bottom: 30px;
}
.comming-soon-page.style-5 .comming-soon .content .info p {
  font-size: 16px;
  color: #666;
}
.comming-soon-page.style-5 .comming-soon .content .info .subscribe-form {
  margin-top: 50px;
}
.comming-soon-page.style-5 .comming-soon .content .info .subscribe-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  border: 1px solid rgba(153, 153, 153, 0.2);
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.0666666667);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.0666666667);
}
.comming-soon-page.style-5 .comming-soon .content .info .subscribe-form .form-group .icon {
  padding: 0 10px 0 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.comming-soon-page.style-5 .comming-soon .content .info .subscribe-form .form-group .form-control {
  border: 0;
}
.comming-soon-page.style-5 .comming-soon .content .info .timing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}
.comming-soon-page.style-5 .comming-soon .content .info .timing .item {
  padding: 20px 0;
  margin: 10px;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  border-bottom: 3px solid var(--color-blue5);
}
.comming-soon-page.style-5 .comming-soon .content .info .timing .item h2 {
  font-size: calc(2vw + 20px);
}
.comming-soon-page.style-5 .comming-soon .content .info .timing .item small {
  font-size: 13px;
  color: #999;
  text-transform: capitalize;
}
.comming-soon-page.style-5 .comming_man_shape {
  position: absolute;
  left: 5%;
  top: calc(50% - 250px);
  width: 20%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.comming-soon-page.style-5 .comming_chat_shape {
  position: absolute;
  right: 10%;
  top: calc(40% - 50px);
  width: 15%;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-animation-delay: -1.3s;
          animation-delay: -1.3s;
}
.comming-soon-page.style-5 .comming_light_shape {
  position: absolute;
  right: 30%;
  bottom: 50px;
  width: 5%;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

/* ===============================================================
			[ * 404 page Style ]
================================================================*/
/* --------------- faq-page style-5 --------------- */
.erorr-404-page.style-5 {
  position: relative;
  color: #000;
}
.erorr-404-page.style-5 .erorr-page {
  background-image: url(../img/comming_back1.png);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  padding: 100px 0;
}
.erorr-404-page.style-5 .erorr-page .content {
  padding-top: 125px;
}
.erorr-404-page.style-5 .erorr-page .content .info .icon {
  width: 100px;
  margin-bottom: 30px;
}
.erorr-404-page.style-5 .erorr-page .content .img img {
  height: 550px;
}

/* ===============================================================
			[ * 404 page Style ]
================================================================*/
/* --------------- faq-page style-5 --------------- */
.signin-page.style-5 .signin {
  position: relative;
  color: #000;
  background-image: url(../img/comming_back1.png);
  background-size: cover;
  background-attachment: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  padding: 100px 0;
}
.signin-page.style-5 .signin .form-content {
  background-color: #fff;
  -webkit-box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.0588235294);
          box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.0588235294);
  border-radius: 10px;
}
.signin-page.style-5 .signin .form-content .info {
  padding: 50px;
  text-align: center;
}
.signin-page.style-5 .signin .form-content .info .logo {
  display: block;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  margin-bottom: 40px;
}
.signin-page.style-5 .signin .form-content .info .logo img {
  width: 200px;
}
.signin-page.style-5 .signin .form-content .info .or-line {
  position: relative;
  text-align: center;
  margin: 25px 0;
}
.signin-page.style-5 .signin .form-content .info .or-line::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: rgba(153, 153, 153, 0.3333333333);
}
.signin-page.style-5 .signin .form-content .info .or-line span {
  position: relative;
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(153, 153, 153, 0.3333333333);
  background-color: #fff;
  z-index: 10;
}
.signin-page.style-5 .signin .form-content .info .group-icon {
  position: relative;
  font-size: 13px;
}
.signin-page.style-5 .signin .form-content .info .group-icon .form-control {
  padding: 18px 15px 18px 40px;
  font-size: 13px;
}
.signin-page.style-5 .signin .form-content .info .group-icon .icon {
  position: absolute;
  left: 15px;
  top: 20px;
}
.signin-page.style-5 .signin .sign-imgs-slider {
  position: relative;
  background-color: #b6c7e1;
  height: 100%;
}
.signin-page.style-5 .signin .sign-imgs-slider .swiper-pagination {
  position: absolute;
  top: 35px;
}
.signin-page.style-5 .signin .sign-imgs-slider .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
  width: 40px;
  height: 4px;
  border-radius: 0;
  background: #fff;
}
.signin-page.style-5 .signin .sign-imgs-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-radius: 0;
  color: #fff;
}
.signin-page.style-5 .signin .sign-imgs-slider .slide-card {
  text-align: center;
  padding-top: 80px;
}
.signin-page.style-5 .signin .sign-imgs-slider .slide-card h3 {
  font-size: 36px;
  margin-bottom: 50px;
  color: #fff;
}
.signin-page.style-5 .signin .sign-imgs-slider .slide-card .img {
  padding: 0 50px;
}
.signin-page.style-5 .signin .sign-imgs-slider .slide-card .img img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

@media screen and (max-width: 991px) {
  .signin-page.style-5 .signin .form-content .info {
    padding: 30px 20px;
  }
  .signin-page.style-5 .signin .form-content .info .butn {
    width: 100%;
  }
}
/* ===============================================================
			[ * responsive style ]
================================================================*/
/* -------------------- responsive style ------------------------- */
@media screen and (max-width: 1100px) {
  .screenshots.style-4 .screenshots-slider .img {
    margin: 0 auto;
    width: 190px;
  }
}
@media screen and (max-width: 991px) {
  .section-padding {
    padding: 70px 0;
  }
  .section-head h2 {
    font-size: 25px;
  }
  .top-navbar.style-1 .top-links {
    display: none;
  }
  .top-navbar.style-1 .r-side {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 0;
  }
  .navbar.style-1 {
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  }
  .navbar.style-1 .nav-side {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .navbar.style-1 .nav-side .hotline {
    width: 100%;
    margin-bottom: 10px;
    border: 0;
  }
  .portfolio.style-1 .portfolio-slider .swiper-button-next,
.portfolio.style-1 .portfolio-slider .swiper-button-prev {
    display: none;
  }
  header.style-1 .info {
    margin-bottom: 30px;
  }
  header.style-1 .info .text {
    width: 100%;
  }
  .about.style-1 .content {
    padding: 30px;
  }
  .about.style-1 .content .num-item {
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3333333333);
    margin: 5px 0;
  }
  .testimonials.style-1 .content .vid_img {
    min-height: auto;
  }
  .testimonials.style-1 .content .info {
    padding: 0;
  }
  .testimonials.style-1 .content .info::after {
    display: none;
  }
  .choose_us.style-1 .choose-us-img,
.choose_us.style-1 .animated_logos,
.choose_us.style-1 .choose-us-brands,
.choose_us.style-1 .choose-us-bubbles {
    display: none;
  }
  .choose_us.style-1 .info .btn {
    margin-top: 30px;
  }
  .team.style-1 .content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .team.style-1 .content .team_box {
    width: 50%;
  }
  .team.style-1 .content .team_box .avatar {
    width: 100px;
    height: 100px;
  }
  .blog.style-1 .blog_slider .swiper-button-next,
.blog.style-1 .blog_slider .swiper-button-prev {
    position: static;
    margin-top: 40px !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .contact.style-1 .content .contact_info ul {
    margin: 15px 0;
  }
  .contact.style-1 .content .contact_form {
    margin-top: 30px;
  }
  footer.style-1 .links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  header.style-1 .head-shape-r {
    height: 200px;
    -o-object-position: left;
       object-position: left;
  }
  header.style-1 .head-shape-l {
    height: 20%;
    -o-object-position: right;
       object-position: right;
  }
  .about.style-1 .about-logos .logo {
    margin: 0 5px;
  }
  .choose-us.style-1 {
    overflow: hidden;
  }
  .choose-us.style-1 .choose-us-brands {
    right: 0;
    left: auto;
  }
  .choose-us.style-1 .choose-us-bubbles {
    display: none;
  }
  .navbar.style-2 {
    padding: 25px 0 !important;
    position: relative !important;
    background: var(--color-main-grad);
  }
  .navbar.style-2 .navbar-collapse {
    margin-top: 30px;
  }
  .navbar.style-2 .container {
    border: 0;
  }
  .navbar.style-2 .qoute-nav .btn {
    margin-left: auto;
    margin-right: 0;
  }
  header.style-2 br {
    display: none;
  }
  .section-head h2 {
    letter-spacing: 0px;
    margin-bottom: 30px;
  }
  .choose_us.style-2 {
    overflow: hidden;
  }
  .choose_us.style-2 .choose-numbers {
    margin-top: 50px;
  }
  .choose_us.style-2 .choose-numbers .num-item {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 5px 0;
    padding: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .choose_us.style-2 .choose-numbers .num-item br {
    display: none;
  }
  .choose_us.style-2 .choose-numbers .num-item .num {
    width: 100%;
    text-align: initial;
  }
  .reviews_card.style-2 br {
    display: none;
  }
  .pricing.style-2 {
    overflow: hidden;
  }
  .pricing.style-2 .pricing_card.style-2 {
    border: 1px solid var(--color-lightBlue) !important;
    margin: 10px 0 !important;
    border-radius: 0 !important;
  }
  .pricing.style-2 .mt-50 {
    margin-top: 30px;
  }
  .services_projects .service-box {
    border: 0 !important;
  }
  .blog.style-2 {
    overflow: hidden;
  }
  .blog.style-2 .card {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
  }
  .blog.style-2 .card h4 {
    font-size: 1rem !important;
  }
  .blog.style-2 .mt-80 {
    margin-top: 40px;
  }
  .contact.style-2 {
    padding-bottom: 150px;
  }
  .contact.style-2 h2 {
    letter-spacing: 1px;
  }
  .contact.style-2 .global_2 {
    bottom: -120px;
  }
  .contact.style-2 .mb-70 {
    margin-bottom: 30px;
  }
  .contact.style-2 .mb-50 {
    margin-bottom: 20px;
  }
  footer.style-2 .foot_links {
    text-align: initial !important;
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer.style-2 .foot_links a {
    width: 50%;
    margin: 10px 0 !important;
  }
  footer.style-2 .text-end,
footer.style-2 .text-center {
    text-align: initial !important;
  }
  .navbar.style-3 {
    position: relative !important;
    background-color: var(--color-blue2);
    padding: 20px 0;
  }
  .navbar.style-3 .navbar-collapse {
    margin-top: 15px;
  }
  header.style-3 {
    padding: 0 0 30px;
  }
  header.style-3 .main-img {
    display: none;
  }
  header.style-3 .content .info .h1 {
    font-size: 28px;
  }
  header.style-3 .content .info .h1 span:before {
    width: 100px;
    background-size: 100px;
  }
  header.style-3 .content .info .h5 {
    margin-top: 40px;
  }
  .style-3 .testi_lines {
    width: calc(100% - 30px) !important;
  }
  .about.style-3 .img-left {
    position: relative;
    top: 0;
    max-width: 100%;
    margin: 50px 0;
  }
  .about.style-3 .img-left .info-circle {
    width: 150px;
    height: 150px;
    outline: 7px solid #fff;
  }
  .about.style-3 .img-left .info-circle h2 {
    font-size: 35px;
  }
  .about.style-3 .img-left .info-circle small {
    font-size: 10px;
    text-transform: uppercase;
  }
  .about.style-3 .img-left .info-circle:nth-of-type(2) {
    width: 120px;
    height: 120px;
  }
  .about.style-3 .img-left .info-circle:nth-of-type(2) h2 {
    font-size: 30px;
  }
  .about.style-3 .img-left .info-circle:nth-of-type(3) {
    width: 100px;
    height: 100px;
  }
  .about.style-3 .img-left .info-circle:nth-of-type(3) h2 {
    font-size: 25px;
  }
  .about.style-3 .img-left .info-circle:nth-of-type(4) {
    width: 110px;
    height: 110px;
  }
  .about.style-3 .img-left .info-circle:nth-of-type(4) h2 {
    font-size: 20px;
  }
  .about.style-3 .info .mb-70 {
    margin-bottom: 30px !important;
  }
  .about.style-3 .btm-content {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }
  .about.style-3 .btm-content .mt-60 {
    margin-top: 30px !important;
  }
  .about.style-3 .btm-content .img-right {
    display: none;
  }
  .about.style-3 .top-content {
    margin-bottom: 30px;
  }
  .pricing.style-3 .info {
    margin-bottom: 50px;
  }
  .pricing.style-3 .text.mb-30 {
    margin-bottom: 15px !important;
  }
  .pricing.style-3 .mt-60 {
    margin-top: 30px !important;
  }
  .section-head.style-3 h3 {
    font-size: 21px;
  }
  .blog.style-3 .card .img {
    height: 150px;
    margin-bottom: 5px;
  }
  .blog.style-3 .v_lines {
    display: none;
  }
  .blog.style-3 .client-logos {
    margin-top: 30px !important;
  }
  .blog.style-3 .client-logos .img {
    margin: 20px 0;
  }
  .chat-banner.style-3 .bttns {
    margin-top: 60px;
    text-align: start !important;
  }
  footer.style-3 .items {
    margin-bottom: 50px;
  }
  footer.style-3 .items .title {
    margin-bottom: 20px;
  }
  footer.style-3 .foot {
    margin-top: 0;
  }
  footer.style-3 .foot .logo {
    margin-bottom: 20px;
  }
  .fs-10px {
    font-size: 8px !important;
  }
  .navbar.style-4 .navbar-nav .nav-item .nav-link:before {
    display: none;
  }
  .navbar.style-4 {
    background-color: #f0eff5;
    padding: 20px 0;
  }
  .navbar.style-4 .navbar-collapse {
    margin-top: 30px;
  }
  .style-4 .mb-60 {
    margin-bottom: 30px !important;
  }
  .style-4 .mb-70 {
    margin-bottom: 40px !important;
  }
  .style-4 br {
    display: none;
  }
  header.style-4 {
    overflow: hidden;
  }
  header.style-4 .content .info {
    margin-bottom: 50px;
  }
  header.style-4 .content .info h1 {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 15px !important;
  }
  header.style-4 .content .info .title_small {
    margin-bottom: 20px !important;
  }
  header.style-4 .content .info .mt-100 {
    margin-top: 50px !important;
  }
  header.style-4 .content .info .mt-50 {
    margin-top: 30px !important;
  }
  header.style-4 .content .info br {
    display: none;
  }
  header.style-4 .content .info .small, header.style-4 .content .info small,
header.style-4 .content .info .btn {
    font-size: 10px;
  }
  .clients.style-4 .client-logos .img {
    margin: 20px 0;
    text-align: center;
  }
  .features.style-4 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .features.style-4 .content .features-card {
    margin: 15px 0;
  }
  .about.style-4 .content {
    padding: 40px 0;
  }
  .testimonials.style-4 {
    overflow: hidden;
  }
  .testimonials.style-4 .content .testi-cards .client_card {
    right: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px 0 !important;
  }
  .testimonials.style-4 .content .testi-cards .client_card .user_img {
    margin-bottom: 30px;
  }
  .testimonials.style-4 .content .testi-cards .client_card .inf_content {
    text-align: center;
  }
  .testimonials.style-4 .content .testi-cards .client_card .inf_content br {
    display: none;
  }
  .pricing.style-4 .content .row .col-lg-6:first-of-type .price-card {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid #e9e8ee;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .pricing.style-4 .content .row .col-lg-6:nth-of-type(2) .price-card {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .faq.style-3.style-4 {
    overflow: hidden;
  }
  .faq.style-3.style-4 .col-lg-6:nth-of-type(1) .accordion-item.border-0 {
    border-bottom: 1px solid rgba(153, 153, 153, 0.3333333333) !important;
  }
  .community.style-4 .content,
.community.style-5 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 20px !important;
  }
  .community.style-4 .content .commun-card,
.community.style-5 .content .commun-card {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 30px !important;
  }
  .section-head.style-4 h2 {
    font-size: 25px;
  }
  footer.style-4 {
    margin-top: 120px;
  }
  footer.style-4 .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer.style-4 .d-flex .btn {
    width: 100%;
    margin: 10px 0;
  }
  footer.style-4 .d-flex .btn.me-4 {
    margin-right: 0 !important;
  }
  footer.style-4 .foot .links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px 0;
  }
  footer.style-4 .foot .links li {
    width: 50%;
    margin: 5px 0;
  }
  footer.style-4 .foot .links li a {
    margin-left: 0;
  }
  footer.style-4 .wave {
    left: 0;
    width: 100%;
  }
  footer.style-4 .foot .links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .screenshots.style-4 .screenshots-slider {
    width: 100%;
    left: -2px;
  }
  .screenshots.style-4 .screenshots-slider .img {
    margin: 0 auto;
    width: 190px;
  }
  footer.style-4 .foot .logo {
    width: 160px;
  }
  .navbar.style-5 {
    border-bottom: 1px solid rgba(153, 153, 153, 0.6);
  }
  .navbar.style-5 .navbar-collapse {
    margin-top: 20px;
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.6);
  }
  .navbar.style-5 .nav-item .nav-link {
    padding-left: 0;
  }
  .section-head.style-5 h2 {
    font-size: 30px;
  }
  .about.style-5 .content .img {
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 50px;
  }
  .about.style-5 .content .img.main-img3 .img-body {
    max-height: 300px;
  }
  .download.style-5 .content h2 {
    font-size: 28px;
  }
  .download.style-5 .content h2 span {
    padding-bottom: 10px;
  }
  .download.style-5 .btn {
    margin: 10px 0;
  }
  .download.style-5 .btn.sm-butn span {
    font-size: 10px;
  }
  footer.style-5 .items {
    margin-bottom: 50px;
  }
  footer.style-5 .items .title {
    margin-bottom: 20px;
  }
  footer.style-5 .foot {
    margin-top: 0 !important;
  }
  footer.style-5 .foot .logo {
    margin-bottom: 20px;
  }
  .style-6 br {
    display: none;
  }
  .navbar.style-6 .container-fluid {
    padding: 0 20px;
  }
  .navbar.style-6 .container-fluid .navbar-collapse {
    margin-top: 20px;
  }
  header.style-6 .content {
    padding: 100px 0 20px;
  }
  header.style-6 .info h1,
header.style-6 .info h1 span small {
    font-size: 30px;
    line-height: 1.5;
  }
  header.style-6 .info .text {
    margin-top: 20px;
  }
  header.style-6 .info .text br {
    display: none;
  }
  header.style-6 .info .form {
    border-radius: 15px;
  }
  header.style-6 .info .form .form-group {
    width: 100%;
    margin: 8px 0;
  }
  header.style-6 .info .form .btn {
    width: 100%;
    margin-top: 15px;
  }
  .navbar.style-6 .nav-item .nav-link:after {
    display: inline-block !important;
  }
  header.style-6 {
    padding: 0;
  }
  header.style-6 .content {
    border-radius: 0;
  }
  .section-head.style-6 h2,
.section-head.style-6 h2 span small {
    font-size: 30px;
  }
  .about.style-6 {
    overflow: hidden;
  }
  .about.style-6 .info {
    margin-bottom: 30px;
  }
  .service-card.style-6 {
    margin: 15px;
  }
  .section-head.d-flex {
    display: block !important;
  }
  .projects.style-6 {
    overflow: hidden;
    padding: 0;
  }
  .projects.style-6 .content {
    border-radius: 0;
  }
  .projects.style-6 .content .project-card.style-6 {
    margin: 0;
  }
  .testimonials.style-6 {
    overflow: hidden;
  }
  .choose-us.style-6 {
    overflow: hidden;
  }
  .choose-us.style-6 .info {
    padding: 0 15px;
    margin-top: 30px;
  }
  .testimonials.style-6 .img {
    margin-top: 150px;
  }
  .clients.style-5 .content .img.img-card {
    width: 47%;
  }
  .number-card.style-6 {
    margin: 15px 0;
    border: 0 !important;
  }
  .team.style-6 {
    padding: 0;
  }
  .team.style-6 .content {
    border-radius: 0;
    padding: 70px 0;
  }
  .team.style-6 .content .text-end {
    text-align: left !important;
    margin-top: 10px;
  }
  .team-card.style-6 .img .social-icons a {
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
    opacity: 1;
  }
  .blog.style-6 .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .blog.style-6 .content .blog-card {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .blog.style-6 .content .blog-card:last-of-type {
    margin: 0;
  }
  .blog.style-6 .content .blog-card::after, .blog.style-6 .content .blog-card::before {
    display: none;
  }
  footer.style-6 {
    padding-top: 40px;
  }
  footer.style-6 .items {
    margin-top: 30px;
  }
  footer.style-6 .items .title {
    margin-bottom: 15px;
  }
  footer.style-6 .foot {
    padding-top: 30px;
    line-height: 1.8;
  }
  footer.style-6 .foot .logo {
    margin-bottom: 20px;
  }
  .blog-page.style-1 .popular-posts .border-end {
    border: 0 !important;
  }
  .about-page header.style-5 .info h1 {
    font-size: 30px;
  }
  .about-page header.style-5 .main-vid {
    height: 350px;
  }
  .about-page .choose-us.style-6 .info {
    padding: 30px 15px;
  }
  .about-page .clients .section-head {
    padding: 0 15px;
  }
  .about-page .culture {
    padding: 70px 15px;
  }
  .contact.style-6 .content .contact_message {
    right: 0;
    top: 30px;
  }
  .contact-page.style-5 .contact .content .contact_message {
    right: 0;
    top: 30px;
  }
  .contact-page.style-5 .section-head {
    margin-bottom: 50px !important;
  }
  .contact-page.style-5 .mb-100 {
    margin-bottom: 70px !important;
  }
  .contact-page.style-5 .ltspc-20 {
    letter-spacing: 3px !important;
    margin-bottom: 30px !important;
  }
  .contact-page.style-5 h4 {
    font-size: 18px;
  }
  .shop-page .filter {
    margin-bottom: 30px;
  }
  .shop-page .products-content .products.list-view .card-width {
    width: 100%;
  }
  .product-page .related-products .related-products-slider .swiper-button-next,
.product-page .related-products .related-products-slider .swiper-container-rtl .swiper-button-prev {
    right: 5px;
  }
  .product-page .related-products .related-products-slider .swiper-button-prev,
.product-page .related-products .related-products-slider .swiper-container-rtl .swiper-button-next {
    left: 5px;
  }
  .product-page .product-slider {
    overflow: hidden;
  }
  .product-page .product-slider {
    margin-bottom: 50px;
  }
  .product-page .product-slider .gallery-top .swiper-slide .img,
.product-page .product-slider .gallery-thumbs {
    height: 370px;
  }
  .product-page .product-details .nav-pills .nav-link {
    font-size: 18px;
  }
  .product-page .product-info .qyt-addCart .add-more {
    width: 25%;
  }
  .top-navbar.style-7 .top_info,
.top-navbar.style-7 .side_links {
    font-size: 8px;
  }
  .top-navbar.style-7 .me-4 {
    margin-right: 5px !important;
  }
  .navbar.style-7 .navbar-nav,
.navbar.style-9 .navbar-nav {
    padding: 20px 0 !important;
  }
  .navbar.style-7 .navbar-nav .nav-item .nav-link,
.navbar.style-9 .navbar-nav .nav-item .nav-link {
    margin: 15px 0;
    border: 0;
  }
  header.style-7 .info h1 {
    font-size: 35px;
  }
  header.style-7 .img .rock7,
.about.style-7 .img .circle {
    right: 0;
    width: 30%;
  }
  header.style-7 .sponsers br {
    display: none;
  }
  header.style-7 .sponsers .sponsers-content a {
    margin: 10px 10px 10px 0;
    width: 20%;
  }
  .services.style-7 .service-item-style7 {
    padding: 30px;
    background-color: #fff;
  }
  .projects.style-7 .content {
    padding: 0 15px;
  }
  .projects.style-7 .projects-slider7 .swiper-slide {
    margin-top: 50px;
  }
  .testimonials.style-7 .testi-card .text {
    font-size: 18px;
  }
  .testimonials.style-7 .get-qoute-banner {
    padding: 30px;
  }
  .testimonials.style-7 .get-qoute-banner .btns {
    margin-top: 20px;
  }
  .choose-us.style-7 .info {
    padding: 30px 0;
  }
  .section-head.style-4 h2 {
    font-size: 18px;
  }
  .chat-banner.style-7 .info h3 {
    font-size: 30px;
  }
  footer.style-7 {
    overflow: hidden;
  }
  footer.style-7 .links-side {
    padding: 30px 0;
  }
  footer.style-7 .links-side .links-group {
    margin-top: 30px;
  }
  footer.style-7 .foot p {
    font-size: 12px;
  }
  .features.style-7 {
    padding: 100px 15px;
  }
  .features.style-7 .features-card.style-7 {
    padding: 15px;
  }
  .features.style-7 .features-card.style-7 .icon img {
    width: 80px;
    height: 80px;
  }
  .features.style-7 .features-card.style-7 .info h5 {
    font-size: 18px;
  }
  header.style-8 .info h1 {
    font-size: 40px;
  }
  .services.style-8 h5 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .section-head.style-8 h3 {
    font-size: 30px;
  }
  .numbers.style-8 .content .plat-icons .icon {
    width: 50px !important;
    height: 50px !important;
    padding: 10px !important;
  }
  .projects.style-8 .section-head {
    position: relative;
    padding-bottom: 65px;
  }
  .projects.style-8 .section-head .swiper-button-next,
.projects.style-8 .section-head .swiper-button-prev {
    bottom: 0;
    top: auto;
  }
  .projects.style-8 .section-head .swiper-button-prev,
.projects.style-8 .section-head .swiper-container-rtl .swiper-button-next {
    left: 0;
    right: auto;
  }
  .projects.style-8 .section-head .swiper-button-next,
.projects.style-8 .section-head .swiper-container-rtl .swiper-button-prev {
    left: 75px;
    right: auto;
  }
  .projects.style-8 .info {
    padding: 30px 0 0 0;
  }
  .projects.style-8 .info .proj-det .item p {
    font-size: 11px;
  }
  .projects.style-8 .info .proj-det .item h6 {
    font-size: 14px;
  }
  .pricing.style-8 .pricing-tabsHead {
    margin-top: 80px;
  }
  .pricing.style-8 .pricing-body .pricing-card {
    border-radius: 10px;
  }
  .blog.style-8 .main-post {
    margin-bottom: 50px;
  }
  .blog.style-8 .side-posts .item .info h4.title {
    font-size: 18px;
  }
  footer.style-8 .content .logo-social .foot-logo img {
    margin-bottom: 30px;
  }
  header.style-9 {
    overflow: hidden;
  }
  header.style-9 .img {
    width: 100%;
    margin-top: 50px;
  }
  header.style-9 .info h1 {
    font-size: 30px;
  }
  .hosting-links a {
    margin: 10px 5px !important;
  }
  .chat-banner.style-9 .img_back {
    display: none;
  }
  .top-navbar.style-9 a {
    font-size: 12px;
  }
  .top-navbar.style-9 .side_links a {
    margin: 5px !important;
    font-size: 12px;
  }
  .top-navbar.style-9 .ps-4 {
    padding-left: 0.5rem !important;
  }
  .testimonials.style-9 {
    overflow: hidden;
  }
  .section-head.style-9 h2 {
    font-size: 30px;
  }
  .section-head.style-9 h2 br {
    display: none;
  }
  .domain-search.style-9 .domain-choose .butn {
    padding: 15px;
  }
  .about.style-9 .info {
    padding: 30px 0 0;
  }
  .services.style-9 .services-content .service-card {
    margin-top: 30px;
  }
  .services.style-9 .services-content::before {
    display: none;
  }
  .chat-banner.style-9 {
    padding: 100px 0;
  }
  .choose-us.style-9 .nav .nav-item {
    width: 100%;
    border-bottom: 1px solid rgba(153, 153, 153, 0.2);
  }
  .choose-us.style-9 .nav .nav-item .nav-link {
    width: 100%;
    text-align: start;
  }
  .testimonials.style-9 .testi-head h3 {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .testimonials.style-9 .testi-card {
    margin-bottom: 50px;
    border: 1px solid rgba(153, 153, 153, 0.2);
    border-radius: 10px;
    padding: 30px;
  }
  .testimonials.style-9 .testi-card .text {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
    margin-bottom: 30px;
  }
  .clients.style-9 .logos-content .logos a {
    width: 180px;
    height: 100px;
    background-color: #fff;
    border-radius: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .foot {
    margin-top: 40px !important;
  }
  footer .foot .info {
    padding: 30px 0 !important;
  }
  footer.style-9 .foot-title {
    margin-bottom: 20px;
    margin-top: 40px;
  }
  .inner-header.style-5 .content {
    padding-right: 50px;
  }
  .inner-header.style-5 .content h2 {
    font-size: 30px;
  }
  .faq-page.style-5 .faq-tabs .nav .nav-item {
    width: 50%;
    margin-top: 30px;
  }
  .inner-header.style-5 .content .side-img {
    top: 40%;
    height: 20%;
  }
  .careers-page.style-5 .career-form .mum-card h3,
.career-details-page.style-5 .career-form .mum-card h3 {
    font-size: 30px;
  }
  .careers-page.style-5 .career-form .form,
.career-details-page.style-5 .career-form .form {
    margin-top: 30px;
  }
  .careers-page.style-5 .career-form,
.career-details-page.style-5 .career-form {
    overflow: hidden;
  }
  .careers-page.style-5 .career-form h2,
.career-details-page.style-5 .career-form h2 {
    font-size: 30px;
  }
  .career-details-page p {
    width: 100%;
  }
  .career-details-page.style-5 .careers-positions-slider5 {
    padding-bottom: 100px;
  }
  .career-details-page.style-5 .careers-positions-slider5 .swiper-button-next,
.career-details-page.style-5 .careers-positions-slider5 .swiper-button-prev {
    top: calc(100% - 60px);
  }
  .pricing.style-10 .pricing-table .table-titles,
.pricing.style-10 .pricing-table .table-body-card {
    width: 100%;
  }
  .pricing.style-10 .pricing-table .table-titles .main-head {
    background-color: #f9f9f9;
    border-radius: 15px;
  }
  .pricing.style-10 .pricing-table .table-body-card {
    padding: 15px;
    border: 1px solid rgba(153, 153, 153, 0.2666666667);
    border-radius: 10px !important;
    margin-top: 30px;
  }
  .pricing.style-10 .pricing-table .table-body-card .sub-body ul li strong {
    display: block;
    margin-bottom: 10px;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
  .pricing.style-10 .pricing-table .sub-head {
    text-align: center;
  }
  .pricing.style-10 .pricing-table .table-body-card.recommended-card .sub-body {
    border: 15px solid rgba(255, 255, 255, 0.1333333333);
  }
  header.style-10 .img {
    width: 100%;
    margin: 30px 0;
  }
  header.style-10 .info h1 {
    font-size: 35px;
  }
  header.style-10 .info .butn, header.style-10 .info .btn {
    padding: 12px 48px 12px 15px;
  }
  header.style-10 .info .butn small, header.style-10 .info .btn small {
    font-size: 10px;
  }
  header.style-10 .info .butn.btn-icon-circle i, header.style-10 .info .btn.btn-icon-circle i {
    bottom: -6px;
  }
  header.style-10 .info .me-4 {
    margin-right: 0.5rem !important;
  }
  header.style-10 .logos .logos-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  header.style-10 .logos .logos-content .logo_img {
    padding: 10px;
    width: 45px;
  }
  .features.style-10 .feat-card {
    border-bottom: 1px solid rgba(153, 153, 153, 0.3333333333);
    border-right: 0;
  }
  .about.style-10 .imgs .img {
    margin: 0 0 30px !important;
    height: 250px !important;
  }
  .about.style-10 .info {
    padding: 0;
  }
  .about.style-10 .info h2 {
    font-size: 25px;
  }
  .services.style-10 {
    overflow: hidden;
  }
  .services.style-10 .content {
    padding: 60px 15px 15px;
  }
  .services.style-10 .content .services-card {
    position: relative;
    z-index: 10;
    padding: 20px 15px;
    border-radius: 10px;
    background-color: #f9f9f9;
    margin-top: 15px;
  }
  .faq.style-10::after {
    display: none;
  }
  .faq.style-10 .integration-card .content {
    padding: 50px 30px;
  }
  .faq.style-10 .integration-card .content .icons {
    margin-top: 40px;
  }
  .faq.style-10 .integration-card .content .icons .icon {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 5px;
    width: 50px;
    height: 50px;
    padding: 15px;
  }
  .blog.style-10 .blog-card .img {
    width: 100%;
  }
  .blog.style-10 .blog-card .img img {
    width: 100%;
    height: 220px;
  }
  .blog.style-10 .blog-card .info {
    width: 100%;
  }
  footer.style-10 .foot {
    margin-top: 0 !important;
  }
  footer.style-10 .links {
    text-align: start;
    margin: 30px 0;
  }
  footer.style-10 .links a {
    margin: 15px 0 !important;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .home-style-11 .section-head h2 {
    font-size: 20px;
  }
  .home-style-11 .top-navbar.style-11 .links a {
    font-size: 11px;
  }
  .home-style-11 .top-navbar.style-11 .top-nav-side {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 10px;
  }
  .home-style-11 .top-navbar.style-11 .top-nav-side a, .home-style-11 .top-navbar.style-11 .top-nav-side p {
    font-size: 11px;
  }
  .home-style-11 .navbar.style-11 .navbar-nav {
    padding: 20px 0 !important;
  }
  .home-style-11 header.style-11 {
    overflow: hidden;
  }
  .home-style-11 header.style-11 .info h1 {
    font-size: 30px;
  }
  .home-style-11 header.style-11 .img {
    width: 100%;
  }
  .home-style-11 .signup.style-11 {
    overflow: hidden;
  }
  .home-style-11 .signup.style-11 .text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-style-11 .signup.style-11 .text span {
    width: 100%;
    margin: 5px 0;
  }
  .home-style-11 .screenshots.style-11 {
    overflow: hidden;
  }
  .home-style-11 .screenshots.style-11 .links {
    margin-bottom: 60px;
  }
  .home-style-11 .screenshots.style-11 .links .img {
    margin: 10px 0;
  }
  .home-style-11 .screenshots.style-11 .links .img::after {
    display: none;
  }
  .home-style-11 .features.style-11 {
    overflow: hidden;
  }
  .home-style-11 .features.style-11 .features-cards .cards-side .feat-card {
    margin-top: 30px;
  }
  .home-style-11 .integration.style-11 .icons {
    display: none;
  }
  .home-style-11 .features.style-9 {
    overflow: hidden;
  }
  .home-style-11 .features.style-9 .accordion .accordion-button {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .home-style-11 .features.style-9 .img {
    margin-top: 50px;
  }
  .home-style-11 .testimonials.style-11 {
    overflow: hidden;
  }
  .home-style-11 .testimonials.style-11 .testimonial-card .img .play_icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 70px;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  .home-style-11 .testimonials.style-11 .testimonial-card .info h4 {
    font-size: 18px;
  }
  .home-style-11 footer.style-11 {
    overflow: hidden;
  }
  .home-style-11 footer.style-11 .top-foot-info strong {
    width: 100%;
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .home-style-11 footer.style-11 .top-foot-info a {
    margin: 10px 0 !important;
  }
  .section-head.style-12 h2 {
    font-size: 21px;
  }
  .navbar.style-12 .navbar-brand {
    width: 180px;
    padding: 20px;
  }
  .navbar.style-12 .nav-search {
    margin: 20px 0 0;
    padding: 0;
  }
  .navbar.style-12 .nav-search input {
    width: 100% !important;
    max-width: unset !important;
  }
  header.style-12 .info {
    padding-top: 50px;
  }
  header.style-12 .info h2 {
    font-size: 40px;
    text-align: left;
  }
  header.style-12 .info h2 small {
    font-size: 11px !important;
    margin-top: 0 !important;
  }
  header.style-12 .info h2 small br {
    display: none;
  }
  header.style-12 .pt-150 {
    padding-top: 50px !important;
  }
  .projects.style-12 .mix_tabs .tab-link {
    width: 100%;
    text-align: left;
  }
  .features.style-12 .features-line-slider12 .swiper-slide a h2 {
    font-size: 18px;
  }
  .collections {
    overflow: hidden;
  }
  .community.style-12 .content h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .community.style-12 .content .form-group {
    margin-bottom: 20px;
  }
  .community.style-12 .content .form-group input {
    width: 150px;
  }
  .community.style-12 .content .form-group .butn {
    padding: 12px 15px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 12px;
  }
  .community.style-12 .content .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 10px;
            margin-inline-end: 10px;
  }
  footer.style-12 .content {
    padding: 50px 0;
  }
  footer.style-12 .foot {
    margin-top: 0 !important;
  }
  footer.style-12 .foot p {
    font-size: 12px;
  }
  footer.style-12 .foot p a {
    font-size: 12px;
  }
  .navbar.style-13 {
    position: relative;
  }
  header.style-13 .info h1 {
    font-size: 30px;
  }
  .about.style-13 .content .info .logos img {
    max-width: 30%;
    -webkit-margin-end: 3%;
            margin-inline-end: 3%;
  }
  .section-head.style-13 h2 {
    font-size: 20px;
  }
  footer.style-13 .foot {
    padding: 0 0 30px 0;
    color: #fff;
    text-align: center;
    line-height: 4;
  }
  .home-style-14 .navbar.style-14 {
    position: relative;
  }
  .home-style-14 header.style-14 {
    padding-top: 100px;
  }
  .home-style-14 header.style-14 .info h1 {
    font-size: 40px;
  }
  .home-style-14 header.style-14 .info .down_store {
    margin-top: 50px;
  }
  .home-style-14 .clients.style-14 .logos-content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-style-14 .clients.style-14 .logos-content a {
    width: 50%;
    text-align: center;
    padding: 0 20px;
  }
  .home-style-14 .testimonials-slider14 .swiper-container {
    overflow: hidden !important;
  }
  .home-style-14 .features.style-14 .nav-pills .nav-link {
    font-size: 10px;
    margin: 5px;
    padding: 12px 15px;
  }
  .home-style-14 .mb-70 {
    margin-bottom: 30px !important;
  }
  .home-style-14 .mb-150 {
    margin-bottom: 50px !important;
  }
  .home-style-14 .features.style-14 .tab-pay-content .info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-style-14 .features.style-14 .tab-pay-content .info li i {
    margin-top: 5px;
  }
  .home-style-14 .fs-1 {
    font-size: 25px !important;
    letter-spacing: 0 !important;
  }
  .home-style-14 .screenshots.style-14 .img::before {
    bottom: 0;
  }
  .home-style-14 .about.style-14 .img {
    margin-top: 50px;
  }
  .home-style-14 .about.style-14 .img .play_ptn {
    left: 50%;
  }
  .home-style-15 .top-navbar.style-15 {
    font-size: 10px;
  }
  .home-style-15 .top-navbar.style-15 .ms-4 {
    margin-left: 0.5rem !important;
  }
  .home-style-15 .navbar.style-15 {
    position: relative !important;
  }
  .home-style-15 .navbar.style-15 .navbar-nav {
    padding: 15px 0 !important;
  }
  .home-style-15 .navbar.style-15 .navbar-nav .nav-item .nav-link {
    border: 0 !important;
  }
  .home-style-15 header.style-15 .info {
    margin-top: 20px;
  }
  .home-style-15 header.style-15 .info h1 {
    font-size: 25px;
  }
  .home-style-15 header.style-15 .img {
    width: 100%;
  }
  .home-style-15 header.style-15 .countdown-content {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: -5px;
  }
  .home-style-15 header.style-15 .countdown-content .countdown-card {
    border-radius: 0;
  }
  .home-style-15 header.style-15 .countdown-content .logos {
    padding-bottom: 30px;
  }
  .home-style-15 header.style-15 .countdown-content .logos img {
    -webkit-margin-start: 10px;
            margin-inline-start: 10px;
    width: 50px;
  }
  .home-style-15 header.style-15 .butn, .home-style-15 header.style-15 .btn {
    padding: 12px 25px;
  }
  .home-style-15 header.style-15 .butn span, .home-style-15 header.style-15 .butn small, .home-style-15 header.style-15 .btn span, .home-style-15 header.style-15 .btn small {
    font-size: 10px;
  }
  .home-style-15 .features.style-15 {
    padding: 70px 0;
  }
  .home-style-15 .about.style-15 .info {
    margin-bottom: 50px;
  }
  .home-style-15 .markets .content {
    overflow-x: auto;
  }
  .home-style-15 .markets .markets-table {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .home-style-15 .markets .markets-table .trad-btn {
    text-align: center;
  }
  .home-style-15 .timeline.style-15 {
    padding: 70px 0;
  }
  .home-style-15 .timeline.style-15 .timeline-cards .timeline-card::before {
    bottom: 0;
  }
  .home-style-15 .timeline.style-15 .timeline-cards .timeline-card::after {
    bottom: -5px;
    background-color: rgba(238, 21, 82, 0.3333333333);
    -webkit-box-shadow: 0 5px 10px rgba(238, 21, 82, 0.2666666667);
            box-shadow: 0 5px 10px rgba(238, 21, 82, 0.2666666667);
  }
  .home-style-15 .timeline.style-15 .timeline-cards .timeline-card .year {
    bottom: -50px;
  }
  .home-style-15 .timeline.style-15 .timeline-cards .progress {
    display: none;
  }
  .home-style-15 .faq.style-15 .faq-card {
    padding: 20px 5px;
  }
  .home-style-15 .faq.style-15 .subscribe-content .subscribe-card {
    padding: 70px 15px;
  }
  .home-style-15 .faq.style-15 .subscribe-content .subscribe-card .form-group .subs_arrow {
    display: none;
  }
  .home-style-15 .blog.style-15 .main-card,
.home-style-15 .blog.style-15 .sub-card {
    margin-bottom: 30px;
  }
  .home-style-15 .blog.style-15 .main-card .img,
.home-style-15 .blog.style-15 .sub-card .img {
    height: 250px;
  }
  .home-style-15 .blog.style-15 .main-card .info,
.home-style-15 .blog.style-15 .sub-card .info {
    padding: 20px;
  }
  .home-style-15 .blog.style-15 .main-card .center_icon,
.home-style-15 .blog.style-15 .sub-card .center_icon {
    display: none;
  }
  .home-style-15 footer.style-15 .content {
    padding: 70px 0 20px;
  }
  .home-style-15 footer.style-15 .content .foot-logo-social {
    margin-bottom: 0 !important;
  }
  .home-style-15 footer.style-15 .content .foot-logo-social .social-icons a {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
    margin-top: 30px;
  }
  .home-style-15 footer.style-15 .content .links-content h6.sub-title {
    margin-top: 50px;
  }
}
/* ======== */
/* ======= */
@media screen and (max-width: 480px) {
  .screenshots.style-4 .screenshots-slider .img {
    margin: 0 auto;
    width: 150px;
    height: 300px;
  }
  .screenshots.style-4 .mob-hand {
    bottom: 165px;
    height: 435px;
    -webkit-transform: translateX(-35%);
        -ms-transform: translateX(-35%);
            transform: translateX(-35%);
  }
}
