h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin: 0;
}

body,
body a:hover {
  text-decoration: none;
}

body ul,
h5,
h6,
p {
  margin: 0;
}

.bi,
.small,
a,
header.style-2 .content h1,
img,
small,
span {
  display: inline-block;
}


p {
  font-size: 16px;
}

:root {
  --color-main: #06f;
  --color-primary: #06f;
  --color-secondary: #02b5ff;
  --color-blue2: #4a00e1;
  --color-blue4: #5842bc;
  --color-blue5: #157efb;
  --color-blue6: #6640f4;
  --color-lightblue: #15f1ff;
  --color-darkblue: #010049;
  --color-gray: #eef4f8;
  --color-main-grad: linear-gradient(to right, #0c3df4 0%, #02b5ff 100%);
}

.blog.style-1 .content .blog_box .info h6:hover a,
.color-main,
.navbar.style-1 .navbar-nav .nav-item .nav-link.active,
.portfolio.style-1 .portfolio-card:hover h5 a,
.services.style-1 .service-box:hover h5 a,
.team.style-1 .content .team_box:hover .info h6,
footer.style-1 a:hover {
  color: var(--color-main);
}

.border-main {
  border-color: var(--color-main) !important;
}

.bg-main {
  background-color: var(--color-main);
  border-color: var(--color-main);
}

.color-lightBlue {
  color: var(--color-lightBlue);
}

.border-lightBlue {
  border-color: var(--color-lightBlue) !important;
}

.bg-lightBlue {
  background-color: var(--color-lightBlue);
}

.btn.hover-lightBlue:hover small,
.btn.hover-lightBlue:hover span,
.butn.hover-lightBlue:hover small,
.butn.hover-lightBlue:hover span,
.color-darkBlue {
  color: var(--color-darkBlue);
}

.border-darkBlue {
  border-color: var(--color-darkBlue) !important;
}

.bg-darkBlue {
  background-color: var(--color-darkBlue);
}

.bg-gradient {
  background-image: var(--color-main-grad) !important;
}

.bg-gray {
  background: #fd7901 !important;
}

.color-blue2 {
  color: var(--color-blue2) !important;
}

.bg-blue2 {
  background-color: var(--color-blue2) !important;
}

.border-blue2 {
  border-color: var(--color-blue2) !important;
}

.color-blue4 {
  color: var(--color-blue4) !important;
}

.bg-blue4,
.blog-page.style-5.color-4 .bg-main {
  background-color: var(--color-blue4) !important;
}

.border-blue4 {
  border-color: var(--color-blue4) !important;
}

.color-blue5 {
  color: #4cc488 !important;
}

.bg-blue5 {
  background-color: #4cc488 !important;
}

.border-blue5 {
  border-color: #4cc488 !important;
}

.color-blue6 {
  color: var(--color-blue6) !important;
}

.bg-blue6 {
  background-color: var(--color-blue6) !important;
}

.border-blue6 {
  border-color: var(--color-blue6) !important;
}

*,
* button:focus,
body a:focus {
  outline: 0;
}

html::-webkit-scrollbar {
  height: 20px;
  width: 10px;
  background: #f1f1f1;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #999;
  -webkit-border-radius: 0;
  border-radius: 10px;
}

html::-webkit-scrollbar-corner {
  background: #999;
  border-radius: 10px;
}

body {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.9em;
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  line-height: 1.5;
}

.text,
p {
  font-size: 16px;
}

body.style-6 {
  padding: 30px 30px 0;
}

.about.style-1 .content .about-numbers,
.choose-us.style-2 .choose-numbers,
.contact.style-1 .container,
.contact.style-6 .content .form,
.container,
.container-fluid,
.single-project.style-5 .about-app.style-5 .img-content .img .main-img,
.testimonials.style-1 .content,
.testimonials.style-6 .img img,
header.style-2 .content {
  position: relative;
  z-index: 5;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
}

.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5) {
  margin-right: -15px;
  margin-left: -15px;
}

.row:not(.gx-0):not(.gx-1):not(.gx-2):not(.gx-3):not(.gx-4):not(.gx-5)>* {
  padding-right: 15px;
  padding-left: 15px;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
}

h5,
h6 {
  font-weight: 500;
}

body ul {
  list-style-type: none;
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  outline: 0;
}

a,
img,
span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
  text-decoration: none !important;
}

ul {
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

p {
  line-height: 1.7;
}

.text {
  line-height: 2;
}

.blog-page.style-5 .related-postes-slider .swiper-button-next::after,
.blog-page.style-5 .related-postes-slider .swiper-button-prev::after,
.faq.style-3.style-4 .accordion-item .accordion-collapse .accordion-body,
.small,
footer.style-5 .items ul li a,
small,
small.text {
  font-size: 13px;
}

.small,
small {
  line-height: 1.7;
}

.lh-1,
.to_top {
  line-height: 1;
}

.img-contain,
.img-cover,
.pricing.style-2 .monthly_price.show,
.pricing.style-2 .yearly_price.show,
.to_top small {
  display: block;
}

.about.style-3 .info .text,
.color-000,
.color-666,
.color-777,
.pricing-card.style-3.dark-card .btn span,
.product-page .product-details .content-info .text,
.text-gray {
  color: #000;
}

.about.style-1 .content .about-numbers .num-item .inf,
.btn.blue5-3Dbutn small,
.btn.blue5-3Dbutn span,
.btn.butn-blue6 small,
.btn.butn-blue6 span,
.btn.dark-butn small,
.btn.dark-butn span,
.btn.hover-blue2:hover small,
.btn.hover-blue2:hover span,
.btn.hover-blue4:hover small,
.btn.hover-blue4:hover span,
.btn.hover-blue5:hover small,
.btn.hover-blue5:hover span,
.btn.hover-darkBlue:hover small,
.btn.hover-darkBlue:hover span,
.btn:hover span,
.butn.blue5-3Dbutn small,
.butn.blue5-3Dbutn span,
.butn.butn-blue6 small,
.butn.butn-blue6 span,
.butn.dark-butn small,
.butn.dark-butn span,
.butn.hover-blue2:hover small,
.butn.hover-blue2:hover span,
.butn.hover-blue4:hover small,
.butn.hover-blue4:hover span,
.butn.hover-blue5:hover small,
.butn.hover-blue5:hover span,
.butn.hover-darkBlue:hover small,
.butn.hover-darkBlue:hover span,
.butn:hover span,
.navbar.style-2 .qoute-nav a,
.pricing-card.style-3.dark-card .card-body li,
.pricing-card.style-3.dark-card .card-head h4,
.pricing-card.style-3.dark-card .card-head h5,
.swiper-button-next:hover::after,
.swiper-button-prev:hover::after,
.to_top {
  color: #fff;
}

.bg-gray5 {
  background-color: #f3f7fe;
}

.section-padding,
.text-area-main-product {
  padding: 100px 0;
}

.swiper-pagination {
  width: 100%;
  bottom: 0;
}

.pagination_circle .swiper-pagination-bullet {
  margin: 0 20px;
  position: relative;
}

.pagination_circle .swiper-pagination-bullet::before {
  position: absolute;
  content: "";
  left: -10px;
  top: -10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid transparent;
}

.pagination_circle .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 1px solid var(--color-lightBlue);
}

.content2 .col-lg-4,
.pagi_dark .swiper-pagination-bullet,
.product-page .product-card .btn:hover,
.product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle.black,
.product-page .product-info .qyt-addCart .btn:hover,
.shop-page .products-content .products .product-card .btn:hover {
  background-color: #000;
}

.box-bg2,
.faq.style-3 .accordion-item .accordion-collapse,
.featuresbg,
.pagi_white .swiper-pagination-bullet {
  background-color: #fff;
}

.swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-bullet-active {
  background-color: var(--color-main);
  border-radius: 5px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: var(--color-main);
  font-size: 15px;
  font-weight: 700;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background: #fff;
}

.swiper-button-next:hover,
.swiper-button-prev:hover,
.to_top {
  background: var(--color-main-grad);
}

.about-page header.style-5,
.about.style-1,
.about.style-3,
.about.style-4 .integration,
.about.style-5 .content .img.main-img3,
.about.style-6,
.blog-page.style-5 .related-postes-slider .swiper-slide-prev,
.blog.style-1 .content .blog_slider,
.career-banner-area,
.choose-us.style-1,
.choose-us.style-6,
.download.style-5 .content h2 span,
.portfolio.style-1,
.pricing.style-3,
.reviews.style-2,
.services.style-1,
.single-project.style-5 .about-app.style-5 .img-content .img,
.single-project.style-5 .screenshots,
.slider-style-6,
.team.style-1,
.testimonials.style-3 .testimonial-slider.style-3,
.w-business .info,
footer.style-6 .form .form-group,
header,
header.style-1,
header.style-3 .content .info .form-group.input-with-icon,
header.style-5 .info h1 span {
  position: relative;
}

.slider-style-6 .swiper-pagination-bullet-active,
.testimonials.style-6 .testi-slider.style-6 .swiper-button-next:hover,
.testimonials.style-6 .testi-slider.style-6 .swiper-button-prev:hover {
  background-color: var(--color-blue6);
}

.slider-style-6 .swiper-button-next,
.slider-style-6 .swiper-button-prev {
  border-radius: 50%;
  width: 45px;
  height: 45px;
}

.slider-style-6 .swiper-button-next:hover,
.slider-style-6 .swiper-button-prev:hover {
  background: var(--color-blue6);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.to_top,
.to_top small {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
}

.slider-style-6 .swiper-button-next,
.slider-style-6 .swiper-container-rtl .swiper-button-prev {
  right: -60px;
}

.slider-style-6 .swiper-button-prev,
.slider-style-6 .swiper-container-rtl .swiper-button-next {
  left: -60px;
}

.dropdown-toggle::after {
  position: relative;
  top: 3px;
  opacity: 0.8;
  content: "\f078";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  border: 0;
  font-size: 80%;
}

.dropdown-menu {
  min-width: 170px;
  padding: 10px 0;
  border-radius: 15px;
  border: 0;
  -webkit-box-shadow: 0 0 20px #0001;
  box-shadow: 0 0 20px #0001;
  top: 100%;
}

.dropdown-menu .dropdown-item {
  padding: 5px 20px;
  font-size: 12px;
}

.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-switch .form-check-input {
  margin: 0 15px !important;
  width: 2.5em !important;
  height: 1.3em;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.form-switch .form-check-input.color-lightBlue:checked {
  background-color: var(--color-lightBlue);
  border-color: var(--color-lightBlue);
  background-image: url(../images/toggle_dot.svg);
}

.to_top {
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: -50px;
  width: 35px;
  height: 35px;
  border-radius: 7px;
  font-size: 11px;
  text-align: center;
  padding: 7px;
  opacity: 0;
  transition: 0.4s;
  -webkit-box-shadow: 0 5px 10px #0002;
  box-shadow: 0 5px 10px #0002;
}

.to_top small {
  text-transform: uppercase;
  transition: 0.4s;
  font-size: 8px;
}

.to_top i {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff !important;
}

.to_top.show {
  right: 60px;
  border: none;
  opacity: 1;
  bottom: 75px;
}

.pagination.style-5 a {
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  border: 1px solid #9993;
  border-radius: 8px;
  margin-right: 5px;
  font-size: 11px;
  color: #000;
}

.pagination.style-5 a .text {
  padding: 3px 10px;
  font-size: 11px;
}

.pagination.color-5 a:hover {
  color: #4cc488 !important;
  border-color: #5eb300;
}

.pagination.color-4 a.active,
.pagination.color-5 a.active {
  color: #fff;
  border-color: #5eb300;
  background-color: #5eb300;
}

.pagination.color-4 a:hover {
  color: var(--color-blue4) !important;
  border-color: #5eb300;
}

.choose-us.style-2 .img img,
.rotate-center {
  -webkit-animation: 100s linear infinite both rotate-center;
  animation: 100s linear infinite both rotate-center;
}

.about.style-4 .integration .content .img,
.slide_up_down {
  -webkit-animation: 1.7s ease-in-out infinite alternate both slide_up_down;
  animation: 1.7s ease-in-out infinite alternate both slide_up_down;
}

@-webkit-keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.wave {
  -webkit-animation: 2s ease-in-out infinite alternate both wave;
  animation: 2s ease-in-out infinite alternate both wave;
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }

  100% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}

@keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }

  100% {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
  }
}

.scale_up_down {
  -webkit-animation: 1s ease-in-out infinite alternate both scale_up_down;
  animation: 1s ease-in-out infinite alternate both scale_up_down;
}

