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

Template Name: promix | HTML Template
Author:  winsfolio
Support:  winsfolio
Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

-----------------
01. utils CSS
-----------------

1.01 Root
1.02 mixin

-----------------
02. COMPONENTS CSS
-----------------

2.01 custom-text
2.02 btn
2.03 scroll-top
2.04 hover-img-two
2.05 icon
2.06 heading
2.07 accordion
2.08 breadcrumb
2.09 theme-pagination
2.10 loader


-----------------
03. HEADER CSS
-----------------

3.01 Header 1

---------------------------------
04. FOOTER CSS
---------------------------------

4.01 footer 1

---------------------------------
05. SECTIONS CSS
---------------------------------

5.01 partner
5.02 hero-section
5.03 about-text
5.04 form
5.05 powerful
5.06 team
5.07 vertical-shooting
5.08 weekly-newsletter
5.09 pricing
5.10 clients
5.11 blog
5.12 hero-section-two
5.13 smartwatch
5.14 about-two
5.15 watch-features
5.16 benefits-watch
5.17 about-img-three
5.18 power-bank-number
5.19 herothree

---------------------------------
06. PAGES CSS
---------------------------------

6.01 bannr
6.02 news-details


--------------------------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");

:root{
  --primary-color: #c56801;
  --primary-color-rgb: 197, 104, 1;
  --primary-color-light: #e1c6a9;
  --primary-color-light-rgb: 225, 198, 169;
  --primary-color-dark: #351c00;
  --primary-color-dark-rgb: 53, 28, 0;
  --secondary-color: #2b2a2a;
  --secondary-color-rgb: 43, 42, 42;
  --secondary-color-light: #dcdcdc;
  --secondary-color-light-rgb: 220, 220, 220;
  --tertiary-color: #df2e65;
  --tertiary-color-rgb: 223, 46, 101;
  --tertiary-color-light: #e9cbd5;
  --tertiary-color-light-rgb: 233, 203, 213;
  --color-zig-y:#efcc11;
  --tint-zig-y: brightness(0) saturate(100%) invert(75%) sepia(99%) saturate(901%) hue-rotate(357deg) brightness(100%) contrast(88%);
  --tint-primary: brightness(0) saturate(100%) invert(38%) sepia(78%) saturate(3135%) hue-rotate(22deg) brightness(98%) contrast(99%);
  --tint-white: brightness(0) saturate(100%) invert(98%) sepia(2%) saturate(41%) hue-rotate(132deg) brightness(120%) contrast(100%);
  --title-font: "Bricolage Grotesque", sans-serif;
  /*--title-font: "Marcellus", Helvetica, Arial, sans-serif;*/
  --body-font-size: 16px;
  --title-font-weight: 700;
  --title-font-color: #181818;
  --body-font: "Questrial", sans-serif;
  --body-font-weight: 400;
  --mainmenu-font: "Bricolage Grotesque", sans-serif;
  --mainmenu-font-weight: bold;
}
body,
html {
  font-family: "Bricolage Grotesque", sans-serif;
  overflow-x: hidden;
}

p {
  font-family: "Questrial";
  font-size: 18px;
  line-height: 30px;
  color: #444444;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 1400px) {
  p {
    font-size: 16px;
    line-height: 28px;
  }
}

* {
  margin: 0;
  padding: 0;
}

hr {
  margin: 0;
}

.row hr {
  margin-top: -65px;
}

figure {
  margin-bottom: 0;
}

input,
textarea {
  width: 100%;
  height: 60px;
  border: 0;
  outline: none;
  padding-left: 30px;
}
@media (max-width: 992px) {
  input,
  textarea {
    padding-left: 20px;
  }
}

input:focus,
textarea:focus {
  border-color: var(--primary-color) !important;
}

body.two input:focus,
body.two textarea:focus {
  border-color: #cefa1d !important;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

textarea {
  padding: 20px;
}

h1 {
  font-size: 90px;
  line-height: 100px;
}
@media (max-width: 1400px) {
  h1 {
    font-size: 74px;
    line-height: 84px;
  }
}
@media (max-width: 1200px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 992px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 38px;
    line-height: 48px;
  }
}

h2 {
  font-size: 50px;
}
@media (max-width: 1400px) {
  h2 {
    font-size: 42px;
  }
}
@media (max-width: 556px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 450px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}
@media (max-width: 556px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 450px) {
  h4 {
    font-size: 18px;
  }
}

a,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin: 0;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  display: block;
}

figure {
  overflow: hidden;
}

.gap {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1200px) {
  .gap {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .gap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 556px) {
  .gap {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.no-top {
  padding-top: 0;
}

.no-bottom {
  padding-bottom: 0;
}

.btn {
  padding: 17px 46px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), color-stop(#ec4d25), color-stop(var(--primary-color)), to(#ec4d25));
  background-image: linear-gradient(to right, var(--primary-color), #ec4d25, var(--primary-color), #ec4d25);
  text-transform: capitalize;
}
@media (max-width: 480px) {
  .btn {
    padding: 17px 30px;
  }
}

.btn:hover {
  color: #fff;
  background-position: 100% 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body.two .btn {
  text-transform: capitalize;
  border-radius: 50px;
  line-height: 16px;
  overflow: hidden;
  padding: 19px 48px;
  position: relative;
  font-weight: 700;
  text-align: center;
  white-space: pre;
  z-index: 1;
  border: 0;
  color: #000;
  background-color: #cefa1d;
  background-image: none;
}
body.two .btn::after {
  background-color: #ffffff;
  border-radius: 50%;
  content: "";
  height: 167px;
  min-width: 167px;
  position: absolute;
  top: 100%;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.66, 0, 0.34, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.66, 0, 0.34, 1);
  transition: transform 0.7s cubic-bezier(0.66, 0, 0.34, 1);
  transition: transform 0.7s cubic-bezier(0.66, 0, 0.34, 1), -webkit-transform 0.7s cubic-bezier(0.66, 0, 0.34, 1);
  width: 100%;
  z-index: -1;
  left: 0;
}
body.two .btn:hover::after {
  -webkit-transform: scale(2.47) translateY(0);
  transform: scale(2.47) translateY(0);
  top: 100%;
}

body.three .btn {
  text-transform: capitalize;
  border-radius: 50px;
  line-height: 16px;
  overflow: hidden;
  padding: 19px 48px;
  position: relative;
  font-weight: 700;
  text-align: center;
  white-space: pre;
  z-index: 1;
  border: 0;
  background-color: var(--primary-color);
  background-image: none;
}
@media (max-width: 992px) {
  body.three .btn {
    padding: 14px 40px;
    font-size: 14px;
  }
}
body.three .btn::after {
  background-color: #ffffff;
  border-radius: 50%;
  content: "";
  height: 167px;
  min-width: 167px;
  position: absolute;
  top: 100%;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.66, 0, 0.34, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.66, 0, 0.34, 1);
  transition: transform 0.7s cubic-bezier(0.66, 0, 0.34, 1);
  transition: transform 0.7s cubic-bezier(0.66, 0, 0.34, 1), -webkit-transform 0.7s cubic-bezier(0.66, 0, 0.34, 1);
  width: 100%;
  z-index: -1;
  left: 0;
}
body.three .btn:hover {
  color: #000;
}
body.three .btn:hover::after {
  -webkit-transform: scale(2.47) translateY(0);
  transform: scale(2.47) translateY(0);
  top: 100%;
}

body.two .btn-center .btn:after,
body.three .btn-center .btn:after {
  background-color: #000000;
}

body.three .btn-center .btn:hover,
body.two .btn-center .btn:hover {
  color: #fff;
}

#scroll-percentage {
  position: absolute;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(184, 184, 184, 0.75);
  box-shadow: 0px 0px 20px 0px rgba(184, 184, 184, 0.75);
  height: 60px;
  width: 60px;
  background-color: var(--common-colour);
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: grid;
  place-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1011;
}
@media (max-width: 1400px) {
  #scroll-percentage {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 992px) {
  #scroll-percentage {
    right: 10px;
  }
}

#scroll-percentage.active {
  bottom: 30px;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  animation: 500ms ease-in-out 0s normal none 1 running scrollToTop;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1400px) {
  #scroll-percentage.active {
    bottom: 20px;
  }
}

#scroll-percentage-value {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  background-color: #ffffff;
  color: #000;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 14px;
  font-weight: 600;
}

#scroll-percentage-value i {
  font-size: 20px;
}

