@charset "UTF-8";
:root {
  --siteColor: #1B65FF;
  --siteHoverColor: #5F27FF;
  --webColor: #5f27ff;
}

@font-face {
  font-family: "budicon";
  src: url("../fonts/budicon.eot");
  src: url("../fonts/budicon.eot?#iefix") format("embedded-opentype"), url("../fonts/budicon.woff") format("woff"), url("../fonts/budicon.ttf") format("truetype"), url("../fonts/budicon.svg#budicon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Muli";
  src: url("../fonts/Muli-Bold.ttf");
  font-weight: 700;
}
body {
  background-color: #f5f5f5;
  font-family: "Muli", "Segoe UI", Arial, sans-serif;
  font-size: 1rem;
  overflow-x: hidden;
}

ol:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}
ol:not(.browser-default) > li {
  list-style-type: none;
}

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}
ul:not(.browser-default) > li {
  list-style-type: none;
}

ul.browser-default {
  padding-left: 40px;
}
ul.browser-default > li {
  list-style: disc;
}

a {
  color: var(--siteColor);
  text-decoration: none;
}

nav {
  background-color: #fff;
  box-shadow: none;
}
nav a {
  color: var(--siteColor);
  text-decoration: none;
}
nav .button-collapse {
  margin: 0;
}
nav .brand-logo {
  line-height: 1;
}
nav ul a {
  color: #333;
}
nav ul a:hover {
  background: none;
  color: var(--siteColor);
}
nav ul a.btn {
  margin-right: 0;
}

p {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

.img-responsive {
  max-width: 100%;
}

.uppercase {
  text-transform: uppercase;
}

b {
  font-weight: bold;
}

strong {
  font-weight: bold;
}

.me-2 {
  margin-inline-end: 0.5rem;
}

.pb-0 {
  padding-bottom: 0 !important;
}

label .fa-asterisk {
  color: #d00;
  font-size: 8px;
  vertical-align: super;
}

.card {
  box-shadow: none;
}
.card .card-title {
  font-weight: 600;
}

.pagination li.active {
  background-color: var(--siteColor);
}

ul.tabs {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.text-green {
  color: #00c247;
}

.text-red {
  color: #f00;
}

.btn {
  text-transform: inherit;
}

.btn-site {
  background-color: var(--siteColor);
  border-color: var(--siteColor);
  color: #fff;
}
.btn-site:hover {
  background-color: var(--siteHoverColor);
  border-color: var(--siteHoverColor);
  color: #fff;
}
.btn-site:focus, .btn-site:active, .btn-site.active {
  background-color: var(--siteHoverColor) !important;
  border-color: var(--siteHoverColor) !important;
  color: #fff;
}

.btn-web {
  background-color: #5f27ff;
}
.btn-web:hover, .btn-web:focus {
  background-color: #501fdd;
  border-color: #501fdd;
  color: #fff;
}

.btn-outline {
  background-color: transparent;
  border: 1px solid var(--siteColor);
  color: var(--siteColor);
  transition: 0.6s;
}
.btn-outline:hover {
  background-color: var(--siteColor);
  color: #ffffff;
}

.btn-border {
  background-color: transparent;
  border: 1px solid transparent;
  color: var(--siteColor);
}
.btn-border:hover {
  background-color: #fff;
  color: var(--siteColor);
}

.btn-white {
  background-color: #fff;
  color: var(--siteColor);
}
.btn-white:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--siteColor);
}
.btn-white:focus {
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--siteColor);
}

.btn-outline-white {
  border-color: #fff;
  color: #fff;
}
.btn-outline-white:hover {
  background-color: #fff;
  color: var(--siteColor);
}
.btn-outline-white:focus {
  background-color: #fff;
  color: var(--siteColor);
}

.solutionUl {
  columns: 2;
}

.nav-bottom .brand-logo {
  padding: 10px 0;
}

.gx-0 {
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.gx-0 .col {
  padding-inline-start: 0;
  padding-inline-end: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.top-nav {
  height: 64px;
  z-index: 999;
}
.top-nav .navbar {
  padding: 0;
}
.top-nav .navbar .navbar-brand {
  padding: 0;
}

.essentialFeatures {
  position: relative;
  padding: 3rem 0 2rem;
}
.essentialFeatures .carousel {
  height: auto;
}
.essentialFeatures .carousel .carousel-item {
  position: relative;
  width: 100%;
  float: none;
}
.essentialFeatures .carousel-inner aside {
  z-index: 9;
}
.essentialFeatures .carousel-indicators {
  bottom: -23px;
  z-index: 99;
}
.essentialFeatures .carousel-indicators [data-bs-target] {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #9c9c9c;
}
.essentialFeatures .carousel-indicators .active {
  background-color: #1B65FF;
}
.essentialFeatures img.responsive-img {
  display: block;
  width: 100%;
}
.essentialFeatures .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.home-bannerr {
  background: url(../banner/banner-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 3rem 0 2rem;
}
.home-bannerr .carousel {
  height: auto;
}
.home-bannerr .carousel .carousel-item {
  position: relative;
  width: 100%;
  float: none;
}
.home-bannerr .carousel-inner aside {
  z-index: 9;
}
.home-bannerr .carousel-indicators {
  bottom: -23px;
  z-index: 99;
}
.home-bannerr .carousel-indicators [data-bs-target] {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #9c9c9c;
}
.home-bannerr .carousel-indicators .active {
  background-color: #1B65FF;
}
.home-bannerr img.responsive-img {
  display: block;
  width: 100%;
}
.home-bannerr .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.carousel.carousel-slider .carousel-item .banner-text h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  line-height: normal;
  text-shadow: 0 0 10px #333;
}

.main-title {
  font-weight: 300;
}
.main-title strong {
  font-weight: 700;
}

.title {
  position: relative;
}

.section-headline {
  margin-bottom: 1.5rem;
}
.section-headline h1 {
  margin-bottom: 0.5rem;
}
.section-headline h2 {
  margin-bottom: 0.5rem;
}
.section-headline > h5 {
  line-height: 1.6rem;
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
}

.section-headline.centered {
  text-align: center;
}
.section-headline.centered > p {
  margin: 0 auto;
}

.description > p {
  margin-top: 0;
  width: 100%;
}

.points > p {
  font-size: 1.07rem;
  margin-bottom: 0.5rem;
}
.points > p > i {
  color: var(--siteColor);
  position: relative;
  top: 5px;
}
.points > .btn {
  margin-top: 20px;
}

.mobileFeatures .card {
  height: 100%;
  border: 1px solid #e2c0fe;
  border-radius: 0.5rem;
  position: relative;
}
.mobileFeatures .card::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 48px;
  border-radius: 0 6px 6px 0;
  background-color: #e2c0fe;
  left: 0;
  top: 12px;
  transition: 0.6s;
}
.mobileFeatures .card:hover::after {
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
  background-color: rgba(226, 192, 254, 0.25);
}

.nav-link.btn.btn-primary {
  background-color: #5f27ff;
  color: #ffffff;
}
.nav-link.btn.btn-primary:hover {
  background-color: #1b65ff;
  color: #ffffff;
}

.contactCard {
  border: 1px solid #B783FF;
  border-radius: 12px;
  position: relative;
}
.contactCard::after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 23px;
  background-color: #B783FF;
  border-radius: 0 6px 6px 0;
  transition: 0.6s;
}
.contactCard:hover::after {
  border-radius: 12px;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(183, 131, 255, 0.0745098039);
}
.contactCard h4 {
  position: relative;
  z-index: 1;
}
.contactCard p {
  position: relative;
  z-index: 1;
}