@-webkit-keyframes scale_up_down {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale_up_down {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.radius-1 {
  border-radius: 3px !important;
}

.radius-2 {
  border-radius: 5px !important;
}

.radius-3 {
  border-radius: 8px !important;
}

.radius-4 {
  border-radius: 10px !important;
}

.radius-5 {
  border-radius: 12px !important;
}

.radius-6 {
  border-radius: 15px !important;
}

.radius-7 {
  border-radius: 20px !important;
}

.radius-8 {
  border-radius: 25px !important;
}

.radius-9 {
  border-radius: 30px !important;
}

.radius-10 {
  border-radius: 50px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30,
.whychoose {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.blog-page.style-5 .side-blog .side-insta .insta-img:hover::after,
.culture.style-5 .culture-card:hover .overlay,
.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-8,
.product-page .product-details .rate-stars input:hover:after {
  opacity: 0.8;
}

.op-9 {
  opacity: 0.9;
}

.op-10 {
  opacity: 1;
}

.lh-2 {
  line-height: 1.2;
}

.lh-3 {
  line-height: 1.4;
}

.lh-4 {
  line-height: 1.6;
}

.lh-5 {
  line-height: 1.8;
}

.lh-6 {
  line-height: 2;
}

.lh-7 {
  line-height: 2.5;
}

.lh-8 {
  line-height: 3;
}

.brd-light {
  border-color: #fff4 !important;
}

.brd-gray {
  border-color: #0002 !important;
}

.color-111 {
  color: #111;
}

.color-222 {
  color: #222;
}

.color-333 {
  color: #333;
}

.color-444 {
  color: #444;
}

.color-555 {
  color: #555;
}

.color-888 {
  color: #888;
}

.color-999 {
  color: #999;
}

.icon-10 {
  width: 10px;
  height: 10px;
}

.icon-15 {
  width: 15px;
  height: 15px;
}

.icon-20 img {
  width: 50px;
}

.icon-25 {
  width: 25px;
  height: 25px;
}

.icon-30 {
  width: 30px;
  height: 30px;
}

.blog.style-1 .content .blog_slider .swiper-button-next,
.blog.style-1 .content .blog_slider .swiper-button-prev,
.icon-35 {
  width: 35px;
  height: 35px;
}

.icon-40 {
  width: 40px;
  height: 40px;
}

.icon-45 {
  width: 45px;
  height: 45px;
}

.icon-50,
.lead-managmentimg,
.wh-50 {
  width: 50px;
  height: 50px;
}

.icon-55 {
  width: 55px;
  height: 55px;
}

.icon-60 {
  width: 60px;
  height: 60px;
}

.icon-65 {
  width: 65px;
  height: 65px;
}

.icon-70 {
  width: 70px;
  height: 70px;
}

.icon-75 {
  width: 75px;
  height: 75px;
}

.icon-80 {
  width: 80px;
  height: 80px;
}

.blog-page.style-5 .popular-posts .card .img img,
.blog-page.style-5 .side-blog .side-recent-post .post-card .img img,
.img-cover img,
.project-card.style-6 .img img,
.reviews_card.style-2 .rev_user img,
.team.style-1 .content .team_box .avatar img,
.testimonials.style-1 .content .vid_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.img-contain img,
.product-page .product-slider .gallery-thumbs .swiper-slide .img img,
.product-page .product-slider .gallery-top .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.imgrotate-scale-hover {
  overflow: hidden;
  display: block;
}

.imgrotate-scale-hover img {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}

.imgrotate-scale-hover:hover img {
  -webkit-transform: rotate(-10deg) scale(1.2);
  -ms-transform: rotate(-10deg) scale(1.2);
  transform: rotate(-10deg) scale(1.2);
}

.ltspc-1 {
  letter-spacing: 1px;
}

.ltspc-2 {
  letter-spacing: 2px;
}

.ltspc-3 {
  letter-spacing: 3px;
}

.ltspc-4 {
  letter-spacing: 4px;
}

.ltspc-5 {
  letter-spacing: 5px;
}

.ltspc-8 {
  letter-spacing: 8px;
}

.ltspc-10 {
  letter-spacing: 10px;
}

.ltspc-12 {
  letter-spacing: 12px;
}

.ltspc-15 {
  letter-spacing: 15px;
}

.ltspc-17 {
  letter-spacing: 17px;
}

.ltspc-20 {
  letter-spacing: 20px;
}

.fs-10px {
  font-size: 10px !important;
}

.fs-12px {
  font-size: 12px !important;
}

.fs-14px {
  font-size: 16px;
}

.btn,
.butn {
  padding: 12px 30px;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn span,
.butn span {
  font-size: 16px;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}

.btn small,
.butn small {
  font-size: 12px;
  position: relative;
  z-index: 2;
  text-transform: capitalize;
}

.btn.butn-gard::before,
.butn.butn-gard::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 150%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(10%, #0c3df4),
      color-stop(45%, #02b5ff),
      color-stop(#02b5ff),
      to(#0c3df4));
  background: -webkit-linear-gradient(left,
      #0c3df4 10%,
      #02b5ff 45%,
      #02b5ff,
      #0c3df4);
  background: -o-linear-gradient(left,
      #0c3df4 10%,
      #02b5ff 45%,
      #02b5ff,
      #0c3df4);
  background: linear-gradient(to right,
      #0c3df4 10%,
      #02b5ff 45%,
      #02b5ff,
      #0c3df4);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn.butn-gard:hover::before,
.butn.butn-gard:hover::before {
  left: -50%;
}

.btn.dark-butn,
.butn.dark-butn {
  background: #000;
}

.btn.butn-blue6,
.butn.butn-blue6 {
  background: var(--color-blue6);
}

.btn.blue5-3Dbutn,
.butn.blue5-3Dbutn {
  background: #5eb300;
  -webkit-box-shadow: 0 4px 0 0 #5eb300;
  box-shadow: 0 4px 0 0 #5eb300;
  -webkit-filter: drop-shadow(0 13px 20px #07397235);
  filter: drop-shadow(0 13px 20px #07397235);
}

.btn.sm-butn,
.butn.sm-butn {
  padding: 10px 25px;
}

.btn.sm-butn span,
.butn.sm-butn span,
.form label,
.fs-p,
.fs12,
.testimonials.style-3 .testimonial-slider.style-3 .swiper-button-next::after,
.testimonials.style-3 .testimonial-slider.style-3 .swiper-button-prev::after,
footer.style-3 .items ul li a,
footer.style-6 .items ul li a {
  font-size: 12px;
}

.btn:hover,
.butn:hover {
  background: var(--color-main);
  border-color: transparent !important;
}

.btn.hover-darkBlue:hover,
.butn.hover-darkBlue:hover {
  background: var(--color-darkBlue);
  border-color: transparent !important;
}

.btn.hover-blue2:hover,
.butn.hover-blue2:hover {
  background: #2f8cff;
  border-color: transparent !important;
}

.btn.hover-blue4:hover,
.btn.hover-blue5:hover,
.butn.hover-blue4:hover,
.butn.hover-blue5:hover {
  background: #5eb300;
  border-color: transparent !important;
}

.btn.hover-lightBlue:hover,
.butn.hover-lightBlue:hover {
  background: var(--color-lightBlue);
  border-color: transparent !important;
}

.section-head h6 {
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.section-head.style-3 {
  margin-bottom: 50px;
}

.section-head.style-3 h3 {
  font-size: 27px;
  text-transform: capitalize;
}

.section-head.style-3 h3 span {
  font-weight: 400;
  color: #2f8cff;
  font-style: italic;
  position: relative;
}

.section-head.style-3 h3 span::after {
  position: absolute;
  content: "";
  background-image: url(../images/title_shap1.png);
  left: 0;
  bottom: -15px;
  width: calc(100% + 40px);
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-head.style-3.long-shape h3 span::after {
  background-image: url(../images/title_shap2.png);
  bottom: -15px;
}

.section-head.style-4 .title_small {
  font-size: 12px;
  padding: 5px 10px;
  background-color: #f7f4ff;
  border-radius: 5px;
  color: #5eb300;
  margin-bottom: 20px;
}

.section-head.style-4 h2 {
  font-size: 40px;
  line-height: 1.3;
  color: #000;
}

.section-head.style-4 h2 span,
header.style-4 .content .info h1 span {
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(#501e9c),
      color-stop(30%, #8169f1),
      color-stop(30%, #8169f1),
      color-stop(73%, #a44cee),
      to(#ff847f));
  background-image: -webkit-linear-gradient(left,
      #501e9c 0,
      #8169f1 30%,
      #8169f1 30%,
      #a44cee 73%,
      #ff847f 100%);
  background-image: -o-linear-gradient(left,
      #501e9c 0,
      #8169f1 30%,
      #8169f1 30%,
      #a44cee 73%,
      #ff847f 100%);
  background-image: linear-gradient(to right,
      #501e9c 0,
      #8169f1 30%,
      #8169f1 30%,
      #a44cee 73%,
      #ff847f 100%);
}

.section-head.style-6 h2 span::before,
header.style-6 .info h1 span::before {
  background-image: url(../images/shap_style_6.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: center;
  content: "";
}

.section-head.style-5 h2 {
  font-size: 45px;
}

.section-head.style-5 h2 span {
  color: #5eb300;
  position: relative;
  display: inline-block;
  padding: 0 5px;
  margin: 0 5px;
}

.section-head.style-5 h2 span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background-color: #5eb300;
  opacity: 8%;
}

.section-head.style-5 p {
  color: #555;
  font-size: 15px;
  font-weight: 600;
}

.section-head.style-6 h2 {
  color: #000;
  font-size: 45px;
}

.section-head.style-6 h2 span {
  position: relative;
  padding: 10px 20px;
}

.section-head.style-6 h2 span small {
  position: relative;
  z-index: 2;
  font-size: 45px;
  color: #fff;
}

.section-head.style-6 h2 span::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.top-navbar.style-1 {
  background: var(--color-main-grad);
  position: relative;
  z-index: 9999;
}

.testimonials.style-3 .testimonial-card.style-3 small,
.top-navbar.style-1 .top-links .text {
  font-size: 11px;
}

.top-navbar.style-1 .top-links .text strong {
  margin: 0 10px;
}

.top-navbar.style-1 .top-links .text .fa-bullhorn {
  background-color: #002ec1;
  padding: 15px;
}

.shop-page .products-content .top-filter .r-side .grid-list-btns,
.top-navbar.style-1 .r-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.top-navbar.style-1 .r-side .socail-icons {
  border-right: 1px solid #fff4;
  padding-right: 10px;
  margin-right: 14px;
}

.top-navbar.style-1 .r-side .socail-icons a {
  color: #fff;
  margin: 0 5px;
  font-size: 12px;
}

.top-navbar.style-1 .r-side .dropdown {
  color: #fff;
  font-size: 11px;
}

.top-navbar.style-1 .r-side .dropdown img {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.top-navbar.style-4 {
  background-image: url(../images/top_nav_s4.png);
  background-size: cover;
  background-position: top;
  padding: 10px 15px 50px;
  text-align: center;
}

.top-navbar.style-5 {
  padding: 10px 15px;
  text-align: center;
  background-color: #5eb300;
}

.navbar.style-4,
.navbar.style-5 {
    background-color: #fff;
  /*background-color: #221b4f;*/
  z-index: 99;
}

.navbar {
  z-index: 999;
}

.navbar .nav-link,
.product-page .product-info .qyt-addCart .add-more .qt-minus,
.product-page .product-info .qyt-addCart .add-more .qt-plus,
.shop-page .filter .filter-card .form-check-label {
  cursor: pointer;
}

.navbar.nav-scroll {
  background: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 0;
  position: fixed !important;
  top: -100px !important;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  border-radius: 0 !important;
  margin: 0 !important;
}

.blog-card.style-6 .info,
.navbar.style-1 {
  padding: 30px 0;
}

.navbar.style-1 .navbar-brand {
  margin-right: 40px;
}

.navbar.style-1 .navbar-nav .nav-item .nav-link {
  font-size: 12px;
  color: #000;
  font-weight: 700;
  line-height: 2;
  margin: 0 7px;
  text-transform: capitalize;
}

.about.style-1 .content .about-numbers .num-item,
.choose-us.style-2 .choose-numbers .num-item,
.navbar.style-1 .nav-side,
.navbar.style-1 .qoute-nav,
.navbar.style-2 .qoute-nav,
.product-page .product-info .color-quantity .select-color,
.testimonials.style-4 .content .play-btn,
header.style-1 .info .bttns,
header.style-4 .content .info .play-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar.style-1 .nav-side .hotline .icon,
.navbar.style-1 .qoute-nav a .cart-num {
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  color: #fff;
  background: var(--color-main-grad);
}

.navbar.style-1 .nav-side .hotline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #9993;
}

.navbar.style-1 .nav-side .hotline .icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.navbar.style-1 .nav-side .hotline .cont h6 {
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

.navbar.style-1 .qoute-nav a .cart-num {
  font-size: 9px;
  width: 15px;
  height: 15px;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar.style-2 .qoute-nav a .cart-num,
.navbar.style-3 .nav-side .search-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  -webkit-box-align: center;
  border-radius: 50%;
}

.navbar.style-2 .dropdown-menu .dropdown-item.active,
.navbar.style-2 .dropdown-menu .dropdown-item:active,
.navbar.style-2 .dropdown-menu .dropdown-item:hover,
.navbar.style-2.nav-scroll {
  background-color: #010049;
}

.navbar.style-2 .navbar-brand img,
.navbar.style-3 .navbar-brand img {
  width: 155px;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar.style-2 .navbar-nav .nav-item .nav-link {
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  line-height: 2;
  margin: 0;
  padding: 30px;
  border-bottom: 2px solid transparent;
  position: relative;
}

.navbar.style-2 .navbar-nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #fff2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.navbar.style-2 .navbar-nav .nav-item .nav-link.active,
.navbar.style-2 .navbar-nav .nav-item .nav-link:hover {
  border-bottom: 2px solid var(--color-lightBlue);
}

.navbar.style-2 .navbar-nav .nav-item .nav-link.active::before,
.navbar.style-2 .navbar-nav .nav-item .nav-link:hover::before {
  height: 100%;
}

.navbar.style-2 .qoute-nav a .cart-num {
  font-size: 9px;
  width: 15px;
  height: 15px;
  color: #000;
  background: var(--color-lightBlue);
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar.style-2 .dropdown-menu {
  background: #348cb2;
  border-radius: 0;
}

.navbar.style-2 .dropdown-menu .dropdown-item {
  color: #fff;
  padding: 8px 15px;
}

.navbar.style-3 {
  padding: 20px 0;
}

.navbar.style-3.nav-scroll {
  background-color: #4a00e1;
}

.navbar.style-3 .navbar-nav .nav-item .nav-link {
  font-size: 11px;
  color: #fff;
  margin: 0 5px;
  padding: 10px 20px;
  border-radius: 30px;
}

.navbar.style-3 .navbar-nav .nav-item .nav-link.active,
.navbar.style-3 .navbar-nav .nav-item .nav-link:hover {
  background-color: #0002;
}

.navbar.style-3 .nav-side .search-icon {
  width: 35px;
  height: 35px;
  border: 1px solid #fff6;
  color: #fff;
  font-size: 12px;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar.style-4 {
  position: relative;
  padding: 20px 15px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  margin-top: -38px;
}

.navbar.style-4 .navbar-brand {
  width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar.style-4 .navbar-nav .nav-item .nav-link {
  position: relative;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  margin: 0 15px;
}

.navbar.style-4 .navbar-nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-20px);
  -ms-transform: translateX(-50%) translateY(-20px);
  transform: translateX(-50%) translateY(-20px);
  width: 55px;
  height: 30px;
  background-image: url(../images/active_s4.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog-page.style-5 .all-news .card a:hover,
.blog-page.style-5 .blog-details-slider .content-card a:hover,
.blog-page.style-5 .popular-posts .card .title a:hover,
.blog-page.style-5 .popular-posts .card a:hover,
.blog-page.style-5 .side-blog .side-recent-post .post-card:hover .inf h6,
.blog-page.style-5.color-4 .blog-details-slider .content-card a:hover,
.blog-page.style-5.color-4 .popular-posts .card a:hover,
.blog-page.style-5.color-4 .side-blog .side-categories .cat-item:hover,
.blog-page.style-5.color-4 .side-blog .side-recent-post .post-card:hover .inf h6,
.ccolor,
.features-card.style-5:hover .card-title,
.mlrf i,
.navbar.style-4 .navbar-nav .nav-item .nav-link.active,
.navbar.style-4 .navbar-nav .nav-item .nav-link:hover,
.navbar.style-5 .nav-item .nav-link.active,
.navbar.style-5 .nav-item .nav-link:hover,
.portfolio-page.style-1 .portfolio-projects.style-1 .controls button.mixitup-control-active,
.pricing.style-5 .content .price-body .price-bodyItems .price-bodyTitle .pop-info i.bttn-info:hover,
.shop-page .filter .filter-card .accordion .accordion-button:not(.collapsed),
.shop-page .filter .filter-card .category-checkRadio .form-check-input:checked~.form-check-label,
.shop-page.style-grad .filter .filter-card .accordion .accordion-button:not(.collapsed),
.shop-page.style-grad .filter .filter-card .category-checkRadio .form-check-input:checked~.form-check-label,
.single-project.style-5 .projects .project-card.style-6 .info small,
.single-project.style-5 .projects .project-card.style-6:hover .info .title,
.testi-card.style-5:hover .card-title,
.testimonials.style-4 .content .numbs .num-card h2,
footer.style-4 .foot .links li a.active,
footer.style-4 .foot .links li a:hover,
footer.style-5 .items ul li a:hover {
  color: #5eb300;
}

.navbar.style-4 .navbar-nav .nav-item .nav-link.active::before,
.navbar.style-4 .navbar-nav .nav-item .nav-link:hover::before {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
  -ms-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

.navbar.style-4 .navbar-nav .nav-item .nav-link .hot {
  position: absolute;
  font-size: 8px;
  padding: 2px 3px;
  border-radius: 3px;
  top: -10px;
  right: 0;
  text-transform: uppercase;
}

.navbar.style-4 .nav-side .search-icon,
.navbar.style-5 .nav-side .search-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #0002;
  color: #000;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navbar.style-5 {
  position: relative;
  /* padding: 20px 0; */
}

.navbar.style-5 .container-fluid,
.navbar.style-6 .container-fluid {
  padding: 0 3vw;
}

.navbar.style-5 .navbar-brand img,
.navbar.style-6 .navbar-brand img {
  max-width: 250px;
  -o-object-fit: contain;
  object-fit: contain;
}

.navbar.style-5 .nav-item .nav-link {
  position: relative;
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 500;
  margin: 0 8px;
  text-transform: capitalize;
}

.navbar.style-5 .nav-item .nav-link .bi {
  position: relative;
  bottom: -5px;
}

.navbar.style-6 {
  position: absolute;
  z-index: 99;
  padding: 20px 0;
  background-color: #dee0f2;
  width: 100%;
  border-radius: 30px;
  top: 0;
  left: 0;
}

.navbar.style-6 .nav-item .nav-link {
  position: relative;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  margin: 0 15px;
  text-transform: capitalize;
}

.navbar.style-6 .nav-item .nav-link::after {
  position: absolute;
  content: "";
  right: -16px;
  top: 16px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #bebccd;
}

.blog.style-6 a:hover,
.navbar.style-6 .nav-item .nav-link.active,
.navbar.style-6 .nav-item .nav-link:hover,
.project-card.style-6 .info .title:hover,
.project-card.style-6 .info .title:hover a,
.project-card.style-6 a:hover,
.team-card.style-6:hover .info h6,
footer.style-6 .items ul li a:hover {
  color: var(--color-blue6);
}

.leftoption,
.navbar.style-6 .nav-item:last-of-type .nav-link::after,
.nvtp,
.ourcli,
.pricing.style-2 .monthly_price,
.pricing.style-2 .yearly_price,
.pricing.style-5 .monthly_price,
.pricing.style-5 .pricing-tabsHead .price-radios .form-check .form-check-input,
.product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-input,
.shop-page .filter .filter-card .category-checkRadio .form-check-input {
  display: none;
}

header.style-1 .head-shape-r {
  position: absolute;
  right: 0;
  top: 8%;
  width: 55%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}

header.style-1 .head-shape-l {
  position: absolute;
  left: 0;
  top: 25%;
  height: 40%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}

header.style-1 .content {
  position: relative;
  z-index: 10;
}

.about-page header.style-5 .info h1,
.single-project.style-5 .about-app.style-5 h1,
header.style-1 .info .section-head h2 {
  font-size: 55px;
}

header.style-1 .info .text {
  font-size: 16px;
  color: black666;
  width: 80%;
}

header.style-1 .info .bttns .vid-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}

header.style-1 .info .bttns .vid-btn i,
header.style-2 .content .vid-btn {
  -webkit-box-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
}

header.style-1 .info .bttns .vid-btn i {
  width: 35px;
  height: 35px;
  border-radius: 30px;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--color-main-grad);
  color: #fff;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 22px;
  padding-left: 2px;
  outline: #157aa620 solid 6px;
}

header.style-1 .info .bttns .vid-btn span {
  color: var(--color-main);
  font-size: 12px;
  font-weight: 700;
}

header.style-2 {
  position: relative;
  min-height: 100vh;
  padding: 185px 0 100px;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      color-stop(-40%, #062063),
      color-stop(40%, #157aa6));
  background: -webkit-linear-gradient(bottom, #062063 -40%, #157aa6 40%);
  background: -o-linear-gradient(bottom, #062063 -40%, #157aa6 40%);
  background: linear-gradient(to top, #062063 -40%, #157aa6 40%);
}

header.style-2 .head_shape2 {
  position: absolute;
  bottom: -5%;
  left: -5%;
  width: 110%;
  max-width: unset;
  height: 115%;
  max-height: none;
}

header.style-2 .content h1 {
  font-size: 123px;
  letter-spacing: 75px;
  padding-left: 75px;
}

.choose-us.style-2 .info h5,
header.style-2 .content h4 {
  font-weight: 600;
}

.fs-20,
header.style-2 .content p {
  font-size: 20px;
}

.block-area-data p,
header.style-2 .content p.d-block {
  font-size: 16px;
}

header.style-2 .content .vid-btn {
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 100px;
}

header.style-2 .content .vid-btn i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--color-lightBlue);
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 22px;
  padding-left: 2px;
}

header.style-2 .content .brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

header.style-3 {
  background-color: #2f8cff;
  position: relative;
  padding: 100px 0 30px;
}

.chat-banner.style-3::after,
header.style-3::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
  background-image: url(../images/0011.png);
  background-size: 80%;
  background-repeat: repeat;
  background-position: bottom;
  opacity: 0.08;
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(1003%) contrast(103%);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(1003%) contrast(103%);
}

header.style-3 .main-img {
  position: absolute;
  right: 0;
  top: 200px;
  width: 55%;
  height: calc(100% - 300px);
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
}

header.style-3 .main-img .pattern {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

header.style-3 .main-img .circle {
  position: absolute;
  width: 55%;
  top: 10.5%;
  right: 20%;
  -webkit-animation: 100s linear infinite both rotate-center;
  animation: 100s linear infinite both rotate-center;
}

header.style-3 .main-img .logo_shap {
  position: absolute;
  top: 37%;
  right: 39%;
  width: 17%;
}

header.style-3 .content .info .h1 {
  font-size: 55px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}

header.style-3 .content .info .h1 span {
  font-weight: 400;
  position: relative;
  font-style: italic;
}

header.style-3 .content .info .h1 span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  width: 160px;
  height: 30px;
  background-image: url(../images/info_h1_line.png);
  background-size: 160px;
  background-repeat: no-repeat;
  background-position: left;
}

header.style-3 .content .info .p {
  color: #ccf;
  margin-top: 40px;
}

header.style-3 .content .info .h5 {
  color: #fffefe;
  font-size: 16px;
  font-weight: 700;
  margin-top: 80px;
  position: relative;
}

header.style-3 .content .info .h5::before {
  position: absolute;
  content: "";
  left: -65px;
  bottom: -10px;
  width: 50px;
  height: 100px;
  background-image: url(../images/head3_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

header.style-3 .content .info .form-group .form-control,
header.style-3 .content .info .form-group .form-select {
  padding: 12px 20px;
  font-size: 12px;
  border: 0;
  border-radius: 30px;
}

header.style-3 .content .info .form-group.input-with-icon .form-control {
  padding: 12px 20px 12px 40px;
}

header.style-3 .content .info .form-group.input-with-icon .input-icon {
  position: absolute;
  left: 20px;
  bottom: 10px;
  color: #999;
}

.about.style-4 .content,
header.style-4 {
  position: relative;
  padding: 60px 0;
}

.blog-page.style-5 .blog-details-slider,
.contact.style-1,
.portfolio-page.style-1 .download.style-5,
.project-card.style-3,
header.style-4 .content {
  position: relative;
  overflow: hidden;
}

header.style-4 .content .info .title_small {
  font-size: 12px;
  padding: 5px 10px;
  background-color: #f7f4ff;
  border-radius: 5px;
  color: #5eb300;
}

header.style-4 .content .info h1 {
  font-size: 52px;
  line-height: 60px;
  color: #000;
}

.about.style-6 .content .info .text,
header.style-4 .content .info .text {
  color: #000;
  font-size: 15px;
}

.testimonials.style-4 .content .play-btn .icon,
header.style-4 .content .info .play-btn .icon {
  width: 42px;
  height: 42px;
  border: 1px solid #5842bc99;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.testimonials.style-4 .content .play-btn .icon i,
header.style-4 .content .info .play-btn .icon i {
  color: #5eb300;
  font-size: 16px;
}

header.style-4 .content .bubble {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-animation: 100s linear infinite both rotate-center;
  animation: 100s linear infinite both rotate-center;
}

header.style-4 .wave {
  position: absolute;
  left: -3%;
  bottom: -10px;
  width: 106%;
  max-width: unset;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  z-index: 20;
}

header.style-5 {
  position: relative;
  padding: 60px 0 80px;
  overflow: hidden;
  background: -moz-linear-gradient(bottom, #fff 0, #edf4fe 74%, #e7f1ff 100%);
  background: -webkit-linear-gradient(bottom,
      #fff 0,
      #edf4fe 74%,
      #e7f1ff 100%);
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#fff),
      color-stop(74%, #edf4fe),
      to(#e7f1ff));
  background: -o-linear-gradient(bottom, #fff 0, #edf4fe 74%, #e7f1ff 100%);
  background: linear-gradient(to top, #fff 0, #edf4fe 74%, #e7f1ff 100%);
}

.about-title,
.features.style-4 .content .features-card,
.quot-buider,
header.style-5 .info,
header.style-5 .info .form {
  text-align: center;
}

header.style-5 .info h1 {
  font-size: 60px;
  color: #000;
  line-height: 1.2;
  letter-spacing: -2px;
}

.download.style-5 .content h2 span .head-line,
header.style-5 .info h1 span .head-line {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
}

header.style-5 .info h1 span .head-pen {
  position: absolute;
  left: 102%;
  bottom: -5px;
}

header.style-5 .info p {
  font-size: 15px;
  color: #000;
  margin-top: 30px;
}

header.style-5 .info .form .form-group {
  position: relative;
  max-width: 500px;
  margin: 40px auto;
}

header.style-5 .info .form .form-group .icon {
  position: absolute;
  left: 25px;
  bottom: 13px;
  font-size: 18px;
}

header.style-5 .info .form .form-group input {
  width: 100%;
  padding: 16px 180px 16px 60px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
}

header.style-5 .info .form .form-group .btn {
  position: absolute;
  right: 8px;
  top: 7px;
}

header.style-5 .main-img {
  margin-top: 85px;
  position: relative;
  z-index: 10;
}

header.style-5 .main-img .page-img {
  -webkit-box-shadow: 0 -13px 124px 0 rgba(75, 83, 97, 0.15);
  box-shadow: 0 -13px 124px 0 rgba(75, 83, 97, 0.15);
  border-radius: 15px;
}

header.style-5 .main-img .linechart-img {
  position: absolute;
  top: 8%;
  right: 7%;
  width: 50%;
  -webkit-animation: 1.5s ease-in-out infinite alternate both scale_up_down;
  animation: 1.5s ease-in-out infinite alternate both scale_up_down;
}

header.style-5 .main-img .piechart-img {
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 15%;
  -webkit-filter: drop-shadow(0 20px 60px #0005);
  filter: drop-shadow(0 20px 60px #0005);
  -webkit-animation: 50s linear infinite both rotate-center;
  animation: 50s linear infinite both rotate-center;
}

header.style-5 .handl-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  z-index: 15;
  -webkit-animation: 2s ease-in-out infinite alternate both slide_up_down;
  animation: 2s ease-in-out infinite alternate both slide_up_down;
}

header.style-5 .handr-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  z-index: 0;
  -webkit-animation: 2s ease-in-out -1s infinite alternate both slide_up_down;
  animation: 2s ease-in-out -1s infinite alternate both slide_up_down;
}

header.style-6 {
  position: relative;
  padding: 30px 30px 0;
  overflow: hidden;
}

header.style-6 .content {
  background-color: #dee0f2;
  position: relative;
  padding: 150px 0 100px;
  border-radius: 30px;
}

header.style-6 .info {
  text-align: center;
  position: relative;
  z-index: 5;
}

header.style-6 .info h6 {
  color: #000;
  font-size: 18px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

header.style-6 .info h1 {
  font-size: 85px;
  color: #000;
  line-height: 1.1;
}

header.style-6 .info h1 span {
  color: #fff;
  position: relative;
  padding: 10px 40px;
}

header.style-6 .info h1 span small {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 85px;
}

header.style-6 .info h1 span::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 10px 30px;
}

header.style-6 .info .text {
  font-size: 16px;
  color: #000;
  margin-top: 50px;
}

header.style-6 .info .form {
  background-color: #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 70px;
}

header.style-6 .info .form .form-group {
  width: 38%;
  border-right: 1px solid #9994;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}

.community.style-4 .content .commun-card:last-of-type,
.community.style-5 .content .commun-card:last-of-type,
.pricing.style-5 .content .price-body .price-bodyItems:last-of-type,
.product-page .product-details .additional-info ul li:last-of-type,
header.style-6 .info .form .form-group:last-of-type {
  border: 0;
}

header.style-6 .info .form .form-group input {
  background-color: #fff;
  border: 0;
  color: #000;
  font-size: 12px;
  width: 100%;
}

header.style-6 .info .form .form-group input::-webkit-input-placeholder {
  opacity: 0.7;
}

header.style-6 .info .form .form-group input:-ms-input-placeholder {
  opacity: 0.7;
}

header.style-6 .info .form .form-group input::-ms-input-placeholder {
  opacity: 0.7;
}

header.style-6 .info .form .form-group input::placeholder {
  opacity: 0.7;
}

header.style-6 .hand-mega {
  position: absolute;
  width: 20%;
  top: 20%;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
  z-index: 2;
}

header.style-6 .head6-rating {
  position: absolute;
  width: 18%;
  bottom: 27%;
  left: 15%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
}

header.style-6 .target-3d {
  position: absolute;
  width: 20%;
  bottom: -120px;
  left: 35%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
  z-index: 2;
}

header.style-6 .head6-charts {
  position: absolute;
  width: 14%;
  top: 20%;
  right: 15%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
}

header.style-6 .head6-rocket {
  position: absolute;
  width: 30%;
  bottom: 5%;
  right: -30px;
  z-index: 2;
}

.about.style-1 .content {
  padding: 65px 120px;
  background: var(--color-main-grad);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 5;
}

.about.style-1 .content .about_shap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 30%;
  pointer-events: none;
}

.about.style-1 .content .about_logos {
  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: 40px;
  border-bottom: 1px solid #fff4;
  position: relative;
  z-index: 5;
}

.about.style-1 .content .about-info {
  padding: 60px 0;
  position: relative;
  z-index: 5;
}

.about.style-1 .content .about-info .title h3 {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
}

.about.style-1 .content .about-info .title small {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  margin-top: 35px;
  display: block;
}

.about.style-1 .content .about-info .info h6 {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.about.style-1 .content .about-info .info p {
  font-size: 16px;
  color: #c7e9ff;
}

.about.style-1 .content .about-info .info .butn {
  margin-top: 50px;
}

.about.style-1 .content .about-numbers .num-item .num {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  min-width: 70px;
  text-align: center;
}

.about.style-1 .content .about-numbers .num-item .num i,
.choose-us.style-2 .choose-numbers .num-item .num i {
  font-size: 21px;
}

.about.style-3 .top-content {
  min-height: 510px;
  margin-bottom: 100px;
  padding-top: 20px;
}

.about.style-3 .info h5 {
  font-size: 19px;
  line-height: 28px;
  font-style: italic;
  margin-bottom: 25px;
}

.about.style-3 .info ul li {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0;
}

.about.style-3 .info ul li i,
.rcolor,
.services.style-3 .service-card.style-3 .info a:hover,
.team.style-1.team-blue2 .content .team_box:hover .info h6,
.w-business i,
footer.style-3 .items ul li a:hover {
  color: #2f8cff;
}

.about.style-3 .img-left {
  position: absolute;
  left: 0;
  top: 190px;
  max-width: 50%;
}

.about.style-3 .img-left .info-circle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  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;
  text-align: center;
  width: 230px;
  height: 230px;
  background-color: #4a00e1;
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
  outline: #fff solid 10px;
}

.about.style-3 .img-left .info-circle h2 {
  font-size: 56px;
}

.about.style-3 .img-left .info-circle small {
  font-size: 11px;
  text-transform: uppercase;
}

.about.style-3 .img-left .info-circle:nth-of-type(2) {
  width: 200px;
  height: 200px;
  left: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-14%, -57%);
  -ms-transform: translate(-14%, -57%);
  transform: translate(-14%, -57%);
  z-index: 5;
}

.about.style-3 .img-left .info-circle:nth-of-type(2) h2,
.download.style-5 .content h2 {
  font-size: 50px;
}

.about.style-3 .img-left .info-circle:nth-of-type(3) {
  width: 150px;
  height: 150px;
  left: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-88%, 32%);
  -ms-transform: translate(-88%, 32%);
  transform: translate(-88%, 32%);
  background-color: #8d3dfa;
  z-index: 0;
}

.about.style-3 .img-left .info-circle:nth-of-type(3) h2 {
  font-size: 37px;
}

.about.style-3 .img-left .info-circle:nth-of-type(4) {
  width: 180px;
  height: 180px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(20%, -20%);
  -ms-transform: translate(20%, -20%);
  transform: translate(20%, -20%);
  background-color: #00bcf2;
  z-index: 0;
}

.about.style-3 .img-left .info-circle:nth-of-type(4) h2 {
  font-size: 46px;
}

.about.style-3 .btm-content {
  position: relative;
  min-height: 510px;
  padding-top: 50px;
}

.about.style-3 .btm-content .img-right {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 60%;
}

.about.style-4 {
  overflow: hidden;
  position: relative;
}

.about.style-4 .top-wave {
  position: absolute;
  top: -2px;
  width: 100%;
}

.about.style-4 .bottom-wave {
  position: absolute;
  bottom: -2px;
  width: 100%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.about.style-4 .content ul li h6,
.w-business p {
  font-size: 15px;
}

.about.style-4 .content.frs-content .lines,
.about.style-4 .content.trd-content .lines {
  position: absolute;
  left: 0;
  top: -80px;
  width: 40%;
  max-width: unset;
  max-height: unset;
}

.about.style-4 .content.frs-content .bubble,
.about.style-4 .content.trd-content .bubble {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  max-width: unset;
  max-height: unset;
  -webkit-animation: 100s linear infinite both rotate-center;
  animation: 100s linear infinite both rotate-center;
}

.about.style-4 .content.sec-content .bubble2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  max-width: unset;
  max-height: unset;
  -webkit-animation: 100s linear infinite both rotate-center;
  animation: 100s linear infinite both rotate-center;
}

.about.style-4 .btn-img {
  text-align: initial;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #f4f2fb;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about.style-4 .btn-img .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #0001;
  width: 45px;
}

.about.style-4 .btn-img .inf {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about.style-4 .btn-img .inf small,
.blog-page.style-5 .side-blog .side-recent-post .post-card .inf p {
  font-size: 10px;
  color: #000;
}

.about.style-4 .btn-img .inf h6 {
  font-size: 12px;
  color: #000;
  font-weight: 700;
  line-height: 1.5;
}

.about.style-4 .integration .intg-back {
  position: absolute;
  left: 0;
  bottom: 19%;
  width: 100%;
  max-height: unset;
  -o-object-fit: cover;
  object-fit: cover;
}

.about.style-4 .integration .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.about.style-4 .integration .content .img:first-of-type {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.about.style-4 .integration .content .img:nth-of-type(2) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.about.style-4 .integration .content .img:nth-of-type(3) {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}

.about.style-4 .integration .content .img:nth-of-type(4) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.about.style-4 .integration .content .img:nth-of-type(5) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

.about.style-5 .content {
  padding: 50px 0;
}

.about.style-5 .content p {
  font-size: 16px;
  color: #000;
  line-height: 2;
}

.about.style-5 .content .line-links,
.abtcls h5 {
  margin-top: 35px;
}

.about.style-5 .content .line-links a {
  position: relative;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #9993;
  padding: 13px 0;
  display: block;
  width: 100%;
}

.about.style-5 .content .line-links a:last-of-type {
  border-bottom: 0;
}

.about.style-5 .content .line-links a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #5eb300;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.about.style-5 .content .line-links a:hover::after,
.banner-area .img-side img {
  width: 100%;
}

.about.style-5 .content .list-icon,
.product-page .product-info .socail-icons {
  margin-top: 40px;
}

.about.style-5 .content .list-icon li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.about.style-5 .content .list-icon li .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #4cc488;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
}

.about.style-5 .content .list-icon li h6 {
  font-size: 15px;
  font-weight: 700;
}

.about.style-5 .content .img {
  position: relative;
  text-align: right;
}

.about.style-5 .content .img.main-img1 .img-body {
  position: relative;
  z-index: 2;
  top: 50px;
  -webkit-animation: 3s ease-in-out infinite alternate both slide_up_down;
  animation: 3s ease-in-out infinite alternate both slide_up_down;
}

.about.style-5 .content .img.main-img1 img {
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
}

.about.style-5 .content .img.main-img1 img.sm-circle {
  right: -50px;
  top: 20%;
  z-index: 1;
  -webkit-animation: 20s linear infinite reverse both rotate-center;
  animation: 20s linear infinite reverse both rotate-center;
}

.about.style-5 .content .img.main-img1 img.lg-circle {
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-animation: 50s linear infinite both rotate-center;
  animation: 50s linear infinite both rotate-center;
}

.about.style-5 .content .img.main-img1 img.card1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  -webkit-animation: 10s ease-in-out infinite alternate both scale_up_down;
  animation: 10s ease-in-out infinite alternate both scale_up_down;
}

.about.style-5 .content .img.main-img1 img.card2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-animation: 7s ease-in-out infinite alternate both scale_up_down;
  animation: 7s ease-in-out infinite alternate both scale_up_down;
  -webkit-transition-delay: -5s;
  -o-transition-delay: -5s;
  transition-delay: -5s;
}

.about.style-5 .content .img.main-img2 .img-body {
  position: relative;
  z-index: 2;
  -webkit-animation: 3s ease-in-out infinite alternate both slide_up_down;
  animation: 3s ease-in-out infinite alternate both slide_up_down;
}

.about.style-5 .content .img.main-img2 img {
  position: absolute;
}

.about.style-5 .content .img.main-img2 img:first-of-type {
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-animation: 70s linear infinite both rotate-center;
  animation: 70s linear infinite both rotate-center;
}

.about.style-5 .content .img.main-img3 .img-body {
  position: relative;
  z-index: 1;
  max-height: 500px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-animation: 100s linear infinite both rotate-center;
  animation: 100s linear infinite both rotate-center;
}

.about.style-5 .content .img.main-img3 img {
  position: absolute;
  right: 0;
  top: 20%;
  width: 100%;
}

.about.style-5 .content .img.main-img3 img:nth-of-type(2) {
  z-index: 3;
  -webkit-animation: 2s ease-in-out infinite alternate both slide_up_down;
  animation: 2s ease-in-out infinite alternate both slide_up_down;
}

.about.style-5 .content .img.main-img3 img:nth-of-type(3) {
  z-index: 1;
  -webkit-animation: 2s ease-in-out 1s infinite alternate both slide_up_down;
  animation: 2s ease-in-out 1s infinite alternate both slide_up_down;
}

.about.style-5 .content .img.main-img3 img:nth-of-type(4) {
  z-index: 2;
  -webkit-animation: 2s ease-in-out 2s infinite alternate both slide_up_down;
  animation: 2s ease-in-out 2s infinite alternate both slide_up_down;
}

.about.style-5 .content .img.main-img3 img:nth-of-type(5) {
  z-index: 4;
  -webkit-animation: 2s ease-in-out 3s infinite alternate both slide_up_down;
  animation: 2s ease-in-out 3s infinite alternate both slide_up_down;
}

.about.style-6 .content,
.clients.style-4 .client-logos {
  border-bottom: 1px solid #9994;
}

.about.style-6 .content .info .vid-btn {
  font-size: 11px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about.style-6 .content .info .vid-btn i {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--color-blue6);
  color: var(--color-blue6);
  font-size: 21px;
  margin-right: 5px;
}

.about.style-6 .bubbles {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}

.services.style-1 .ser_shap_l {
  position: absolute;
  left: 0;
  bottom: 30%;
  z-index: -1;
  -webkit-transition: 5s;
  -o-transition: 5s;
  transition: 5s;
}

.services.style-1 .ser_shap_r {
  position: absolute;
  right: 0;
  top: 25%;
}

.services.style-1 .service-box {
  position: relative;
  z-index: 5;
  padding: 30px;
  border: 1px solid #9993;
  border-radius: 8px;
  display: block;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.services.style-1 .service-box h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}

.portfolio.style-1 .portfolio-card .info h5 a,
.product-page .product-details .nav-pills .nav-link.active,
.services.style-1 .service-box h5 a {
  color: #000;
  font-weight: 700;
}

.services.style-1 .service-box h5 .num {
  color: var(--color-main);
  font-size: 12px;
}

.services.style-1 .service-box .icon {
  margin-bottom: 35px;
}

.services.style-1 .service-box .icon img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
}

.services.style-1 .service-box .info .text {
  color: #000;
  margin-bottom: 20px;
  font-size: 13px;
}

.services.style-1 .service-box .info .tags a {
  font-size: 11px;
  padding: 3px 7px;
  border-radius: 4px;
  background-color: #eef4f8;
  margin-top: 10px;
}

.services.style-1 .service-box:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 54px 115px 0 rgba(52, 60, 66, 0.25);
  box-shadow: 0 54px 115px 0 rgba(52, 60, 66, 0.25);
}

.tags.style-2 a {
  font-size: 11px;
  padding: 3px 7px;
  border-radius: 4px;
  background-color: #131172;
  margin: 3px;
}

.services_projects {
  background-image: url(../images/services_work.png);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.services_projects .swiper-button-next,
.services_projects .swiper-button-prev {
  width: 50px;
  height: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.services_projects .swiper-button-next:hover,
.services_projects .swiper-button-prev:hover {
  background: var(--color-lightBlue) !important;
}

.swiper-slide-duplicate-prev .service-box {
  border: 0 !important;
}

.projects.style-3,
.services.style-3 {
  background-color: #f0eff5;
}

.services.style-3 .service-card.style-3 {
  padding: 30px;
  background-color: #fff;
  border-radius: 12px;
  height: 100%;
}

.banner-area-about .left-side-about,
.services.style-3 .service-card.style-3 .icon {
  margin-bottom: 60px;
}

.services.style-3 .service-card.style-3 .icon img {
  width: 125px;
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}

.services.style-3 .service-card.style-3 .info .title {
  font-size: 18px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-weight: 700;
}

.services.style-3 .service-card.style-3 .info .text {
  font-size: 13px;
  color: #000;
}

.services.style-3 .service-card.style-3 .info a {
  margin-top: 30px;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase;
}

.services-slider.style-6 .swiper-container {
  padding-bottom: 100px;
}

.services-slider.style-6 .swiper-slide {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  top: 0;
}

.services-slider.style-6 .swiper-slide.swiper-slide-nth-next-2,
.services-slider.style-6 .swiper-slide.swiper-slide-nth-prev-2 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  top: 100px;
  padding: 0 9px;
}

.services-slider.style-6 .swiper-slide.swiper-slide-next,
.services-slider.style-6 .swiper-slide.swiper-slide-prev {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  top: 50px;
  padding: 0 12px;
}

.services-slider.style-6 .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  padding: 0 20px;
  -webkit-filter: drop-shadow(5px 50px 30px #07397211);
  filter: drop-shadow(5px 50px 30px #07397211);
}

.service-card.style-6 {
  text-align: center;
  padding: 30px 8%;
  background-color: #f1f2fa;
  border-radius: 30px;
  overflow: hidden;
  margin: 20px 0;
  display: block;
  color: #000;
}

.service-card.style-6 .icon {
  -webkit-filter: drop-shadow(5px 15px 20px #07397255);
  filter: drop-shadow(5px 15px 20px #07397255);
  margin-bottom: 25px;
}

.service-card.style-6 .icon img {
  max-height: 100px;
  max-width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.service-card.style-6 .info h5 {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 15px;
}

.service-card.style-6 .info .text,
.testi-card.style-5 .user small {
  font-size: 11px;
  color: #000;
}

.choose-us.style-1 .choose-us-img {
  position: absolute;
  left: -65px;
  bottom: -150px;
  width: 60%;
  height: 120%;
  max-height: none;
  -webkit-animation: 100s linear infinite both rotate-center;
  animation: 100s linear infinite both rotate-center;
}

.choose-us.style-1 .info .text {
  color: #000;
  margin-bottom: 40px;
}

.choose-us.style-1 .info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.choose-us.style-1 .info ul li .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-main-grad);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
}

.choose-us.style-1 .info ul li h6 {
  font-size: 15px;
  font-weight: 600;
}

.choose-us.style-1 .info .btn {
  margin-top: 60px;
}

.choose-us.style-1 .choose-us-brands {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-animation: 2s ease-in-out infinite alternate both slide_up_down;
  animation: 2s ease-in-out infinite alternate both slide_up_down;
  z-index: 5;
}

.choose-us.style-1 .choose-us-bubbles {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-animation: 2s ease-in-out 1s infinite alternate both slide_up_down;
  animation: 2s ease-in-out 1s infinite alternate both slide_up_down;
  z-index: 3;
}

.choose-us.style-2 .choose-numbers .num-item .num {
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  min-width: 70px;
  text-align: center;
}

.choose-us.style-2 .choose-numbers .num-item .inf {
  color: #ccc;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.7;
}

.choose-us.style-6 .section-head.style-6 h2,
.title-iti {
  font-size: 40px;
}

.choose-us.style-6 .info ul li .inf h5 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
}

.choose-us.style-6 .img {
  padding-top: 50px;
  margin-left: -200px;
}

.choose-us.style-6 .bubbles {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 200px);
}

.portfolio.style-1 .shap_r {
  position: absolute;
  right: 0;
  top: 30px;
  width: 30%;
  opacity: 0.3;
  pointer-events: none;
}

.portfolio.style-1 .shap_l {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 40%;
  opacity: 1;
  pointer-events: none;
}

.portfolio.style-1 .portfolio-slider {
  position: relative;
  padding-bottom: 60px;
}

.portfolio.style-1 .portfolio-slider .swiper-button-next,
.portfolio.style-1 .portfolio-slider .swiper-button-prev {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio.style-1 .portfolio-slider .swiper-button-next,
.portfolio.style-1 .portfolio-slider .swiper-container-rtl .swiper-button-prev {
  right: -70px;
}

.portfolio.style-1 .portfolio-slider .swiper-button-prev,
.portfolio.style-1 .portfolio-slider .swiper-container-rtl .swiper-button-next {
  left: -70px;
}

.portfolio.style-1 .portfolio-card {
  background-color: #fff;
  border-radius: 7px;
  overflow: hidden;
}

.portfolio.style-1 .portfolio-card .img,
.project-card.style-6 .img {
  height: 240px;
  overflow: hidden;
}

.portfolio.style-1 .portfolio-card .img img {
  width: 100%;
  height: 100%;
}

.portfolio.style-1 .portfolio-card .info {
  padding: 30px;
}

.portfolio.style-1 .portfolio-card .info small {
  font-size: 10px;
  letter-spacing: 1px;
  margin-top: 5px;
}

.portfolio.style-1 .portfolio-card .info .text {
  color: #000;
  margin: 15px 0 20px;
  font-size: 13px;
}

.portfolio.style-1 .portfolio-card .info .tags a {
  font-size: 11px;
  padding: 3px 7px;
  margin-top: 10px;
  border-radius: 4px;
  background-color: #eef4f8;
}

.project-card.style-3 .img {
  height: 360px;
  border-radius: 15px;
  overflow: hidden;
}

.project-card.style-3 .img img {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.project-card.style-3 .info {
  position: absolute;
  z-index: 5;
  bottom: 20px;
  left: 20px;
  background-color: #fff;
  border-radius: 15px;
  display: inline-block;
  padding: 20px 25px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
  opacity: 0;
}

.project-card.style-3 .info .h5 {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 0;
  color: #000;
}

.pricing-card.style-3 .card-head small,
.project-card.style-3 .info .small {
  font-size: 11px;
  color: #999;
}

.project-card.style-3:hover .img img {
  -webkit-transform: scale(1.1) rotate(-5deg);
  -ms-transform: scale(1.1) rotate(-5deg);
  transform: scale(1.1) rotate(-5deg);
}

.project-card.style-3:hover .info,
.team-card.style-6:hover .img .social-icons a {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.projects.style-6,
.team.style-6 {
  padding: 0 30px;
}

.projects.style-6 .content,
.team.style-6 .content {
  background-color: #f1f2fa;
  position: relative;
  padding: 100px 0;
  border-radius: 30px;
}

.project-card.style-6 {
  border-radius: 8px;
  overflow: hidden;
  display: block;
  margin: 0 15px;
}

.project-card.style-6:hover {
  -webkit-box-shadow: 0 40px 35px 0 #51558622;
  box-shadow: 0 40px 35px 0 #51558622;
}

.project-card.style-6 .info {
  background-color: #fff;
  padding: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.project-card.style-6 .info .title {
  color: #000;
  font-size: 21px;
}

.project-card.style-6 .info small {
  font-size: 11px;
  color: var(--color-blue6);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.project-card.style-6 .info .text {
  font-size: 12px;
  color: #000;
  margin-bottom: 25px;
}

.project-card.style-6 .info .tags span {
  color: #010101;
  font-size: 10px;
  padding: 3px 7px;
  border-radius: 4px;
  background-color: #f1f2fa;
}

.testimonials.style-1 .content .vid_img {
  position: relative;
  height: 400px;
  min-height: 100%;
}

.testimonials.style-1 .content .vid_img::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#0007),
      to(#0001));
  background: -webkit-linear-gradient(bottom, #0007, #0001);
  background: -o-linear-gradient(bottom, #0007, #0001);
  background: linear-gradient(to top, #0007, #0001);
}

.testimonials.style-1 .content .vid_img .play_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -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;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color-main-grad);
  z-index: 5;
}

.testimonials.style-1 .content .vid_img .play_icon i {
  color: #fff;
  font-size: 28px;
  margin-left: 3px;
}

.testimonials.style-1 .content .vid_img .img_info {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
  width: 100%;
  z-index: 5;
}

.testimonials.style-1 .content .vid_img .img_info h4 {
  color: #fff;
  font-weight: 700;
}

.testimonials.style-1 .content .vid_img .img_info small {
  color: #fff;
  display: block;
  font-size: 11px;
}

.testimonials.style-1 .content .info {
  position: relative;
  padding-left: 75px;
  min-height: 100%;
}

.testimonials.style-1 .content .info::after {
  position: absolute;
  content: "";
  left: 25px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #9991;
}

.testimonials.style-1 .content .info .client_card {
  border: 1px solid #9994;
  border-radius: 5px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}

.testimonials.style-1 .content .info .client_card .user_img,
.testimonials.style-4 .content .testi-cards .client_card .user_img {
  margin-right: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.testimonials.style-1 .content .info .client_card .user_img img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-page .product-info .info-list li,
.testimonials.style-1 .content .info .client_card .inf_content .rate_stars,
.testimonials.style-4 .content .testi-cards .client_card .inf_content .rate_stars {
  margin-bottom: 5px;
}

.testimonials.style-1 .content .info .client_card .inf_content .rate_stars i,
.testimonials.style-4 .content .testi-cards .client_card .inf_content .rate_stars i {
  color: #ffb400;
  font-size: 10px;
}

.testimonials.style-1 .content .info .client_card .inf_content h6 {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 15px;
}

.testimonials.style-1 .content .info .client_card .inf_content p {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}

.testimonials.style-1 .content .info .client_card .inf_content p span {
  text-transform: capitalize;
}

.reviews.style-2 .rev_l {
  position: absolute;
  left: 0;
  top: 30%;
  width: 20%;
  -webkit-animation: 2s ease-in-out infinite alternate both slide_up_down;
  animation: 2s ease-in-out infinite alternate both slide_up_down;
}

.reviews.style-2 .rev_r {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20%;
  -webkit-animation: 2s ease-in-out 1s infinite alternate both slide_up_down;
  animation: 2s ease-in-out 1s infinite alternate both slide_up_down;
}

.swiper-slide .reviews_card.style-2 {
  opacity: 0;
  -webkit-transform: scale(0.8) translateY(20px);
  -ms-transform: scale(0.8) translateY(20px);
  transform: scale(0.8) translateY(20px);
  -webkit-transition: 1.5s 0.3s;
  -o-transition: 1.5s 0.3s;
  transition: 1.5s 0.3s;
}

.swiper-slide.swiper-slide-active .reviews_card.style-2 {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.reviews_card.style-2 .rev_user {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  outline: 1px solid var(--color-lightBlue);
  outline-offset: 5px;
  margin: 40px auto 25px;
}

.reviews_card.style-2 .rev_stars i {
  color: #adff2f;
}

.testimonials.style-3 {
  background-color: #f0eff5;
  margin-top: -30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: relative;
  z-index: 5;
}

.pricing.style-3 .testi_lines,
.testimonials.style-3 .testi_lines {
  position: absolute;
  bottom: -10px;
}

.testimonials.style-3 .testimonial-card.style-3 .text {
  font-size: 18px;
  line-height: 28px;
  min-height: 112px;
}

.testimonials.style-3 .testimonial-card.style-3 p {
  font-size: 13px;
  line-height: 1.1;
}

.testimonials.style-3 .testimonial-slider.style-3 .swiper-button-next {
  top: -65px;
  right: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.testimonials.style-3 .testimonial-slider.style-3 .swiper-button-next:hover,
.testimonials.style-3 .testimonial-slider.style-3 .swiper-button-prev:hover {
  background: #2f8cff;
}

.testimonials.style-3 .testimonial-slider.style-3 .swiper-button-prev {
  top: -65px;
  left: auto;
  right: 40px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.testimonials.style-4 .content {
  border-bottom: 1px solid #9993;
  padding-bottom: 80px;
}

.blog-page.style-5 .side-blog .side-recent-post .post-card,
.blog.style-1 .content .blog_box .info .auther,
.pricing.style-5 .content .price-foot,
.product-page .product-slider,
.shop-page .products-content .products.list-view .product-card,
.testimonials.style-4 .content .numbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonials.style-4 .content .numbs .num-card .icon {
  height: 55px;
  display: inline-block;
  margin-bottom: 15px;
}

.testimonials.style-4 .content .numbs .num-card p {
  font-size: 11px;
  color: #000;
  margin-top: 5px;
}

.testimonials.style-4 .content .numbs .num-card:not(:last-of-type) {
  padding-right: 50px;
  margin-right: 50px;
  border-right: 1px solid #9993;
}

.testimonials.style-4 .content .stars {
  font-size: 10px;
  color: #fdb900;
  margin-bottom: 5px;
}

.testimonials.style-4 .content .testi-cards {
  position: relative;
  padding: 0 5vw;
}

.testimonials.style-4 .content .testi-cards .client_card {
  position: relative;
  z-index: 10;
  border-radius: 15px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  -webkit-box-shadow: -4.104px 11.276px 38px 0 rgba(45, 42, 61, 0.1);
  box-shadow: -4.104px 11.276px 38px 0 rgba(45, 42, 61, 0.1);
  margin: 20px;
}

.testimonials.style-4 .content .testi-cards .client_card .user_img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonials.style-4 .content .testi-cards .client_card .inf_content h6 {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 15px;
}

.testimonials.style-4 .content .testi-cards .client_card .inf_content p {
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
}

.testimonials.style-4 .content .testi-cards .client_card .inf_content p span {
  text-transform: capitalize;
  color: #2e99f5;
}

.testimonials.style-4 .content .testi-cards .client_card:nth-of-type(2) {
  right: -5vw;
}

.testimonials.style-4 .content .testi-cards .testi-globe {
  position: absolute;
  top: -80px;
  left: 0;
  width: 110%;
  max-height: unset;
  max-width: unset;
  opacity: 0.2;
  -webkit-animation: 100s linear infinite both rotate-center;
  animation: 100s linear infinite both rotate-center;
}

.testi-card.style-5 {
  display: block;
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  margin: 0 15px;
}

.testi-card.style-5:hover {
  -webkit-box-shadow: 0 30px 60px 0 #0a2b5326;
  box-shadow: 0 30px 60px 0 #0a2b5326;
}

.testi-card.style-5 .stars i {
  color: #27a700;
  font-size: 15px;
}

.testi-card.style-5 .text {
  font-size: 19px;
  line-height: 1.6;
  color: #000;
  margin-top: 15px;
}

.testi-card.style-5 .user h6 {
  margin: 15px auto 0;
  font-size: 16px;
  font-weight: 700;
}

.testimonials.style-6 {
  padding: 50px 0 120px;
}

.testimonials.style-6 .testi-slider.style-6 .icon {
  width: 95px;
  height: 95px;
  background-color: var(--color-blue6);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 60% 40% 40%;
  font-size: 35px;
}

.testimonials.style-6 .testi-slider.style-6 .testi-card .text {
  color: #000;
  font-size: 23px;
  line-height: 1.4;
}

.testimonials.style-6 .testi-slider.style-6 .swiper-button-next,
.testimonials.style-6 .testi-slider.style-6 .swiper-button-prev {
  background-color: #f1f2fa;
  width: 40px;
  height: 40px;
  top: 100%;
  margin-top: 40px;
}

.testimonials.style-6 .testi-slider.style-6 .swiper-button-next {
  right: auto;
  left: 50px;
}

.testimonials.style-6 .testi-slider.style-6 .swiper-button-prev {
  left: 0;
}

.testimonials.style-6 .img {
  position: relative;
  margin-top: 50px;
}

.testimonials.style-6 .img .bubbls {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 0;
}

.pricing.style-2 {
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#010049),
      to(#157aa6));
  background: -webkit-linear-gradient(top, #010049, #157aa6);
  background: -o-linear-gradient(top, #010049, #157aa6);
  background: linear-gradient(to bottom, #010049, #157aa6);
  position: relative;
}

.pricing.style-2 .shap_l {
  position: absolute;
  left: 0;
  top: 20%;
  max-width: 30%;
}

.pricing.style-2 .shap_r {
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  max-width: 30%;
}

.pricing.style-2 .toggle_switch .form-check-label {
  pointer-events: none;
}

.pricing_card.style-2 {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 85px 50px 50px;
  border: 1px solid #3d9dd1;
}

.pricing_card.style-2 p {
  text-transform: uppercase;
  margin: 30px 0 15px;
  font-size: 16px;
}

.pricing_card.style-2 .price .h2 small {
  font-size: 13px;
  position: relative;
  top: -12px;
}

.pricing_card.style-2 ul {
  min-height: 164px;
}

.pricing_card.style-2 ul li {
  border-color: #3d9dd181 !important;
}

.pricing_card.style-2 .hint {
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 11px;
  color: #fff;
  padding: 5px 8px;
  border-radius: 3px;
  background-color: #1f3f85;
  text-transform: capitalize;
}

.pricing_card.style-2.recommended::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  background: var(--color-lightBlue);
}

.pricing-card.style-3 {
  padding: 30px;
  border-radius: 20px;
  background-color: #f3f2f7;
}

.pricing-card.style-3 .card-head {
  border-bottom: 1px solid #9993;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pricing-card.style-3 .card-head h4 {
  font-size: 19px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-card.style-3 .card-head h4 small {
  font-size: 10px;
  font-weight: 400;
  padding: 3px 5px;
  border-radius: 3px;
  color: #fff !important;
  background-color: #6e27ff;
  margin: 0 5px;
}

.other-detail-right h6,
.other-detail-right p,
.pricing-card.style-3 .card-head .price {
  text-align: right;
}

.pricing-card.style-3 .card-head .price h5 {
  font-size: 20px;
  color: #2f8cff;
  font-weight: 700;
}

.pricing-card.style-3 .card-body {
  min-height: 180px;
  padding: 20px 0;
}

.pricing-card.style-3 .card-body li {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-card.style-3 .card-body li small {
  font-size: 11px;
  margin: 5px 0;
}

.pricing-card.style-3 .card-body li i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #2f8cff;
  font-size: 20px;
  margin-right: 10px;
}

.pricing-card.style-3.dark-card {
  background-color: #2f8cff;
}

.pricing-card.style-3.dark-card .card-head {
  border-bottom: 1px solid #99f;
}

.pricing-card.style-3.dark-card .card-body li i,
.pricing-card.style-3.dark-card .card-head small {
  color: #99f;
}

.pricing-card.style-3.dark-card .btn {
  background-color: #fff !important;
}

.pricing.style-4 .form-check-input.bg-blue4 {
  background-color: #5eb300;
  border-color: #5eb300;
}

.pricing.style-4 .content .row .col-lg-6:first-of-type .price-card {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  margin-right: -1px;
}

.pricing.style-4 .content .row .col-lg-6:nth-of-type(2) .price-card {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #f8f7fd;
}

.pricing.style-4 .content .price-card {
  position: relative;
  border: 1px solid #e9e8ee;
  border-radius: 15px;
  padding: 40px;
}

.pricing.style-4 .content .price-card .off {
  position: absolute;
  width: 85px;
  height: 85px;
  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;
  text-align: center;
  color: #fff;
  background-image: url(../images/off.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -20px;
  right: 45px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.pricing.style-4 .content .price-card .price-header {
  border-bottom: 1px solid #e9e8ee;
}

.pricing.style-4 .content .price-card .price-header h6 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pricing.style-4 .content .price-card .price-header h6 .icon {
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.pricing.style-4 .content .price-card .price-header h2 {
  font-size: 37px;
  color: #000;
  margin: 12px 0 5px;
}

.pricing.style-4 .content .price-card .price-header h2 small {
  font-size: 15px;
  font-weight: 300;
}

.community.style-4 .content .commun-card .inf p,
.pricing.style-4 .content .price-card .price-header p {
  font-size: 12px;
  color: #000;
}

.pricing.style-5 .pricing-tabsHead .price-radios {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #edf2fa;
  padding: 7px;
  border-radius: 50px;
}

.pricing.style-5 .pricing-tabsHead .price-radios .form-check {
  margin: 0;
  padding: 0;
}

.pricing.style-5 .pricing-tabsHead .price-radios .form-check .form-check-label {
  color: #000;
  background-color: transparent;
  font-size: 12px;
  font-weight: 700;
  border-radius: 30px;
  padding: 10px 15px;
  text-transform: capitalize;
  cursor: pointer;
}

.pricing.style-5 .pricing-tabsHead .price-radios .form-check .form-check-label small {
  padding: 1px 5px;
  font-size: 10px;
}

.pricing.style-5 .pricing-tabsHead .price-radios .form-check .form-check-input:checked~.form-check-label {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 5px #0001;
  box-shadow: 0 5px 5px #0001;
}

.pricing.style-5 .content {
  min-width: 800px;
  margin-top: 50px;
}

.pricing.style-5 .content .price-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #7f7f7f;
}

.pricing.style-5 .content .price-foot .price-footTitle,
.pricing.style-5 .content .price-head .price-headTitle {
  width: 34%;
}

.pricing.style-5 .content .price-head .price-headItem {
  position: relative;
  width: 22%;
  text-align: center;
  padding: 30px 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.pricing.style-5 .content .price-head .price-headItem .label {
  position: absolute;
  top: -30px;
  right: 15px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
  background-image: url(../images/label_success.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.pricing.style-5 .content .price-head .price-headItem h6 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.pricing.style-5 .content .price-head .price-headItem h2 {
  font-size: 45px;
  margin-bottom: 5px;
}

.pricing.style-5 .content .price-head .price-headItem h2 span {
  font-size: 18px;
  color: #999;
  font-weight: 400;
}

.pricing.style-5 .content .price-head .price-headItem small {
  font-size: 11px;
  color: #000;
  display: block;
  line-height: 1.5;
}

.pricing.style-5 .content .price-body .price-bodyItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f2f2f2;
}

.pricing.style-5 .content .price-body .price-bodyItems .price-bodyTitle {
  width: 34%;
  padding: 15px 0;
  font-size: 16px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  position: relative;
}

.pricing.style-5 .content .price-body .price-bodyItems .price-bodyTitle .pop-info {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.pricing.style-5 .content .price-body .price-bodyItems .price-bodyTitle .pop-info i.bttn-info {
  font-size: 11px;
  color: #999;
  margin: 0 3px;
}

.pricing.style-5 .content .price-body .price-bodyItems .price-bodyTitle .pop-info .hidden_content {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 20px;
  border-radius: 10px;
  background-color: #f7f7f7;
  text-align: center;
  width: 250px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  visibility: hidden;
}

.pricing.style-5 .content .price-body .price-bodyItems .price-bodyTitle .pop-info .hidden_content .title {
  color: #5eb300;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
}

.pricing.style-5 .content .price-body .price-bodyItems .price-bodyTitle .pop-info:hover .hidden_content {
  opacity: 1;
  visibility: visible;
}

.pricing.style-5 .content .price-body .price-bodyItems .price-item {
  width: 22%;
  padding: 15px 0;
  text-align: center;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
}

.pricing.style-5 .content .price-body .price-bodyItems .price-item i {
  color: #5eb300;
  font-size: 20px;
}

.pricing.style-5 .content .price-body .price-bodyItems .price-item span {
  color: #000;
  font-size: 16px;
}

.pricing.style-5 .content .price-foot .price-footItem {
  width: 22%;
  text-align: center;
  padding: 30px 0 50px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.team.style-1 .team_shap {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-height: none;
  z-index: -1;
}

.team.style-1 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team.style-1 .content .team_box {
  width: 18%;
  text-align: center;
  margin-bottom: 20px;
}

.team.style-1 .content .team_box .avatar {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
}

.team.style-1 .content .team_box .info h6 {
  font-weight: 700;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.team.style-1 .content .team_box .info small {
  display: block;
  font-size: 13px;
  color: #888;
}

.team.style-1 .content .team_box .info .social_icons {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team.style-1 .content .team_box .info .social_icons a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eef4f8;
  color: #000;
  margin: 5px;
}

.team.style-1 .content .team_box .info .social_icons a:hover,
footer.style-1 .social_icons a:hover {
  background: var(--color-main-grad);
  color: #fff;
}

.team.style-1.team-blue2 .content .team_box .social_icons a:hover {
  background: #2f8cff;
  color: #fff;
}

.team-card.style-6 {
  text-align: center;
  padding: 15px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.team-card.style-6 .img {
  position: relative;
  height: 320px;
  border-radius: 15px;
  overflow: hidden;
}

.team-card.style-6 .img .social-icons {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  z-index: 5;
}

.team-card.style-6 .img .social-icons a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 11px;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.team-card.style-6 .img .social-icons a:hover {
  background-color: var(--color-blue6);
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0 !important;
  -o-transition-delay: 0 !important;
  transition-delay: 0 !important;
}

.team-card.style-6 .img .social-icons a:first-of-type {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.team-card.style-6 .img .social-icons a:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.team-card.style-6 .img .social-icons a:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.team-card.style-6 .img .social-icons a:nth-of-type(4) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.team-card.style-6 .info {
  padding: 25px 0 10px;
}

.team-card.style-6 .info h6 {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.team-card.style-6 .info small {
  color: #999;
  font-size: 13px;
}

.team-card.style-6:hover {
  -webkit-box-shadow: 0 54px 92px 0 rgba(81, 85, 134, 0.2);
  box-shadow: 0 54px 92px 0 rgba(81, 85, 134, 0.2);
}

.blog.style-1 .content .blog_slider .swiper-button-next,
.blog.style-1 .content .blog_slider .swiper-container-rtl .swiper-button-prev {
  right: 120px;
  top: -63px;
}

.blog.style-1 .content .blog_slider .swiper-button-prev,
.blog.style-1 .content .blog_slider .swiper-container-rtl .swiper-button-next {
  right: 160px;
  left: auto;
  top: -63px;
}

.blog.style-1 .content .blog_box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.blog.style-1 .content .blog_box .img {
  height: 350px;
  position: relative;
}

.blog.style-1 .content .blog_box .img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#000),
      to(transparent));
  background-image: -webkit-linear-gradient(bottom, #000, transparent);
  background-image: -o-linear-gradient(bottom, #000, transparent);
  background-image: linear-gradient(to top, #000, transparent);
}

.blog.style-1 .content .blog_box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.blog.style-1 .content .blog_box .tags {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}

.blog.style-1 .content .blog_box .tags a {
  font-size: 11px;
  padding: 3px 7px;
  border-radius: 4px;
  background: var(--color-main-grad);
  color: #fff;
  text-transform: uppercase;
}

.blog.style-1 .content .blog_box .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  z-index: 5;
}

.blog.style-1 .content .blog_box .info h6 {
  color: #fff;
  margin-bottom: 10px;
  border-bottom: 2px solid transparent;
  display: inline-block;
  line-height: 1.3;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog.style-1 .content .blog_box .info .auther span {
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
}

.blog.style-1 .content .blog_box .info .auther span:first-of-type {
  padding-left: 0;
  border-right: 1px solid #9993;
}

.blog.style-1 .content .blog_box .info .auther span .auther-img {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 3px;
}

.blog.style-1 .content .blog_box .info .auther span i {
  font-size: 11px;
  margin-right: 4px;
}

.blog.style-1 .content .blog_box .info .text {
  margin-top: 20px;
  font-size: 11px;
  color: #fff;
  display: none;
}

.blog.style-1 .content .blog_box:hover .img img {
  -webkit-transform: scale(1.3) rotate(-10deg);
  -ms-transform: scale(1.3) rotate(-10deg);
  transform: scale(1.3) rotate(-10deg);
}

.blog.style-1 .content .blog_box:hover .info h6 {
  border-color: #fff9;
}

.blog.style-2 {
  background-image: url(../images/num_back.png);
  background-size: cover;
  position: relative;
}

.blog.style-2 .card-img-top {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}

.blog.style-3 {
  background-color: #f0eff5;
  position: relative;
}

.blog.style-3 .v_lines {
  position: absolute;
  top: 100px;
  left: 50%;
  height: calc(100% - 340px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.blog.style-3 .card .img {
  height: 120px;
}

.blog.style-3 .card .card-body .date span {
  font-size: 11px;
  letter-spacing: 1px;
}

.blog.style-3 .card .card-body .card-title {
  font-size: 18px;
  font-weight: 700;
  max-width: 85%;
  margin-top: 10px;
  min-height: 45px;
}

.blog.style-3 .card .card-body .small,
.product-page .related-products .related-products-slider .swiper-button-next:after,
.product-page .related-products .related-products-slider .swiper-button-prev:after {
  font-size: 10px;
}

.blog.style-3 .client-logos .img img,
.clients.style-4 .client-logos .img img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.6;
}

.blog.style-3 .client-logos .img:hover img,
.clients.style-4 .client-logos .img:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.blog.style-6 .content,
.shop-page .filter .filter-card .slider-range-content .amount-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog.style-6 .content .blog-card.style-6 {
  width: 30%;
  position: relative;
}

.blog.style-6 .content .blog-card.style-6.card-center::after {
  position: absolute;
  content: "";
  right: -28px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #9994;
}

.blog.style-6 .content .blog-card.style-6.card-center::before {
  position: absolute;
  content: "";
  left: -28px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #9994;
}

.blog-card.style-6 {
  position: relative;
  height: 100%;
}

.blog-card.style-6 .img {
  height: 230px;
  border-radius: 20px;
  overflow: hidden;
}

.blog-card.style-6 .info .blog-title {
  color: #000;
  font-size: 22px;
  margin: 10px 0;
}

.blog-card.style-6 .info .text {
  color: #000;
  font-size: 13px;
}

.faq.style-3 .accordion-item {
  border: 0;
  border-bottom: 1px solid #9995;
  background: 0 0;
}

.faq.style-3 .accordion-item .accordion-button {
  font-weight: 700;
  font-size: 16px;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: capitalize;
  padding: 25px 15px;
}

.faq.style-3 .accordion-item .accordion-button::after {
  background-size: 15px;
}

.faq.style-3 .accordion-item .accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #2f8cff;
  padding-top: 30px;
}

.faq.style-3 .accordion-item .accordion-collapse .accordion-body {
  padding-top: 0;
  padding-bottom: 30px;
  font-size: 10px;
  color: #000;
}

.faq.style-3.style-4 .accordion-item {
  border: 0;
  border-radius: 7px;
  overflow: hidden;
}

.faq.style-3.style-4 .accordion-item .accordion-button {
  padding: 15px;
  font-size: 15px;
}

.faq.style-3.style-4 .accordion-item .accordion-button:not(.collapsed) {
  background-color: #f4f2fb;
  color: #5eb300;
  padding-bottom: 10px;
}

.faq.style-3.style-4 .accordion-item .accordion-collapse {
  background-color: #f4f2fb;
}

.community.style-4 .content {
  border: 1px solid #9993;
  border-radius: 15px;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.community.style-4 .content .commun-card {
  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;
  width: 33%;
  border-right: 1px solid #9993;
  padding: 20px 0;
}

.community.style-4 .content .commun-card .icon,
.community.style-5 .content .commun-card .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 25px;
}

.community.style-4 .content .commun-card .icon i {
  font-size: 60px;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear,
      left top,
      right top,
      from(#501e9c),
      color-stop(30%, #8169f1),
      color-stop(30%, #8169f1),
      color-stop(73%, #a44cee),
      to(#ff847f));
  background-image: -webkit-linear-gradient(left,
      #501e9c 0,
      #8169f1 30%,
      #8169f1 30%,
      #a44cee 73%,
      #ff847f 100%);
  background-image: -o-linear-gradient(left,
      #501e9c 0,
      #8169f1 30%,
      #8169f1 30%,
      #a44cee 73%,
      #ff847f 100%);
  background-image: linear-gradient(to right,
      #501e9c 0,
      #8169f1 30%,
      #8169f1 30%,
      #a44cee 73%,
      #ff847f 100%);
}

.community.style-4 .content .commun-card .inf h5 {
  font-size: 23px;
  color: #000;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.1;
}

.community.style-5 .content {
  border: 1px solid #9993;
  border-radius: 15px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.community.style-5 .content .commun-card {
  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;
  width: 33%;
  border-right: 1px solid #9993;
  padding: 10px 0;
}

.community.style-5 .content .commun-card .icon img {
  -webkit-filter: drop-shadow(-10px 10px 20px #084cba77);
  filter: drop-shadow(-10px 10px 20px #084cba77);
  -webkit-animation: 1s ease-in-out infinite alternate both scale_up_down;
  animation: 1s ease-in-out infinite alternate both scale_up_down;
}

.community.style-5 .content .commun-card .inf h5 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.1;
}

.screenshots.style-4 {
  background-color: #f0eff5;
  overflow: hidden;
  padding-top: 100px;
  position: relative;
  height: 700px;
}

.screenshots.style-4::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #fff;
  z-index: 10;
}

.screenshots.style-4 .screenshots-slider {
  position: absolute;
  top: 110px;
  width: calc(100% + 120px);
  left: -60px;
}

.screenshots.style-4 .screenshots-slider .img {
  margin: 0 auto;
  height: 420px;
  width: 190px;
}

.screenshots.style-4 .screenshots-slider .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.screenshots.style-4 .mob-hand {
  pointer-events: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-33%);
  -ms-transform: translateX(-33%);
  transform: translateX(-33%);
  height: 600px;
  z-index: 10;
}

.features.style-4 {
  background-color: #f0eff5;
  position: relative;
  overflow: hidden;
}

.features.style-4 .img-circle {
  position: absolute;
  top: 40px;
  width: 76%;
  left: 12%;
  max-height: unset;
  -webkit-animation: 100s linear infinite both rotate-center;
  animation: 100s linear infinite both rotate-center;
}

.features.style-4 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

.features.style-4 .content .features-card .icon {
  width: 125px;
  height: 125px;
  display: block;
  margin: 0 auto 30px;
  position: relative;
}

.features.style-4 .content .features-card .icon .label {
  position: absolute;
  top: 0;
  right: -5px;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 10px;
}

.clients.style-5 .content .img,
.number-card.style-6 {
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
}

.features.style-4 .content .features-card h6 {
  font-weight: 700;
  font-size: 15px;
  line-height: 23px;
}

.features-card.style-5 {
  display: block;
  padding: 40px;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
}

.features-card.style-5:hover {
  -webkit-box-shadow: 0 46px 77px 0 #0a2b5326;
  box-shadow: 0 46px 77px 0 #0a2b5326;
}

.features-card.style-5 .icon {
  margin-bottom: 40px;
}

.features-card.style-5 .icon img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: drop-shadow(0 25px 20px #07397235);
  filter: drop-shadow(0 25px 20px #07397235);
}

.features-card.style-5 .card-title {
  color: #000;
  font-size: 17.5px;
  font-weight: 700;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.features-card.style-5 .text {
  font-size: 12.5px;
  line-height: 1.8;
  color: #000;
}

.number-card.style-6 {
  border-right: 1px solid #9993;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px;
}

.number-card.style-6 h2 {
  font-size: 45px;
  color: var(--color-blue6);
}

.number-card.style-6 .text {
  font-size: 15px;
  color: #000;
  line-height: 1.5;
  text-transform: capitalize;
}

.clients.style-4 {
  background-color: #f0eff5;
  position: relative;
  z-index: 25;
}

.clients.style-5 .content .img {
  padding: 30px;
  text-align: center;
  border-radius: 20px;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 5px;
  height: 150px;
}

.single-project.style-5 .share .social-icon,
footer.style-1 .social_icons a {
  -webkit-box-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
}

.clients.style-5 .content .img.img-card {
  width: 19%;
}

.clients.style-5 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}

.chat-banner.style-3 {
  background-color: #2f8cff;
  position: relative;
}

.chat-banner.style-3 .info h3 {
  font-size: 27px;
  color: #fff;
  text-transform: capitalize;
}

footer.style-5 .items .title,
footer.style-6 .items .title {
  margin-bottom: 30px;
  color: #000;
  font-weight: 700;
}

.chat-banner.style-3 .info h3 span {
  font-weight: 400;
  font-style: italic;
  position: relative;
}

.chat-banner.style-3 .info h3 span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
  width: 240px;
  height: 35px;
  background-image: url(../images/info_h1_line1.png);
  background-size: 240px;
  background-repeat: no-repeat;
  background-position: left;
}

.contact.style-1 .content .contact_info p {
  color: #fff;
  font-size: 13px;
}

.contact.style-1 .content .contact_info ul {
  margin: 50px 0;
}

.contact.style-1 .content .contact_info ul li {
  color: #fff;
  margin: 15px 0;
}

.contact.style-1 .content .contact_info ul li strong {
  margin-right: 5px;
}

.contact.style-1 .content .contact_info a {
  color: #fff;
  text-decoration: underline !important;
  text-transform: uppercase;
  font-size: 13px;
}

.contact.style-1 .content .contact_form .form-control,
.contact.style-1 .content .contact_form .form-select {
  border: 0;
  font-size: 13px;
  min-height: 50px;
}

.contact.style-1 .content .contact_form textarea {
  min-height: 125px !important;
}

.contact.style-1 .contact_globe {
  position: absolute;
  left: 0;
  top: -10%;
  width: 47%;
  height: 120%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  max-height: none;
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
  opacity: 0.3;
  -webkit-animation: 100s linear infinite both rotate-center;
  animation: 100s linear infinite both rotate-center;
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact.style-2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 250px;
}

.contact.style-2 .global_2 {
  position: absolute;
  left: 25%;
  bottom: -500px;
  width: 55%;
  z-index: 2;
  opacity: 0.7;
  -webkit-animation: 100s linear infinite both rotate-center;
  animation: 100s linear infinite both rotate-center;
}

.contact.style-6 .content {
  position: relative;
  border-top: 10px solid var(--color-blue6);
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  padding: 100px 15px;
}

.contact.style-6 .content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(45deg,
      transparent,
      #def1fa,
      transparent,
      #e8e8f3,
      transparent);
  background: -o-linear-gradient(45deg,
      transparent,
      #def1fa,
      transparent,
      #e8e8f3,
      transparent);
  background: linear-gradient(45deg,
      transparent,
      #def1fa,
      transparent,
      #e8e8f3,
      transparent);
  background-size: 400% 400%;
  -webkit-animation: 20s linear infinite gradient;
  animation: 20s linear infinite gradient;
  border-radius: 30px;
  overflow: hidden;
}

.contact.style-6 .content .contact_a {
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 30px;
  pointer-events: none;
  max-width: 20%;
}

.contact.style-6 .content .contact_message {
  position: absolute;
  right: -150px;
  top: 100px;
  border-bottom-left-radius: 30px;
  pointer-events: none;
  max-width: 30%;
}

.contact.style-6 .form-group textarea {
  border: 1px solid #9994 !important;
}

.contact.style-6 .form-group .form-control,
.contact.style-6 .form-group .form-select {
  border: none;
  border: 1px solid #9994;
  border-radius: 5px;
  min-height: 45px;
  font-size: 14px;
  padding: 10px 10px;
  font-weight: 400;
  color: grey !important;
}

.contact.style-6 .form-group .form-control:focus,
.contact.style-6 .form-group .form-select:focus {
  border-color: var(--color-blue6);
  -webkit-box-shadow: none;
  box-shadow: none;
}

@-webkit-keyframes gradient {

  0%,
  100% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes gradient {

  0%,
  100% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.download.style-5 .content h2 span .head-pen {
  position: absolute;
  right: 102%;
  bottom: -5px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

footer.style-1 {
  background-color: #000;
  position: relative;
}

footer.style-1 .foot_l {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

footer.style-1 .foot_r {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
}

footer.style-1 .content {
  padding: 90px 0 70px;
  position: relative;
  z-index: 5;
}

footer.style-1 a,
footer.style-1 li,
footer.style-1 p {
  font-size: 13px;
  color: #aaa7a7;
}

footer.style-1 .text {
  color: #fff;
  font-size: 16px;
}

footer.style-1 .foot_info li {
  margin: 20px 0;
}

footer.style-1 .foot_info li i {
  color: var(--color-main);
  font-size: 16px;
}

footer.style-1 .social_icons {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer.style-1 .social_icons a {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #2c2c2c;
  color: #aaa7a7;
  margin: 5px;
}

footer.style-1 .links,
footer.style-4 .foot .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer.style-1 .links li {
  margin: 8px 0;
}

footer.style-1 .link_title {
  color: #fff;
  margin: 10px 0 15px;
}

footer.style-1 .foot_subscribe input {
  background: #1f1f1f;
  color: #fff;
  font-size: 12px;
  border: 0;
}

footer.style-1 .foot_subscribe input::-webkit-input-placeholder {
  color: #fff;
}

footer.style-1 .foot_subscribe input:-ms-input-placeholder {
  color: #fff;
}

footer.style-1 .foot_subscribe input::-ms-input-placeholder {
  color: #fff;
}

footer.style-1 .foot_subscribe input::placeholder {
  color: #fff;
}

footer.style-1 .foot {
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #fff3;
}

footer.style-2 {
  background-color: #010040;
}

footer.style-3,
footer.style-5,
footer.style-6 {
  position: relative;
  padding-top: 100px;
  overflow: hidden;
}

footer.style-3 .items .title {
  font-weight: 700;
  margin-bottom: 30px;
}

.mainrfooter,
footer.style-3 .items .socail-icons,
footer.style-5 .items .socail-icons,
footer.style-6 .items .socail-icons {
  margin-top: 30px;
}

footer.style-3 .items .socail-icons a:hover {
  background-color: var(--color-blue2) !important;
  color: #fff !important;
}

footer.style-3 .items ul li,
footer.style-5 .items ul li,
footer.style-6 .items ul li {
  margin: 5px 0;
}

footer.style-3 .foot,
footer.style-5 .foot,
footer.style-6 .foot {
  padding: 35px 0 30px;
  position: relative;
  margin-top: 80px;
}

footer.style-3 .foot .logo,
footer.style-5 .foot .logo,
footer.style-6 .foot .logo {
  width: 120px;
}

footer.style-3 .foot .testi_lines {
  position: absolute;
  top: -10px;
}

.portfolio-page.style-1 .download.style-5 .contact_globe,
footer.style-3 .contact_globe {
  position: absolute;
  height: 150%;
  max-height: none;
  width: 60%;
  top: -25%;
  left: 20%;
  opacity: 0.15;
  -webkit-animation: 100s linear infinite both rotate-center;
  animation: 100s linear infinite both rotate-center;
}

footer.style-4 {
  position: relative;
  background-color: #f0eff5;
  margin-top: 200px;
}

footer.style-4 .wave {
  position: absolute;
  left: -3%;
  bottom: 95%;
  width: 106%;
  max-width: unset;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  z-index: 20;
}

footer.style-4 .container {
  position: relative;
  z-index: 25;
}

footer.style-4 .foot {
  border-bottom: 1px solid #9999;
  padding: 30px 0;
}

footer.style-4 .foot .links li a {
  font-size: 12px;
  margin: 0 15px;
  font-weight: 700;
}

footer.style-4 .copywrite {
  padding: 35px 0;
}

footer.style-5 .items .title {
  line-height: 1;
  font-size: 16px;
}

.product-page .product-info .socail-icons a:hover,
footer.style-5 .items .socail-icons a:hover {
  background-color: #4cc488 !important;
  color: #fff !important;
}

footer.style-6 .items .socail-icons a:hover {
  background-color: var(--color-blue6) !important;
  color: #fff !important;
}

footer.style-6 .form .form-group .icon {
  position: absolute;
  top: 12px;
  left: 15px;
}

footer.style-6 .form .form-group input {
  width: 100%;
  border: 1px solid #9993;
  border-radius: 30px;
  min-height: 45px;
  font-size: 12px;
  padding: 0 40px;
}

footer.style-6 .form .form-group button {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: var(--color-blue6);
  border: 0;
  color: #fff;
}

.portfolio-page.style-1 .portfolio-projects.style-1 .controls {
  text-align: center;
  margin-bottom: 50px;
}

.portfolio-page.style-1 .portfolio-projects.style-1 .controls button {
  border: 0;
  background: 0 0;
  font-weight: 700;
  text-transform: capitalize;
  margin: 10px;
}

.portfolio-page.style-1 .download.style-5 .content h2 span .head-pen {
  right: auto;
  left: 102%;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.single-project.style-5 .about-app.style-5 .about-cards .about-card {
  text-align: center;
  padding: 15px;
}

.single-project.style-5 .about-app.style-5 .about-cards .about-card small {
  font-size: 11px;
  color: #999;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.single-project.style-5 .about-app.style-5 .about-cards .about-card h6 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.single-project.style-5 .about-app.style-5 .img-content .img .circle {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 15%;
  height: 70%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  -webkit-animation: 100s linear infinite reverse both rotate-center;
  animation: 100s linear infinite reverse both rotate-center;
}

.single-project.style-5 .about-app.style-5 .img-content .img .bubbls {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  -webkit-animation: 100s linear infinite both rotate-center;
  animation: 100s linear infinite both rotate-center;
}

.single-project.style-5 .screenshots::after {
  position: absolute;
  content: "";
  background-image: url(../images/about_s4_wave.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 30px;
  top: -1px;
  left: 0;
  z-index: 10;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.single-project.style-5 .share .social-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f3f7fe;
  color: #000;
  font-size: 12px;
  margin: 20px 3px 0;
}

.blog-page.style-5 .blog-comments .comment-card .social-icons a:hover,
.blog-page.style-5 .related-postes-slider .swiper-button-next:hover,
.blog-page.style-5 .related-postes-slider .swiper-button-prev:hover,
.blog-page.style-5 .side-blog .side-share .social-icon:hover,
.blog-page.style-5 .side-tags a:hover,
.single-project.style-5 .share .social-icon.hover-blue4:hover,
.single-project.style-5 .share .social-icon:hover {
  background-color: #5eb300;
  color: #fff;
}

.blog-page.style-5 .blog-details-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.blog-page.style-5.color-4 .blog-details-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.blog-page.style-5.color-4 .blog-page.style-5 .blog-comments .comment-card .social-icons a:hover,
.blog-page.style-5.color-4 .related-postes-slider .swiper-button-next:hover,
.blog-page.style-5.color-4 .related-postes-slider .swiper-button-prev:hover,
.blog-page.style-5.color-4 .side-blog .side-share .social-icon:hover,
.blog-page.style-5.color-4 .side-tags a:hover,
.shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-slider-range,
.shop-page.style-grad .filter .filter-card .slider-range-content .amount-input button,
.shop-page.style-grad .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-slider-range,
.shop-page.style-grad .products-content .products .product-card .btn,
.shop-page.style-grad .products-content .top-filter .r-side .grid-list-btns .bttn.active,
.shop-page.style-grad .products-content .top-filter .r-side .grid-list-btns .bttn:hover,
.single-project.style-5 .slider-style-6 .swiper-button-next:hover,
.single-project.style-5 .slider-style-6 .swiper-button-prev:hover {
  background-color: #5eb300;
}

.services-page .features {
  background-color: #e7f1ff;
}

.about-page header.style-5 .main-vid {
  position: relative;
  height: 570px;
  border-radius: 20px;
  overflow: hidden;
  border: 10px solid #ffffff01;
  margin-top: 150px;
  -webkit-box-shadow: 0 30px 40px 0 rgba(109, 121, 141, 0.3);
  box-shadow: 0 30px 40px 0 rgba(109, 121, 141, 0.3);
}

.culture.style-5 .culture-card::after,
.culture.style-5 .culture-card::before {
  z-index: 10;
  border-radius: 3px;
  position: absolute;
  opacity: 0;
  background-color: #fff;
  content: "";
}

.about-page header.style-5 .main-vid img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-page header.style-5 .main-vid .play-icon {
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  width: 100px;
  height: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  background-color: #5eb300;
  -webkit-box-shadow: 0 5px 0 0 #5eb300;
  box-shadow: 0 5px 0 0 #5eb300;
  -webkit-filter: drop-shadow(0 13px 20px #0008);
  filter: drop-shadow(0 13px 20px #0008);
  -webkit-animation: 1s ease-in-out infinite alternate both scale_up_down;
  animation: 1s ease-in-out infinite alternate both scale_up_down;
}

.about-page header.style-5 .hand-mega {
  position: absolute;
  width: 17%;
  top: 9%;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
  z-index: 2;
}

.about-page header.style-5 .head6-rating {
  position: absolute;
  width: 18%;
  top: 27%;
  left: 15%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
}

.about-page header.style-5 .head6-charts {
  position: absolute;
  width: 14%;
  top: 7%;
  right: 10%;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 2;
}

.about-page header.style-5 .head6-rocket {
  position: absolute;
  width: 20%;
  top: 25%;
  right: -30px;
  z-index: 2;
}

.about-page .contact .content {
  border-top: 10px solid #5eb300;
}

.about-page .contact.style-6 .form-group .form-control:focus,
.about-page .contact.style-6 .form-group .form-select:focus,
.contact-page.style-5 .contact.style-6 .form-group .form-control:focus,
.contact-page.style-5 .contact.style-6 .form-group .form-select:focus,
.product-page .product-slider .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .img {
  border-color: #5eb300;
}

.culture.style-5 .culture-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  max-height: 500px;
}

.culture.style-5 .culture-card::after {
  height: 50px;
  width: 3px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.culture.style-5 .culture-card::before {
  height: 3px;
  width: 50px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.culture.style-5 .culture-card .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
}

.culture.style-5 .culture-card:hover::after {
  top: 50%;
  opacity: 1;
}

.culture.style-5 .culture-card:hover::before {
  left: 50%;
  opacity: 1;
}

.contact-page.style-5 .map iframe {
  width: 100%;
  margin-bottom: -6px;
}

.blog-page.style-5 .blog-details-slider .content-card .img {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.blog-page.style-5 .blog-details-slider .content-card .img.overlay::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear,
      left bottom,
      left top,
      from(#000000e1),
      color-stop(#0005),
      to(transparent));
  background-image: -webkit-linear-gradient(bottom,
      #000000e1,
      #0005,
      transparent);
  background-image: -o-linear-gradient(bottom, #000000e1, #0005, transparent);
  background-image: linear-gradient(to top, #000000e1, #0005, transparent);
}

.blog-page.style-5 .blog-details-slider .content-card .img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.blog-page.style-5 .blog-details-slider .content-card .info {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 4vw;
  color: #fff;
}

.blog-page.style-5 .blog-details-slider .content-card .info .date {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.blog-page.style-5 .blog-details-slider .content-card .info .title {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 0.6s 0.1s;
  -o-transition: 0.6s 0.1s;
  transition: 0.6s 0.1s;
}

.blog-page.style-5 .blog-details-slider .content-card .info .text-info {
  opacity: 0;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 0.6s 0.2s;
  -o-transition: 0.6s 0.2s;
  transition: 0.6s 0.2s;
}

.blog-page.style-5 .blog-details-slider .swiper-slide-active .content-card .info h2,
.blog-page.style-5 .blog-details-slider .swiper-slide-active .content-card .info p,
.blog-page.style-5 .blog-details-slider .swiper-slide-active .content-card .info small {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.blog-page.style-5 .blog-details-slider .swiper-pagination {
  width: 100%;
  bottom: 0;
  text-align: right;
  padding: 30px 4vw;
}

.blog-page.style-5 .blog-details-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.blog-page.style-5 .blog-details-slider .swiper-button-next,
.blog-page.style-5 .blog-details-slider .swiper-button-prev {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 15px;
  width: 50px;
  height: 50px;
}

.blog-page.style-5 .blog-details-slider .swiper-button-next::after,
.blog-page.style-5 .blog-details-slider .swiper-button-prev::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.blog-page.style-5 .blog-details-slider .swiper-button-next,
.blog-page.style-5 .blog-details-slider .swiper-container-rtl .swiper-button-prev {
  right: -35px;
}

.blog-page.style-5 .blog-details-slider .swiper-button-next::after,
.blog-page.style-5 .blog-details-slider .swiper-container-rtl .swiper-button-prev::after {
  font-size: 16px;
  margin-right: 20px;
  margin-top: 23px;
}

.blog-page.style-5 .blog-details-slider .swiper-button-prev,
.blog-page.style-5 .blog-details-slider .swiper-container-rtl .swiper-button-next {
  left: -35px;
}

.blog-page.style-5 .blog-details-slider .swiper-button-prev::after,
.blog-page.style-5 .blog-details-slider .swiper-container-rtl .swiper-button-next::after {
  font-size: 16px;
  margin-left: 25px;
  margin-bottom: 22px;
}

.blog-page.style-5 .popular-posts .post-sc-title {
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 20px;
}

.blog-page.style-5 .popular-posts .card {
  padding: 0 15px;
}

.blog-page.style-5 .popular-posts .card .img {
  height: 200px;
  overflow: hidden;
}

.blog-page.style-5 .all-news .card .img,
.emprty-about {
  height: 200px;
}

.blog-page.style-5 .all-news .card .card-body .card-title {
  min-height: unset;
  max-width: unset;
}

.blog-page.style-5 .all-news .card .card-body {
  position: relative;
  padding-bottom: 40px !important;
  height: 100%;
}

.blog-page.style-5 .all-news .card .card-body .auther-comments {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.blog-page.style-5 .side-blog {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

.blog-page.style-5 .side-blog .title {
  font-size: 16px;
  font-weight: 600 !important;
  letter-spacing: 2px;
}

.blog-page.style-5 .side-blog .search-form .form-group .form-control {
  min-height: 50px;
  font-size: 12px;
  padding: 10px 50px 10px 20px;
}

.blog-page.style-5 .side-blog .search-form .form-group .search-btn {
  position: absolute;
  right: 10px;
  bottom: 12px;
}

.blog-page.style-5 .side-blog .side-recent-post .post-card .img {
  height: 60px;
  width: 30%;
  border-radius: 10px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.blog-page.style-5 .side-blog .side-recent-post .post-card .inf h6 {
  color: #000;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
}

.blog-page.style-5 .side-blog .side-categories .cat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
  font-size: 11px;
  text-transform: uppercase;
  padding: 10px 0;
  border-bottom: 1px solid #9995;
}

.blog-page.style-5 .side-blog .side-categories .cat-item:hover {
  color: #5eb300;
  font-weight: 700;
}

.blog-page.style-5 .side-blog .side-newsletter {
  background-color: #eaeef2;
  padding: 50px 30px;
  border-radius: 20px;
}

.blog-page.style-5 .side-blog .side-newsletter .text {
  font-size: 11px;
  color: #000;
  line-height: 1.5;
}

.blog-page.style-5 .side-blog .side-share .social-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f3f7fe;
  color: #000;
  font-size: 12px;
  margin: 0 3px;
}

.blog-page.style-5 .side-blog .side-insta .insta-img {
  height: 80px;
  width: 31%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.blog-page.style-5 .side-blog .side-insta .insta-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog-page.style-5 .side-blog .side-insta .insta-img .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  margin-top: 15px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.blog-page.style-5 .side-blog .side-insta .insta-img:hover .icon {
  opacity: 1;
  margin: 0;
}

.blog-page.style-5 .blog-content-info .info-imgs .img img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.blog-page.style-5 .blog-content-info .twitter-info .twitter-card {
  padding: 5vw;
  border-top: 2px solid #000;
}

.blog-page.style-5 .blog-content-info .twitter-info .twitter-card .twitter-header .twitter-icon {
  font-size: 25px;
  color: #0cf;
}

.blog-page.style-5 .side-tags a {
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #eef4f8;
  margin-bottom: 4px;
}

.blog-page.style-5 .blog-share .share-icons a i {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  -webkit-margin-end: 5px;
  margin-inline-end: 5px;
  border-radius: 50%;
}

.blog-page.style-5 .blog-share .share-icons a i.fa-facebook-f {
  background-color: #3b5999;
}

.blog-page.style-5 .blog-share .share-icons a i.fa-twitter {
  background-color: #55acee;
}

.blog-page.style-5 .blog-share .share-icons a i.fa-tumblr {
  background-color: #2b4b6a;
}

.blog-page.style-5 .blog-share .share-icons a i.fa-rss {
  background-color: #fb7000;
}

.blog-page.style-5 .blog-comments .comment-card {
  background-color: #f4f8fc;
}

.blog-page.style-5 .blog-comments .comment-card .social-icons a {
  background-color: #dce1e5;
}

.blog-page.style-5 .related-postes-slider .swiper-slide-active::after,
.blog-page.style-5 .related-postes-slider .swiper-slide-prev::after {
  position: absolute;
  content: "";
  right: -40px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #9994;
}

.blog-page.style-5 .related-postes-slider .swiper-button-next,
.blog-page.style-5 .related-postes-slider .swiper-button-prev {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
}

.blog-page.style-5 .related-postes-slider .swiper-button-next,
.blog-page.style-5 .related-postes-slider .swiper-container-rtl .swiper-button-prev {
  right: 0;
  top: -60px;
}

.blog-page.style-5 .related-postes-slider .swiper-button-prev,
.blog-page.style-5 .related-postes-slider .swiper-container-rtl .swiper-button-next {
  left: auto;
  right: 50px;
  top: -60px;
}

.shop-page .filter .filter-card {
  padding: 20px 15px;
  border-radius: 10px;
  background-color: #f0f4f8;
  text-transform: capitalize;
}

.shop-page .filter .filter-card .card-title {
  font-size: 15px;
  color: #000;
  font-weight: 800;
  margin-bottom: 15px;
}

.shop-page .filter .filter-card .cat-link {
  color: #000;
  font-size: 11px;
  font-weight: 600;
}

.shop-page .filter .filter-card .category-checkRadio {
  padding: 0;
  line-height: 1;
}

.shop-page .filter .filter-card .accordion .accordion-button {
  color: #000;
  font-size: 11px;
  font-weight: 600;
  padding: 0;
  background: 0 0;
  margin-bottom: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.shop-page .filter .filter-card .accordion .accordion-button::after {
  background-size: 0.8rem;
  background-position: center;
}

.shop-page .filter .filter-card .filter-card-item {
  padding-bottom: 15px;
  border-bottom: 1px solid #9994;
  margin-bottom: 20px;
}

.shop-page .filter .filter-card .filter-card-item .sub-tilte {
  font-size: 11px;
  color: #000;
  font-weight: 800;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
}

.shop-page .filter .filter-card .filter-card-item .filter-card-body .filter-card-scroll {
  max-height: 130px;
  overflow-x: hidden;
  overflow-y: auto;
}

.shop-page .filter .filter-card .filter-card-item .filter-card-body .filter-card-scroll::-webkit-scrollbar {
  height: 10px;
  width: 5px;
  background: #dfdfdf;
  border-radius: 10px;
}

.shop-page .filter .filter-card .filter-card-item .filter-card-body .filter-card-scroll::-webkit-scrollbar-thumb {
  background: #5eb300;
  -webkit-border-radius: 0;
  border-radius: 10px;
}

.shop-page .filter .filter-card .filter-card-item .filter-card-body .filter-card-scroll::-webkit-scrollbar-corner {
  background: #5eb300;
  border-radius: 10px;
}

.shop-page .filter .filter-card .filter-card-item .search-group {
  position: relative;
  margin-bottom: 25px;
}

.shop-page .filter .filter-card .filter-card-item .search-group input {
  width: 100%;
  background-color: #fff;
  border: 0;
  border-radius: 5px;
  padding: 10px;
  font-size: 11px;
  min-height: 40px;
  -webkit-padding-end: 20px;
  padding-inline-end: 20px;
}

.shop-page .filter .filter-card .filter-card-item .search-group button {
  position: absolute;
  right: 8px;
  top: 10px;
  font-size: 13px;
  border: 0;
  background: 0 0;
}

.shop-page .filter .filter-card .category-checkBox {
  font-size: 11px;
  color: #000;
  text-transform: capitalize;
}

.shop-page .filter .filter-card .slider-range-content .amount-input .amount {
  width: 35%;
  -webkit-margin-end: 5%;
  margin-inline-end: 5%;
  border-radius: 7px;
  background-color: #fff;
  font-size: 12px;
  overflow: hidden;
  padding: 6px 10px;
}

.shop-page .filter .filter-card .slider-range-content .amount-input .amount small {
  font-size: 10px;
  color: #999;
}

.shop-page .filter .filter-card .slider-range-content .amount-input .amount input {
  border: 0;
  width: 100%;
}

.shop-page .filter .filter-card .slider-range-content .amount-input button {
  width: 50px;
  height: 50px;
  background-color: #5eb300;
  border: 0;
  color: #fff;
  border-radius: 7px;
  text-transform: capitalize;
}

.shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal {
  margin-top: 25px;
  height: 6px;
  border: 0;
  background-color: #dfdfdf;
}

.shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-button,
.shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-state-default,
.shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-widget-content .ui-state-default,
.shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-widget-header .ui-state-default,
.shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal html .ui-button.ui-state-disabled:active,
.shop-page .filter .filter-card .slider-range-content .ui-slider-horizontal html .ui-button.ui-state-disabled:hover {
  border: 0;
  background: #5eb300;
  border-radius: 50%;
  width: 1em;
  height: 1em;
}

.shop-page .products-content .top-filter {
  padding: 15px 0;
}

.shop-page .products-content .top-filter .r-side .form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
}

.shop-page .products-content .top-filter .r-side .form .form-group label {
  color: #999;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-margin-end: 15px;
  margin-inline-end: 15px;
}

.shop-page .products-content .top-filter .r-side .form .form-group .form-select {
  border: 0;
  background-color: #f0f4f8;
  font-size: 11px;
  min-height: 35px;
  border-radius: 12px;
}

.shop-page .products-content .top-filter .r-side .grid-list-btns .bttn {
  width: 35px;
  height: 35px;
  font-size: 17px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f0f4f8;
  color: #000;
  -webkit-margin-start: 10px;
  margin-inline-start: 10px;
  cursor: pointer;
}

.shop-page .products-content .top-filter .r-side .grid-list-btns .bttn.active,
.shop-page .products-content .top-filter .r-side .grid-list-btns .bttn:hover {
  color: #fff;
  background-color: #5eb300;
}

.product-page .product-card,
.shop-page .products-content .products .product-card {
  border: 1px solid #ededed;
  padding: 30px 15px 15px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 24px;
}

.product-page .product-card:hover,
.shop-page .products-content .products .product-card:hover {
  padding-bottom: 60px;
}

.product-page .product-card:hover .img img,
.shop-page .products-content .products .product-card:hover .img img {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.product-page .product-card:hover .info,
.shop-page .products-content .products .product-card:hover .info {
  margin-top: -25px;
}

.product-page .product-card:hover .btn,
.shop-page .products-content .products .product-card:hover .btn {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.product-page .product-card .img,
.shop-page .products-content .products .product-card .img {
  height: 130px;
}

.product-page .product-card .img img,
.shop-page .products-content .products .product-card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.product-page .product-card .info,
.shop-page .products-content .products .product-card .info {
  margin-top: 20px;
  min-height: 77px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.product-page .product-card .info .category,
.shop-page .products-content .products .product-card .info .category {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.product-page .product-card .info .title,
.shop-page .products-content .products .product-card .info .title {
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0;
}

.product-page .product-card .info .stars,
.shop-page .products-content .products .product-card .info .stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 9px;
  color: #d0d0d0;
}

.product-page .product-card .info .stars .active,
.product-page .product-details .stars .active,
.product-page .product-info .stars .active,
.shop-page .products-content .products .product-card .info .stars .active {
  color: #ffba00;
}

.product-page .product-card .info .rev,
.shop-page .products-content .products .product-card .info .rev {
  color: #999;
  font-size: 9px;
}

.product-page .product-card .price,
.shop-page .products-content .products .product-card .price {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 700;
}

.product-page .product-card .fav-btn.active,
.product-page .product-card .price .price-sale,
.product-page .product-info .fav-btn.active,
.shop-page .products-content .products .product-card .fav-btn.active,
.shop-page .products-content .products .product-card .price .price-sale {
  color: #f73312;
}

.product-page .product-card .price .old-price,
.shop-page .products-content .products .product-card .price .old-price {
  font-size: 11px;
  color: #999;
  text-decoration: line-through !important;
  -webkit-margin-start: 5px;
  margin-inline-start: 5px;
}

.product-page .product-card .btn,
.shop-page .products-content .products .product-card .btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: calc(100% - 30px);
  background-color: #5eb300;
  padding: 7px 15px;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  opacity: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.product-page .product-card .btn span,
.shop-page .products-content .products .product-card .btn span {
  font-size: 11px;
  color: #fff;
  font-weight: 700;
}

.product-page .product-card .label,
.shop-page .products-content .products .product-card .label {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 9px;
  border-radius: 4px;
  background-color: #f0f0f0;
  color: #000;
  padding: 3px 10px;
  text-transform: uppercase;
}

.product-page .product-card .label.new,
.shop-page .products-content .products .product-card .label.new {
  background-color: #ffb500;
}

.product-page .product-card .label.sale-off,
.shop-page .products-content .products .product-card .label.sale-off {
  background-color: #f73312;
  color: #fff;
}

.product-page .product-card .fav-btn,
.shop-page .products-content .products .product-card .fav-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 16px;
  color: #ccc;
  cursor: pointer;
}

.img-area-b,
.img-area-b2,
.shop-page .products-content .products.list-view .card-width,
.text-area-b2 {
  width: 50%;
}

.shop-page .products-content .products.list-view .product-card .img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 35%;
  margin-right: 10px;
}

.shop-page .products-content .products.list-view .product-card:hover {
  padding-top: 12px;
  padding-bottom: 35px;
}

.shop-page .products-content .products.list-view .product-card:hover .img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.shop-page .products-content .products.list-view .product-card:hover .info {
  margin-top: 25px;
}

.shop-page.style-grad .filter .filter-card .filter-card-item .filter-card-body .filter-card-scroll::-webkit-scrollbar-thumb {
  background: #5eb300;
}

.shop-page.style-grad .filter .filter-card .filter-card-item .filter-card-body .filter-card-scroll::-webkit-scrollbar-corner {
  background: #5eb300;
}

.product-page .related-products .related-products-slider .swiper-button-next:hover,
.product-page .related-products .related-products-slider .swiper-button-prev:hover,
.shop-page.style-grad .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-button,
.shop-page.style-grad .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-state-default,
.shop-page.style-grad .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-widget-content .ui-state-default,
.shop-page.style-grad .filter .filter-card .slider-range-content .ui-slider-horizontal .ui-widget-header .ui-state-default,
.shop-page.style-grad .filter .filter-card .slider-range-content .ui-slider-horizontal html .ui-button.ui-state-disabled:active,
.shop-page.style-grad .filter .filter-card .slider-range-content .ui-slider-horizontal html .ui-button.ui-state-disabled:hover {
  background: #5eb300;
}

.product-page .product-slider .gallery-thumbs {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
  height: 500px;
}

.product-page .product-slider .gallery-thumbs .swiper-slide {
  min-height: 75px;
  cursor: pointer;
}

.product-page .product-slider .gallery-thumbs .swiper-slide .img {
  width: 80px;
  height: 75px;
  border: 1px solid #9993;
  border-radius: 7px;
  padding: 8px;
}

.product-page .product-slider .gallery-top .swiper-slide .img {
  height: 500px;
  padding: 3vw;
  border: 1px solid #9993;
  border-radius: 7px;
}

.product-page .product-info .category {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.product-page .product-info .title {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0;
}

.product-page .product-info .stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 10px;
  color: #d0d0d0;
}

.product-page .product-info .rev {
  color: #999;
  font-size: 10px;
}

.product-page .product-info .price {
  font-size: 25px;
  color: #000;
  font-weight: 700;
  margin-top: 30px;
}

.product-page .product-info .info-text {
  font-size: 16px;
  color: #000;
  margin-top: 20px;
}

.product-page .product-info .info-list {
  margin-top: 15px;
  font-size: 16px;
  color: #000;
}

.product-page .product-info .color-quantity {
  padding: 20px 0;
  border-top: 1px solid #9993;
  margin-top: 25px;
}

.product-page .product-info .color-quantity .select-color .colors-content .form-check {
  padding: 0;
  margin-bottom: 0;
}

.product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 3px solid #fff;
}

.product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle.gray {
  background-color: #e3e3e3;
}

.product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle.blue {
  background-color: #1941c4;
}

.product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-label .color-circle.green {
  background-color: #9ac419;
}

.product-page .product-info .color-quantity .select-color .colors-content .form-check .form-check-input:checked~.form-check-label .color-circle {
  outline: #5eb300 solid 1px;
}

.product-page .product-info .qyt-addCart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-page .product-info .qyt-addCart .add-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  padding: 10px 15px;
  border: 1px solid #9993;
  width: 30%;
  border-radius: 30px;
}

.fs14,
.product-page .product-info .qyt-addCart .add-more .qt {
  font-size: 16px;
}

.product-page .product-info .qyt-addCart .btn {
  background-color: #5eb300;
  padding: 10px 30px;
  width: 40%;
}

.product-page .product-info .qyt-addCart .btn span {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
}

.product-page .product-info .fav-btn {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #0002;
  font-size: 15px;
  color: #ccc;
  cursor: pointer;
}

.product-page .product-details .nav-pills {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #0002;
  padding-bottom: 10px;
}

.product-page .product-details .nav-pills .nav-link {
  border: 0;
  background: 0 0;
  font-size: 25px;
  color: #000;
  text-transform: capitalize;
}

.product-page .product-details .content-info {
  padding: 50px 8vw;
}

.product-page .product-details .additional-info ul {
  border: 1px solid #0002;
}

.product-page .product-details .additional-info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 25px;
  font-style: 14px;
  color: #000;
  border-bottom: 1px solid #0002;
}

.product-page .product-details .stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  color: #d0d0d0;
}

.product-page .product-details .rate-stars {
  display: block;
  position: relative;
  text-align: end;
  margin-bottom: 30px;
  direction: rtl;
}

.product-page .product-details .rate-stars input {
  border-radius: 0;
  visibility: hidden;
  width: 20px;
  cursor: pointer;
}

.product-page .product-details .rate-stars input:after {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #eee;
  visibility: visible;
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-transition: -webkit-transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

.product-page .product-details .rate-stars input:checked:after {
  color: #fc0;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.product-page .product-details .rate-stars input:checked~input:after {
  color: #fc0;
}

.product-page .product-details .rate-stars input:not(:checked):after {
  color: #eee;
}

.product-page .related-products .title {
  font-size: 25px;
  margin-bottom: 35px;
}

.product-page .related-products .related-products-slider .swiper-button-next,
.product-page .related-products .related-products-slider .swiper-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #d8dee4;
}

.product-page .related-products .related-products-slider .swiper-button-next,
.product-page .related-products .related-products-slider .swiper-container-rtl .swiper-button-prev {
  right: -50px;
}

.product-page .related-products .related-products-slider .swiper-button-prev,
.product-page .related-products .related-products-slider .swiper-container-rtl .swiper-button-next {
  left: -50px;
}

@media screen and (max-width: 1100px) {
  .screenshots.style-4 .screenshots-slider .img {
    margin: 0 auto;
    width: 190px;
  }
}

@media screen and (max-width: 991px) {

  footer.style-2 .foot_links,
  footer.style-2 .text-center,
  footer.style-2 .text-end {
    text-align: initial !important;
  }

  .about.style-3 .top-content,
  .about.style-6 .info,
  .contact.style-2 .mb-70,
  .section-head h2,
  .shop-page .filter,
  .testimonials.style-4 .content .testi-cards .client_card .user_img,
  header.style-1 .info {
    margin-bottom: 30px;
  }

  .section-padding {
    padding: 70px 0;
  }

  .section-head h2 {
    font-size: 25px;
  }

  .about.style-3 .btm-content .img-right,
  .blog.style-3 .v_lines,
  .blog.style-6 .content .blog-card::after,
  .blog.style-6 .content .blog-card::before,
  .choose_us.style-1 .animated_logos,
  .choose_us.style-1 .choose-us-brands,
  .choose_us.style-1 .choose-us-bubbles,
  .choose_us.style-1 .choose-us-img,
  .choose_us.style-2 .choose-numbers .num-item br,
  .navbar.style-4 .navbar-nav .nav-item .nav-link:before,
  .portfolio.style-1 .portfolio-slider .swiper-button-next,
  .portfolio.style-1 .portfolio-slider .swiper-button-prev,
  .reviews_card.style-2 br,
  .style-4 br,
  .style-6 br,
  .testimonials.style-1 .content .info::after,
  .testimonials.style-4 .content .testi-cards .client_card .inf_content br,
  .top-navbar.style-1 .top-links,
  header.style-2 br,
  header.style-3 .main-img,
  header.style-4 .content .info br,
  header.style-6 .info .text br {
    display: none;
  }

  .top-navbar.style-1 .r-side {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
  }

  .navbar.style-1 {
    border-bottom: 1px solid #9993;
  }

  .blog.style-6 .content,
  .navbar.style-1 .nav-side {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .navbar.style-1 .nav-side .hotline {
    width: 100%;
    margin-bottom: 10px;
    border: 0;
  }

  .shop-page .products-content .products.list-view .card-width,
  .team.style-1 .content .team_box,
  header.style-1 .info .text {
    width: 100%;
  }

  .about.style-1 .content {
    padding: 30px;
  }

  .about.style-1 .content .num-item {
    padding: 15px;
    border: 1px solid #fff5;
    margin: 5px 0;
  }

  .testimonials.style-1 .content .vid_img {
    min-height: auto;
  }

  .team.style-6,
  .testimonials.style-1 .content .info,
  header.style-6 {
    padding: 0;
  }

  .choose_us.style-1 .info .btn,
  .contact.style-1 .content .contact_form,
  .navbar.style-2 .navbar-collapse,
  .navbar.style-4 .navbar-collapse,
  .pricing.style-2 .mt-50,
  footer.style-6 .items {
    margin-top: 30px;
  }

  .blog.style-1 .blog_slider .swiper-button-next,
  .blog.style-1 .blog_slider .swiper-button-prev {
    position: static;
    margin-top: 40px !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .contact.style-1 .content .contact_info ul,
  .features.style-4 .content .features-card {
    margin: 15px 0;
  }

  footer.style-1 .links {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar.style-2 {
    padding: 25px 0 !important;
    position: relative !important;
    background: var(--color-main-grad);
  }

  .navbar.style-2 .container {
    border: 0;
  }

  .navbar.style-2 .qoute-nav .btn {
    margin-left: auto;
    margin-right: 0;
  }

  .about.style-6,
  .blog.style-2,
  .choose-us.style-6,
  .choose_us.style-2,
  .faq.style-3.style-4,
  .pricing.style-2,
  .testimonials.style-4,
  .testimonials.style-6,
  header.style-4 {
    overflow: hidden;
  }

  .choose_us.style-2 .choose-numbers {
    margin-top: 50px;
  }

  .choose_us.style-2 .choose-numbers .num-item {
    width: 100%;
    border: 1px solid #fff3;
    margin: 5px 0;
    padding: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .choose_us.style-2 .choose-numbers .num-item .num {
    width: 100%;
    text-align: initial;
  }

  .pricing.style-2 .pricing_card.style-2 {
    border: 1px solid var(--color-lightBlue) !important;
    margin: 10px 0 !important;
    border-radius: 0 !important;
  }

  .blog-page.style-1 .popular-posts .border-end,
  .services_projects .service-box {
    border: 0 !important;
  }

  .blog.style-2 .card {
    padding: 10px;
    border: 1px solid #fff3 !important;
  }

  .blog.style-2 .card h4 {
    font-size: 1rem !important;
  }

  .blog.style-2 .mt-80,
  header.style-3 .content .info .h5 {
    margin-top: 40px;
  }

  .contact.style-2 {
    padding-bottom: 150px;
  }

  .contact.style-2 h2 {
    letter-spacing: 1px;
  }

  .contact.style-2 .global_2 {
    bottom: -120px;
  }

  .contact.style-2 .mb-50,
  footer.style-3 .foot .logo,
  footer.style-3 .items .title,
  footer.style-5 .foot .logo,
  footer.style-5 .items .title,
  footer.style-6 .foot .logo {
    margin-bottom: 20px;
  }

  footer.style-2 .foot_links {
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  footer.style-2 .foot_links a {
    width: 50%;
    margin: 10px 0 !important;
  }

  .navbar.style-3 {
    position: relative !important;
    background-color: #2f8cff;
    padding: 20px 0;
  }

  .navbar.style-3 .navbar-collapse {
    margin-top: 15px;
  }

  header.style-3 {
    padding: 0 0 30px;
  }

  .download.style-5 .content h2,
  header.style-3 .content .info .h1 {
    font-size: 28px;
  }

  header.style-3 .content .info .h1 span:before {
    width: 100px;
    background-size: 100px;
  }

  .style-3 .testi_lines {
    width: calc(100% - 30px) !important;
  }

  .about.style-3 .img-left {
    position: relative;
    top: 0;
    max-width: 100%;
    margin: 50px 0;
  }

  .about.style-3 .img-left .info-circle {
    width: 150px;
    height: 150px;
    outline: #fff solid 7px;
  }

  .about.style-3 .img-left .info-circle h2 {
    font-size: 35px;
  }

  .about.style-3 .img-left .info-circle small {
    font-size: 10px;
    text-transform: uppercase;
  }

  .about.style-3 .img-left .info-circle:nth-of-type(2) {
    width: 120px;
    height: 120px;
  }

  .about-page header.style-5 .info h1,
  .about.style-3 .img-left .info-circle:nth-of-type(2) h2,
  .section-head.style-5 h2,
  .section-head.style-6 h2,
  .section-head.style-6 h2 span small {
    font-size: 30px;
  }

  .about.style-3 .img-left .info-circle:nth-of-type(3) {
    width: 100px;
    height: 100px;
  }

  .about.style-3 .img-left .info-circle:nth-of-type(3) h2,
  .section-head.style-4 h2 {
    font-size: 25px;
  }

  .about.style-3 .img-left .info-circle:nth-of-type(4) {
    width: 110px;
    height: 110px;
  }

  .about.style-3 .img-left .info-circle:nth-of-type(4) h2 {
    font-size: 20px;
  }

  .about.style-3 .info .mb-70,
  .style-4 .mb-60 {
    margin-bottom: 30px !important;
  }

  .about.style-3 .btm-content {
    min-height: -webkit-max-content;
    min-height: -moz-max-content;
    min-height: max-content;
  }

  .about.style-3 .btm-content .mt-60,
  .blog.style-3 .client-logos,
  .pricing.style-3 .mt-60,
  header.style-4 .content .info .mt-50 {
    margin-top: 30px !important;
  }

  .pricing.style-3 .info,
  footer.style-3 .items,
  footer.style-5 .items,
  header.style-4 .content .info {
    margin-bottom: 50px;
  }

  .pricing.style-3 .text.mb-30 {
    margin-bottom: 15px !important;
  }

  .section-head.style-3 h3 {
    font-size: 21px;
  }

  .blog.style-3 .card .img {
    height: 150px;
    margin-bottom: 5px;
  }

  .blog.style-3 .client-logos .img {
    margin: 20px 0;
  }

  .chat-banner.style-3 .bttns {
    margin-top: 60px;
    text-align: start !important;
  }

  footer.style-3 .foot,
  footer.style-5 .foot {
    margin-top: 0;
  }

  .fs-10px {
    font-size: 8px !important;
  }

  .navbar.style-4 {
    background-color: #f0eff5;
    padding: 20px 0;
  }

  .style-4 .mb-70 {
    margin-bottom: 40px !important;
  }

  header.style-4 .content .info h1 {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 15px !important;
  }

  header.style-4 .content .info .title_small {
    margin-bottom: 20px !important;
  }

  header.style-4 .content .info .mt-100 {
    margin-top: 50px !important;
  }

  .download.style-5 .btn.sm-butn span,
  header.style-4 .content .info .btn,
  header.style-4 .content .info .small,
  header.style-4 .content .info small {
    font-size: 10px;
  }

  .clients.style-4 .client-logos .img {
    margin: 20px 0;
    text-align: center;
  }

  .features.style-4 .content,
  footer.style-4 .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about.style-4 .content {
    padding: 40px 0;
  }

  .testimonials.style-4 .content .testi-cards .client_card {
    right: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0 !important;
  }

  .testimonials.style-4 .content .testi-cards .client_card .inf_content {
    text-align: center;
  }

  .pricing.style-4 .content .row .col-lg-6:first-of-type .price-card {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid #e9e8ee;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .pricing.style-4 .content .row .col-lg-6:nth-of-type(2) .price-card {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .faq.style-3.style-4 .col-lg-6:first-of-type .accordion-item.border-0 {
    border-bottom: 1px solid #9995 !important;
  }

  .community.style-4 .content,
  .community.style-5 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px !important;
  }

  .community.style-4 .content .commun-card,
  .community.style-5 .content .commun-card {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 30px !important;
  }

  footer.style-4 {
    margin-top: 120px;
  }

  footer.style-4 .d-flex .btn {
    width: 100%;
    margin: 10px 0;
  }

  footer.style-4 .d-flex .btn.me-4 {
    margin-right: 0 !important;
  }

  footer.style-4 .foot .links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0;
  }

  footer.style-4 .foot .links li {
    width: 50%;
    margin: 5px 0;
  }

  footer.style-4 .foot .links li a {
    margin-left: 0;
  }

  footer.style-4 .wave {
    left: 0;
    width: 100%;
  }

  .screenshots.style-4 .screenshots-slider {
    width: 100%;
    left: 0;
  }

  .screenshots.style-4 .screenshots-slider .img {
    margin: 0 auto;
    width: 190px;
  }

  footer.style-4 .foot .logo {
    width: 160px;
  }

  .navbar.style-5 {
    border-bottom: 1px solid #9999;
  }

  .navbar.style-5 .navbar-collapse {
    margin-top: 20px;
    padding: 15px 0;
    background: #fff9;
  }

  .navbar.style-5 .nav-item .nav-link {
    padding-left: 0;
  }

  .about.style-5 .content .img {
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 50px;
  }

  .about.style-5 .content .img.main-img3 .img-body {
    max-height: 300px;
  }

  .download.style-5 .content h2 span {
    padding-bottom: 10px;
  }

  .download.style-5 .btn {
    margin: 10px 0;
  }

  .navbar.style-6 .container-fluid {
    padding: 0 20px;
  }

  .navbar.style-6 .container-fluid .navbar-collapse,
  header.style-6 .info .text {
    margin-top: 20px;
  }

  header.style-6 .content {
    padding: 100px 0 20px;
    border-radius: 0;
  }

  header.style-6 .info h1,
  header.style-6 .info h1 span small {
    font-size: 30px;
    line-height: 1.5;
  }

  header.style-6 .info .form {
    border-radius: 15px;
  }

  header.style-6 .info .form .form-group {
    width: 100%;
    margin: 8px 0;
  }

  header.style-6 .info .form .btn {
    width: 100%;
    margin-top: 15px;
  }

  .navbar.style-6 .nav-item .nav-link:after {
    display: inline-block !important;
  }

  .service-card.style-6 {
    margin: 15px;
  }

  .section-head.d-flex {
    display: block !important;
  }

  .projects.style-6 {
    overflow: hidden;
    padding: 0;
  }

  .projects.style-6 .content {
    border-radius: 0;
  }

  .blog.style-6 .content .blog-card:last-of-type,
  .projects.style-6 .content .project-card.style-6 {
    margin: 0;
  }

  .choose-us.style-6 .info {
    padding: 0 15px;
    margin-top: 30px;
  }

  .testimonials.style-6 .img {
    margin-top: 150px;
  }

  .clients.style-5 .content .img.img-card {
    width: 47%;
  }

  .number-card.style-6 {
    margin: 15px 0;
    border: 0 !important;
  }

  .team.style-6 .content {
    border-radius: 0;
    padding: 70px 0;
  }

  .team.style-6 .content .text-end {
    text-align: left !important;
    margin-top: 10px;
  }

  .team-card.style-6 .img .social-icons a {
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    opacity: 1;
  }

  .blog.style-6 .content .blog-card {
    width: 100% !important;
    margin-bottom: 30px;
  }

  footer.style-6 {
    padding-top: 40px;
  }

  footer.style-6 .items .title {
    margin-bottom: 15px;
  }

  footer.style-6 .foot {
    padding-top: 30px;
    line-height: 1.8;
  }

  .about-page header.style-5 .main-vid {
    height: 350px;
  }

  .about-page .choose-us.style-6 .info {
    padding: 30px 15px;
  }

  .about-page .clients .section-head {
    padding: 0 15px;
  }

  .about-page .culture {
    padding: 70px 15px;
  }

  .contact-page.style-5 .contact .content .contact_message,
  .contact.style-6 .content .contact_message {
    right: 0;
    top: 30px;
  }

  .contact-page.style-5 .section-head {
    margin-bottom: 50px !important;
  }

  .contact-page.style-5 .mb-100 {
    margin-bottom: 70px !important;
  }

  .contact-page.style-5 .ltspc-20 {
    letter-spacing: 3px !important;
    margin-bottom: 30px !important;
  }

  .contact-page.style-5 h4,
  .product-page .product-details .nav-pills .nav-link {
    font-size: 18px;
  }

  .product-page .related-products .related-products-slider .swiper-button-next,
  .product-page .related-products .related-products-slider .swiper-container-rtl .swiper-button-prev {
    right: 5px;
  }

  .product-page .related-products .related-products-slider .swiper-button-prev,
  .product-page .related-products .related-products-slider .swiper-container-rtl .swiper-button-next {
    left: 5px;
  }

  .product-page .product-slider {
    overflow: hidden;
    margin-bottom: 50px;
  }

  .product-page .product-slider .gallery-thumbs,
  .product-page .product-slider .gallery-top .swiper-slide .img {
    height: 370px;
  }

  .product-page .product-info .qyt-addCart .add-more {
    width: 25%;
  }
}

.banner-area .bg,
.banner-area-about .bg {
  background-color: #221b4f;
}

.comma-top,
.comma-top2 {
  transform: rotate(200deg);
}

.primarybtn {
  display: inline-block;
  color: #fff;
  padding: 15px 30px;
  border-radius: 4px;
  font-weight: 600;
  background-color: #5eb300;
  margin: 25px 0 0;
}

.footer-body {
  color: #fff !important;
  background: #221b4f;
}

.banner-img-details,
.bg-b2b {
  background-repeat: no-repeat;
}

.banner-area-about .img-right-side,
.bg-b2b {
  background-size: cover;
  background-position: center;
}

.text-area-b {
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

.box-bg2 p {
  font-size: 16px;
}



.bg-b2b {
  background-image: url(../images/index-bg.jpg);
  height: 350px;
}

.lead-data {
  font-weight: 900;
}

.product-details-main {
  background-image: url(../images/bg.jpg);
  padding: 2px 0;
}

.pro-sof {
  border-top: 2px solid #5eb300;
  width: 60px;
  margin-top: 17px !important;
  margin-right: 10px;
}

.p2 {
  font-size: 30px !important;
  font-weight: 300;
}

.ff p {
  font-size: 15px;
}

.banner-img-details {
  width: 100%;
}

.details-r {
  position: absolute;
  z-index: 2;
  padding: 80px;
  background: #eeeeee7d;
  width: 50%;
  border-radius: 20px;
}

.banner-img-details img {
  float: right;
  border-radius: 15px;
  width: 60%;
}

.explore {
  font-size: 30px;
  font-weight: 200;
}

.span {
  color: #2f8cff;
  font-size: 30px;
  font-weight: 600;
}

.ex-content {
  line-height: 10px;
}

.main1 {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 77%);
  height: fit-content;
}

.dot,
.dot-right {
  background-color: #2f8cff;
  width: 22px;
  height: 22px;
}

.banner-area-bottom {
  margin-top: -175px;
}

.banner-area-bottom .col-lg-8 {
  margin-top: 140px;
}

.borderstyle1 {
  border-bottom: 2px solid;
  position: relative;
  top: -12px;
  left: 7px;
}

.border-right {
  border-right: 5px solid #ff4500;
}

.other-about-paira {
  position: relative;
  padding-left: 65px;
}

.career-title,
.dot,
.dot-right,
.shape2 {
  position: absolute;
}

.border-left {
  border-left: 5px solid #ff4500;
}

.other-about-paira h6 {
  font-weight: 900;
  font-size: 20px;
}

.dot-right {
  top: 2px;
  right: -12px;
  z-index: 999;
  border: 3px solid #fff;
  border-radius: 50px;
}

.dot {
  top: -3px;
  left: -12px;
  border: 3px solid #fff;
  border-radius: 50px;
}

.other-about-paira h6,
.other-about-paira p {
  width: 90%;
  text-align: justify;
}

.banner-area-about .bg {
  /* clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%); */
}

.banner-area-about .img-right-side {
  background-image: url(../images/business6.jpg);
  height: 100%;
}

.heading-join {
  border-left: 4px solid #2f8cff;
  padding: 3px 3px 3px 20px;
}

.box-card {
  background: #fff;
  box-shadow: 0 0 10px -5px;
  padding: 10px;
  border-radius: 10px;
}

.bg-img-career {
  background-image: url(../images/shape1.png);
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
}

.career-title {
  color: #fff;
  border-bottom: 4px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 24%;
  left: 0;
  right: 0;
  width: 150px;
}

.btn-job-post {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  font-size: 13px;
  margin-top: 10px;
}

.shape2 {
  top: 141px;
}

.work-t input,
.work-t select {
  width: 260px;
  height: 40px;
  padding-left: 5px;
  border-bottom: 1px solid #e7e7e7 !important;
  outline: nono;
  box-shadow: none;
  border: none;
  margin: 10px;
  box-shadow: -3px 6px 23px -18px;
}

.work-t input:focus,
.work-t select:focus {
  border-color: #2f8cff !important;
}

.btn-submit-resume {
  border: 1px solid #e7e7e7;
  padding: 9px 35px;
  border-radius: 10px;
  background: linear-gradient(45deg, #2889ff, #2889ff91);
  color: #fff;
  font-size: 16px;
}

.btn-submit-resume:hover {
  background: linear-gradient(45deg, #2889ff91, #2889ff);
}

.card20 {
  width: 20rem;
}

.cardbodymain {
  position: relative;
  margin-top: -22px;
}

.careerimgh {
  height: 211px;
}

.brandtxt {
  letter-spacing: -1px;
}

.bg-testim {
  background: #3b6c51;
}

.bt {
  width: 60px;
  background: #fff;
  height: 2px;
  margin-top: 4px;
}

.comma-top {
  width: 35px;
}

.comma-top2 {
  margin-left: -15px;
  width: 35px;
}

.comma-bottom {
  width: 35px;
}

.comma-bottom2 {
  width: 35px;
  margin-left: -15px;
}

.box-testimonial {
  border: 3px solid #fff;
  border-radius: 20px;
  width: 90%;
  padding: 30px;
  color: #fff;
  min-height: 220px;
}

.comma1,
.comma2 {
  background: #3b6c51;
  padding: 7px;
  position: absolute;
}

.comma1 {
  top: -16px;
  left: -27px;
}

.comma2 {
  bottom: -16px;
  right: -27px;
}

.client {
  background-size: cover !important;
  width: 70px;
  height: 70px;
  background-position: 0 -5px !important;
  border-radius: 50px;
}

.main-testimonial {
  width: 90%;
  margin: auto;
}

.c-link {
  color: #fff;
  font-weight: 500;
}

.agencytxt,
.newbtn,
.pln-offer {
  font-weight: 500;
}

.c-link:hover,
.dmbtn:hover {
  color: #fff;
}

.client1rr {
  background: url(../images/client4.jpg);
}

.client2rr {
  background: url(../images/client2.jpg);
}

.client3rr {
  background-position: 0 0 !important;
  background: url(../images/client3.jpeg);
}

.concss,
.featln {
  background-color: #5eb300 !important;
}

.navbar-brand img {
  height: 60px;
}

.drop-nav:hover i {
  transform: rotate(180deg);
}

.drop-nav .our-product-sub {
  visibility: hidden;
  position: absolute;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 10px -5px;
  min-width: 145px;
  border-radius: 5px;
  left: 0;
  right: 0;
}

.drop-nav .our-product-sub li {
  padding: 7px 15px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
}

.drop-nav .our-product-sub li:first-child {
  border-bottom: 1px solid #dddddd54;
}

.drop-nav .our-product-sub li:hover {
  background-color: #43d5ff14;
}

.drop-nav:hover .our-product-sub {
  visibility: visible;
}

.bg-top-sec {
  background: #587569;
  padding: 20px 20px 50px;
}

.btn-web-design {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  margin-top: 10px;
}

.btn-web-design:focus,
.btn-web-design:hover {
  color: #fff;
  background-color: #ff4500;
}

.web-dev-img {
  margin-top: -50px;
  height: 240px;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 0 8px -2px #000;
}

.iframe-manager {
  display: none;
  visibility: hidden;
}

.content2 {
  position: absolute;
  top: 0;
  left: 0;
}

.w-business2 {
  width: 45%;
  margin: 40px;
  padding: 15px;
}

.w-business {
  padding: 5px 20px;
}

.slide-bottom {
  margin-top: -70px;
  margin-bottom: 40px;
}

.shap1 {
  padding: 20px;
  width: 260px;
  height: 290px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.agencytxt,
.faq-title h2,
.footer-body .logo,
.newbtn {
  display: inline-block;
}

.thankyou-wrapper img,
.w600 {
  width: 600px;
}

.slider {
  background-image: url("<?php echo $imgFullurl; ?>img/bannerimg.jpg");
  background-repeat: no-repeat !important;
  background-size: cover;
  height: 580px;
}

.abtcls {
  padding: 20px;
  box-shadow: 0 0 7px 0 #2e87d73b;
  background-color: #fff;
}

.newbtn {
  color: #fff;
  padding: 15px 30px;
  border-radius: 4px;
  background-color: #5eb300;
  margin: 25px 0 0;
  cursor: pointer;
}

.abtcls {
  min-height: 265px;
  max-width: 550px;
  margin: auto;
  position: relative;
  line-height: 31px !important;
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  padding: 90px 35px 70px;
  transition: .5s all ease;
  height: 100%;
}

.abt-icon,
.abtcls img {
  /* position: absolute; */
  right: 0;
  left: 0;
  margin: auto;
}

.abtcls img {
  width: 55px;
}

.abt-icon {
  width: 85px;
  height: 45px;
  background: #e8e9e9;
  border-radius: 0 0 50px 50px;
  top: 0;
  display: none;
}

.agencytxt {
  font-size: 15px;
  color: #9a9a9a;
  position: relative;
  letter-spacing: 2px;
}

.schedulebtn {
  color: #fff !important;
  background: #5eb300 !important;
  border-radius: 4px !important;
  border: none;
}

.aboutn,
.chooseab {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about-sub-title {
  text-align: center;
  max-width: 1000px;
  margin: auto;
}

.quot-builder-subtitle {
  text-align: center;
  max-width: 900px;
  margin: auto;
}

.itiimg {
  animation: unset !important;
}

.newbtna {
  background-color: #2995ec !important;
}

/* .discount-areass {
  background-image: linear-gradient(to bottom, rgb(0 128 236 / 56%), rgb(23 16 70)),
    url(../images/discount-bg.jpg);
  padding-top: 50px;
  padding-bottom: 30px;
} */

.discount-box{  background-color: #221b4f;   padding-top: 50px;}

.pln-offer {
  text-transform: uppercase;
  color: #5eb300;
}

.un {
  color: #fff !important;
}

.managercon {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  margin-top: 0;
  margin-bottom: 1rem;
}

.inner-data-e,
.text-area {
  font-family: Roboto, sans-serif;
}

.box-features p,
.mlrf {
  font-size: 16px;
  font-weight: 500;
}

.dis-img-crm,
.vidomp {
  border-radius: 10px;
}

.box-features {
  width: 100%;
  min-height: 200px;
  position: relative;
  background: #f6f6f6;
  flex-direction: column;
  align-items: center;
  text-align: center;
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  padding: 90px 35px 70px;
  height: 100%;
  transition: .4s all ease;
}

.box-features img {
  background: #ededed;
  border-radius: 15px;
  padding: 10px;
  height: 120px;
  width: 120px;
}

.text-justify {
  text-align: justify;
}

.chooseus2 {
  padding-top: 50px;
  padding-bottom: 50px;
  /* background-image: linear-gradient(to bottom, rgb(0 128 236 / 56%), rgb(23 16 70)); */
  /* background-color: #221b4f; */
}
.chooseus-bg{ background-color: #221b4f; }

.choosfff,
.imgaream,
.imgban {
  padding-top: 0 !important;
  margin-left: 0 !important;
}

.choose-us2 {
  padding-top: 10px;
  padding-bottom: 50px;
  background-color: #221b4f;
  color: #fff;
}

.footermainarea,
.navnp1 {
  padding: 0 !important;
}

.inftxt2 {
  text-align: center;
  margin-bottom: 40px;
}

.navnp1 {
  border-bottom: 1px solid #dddddd94;
}

.mlrf {
  color: #221b4f;
  margin-left: 16px;
  font-size: 24px;
  font-weight: 600;
}

.mlrf:hover{
  color: #5eb300;
}

.rot {
  transform: rotate(1.575rad) !important;
}

.footer-body {
  padding: 10px;
}

.crmtravname,
.infom {
  text-align: left;
  margin-top: 20px;
}

.gettouchcontent,
.paira-crm {
  text-align: left;
  margin-top: 10px;
}

.sale-innercontent {
  margin-top: 10px;
}

.servicelist {
  margin-top: 7px;
}

.mcolor {
  color: #45c886;
}

.webcolor {
  color: #ffc593;
}

.artmptt {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999999;
  width: auto;
  font-size: 26px;
  background: #19be41;
  display: flex;
  align-items: center;
  border-radius: 50px;
  color: #fff;
  padding: 8px 18px;
  gap: 6px;
}

.artmptt span {
  font-size: 16px;
}

.artmptt:hover {
  color: #fff;
}

.footer-body .header {
  position: relative;
  text-align: center;
  background: linear-gradient(60deg, #543ab7 0, #00acc1 100%);
  color: #fff;
}

.footer-body .logo {
  width: 50px;
  fill: #fff;
  padding-right: 15px;
  vertical-align: middle;
}

.footer-body .inner-header {
  width: 100%;
  margin: 0;
  padding: 0;
}

.footer-body .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.footer-body .waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  min-height: 100px;
  max-height: 150px;
}

.footer-body .content {
  position: relative;
  height: 35vh;
  text-align: left;
  background-color: #fff;
  padding-left: 40px;
  padding-right: 40px;
}

.footer-body .parallax>use {
  animation: 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite move-forever;
}

.footer-body .parallax>use:first-child {
  animation-delay: -2s;
  animation-duration: 7s;
}

.footer-body .parallax>use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}

.footer-body .parallax>use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}

.footer-body .parallax>use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

@media (max-width: 768px) {
  .footer-body .waves {
    height: 40px;
    min-height: 40px;
  }

  .footer-body .content {
    height: 30vh;
  }

  .footer-body h1 {
    font-size: 24px;
  }

  .iconResponsive {
    margin-left: 113px;
  }
}

.popcls {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000bd;
  display: none;
  z-index: 9999;
}

.popcont {
  margin: 5% auto auto;
  max-width: 500px;
  background-color: #fff;
  padding: 20px 10px;
  border-radius: 5px;
}

.popfoot {
  cursor: pointer;
  position: absolute;
  right: -12px;
  top: -15px;
}

.infss {
  margin-top: 5px;
}

.clips {
  clip-path: polygon(0 0, 100% 0%, 100% 82%, 0% 100%);
}

.borderstyle1 {
  color: #fe8101;
  width: 80px;
}

.b2bcc {
  font-size: 50px;
  padding: 15px 0;
}

.enquirydetailsdff,
.yourinquiry {
  display: none;
  font-size: 15px;
  font-weight: 700;
}

.pri2 {
  background-color: #009dff !important;
}

.banner-area1 {
  background-image: url(../images/our-product-banner.jpg);
  height: 350px;
  width: 100%;
  text-align: center;
}

.inner-data-e {
  padding-top: 110px;
}

.inner-data-e h1 {
  font-size: 40px;
  color: #fff;
}

.inner-data-e p {
  color: #fff;
  font-size: 26px;
  margin: 7px;
}

.section-padding2 {
  padding: 70px 0;
}

.portfolio-projects {
  background-image: url("<?php echo $imgFullurl; ?>img/banner/products-banner.jpg");
}

.banner-area-product .bg {
  background: #221b4f;
}

.banner-area-product .bg1 {
  clip-path: polygon(0 0, 100% 0%, 100% 87%, 0% 100%);
  background: #020024;
  background: linear-gradient(135deg, #020024 0, #016c9a 0, #035173 100%);
}

.card1-bg {
  background-color: #5bd1ea2e !important;
}

.card2-bg {
  background-color: #ffeded !important;
}

.card3-bg {
  background-color: #d5f6ea !important;
}

.card4-bg {
  background-color: #ebe5ff !important;
}

.card5-bg {
  background-color: #fff0e5 !important;
}

.card6-bg {
  background-color: #84d9dd85 !important;
}

.card7-bg {
  background-color: #f8ffdc !important;
}

.card8-bg {
  background-color: #2a84ff1a !important;
}

.card9-bg {
  background-color: #ffbfbf5e !important;
}

.banner-area-main {
  background-image: url(../images/contact.jpg);
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 320px;
  object-fit: cover;
}

.contactdt {
  padding-bottom: 50px;
  padding-top: 30px;
}

.leftcondetails {
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  height: fit-content;
}

.confrm {
  margin-bottom: 10px;
  text-decoration-line: underline;
  text-align: center;
}

.enquirydetailsdff {
  color: #fff;
  background: linear-gradient(90deg,
      #c1d 0,
      rgba(222, 83, 228, 0.9363095580028886) 59%,
      rgba(244, 138, 255, 0.9419117988992471) 100%);
  border-radius: 5px;
  padding: 5px;
  width: 100%;
  text-align: center;
}

.contactrightaddress {
  padding-top: 30px;
  color: #000;
}

.contentaddress {
  width: 20px;
  margin-bottom: 5px;
  margin-right: 10px;
}

.wetxt,
.wetxt2 {
  max-width: 700px;
  margin: auto;
  text-align: center;
}

.mainitenarybuildercon {
  background: #2f8cff;
  background: -webkit-linear-gradient(172deg, #2f8cff 0, #5eb300 100%);
  background: linear-gradient(172deg, #2f8cff 0, #5eb300 100%);
}

.withtxt {
  color: #666 !important;
}

.bg-bannerbg {
  background-color: #587569;
}

.clip2 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}

.wetxt {
  padding: 90px 0 !important;
}

.wetxt2 {
  color: #fff;
}

video {
  width: -webkit-fill-available;
  margin-top: 40px;
}

.overfl {
  padding-top: 95px;
  background-color: #fff;
  background-image: url(../images/privacy-policy-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.inffbg {
  background-image: url(../images/privacypolicy.png);
}

.tableprivacy {
  border-collapse: collapse;
  width: 100%;
}

.crmcolor {
  color: #337ab7;
}

.incasetxt {
  color: #f3743d;
}

.main_thingdef {
  padding: 5px 110px;
}

.choosbg {
  background-color: #525a60;
  color: #fff;
  background-image: url(../images/services-bg.webp);
  height: 400px;
}

.requestbtns {
  background: #5eb300 !important;
  border-radius: 4px !important;
  border: none;
  margin-bottom: 0 !important;
}

.fsgetdemo {
  color: #000;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.fsgetdemo i {
  color: #007fd4;
  font-size: 20px;
}

.yourinquiry {
  background: linear-gradient(90deg, maroon 0, red 59%, red 100%);
  border-radius: 5px;
  padding: 5px;
  width: 100%;
  text-align: center;
}

.starcolor {
  color: red;
}

.incompany {
  border: 1px solid #d5d5d5;
  font-size: 16px;
  height: 40px !important;
}

.cmpanyname {
  color: red;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 600;
}

.thankyou-wrapper {
  width: 100%;
  height: auto;
  margin: auto;
  background: #fff;
  padding: 10px 0 50px;
}

.thankyou-wrapper h1 {
  font-size: 100px;
  text-align: center;
  color: #333;
  padding: 0 10px 10px;
}

.thankyou-wrapper p {
  font-size: 26px;
  color: #333;
  padding: 5px 10px 10px;
  text-align: center !important;
  width: 90%;
  margin: -15px auto 15px;
}

.dmbtn {
  width: 160px;
}

.faq-section h1 {
  text-align: center;
  margin: 40px 0;
}

.faq-section .accordion {
  width: 700px;
  margin: 90px auto;
  color: #000;
  background-color: #fff;
  padding: 0 15px;
}

.faq-section .accordion .container {
  position: relative;
  margin: 10px;
}

.faq-section .accordion .label {
  position: relative;
  padding: 5px 0;
  font-size: 25px;
  color: #000;
  cursor: pointer;
}

.faq-section .accordion .label::before {
  content: "+";
  color: #000;
  position: absolute;
  top: 50%;
  right: -5px;
  font-size: 30px;
  transform: translateY(-50%);
}

.faq-section .accordion .content {
  position: relative;
  background: #fff;
  height: 0;
  font-size: 16px;
  text-align: justify;
  width: 600px;
  overflow: hidden;
  transition: 0.5s;
}

.faq-section .accordion hr {
  width: 100px;
  margin-left: 0;
  border: 1px solid grey;
}

.faq-section .accordion .container.active .content {
  height: 150px;
}

.faq-section .accordion .container.active .label::before {
  content: "-";
  font-size: 30px;
}

.faq-section {
  background: #fdfdfd;
  min-height: 100vh;
  padding: 10vh 0 0;
}

.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  font-weight: 600;
  line-height: 1;
}

.faq-title h2::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 2px;
  background: #5eb300;
  bottom: -25px;
  margin-left: -30px;
}

.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  border-radius: 4px;
}

.faq .card {
  background: 0 0;
  border-bottom: 1px dashed #cee1f8;
  border: 1px solid #eee;
  margin-bottom: 15px;
}

.faq .card .card-header {
  box-shadow: 0 0 20px -15px;
  padding: 0;
  border: none;
  background: 0 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.faq .card .card-header:hover {
  background: #221b4f;
  padding-left: 10px;
}

.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 16px;
  color: #3b566e;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  height: 20px;
  line-height: 14px;
  float: left;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: #5eb300;
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq .card .card-body {
  background-color: #1710460f;
  padding: 10px 20px 10px 59px;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #f3f8ff;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .faq {
    margin-bottom: 30px;
  }

  .faq .card .card-header .faq-title {
    line-height: 26px;
  }
}

.manage {
  color: #fe7b03;
}

.m-top {
  margin-top: -14px;
}

.imgmaintrave {
  width: 80%;
}

.faq .card .card-header:hover .faq-title {
  color: #fff;
}

.card .active {
  background: #221b4f !important;
  padding-left: 10px !important;
}

.card .active .faq-title {
  color: #fff !important;
}

i.iconupd {
  position: absolute;
  right: 25px;
}

.card .active i {
  transform: rotate(180deg);
}

.faqimg {
  width: 88%;
}

.vision {
  display: flex;
  width: 100%;
  justify-content: space-between;
  height: 430px;
}

.innovation img {
  border: 1px solid orange;
  /* width: 353px;
  height: 220px;
  object-fit: cover; */
  overflow: hidden;
  border-radius: 10px;
}

span.word {
  background: #e2e7fb;
  color: #7173c6;
  border-radius: 8px;
  font-size: 12px;
  padding: 5px 8px;
  margin-bottom: 12px;
}

.plan {
  width: 350px;
}

.huuu {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 7px;
  color: #7b7373;
}

.purple {
  color: #252182;
  font-size: 16px;
  font-weight: 600;
}

.page-item {
  padding: 5px;
}

.blogg {
  width: 100%;
  align-items: center;
  padding: 70px 0;
  text-shadow: #f0f8ff !important;
}

.blogg-text {
  text-align: center;
  position: absolute;
  padding: 130px 0;
  width: 100%;
  font-weight: 500;
  color: #fff;
}

.blogg-title {
  width: 100%;
  text-align: center;
}

.yellowish {
  color: #fc7b01;
}

.blog-area-main {
  /* background-image:url(https://ik.imagekit.io/u2crz4sxz/img/blog/50.jpg); */
  background-color: antiquewhite;
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 230px;
  object-fit: cover;
}

.ping {
  padding: 5px;
}

.grand {
  display: flex;
  border: 1px solid gray;
  border-radius: 30px;
  padding: 2px;
  margin-left: 12px;
}

.navbar-toggler {
  box-shadow: none !important;
}

.btn-area-main ::before,
.btn-area-main ::after {
  position: absolute;
  content: "";
}

.btn-area-main .btn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-width: 150px;
}

.btn-area-main .btn span {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  transition: 0.3s;
}

/*--- btn-3 ---*/
.btn-area-main .btn-3 {
  padding: 5px;
}

.btn-area-main .btn-3 span {
  color: rgb(255, 255, 255);
  background: #5eb300;
}

.btn-area-main .btn-3::before,
.btn-area-main .btn-3::after {
  background: transparent;
  z-index: 2;
}

/* 11. hover-border-1 */
.btn-area-main .btn.hover-border-1::before,
.btn-area-main .btn.hover-border-1::after {
  width: 10%;
  height: 25%;
  transition: 0.35s;
}

.btn-area-main .btn.hover-border-1::before {
  top: 0;
  left: 0;
  border-left: 1px solid #0e63f4;
  border-top: 1px solid #0e63f4;
}

.btn-area-main .btn.hover-border-1::after {
  bottom: 0;
  right: 0;
  border-right: 1px solid #0e63f4;
  border-bottom: 1px solid #0e63f4;
}

.btn-area-main .btn.hover-border-1:hover::before,
.btn-area-main .btn.hover-border-1:hover::after {
  width: 99%;
  height: 98%;
}

.btn-area-main button:focus {
  box-shadow: none !important;
}

.block-area-data .col-lg-6 {
  padding-bottom: 1rem;
}

.contactrightaddress div {
  font-size: 16px;
}

/* ====================blog details page css start====================  */
.left-list-blog li {
  padding: 4px 5px;
  margin: 0;
  /* list-style: decimal-leading-zero; */
  /* margin-top: 10px; */
  font-size: 13px;
  padding-left: 10px;
}

.left-list-blog li h6:hover,
.left-list-blog ul li:hover {
  background-color: aliceblue;
}

.left-list-blog li h6 {
  position: relative;
  padding: 2px 10px;
}

.left-list-blog li h6:hover:after {
  content: "";
  height: 100%;
  width: 3px;
  background-color: bisque;
  position: absolute;
  top: 0;
  left: 0;
}

.left-list-blog .bg-transparent::after {
  display: none !important;
}

.left-list-blog h6 {
  font-size: 15px;
}

.inne-list-blg-left {
  display: none;
}

.bestitinerary P {
  line-height: 1.64;
  font-size: 18px;
  color: #53565a;
  font-weight: 300;
}

.h2fs {
  font-size: 25px;
}

.h3fs {
  font-size: 18px;
}

.tableitibuilder tr th,
.tableitibuilder tr td {
  border: 1px solid #f4a9646b;
  padding: 4px 10px;
  text-align: center;
}

.bg-transparentme {
  background-color: transparent;
}

.left-list-blog {
  position: sticky;
  top: 15%;
  left: 0;
}

.left-list-blog .active:after {
  content: "";
  height: 100%;
  width: 3px;
  background-color: #ffb864;
  position: absolute;
  top: 0;
  left: 0;
}

.left-list-blog .active {
  background-color: #e2f2ff;
}

.left-list-blog ul li {
  position: relative;
}

.left-list-blog ul li:hover:after {
  content: "";
  height: 100%;
  width: 3px;
  background-color: bisque;
  position: absolute;
  top: 0;
  left: 0;
}

/* ====================blog details page css end====================  */


/* ====================index page css start====================  */
.bg-banner-area-index {
  background-color: #221b4f;
}

.bg-banner-area-index h1 {
  font-size: 30px;
  color: #fff;
}

.bg-banner-area-index p,
.bg-banner-area-index i {
  color: #fff;
}

.banner-area-index i {
  color: #2f8cff;
}

.bg-banner-area-index button {
  width: 350px;
}

.faqimg {
  width: 600px;
  height: 711px;
}

.main-testimonial img {
  width: 35px;
  height: 35px;
}

.navbar-brand img {
  width: 190px;
  height: 75px;
}




/* ====================index page css end====================  */




.testimonials {
  background-color: #17104608;
  margin-top: 50px;
  padding: 40px 0;
}

.gtco-testimonials {
  position: relative;
}

.gtco-testimonials h2 {
  font-size: 30px;
  text-align: center;
  color: #333333;
  margin-bottom: 0;
}

.gtco-testimonials .owl-stage-outer {
  padding: 30px 0 0;
}

.gtco-testimonials .owl-nav {
  display: none;
}

.gtco-testimonials .owl-dots {
  text-align: center;
  margin-bottom: 0 !important;
}

.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 1px solid #ffffff;
  margin: 0 5px;
}

.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}

.gtco-testimonials .owl-dots .active span {
  background: #01b0f8;
  box-shadow: none;
  /* height: 12px; */
  /* width: 12px; */
  margin-bottom: -1px;
}

.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #e83f530a;
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}

.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}

.gtco-testimonials .card h5 {
  color: #14213d;
  font-size: 16px;
  margin-top: 10px;
}

.gtco-testimonials .card h5 span {
  font-size: 12px;
  color: #666666;
}

.gtco-testimonials .card p {
  font-size: 14px;
  color: #555;
  padding-bottom: 15px;
}

.gtco-testimonials .active {
  /* opacity: 0.5; */
  transition: all 0.3s;
}

.gtco-testimonials .center {
  opacity: 1;
}

.gtco-testimonials .center h5 span {
  font-size: 12px;
}

.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}

.owl-theme .owl-dots .owl-dot {
  border: 0;
  background: transparent;
}


.testimonials .owl-dots {
  margin-top: 30px;
}

.footerLogos {
  position: relative;
  background: #fff;
  top: -70px;
  border-radius: 8px;
  padding: 25px 10px;
  margin-bottom: -80px;
}

.footermainarea {
  overflow: visible !important;
  margin-top: 75px;
}



.footerLogos {
  position: relative;
  background: #fff;
  top: -70px;
  border-radius: 8px;
  padding: 25px 10px;
  margin-bottom: -80px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
}

.footermainarea {
  overflow: visible !important;
  margin-top: 0px;
}

.footerLogos img {
  width: 140px;
}

.logosRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.aboutn {
  background: #17104605;
}

.abtcls:hover {
  transform: translateY(-10px);
}

.abtcls .shape {
  position: absolute;
  right: 46px;
  top: -5px;
}

.abtcls .shape img {
  width: 220px;
}

.choose2Img {
  width: 460px;
}

.mlrf img {
  width: 35px;
}

.contactInfo {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 10px 0;
  font-size: 15px;
  line-height: 20px;
}

.servicelist li {
  margin-bottom: 8px;
}

.logoFooter {
  filter: grayscale(1) invert(1);
}

.box-features:hover {
  transform: translateY(-10px);
}

.choose-us ul li {
  flex-direction: column;
  gap: 15px;
  align-items: center;
  text-align: center;
  padding: 20px;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
}

.banner-area-index .waveEffect {
  margin-bottom: -100px;
  width: 100%;
}


.addressBox {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
  margin-bottom: 25px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.addressBox i {
  font-size: 34px;
  color: #221b4f;
}

.addressBox strong {
  margin-top: 8px;
  font-size: 18px;
}

.addressBox p {
  font-size: 18px;
}

.banner-inner {
  margin-bottom: -30px;
}

.paddingBox {
  padding: 40px 40px 0 100px !important;
}

.features .row [class*='col-'] {
  filter: drop-shadow(3px 6px 5px #ddd);
}

.contactInfo.phoneNumber {
  font-size: 20px;
  margin-top: 15px;
}

.navbar-brand {
  position: relative;
}

.navbar-brand:before {
  background: #ffffff;
  content: "";
  height: 130px;
  position: absolute;
  right: -29px;
  width: 2000px;
  z-index: -1;
  box-shadow: 0 0 4px rgb(162 162 162 / 50%);
  border-radius: 184% 68% 0 0;
  transform: skewX(20deg);
  top: -38px;
}

@media(max-width: 768px) {

  .bg-banner-area-index h1,
  .bg-banner-area-index p {
    text-align: center !important;
    width: 100% !important;
  }

  .banner-area-index .waveEffect {
    margin-bottom: 0;
    margin-top: -1px;
  }

  .about.aboutn.pt-150 {
    margin-top: -50px;
    padding-top: 115px !important;
  }

  .bg-banner-area-index a {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .footerLogos img {
    width: 100px;
  }

  .contactInfo {
    font-size: 16px !important;
    line-height: 22px;
    justify-content: center;
    text-align: center !important;
  }

  .footer-body,
  .footer-body .text-start {
    text-align: center !important;
  }

  .infom {
    text-align: center !important;
  }

}
 /* css */

.navbar-nav li:last-child{ background: #5eb300; color: #fff; margin-left: 4rem; border-radius: 25px; width: max-content;} 
.navbar-nav li:last-child a{color: #fff !important;}
.navbar-nav li:last-child:hover a{color: #fff !important;}
.navbar-nav li:last-child:hover{background: #4f8f09;}
 .about-btn{ margin: 0 40%;}
 .about-btn:hover{ background-color: #221b4f !important;}
 .readbtn { color: #5eb300 !important; background: #fff !important; border: 1px solid #5eb300 !important; border-radius: 4px !important; border: none; padding: 0 1rem; transition: all 0.3 ease-in-out}
 .readbtn:hover{background: #5eb300 !important; border-radius: 4px !important; color: #fff !important; transition: all 0.3 ease-in-out;}

.crm h5{ font-weight: 700; color: #000;}
/* .crm-para-list ul li{ list-style-type: disc !important;} */
.crm-para-list ul li{position: relative; padding-left: 16px;}
.crm-para-list ul li::before{ content: ""; width: 8px; height: 8px; background-color: #5eb300; position: absolute; left: 0px; top: 6px;}

/* .active{color:#5eb300 !important;} */
.contact{position: relative;}
.circle{position: absolute; width: 20rem; height: 20rem; border-radius: 50%; background: #221b4f; bottom: 0; left: 5rem; z-index: 1; opacity: .2;}
.leftcondetails.demo { box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 3px 0px, rgba(0, 0, 0, 0.08) 0px 1px 2px 0px;}

.crm-head{ font-weight: 800;}
.price-box, .price-box1{ height: max-content; border-radius: 0 80px;  box-shadow: rgba(0,0,0,.1) 0px 20px 25px -5px, rgba(0,0,0,0.04) 0px 10px 10px -5px; padding: 2rem; background-image: linear-gradient(to right, #f6f6f6, #f5e9e9); transition: .3s ease-in-out; transform: scale(1);}
.price-box:hover, .price-box1:hover{background-image: linear-gradient(to left, #f6f6f6, #f5e9e9); transition: .3s ease-in-out; transform: scale(1.1);}
.price-box h4{ margin-top: 4.5rem;}
.heading-box{ border-radius: 50%; background-image: linear-gradient(to right, #f6f6f6, #f5e9e9); padding: .5rem; width: 150px; height: 150px; border: 2px solid #221b4f; margin: 0 4rem;}
.price-box1 .heading-circle, .price-box2 .heading-circle{padding: 3rem 0rem;}
.heading-circle{border-radius: 50%; background: #221b4f; padding: 3rem 1rem; width: 130px; height: 130px; }
.heading-box h3{ color: #fff; }
.price-box h2::before{content: ""; width: 100px; height: 2px; background-color: #221b4f; top: 20px; left: -28px; position: absolute;}  
.price-box h2::after{content: ""; width: 100px; height: 2px; background-color: #221b4f; top: 20px; right: -26px; position: absolute;} 
.price-box1 h2::before{content: ""; width: 90px; height: 2px; background-color: #221b4f; top: 20px; left: -28px; position: absolute;} 
.price-box1 h2::after{content: ""; width: 90px; height: 2px; background-color: #221b4f; top: 20px; right: -26px; position: absolute;} 
.price-box2 h2::before{content: ""; width: 115px; height: 2px; background-color: #221b4f; top: 20px; left: -28px; position: absolute;} 
.price-box2 h2::after{content: ""; width: 115px; height: 2px; background-color: #221b4f; top: 20px; right: -26px; position: absolute;} 
.price-btn a{ text-decoration: none; padding: .8rem 1.4rem;  background-color: #5eb300; border-radius: 20px; color: #fff; } 
.price-box h2{ font-size: 1.9rem; font-weight: 700; position: relative;}
.price-box ul li{ padding-left: 1.5rem; line-height: 29px; position: relative;}
.price-box ul li::before{ position: absolute; content: ""; top: 12px; left: 6px; width: 5px; height: 5px; background-color: #221b4f;}
.crm-para{ margin: .5rem 0;}
.crm-prices ul li{position: relative; margin: .7rem 0;}
.crm-prices ul li::before{ content: ""; width: 8px; height: 8px; background-color: #5eb300; position: absolute; left: -15px; top: 6px;}

.waveimg-rotate{ rotate: 180deg;}

@media(max-width: 768px){
  .price-box, .price-box1{ height: 500px;}
  .navbar-nav li{ text-align: center;}
  .navbar-nav li:last-child{margin: 0 40% !important; padding: 0 0.9rem;}
  .nav-side{ margin: .9rem 30%;}
}
@media(max-width: 425px){
  .contact-page .borderstyle1{
    left: -30px;
  }
  .crm-page .borderstyle1 {
    left: -100px;
  }
  .travel-crm-img{ display: none;}
  .navbar-nav li{ text-align: center;}
  .navbar-nav li:last-child{margin: 0 30% !important; padding: 0 0.9rem;}
  .price-box, .price-box1{ height: max-content;}
  .price-box h4{ margin-top: 2rem;}
  .nav-side{ margin: 0;}
}
@media(max-width: 375px){
  .contact-page .borderstyle1 {
    left: -100px;
  }
  .crm-page .borderstyle1 {
    left: 0px;
  }
  .travel-crm-img{ display: none;}
  .navbar-nav li{ text-align: center;}
  .navbar-nav li:last-child{margin: 0 25% !important; padding: 0 0.9rem;}
  .price-box, .price-box1{ height: max-content;}
  .price-box h4{ margin-top: 2rem;}
}
@media(max-width: 320px){
  .contact-page .borderstyle1 {
    left: 0;
  }
  .crm-page .borderstyle1 {
    left: -20px;
  }
  .about-btn{ margin: 0 20%;}
  .travel-crm-img{ display: none;}
  .navbar-nav li{ text-align: center;}
  .navbar-nav li:last-child{margin: 0 25% !important; padding: 0 0.9rem;}
  .price-box, .price-box1{ height: max-content; }
  .price-box h4{ margin-top: 2rem;}
}