@-webkit-keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes scrollToTop {
  0% {
    -webkit-transform: translate3d(0, 80%, 0);
    transform: translate3d(0, 80%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.hover-img-two {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.hover-img-two:hover .imgg img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translateX(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.hover-img-two:hover .imgg img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.hover-img-two .imgg {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.hover-img-two .imgg img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.hover-img-two .imgg img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.hoverimg figure {
  position: relative;
}
.hoverimg figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.hoverimg:hover figure::before {
  -webkit-animation: shine 0.75s;
  animation: shine 0.75s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
ul.social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.social-icon li {
  margin-right: 6px;
}
ul.social-icon i {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-transition: color 0.33s linear 0.5s, border-color ease-out 0.5s, background-color 0.33s linear 0s;
  transition: color 0.33s linear 0.5s, border-color ease-out 0.5s, background-color 0.33s linear 0s;
  vertical-align: bottom;
  width: 48px;
  z-index: 1;
}
ul.social-icon i:hover {
  color: #ffffff;
  border-color: var(--primary-color);
}
ul.social-icon i:after {
  background-color: var(--primary-color);
  border-radius: 50%;
  color: #ffffff;
  content: "";
  height: 67px;
  position: absolute;
  top: 0;
  -webkit-transform: scale(1) translateY(67px);
  transform: scale(1) translateY(67px);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.66, 0, 0.34, 1);
  transition: -webkit-transform 1s cubic-bezier(0.66, 0, 0.34, 1);
  transition: transform 1s cubic-bezier(0.66, 0, 0.34, 1);
  transition: transform 1s cubic-bezier(0.66, 0, 0.34, 1), -webkit-transform 1s cubic-bezier(0.66, 0, 0.34, 1);
  width: 67px;
  z-index: -1;
}

ul.social-icon i:hover i {
  color: #ffffff;
}

ul.social-icon i:hover:after {
  -webkit-transform: scale(1.47) translateY(0);
  transform: scale(1.47) translateY(0);
}

body.two ul.social-icon i:hover {
  border-color: #cefa1d;
  color: #000;
}
body.two ul.social-icon i:after {
  background-color: #cefa1d;
}

body.three ul.social-icon i:hover {
  border-color: var(--primary-color);
}
body.three ul.social-icon i:after {
  background-color: var(--primary-color);
}

.heading {
  text-align: center;
  width: 70%;
  margin: auto;
  padding-bottom: 50px;
  z-index: 1;
  position: relative;
}
@media (max-width: 1400px) {
  .heading {
    padding-bottom: 40px;
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .heading {
    padding-bottom: 40px;
    width: 90%;
  }
}
@media (max-width: 992px) {
  .heading {
    width: 100%;
    padding-bottom: 30px;
  }
}
.heading > span {
  display: block;
  color: #000;
  padding-top: 20px;
  padding-bottom: 8px;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 1400px) {
  .heading > span {
    font-size: 16px;
  }
}
.heading h2 {
  font-weight: bold;
  font-weight: 800;
  font-size: 70px;
}
@media (max-width: 1400px) {
  .heading h2 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .heading h2 {
    font-size: 32px;
  }
}
@media (max-width: 450px) {
  .heading h2 {
    font-size: 28px;
  }
}
.heading h2 span {
  border-bottom: 3px solid var(--primary-color);
}
.heading h3 {
  font-weight: bold;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}
.heading h3 span {
  border-bottom: 3px solid var(--primary-color);
}
@media (max-width: 1400px) {
  .heading h3 {
    font-size: 46px;
    line-height: 56px;
  }
}
@media (max-width: 556px) {
  .heading h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.heading h4 {
  font-weight: bold;
  font-size: 40px;
  font-weight: 700;
  line-height: 52px;
}
.heading h4 span {
  border-bottom: 3px solid var(--primary-color);
}
@media (max-width: 1400px) {
  .heading h4 {
    font-size: 34px;
    line-height: 44px;
  }
}
@media (max-width: 992px) {
  .heading h4 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 480px) {
  .heading h4 {
    font-size: 28px;
    line-height: 38px;
  }
}

.heading.two {
  width: 100%;
  text-align: left;
}
.heading.two h6 {
  font-size: 26px;
  width: 69%;
  line-height: 40px;
  padding-top: 14px;
  color: #444444;
}
@media (max-width: 1400px) {
  .heading.two h6 {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .heading.two h6 {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (max-width: 992px) {
  .heading.two h6 {
    font-size: 20px;
    line-height: 30px;
  }
}
.heading.two p {
  padding-top: 20px;
}
.heading.two > span {
  padding-top: 0;
}
.heading.two > span.st2 {
  position: relative;
  padding-top: 0;
  display: inline-block;
}
.heading.two > span.st2::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 1;
  left: 0;
  height: 100%;
  width: 76px;
  height: 1px;
  background-color: #444444;
  right: -86px;
  left: auto;
  top: 11px;
}

body.two .heading h2 span {
  border-bottom: 3px solid #cefa1d;
}
body.two .heading h3 span {
  border-bottom: 3px solid #cefa1d;
}
body.two .heading h4 span {
  border-bottom: 3px solid #cefa1d;
}

body.three .heading h2 span {
  border-bottom: 3px solid var(--primary-color);
}
body.three .heading h3 span {
  border-bottom: 3px solid var(--primary-color);
}
body.three .heading h4 span {
  border-bottom: 3px solid var(--primary-color);
}

.accordion-section {
  background-color: #fff;
  padding-top: 92px;
}
@media (max-width: 992px) {
  .accordion-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .accordion-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.accordion-section .heading.two {
  padding-top: 80px;
  width: 90%;
  margin: 0;
}
@media (max-width: 992px) {
  .accordion-section .heading.two {
    width: 100%;
    padding-top: 0;
  }
}

.accordion {
  width: 100%;
}
.accordion .content {
  margin-bottom: 20px;
  padding: 12px 0px;
  padding-top: 0px;
  border: 0;
}
.accordion .content p {
  font-size: 16px;
  font-weight: 400;
  color: #444444;
}
.accordion .title {
  text-align: start;
  padding: 24px;
  padding-right: 0;
  color: #000;
  font-size: 20px;
  padding-left: 0;
  font-weight: 700;
  border-bottom: 1px solid #d1d1d1;
  border-radius: 0 !important;
  background-color: #fff;
}
.accordion .accordion-item:first-of-type {
  border-radius: 0;
}
.accordion .accordion-item.active {
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #444444;
  border-radius: 0;
}
.accordion .accordion-item.active .heading {
  color: #000;
}
.accordion .accordion-item.active .icon:after {
  width: 0;
}
.accordion .accordion-item.active .icon:before {
  background: #000;
}
.accordion .accordion-item.active .title {
  background-color: transparent;
  border: 0;
  padding-bottom: 14px;
}
.accordion .accordion-item {
  border: 0;
}
.accordion .accordion-item:last-of-type {
  border-bottom: 0 !important;
}
.accordion .accordion-item .heading {
  width: 100%;
  display: block;
  text-transform: capitalize;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding-bottom: 0px;
}
.accordion .accordion-item .icon {
  display: block;
  position: absolute;
  top: 47%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1px;
  background-color: transparent;
}
.accordion .accordion-item .icon:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.accordion .accordion-item .icon:after {
  content: "";
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  z-index: -1;
}
.accordion .accordion-item .content {
  display: none;
}
.accordion .accordion-img {
  position: relative;
}
.accordion .accordion-img figure.accordion-img-two {
  background-color: #000;
  margin-top: -156px;
  margin-left: 130px;
}
.accordion .accordion-img img.dots {
  top: auto;
  z-index: 0;
  right: -5%;
  bottom: 0;
}

@media (max-width: 1200px) {
  .accordion-img img {
    width: 100%;
    padding-top: 140px;
  }
}
@media (max-width: 992px) {
  .accordion-img img {
    display: none;
  }
}

body.three .accordion-section {
  padding-top: 120px;
}
body.three .accordion-section .heading.two {
  padding-top: 0px;
}
@media (max-width: 992px) {
  body.three .accordion-section.for {
    padding-top: 60px;
  }
}
body.three .accordion-section.for .accordion-img {
  margin-top: 120px;
}
@media (max-width: 1400px) {
  body.three .accordion-section.for .accordion-img {
    margin-top: 60px;
  }
}
@media (max-width: 992px) {
  body.three .accordion-section.for .accordion-img {
    margin: 0;
  }
}

.breadcrumb {
  position: relative;
  padding-top: 10px;
}
.breadcrumb li.breadcrumb-item {
  text-transform: capitalize;
}
@media (max-width: 480px) {
  .breadcrumb li.breadcrumb-item {
    font-size: 14px;
  }
}
.breadcrumb li.breadcrumb-item a {
  color: #c6c6c6;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.breadcrumb li.breadcrumb-item a:hover {
  color: var(--primary-color);
}
@media (max-width: 480px) {
  .breadcrumb li.breadcrumb-item a {
    font-size: 14px;
  }
}
.breadcrumb li.breadcrumb-item.active {
  color: #c6c6c6;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "-") !important;
  color: #c6c6c6;
}
@media (max-width: 1200px) {
  .breadcrumb {
    padding-top: 0;
  }
}

.theme-pagination {
  margin-top: 60px;
}
.theme-pagination .pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.theme-pagination ul.pagination li a {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  height: 55px;
  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: 0 !important;
  border: 0;
  width: 55px;
  margin-right: 5px;
  background-color: #f4f4f4;
}
@media (max-width: 556px) {
  .theme-pagination ul.pagination li a {
    font-size: 14px;
    height: 40px;
    width: 42px;
    margin-right: 2px;
  }
}
.theme-pagination ul.pagination li a:hover {
  color: #ffffff;
  background-color: #444444;
}
.theme-pagination ul.pagination li a i {
  font-size: 15px;
}
.theme-pagination ul.pagination li:first-child {
  margin-right: 1px;
}
.theme-pagination ul.pagination li:first-child a {
  padding: 0 45px;
  background-color: #500390;
  color: #ffffff;
  border: 1px solid #500390;
}
.theme-pagination ul.pagination li:first-child a:hover {
  color: #000;
}
@media (max-width: 480px) {
  .theme-pagination ul.pagination li:first-child a {
    padding: 0 25px;
  }
}
.theme-pagination ul.pagination li:first-child a:hover {
  background-color: transparent;
}
.theme-pagination ul.pagination li:last-child {
  margin-left: 1px;
}
.theme-pagination ul.pagination li:last-child a {
  padding: 0 45px;
  background-color: #500390;
  color: #ffffff;
  border: 1px solid #500390;
}
.theme-pagination ul.pagination li:last-child a:hover {
  color: #000;
}
@media (max-width: 480px) {
  .theme-pagination ul.pagination li:last-child a {
    padding: 0 25px;
  }
}
.theme-pagination ul.pagination li:last-child a:hover {
  background-color: transparent;
}
.theme-pagination ul.pagination li.space a {
  cursor: not-allowed;
  border: 0;
  background-color: transparent;
  color: #000;
}
.theme-pagination ul.pagination li.space a:hover {
  cursor: not-allowed;
  border: 0;
  background-color: transparent;
  color: #000;
}

.btn-center {
  text-align: center;
  margin-top: 60px;
}

.preloader {
  background-color: var(--secondary-color);
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  z-index: 1000000000000000000;
  right: 0;
  bottom: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
  bottom: 0%;
}

.page-loaded .preloader {
  bottom: -100%;
}

.loader {
  height: 150px;
  width: 150px;
  border: 3px solid transparent;
  border-radius: 50%;
  border-top: 4px solid var(--primary-color);
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
  position: relative;
}

.loader::before,
.loader::after {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  border-radius: 50%;
  border: 4px solid transparent;
}

.loader::before {
  border-top-color: #cefa1d;
  -webkit-animation: 3s spin linear infinite;
  animation: 3s spin linear infinite;
}

.loader::after {
  border-top-color: #ffffff;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* 01. header */
@media only screen and (max-width: 1920px) and (min-width: 1200px) {
  #stickyHeader.slideUp {
    top: 0;
    border: 0;
    z-index: 11111;
    position: fixed;
    border-radius: 0;
    left: 0;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #000;
    /*background-color: var(--secondary-color);*/
  }
}
header {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding-top: 20px;
}
header .top-bar {
  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;
}
header .top-bar .logo img{
  height: 35px;
}

@media (max-width: 992px) {
  header .top-bar .logo img {
    width: auto;
    height: 30px;
  }
}
@media (max-width: 450px) {
  header .top-bar .logo img {
    width: 140px;
  }
}
header .top-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1200px) {
  header .top-bar ul {
    display: none;
  }
}
header .top-bar ul li {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1400px) {
  header .top-bar ul li {
    padding-right: 30px;
  }
}
header .top-bar ul li a {
  font-weight: bold;
  text-transform: capitalize;
  color: #ffffff;
  position: relative;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
header .top-bar ul li a::before {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
header .top-bar ul li a:hover::before {
  width: 100%;
}
@media (max-width: 1400px) {
  header .top-bar ul li a {
    font-size: 14px;
  }
}
header .login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .login .btn {
  padding: 17px 40px;
  margin-left: 15px;
  background-color: #ffffff;
  background-image: none;
  color: #000;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
header .login .btn:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}
@media (max-width: 1400px) {
  header .login .btn {
    padding: 14px 34px;
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  header .login .btn {
    padding: 12px 20px;
    margin-left: 0px;
    font-size: 14px;
  }
}
header .login > a {
  font-size: 18px;
  font-weight: bold;
}
header .login h4 {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 768px) {
  header .login h4 {
    display: none;
  }
}
header .login h4 a {
  padding-left: 10px;
  position: relative;
  color: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
header .login h4 a::before {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
header .login h4 a:hover::before {
  width: 93%;
}

.clients-slider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body.two header .btn::after {
  background-color: #cefa1d;
}

body.three header .btn::after {
  background-color: var(--primary-color);
}

body.two header .btn:hover {
  color: #000;
  background-color: #fff;
}

footer {
  background-color: #500390;
  position: relative;
}
footer img.shap1 {
  width: 80px;
}
footer .heading.two {
  padding-bottom: 30px;
  width: 90% !important;
  margin: 0;
}
@media (max-width: 1200px) {
  footer .heading.two {
    width: 100% !important;
  }
}
footer .heading.two h4,
footer .heading.two p {
  color: #fff;
}
footer form#subscribe-form {
  width: 90% !important;
  position: relative;
}
@media (max-width: 1200px) {
  footer form#subscribe-form {
    width: 100% !important;
  }
}
footer form#subscribe-form input {
  background-color: rgba(255, 255, 255, 0.0901960784);
  border: 1px solid #ffffff;
  border-radius: 51px;
  color: #ffffff;
}
footer form#subscribe-form input::-webkit-input-placeholder {
  color: #ffffff;
}
footer form#subscribe-form input:-ms-input-placeholder {
  color: #ffffff;
}
footer form#subscribe-form input::placeholder {
  color: #ffffff;
}
footer form#subscribe-form .btn {
  position: absolute;
  right: 4px;
  padding: 14px 50px;
  top: 4px;
}
@media (max-width: 1400px) {
  footer form#subscribe-form .btn {
    padding: 14px 40px;
  }
}
@media (max-width: 450px) {
  footer form#subscribe-form .btn {
    padding: 14px 30px;
  }
}
footer .footer-text {
  padding-top: 40px;
}
footer .footer-text h4 {
  font-size: 26px;
  color: #ffffff;
  padding-bottom: 13px;
}
footer .footer-text h4 a {
  color: #ffffff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
footer .footer-text h4 a:hover {
  color: var(--primary-color);
}
@media (max-width: 992px) {
  footer .useful-link {
    padding-top: 40px;
  }
}
footer .useful-link h3 {
  color: #ffffff;
  font-size: 26px;
  position: relative;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (max-width: 450px) {
  footer .useful-link h3 {
    font-size: 22px;
  }
}
footer .useful-link h3::before {
  content: " ";
  position: absolute;
  width: 70px;
  height: 1px;
  background-color: var(--primary-color);
  bottom: -3px;
}
footer .useful-link ul li:not(:last-child) {
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  footer .useful-link ul li:not(:last-child) {
    padding-bottom: 14px;
  }
}
footer .useful-link ul a {
  color: #ebebeb;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
footer .useful-link ul a:hover {
  color: var(--primary-color);
}
footer .copy-right {
  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;
  padding-bottom: 45px;
  padding-top: 70px;
}
@media (max-width: 768px) {
  footer .copy-right {
    padding-bottom: 25px;
    padding-top: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
  }
}
footer .copy-right p {
  color: #fff;
}

body.two footer {
  background-color: #000;
}
body.two footer form#subscribe-form .btn {
  position: absolute;
  right: 4px;
  padding: 18px 50px;
  top: 4px;
}
@media (max-width: 450px) {
  body.two footer form#subscribe-form .btn {
    padding: 18px 30px;
  }
}
body.two footer .useful-link h3::before {
  background-color: #cefa1d;
}
body.two footer .useful-link ul li:not(:last-child) {
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  body.two footer .useful-link ul li:not(:last-child) {
    padding-bottom: 14px;
  }
}
body.two footer .useful-link ul a:hover {
  color: #cefa1d;
}
body.two footer .footer-text h4 a:hover {
  color: #cefa1d;
}

@media (max-width: 992px) {
  body.three footer {
    background-repeat: no-repeat;
    background-size: cover;
  }
}
body.three footer form#subscribe-form .btn {
  position: absolute;
  right: 4px;
  padding: 18px 50px;
  top: 4px;
}
@media (max-width: 450px) {
  body.three footer form#subscribe-form .btn {
    padding: 18px 30px;
  }
}
body.three footer .useful-link h3::before {
  background-color: var(--primary-color);
}
body.three footer .useful-link ul li:not(:last-child) {
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  body.three footer .useful-link ul li:not(:last-child) {
    padding-bottom: 14px;
  }
}
body.three footer .useful-link ul a:hover {
  color: var(--primary-color);
}
body.three footer .footer-text h4 a:hover {
  color: var(--primary-color);
}

img.shap2 {
  right: 4%;
  position: absolute;
  width: 120px;
  top: 30%;
  -webkit-animation: shap-rotate 28s infinite;
  animation: shap-rotate 28s infinite;
}
@media (max-width: 1400px) {
  img.shap2 {
    right: 2%;
    width: 110px;
  }
}
@media (max-width: 1200px) {
  img.shap2 {
    width: 100px;
    top: 64%;
  }
}

.partner {
  text-align: center;
}

.partner.hover-img-two .imgg img {
  width: auto;
  margin: auto;
}
@media (max-width: 1400px) {
  .partner.hover-img-two .imgg img {
    width: 130px;
  }
}

.hero-section {
  background-color: var(--primary-color);
  padding-top: 227px;
  padding-bottom: 45px;
  position: relative;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .hero-section {
    padding-top: 180px;
    padding-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .hero-section {
    padding-top: 150px;
  }
}
.hero-section .btnvideo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}
@media (max-width: 480px) {
  .hero-section .btnvideo {
    gap: 12px;
  }
}
.hero-section .btnvideo .video {
  margin: 0;
}
@media (max-width: 480px) {
  .hero-section .btnvideo .video {
    margin: 0px;
    margin-left: 30px;
  }
}
.hero-section .btnvideo .video i {
  -webkit-animation: shadow-pulse 1s infinite;
  animation: shadow-pulse 1s infinite;
  width: 74px;
  height: 74px;
  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%;
  background-image: none;
  border: 1px solid #ffffff;
}
.hero-section .btnvideo .video svg {
  fill: #ffffff;
}
@media (max-width: 1400px) {
  .hero-section img.shap1 {
    bottom: 6%;
    left: 1%;
  }
}
@-webkit-keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgb(255, 255, 255);
    box-shadow: 0 0 0 0px rgb(255, 255, 255);
  }
  100% {
    -webkit-box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}
@keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgb(255, 255, 255);
    box-shadow: 0 0 0 0px rgb(255, 255, 255);
  }
  100% {
    -webkit-box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}
.hero-section::before {
  content: "";
  position: absolute;
  width: 865px;
  height: 865px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ec4d25), to(#ed2a47));
  background-image: linear-gradient(180deg, #ec4d25, #ed2a47);
  border-radius: 50%;
  right: 6%;
  top: -2%;
}
@media (max-width: 1400px) {
  .hero-section::before {
    width: 724px;
    height: 724px;
    right: 2%;
  }
}
@media (max-width: 1200px) {
  .hero-section::before {
    width: 670px;
    height: 673px;
    right: 2%;
  }
}
@media (max-width: 992px) {
  .hero-section::before {
    display: none;
  }
}
.hero-section .hero-text {
  position: relative;
  z-index: 11;
}
.hero-section .hero-text > span {
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 10px 30px;
}
@media (max-width: 1200px) {
  .hero-section .hero-text > span {
    padding: 8px 20px;
    font-size: 14px;
  }
}
.hero-section .hero-text h1 {
  color: #ffffff;
  padding-top: 25px;
  padding-bottom: 20px;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 88px;
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .hero-section .hero-text h1 {
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 72px;
    line-height: 82px;
  }
}
@media (max-width: 992px) {
  .hero-section .hero-text h1 {
    letter-spacing: 2px;
  }
}
@media (max-width: 556px) {
  .hero-section .hero-text h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 480px) {
  .hero-section .hero-text h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
.hero-section .hero-text p {
  font-size: 22px;
  color: #ffffff;
  line-height: 36px;
  padding-bottom: 40px;
}
.hero-section .hero-img img {
  height: 680px;
  -webkit-transform: translateX(-122px);
  transform: translateX(-122px);
}
@media (max-width: 1400px) {
  .hero-section .hero-img img {
    width: 122%;
  }
}
@media (max-width: 992px) {
  .hero-section .hero-img img {

    height: 380px;
    width: auto;
    margin-top: 50px;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.hero-section .price {
  width: 210px;
  height: 210px;
  background-color: #fff;
  border-radius: 50%;
  padding-top: 40px;
  text-align: center;
  position: absolute;
  bottom: -14%;
  right: 8%;
}
@media (max-width: 992px) {
  .hero-section .price {
    bottom: 2%;
  }
}
@media (max-width: 768px) {
  .hero-section .price {
    width: 160px;
    height: 160px;
    padding-top: 25px;
  }
}
@media (max-width: 480px) {
  .hero-section .price {
    width: 140px;
    height: 140px;
    padding-top: 16px;
    bottom: -8%;
  }
}
.hero-section .price span {
  font-size: 23px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .hero-section .price span {
    font-size: 17px;
    font-weight: bold;
  }
}
.hero-section .price h5 {
  font-size: 72px;
  line-height: 60px;
  padding-top: 6px;
  color: var(--primary-color);
  font-weight: 700;
}
@media (max-width: 768px) {
  .hero-section .price h5 {
    font-size: 60px;
    line-height: 46px;
    padding-top: 6px;
  }
}
@media (max-width: 480px) {
  .hero-section .price h5 {
    font-size: 50px;
    line-height: 40px;
    padding-top: 6px;
  }
}
.hero-section .price h5 sup {
  font-size: 40px;
}
@media (max-width: 768px) {
  .hero-section .price h5 sup {
    font-size: 32px;
  }
}
.hero-section .price del {
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .hero-section .price del {
    font-size: 24px;
  }
}
.hero-section .hero-img {
  position: relative;
}
.google-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 70px;
}
@media (max-width: 1400px) {
  .google-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
  }
}
@media (max-width: 1400px) and (max-width: 480px) {
  .google-star {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.google-star > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 50px;
}
@media (max-width: 556px) {
  .google-star > div {
    margin-right: 20px;
    gap: 20px;
  }
}
.google-star img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.google-star ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  gap: 5px;
  color: #fff;
}
@media (max-width: 480px) {
  .google-star ul {
    padding-left: 0;
  }
}
.google-star ul li > i {
  font-size: 12px;
}

img.shap1 {
  -webkit-animation: shap-rotate 25s infinite;
  animation: shap-rotate 25s infinite;
  position: absolute;
  bottom: 10%;
  left: 3%;
}
@media (max-width: 1400px) {
  img.shap1 {
    width: 100px;
  }
}
@media (max-width: 556px) {
  img.shap1 {
    display: none;
  }
}

@-webkit-keyframes shap-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes shap-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.about-text h4 {
  border-bottom: 3px solid var(--primary-color);
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
}
.about-text ul li {
  font-size: 18px;
  padding-bottom: 12px;
}
@media (max-width: 1400px) {
  .about-text ul li {
    font-size: 16px;
  }
}
.about-text ul li i {
  color: var(--primary-color);
  padding-right: 14px;
}
@media (max-width: 992px) {
  .about-text .about-text {
    margin-bottom: 30px;
  }
}

.about-text p {
  z-index: 11;
  position: relative;
}

body.three .about-text h4 {
  border-bottom: 3px solid var(--primary-color);
}
body.three .about-text ul li i {
  color: var(--primary-color);
}

.about-conter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 26px;
  margin-bottom: 40px;
}
.about-conter h3 {
  font-size: 34px;
  font-weight: 600;
  padding-bottom: 6px;
}
@media (max-width: 1400px) {
  .about-conter h3 {
    font-size: 24px;
  }
}
.about-conter .count-text h2 {
  font-size: 90px;
  font-weight: bold;
  color: var(--primary-color);
}
@media (max-width: 1400px) {
  .about-conter .count-text h2 {
    font-size: 68px;
  }
}
@media (max-width: 480px) {
  .about-conter .count-text h2 {
    font-size: 60px;
  }
}

.about-conter.two {
  border: 0;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .about-conter.two {
    border: 0;
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .about-conter.two {
    border: 0;
    margin-bottom: 40px;
  }
}

.about-img img {
  -webkit-transform: translateX(-120px);
  transform: translateX(-120px);
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .about-img img {
    -webkit-transform: translateX(-68px);
    transform: translateX(-68px);
    margin-top: 103px;
    width: 130%;
  }
}
@media (max-width: 1200px) {
  .about-img img {
    display: none;
  }
}

@media (max-width: 992px) {
  #about .about-text {
    padding-bottom: 40px;
  }
}

form#contact-form h3 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  line-height: 46px;
  padding-bottom: 6px;
}
@media (max-width: 450px) {
  form#contact-form h3 {
    font-size: 32px;
  }
}

.get-a-quote {
  margin-bottom: 16px;
  background: var(--secondary-color);
  padding: 54px;
  position: relative;
  padding-top: 60px;
  z-index: 11;
}
.get-a-quote:hover > i:before {
  -webkit-animation: top-bottom 1s infinite;
  animation: top-bottom 1s infinite;
}
@media (max-width: 1400px) {
  .get-a-quote {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .get-a-quote {
    margin-top: 80px;
  }
}
@media (max-width: 450px) {
  .get-a-quote {
    padding: 20px;
  }
}
.get-a-quote > i {
  position: absolute;
  width: 110px;
  height: 110px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(#ec4c26));
  background-image: linear-gradient(90deg, var(--primary-color), #ec4c26);
  font-size: 50px;
  border-radius: 50%;
  top: -8%;
  right: 5%;
  color: #fff;
  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;
}
@media (max-width: 450px) {
  .get-a-quote > i {
    width: 84px;
    height: 84px;
    font-size: 40px;
  }
}
.get-a-quote h6 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 29px;
}
.get-a-quote p {
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 10px;
  padding-top: 10px;
}
.get-a-quote input,
.get-a-quote input[type=number] {
  width: 100%;
  height: 55px;
  border: 0;
  outline: 0;
  margin-bottom: 20px;
  font-size: 16px;
  color: #ffffff;
  border-radius: 45px;
  padding: 25px;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.get-a-quote input::-webkit-input-placeholder,
.get-a-quote input[type=number]::-webkit-input-placeholder {
  color: #ffffff;
}
.get-a-quote input:-ms-input-placeholder,
.get-a-quote input[type=number]:-ms-input-placeholder {
  color: #ffffff;
}
.get-a-quote input::placeholder,
.get-a-quote input[type=number]::placeholder {
  color: #ffffff;
}
.get-a-quote .radio-button {
  margin-right: 15px;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}
@media (max-width: 1400px) {
  .get-a-quote .radio-button {
    margin-bottom: 26px;
  }
}
@media (max-width: 992px) {
  .get-a-quote .radio-button {
    margin-bottom: 10px;
  }
}
.get-a-quote .radio-button label {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
}
.get-a-quote .radio-button input {
  width: 22px;
  height: 22px;
}
.get-a-quote .btn {
  width: 100%;
}

.video {
  position: relative;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .video {
    margin-top: 0;
  }
}
.video img {
  width: 100%;
  -webkit-box-shadow: 0px 25px 56px -22px rgba(176, 176, 176, 0.75);
  box-shadow: 0px 25px 56px -22px rgba(176, 176, 176, 0.75);
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 556px) {
  .video img {
    height: 250px;
  }
}
.video i {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  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-image: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(#ec4c26));
  background-image: linear-gradient(90deg, var(--primary-color), #ec4c26);
  -webkit-animation: shadow-pulse 1s infinite;
  animation: shadow-pulse 1s infinite;
  border-radius: 50%;
}

body.two .get-a-quote {
  background-color: #000;
  padding-top: 37px;
  margin-bottom: 0;
}
body.two .get-a-quote > i {
  background-image: none;
  background-color: #cefa1d;
  color: #000;
}
body.two .get-a-quote .radio-button {
  margin-bottom: 10px;
}

body.three .get-a-quote {
  background-color: var(--secondary-color);
  padding-top: 37px;
}
body.three .get-a-quote > i {
  background-image: none;
  background-color: var(--primary-color);
}
body.three .get-a-quote .radio-button {
  margin-bottom: 10px;
}

#contact {
  position: relative;
}
#contact img.shap1 {
  bottom: 32%;
  left: 84%;
}

@-webkit-keyframes top-bottom {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

@keyframes top-bottom {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  60% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
.powerful {
  background-color: #f3f3f3;
  padding: 50px;
  text-align: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1200px) {
  .powerful {
    padding: 30px;
  }
}
@media (max-width: 992px) {
  .powerful {
    margin-bottom: 20px;
  }
}
.powerful:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}
.powerful:hover h5 {
  color: #ffffff;
}
.powerful:hover > i {
  display: block;
  -webkit-animation: top-bottom 1s infinite;
  animation: top-bottom 1s infinite;
}
.powerful > i {
  font-size: 80px;
  line-height: 80px;
}
.powerful h5 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 30px;
  padding-top: 10px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1400px) {
  .powerful h5 {
    font-size: 22px;
  }
}
.powerful a {
  background-color: #fff;
  padding: 14px 34px;
  border-radius: 50px;
  font-weight: bold;
  display: inline-block;
  color: #000;
  border: 1px solid #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.powerful a:hover {
  border: 1px solid #000;
}
.powerful a i {
  padding-left: 12px;
}

.team {
  padding-left: 30px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 992px) {
  .team {
    margin-bottom: 30px;
  }
}
.team:hover::before {
  width: 50%;
}
.team::before {
  width: 58%;
  content: "";
  position: absolute;
  background-color: #f3f3f3;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.team img {
  border-radius: 50%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .team img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .team img {
    width: auto;
  }
}
.team h4 {
  font-size: 45px;
  color: var(--primary-color);
  font-weight: bold;
  width: 80%;
}
@media (max-width: 1400px) {
  .team h4 {
    font-size: 38px;
  }
}
@media (max-width: 1200px) {
  .team h4 {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .team h4 {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  .team h4 {
    font-size: 36px;
  }
}
.team p {
  font-weight: bold;
  color: #000;
  font-family: inherit;
}
.team .expert-icon {
  text-align: center;
  position: relative;
  margin-top: 26px;
}
.team .expert-icon i.fa.fa-share-alt {
  color: #a5a5a5;
  background: #fafafa;
  height: 80px;
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 53px;
  font-size: 30px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.team .expert-icon a i {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border: 1px solid #c5c5c5;
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -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%;
  background-color: #fff;
}
.team .expert-icon li {
  margin-left: 4px;
}
.team .expert-icon .icon-share li {
  display: block;
}
.team .expert-icon .icon-share a.f {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.team .expert-icon .icon-share a.y {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.team .expert-icon .icon-share a:hover i {
  color: #fff;
  background-color: var(--primary-color);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.team .expert-icon .icon-share a.t {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.team .expert-icon .icon-share a i {
  -webkit-box-shadow: 0px 15px 7px 0px rgba(153, 153, 153, 0.29);
  box-shadow: 0px 15px 7px 0px rgba(153, 153, 153, 0.29);
}
.team .expert-icon ul.icon-share {
  position: absolute;
  top: 0%;
  left: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.team .expert-icon:hover ul.icon-share {
  opacity: 1;
  visibility: visible;
}
.team .expert-icon:hover > a i {
  background-color: var(--primary-color);
}
.team .expert-icon:hover svg {
  fill: #fff;
}
.team .expert-icon a {
  text-decoration: none;
  font-size: 25px;
}
.team .expert-icon a i svg {
  width: 22px;
}

.team .expert-icon:hover > a i {
  background-color: var(--primary-color);
  color: #fff;
}

.vertical-shooting {
  padding: 50px;
  position: relative;
  overflow: hidden;
  z-index: 11;
  background-color: #fff;
}
@media (max-width: 1400px) {
  .vertical-shooting {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .vertical-shooting {
    margin-bottom: 20px;
  }
}
.vertical-shooting:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.vertical-shooting::after, .vertical-shooting::before {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
}
.vertical-shooting::after {
  background-color: transparent;
  opacity: 0.5;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(#ec4c26));
  background-image: linear-gradient(90deg, var(--primary-color), #ec4c26);
  height: 0%;
  bottom: 0;
  top: auto;
}
.vertical-shooting p {
  position: relative;
  z-index: 11;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.vertical-shooting h3{
  padding-bottom: 12px;
  font-size: 30px;
  position: relative;
  z-index: 11;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  font-weight: bold;
}
.vertical-shooting h4 {
  padding-bottom: 12px;
  font-size: 24px;
  position: relative;
  z-index: 11;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .vertical-shooting h3{
    font-size: 22px;
  }
  .vertical-shooting h4 {
    font-size: 18px;
  }
}
.vertical-shooting img {
  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-left: -34px;
  margin-top: 40px;
  position: relative;
  z-index: 11;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1400px) {
  .vertical-shooting img {
    margin-left: 0px;
    width: 100%;
  }
}

.vertical-shooting.two {
  padding: 0;
  padding-top: 50px;
}
.vertical-shooting.two:hover span {
  color: #ffffff;
}
.vertical-shooting.two span {
  position: relative;
  font-size: 18px;
  padding-top: 10px;
  display: block;
  z-index: 111;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.vertical-shooting.two h3,
.vertical-shooting.two h4,
.vertical-shooting.two p,
.vertical-shooting.two span {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1400px) {
  .vertical-shooting.two h3,
  .vertical-shooting.two h4,
  .vertical-shooting.two p,
  .vertical-shooting.two span {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.vertical-shooting.two img {
  width: 100%;
  margin-left: 0;
}
.vertical-shooting.two:before {
  background-color: #f3f3f3;
}
.vertical-shooting.two::after {
  opacity: 0.8;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(var(--primary-color)));
  background-image: linear-gradient(90deg, var(--primary-color), var(--primary-color));
}

#services {
  position: relative;
}
#services img.shap1 {
  bottom: 43%;
  left: 7%;
}
@media (max-width: 1400px) {
  #services img.shap1 {
    left: 2%;
  }
}

.vertical-shooting.active p,
.vertical-shooting.active h3
.vertical-shooting.active h4 {
  color: #ffffff;
}
.vertical-shooting.active::before {
  height: 0;
}
.vertical-shooting.active::after {
  height: 100%;
}
.vertical-shooting.active img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.weekly-newsletter {
  background-color: #500390;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .weekly-newsletter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.weekly-newsletter img.shap1 {
  left: 102%;
  width: 80px;
}
.weekly-newsletter .heading {
  padding: 40px;
}
@media (max-width: 992px) {
  .weekly-newsletter .heading {
    padding: 30px;
  }
}
.weekly-newsletter .heading h3,
.weekly-newsletter .heading p {
  color: #ffffff;
}
.weekly-newsletter .heading h3 {
  font-size: 54px;
  line-height: 60px;
}
.weekly-newsletter .heading p {
  padding-top: 20px;
  padding-bottom: 30px;
}
.weekly-newsletter:hover img.dron-man {
  right: 4%;
}
.weekly-newsletter img.dron-man {
  position: absolute;
  right: 2%;
  bottom: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1400px) {
  .weekly-newsletter img.dron-man {
    width: 28%;
  }
}
@media (max-width: 556px) {
  .weekly-newsletter img.dron-man {
    width: 60%;
  }
}
.weekly-newsletter img.bg-news {
  border-bottom-left-radius: 350px;
  border-top-left-radius: 350px;
}
@media (max-width: 1400px) {
  .weekly-newsletter img.bg-news {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  .weekly-newsletter img.bg-news {
    width: 55%;
  }
}
@media (max-width: 992px) {
  .weekly-newsletter img.bg-news {
    width: 100%;
    border-radius: 0;
  }
}

body.three .weekly-newsletter {
  background-color: #15174c;
}

.pricing {
  background-color: #f3f3f3;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
}
.pricing img.shap1 {
  bottom: 45%;
  left: 3%;
  width: 130px;
}

.pricing-table {
  padding: 40px;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
  z-index: 11;
}
.pricing-table:hover:before {
  background-color: var(--primary-color);
}
.pricing-table:hover .table-head > i:before {
  -webkit-animation: top-bottom 1s infinite;
  animation: top-bottom 1s infinite;
}
@media (max-width: 1200px) {
  .pricing-table {
    padding: 30px;
  }
}
.pricing-table:before {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  content: "";
  position: absolute;
  width: 514px;
  height: 514px;
  background-color: #500390;
  left: -20%;
  top: -31%;
  border-radius: 50%;
  border: 19px solid #f3f3f3;
}
@media (max-width: 1400px) {
  .pricing-table:before {
    width: 444px;
    height: 444px;
    left: -20%;
    top: -27%;
  }
}
@media (max-width: 1200px) {
  .pricing-table:before {
    width: 400px;
    height: 400px;
    left: -28%;
    top: -25%;
  }
}
@media (max-width: 992px) {
  .pricing-table:before {
    left: -14%;
    top: -21%;
  }
}
@media (max-width: 768px) {
  .pricing-table:before {
    width: 635px;
    height: 400px;
  }
}
@media (max-width: 556px) {
  .pricing-table:before {
    width: 600px;
  }
}
@media (max-width: 450px) {
  .pricing-table:before {
    width: 500px;
  }
}
@media (max-width: 410px) {
  .pricing-table:before {
    width: 400px;
  }
}
.pricing-table .table-head {
  position: relative;
}
.pricing-table .table-head span {
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 10px;
  display: block;
  font-size: 20px;
}
.pricing-table .table-head h2 {
  font-size: 90px;
  color: #ffffff;
  line-height: 80px;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .pricing-table .table-head h2 {
    font-size: 70px;
    line-height: 50px;
  }
}
.pricing-table .table-head h2 sup {
  font-size: 50px;
}
@media (max-width: 1400px) {
  .pricing-table .table-head h2 sup {
    font-size: 34px;
  }
}
.pricing-table .table-head p {
  color: #ffffff;
}
.pricing-table .table-head h6 {
  color: #ffffff;
  position: relative;
  padding-left: 18px;
  margin-top: 25px;
}
.pricing-table .table-head h6:before {
  content: ".";
  font-size: 54px;
  position: absolute;
  line-height: 0;
  top: -6px;
  left: 0;
}
.pricing-table .table-head i {
  position: absolute;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ec4c26), to(var(--primary-color)));
  background-image: linear-gradient(180deg, #ec4c26, var(--primary-color));
  width: 90px;
  height: 90px;
  color: #ffffff;
  border-radius: 50%;
  font-size: 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;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
  bottom: -27%;
}
@media (max-width: 1200px) {
  .pricing-table .table-head i {
    bottom: -34%;
    right: -6%;
  }
}
ul.liststyle {
  padding-top: 95px;
}
ul.liststyle li {
  padding-bottom: 20px;
  position: relative;
  padding-left: 23px;
}
ul.liststyle li::before {
  width: 11px;
  height: 10px;
  background-color: var(--primary-color);
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 7px;
  left: 0;
}

.pricing-table .btn {
  width: 100%;
  margin-top: 10px;
}
.pricing-table .btn.two {
  background-color: #fdeaec;
  background-image: none;
  color: #000;
}
.pricing-table .btn.two:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}

@media (max-width: 992px) {
  .pricing-table.two {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .pricing-table.two {
    margin-top: 30px;
  }
}
.pricing-table.two:before {
  background-color: var(--primary-color);
}

body.two ul.liststyle li::before {
  background-color: #cefa1d;
}

body.three .pricing-table:hover:before {
  background-color: var(--primary-color);
}
body.three .pricing-table:before {
  background-color: var(--primary-color);
}
body.three .pricing-table .table-head i {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color)), to(var(--primary-color)));
  background-image: linear-gradient(180deg, var(--primary-color), var(--primary-color));
}
body.three .pricing-table .btn.two:hover {
  background-color: var(--primary-color);
  color: #ffffff;
}
body.three .pricing-table .btn.two::after {
  display: none;
}
body.three .pricing-table.two::before {
  background-color: var(--primary-color);
}
body.three .pricing-table.two .btn:after {
  background-color: var(--primary-color);
}
body.three .pricing-table.two .btn:hover {
  color: #fff;
}

body.three ul.liststyle li::before {
  background-color: var(--primary-color);
}

.clients .google-star {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .clients .google-star {
    margin-bottom: 40px;
  }
}
.clients .google-star ul {
  color: #000;
}
.clients .google-star img {
  -webkit-filter: invert(0);
  filter: invert(0);
}
.clients > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.clients > ul li h5 {
  background-color: var(--primary-color);
  width: 66px;
  height: 66px;
  border-radius: 50%;
  color: #ffffff;
  border: 5px solid #ffffff;
  margin-left: -15px;
  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;
}
.clients > ul li img {
  border-radius: 50%;
  border: 5px solid #ffffff;
  margin-left: -12px;
}

.client-view {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(#ec4c26));
  background-image: linear-gradient(90deg, var(--primary-color), #ec4c26);
  padding: 60px;
  position: relative;
  width: 90%;
  margin-left: auto;
}
@media (max-width: 1400px) {
  .client-view {
    padding: 40px;
  }
}
.client-view h3 {
  font-size: 30px;
  color: #fff;
}
@media (max-width: 450px) {
  .client-view h3 {
    font-size: 24px;
  }
}
.client-view h4 {
  font-size: 26px;
  line-height: 45px;
  color: #fff;
}
@media (max-width: 1400px) {
  .client-view h4 {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 1200px) {
  .client-view h4 {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (max-width: 450px) {
  .client-view h4 {
    font-size: 18px;
    line-height: 30px;
  }
}
.client-view .google-star {
  margin-top: 10px;
  margin-bottom: 40px;
}
.client-view .google-star ul {
  padding-left: 0;
}
.client-view ul.social-icon {
  position: absolute;
  right: 58px;
  top: 64px;
}
@media (max-width: 1400px) {
  .client-view ul.social-icon {
    right: 20px;
    top: 20px;
  }
}
@media (max-width: 1200px) {
  .client-view ul.social-icon {
    right: 40px;
    top: 30px;
  }
}
@media (max-width: 450px) {
  .client-view ul.social-icon {
    right: 14px;
    top: 14px;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  width: 23px;
  height: 23px;
}

.swiper-pagination {
  bottom: -6px !important;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #b3b3b3;
  opacity: 1;
  border: 7px solid #fff;
}
.swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

.swiper.clientswiper.swiper-creative {
  padding-bottom: 12px;
}

body.two .clients > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.two .clients > ul li h5 {
  background-color: #444444;
  color: #ffffff;
}
body.two .client-view {
  background-image: none;
  background-color: #000;
}
body.two .client-view .google-star ul.stars li {
  color: #cefa1d;
}
body.two .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #cefa1d;
}

body.three .clients > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.three .clients > ul li h5 {
  background-color: #444444;
  color: #ffffff;
}
body.three .client-view {
  background-image: none;
  background-color: var(--primary-color);
}
body.three .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

.blog-one {
  border-bottom: 1px solid #bbbbbb;
}
@media (max-width: 992px) {
  .blog-one {
    margin-bottom: 40px;
  }
}
.blog-one .blog-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
}
.blog-one .blog-text h4 {
  font-size: 20px;
  width: 66%;
  line-height: 30px;
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 1400px) {
  .blog-one .blog-text h4 {
    font-size: 18px;
  }
}
.blog-one .blog-text h4 a {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.blog-one .blog-text h4:hover a {
  color: var(--primary-color);
}
.blog-one .blog-text span {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: bold;
  border-left: 1px solid #bbbbbb;
  padding-left: 30px;
  padding-bottom: 52px;
}
@media (max-width: 1400px) {
  .blog-one .blog-text span {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .blog-one .blog-text span {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .blog-one .blog-text span {
    padding-bottom: 60px;
  }
}
@media (max-width: 410px) {
  .blog-one .blog-text span {
    padding-bottom: 80px;
  }
}

body.two .blog-one .blog-text h4:hover a {
  color: #000;
}
body.two .blog-one .blog-text span {
  color: #787878;
}

body.three .blog-one .blog-text h4:hover a {
  color: #000;
}
body.three .blog-one .blog-text span {
  color: #787878;
}

.blog-text h4 a {
  -webkit-transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s;
  transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.2s;
  padding: 0.1% 0px;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-size: 0px 2px;
  background-position: 0px 95%;
  background-repeat: no-repeat;
  text-decoration: none;
}

.blog-text h4 a:hover {
  background-size: 100% 2px;
}

.hero-section.two {
  padding-top: 160px;
  background-color: transparent;
}
@media (max-width: 1400px) {
  .hero-section.two {
    padding-top: 120px;
  }
}
@media (max-width: 1200px) {
  .hero-section.two {
    padding-top: 110px;
  }
}
.hero-section.two::before {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 79%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 79%);
  border-radius: 0;
  top: 0;
  left: 0;
  background-image: url(../img/lins-img-2.png);
  background-color: #000;
  display: block;
}
@media (max-width: 1200px) {
  .hero-section.two::before {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 85%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 85%);
    display: block;
  }
}
.hero-section.two .google-star {
  margin-top: 0;
}
.hero-section.two .google-star div {
  margin: 0;
}
.hero-section.two .hero-text {
  width: 88%;
  padding-top: 65px;
}
@media (max-width: 1400px) {
  .hero-section.two .hero-text {
    width: 95%;
  }
}
@media (max-width: 1200px) {
  .hero-section.two .hero-text {
    width: 100%;
    padding-top: 20px;
  }
}
@media (max-width: 1400px) {
  .hero-section.two .hero-text .btnvideo {
    gap: 20px;
  }
}
@media (max-width: 1200px) {
  .hero-section.two .hero-text .btnvideo {
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.hero-section.two .hero-text h1 span {
  position: relative;
}
.hero-section.two .hero-text h1 span:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #cefa1d;
  bottom: 15px;
}
@media (max-width: 1200px) {
  .hero-section.two .hero-text h1 span:before {
    bottom: 6px;
  }
}
.hero-section.two .hero-img img {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
@media (max-width: 1400px) {
  .hero-section.two .hero-img img {
    width: 100%;
  }
}

.smartwatch {
  position: relative;
}
@media (max-width: 992px) {
  .smartwatch {
    margin-bottom: 20px;
  }
}
.smartwatch a {
  color: #fff;
  position: absolute;
  bottom: 6px;
  z-index: 1;
  left: 50%;
  font-size: 22px;
  font-weight: bold;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  text-transform: capitalize;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.smartwatch a:hover {
  color: #cefa1d;
}
@media (max-width: 1400px) {
  .smartwatch a {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .smartwatch a {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  .smartwatch img {
    width: 100%;
  }
}

.about-img-two {
  text-align: end;
  position: relative;
}
@media (max-width: 992px) {
  .about-img-two {
    margin-bottom: 40px;
  }
}
.about-img-two img.about2 {
  position: absolute;
  left: 0;
  border: 25px solid #ffffff;
  top: 32%;
}
@media (max-width: 1200px) {
  .about-img-two img.about2 {
    border: 14px solid #ffffff;
    top: 32%;
    width: 255px;
  }
}
@media (max-width: 992px) {
  .about-img-two img.about2 {
    border: 24px solid #ffffff;
    top: 32%;
    width: 57%;
  }
}
@media (max-width: 450px) {
  .about-img-two img.about2 {
    border: 15px solid #ffffff;
    width: 200px;
    border-left: 0;
  }
}
@media (max-width: 410px) {
  .about-img-two img.about2 {
    border: 10px solid #ffffff;
    width: 160px;
    border-left: 0;
    top: 26%;
  }
}
.about-img-two img.about1 {
  margin-bottom: 21px;
  margin-right: 60px;
}
@media (max-width: 450px) {
  .about-img-two img.about1 {
    margin-bottom: 21px;
    margin-right: 30px;
    width: 300px;
  }
}

.ultra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 60px;
  margin-bottom: 40px;
}
.ultra:hover i:before {
  -webkit-animation: top-bottom 1s infinite;
  animation: top-bottom 1s infinite;
}
@media (max-width: 1400px) {
  .ultra {
    margin-left: 0px;
  }
}
@media (max-width: 992px) {
  .ultra {
    margin-left: 0px;
    margin-bottom: 20px;
  }
}
.ultra i {
  width: 100px;
  height: 100px;
  background-color: #cefa1d;
  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;
  font-size: 48px;
  margin-right: 20px;
}
.ultra h3 {
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 28px;
}
@media (max-width: 1400px) {
  .ultra h3 {
    font-size: 24px;
  }
}

.for-about .heading.two {
  width: 138%;
  text-align: left;
}
.for-about .about-img-three .hover-img-two.one {
  margin-top: 200px;
}
@media (max-width: 992px) {
  .for-about .about-img-three .hover-img-two.one {
    margin-top: 100px;
  }
}

.choose-promix {
  background-color: #f3f3f3;
  padding-bottom: 60px;
}
.mobil-pic{
  margin-left: -100px;
  margin-bottom: -123px;
}
@media (max-width: 1400px) {
  .choose-promix .mobil-pic img {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.choose-promix .ultra {
  margin-left: 0;
}
.choose-promix .ultra:hover i:before {
  -webkit-animation: top-bottom 1s infinite;
  animation: top-bottom 1s infinite;
}
.choose-promix .ultra i {
  background-color: var(--primary-color);
  color: #ffffff;
}

.watch-features {
  position: relative;
  background-repeat: no-repeat;
  margin-bottom: 190px;
}
@media (max-width: 1200px) {
  .watch-features {
    margin-bottom: 40px;
  }
}
.watch-features::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  left: 0;
  top: 0;
  background-color: #000;
}
.watch-features .heading {
  padding-bottom: 0;
}
.watch-features .heading h2,
.watch-features .heading span {
  color: #ffffff;
}
.watch-features .heading img {
  -webkit-transform: translatey(70px);
  transform: translatey(70px);
  margin-bottom: -120px;
}
@media (max-width: 1200px) {
  .watch-features .heading img {
    -webkit-transform: translatey(40px);
    transform: translatey(40px);
    margin-bottom: 0px;
    width: 100%;
  }
}
.watch-features .video {
  margin-bottom: 100px;
  color: #ffffff;
  margin-bottom: 70px;
  color: #ffffff;
  margin-top: 100px;
}
@media (max-width: 768px) {
  .watch-features .video {
    margin-bottom: 40px;
    margin-top: 100px;
  }
}
.watch-features .video a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.watch-features .video i {
  top: -60px;
  background-image: none;
  background-color: transparent;
  border: 1px solid #fff;
}

.watch-features.three {
  margin-bottom: 0;
  padding-top: 160px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .watch-features.three {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
@media (max-width: 556px) {
  .watch-features.three {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.watch-features.three::before {
  opacity: 0.7;
  background-color: #15174c;
}

.benefits-watch {
  position: relative;
  padding: 80px 0;
}
.benefits-watch:before {
  content: "";
  position: absolute;
  width: 44%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 450px;
  top: 0;
  right: 8%;
}
@media (max-width: 1400px) {
  .benefits-watch:before {
    width: 50%;
    top: 0;
    right: 4%;
  }
}
@media (max-width: 992px) {
  .benefits-watch:before {
    display: none;
  }
}
.benefits-watch .heading.two p {
  width: 90%;
}

.watch-img {
  position: relative;
  z-index: 111;
}
.watch-img img {
  width: 100%;
}
@media (max-width: 1400px) {
  .watch-img img {
    width: 91%;
    margin-left: 33px;
  }
}
@media (max-width: 992px) {
  .watch-img {
    margin-top: 40px;
  }
}
.watch-img .map-pin {
  width: 26px;
  height: 26px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 100px;
  background-color: #ffffff;
  border: 6px solid #cefa1d;
  position: absolute;
}
.watch-img .map-pin .location {
  height: auto;
  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;
  position: absolute;
  bottom: 20px;
  left: -105px;
  opacity: 0;
  visibility: hidden;
}
.watch-img .map-pin .location:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #cefa1d;
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.watch-img .location {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.watch-img .location .data {
  width: 222px;
  padding: 20px;
  background-color: #cefa1d;
}
.watch-img .location .data p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
}
.watch-img ul li:nth-child(1) {
  bottom: 6%;
  left: 66%;
}
@media (max-width: 1400px) {
  .watch-img ul li:nth-child(1) {
    bottom: 2%;
    left: 60%;
  }
}
.watch-img ul li:nth-child(2) {
  top: 36%;
  right: 4%;
}
@media (max-width: 1400px) {
  .watch-img ul li:nth-child(2) {
    top: 36%;
    right: 0%;
  }
}
@media (max-width: 480px) {
  .watch-img ul {
    top: 36%;
    right: 54%;
  }
}
.watch-img li:nth-child(3) {
  bottom: 35%;
  left: 63%;
}
.watch-img li:nth-child(4) {
  top: 54%;
  right: 57%;
}

.map-pin.active .location {
  opacity: 1;
  visibility: visible;
  bottom: 35px;
}

body.three .benefits-watch {
  padding-bottom: 60px;
}
body.three .watch-img.three ul li:nth-child(1) {
  bottom: 46%;
  left: 18%;
}
body.three .watch-img.three ul li:nth-child(2) {
  top: 20%;
  right: 19%;
}
body.three .watch-img.three .map-pin {
  border: 6px solid var(--primary-color);
}
body.three .watch-img.three .map-pin .location:before {
  border-top: 10px solid var(--primary-color);
}
body.three .watch-img.three .location .data {
  background-color: var(--primary-color);
}
body.three .watch-img.three .location .data p {
  color: #ffffff;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.about-img-three {
  position: relative;
}
.about-img-three .hover-img-two.two {
  position: absolute;
  right: 0;
  top: -38%;
  margin-top: 51px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .about-img-three .hover-img-two.two {
    width: 307px;
  }
}
@media (max-width: 410px) {
  .about-img-three .hover-img-two.two {
    width: 230px;
  }
}
@media (max-width: 1400px) {
  .about-img-three .hover-img-two.two .hover-img-two .imgg {
    width: 307px;
  }
}
.about-img-three .hover-img-two.one {
  margin-top: 100px;
  overflow: hidden;
  margin-left: 50px;
  z-index: 11;
  -webkit-box-shadow: -15px -19px 72px 1px rgba(0, 0, 0, 0.15);
  box-shadow: -15px -19px 72px 1px rgba(0, 0, 0, 0.15);
  width: 430px;
}
@media (max-width: 1400px) {
  .about-img-three .hover-img-two.one {
    width: 307px;
  }
}
@media (max-width: 768px) {
  .about-img-three .hover-img-two.one {
    margin-left: 0px;
  }
}
@media (max-width: 410px) {
  .about-img-three .hover-img-two.one {
    width: 240px;
  }
}
@media (max-width: 1400px) {
  .about-img-three .hover-img-two.one .hover-img-two .imgg {
    width: 307px;
  }
}

.power-bank-number .count-text {
  text-align: center;
}
.power-bank-number .count-text:hover i {
  background-color: var(--primary-color);
  color: #ffffff;
}
.power-bank-number .count-text:hover i:before {
  -webkit-animation: top-bottom 1s infinite;
  animation: top-bottom 1s infinite;
}
@media (max-width: 992px) {
  .power-bank-number .count-text {
    margin-bottom: 40px;
  }
}
.power-bank-number .count-text i {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  font-size: 60px;
  background-color: #f3f3f3;
  width: 100px;
  height: 100px;
  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%;
  margin: auto;
  margin-bottom: 30px;
}
.power-bank-number .count-text h2 {
  font-weight: bold;
  color: var(--primary-color);
}
@media (max-width: 480px) {
  .power-bank-number .count-text h2 {
    font-size: 40px;
  }
}
.power-bank-number .count-text p {
  font-size: 14px;
}

.hero-section-three {
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 154px;
  padding-bottom: 150px;
}
@media (max-width: 1200px) {
  .hero-section-three {
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .hero-section-three .hero-img {
    margin-top: 60px;
  }
}
@media (max-width: 1200px) {
  .hero-section-three .hero-img img {
    width: auto;
    height: 50%;
  }
}
.hero-section-three .hero-text p {
  color: #ffffff;
}
.hero-section-three .hero-text h5 {
  font-size: 30px;
  color: #ffffff;
  padding-bottom: 20px;
}
@media (max-width: 1200px) {
  .hero-section-three .hero-text h5 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .hero-section-three .hero-text h5 {
    font-size: 24px;
  }
}
.hero-section-three .hero-text h3 {
  font-size: 90px;
  color: #ffffff;
  padding-top: 40px;
}
@media (max-width: 1200px) {
  .hero-section-three .hero-text h3 {
    font-size: 70px;
  }
}
@media (max-width: 556px) {
  .hero-section-three .hero-text h3 {
    font-size: 50px;
    padding-top: 20px;
  }
}
.hero-section-three .hero-text h1 {
  color: #ffffff;
  font-weight: bold;
  font-size: 70px;
  line-height: 80px;
}
@media (max-width: 1200px) {
  .hero-section-three .hero-text h1 {
    font-size: 54px !important;
    line-height: 64px !important;
  }
}
@media (max-width: 768px) {
  .hero-section-three .hero-text h1 {
    font-size: 44px !important;
    line-height: 54px !important;
  }
}
@media (max-width: 410px) {
  .hero-section-three .hero-text h1 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
}
.hero-section-three .hero-text h1 span {
  color: var(--primary-color);
}

.hero-section-three.for {
  background-position: top;
  padding-top: 170px;
}
@media (max-width: 1400px) {
  .hero-section-three.for .hero-text h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 1200px) {
  .hero-section-three.for {
    margin-bottom: 150px;
  }
}
@media (max-width: 992px) {
  .hero-section-three.for {
    background-size: 2550px;
    margin-bottom: 0px;
  }
}
@media (max-width: 410px) {
  .hero-section-three.for {
    background-size: 2147px;
  }
}
.hero-section-three.for .google-star {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero-section-three.for .btn-apple {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero-section-three.for .btn-apple a {
  margin-right: 10px;
}
.hero-section-three.for .btn-apple img {
  width: 100%;
}

.bannr {
  padding-top: 262px;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 1400px) {
  .bannr {
    padding-top: 230px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1200px) {
  .bannr {
    padding-top: 160px;
    padding-bottom: 60px;
    background-position: center;
  }
}
@media (max-width: 768px) {
  .bannr {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}
.bannr::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.6;
  left: 0;
  height: 100%;
  background-color: #000;
}
.bannr h1 {
  color: #ffffff;
  font-weight: bold;
  position: relative;
  z-index: 1;
  font-size: 80px;
  text-transform: capitalize;
}
@media (max-width: 1400px) {
  .bannr h1 {
    font-size: 65px;
    line-height: 70px;
  }
}
@media (max-width: 1400px) {
  .bannr h1 {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 768px) {
  .bannr h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 410px) {
  .bannr h1 {
    font-size: 32px;
    line-height: 37px;
  }
}

.news-details h3 {
  color: #444444;
  font-weight: bold;
  font-size: 22px;
}
.news-details h2 {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 20px;
}
.news-details .admin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px;
}
.news-details .admin img {
  margin-right: 20px;
  border-radius: 50%;
  width: 60px;
  height: auto;
}
.news-details .admin h4 {
  font-size: 16px;
}
.extra {
  margin-top: 30px;
}
.extra p:first-letter {
  font-size: 100px;
  float: left;
  line-height: 1;
  color: #444444;
  text-transform: capitalize;
  padding: 10px;
  padding-left: 0;
}

.list-style {
  padding-top: 30px;
}
.list-style li {
  padding-bottom: 14px;
  padding-left: 27px;
  position: relative;
}
.list-style li::before {
  content: "";
  position: absolute;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(#ec4d25));
  background-image: linear-gradient(to right, var(--primary-color), #ec4d25);
  width: 12px;
  height: 12px;
  top: 5px;
  left: 0;
}

.blog-quotes {
  padding: 55px;
  background-position: left;
  margin-top: 25px;
  position: relative;
}
@media (max-width: 992px) {
  .blog-quotes {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .blog-quotes {
    padding: 30px;
  }
}
.blog-quotes::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 1;
  left: 0;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), to(#ec4d25));
  background-image: linear-gradient(to right, var(--primary-color), #ec4d25);
}
.blog-quotes h3 {
  font-size: 36px;
  padding-bottom: 22px;
  line-height: 46px;
  color: #ffffff;
  position: relative;
}
@media (max-width: 1400px) {
  .blog-quotes h3 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 768px) {
  .blog-quotes h3 {
    font-size: 26px;
    line-height: 36px;
  }
}
.blog-quotes h4 {
  z-index: 11;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}

.video-blog {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .video-blog img {
    width: 100%;
  }
}
.video-blog a.video-pop {
  position: absolute;
  top: 50%;
  margin: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-blog a.video-pop i {
  border: 1px solid #444444;
  outline: 3px solid #500390;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}
.share ul.social-icon {
  margin-left: 30px;
}
.share ul.social-icon i {
  border: 1px solid #d3dbd7;
  color: #000000;
}
.share ul.social-icon i:hover {
  color: #fff;
}

.journal {
  margin-top: 40px;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.journal a {
  font-size: 24px;
  font-weight: bold;
  text-transform: capitalize;
}
@media (max-width: 1400px) {
  .journal a {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .journal a {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .journal a {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .journal a {
    font-size: 14px;
  }
}
.journal a i {
  margin-left: 17px;
  margin-right: 17px;
}
.journal a:hover {
  color: var(--primary-color);
}

.comment {
  padding-top: 60px;
}
.comment h3 {
  font-size: 30px;
  font-weight: bold;
  color: #000;
}
@media (max-width: 768px) {
  .comment h3 {
    font-size: 26px;
  }
}
@media (max-width: 480px) {
  .comment h3 {
    font-size: 22px;
  }
}
.comment li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  position: relative;
  margin-top: 30px;
  border: 1px solid #d3dbd7;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 992px) {
  .comment li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.comment li img {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
}
.comment li a {
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 600;
  padding: 5px 12px;
  font-size: 14px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--primary-color)), color-stop(#ec4d25), color-stop(var(--primary-color)), to(#ec4d25));
  background-image: linear-gradient(to right, var(--primary-color), #ec4d25, var(--primary-color), #ec4d25);
  border-radius: 0;
}
.comment li a::after {
  display: none;
}
.comment li .comment-data {
  padding: 20px;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .comment li .comment-data {
    padding-left: 0;
  }
}
.comment li .comment-data h4 {
  font-size: 24px;
  font-weight: bold;
  display: inline;
}
@media (max-width: 768px) {
  .comment li .comment-data h4 {
    font-size: 20px;
  }
}
.comment li .comment-data span {
  padding-left: 10px;
  font-size: 16px;
  color: var(--primary-color);
}
.comment li.reply-comment {
  margin-left: 103px;
  width: 89%;
}
@media (max-width: 1400px) {
  .comment li.reply-comment {
    margin-left: 50px;
    width: 94%;
  }
}
@media (max-width: 768px) {
  .comment li.reply-comment {
    margin-left: 0px;
    width: 100%;
  }
}

.leave {
  margin-top: 23px;
}
.leave input {
  width: 100%;
  height: 60px;
  padding-left: 25px;
  border-radius: 0px;
  border: 1px solid #c1c1c1;
  outline: none;
}
@media (max-width: 768px) {
  .leave input {
    margin-bottom: 10px;
  }
}
.leave input,
.leave input::-webkit-input-placeholder {
  color: #555;
}
.leave input,
.leave input:-ms-input-placeholder {
  color: #555;
}
.leave input,
.leave input::placeholder {
  color: #555;
}
.leave textarea {
  width: 100%;
  height: 180px;
  margin-top: 20px;
  border: 1px solid #c1c1c1;
  outline: none;
  color: #555;
  padding-top: 25px;
  border-radius: 0;
}
@media (max-width: 768px) {
  .leave textarea {
    margin-top: 0;
  }
}


/* ////////////////////////////////// */
/*           Custom CSS               */
/* ////////////////////////////////// */

.h-25p{
  height: 25px !important ;
}
.h-30p{
  height: 30px !important ;
}
.h-35p{
  height: 35px !important ;
}
.h-40p{
  height: 40px !important ;
}
.h-50p{
  height: 50px !important ;
}
.h-55p{
  height: 55px !important ;
}
.h-60p{
  height: 60px !important ;
}
.h-65p{
  height: 65px !important ;
}
.h-70p{
  height: 70px !important ;
}
.h-80p{
  height: 80px !important ;
}
.h-90p{
  height: 90px !important ;
}
.h-100p{
  height: 100px !important ;
}
.h-120p{
  height: 120px !important ;
}
.h-150p{
  height: 150px !important ;
}
.h-250{
  height: 250px !important ;
}
.h-300{
  height: 300px !important ;
}
.h-350{
  height: 350px !important ;
}
.h-400{
  height: 400px !important ;
}
.h-450{
  height: 450px !important ;
}
.h-500{
  height: 500px !important ;
}
.h-550{
  height: 550px !important ;
}
.h-600{
  height: 600px !important ;
}
.h-700{
  height: 700px !important ;
}
.h-800{
  height: 800px !important ;
}
.h-900{
  height: 900px !important ;
}
.h-1000{
  height: 1000px !important ;
}
.py-sml{
  padding: 100px 0 !important;
}
.py-mid{
  padding: 150px 0 !important;
}
.py-big{
  padding: 200px 0 !important;
}
.t-ls-0-5{
  letter-spacing: 0.5rem !important;
}
.t-ls-0-7{
  letter-spacing: 0.7rem !important;
}
.t-ls-0-8{
  letter-spacing: 0.8rem !important;
}
.t-ls-0-9{
  letter-spacing: 0.9rem !important;
}
.t-ls-1{
  letter-spacing: 1rem !important;
}
.t-ls-1-5{
  letter-spacing: 1.5rem !important;
}
.t-ls-2{
  letter-spacing: 2rem !important;
}
.t-ls-2-5{
  letter-spacing: 2.5rem !important;
}
.t-ls-3{
  letter-spacing: 3rem !important;
}
@media (max-width: 992px) {
  .py-sml{
    padding: 30px 0 !important;
  }
  .py-mid{
    padding: 70px 0 !important;
  }
  .py-big{
    padding: 100px 0 !important;
  }
}
.object-fit-cover{
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.color-primary{
  color: var(--primary-color) !important;
}
.color-primary-light{
  color: var(--primary-color-light) !important;
}
.bg-primary{
  background: var(--primary-color) !important;
}
.bg-primary-light{
  background: var(--primary-color-light) !important;
}
.bg-primary-dark{
  background: var(--primary-color-dark) !important;
}
.color-secondary{
  color: var(--secondary-color) !important;
}
.color-secondary-light{
  color: var(--secondary-color-light) !important;
}
.bg-secondary{
  background: var(--secondary-color) !important;
}
.bg-secondary-light{
  background: var(--secondary-color-light) !important;
}
.color-tertiary{
  color: var(--tertiary-color) !important;
}
.color-tertiary-light{
  color: var(--tertiary-color-light) !important;
}
.bg-tertiary{
  background: var(--tertiary-color) !important;
}
.bg-tertiary-light{
  background: var(--tertiary-color-light) !important;
}


.tint-primary{
  -webkit-filter: var(--tint-primary);
  filter: var(--tint-primary);
}
.tint-white{
  -webkit-filter: var(--tint-white);
  filter: var(--tint-white);
}
.theme-font-light{
  font-family: var(--mainmenu-font) !important;
  font-weight: var(--mainmenu-font-weight) !important;
}
.theme-font-bold{
  font-family: var(--title-font) !important;
  font-weight: var(--title-font-weight) !important;
}
.border-thm::after{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: '';
  width: 30%;
  height: 2px;
  background: var(--primary-color);
}
.border-thm-2::after{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: '';
  width: 30%;
  height: 2px;
  background: var(--secondary-color);
}
.border-thm-3::after{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: '';
  width: 30%;
  height: 2px;
  background: var(--tertiary-color);
}
.theme-btn-1{
  position: relative;
  margin-top: 30px;
  border-radius: 0;
  font-weight: var(--title-font-weight);
  padding: 10px 25px;
  background: #ffffff00;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.theme-btn-1:hover{
  background: var(--primary-color);
  color: #ffffff;
  -webkit-box-shadow: 07px 08px 0 #00000010;
  box-shadow: 07px 08px 0 #00000010;
}
.theme-btn-2{
  position: relative;
  margin-top: 30px;
  border-radius: 0;
  padding: 10px 25px;
  font-weight: var(--title-font-weight);
  background: var(--primary-color);
  color: #ffffff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.theme-btn-2:hover{
  color: #ffffff;
  -webkit-box-shadow: 0 08px 30px #00000070;
  box-shadow: 0 08px 30px #00000070;
  -webkit-transform: translateY(-03px);
  transform: translateY(-03px);
}
.theme-btn-3{
  position: relative;
  margin-top: 10px;
  border-radius: 0;
  padding: 10px 25px 10px 0;
  font-weight: var(--title-font-weight);
  background: transparent;
  border: 1px solid #00000000;
  color: #000000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.theme-btn-3:hover{
  color: var(--primary-color);
  -webkit-transform: translateY(-02px);
  transform: translateY(-02px);
}
.theme-btn-3 i{
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
.theme-btn-3:hover i{
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.theme-btn-4{
  position: relative;
  margin-top: 10px;
  border-radius: 0;
  padding: 10px 25px 10px 0;
  font-weight: var(--title-font-weight);
  background: transparent;
  border: 1px solid #ffffff00;
  color: #ffffff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.theme-btn-4:hover{
  color: #ffffff;
  -webkit-transform: translateY(-02px);
  transform: translateY(-02px);
}
.theme-btn-4 i{
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
.theme-btn-4:hover i{
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}

.b-shadow-soft-2{
  -webkit-box-shadow: 0 20px 35px #cccccc30;
  box-shadow: 0 20px 35px #cccccc30;
}

.dev-link{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;

}
.dev-link:hover{
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  /*-webkit-filter: var(--tint-zig-y);*/
  /*filter: var(--tint-zig-y);*/
}

.pointer-none{
  /*pointer-events: none !important;*/
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
  cursor: -webkit-grab!important;
  cursor: grab!important;
}

.pointer-none:active{
  cursor: -webkit-grabbing!important;
  cursor: grabbing !important;
}


.recloud-features {
  background: #fefefe;
}

.section-title h2 {
  font-weight: 700;
  margin-bottom: 10px;
}

.section-title p {
  color: #6c757d;
}

.feature-block:not(:last-child) {
  padding: 40px 0;
  /*border-bottom: 1px solid #eee;*/
}

.feature-block h3 {
  font-weight: 600;
  margin-bottom: 15px;
}

.feature-block ul {
  padding-left: 0;
  list-style: none;
}

.feature-block ul li {
  padding: 8px 0;
  padding-left: 25px;
  position: relative;
  color: #555;
}

.feature-block.tick-left ul li:before {
  content: "✓";
  position: relative;
  margin-right: 10px;
  color: var(--primary-color);
  font-weight: bold;
}

.feature-block.tick-right ul li:after {
  content: "✓";
  position: relative;
  margin-left: 10px;
  color: var(--primary-color);
  font-weight: bold;
}

.feature-img {
  height: 430px;
  border-radius: 10px;
  /*-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.08);*/
  /*box-shadow: 0 10px 30px rgba(0,0,0,0.08);*/
}

@media (max-width:768px) {
  .feature-block {
    text-align:center;
  }

  .feature-block ul li {
    text-align:left;
  }
}

.features-slider-wrapper {
  position: relative;
  overflow: hidden;
}

.features-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
}

.features-slider .feature-block {
  min-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 0 !important;
}

.feature-prev,
.feature-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.1);
  box-shadow: 0 5px 15px rgba(0,0,0,.1);
  z-index: 10;
}

.feature-prev { left: 20px; }
.feature-next { right: 20px; }

/* Modal Background */
.custom-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  z-index: 99999;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Modal Box */
.modal-content {
  background: #ffffff;
  padding: 50px 55px;
  border-radius: 18px;
  width: 520px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
  -webkit-animation: scaleIn .35s ease;
  animation: scaleIn .35s ease;
}

/* Image */
.modal-img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 18px;
}

/* Heading */
.modal-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: start;
  color: #111;
}

/* Inputs */
.modal-content input {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 14px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal-content input:focus {
  border-color: var(--primary-color);
  outline: none;
  -webkit-box-shadow: 0 0 0 3px rgba(255,122,0,0.1);
  box-shadow: 0 0 0 3px rgba(255,122,0,0.1);
}

/* Button */
.modal-content button {
  width: 100%;
  padding: 12px;
  background: var(--primary-color);
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.modal-content button:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 25px rgba(255,122,0,0.3);
  box-shadow: 0 10px 25px rgba(255,122,0,0.3);
}

/* Close Button */
.close-btn {
  position: absolute;
  top: 12px;
  right: 25px;
  font-size: 32px;
  cursor: pointer;
  color: #888;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.close-btn:hover {
  color: #000;
}

/* Animation */
@-webkit-keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* Mobile */
@media (max-width: 480px) {
  .modal-content {
    width: 90%;
    padding: 25px 20px;
  }
}


.features-grid-section {
  padding: 80px 0;
  background: #fff;
}

.section-heading {
  font-size: 36px;
  font-weight: 700;
}

/* GRID */
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* CARD */
.feature-card {
  position: relative;
  height: 260px;
  border-radius: 16px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

/* DARK OVERLAY */
.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(var(--primary-color-dark-rgb),.97);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* CONTENT CONTAINER */
.overlay {
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* HEADING CENTERED */
.overlay h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 05px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* DESCRIPTION HIDDEN INITIALLY */
.overlay p {
  font-size: 14px;
  opacity: 0;
  color: #fff;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* HOVER EFFECT */
.feature-card:hover .overlay {
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}

.feature-card:hover .overlay h3 {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.feature-card:hover .overlay p {
  opacity: 1;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}


.link-whatsapp{
  position: fixed;
  right: 25px;
  bottom: 100px;
  z-index: 99 !important;
}
.link-whatsapp img{
  height: 70px;
}

@media (max-width: 991px) {
  .link-whatsapp{
    right: 10px;
    bottom: 100px;
  }
  .link-whatsapp img{
    height: 60px;
  }
}











