html {
  zoom: 90%; /* Try 80% or 90% */
}

/* OR use media query for responsiveness */

@media (max-width: 768px) {
  html {
    font-size: 14px;
  }

  .form-container {
    padding: 10px;
    width: 100%;
  }

  .animation {
    transform: scale(0.9);
  }

  .icons {
    font-size: 20px;
  }
}

body {
  overflow: hidden
}

section.portfolio.pricing .container_fluid {
  padding: 0 10px !important
}

:root {
  --primary-color: #ba7ae8;
  --secondary-color: #1a1820;
  --purple-color: #9f6bee;
  --heading-gradient: linear-gradient(to left top,
      #ba7ae8,
      #ca80e3,
      #d787df,
      #e28fdc,
      #eb98d9,
      #ec9cdb,
      #eda1dc,
      #eea5de,
      #e8a5e3,
      #e2a6e8,
      #dba7ed,
      #d3a8f1);
  --button-gradient: linear-gradient(-90deg,
      rgb(222, 39, 58) 0%,
      rgba(187, 32, 47, 0.99608) 100%);
  --swiper-navigation-size: 1.5rem;
  --theme-color: #cc0000;
  --color-primary: #ff7a28;
  --color-secondary: #ff914d;
}


@font-face {
  font-family: dodger3_13d;
  src: url("../fonts/cubefonts/dodger3_13d.woff")
}

body {
  position: relative;
  font-family: Manrope, sans-serif;
  font-weight: 400
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

a:hover,
button:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.5
}

::placeholder {
  text-transform: capitalize;
  color: #5f5f73;
  font-size: .935rem;
  transition: all .3s ease-in-out
}

.form-control:focus::placeholder {
  color: #ba7ae8
}

a.navbar-brand img {
  width: 100px;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000000;
  box-shadow: 0 0 10px #2f2f2f80;
  padding: 4px 0;
  z-index: 999
}

header.fixed .navbar-dark .navbar-nav .nav-link {
  color: #ffffff
}

header.fixed .navbar-dark .navbar-nav .nav-link:hover {
  color: #ffffff
}

header.fixed .contactBtn {
  color: #000
  
}

.themeBtn.qouteBtn:hover {
  background-color: var(--color-primary);
  color: #ffffff
}

header.fixed .qouteBtn {
  color: #ffffff;
  /* background-color: white; */
  border-color: #ffffff
}

a.navbar-brand img.dark-logo {
  display: none
}

header.fixed a.navbar-brand img.light-logo {
  display: none
}

header.fixed nav.navbar.navbar-expand-md.navbar-dark {
  padding: 0
}

header.fixed a.navbar-brand img.dark-logo {
  display: block
}

.themeBtn {
  border: 2px solid var(--color-primary);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: 0 0;
  border-radius: 10px;
  color: var(--color-primary);
  align-items: center;
  padding: 15px 40px;
  font-weight: 600;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  justify-content: center
}

.themeWhite {
  background: #FFF;
  color: var(--color-primary);
  border: 2px solid var(--white);
  border-radius: 10px
}

.themeBtn:hover {
  background-position: 100% 0;
  color: #000;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}

.themeWhite:hover {
  background: 0 0;
  border: 2px solid var(--white);
  color: #fff;
}

.borderBtn {
  display: -ms-inline-flexbox
}

.section-heading {
  font-size: clamp(1.25rem, 3rem, 5rem);
  font-weight: 500;
  margin: 0;
  line-height: 1.1
}

.section-heading-2 {
  font-size: clamp(2.2rem, 2.5rem, 5rem);
  font-weight: 700;
  margin: 0;
  line-height: 1.1
}

.gradient-heading {
  color: #c02231
}

header {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 15;
  transition: all .3s ease-in-out;
  padding: 0 0 0
}

header .navbar-dark .navbar-nav .nav-link:hover {
  color: #000
}

header .navbar-right {
  align-items: center
}

header .navbar-right li+li {
  margin-left: 1.25rem
}

header .navbar-dark .navbar-nav .qouteBtn {
  font-size: 1.125rem;
  /* color: #000; */
}

header.sticky-header {
  position: fixed !important;
  box-shadow: 0 2px 20px 1px #ba7ce94a;
  background: #fff
}

.bannerSec {
  padding: 14rem 0 3rem;
  position: relative;
  z-index: 0
}

.bannerSec .ctaGroup {
  margin-top: 2rem
}

.bannerSec .ctaGroup a+a {
  margin-left: 1.25em
}

.bannerSec .qouteForm {
  padding: 1.5em 1.5em;
  border-width: 3px;
  border-color: #fff;
  border-style: solid;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, .251);
  box-shadow: 0 22px 54px 0 rgba(101, 101, 101, .1)
}

.bannerSec .qouteForm h3 {
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  color: #c32131
}

.bannerSec .qouteForm h4 {
  font-size: 2rem;
  color: #1d1d2c;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center
}

.bannerSec .qouteForm form {
  padding: 4px 0
}

.bannerSec .qouteForm .form-group {
  margin-bottom: 1rem
}

.bannerSec .qouteForm .form-control {
  min-height: 50px;
  border: 0;
  border-radius: 10px;
  border-width: 3px;
  border-color: #fff;
  border-style: solid;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, .251);
  box-shadow: 0 22px 54px 0 rgba(101, 101, 101, .1);
  padding: .375rem 1.5rem;
  color: #fff;
  border: 1px solid transparent
}

div#butter {
  overflow: hidden
}

.bannerSec .qouteForm textarea.form-control {
  resize: none;
  padding-top: 1.25rem
}

.bannerSec .qouteForm .submitBtn {
  width: 100%;
  justify-content: center;
  font-size: 1rem;
  padding: 1em 1.75em
}

.partnerSec {
  padding: 2rem 0
}