.formCard {
  border-radius: 12px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.technicalFeatures {
  background-color: rgb(250, 254, 255);
}
.technicalFeatures .feature {
  box-shadow: rgba(148, 187, 199, 0.1) 0px 10px 15px -3px, rgba(104, 153, 209, 0.05) 0px 4px 6px -2px;
}

.whychooseFiverr {
  background: url(../images/dashed-line-arrow.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.whychooseFiverr .card {
  position: relative;
  border-radius: 0.5rem;
  transition: 0.6s;
}
.whychooseFiverr .card::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 7px;
  height: 23px;
  border-radius: 0 6px 6px 0;
  background-color: #696969;
  transition: 0.6s;
}
.whychooseFiverr .card:hover::after {
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  background-color: #e2e2e2;
}
.whychooseFiverr .card h4,
.whychooseFiverr .card p {
  position: relative;
  z-index: 1;
}

.customize {
  background-color: #f9fbff;
}

.loginCredentials .card {
  border: 1px solid #cfdbec;
  border-radius: 12px;
  transition: 0.6s;
}
.loginCredentials .card:hover {
  background-color: #f3fcff;
}

.one-page-menu-two {
  background-color: #fff;
  border: 1px solid #ddd;
  width: 50px;
  position: fixed;
  z-index: 1000;
  left: -1px;
  border-radius: 0 8px 8px 0;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  mix-blend-mode: initial;
  filter: brightness(1) invert(0);
}

.one-page-menu-two .leftpanelDiv {
  display: grid;
  justify-content: center;
  background: transparent;
}

.one-page-menu-two .leftpanelDiv .leftPanelmenu {
  padding-block: 0.25rem;
}

.one-page-menu-two .leftpanelDiv .leftPanelmenu a {
  color: #212529;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0.75rem 1rem;
  transition: color 0.28s ease;
  display: flex;
  align-items: center;
}

.one-page-menu-two .leftpanelDiv .leftPanelmenu a:hover {
  color: #5f27ff;
}

.profits .col-md-4 {
  height: 100%;
}
.profits .col-md-4 img {
  height: 100%;
  object-fit: cover;
}

.whatisfreelancerscript .subtitle,
.solution .subtitle,
.featuresGrid .subtitle,
.features .subtitle,
.keyfeatures .subtitle,
.steps .subtitle,
.essentialFeatures .subtitle,
.tabFeatures .subtitle,
.mobileFeatures .subtitle,
.aboutFiverr .subtitle,
.buyerFeatures .subtitle,
.adminFeatures .subtitle,
.whychooseFiverr .subtitle,
.customize .subtitle,
.profits .subtitle,
.faqs .subtitle,
.loginCredentials .subtitle,
.screenshots .subtitle,
.mobileAppsection .subtitle,
.topreason .subtitle,
.revenue .subtitle {
  color: #5F27FF;
  text-transform: uppercase;
}

.testimonial_sub_text {
  color: #5F27FF;
  text-transform: uppercase;
}

.topreason {
  background: aliceblue;
}
.topreason h5 {
  color: #5F27FF;
  text-transform: uppercase;
}

.keyfeatures .card {
  height: 100%;
  border-radius: 0.5rem;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px 1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  transition: 0.9s;
}
.keyfeatures .card:hover {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.keyfeatures .card h3 {
  padding-top: 1rem;
  font-size: medium;
}

.testimonials-wrap {
  padding: 40px 0;
  /* Card Styling */
  /* Equal Height Fix for Owl Carousel Items */
  /* Responsive */
}
.testimonials-wrap .heading-section {
  text-align: center;
}
.testimonials-wrap .heading-section .sub-heading {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  display: block;
  font-weight: 600;
  color: #2e9ca1;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.testimonials-wrap .heading-section h2 {
  font-size: 28px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 15px;
}
.testimonials-wrap .testimonial-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 30px 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
}
.testimonials-wrap .testimonial-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.testimonials-wrap .user-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  min-width: 80px;
  background-size: cover;
  background-position: center;
  margin: 0 auto 15px;
}
.testimonials-wrap .quote {
  position: absolute;
  top: -34px;
  color: #b2c7e6;
  font-size: 42px;
}
.testimonials-wrap .name {
  margin-bottom: 0;
  line-height: 14px;
  font-size: 18px;
  font-weight: 700;
  color: #0d6efd;
}
.testimonials-wrap .carousel-testimonial .owl-stage {
  display: flex;
}
.testimonials-wrap .carousel-testimonial .owl-item {
  display: flex;
  height: auto;
}
.testimonials-wrap .carousel-testimonial .owl-item .item {
  display: flex;
  flex: 1;
  height: 100%;
}
.testimonials-wrap .carousel-testimonial .owl-item .item .testimonial-box {
  flex: 1;
  height: 100%;
}
.testimonials-wrap .carousel-testimonial .item {
  padding: 30px 0;
}
.testimonials-wrap .carousel-testimonial .owl-nav {
  text-align: center;
  margin-top: 15px;
}
.testimonials-wrap .carousel-testimonial .owl-nav button {
  outline: none;
  padding: 0;
  transition: all 0.3s ease;
}
.testimonials-wrap .carousel-testimonial .owl-nav button.owl-next, .testimonials-wrap .carousel-testimonial .owl-nav button.owl-prev {
  padding: 0 12px !important;
  background: #2e9ca1;
  border-radius: 50%;
  color: #fff;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
.testimonials-wrap .carousel-testimonial .owl-nav button.owl-next span, .testimonials-wrap .carousel-testimonial .owl-nav button.owl-prev span {
  display: block;
  font-size: 28px;
  line-height: 1;
}
.testimonials-wrap .carousel-testimonial .owl-nav button.owl-next:hover, .testimonials-wrap .carousel-testimonial .owl-nav button.owl-prev:hover {
  background: rgb(34.6666666667, 117.5652173913, 121.3333333333);
}
.testimonials-wrap .carousel-testimonial .owl-nav button.owl-next.disabled, .testimonials-wrap .carousel-testimonial .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.testimonials-wrap .owl-dots {
  display: flex;
  justify-content: center;
}
.testimonials-wrap .owl-dots .owl-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ccc;
  margin-right: 0.3rem;
}
.testimonials-wrap .owl-dots .owl-dot.active {
  background: #5f27ff;
}
.testimonials-wrap .app {
  position: relative;
  display: inline-block;
}
.testimonials-wrap .app a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.testimonials-wrap .app a img {
  display: block;
  max-height: 39px;
}
.testimonials-wrap .app a .coming-soon {
  background-color: #e53038;
  color: #fff;
  position: absolute;
  top: 6px;
  right: -24px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 0.25rem 1rem 0.25rem 3rem;
  text-transform: uppercase;
  transform: rotate(27deg);
  border-radius: 2px;
  z-index: 2;
}
@media (max-width: 768px) {
  .testimonials-wrap .rowappBtn {
    justify-content: center;
    margin-bottom: 1rem;
  }
  .testimonials-wrap .body {
    overflow-x: hidden;
  }
  .testimonials-wrap .small-footer {
    display: block;
    text-align: center;
  }
  .testimonials-wrap .small-footer .footer-social-links {
    float: none;
    left: -10px;
    margin-top: 10px;
  }
  .testimonials-wrap footer {
    display: none;
  }
  .testimonials-wrap .testimonial-box {
    text-align: center;
  }
}

.tabFeatures {
  background-color: #f9f7ff;
}

.steps {
  @import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,700&display=swap");
  @import url("https://fonts.googleapis.com/css?family=Josefin+Slab&display=swap");
  background: #f7fbff;
}
.steps .process {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 0 15px;
  text-align: center;
}
.steps .process__item {
  user-select: none;
  text-align: center;
  position: relative;
  padding: 15px 35px;
  transition: 0.4s ease-in-out;
  width: 100%;
}
.steps .process__item:hover {
  background: #f7fbff;
}
.steps .process__item:hover .process__number {
  transform: translateY(5px);
  color: #5f27ff;
}
.steps .process__number {
  font-size: 90px;
  -webkit-text-stroke: 1px #5f27ff;
  display: block;
  color: transparent;
  font-family: "Roboto Condensed";
  font-weight: 700;
  transition: 0.4s ease-in-out;
  position: relative;
}
.steps .process__title {
  display: block;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: larger;
}
.steps .process__subtitle {
  display: block;
  margin-top: 10px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .steps .small-footer {
    display: none;
  }
  .steps .process__item {
    width: 50%;
  }
}
@media (min-width: 993px) {
  .steps .process__item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .steps .process {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .steps .process__item:not(:last-of-type)::after {
    content: "";
    width: 1px;
    height: 75%;
    background: rgb(16.7222222222, 0, 64.5);
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0.2;
    transform: translateY(-50%);
  }
}

.how-it-works .screen {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}
.how-it-works .box {
  padding: 20px 0;
}

.ctasection {
  height: 100%;
  background: url(../banner/ctabanner.webp);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 5rem 0;
}

.missionVision .card {
  height: 100%;
  border: none;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  transition: 0.9s;
}
.missionVision .card:hover {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.ourStrength {
  height: 100%;
  background: url(../images/our-strength.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 5rem 0;
}
.ourStrength .card {
  height: 100%;
  border-radius: 0.5rem;
}

.fiverrBanner {
  height: 100%;
  background: url(../banner/fiverrbackground-img.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

footer {
  background-color: #333;
  background-image: linear-gradient(45deg, var(--siteColor), var(--webColor));
  padding: 50px 0 0;
  color: #fff;
  overflow: hidden;
  position: relative;
}

ul.foot-nav {
  columns: 2;
}
ul.foot-nav li {
  line-height: 30px;
  border: none;
}
ul.foot-nav li a {
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
ul.foot-nav li a:hover {
  color: #fff;
  border-bottom-color: #fff !important;
}

ul.foot-nav-two li {
  line-height: 30px;
  border: none;
}
ul.foot-nav-two li a {
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
ul.foot-nav-two li a:hover {
  color: #fff;
  border-bottom-color: #fff !important;
}

ul.socialIcons li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 11px;
}
ul.socialIcons li > a {
  background-color: #fff;
  border-radius: 0.25rem;
  min-width: 2.4rem;
  text-align: center;
  display: block;
  color: var(--siteColor);
  font-size: 1.6rem;
}
ul.socialIcons li > a:hover {
  background-color: #ffffff;
  color: #5f27ff;
}

.poweredby {
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  border-radius: 0.25rem;
  margin-bottom: 10px;
}
.poweredby > img {
  height: auto;
  max-width: 150px;
}

.copyright {
  padding: 15px 0;
}
.copyright p {
  color: #fff;
  margin: 0;
}
.copyright p > a {
  color: #fff;
  margin: 0;
}

.getQuote {
  font-size: 0.875rem;
  position: fixed;
  right: 0;
  top: 40%;
  min-width: 100px;
  background-color: #0CF;
  transform: rotate(-90deg);
  transform-origin: 124px 0%;
  padding: 0px 10px;
  border-radius: 12px;
  z-index: 999;
}
.getQuote > a {
  color: #fff;
  margin: 0;
  text-decoration: none;
}

.addressBox pre {
  font-family: "Open Sans", sans-serif;
  margin: 0;
  margin-left: -15px;
}
.addressBox a {
  color: #333;
}
.addressBox a:hover {
  color: var(--siteColor);
}
.addressBox .card {
  height: calc(100% - 1.5rem);
  margin-bottom: 1.5rem;
}

.form-control {
  border-radius: 0.1rem;
}

.feature {
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 1rem;
  height: 100%;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.feature:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.feature .desc > p {
  height: 90px;
  overflow: hidden;
}
.feature .icon {
  display: block;
  margin: 0 auto 1rem;
  height: 4rem;
  width: 4rem;
}
.feature .icon > img {
  max-height: 100%;
  max-width: 100%;
}
.feature ol.list-type {
  text-align: left;
}

.featurebottom .feature {
  height: 100%;
}
.featurebottom .feature h4 {
  display: -webkit-box !important;
  max-width: 100% !important;
  -webkit-line-clamp: none !important;
  -webkit-box-orient: vertical !important;
  overflow: visible !important;
  text-overflow: ellipsis !important;
  margin-bottom: 0;
  -webkit-line-clamp: none !important;
}
.featurebottom .feature p {
  -webkit-box-orient: horizontal !important;
  padding-top: 1rem !important;
}

.hangg {
  transition-duration: 0.5s;
  transition-property: transform;
  transform: translateY(6px);
  animation-name: hang;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes hang {
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(6px);
  }
}
.reasons_details_card .card {
  border-radius: 12px;
  border: 1px solid #E8E8E8;
  box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
  transition: 0.6s;
}
.reasons_details_card .card:hover {
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

.whatisfreelancerscript iframe {
  border-radius: 12px;
}

.revenue {
  background: url(../banner/monitization-bg-banner.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 0;
}
.revenue h5 {
  color: #5F27FF;
  text-transform: uppercase;
}
.revenue .card {
  border-radius: 12px;
  height: 100%;
  border-bottom: 5px solid #42A2CE;
}

.featuresRow .card {
  border: none;
}

.techIcon {
  width: 120px;
  height: 120px;
  margin-inline: auto;
  background: #B783FF;
  padding: 1rem;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.upwork-top-features {
  background-color: rgba(230, 230, 230, 0.1);
}
.upwork-top-features .feature p {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  -webkit-line-clamp: 4;
}
.upwork-top-features .feature h4 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.sFeatures {
  background-color: #f9f7ff;
}
.sFeatures .feature p {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.sFeatures .process h5 {
  margin-top: 0;
}

.features .feature p {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.features .feature h4 {
  line-height: 125%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#feature .feature p {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

#upwork-features .feature {
  text-align: left;
}
#upwork-features .feature > p {
  -webkit-line-clamp: 5;
}
#upwork-features .feature h4 {
  font-size: 1.125rem;
}
#upwork-features .feature .icon {
  margin-left: 0;
}

#upwork-whychoose-us .card {
  height: calc(100% - 1.5rem);
  border-radius: 0.5rem;
  border-color: rgba(135, 197, 158, 0.75);
}
#upwork-whychoose-us .card::before {
  content: "";
  border: 2px solid transparent;
  border-radius: 0.5rem;
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  transition: 0.5s;
}
#upwork-whychoose-us .card:hover::before {
  background-color: rgba(13, 253, 93, 0.1);
  left: 0rem;
  top: 0;
  height: 100%;
  width: 100%;
}

#upwork-clone-work .feature {
  overflow: hidden;
}
#upwork-clone-work .feature .card-body {
  z-index: 1;
}
#upwork-clone-work .feature .hover_bg {
  height: 128px;
  width: 128px;
  background-color: #fff;
  z-index: 1;
  top: -75px;
  right: 7px;
  left: 12px;
  margin-top: -6rem;
  margin-left: -5rem;
  border-radius: 50%;
  transition: all 1s ease;
}
#upwork-clone-work .feature:hover .hover_bg {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}
#upwork-clone-work .feature:hover .card-body {
  color: #fff;
  position: relative;
}
#upwork-clone-work .col-12:nth-child(1n) .hover_bg {
  background-color: #03AC13;
}
#upwork-clone-work .col-12:nth-child(2n) .hover_bg {
  background-color: #dc3545;
}
#upwork-clone-work .col-12:nth-child(3n) .hover_bg {
  background-color: #5f27ff;
}
#upwork-clone-work .col-12:nth-child(4n) .hover_bg {
  background-color: #3498db;
}
#upwork-clone-work .col-12:nth-child(5n) .hover_bg {
  background-color: #6610f2;
}
#upwork-clone-work .col-12:nth-child(6n) .hover_bg {
  background-color: #fd7e14;
}