.partnerSec ul {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.partnerSec ul li a {
  display: block
}

.partnerSec ul li a img {
  filter: brightness(0) invert(1);
  transition: all .3s linear
}

.partnerSec ul li a:hover img {
  filter: brightness(1) invert(0)
}

.aboutSec {
  padding: 4rem 0 0;
  position: relative
}

.aboutImgs {
  position: relative
}

.aboutImgs .aboutImg1 {
  width: 100%
}

.aboutImgs .aboutImg2 {
  position: absolute;
  bottom: 0;
  right: -30px
}

.aboutImgs .aboutImg3 {
  position: absolute;
  bottom: -45px;
  right: 240px
}

.aboutSec h2 {
  margin: 0 0 .35em;
  margin-bottom: 20px;
  font-size: 2.3rem;
  font-weight: 700;
  background: -webkit-linear-gradient(90deg, var(--color-primary), var(--color-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.aboutSec p {
  margin-top: .35em;
  font-size: 14px;
  max-width: 100%;
  color: #15131a;
  font-weight: 600
}

.aboutSec .media {
  margin-top: 1.75rem
}

.aboutSec .media figure {
  position: relative;
  margin: 0
}

.aboutSec .media figure::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  bottom: -21px;
  left: -25px;
  border-radius: 50%;
  background-repeat: no-repeat
}

.aboutSec .media-body {
  padding-left: 1rem
}

.aboutSec .media-body h4 {
  color: #c12232;
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 .5em
}

.aboutSec .media-body p {
  color: #15131a;
  font-weight: 600
}

.aboutSec .media:first-of-type .media-body h4 {
  color: #d82537
}

.aboutSec .media:nth-of-type(2) .media-body h4 {
  color: #c12232
}

.aboutSec .media:nth-of-type(3) .media-body h4 {
  color: #c12232
}

.aboutSec .media:first-of-type figure::before {
  background-image: url(../images/icon-before-1.png)
}

.aboutSec .media:nth-of-type(2) figure::before {
  background-image: url(../images/icon-before-1.png)
}

.aboutSec .media:nth-of-type(3) figure::before {
  background-image: url(../images/icon-before-1.png)
}

section.portfolio {
  background: #f6f9fd;
  padding-top: 80px;
  background-position: center;
  position: RELATIVE;
  z-index: 2
}

.portfolio-box img {
  width: 100%;
  border-radius: 0;
  height: 350px;
  object-fit: cover
}

.portfolio-box a {
  display: block
}

.portfolio-box {
  position: relative;
  transition: all .4s ease;
  margin-bottom: 30px
}

.portfolio-box .overlay {
  width: 100%;
  height: 100%;
  background-color: var(--color-primary);
  box-shadow: 0 24px 29px 0 rgba(188, 126, 233, .19);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all .4s ease;
  box-shadow: 0 24px 29px 0 rgba(188, 126, 233, .19)
}

.portfolio-box:hover .overlay {
  display: flex;
  opacity: .8
}

.portfolio-box .overlay i {
  font-size: 30px;
  color: #fff
}

.portfolio h2 {
  margin-bottom: 50px
}

section.service {
  margin-top: 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
  overflow: hidden;
  padding-top: 50px
}

section.service h2 {
  margin-bottom: 32px;
  font-weight: 700
}

.img-box {
  width: 94px;
  height: 102px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: CENTER;
  justify-content: CENTER;
  margin-bottom: 35px
}

.service-box h4 {
  margin-bottom: 15px;
  color: #15131a;
  font-weight: 600
}

.service-box p {
  margin-bottom: 20px;
  color: #aeaaa9;
  line-height: 1.5;
  font-size: 15px
}

.service-box a {
  font-size: 1.2em;
  font-weight: 600
}

.service-box {
  border-radius: 40px;
  padding-left: 30px;
  padding-top: 45px;
  padding-bottom: 30px;
  transition: all .4s ease;
  position: relative;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, .6)
}

.service-box:before {
  transition: all .4s ease;
  opacity: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  box-shadow: 0 43px 59px 0 rgb(7 6 9 / 40%);
  border-radius: 40px;
  left: 0;
  z-index: -1;
  background-image: -moz-linear-gradient(-90deg, #de273a 0, rgba(187, 32, 47, .99608) 100%);
  background-image: -webkit-linear-gradient(-90deg, #de273a 0, rgba(187, 32, 47, .99608) 100%);
  background-image: -ms-linear-gradient(-90deg, #de273a 0, rgba(187, 32, 47, .99608) 100%);
  top: 0
}

.service-box:hover:before {
  opacity: 1
}

.service-box:hover a {
  -webkit-text-fill-color: #fff
}

.service-box:hover p {
  color: #fff
}

section.cta {
  padding-top: 7%;
  background-image: url(../images/cta-banner.png);
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  height: 500px;
  display: flex;
  align-items: center
}

section.cta .section-heading {
  filter: none;
  margin-bottom: 30px
}

section.cta p {
  width: 77%;
  margin-bottom: 35px
}

section.pricing {
  padding-top: 90px;
  padding-bottom: 50px;
  background: #f6f9fd
}

.portfolio h2,
section.pricing h2 {
  margin-bottom: 20px;
  font-size: 2.3rem;
  font-weight: 700;
  background: -webkit-linear-gradient(90deg, var(--color-primary), var(--color-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.serve .themeWhite:hover {
  color: #fff;
}

.pricing .nav-tabs .nav-link {
  color: #46434e;
  font-size: 1em;
  padding: 15px 20px;
  border-radius: 0;
  border: 0;
  margin: 0 4px;
  font-weight: 600
}

section.pricing .nav-tabs {
  border-bottom: 0;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: rgb(255 255 255);
  box-shadow: 0 22px 54px 0 rgb(101 101 101 / 10%);
  z-index: 1
}

.pricing .nav-tabs .nav-link.active,
.pricing .nav-tabs .nav-link:hover {
  color: #fff;
  border-radius: 0;
  border: 0;
  background-image: -moz-linear-gradient(-90deg, #de273a 0, rgba(187, 32, 47, .99608) 100%);
  background-image: -webkit-linear-gradient(90deg, var(--color-primary), var(--color-secondary));
  background-image: -ms-linear-gradient(-90deg, #de273a 0, rgba(187, 32, 47, .99608) 100%)
}

.price-box {
  width: 100%;
  padding-top: 25px;
  padding-left: 25px;
  padding-bottom: 30px;
  padding-right: 0;
  margin-top: 35px;
  margin-bottom: 35px;
  position: relative;
  border-width: 2px;
  border-color: var(--color-primary);
  border-style: solid;
  border-radius: 15px;
  z-index: 1
}

.price-box h3 {
  font-weight: 500;
  position: relative;
  padding-bottom: 15px;
  font-size: 1.5rem;
  color: #1a1820;
  padding-right: 15px
}

.price-box h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-image: url(../images/border-line.png);
  background-repeat: no-repeat
}

.price-box h2 {
  font-size: 35px !important;
  font-weight: 700 !important;
  margin-bottom: 10px !important;
  background: -webkit-linear-gradient(90deg, var(--color-primary), var(--color-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.price-box .listscroll {
  padding-left: 0;
  list-style: none;
  position: relative;
  height: 315px
}

.price-box .listscroll li:before {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  background-color: var(--color-primary);
  color: #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 39px;
  top: 5px
}

.price-box .listscroll li {
  padding-left: 24px;
  display: flex;
  margin-bottom: 10px;
  font-size: 15px;
  color: #1a1820;
  position: relative
}

.price-box .themeBtn {
  padding: 1em 1.1em
}

.price-box .viewdetails {
  color: rgba(255, 255, 255, .502)
}

.price-box .ftter {
  margin-top: 25px;
  width: calc(100% - 30px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between
}

section.serve {
  background: linear-gradient(-90deg, var(--color-primary), var(--color-secondary));
  background-position: 0 0;
  background-size: contain;
  padding: 70px 0;
  position: relative;
  color: #fff;
}

.serve-box .section-heading {
  font-size: clamp(1.25rem, 2.2rem, 5rem);
  filter: none;
  font-weight: 600
}

.serve-box ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-top: 25px
}

.serve-box h6 {
  font-size: 1.7em;
  margin-top: 15px;
  margin-bottom: 45px;
  font-weight: 200
}

.serve-box ul li {
  flex: 0 0 50%;
  margin-bottom: 20px;
  font-size: 1.1em
}

.serve-left {
  position: absolute;
  left: 0;
  animation: float 9s ease-in-out infinite;
  width: 50%
}

.serve-left img {
  width: 92%;
  margin: 0 auto;
  display: block
}

.starwrp i {
  color: #ffc600;
  font-size: 1.1em
}

.testi-box p {
  color: #fff;
  font-style: italic;
  line-height: 1.5;
  margin-top: 20px;
  font-weight: 400
}

.testi-box ul {
  padding-left: 0;
  display: FLEX;
  align-items: center;
  list-style: none;
  margin-top: 40px;
  margin-bottom: 0
}

.testi-box ul li:first-child {
  margin-right: 15px
}

.testi-box ul li p {
  margin-top: 0;
  font-size: 14px;
  font-weight: 600
}

.testi-box ul li h6 {
  font-style: italic;
  margin-bottom: 0;
  font-size: 1em;
  color: #fff;
  font-weight: 600
}

.testi-box {
  border: 2px solid transparent;
  border-radius: 20px;
  padding: 35px;
  position: relative;
  z-index: 15;
  background-color: #232323;
  box-shadow: 0 35px 43px 0 rgba(7, 6, 9, .04)
}

.testi-box:hover p {
  color: var(--white)
}

.testi-box:before {
  content: "";
  position: absolute;
  left: 0;
  background-image: -moz-linear-gradient(-90deg, #de273a 0, rgba(187, 32, 47, .99608) 100%);
  background-image: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
  background-image: -ms-linear-gradient(-90deg, #de273a 0, rgba(187, 32, 47, .99608) 100%);
  right: 0;
  width: 100%;
  border: transparent;
  height: 100%;
  border-radius: 20px;
  z-index: -1;
  top: 0;
  transition: all .4s ease;
  opacity: 0
}

.testi-box:hover:before {
  opacity: 1
}

.testi-box ul li img {
  width: 82px;
  height: 82px;
  border-radius: 50px
}

section.testimonials {
  background: #000;
  padding-top: 80px;
  padding-bottom: 80px;
  background-size: COVER
}

section.testimonials h2 {
  margin-bottom: 15px;
  margin-bottom: 20px;
  font-size: 2.9rem;
  font-weight: 700;
  color: #fff;
}

.testimonials .owl-nav i {
  font-size: 1.5em;
  color: #fff
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent
}

.owl-theme .owl-nav button:focus {
  outline: 0
}

.testimonials .owl-nav i:hover {
  color: var(--color-primary);
}

.owl-theme .owl-nav {
  margin-top: 0
}

section.connected {
  color: #15131a;
  padding-top: 80px;
  padding-bottom: 80px
}

section.connected h2 {
  margin-bottom: 60px;
  font-size: 41px;
  font-weight: 700;
  color: #000;
}

section.connected input,
section.connected textarea {
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 14.562px 10.58px 48px 0 rgb(0 0 0 / 6%);
  padding-left: 20px;
  border: 1px solid transparent
}

section.connected input {
  height: 65px
}

section.connected textarea {
  resize: none;
  padding-top: 15px
}

section.connected h4 {
  font-size: 2em;
  margin-bottom: 40px
}

section.connected .form-group {
  margin-bottom: 1.3rem
}

section.connected ul {
  padding-left: 0;
  list-style: none;
  margin-top: 30px
}

section.connected ul li {
  display: flex;
  margin-bottom: 40px
}

section.connected ul li i {
  background: #fff;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: CENTER;
  color: var(--color-primary);
  margin-right: 15px
}

section.connected ul li h6 {
  margin-bottom: 4px;
  font-size: 1.2em
}

section.connected ul li a {
  color: #fff;
  font-size: 15px
}

footer {
  padding-top: 80px;
  background-size: cover;
  background: #000
}

.footer-info input {
  height: 64px;
  padding-left: 15px;
  border-color: #fff
}

.footer-info input span {
  background-color: transparent !important
}

.footer-info span {
  background-color: #fff !important;
  border-color: #fff !important;
  padding: 0 20px
}

.footer-info span i {
  font-size: 1.5em;
  color: #666
}

.footer-info .input-group {
  margin-top: 30px
}

.footer-info p {
  margin-top: 30px;
  color: #fff
}

.footer-links h6 {
  color: #fff;
  font-size: 1.5em;
  margin-bottom: 20px
}

.footer-links ul {
  padding-left: 0;
  list-style: none;
  flex: 0 0 50%
}

.footer-links-ul {
  /* display: flex; */
  flex-wrap: wrap
}

.footer-links ul li {
  margin-bottom: 20px
}

.footer-info {
  margin-top: 20px
}

.footer-info a img {
  width: 150px !important;
  height: auto;
  object-fit: cover;
  /* padding-right: 28%; */
}

.full-option ul li {
  flex: 0 0 100%
}

.footer-links ul li a {
  color: var(--white);
  font-size: 1.05em
}

ul.social {
  padding-left: 0;
  display: FLEX;
  list-style: none;
  margin-bottom: 0
}

ul.social li h6 {
  margin-right: 20px;
  font-size: 1.4em;
  margin-bottom: 0
}

ul.social li.fb i {
  color: #3b5998
}

ul.social li i {
  font-size: 1.4em;
  transition: all .4s ease
}

ul.social li.twit i {
  color: #1da1f2
}

ul.social li.you i {
  color: #ff1e00
}

ul.social li.inst i {
  color: #dd4b39
}

ul.social li {
  margin-right: 20px
}

p.copyright-text {
  color: #fff;
  text-align: center;
  font-size: 1.2em
}

.copyright {
  padding-top: 20px;
  background: var(--color-secondary);
  margin-top: 50px;
  padding-bottom: 15px
}

.banner-circle {
  display: none;
  position: absolute;
  top: 0;
  z-index: -1
}

.about-circle {
  position: absolute;
  right: 0;
  bottom: -55%;
  display: none;
  z-index: -1
}

.service-circle {
  position: absolute;
  top: -74%;
  z-index: -3
}

.pricing-circle {
  position: absolute;
  top: 0;
  z-index: -1
}

.pricing-circle-bottom {
  position: absolute;
  right: 0;
  bottom: -200px;
  z-index: -1
}

.multiple-testi .item {
  padding: 50px 15px
}

ul.social li a:hover i {
  color: #fff
}

.footer-links ul li a:hover {
  color: var(--color-secondary);
}

.innerBannerSec h1 {
  margin-bottom: 20px;
  color: #fff
}

.aboutSec.aboutSec-1 {
  padding-top: 6rem;
  padding-bottom: 0;
  background-position: center;
  background-repeat: no-repeat
}

.service-content {
  padding-top: 80px;
  padding-bottom: 80px
}

.service-content p {
  margin-bottom: 20px
}

.service-content .ctaGroup {
  margin-top: 50px
}

.service-content .ctaGroup a {
  margin-right: 8px;
  margin-left: 8px
}

section.portfolio.inner-portfolio {
  padding-bottom: 80px
}

.price-box:before {
  background: linear-gradient(180deg, var(--color-primary), var(--color-secondary));
  content: "";
  width: 100%;
  height: 0%;
  left: 0;
  top: 0;
  position: ABSOLUTE;
  border-radius: 11px;
  z-index: -3;
  opacity: 0;
  transition: all .9s ease;
  border: 1px solid transparent;
}

.price-box:hover:before {
  opacity: 1;
  transition: all .9s ease
}

.price-box:hover p {
  color: var(--white) !important
}

.price-box:hover i {
  color: var(--white)
}

.price-box:hover .listscroll li:before {
  background-color: #f6f9fd;
  color: var(--color-primary);
}

.price-box:hover .themeBtn {
  background-color: #fff;
  color: var(--color-primary) !important;
  z-index: 14;
  text-decoration: none !important
}

.price-box:hover .viewdetails {
  color: var(--white)
}

.price-box:hover h2 {
  -webkit-text-fill-color: var(--white)
}

.price-box:hover h3:before {
  filter: brightness(0) invert(1)
}

.packageBannerSec {
  padding-bottom: 100px
}

.tab-content.portfolio-tabs>.active {
  display: flex;
  margin-top: 60px
}

.portfolio-nav {
  margin-bottom: 0 !important
}

.sub-pricing-tabs {
  margin-top: 0 !important
}

section.map {
  position: RELATIVE;
  margin-top: 50px
}

.combo-pricing-row {
  margin-top: 20px
}

.dropdown-menu {
  background: #000000d1;
  border-radius: 0;
  padding: 10px 0
}

.dropdown-menu a {
  color: var(--white)
}

.banner-right img {
  width: 100%
}

.section-heading-3 {
  font-size: clamp(1.2rem, 1.5rem, 5rem);
  font-weight: 700;
  margin: 0;
  line-height: 1
}

.cutom-margin-mb-50 {
  margin-bottom: 50px
}

.privacy-section p {
  margin-bottom: 15px !important
}

.privacy-section h2 {
  margin-top: 40px
}

.privacy-section {
  padding-bottom: 80px !important
}

.subscribe-fold .table-packages .head h5 {
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  display: inline-block;
  color: #160c28
}

.subscribe-fold .table-packages .body .subscription-list {
  height: 380px;
  margin-top: 20px;
  padding: 0
}

.subscribe-fold .table-packages .body ul li {
  position: relative;
  text-align: left;
  padding: 14px 0 14px 10px !important;
  border-bottom: 1px solid #eaeaea;
  width: 100%
}

.subscribe-fold .table-packages .body ul li,
.subscribe-fold .table-packages .body ul li h6 {
  font-size: 1.2em;
  font-weight: 400;
  margin: 0;
  padding: 4px 0;
  display: inline-block;
  font-family: var(--primary-font-family);
  color: var(--theme-dark)
}

.subscribe-fold .table-packages .body ul li:after {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 10px;
  top: 15px;
  color: #01e252;
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900
}

.subs-pac {
  border: 2px solid #bd2031;
  border-radius: 8px;
  box-shadow: 0 35px 18px 0 rgb(7 6 9 / 20%);
  padding-top: 50px;
  padding-left: 50px;
  padding-bottom: 45px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
  text-align: center
}

.subs-pac ul.actions li a {
  color: #c02231;
  text-transform: uppercase;
  font-weight: 600
}

.subs-pac ul.actions li:first-child {
  border-right: 2px solid #c02231
}

.subs-pac ul.actions {
  border: 2px solid #c02231
}

.subs-pac {
  padding-left: 20px;
  padding-right: 20px
}

.subs-pac h2 {
  font-size: 3.2em;
  font-weight: 700
}

.subs-pac h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 80%;
  height: 1px;
  background-repeat: no-repeat;
  background-color: #ffffff36;
  left: 0;
  right: 0;
  margin: 0 auto
}

.subs-pac h3 {
  position: relative;
  padding-bottom: 16px
}

.subs-pac .themeBtn {
  margin-top: 15px;
  padding: 15px 30px;
  margin-bottom: 20px
}

ul.actions {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff36;
  margin-bottom: 0;
  margin-top: 10px;
  border-radius: 4px
}

ul.actions li {
  flex: 0 0 50%
}

ul.actions li a {
  padding: 20px 0;
  display: block;
  width: 100%;
  color: #fff
}

ul.actions li:first-child {
  border-right: 1px solid #ffffff36
}

section.subscribe-fold {
  padding-top: 80px;
  padding-bottom: 100px
}

section.steps-seq {
  padding: 50px 0 50px;
  text-align: center
}

section.steps-seq ul li {
  display: inline-block;
  position: relative;
  width: 33%
}

section.steps-seq ul li:before {
  content: "";
  width: 100px;
  height: 100px;
  display: block;
  background-image: url("../images/Cube-images/favicon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  margin: 0 auto 10px auto;
  text-align: center;
  position: relative;
  z-index: 39
}

ul#progressbar {
  padding-left: 0
}

.bot-form form input[type=email],
.bot-form form input[type=number],
.bot-form form input[type=tel],
.bot-form form input[type=text],
.bot-form form select,
.bot-form form textarea {
  width: 100%;
  margin: 0;
  border: 1px solid #c6c6c6;
  background: 0 0;
  padding: 10px 15px;
  color: #000;
  font-size: 1.1em;
  height: 55px !important;
  font-weight: 400;
  outline: 0 !important;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 14.562px 10.58px 48px 0 rgb(0 0 0 / 6%);
  padding-left: 20px
}

.bot-form form .fldset {
  margin-bottom: 15px;
  position: relative
}

.step-1-form h2 {
  margin-bottom: 20px;
  font-size: 30px
}

.order_details {
  padding-bottom: 80px
}

.intl-tel-input {
  width: 100%
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  padding-left: 24px;
  color: #000
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel],
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
  padding-left: 93px
}

.bot-form form .fldset label.error {
  position: absolute;
  right: 15px;
  width: 25px;
  height: 25px;
  font-size: 0;
  top: 18px;
  margin-bottom: 0
}

.bot-form form .fldset label.error:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  font-weight: 900;
  position: absolute;
  width: 100%;
  height: 100%;
  color: red;
  z-index: 999;
  font-size: 20px;
  top: 0;
  text-align: center
}

button:focus {
  outline: 0
}

.visa-image.fldset img {
  filter: brightness(0) invert(1)
}

div#loader img {
  width: 30px;
  margin-top: 15px
}

.floatbutton.active {
  right: 0;
  z-index: 99;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.floatbutton {
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: fixed;
  right: -370px;
  top: 26%;
  font-size: 0;
  width: 420px;
  z-index: 999;
  opacity: 0;
  transition: all .4s ease !important
}

.floatbutton .clickbutton {
  width: 50px;
  z-index: 99999999;
  height: 200px;
  cursor: pointer;
  box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, .09);
  border-radius: 3px 0 0 3px;
  display: inline-block;
  padding-top: 0;
  vertical-align: top;
  margin-top: 116px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  background: var(--button-gradient);
  font-family: Poppins, sans-serif;
  box-shadow: 0 0 40px #00000026;
  -webkit-box-shadow: 0 0 40px #00000026;
  -ms-box-shadow: 0 0 40px #00000026;
  -o-box-shadow: 0 0 40px #00000026
}

.floatbutton .clickbutton .crossplus:before {
  content: "";
  display: none;
  position: absolute;
  width: 20px;
  height: 2px;
  right: 0;
  background: #fbb334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto
}

.floatbutton .clickbutton .crossplus:after {
  content: "";
  display: none;
  position: absolute;
  width: 2px;
  height: 20px;
  right: 0;
  background: #fab334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto
}

.floatbutton .clickbutton .crossplus {
  position: absolute;
  display: block;
  transform: rotate(-90deg);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  left: -49px;
  white-space: pre;
  bottom: 87px
}

.floatbutton .clickbutton .crossplus.rotate {
  transform: rotate(45deg);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s
}

.floatbutton .clickbutton .crossplus i {
  font-size: 18px;
  color: #fff;
  margin: 17px 0 0 15px
}

.banner-form {
  background: #fff;
  padding: 22px 30px;
  position: relative;
  z-index: 99999 !important;
  border-radius: 5px;
  margin: 0;
  width: 370px;
  display: inline-block;
  box-shadow: 0 0 30px #0000001f
}

.ban-form input {
  width: 100%;
  margin: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
  font-weight: 400;
  outline: 0 !important;
  margin: 0 0 15px 0
}

.banner-form .intl-tel-input {
  width: 100%
}

.banner-form h3 {
  color: #141315;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700
}

.banner-form h3 strong {
  font: 24px/24px Poppins, sans-serif;
  font-weight: 600
}

.ban-form input[type=submit] {
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  text-align: center;
  padding: 10px 15px;
  margin: 20px 0 0;
  border: transparent;
  cursor: pointer;
  background: #ff4081;
  background-image: -moz-linear-gradient(59deg, #ff8777 0, #ff6d83 19%, #d6468e 50%, #762c99 100%);
  background-image: -webkit-linear-gradient(59deg, #ff8777 0, #ff6d83 19%, #d6468e 50%, #762c99 100%);
  background-image: -ms-linear-gradient(59deg, #ff8777 0, #ff6d83 19%, #d6468e 50%, #762c99 100%)
}

.ban-form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 10px 15px;
  color: gray;
  font-size: 14px;
  border-radius: 3px;
  font-weight: 400;
  height: 120px;
  outline: 0 !important;
  margin: 15px 0 0 0;
  resize: none
}

.btns_wrap {
  position: fixed;
  right: -6px
}

.btns_wrap a:hover {
  text-decoration: none !important;
  right: 0
}

.btns_wrap .call_wrap {
  width: 206px;
  position: absolute;
  right: -151px;
  background: var(--button-gradient);
  top: 58px;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 9999
}

.btns_wrap .call_wrap span {
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
  padding: 13px 0 14px 10px
}

.btns_wrap .chat_wrap {
  display: block;
  position: absolute;
  right: -135px;
  width: 190px;
  background: var(--button-gradient);
  top: 0;
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 0 40px #00000026 !important;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 3px 0 0 3px;
  z-index: 9999
}

.btns_wrap .call_wrap span.icoo,
.btns_wrap .chat_wrap span.icoo {
  color: #fff;
  background: -moz-linear-gradient(-45deg, #2a3db6 0, #1169cd 100%);
  font-size: 18px;
  padding: 10px 15px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  border-radius: 10px 0 0 10px;
  background: var(--button-gradient)
}

.btns_wrap .chat_wrap span {
  color: #fff;
  font-size: 16px;
  vertical-align: middle;
  padding: 10px 0 10px 15px
}

.ban-form .fldset.inpchecbx label {
  display: inline-block;
  margin: 0;
  line-height: 1.4;
  color: #676767;
  font-size: 13px
}

.ban-form .fldset.inpchecbx input {
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0
}

.ban-form .themeBtn {
  margin-top: 12px;
  padding: 10px
}

.floatbutton.sticky-floatbutton {
  opacity: 1
}

.circle {
  display: none;
  border-radius: 50%;
  background-color: #3a222a;
  width: 30px;
  height: 30px;
  position: absolute;
  opacity: 0;
  animation: scaleIn 9s infinite cubic-bezier(1, .11, 1, 1)
}

.item {
  z-index: 100;
  padding: 5px
}

@keyframes scaleIn {
  from {
    transform: scale(1, 1);
    opacity: .5
  }

  to {
    transform: scale(30, 30);
    opacity: 0
  }
}

.circle-outer {
  position: absolute;
  left: 175px;
  bottom: 0;
  z-index: -1
}

.big-container {
  position: relative
}

.banner-right.big-image {
  position: ABSOLUTE;
  top: -75px;
  right: 0;
  width: 54%
}

.banner-right.big-image.ecommerce {
  top: -50px;
  right: 0;
  width: 46%
}

.banner-right.big-image.content {
  width: 15%;
  top: -90px;
  right: 10%
}

.form_submission input.error,
.form_submission textarea.error {
  border-color: red !important
}

.form_submission label.error {
  display: none !important
}

.loader img {
  width: 30px;
  margin: 0 auto;
  display: block
}

.bannerSec .selected-dial-code {
  color: #fff !important
}

.success p {
  width: 100%;
  text-align: center;
  display: block;
  max-width: 100%;
  font-size: 16px;
  margin: 0 !important;
  color: #155724 !important
}

.about-heading-image .aboutImgs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom
}

.about-heading p {
  margin-bottom: 30px
}

.privacy-section ul {
  padding-left: 0
}

.privacy-section ul li {
  list-style: none
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: transparent;
  background: var(--color-secondary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

.price-box .ftter a {
  flex: 0 0 48%;
  min-width: auto;
  padding: 10px 0;
  min-height: 45px
}

.bannerSec .country-name,
.connected .country-name,
.modal-content .country-name {
  color: #000 !important
}

.bannerSec .intl-tel-input .country-list .country .dial-code,
.connected .intl-tel-input .country-list .country .dial-code {
  color: #000 !important
}

.connected .country-list li {
  margin-bottom: 0 !important;
  display: flex;
  align-items: center
}

.modal-content {
  background-color: #000;
  padding: 7px 20px;
  border-radius: 30px
}

.modal-content .ban-form .themeBtn {
  background-color: #fff;
  padding-left: 20px !important;
  padding-right: 20px !important
}

@media (min-width:576px) {
  .modal-dialog {
    max-width: 400px
  }
}

.modal-header {
  border-bottom: 0;
  padding-bottom: 0
}

.modal-title {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 4px;
  color: #fff
}

.modal-title span {
  background: var(--button-gradient);
  padding: 2px 10px;
  font-size: 12px;
  position: relative;
  top: -1px
}

.popup-form input {
  height: 44px;
  border-radius: 10px
}

.popup-form textarea {
  border-radius: 10px
}

.popup-form input.error,
.popup-form textarea.error {
  color: #dc3545
}

.popup-form input.error::placeholder,
.popup-form textarea.error::placeholder {
  color: #dc3545
}

.testi-box ul li h2 {
  color: #fff;
  font-size: 22px;
  text-align: center;
  display: inline-block;
  padding-bottom: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  background: var(--button-gradient)
}

.testi-box:hover h2 {
  background: #fff;
  color: #b97ae7
}

.brand-image img {
  width: 100%
}

.bannerSec {
  padding: 0
}

.brand-image {
  margin-top: 10px;
  margin-bottom: 30px
}

.badge {
  width: 120px;
  height: 120px;
  position: absolute;
  left: -60px;
  top: -30px;
  display: none
}

.badge img {
  width: 100%;
  animation: rotation 10s linear infinite
}

.badge-content {
  position: absolute;
  top: 26px;
  height: 100%;
  width: 100%;
  left: 0
}

.badge-content p {
  font-size: 18px;
  max-width: 120px;
  display: inline-block;
  height: 100%;
  line-height: 18px
}

.badge-content p span {
  display: block;
  width: 100px
}

@keyframes rotation {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(359deg)
  }
}

.inner-banner-row {
  align-items: CENTER;
  margin-bottom: 15px;
  margin-top: 15px
}

.inner-banner-row .form-group {
  margin-bottom: 0
}

.inner-banner-row .form-control {
  height: 48px;
  padding-left: 0;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff
}

.inner-banner-row .themeBtn {
  height: 48px
}

.inner-banner-row .intl-tel-input.separate-dial-code .selected-dial-code {
  color: #fff
}

.inner-banner-row .form-control:focus {
  box-shadow: none;
  border-color: #b97ae7
}

.inner-banner-row .form-control::placeholder {
  color: #fff;
  opacity: 1
}

.inner-banner-row .form-control:-ms-input-placeholder {
  color: #fff
}

.inner-banner-row .form-control::-ms-input-placeholder {
  color: #fff
}

.banner-right.big-image.ecommerce.w-54 {
  width: 54%
}

.banner-right.smm {
  width: 80%;
  right: 0;
  margin: 0 auto
}

.home-portfolio-nav {
  margin-bottom: 30px !important
}

.home-portfolio-nav .nav-link {
  padding: 15px 20px !important;
  margin: 0 4px !important
}

html {
  overflow-x: hidden
}

nav.navbar {
  padding-left: 0;
  padding-right: 0
}

section.inner-banner-form.fixed-section {
  position: fixed;
  top: 107px;
  left: 0;
  width: 100%;
  background-color: #000;
  display: none;
  z-index: 4;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff
}

section.inner-banner-form {
  transition: all .4s ease
}

.comboopack {
  padding-bottom: 90px
}

.comboopack .combopackwrap {
  background: #fff;
  width: 100%;
  display: inline-block;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .06)
}

.comboopack .combopackwrap .headdd {
  padding: 20px 50px;
  text-align: left;
  position: relative;
  background-image: -moz-linear-gradient(0deg, #4b35fa 0, #b601ec 100%);
  background-image: -webkit-linear-gradient(0deg, #4b35fa 0, #b601ec 100%);
  background-image: -ms-linear-gradient(0deg, #4b35fa 0, #b601ec 100%)
}

.comboopack .combopackwrap .headdd figure {
  position: absolute;
  margin-bottom: 0;
  right: 0;
  top: -30px
}

.comboopack .combopackwrap .headdd figure img {
  width: 185px
}

.comboopack .combopackwrap .headdd h3 {
  text-align: left;
  padding-bottom: 0;
  color: #fff;
  font-size: 34px;
  text-transform: capitalize
}

.comboopack .combopackwrap .headdd h3 span {
  display: block;
  font-size: 24px;
  margin-top: 10px
}

.comboopack .combopackwrap .bodyyy {
  font-size: 0;
  padding: 30px 50px
}

.comboopack .combopackwrap .bodyyy .coll {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px
}

.comboopack .combopackwrap .bodyyy .coll ul {
  padding-left: 0;
  list-style: none
}

.comboopack .combopackwrap .bodyyy .coll ul li {
  color: #6d6e70;
  font-size: 15px;
  padding: 0 0 10px 30px;
  position: relative;
  line-height: 1.4
}

.comboopack .combopackwrap .bodyyy .coll ul li:before {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  background-color: #e18ed7;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  top: 3px
}

.comboopack .combopackwrap .bodyyy .coll ul li.heading {
  font-weight: 700;
  color: #b601ec;
  padding-left: 0
}

.comboopack .combopackwrap .bodyyy .coll ul li.heading:before {
  display: none
}

.comboopack .combopackwrap .footterr {
  padding: 30px 50px;
  font-size: 0;
  background: #28304a;
  border-top: 1px solid #f3f3f3
}

.comboopack .combopackwrap .footterr .left {
  display: inline-block;
  width: 45%;
  vertical-align: bottom;
  font-size: 0
}

.comboopack .combopackwrap .footterr .left .btnwrap {
  display: inline-block;
  width: 70%;
  padding-left: 20px;
  vertical-align: middle
}

.comboopack .combopackwrap .footterr .left .btnwrap .numbercta {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-right: 15px;
  padding: 15px 20px;
  border: 1px solid #fff;
  border-radius: 30px
}

.comboopack .combopackwrap .footterr .left .btnwrap .numbercta span {
  margin-right: 10px
}

.comboopack .combopackwrap .footterr .left .btnwrap .chatcta {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-right: 21px;
  padding: 15px 20px;
  border: 1px solid #fff;
  border-radius: 30px;
  margin-right: 0
}

.comboopack .combopackwrap .footterr .left .btnwrap .chatcta span {
  margin-right: 10px
}

.comboopack .combopackwrap .footterr .left .txtt {
  display: inline-block;
  width: 25%;
  vertical-align: middle
}

.comboopack .combopackwrap .footterr .left .txtt h4 {
  color: #fff;
  font-size: 20px;
  padding-bottom: 0
}

.comboopack .combopackwrap .footterr .right {
  display: inline-block;
  width: 55%;
  vertical-align: bottom;
  position: relative
}

.comboopack .combopackwrap .footterr .right .price {
  display: inline-block;
  width: 40%;
  vertical-align: middle;
  padding-left: 10px
}

.comboopack .combopackwrap .footterr .right .price h2 {
  font-size: 40px;
  color: #fff;
  padding-bottom: 0;
  margin-bottom: 3px
}

.comboopack .combopackwrap .footterr .right .price h2 span {
  position: relative;
  font-size: 20px;
  padding-bottom: 0;
  color: #b3b1b1;
  margin-left: 10px
}

.comboopack .combopackwrap .footterr .right figure {
  margin-bottom: 0;
  display: inline-block;
  width: 30%
}

.comboopack .combopackwrap .footterr .right figure img {
  width: 180px;
  position: absolute;
  top: -50px;
  left: 0
}

.comboopack .combopackwrap .footterr .right .price h2 span:before {
  content: "";
  width: 60px;
  height: 2px;
  display: block;
  background: #9e9c9c;
  position: absolute;
  left: 0;
  top: 44%
}

.comboopack .combopackwrap .footterr .right .orderbtn {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  text-align: right
}

.comboopack .combopackwrap .footterr .left .txtt {
  display: inline-block;
  width: 25%;
  vertical-align: middle
}

.comboopack .combopackwrap .footterr .right .orderbtn .viewdetails {
  color: #a6b0ba;
  text-align: right;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  padding: 0 20px 0 0
}

.comboopack .combopackwrap .footterr .right .orderbtn {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  text-align: right
}

.comboopack .combopackwrap .footterr .right .price {
  display: inline-block;
  width: 40%;
  vertical-align: middle;
  padding-left: 15px
}

.comboopack .combopackwrap .footterr .right .price h6 {
  color: #fff;
  font-size: 19px;
  padding-bottom: 0
}

.comboopack .combopackwrap .footterr .right figure img {
  width: 180px;
  position: absolute;
  top: -50px;
  left: 0
}

section.pricing p.text-center {
  color: #15131a;
  font-size: 18px;
  font-weight: 600
}

.price-box:hover h3 {
  color: #fff
}

header {
  padding: 0 4rem
}

.ctaGroup .borderBtn:hover {
  color: #fff
}

p.Paranew {
  font-size: 15px
}

.service .service-box {
  padding-right: 20px
}

.service .service-box {
  padding-right: 20px
}

.ctaGroup .borderBtn {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 10px
}

.testi-box:hover ul li h6 {
  color: #fff
}

section.connected p {
  font-weight: 600
}

p.paragraph {
  color: #555;
  width: 59%;
  margin: auto;
  text-align: center;
  font-size: 16px;
  font-weight: 500
}

.testi-box:hover {
  border-color: transparent
}

.dedicatedtext img {
  width: 250px;
  margin-bottom: 2%;
}

.dedicatedtext h2 {
  font-size: 44px;
  font-weight: 400
}

.dedicatedtext h2 span {
  background: -webkit-linear-gradient(90deg, var(--color-primary), var(--color-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.price-box:hover:before {
  transition: all .9s ease;
  height: 100%
}

.ftter a.themeBtn.borderBtn {
  border-color: transparent;
  color: #c3c2c4
}

.price-box:hover .pkhead {
  color: #fff
}

.price-box:hover .listscroll li {
  color: #fff
}

.connectedinner {
  background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
  color: #fff;
  padding: 40px 40px;
  border-radius: 5px
}

.pricingtesti h2 {
  color: #000;
  font-weight: 400 !important
}

.service-content .ctaGroup a+a {
  background: -webkit-linear-gradient(90deg, var(--color-primary), var(--color-secondary));
}

.ctaGroup.groupnew a+a {
  background: var(--color-primary);
}

.Branding-image.banner-right.big-image {
  top: -72px;
  width: 50%
}

.BrandingBAnner.bannerSec.innerBannerSec {
  height: 640px
}

.NewContent.banner-right.big-image.content {
  width: 55%;
  top: -44px;
  right: -12%
}

.BrandLogosimage a img:hover {
  transform: scale(1.1);
  transition: all .5s ease
}

.BrandLogosimage a img {
  transition: all .5s ease
}

section.bannerSec.innerBannerSec.order-process-banner {
  height: 600px;
  padding-top: 0
}

section.steps-seq {
  padding: 0 0 50px;
  text-align: center
}

.price-box .listscroll {
  height: 250px
}

.bubbles {
  display: inline-block;
  position: relative
}

.bubbles h1 {
  position: relative;
  z-index: 2
}

.individual-bubble {
  position: absolute;
  border-radius: 50%;
  top: 0;
  background-color: #67101a;
  z-index: 1
}

.animate-charcter {
  background-image: linear-gradient(-225deg, #ffffff40 0, #fff 29%, #ffffff40 67%, #ffffff40 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block
}

@keyframes textclip {
  to {
    background-position: 200% center
  }
}

section .black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  mix-blend-mode: difference
}

.BannerVectorimage {
  position: absolute;
  right: 0
}

section.bannerSec.homeBannerSec {
  position: relative;
  /* clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%); */
}

.copyright {
  padding-top: 15px !important
}

footer {
  padding-bottom: 0 !important
}

@keyframes rotateElement {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

@-moz-keyframes rotateElement {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

@-webkit-keyframes rotateElement {
  from {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

section.inner-content h2 {
  font-size: clamp(3.25rem, 3rem, 6rem);
  color: #000;
  font-weight: 700;
  text-transform: capitalize;
}

section.inner-content p {
  margin: 50px 0;
  font-weight: 500;
  width: 100%;
  color: #555;
  font-size: 16px
}

.row.inner-content-row {
  justify-content: center;
  align-items: center
}

section.inner-cta {
  padding: 50px 0
}

section.inner-cta a.button.button--black.button--large {
  background: -webkit-linear-gradient(90deg, var(--color-primary), var(--color-secondary));
  color: #fff;
  padding: 10px;
  margin: 20px;
  border-radius: 10px
}

section.inner-cta a.text-link {
  color: var(--color-primary);
}

section.inner-bottom-last img {
  width: 100%
}

section.inner-bottom-last {
  background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
}

.row.inner-bottom-last-row {
  align-items: center
}

section.inner-bottom-last h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 500
}

section.inner-bottom-last p {
  margin: 50px 0;
  font-weight: 500;
  width: 100%;
  color: #fff;
  font-size: 16px
}

form.form_submission a.themeBtn.borderBtn {
  background: 0 0;
  color: #fff;
  position: absolute;
  margin-left: 30px
}

section.inner-bottom-last {
  padding: 50px 0
}

section.bannerSec.innerBannerSec form.form_submission {
  width: 630px
}

img.icon-1 {
  position: absolute;
  right: 50px;
  animation: rotateElement 6s infinite linear;
  filter: brightness(0) saturate(100%) invert(69%) sepia(52%) saturate(1135%) hue-rotate(323deg) brightness(99%) contrast(104%);
}

img.icon-2 {
  position: absolute;
  left: 50px;
  animation: rotateElement 6s infinite linear;
  bottom: 40px;
  filter: brightness(0) saturate(100%) invert(69%) sepia(52%) saturate(1135%) hue-rotate(323deg) brightness(99%) contrast(104%);
}

img.icon-3 {
  position: absolute;
  right: 0;
  top: 740px;
  animation: rotateElement 6s infinite linear;
  filter: brightness(0) saturate(100%) invert(69%) sepia(52%) saturate(1135%) hue-rotate(323deg) brightness(99%) contrast(104%);
}

#leadForm button{
 background-color: #000000 !important;
 border-color: #ffffff !important;
 border: #000;
}

img.icon-4 {
  position: absolute;
  left: 0;
  top: -200px;
  animation: rotateElement 6s infinite linear;
  filter: brightness(0) saturate(100%) invert(69%) sepia(52%) saturate(1135%) hue-rotate(323deg) brightness(99%) contrast(104%);
}

img.overlay0ne1 {
  position: absolute;
  width: 100%;
  height: 700px
}

section.WorkSection figure.aos-init.aos-animate {
  margin: 0
}

.BrandLogosimage {
  background-color: #fff;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 3px 10px 20px #88878817
}

section.connected input,
section.connected textarea {
  border: 1px solid #cfcfcf
}

div#myTabContent {
  padding: 0 30px
}

.sub-tab-content {
  padding: 0 !important
}

section.portfolio.inner-portfolio.pricing {
  padding-top: 0
}

section.technology {
  background-image: -moz-linear-gradient(-123deg, #565656 1%, #141414 100%);
  background-image: -webkit-linear-gradient(-123deg, #565656 1%, #141414 100%);
  background-image: -ms-linear-gradient(-123deg, #565656 1%, #141414 100%);
  padding: 60px 0
}

section.technology h2 {
  color: #fff;
  margin-bottom: 15px
}

.tehnology-img img {
  width: 100%
}

section.technology p.paragraph {
  color: #fff;
  width: 100%;
  margin-bottom: 35px
}

section.technology p {
  color: #fff;
  width: 100%;
  margin-bottom: 0
}

.tehnology-text h2 {
  font-weight: 700
}

.tehnology-text p {
  font-size: 15px;
  line-height: 25px
}

.techno-slider .owl-dots .owl-dot span {
  width: 20px;
  height: 5px;
  margin: 0 7px;
  background: #fff
}

.techno-slider.owl-theme .owl-dots .owl-dot.active span,
.techno-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--color-secondary);
}

img.banner-trust-pilot {
  width: 280px
}

div#myTabContent {
  padding: 0 30px;
  width: 100%
}

.pricing-circle-bottom {
  display: none
}

section.dedicated {
  padding-top: 100px
}

.boxleft {
  width: 50%
}

.boxleft {
  width: 50%
}

.boxright {
  width: 50%
}

.sub-tab-content {
  margin-top: 50px
}

div#logo-design {
  margin-top: 40px
}

.price-box h2 span {
  font-size: 14px
}

li.heading:before {
  display: none !important;
  padding-left: 0 !important
}

.fixed .qouteBtn {
  color: #000;
}

.DesignSec .qouteBtn:hover {
  color: #fff;
}

section.serve .themeWhite:hover {
  color: #fff;
}

.testimonials h2.section-heading span {
  -webkit-text-fill-color: #fff;
}

.service-content h2.section-heading.gradient-heading {
  background: -webkit-linear-gradient(90deg, var(--color-primary), var(--color-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.inner-content h2 span {
  background: -webkit-linear-gradient(90deg, var(--color-primary), var(--color-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.technology h2.section-heading span {
  -webkit-text-fill-color: var(--color-secondary);
}

.blog-posts{
  color: #f66f1c !important;
  transition: all 0.4s ease;
}

.blog-posts:hover{
  color: black !important;
  text-decoration: underline !important;
}

@media (min-width: 768px) {
  .bg-nav {
    background: #000000;
    padding-bottom: 160px;
  }
}

[data-aos] {
  opacity: 0;
  transition-property: transform, opacity;
}

[data-aos].aos-animate {
  opacity: 1;
}