.mybuilderFeatures {
  background-color: #f7fff8;
}
.mybuilderFeatures .nav-pills .nav-link.active,
.mybuilderFeatures .nav-pills .show > .nav-link {
  background-color: #03AC13;
}
.mybuilderFeatures .nav-pills .nav-link {
  color: #03AC13;
}
.mybuilderFeatures .nav-pills .nav-link.active {
  color: #ffffff;
}

#upwork-benefits .feature {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  height: calc(100% - 1.5rem);
}
#upwork-benefits .feature .card-body {
  padding: 1.5rem;
}
#upwork-benefits .feature::before {
  content: "";
  border: 2px solid transparent;
  border-radius: 0.5rem;
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  transition: 0.5s;
}
#upwork-benefits .feature:hover::before {
  background-color: rgba(13, 253, 123, 0.02);
  border-color: rgba(93, 148, 75, 0.75);
  left: 0rem;
  top: 0;
  height: 100%;
  width: 100%;
}

.card-feature {
  border-color: transparent;
  height: calc(100% - 1.5rem);
  margin-bottom: 1.5rem;
  transition: all 0.3s ease-in-out 0s;
}
.card-feature:hover {
  background-color: rgba(var(--bs-primary-rgb), 0.1);
  border-color: rgba(var(--bs-primary-rgb), 0.5);
}

.card-revenue {
  border: 1px solid #dedede;
  height: 100%;
}

.card-border {
  border: 1px solid #dedede;
}

.features_page {
  background: url(../banner/freelancer-features-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 70px 0;
  color: #ffffff;
}
.features_page::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.548);
}
.features_page .section-headline {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.featuresGrid .feature {
  min-height: 250px;
}
.featuresGrid .feature h5 {
  height: 46px;
  display: table-cell;
  vertical-align: top;
  width: 1%;
}

.btn-small {
  font-size: 0.85rem;
  height: 30px;
  line-height: 30px;
  padding: 0 1rem;
}

.offer .icon {
  display: block;
  margin: 0 auto 1rem;
  height: 4rem;
  width: 4rem;
}
.offer .icon > img {
  max-height: 100%;
  max-width: 100%;
}

.testimonial .quote {
  padding: 2.5rem 0;
}
.testimonial .quote img {
  max-height: 100%;
  max-width: 100%;
  border-radius: 50%;
  display: block;
}
.testimonial .quote .icon {
  margin: 0 auto;
  height: 5.6rem;
  width: 5.6rem;
}
.testimonial .carousel {
  position: relative;
  height: 440px !important;
  margin: 0 auto;
  max-width: 440px;
}
.testimonial blockquote p:before {
  font-family: fontello;
  margin-right: 8px;
  font-size: 2rem;
  line-height: 1px;
  display: inline-block;
  color: #fff;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  content: "❞";
  float: left;
}
.testimonial blockquote p:after {
  content: "❝";
  float: right;
}
.testimonial .box {
  padding: 1px 1rem;
  position: relative;
  margin: 0 auto;
  max-width: 360px;
  border: none;
  color: #fff;
  font-style: italic;
}

.angleBG {
  margin-top: 5rem;
  margin-bottom: 5rem;
  position: relative;
}
.angleBG .container {
  position: relative;
  z-index: 9;
}
.angleBG:before {
  content: "";
  position: absolute;
  left: 0%;
  width: 100%;
  background-color: #f9f7ff;
  height: 120px;
  transform: rotate(-3deg);
  top: -60px;
}
.angleBG:after {
  content: "";
  position: absolute;
  left: 0%;
  width: 100%;
  background-color: #f9f7ff;
  height: 120px;
  transform: rotate(-3deg);
  bottom: -60px;
}

.angleBG.grey:before {
  background-color: #f5f5f5;
}
.angleBG.grey:after {
  background-color: #f5f5f5;
}

.small-footer {
  border-radius: 0.625rem 0.625rem 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 999;
}

.small-footer {
  background-color: #fff;
  padding-top: 0px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: fixed;
  box-shadow: rgba(65, 65, 65, 0.3) 1px -1px 14px;
}

.small-footer strong {
  color: #333;
}

.small-footer-copyrights {
  flex: 2;
}

.small-footer .footer-social-links {
  transform: none;
  flex: 1;
  text-align: end;
  float: inline-end;
  margin: 0 -5px 0 0;
  position: relative;
  top: 2px;
}

.small-footer .footer-social-links li {
  color: #333;
  transform: none;
  float: none;
  margin: 0 -3px;
}

.small-footer .footer-social-links li a {
  color: #333;
  transform: none;
}

.small-footer > ul {
  display: flex;
  flex-wrap: wrap;
  margin: -1px;
  text-align: center;
}

.small-footer > ul > li {
  margin-inline-start: -1px;
  flex: 1;
}

.small-footer > ul > li > a:not(.btn).active {
  color: #5f27ff;
}

.small-footer > ul > li > a:not(.btn) {
  color: #212529;
  display: block;
  padding: 12px;
}

.small-footer > ul > li > a:not(.btn).active img {
  filter: grayscale(0);
}

.small-footer > ul > li > a:not(.btn) img {
  font-size: 1.5rem;
  filter: grayscale(100%);
  margin-bottom: 0.25rem;
}

.small-footer > ul > li > a:not(.btn) span {
  display: block;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.small-footer > ul > li > a:not(.btn).postAd-btn > div {
  background-color: #5f27ff;
  height: 64px;
  width: 64px;
  border-radius: 50%;
  margin: auto;
  margin-top: -17px;
  box-shadow: rgba(65, 65, 65, 0.3) 1px -1px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.small-footer > ul > li > a:not(.btn).postAd-btn img {
  filter: brightness(0) invert(1);
}

.small-footer > ul > li > a:not(.btn).postAd-btn {
  color: #fff;
}

.technology {
  margin-bottom: 0;
  padding-bottom: 3rem;
  position: relative;
}
.technology .item {
  background-image: url("../images/techonology_bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
.technology .item > img {
  object-fit: none;
  object-position: 0 0;
}

.quote .author {
  text-align: center;
  margin-top: 15px;
  color: #fff;
}
.quote .author h5 {
  margin: 0;
  font-size: 1.063rem;
}

.carousel .indicators {
  bottom: 2rem;
}
.carousel .indicators .indicator-item {
  margin: 0.25rem;
}

blockquote p:after {
  font-family: fontello;
  margin-right: 8px;
  font-size: 2rem;
  line-height: 1px;
  display: inline-block;
  color: #fff;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
blockquote small {
  text-transform: uppercase;
}

#demos .card .card-content p {
  margin-bottom: 0.75rem;
}

.error {
  color: #a94442;
}

.get_in_touch input[type=text] {
  margin-bottom: 0 !important;
}
.get_in_touch input[type=email] {
  margin-bottom: 0 !important;
}
.get_in_touch textarea.materialize-textarea {
  margin-bottom: 0 !important;
}

.tabs.vertical {
  height: auto;
}

.-mb-3 {
  margin-bottom: -1rem !important;
}

.-mb-4 {
  margin-bottom: -1.5rem;
}

.-mb-5 {
  margin-bottom: -3rem;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.carousel-caption {
  color: #fff;
  position: absolute;
  top: 80px;
  text-shadow: 0px 0px 10px #333;
  z-index: 9;
}

ul.bullet-style {
  padding-left: 2rem;
}
ul.bullet-style li {
  list-style: disc;
  margin-bottom: 1rem;
}

.fixed-wall {
  display: flex;
  column-gap: 1rem;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(142px, 0) rotate(-90deg);
  z-index: 99;
}
.fixed-wall > a {
  border-radius: 0.2rem;
  display: block;
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 6px 16px;
}
.fixed-wall > a > i {
  font-size: 1.5rem;
  margin-inline-end: 0.5rem;
  vertical-align: middle;
}
.fixed-wall > a:hover {
  color: #fff;
}
.fixed-wall > a.callus {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}
.fixed-wall > a.callus:hover {
  background-color: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}
.fixed-wall > a.whatsapp {
  background-color: #008000;
  border-color: #008000;
  color: #fff;
}
.fixed-wall > a.whatsapp:hover {
  background-color: #008000;
  border-color: #008000;
  color: #fff;
}

.gotop {
  background-color: var(--siteColor);
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #fff;
  cursor: pointer;
  float: right;
  position: absolute;
  bottom: 50px;
  right: 15px;
  z-index: 9;
  transition: all 0.3s ease-in-out;
  line-height: 48px;
  text-align: center;
  width: 40px;
  height: 40px;
}
.gotop:hover {
  background-color: #fff;
  border: 1px solid #039be5;
  color: #039be5;
}

.collapsible-body {
  background-color: #fff;
}

.one-page-menu {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  z-index: 9;
}
.one-page-menu ul {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 40px;
  width: 100%;
  white-space: nowrap;
  margin: 0 auto;
}
.one-page-menu ul > li {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  height: 40px;
}
.one-page-menu ul > li > a {
  border-bottom: 1px solid transparent;
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color 0.28s ease;
  transition: color 0.28s ease;
}
.one-page-menu ul > li > a:hover {
  color: var(--siteColor);
}
.one-page-menu ul > li.active > a {
  border-bottom-color: var(--siteColor);
  color: var(--siteColor);
}

ul.points {
  display: flex;
  flex-wrap: wrap;
  font-weight: 600;
}
ul.points > li {
  margin: 5px 0;
  position: relative;
}
ul.points > li:before {
  font-family: Material Icons;
  content: "\e928";
  color: var(--siteColor);
  font-size: 1.125rem;
  font-weight: 600;
  position: relative;
  top: 1px;
  margin-right: 6px;
}

ul.checklist > li {
  margin-bottom: 1rem;
  padding-inline-start: 1.75rem;
  position: relative;
}
ul.checklist > li::before {
  content: "\e86c";
  color: var(--siteColor);
  font-size: 1.375rem;
  font-family: Material Icons;
  line-height: 1.2;
  position: absolute;
  left: 0;
}

.collapsible-header i {
  vertical-align: middle;
}
.collapsible-header > h5 {
  margin: 0;
}

.thankyou {
  background-color: #ecf3ff;
  min-height: 450px;
}
.thankyou .box {
  width: 500px;
  margin: auto;
  text-align: center;
  background-color: #fff;
  padding: 20px 20px 30px 20px;
  border-radius: 0.25rem;
}
.thankyou .box > h1 {
  margin: 0;
}

#screenshots .card {
  transition: all 0.3s ease-in-out;
}
#screenshots .card:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
#screenshots .card .card-body h5 {
  font-weight: 600;
  margin: 0;
}
#screenshots .card-image {
  border-bottom: 1px solid #ddd;
  max-height: 220px;
  overflow: hidden;
  position: relative;
}
#screenshots .card-image > a {
  display: block;
}
#screenshots .card-image > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#screenshots .card-image > a:hover:after {
  background-color: rgba(0, 0, 0, 0.35);
  transition: 0.5s;
  box-shadow: none;
}
#screenshots .card-image > a:hover .zoom {
  display: block;
}
#screenshots .card-image .zoom {
  width: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 5px;
  z-index: 9;
  border-radius: 50%;
  display: none;
}

.font-weight-normal {
  font-weight: normal;
}

.blogs table th {
  border: 1px solid #ccc;
  padding: 15px 10px;
  vertical-align: top;
  text-align: center;
}
.blogs table td {
  border: 1px solid #ccc;
  padding: 15px 10px;
  vertical-align: top;
}

.os-plan {
  background-color: #fff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
.os-plan > ul {
  overflow-x: auto;
}
.os-plan > ul > li:last-child ul li {
  border-bottom: none;
}
.os-plan ul {
  padding: 0;
}
.os-plan ul li {
  display: flex;
  align-items: center;
}
.os-plan ul li ul {
  display: flex;
  flex: 1;
}
.os-plan ul li ul li {
  border-inline-end: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  flex: 1;
  justify-content: center;
  padding: 0.75rem;
  min-width: 230px;
}
.os-plan ul li ul li:first-child {
  background-color: #f9f9f9;
  justify-content: flex-start;
  flex: 0 0 20%;
  min-width: 140px;
}
.os-plan ul li ul li:last-child {
  border-inline-end: none;
}

.screen-none {
  display: none;
}

/*--Contact Sticky start--*/
.start_today {
  background-color: #677268;
}
.start_today h2 {
  line-height: 52px;
}

/*--Contact sticky end--*/
/*--Newsletter start here--*/
.ImageBackgroundWrap {
  height: 100%;
  background: url(../images/freelancer-contact.webp);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ImageInnerWrap {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.TextBackground {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 1.25rem;
  color: white;
  text-align: center;
}

/*--Newsletter end here--*/
#owl-demo .item {
  margin: 3px;
}

#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

.owl-carousel .card-title a {
  color: #000000;
}
.owl-carousel .card-title a:hover {
  color: #37bf00;
}

.colorCard {
  width: 100%;
  height: 4px;
  background-color: rgba(41, 181, 246, 0.7607843137);
  transition: 0.8s;
}

.colorbCard {
  width: 100%;
  height: 4px;
  bottom: 0;
  background-color: rgb(100, 190, 67);
  transition: 0.8s;
}

.revenue1 {
  border: 1px solid rgba(41, 181, 246, 0.7607843137);
}

.revenue2 {
  border: 1px solid rgb(100, 190, 67);
}

.card-revenue:hover .colorCard {
  height: 100%;
  background-color: rgba(41, 182, 246, 0.1215686275);
}
.card-revenue:hover .colorbCard {
  height: 100%;
  background-color: rgba(211, 255, 195, 0.29);
}

.highlyt {
  color: rgb(100, 190, 67);
}

.difPage {
  background-color: #64be43;
}
.difPage ul > li > a {
  color: white;
}
.difPage ul > li > a:hover {
  color: #000000;
}

#desc h2 span {
  color: #64be43;
}

.blogs ol.list-numbered {
  counter-reset: li;
  list-style: none;
  padding: 0;
  display: inline-block;
}
.blogs ol.list-numbered li {
  list-style: none;
  position: relative;
  padding-inline-start: 2.5rem;
  margin-bottom: 15px;
}
.blogs ol.list-numbered li a {
  color: #333;
  display: block;
}
.blogs ol.list-numbered li::before {
  content: counter(li);
  counter-increment: li;
  line-height: 28px;
  font-family: "Poppins", Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 600;
  width: 28px;
  height: 28px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid;
  border-radius: 50%;
  color: rgb(0, 154, 225);
  text-align: center;
  margin: 0;
  margin-left: 0;
  position: absolute;
  left: 0;
  font-size: 18px;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}

.blog-details-custom h3 u {
  text-decoration: none;
}
.blog-details-custom img {
  width: 100% !important;
}

.widgets ul.pagination {
  justify-content: center;
  margin-top: 1rem;
}
.widgets .card {
  height: calc(100% - 1rem);
}
.widgets .card-title {
  font-weight: 700;
}

.categories ul.collection {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  margin-inline-start: -0.25rem;
  margin-inline-end: -0.25rem;
  margin-bottom: 1.5rem;
  border: none;
}
.categories ul.collection li {
  list-style: none;
  flex: auto;
  margin: 0 0.25rem 0.5rem 0.25rem;
  border: 1px solid rgb(197, 197, 197);
  transition: 0.6s;
  border-radius: 4px;
  padding: 0.1rem 0.5rem;
}
.categories ul.collection li:hover {
  background-color: rgb(0, 154, 225);
  border-color: rgb(0, 154, 225);
}
.categories ul.collection li:hover a {
  color: #ffffff;
}
.categories ul.collection li a {
  text-decoration: none;
  color: #444444;
}

.linkArrow {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #1B65FF;
  text-align: center;
  border-radius: 12px;
  transition: 0.6s;
}
.linkArrow:hover {
  background-color: #1B65FF;
}
.linkArrow:hover i {
  color: #ffffff;
}

.greenIcon {
  color: #64be43 !important;
}

.siteIcon {
  color: #1b65ff !important;
}

.freelance-clone-script-banner {
  background: url(../banner/freelancerclone-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.flance-marketplace-banner {
  background: url(../banner/freelanceermarketplacescript-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.upworkFcard {
  border-radius: 12px;
  border: 1px solid #6290a5;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  text-align: center;
  transition: 0.6s;
}
.upworkFcard h6 {
  margin-bottom: 0;
}
.upworkFcard::after {
  content: "";
  position: absolute;
  right: 0;
  top: 23px;
  width: 1px;
  height: 7px;
  border-radius: 10px;
  transition: 0.6s;
}
.upworkFcard:hover::after {
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #236381;
  color: #ffffff;
}
.upworkFcard:hover h6 {
  color: #ffffff;
}
.upworkFcard h6 {
  position: relative;
  z-index: 1;
}

.installationRow .card {
  border-radius: 0.5rem;
  height: 100%;
  display: grid;
  align-items: center;
  border-color: #039be5;
}

.guru-banner {
  background: url(../banner/guruclonescript-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slientfeaturesRow .salientCard {
  height: 100%;
  border: 1px solid #5085c0;
  border-radius: 0.5rem;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  text-align: center;
}
.slientfeaturesRow .salientCard h6 {
  color: #5085c0;
  margin-bottom: 0;
}
.slientfeaturesRow .salientCard:hover {
  background-color: #5085c0;
}
.slientfeaturesRow .salientCard:hover h6 {
  color: #ffffff;
}

.livedemo {
  display: flex;
}
.livedemo a {
  padding: 6px 12px;
}

/*--MyBuilder Product Page Start*/
.mybuilder-banner {
  background-color: rgba(119, 199, 127, 0.11);
}

/*--MyBuilder Product Page End*/
.stickyCard {
  position: sticky !important;
  top: 100px;
}

.ourStrength {
  margin-bottom: -0.5rem;
}

/*media*/
@media (min-width: 1200px) {
  .topreason .card {
    border-radius: 12px;
    border: 1px solid #d9eff8;
    position: relative;
  }
  .topreason .card.rightline::before {
    content: "";
    position: absolute;
    top: 84px;
    right: -120px;
    width: 117px;
    height: 3px;
    border-top: 1px dashed rgb(203, 203, 203);
  }
  .topreason .card.leftline::before {
    content: "";
    position: absolute;
    top: 84px;
    left: -120px;
    width: 117px;
    height: 3px;
    border-top: 1px dashed rgb(203, 203, 203);
  }
  .topreason .card.topline::before {
    content: "";
    position: absolute;
    top: -22px;
    left: 50%;
    right: 0;
    width: 33px;
    border-top: 1px dashed rgb(203, 203, 203);
    rotate: 90deg;
  }
  .home-bannerr .carousel .carousel-item {
    height: 400px;
  }
  h1 {
    font-size: 3rem;
    font-weight: 700;
  }
  .home-banner p {
    font-size: 20px;
  }
  .screen-lg-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .mybuilder-banner {
    background: url(../banner/mybuilder-banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .upwork-banner {
    background: url(../banner/upwork-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .upwork-banner,
  .freelance-clone-script-banner,
  .flance-marketplace-banner,
  .guru-banner,
  .mybuilder-banner {
    padding: 5rem 0 !important;
  }
  .guru-banner {
    padding: 3rem 0 !important;
  }
  .fiverrBanner {
    padding: 12rem 0;
  }
  .mobilesideNav {
    display: none;
  }
  .solution {
    position: relative;
  }
  .solution .stickyLg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 155px;
    height: max-content;
  }
  .solution .solutionCard {
    position: sticky !important;
    top: 110px;
  }
  .solution .solutionCard:nth-child(odd) {
    background: linear-gradient(90deg, rgb(250, 253, 255) 0%, rgb(247, 255, 251) 50%, rgb(255, 253, 247) 100%);
  }
  .solution .solutionCard:nth-child(2n) {
    background: linear-gradient(90deg, rgb(251, 255, 250) 0%, rgb(247, 249, 255) 50%, rgb(255, 247, 255) 100%);
  }
  .break-desktop {
    display: block;
  }
  header .top-nav ul a {
    position: relative;
  }
  header .top-nav ul.dropdown-content li > a {
    color: #333;
  }
  .home-banner {
    padding: 30px;
  }
  .home-banner h1 {
    font-size: 2rem;
    text-shadow: 1px 3px 0px rgba(0, 0, 0, 0.1);
  }
  .is-sticky .one-page-menu {
    background-color: var(--siteColor);
    border-bottom: none;
    z-index: 99;
  }
  .is-sticky .one-page-menu ul > li > a {
    color: #eee;
  }
  .is-sticky .one-page-menu ul > li > a:hover {
    color: #fff;
  }
  .is-sticky .one-page-menu ul > li.active > a {
    color: #fff;
  }
}
@media (max-width: 991.98px) {
  .whatisfreelancerscript .h5 {
    padding-top: 1rem;
  }
  .home-bannerr .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .home-bannerr {
    background-image: none;
    background-color: #f7f5ff;
  }
  .dNone {
    display: none;
  }
  .livedemo {
    display: flex;
    justify-content: center;
  }
  .solution {
    position: relative;
  }
  .solution .stickyLg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 155px;
    height: max-content;
  }
  .solution .solutionCard {
    position: sticky !important;
    top: 110px;
  }
  .solution .solutionCard:nth-child(odd) {
    background: linear-gradient(90deg, rgb(250, 253, 255) 0%, rgb(247, 255, 251) 50%, rgb(255, 253, 247) 100%);
  }
  .solution .solutionCard:nth-child(2n) {
    background: linear-gradient(90deg, rgb(251, 255, 250) 0%, rgb(247, 249, 255) 50%, rgb(255, 247, 255) 100%);
  }
  .descriptions {
    padding-bottom: 2rem;
  }
  .upwork-banner {
    background: url(../banner/upwork-banner.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .upwork-banner,
  .freelance-clone-script-banner,
  .flance-marketplace-banner,
  .guru-banner,
  .mybuilder-banner {
    padding: 2rem 0 !important;
  }
  .loginCredentials .card {
    background-color: #f3fcff;
  }
  footer {
    display: none;
  }
  .profits .card {
    text-align: center;
  }
  .customize .card {
    text-align: center;
  }
  .fiverrBanner {
    padding: 2rem 0;
    text-align: center;
  }
  .fiverrBanner img {
    display: none;
  }
  .aboutFiverr {
    text-align: center;
  }
  .mobilesideNav {
    left: -170px;
    top: 50%;
    position: fixed;
    transform: translateY(-50%);
    background-color: #f3f8ff;
    border: 1px solid rgba(128, 128, 128, 0.2784313725);
    z-index: 9999;
    border-radius: 0 8px 8px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: block;
    width: 170px;
    transition: 0.5s;
  }
  .mobilesideNav .sidenav-trigger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
    width: 40px;
    height: 40px;
    background-color: #2679d8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.5rem;
    border-radius: 0 6px 6px 0;
    z-index: 99999;
    overflow-y: auto;
  }
  .mobilesideNav .one-page-menu-one li {
    padding-left: 12px;
    padding-bottom: 0.7rem;
    padding-top: 0.7rem;
  }
  .mobilesideNav .one-page-menu-one li a {
    color: #2679d8;
    font-weight: 600;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: color 0.28s ease;
    transition: color 0.28s ease;
  }
  .mobilesideNav .one-page-menu-one li a:hover {
    color: #2679d8;
  }
  .mobilesideNav .one-page-menu-one li > li.active > a {
    border-bottom-color: gray;
    color: #1465cf;
  }
  .mobilesideNav.active {
    left: 0;
  }
  .one-page-menu-two {
    display: none;
  }
  .os-plan .btn {
    --bs-btn-padding-x: 0.75rem;
  }
  .home-banner .responsive-img {
    max-height: 360px;
  }
}
@media (max-width: 767.98px) {
  .mobileAppsection {
    text-align: center;
  }
  .customizeBtn {
    text-align: center;
  }
  .home-bannerr .carousel .carousel-item {
    height: 252px;
  }
  .mobile-align-center {
    text-align: center;
  }
  .start_today {
    text-align: center;
  }
  .upworkz-dis-no {
    display: none;
  }
  .fixed-wall {
    flex-direction: column;
    transform: translateY(-50%);
  }
  .fixed-wall a {
    border-radius: 20px 0 0 20px;
    padding: 6px 8px;
  }
  .fixed-wall a i {
    margin: 0;
  }
  .angleBG {
    margin-top: 3rem;
    margin-bottom: 3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .angleBG:before {
    height: 60px;
    top: -30px;
    width: 100%;
  }
  .angleBG:after {
    height: 60px;
    bottom: -30px;
    width: 100%;
  }
  .fixed-wall > a.whatsapp {
    display: none;
  }
  .technology .tecFull {
    display: grid;
    justify-content: center;
  }
  .solution .stickyLg-top {
    text-align: center;
  }
  .revenue .card {
    text-align: center;
  }
  .whatisfreelancerscript h5 {
    padding-top: 1rem;
    text-align: center;
  }
  .whatisfreelancerscript h2 {
    text-align: center;
  }
  .whatisfreelancerscript p {
    text-align: center;
  }
}
@media only screen and (min-width: 601px) {
  .order-m1 {
    order: 1;
  }
  .order-m2 {
    order: 2;
  }
  .carousel-caption {
    width: 50%;
    left: 25%;
  }
  .top-nav {
    height: 64px;
  }
  .top-nav .brand-logo > img {
    height: 48px;
    width: auto;
  }
  .img-block {
    max-width: 480px;
  }
  #upwork-features .feature {
    min-height: 215px;
  }
  .technology .item {
    height: 160px;
    width: 155px;
  }
  ul.points > li {
    flex: 0 0 50%;
  }
  .featuresGrid .points {
    margin: 0 auto;
    max-width: 320px;
  }
}
@media only screen and (min-width: 993px) {
  .order-l1 {
    order: 1;
  }
  .order-l2 {
    order: 2;
  }
  .ps-l-4 {
    padding-inline-start: 1.5rem;
  }
  .pe-l-4 {
    padding-inline-end: 1.5rem;
  }
  .top-nav {
    height: 80px;
  }
  .navbar-expand-lg .navbar-nav .nav-link.btn {
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  }
  .top-nav .brand-logo > img {
    height: 64px;
  }
  .col-image .offset-l6 {
    padding-left: 50px;
  }
  .get_in_touch .box {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
    margin-top: 50px;
    position: absolute;
    left: 0;
    top: 33%;
  }
  .technology .item {
    height: 220px;
    width: 206px;
  }
  .technology .item > img {
    height: 100px;
    width: 100px;
  }
  ul.points > li {
    flex: 0 0 33.3333%;
  }
  .home-banner {
    padding: 3rem 0 3rem;
  }
  .upwork-banner {
    padding: 2rem 0;
  }
  .sec {
    padding: 3rem 0;
  }
  .section-headline.centered > p {
    max-width: 720px;
  }
}
@media (min-width: 993px) and (max-width: 1100.98px) {
  nav ul a {
    padding: 0 0.85rem;
  }
}
@media only screen and (min-width: 1201px) {
  .hide-on-xl-only {
    display: none !important;
  }
  .section-headline.centered > p {
    max-width: 960px;
  }
  .home-banner h1 {
    font-size: 2.25rem;
    line-height: 125%;
  }
}
@media only screen and (max-width: 992.98px) {
  main {
    padding-bottom: 5rem;
  }
  .side-nav li > a.btn {
    height: 36px;
    line-height: 36px;
    padding: 0 1rem;
  }
  .sec {
    padding: 2.5rem 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .steps .process__number {
    font-size: 64px;
  }
  .techIcon {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 600.98px) {
  .text-xs-center {
    text-align: center;
  }
  .img-block {
    margin: 0 auto 1rem;
  }
  .navbar-fixed {
    height: 56px;
  }
  .get_in_touch {
    padding: 40px 0;
  }
  .testimonial .carousel {
    background-image: linear-gradient(45deg, #e267ff, var(--siteColor));
    border-radius: 0.25rem;
  }
  .testimonial .carousel:before {
    display: none;
  }
  .carousel-caption {
    width: 100%;
    left: 0;
  }
  ul.points > li {
    flex: 0 0 100%;
  }
  .img-block {
    max-width: 256px;
  }
}/*# sourceMappingURL=style.css.map */