@font-face {
  font-family: 'Clarity City';
  src: url('../fonts/66462cbe2bea108495eb6735_ClarityCity-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clarity City';
  src: url('../fonts/66462cd05508e3a7a405d671_ClarityCity-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clarity City';
  src: url('../fonts/66462cd986f685088516b5ec_ClarityCity-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clarity City';
  src: url('../fonts/66462ce6dc7dbc504a4cce9b_ClarityCity-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.featured-services .service-item {
  padding: 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 .375rem 1.5rem 0 rgba(140, 152, 164, .125);
}

.featured-services .service-item .icon {
  margin-bottom: 10px;
}

.featured-services .service-item .icon i {
  color: #165dff;
  font-size: 36px;
  transition: 0.3s;
}

.featured-services .service-item h2 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
}

.featured-services .service-item h2 span {
  transition: ease-in-out 0.3s;
  cursor: pointer;
}

.featured-services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.featured-services .service-item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0 60px 0 rgba(72, 86, 100, 0.1);
}

.featured-services .service-item:hover h2 span {
  color: #165dff;
}



.cta {
  padding: 0;
  margin-bottom: 60px;
}

.cta .container .cta-content {
  padding: 80px;
  background: rgba(72, 86, 100, 0.1);
  border-radius: 15px;
  margin-top: 60px;
}


.cta .content h3 {
  color: #1e2022;
  font-size: 28px;
  font-weight: 700;
}

.cta .content h3 em {
  font-style: normal;
  position: relative;
}

.cta .content h3 em:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 10px;
  background: rgba(var(--color-primary-rgb), 0.5);
  z-index: -1;
}

.cta .content p {
  color: var(--color-secondary);
  /*font-weight: 600;
  font-size: 18px;*/
  margin-top: 10px;
}

.cta .content .cta-btn {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 10px;
  background: rgba(var(--color-primary-dark-rgb), 0.9);
}

.cta .content .cta-btn:hover {
  background: #165dff;
}

.cta .img {
  position: relative;
}

.cta .img:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  transform: rotate(12deg);
}

.cta .img:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  transform: rotate(6deg);
}

.cta .img img {
  position: relative;
  z-index: 3;
  border-radius: 15px;
}


.onfocus {
  padding: 0;
}

.onfocus .video-play {
  min-height: 400px;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)), url("../img/services-1.jpg") center center;
  background-size: cover;
}

.onfocus .content {
  background-image: url(../img/onfocusbg.png);
  background-position: 50%;
  background-size: cover;
  background-size: cover;
  color: rgba(255, 255, 255, 0.8);
  padding: 40px;
  background-color: #0e0e21;
}

@media (min-width: 768px) {
  .onfocus .content {
    padding: 80px;
  }
}

.onfocus .content h3 {
  font-weight: 600;
  font-size: 32px;
  color: #ffffff;
}

.onfocus .content ul {
  list-style: none;
  padding: 0;
}

.onfocus .content ul li {
  padding-bottom: 10px;
}

.onfocus .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #165dff;
}

.onfocus .content p:last-child {
  margin-bottom: 0;
}

.onfocus .content .read-more {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: -nline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: #165dff;
}

.onfocus .content .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.onfocus .content .read-more:hover {
  background: rgba(var(--color-primary-rgb), 0.9);
  padding-right: 19px;
}

.onfocus .content .read-more:hover i {
  margin-left: 10px;
}

.onfocus .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#165dff 50%, rgba(var(--color-primary-rgb), 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.onfocus .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(var(--color-primary-rgb), 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.onfocus .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #ffffff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.onfocus .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #ffffff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.onfocus .play-btn:hover:after {
  border-left: 15px solid #165dff;
  transform: scale(20);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}



.testimonials {
  padding: 80px 0;
  background: #fff;
}


.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 80px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #165dff;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
  opacity: 1;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .faq {
    padding: 0;
  }
}

.faq .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #1e2022;
}

.faq .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.faq .content p {
  font-size: 15px;
  color: var(--color-gray);
}

.faq .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}

.faq .accordion-item {
  border: 0;
  margin-top: 15px;
  box-shadow: 0px 5px 25px 0px rgba(var(--color-black-rgb), 0.06);
}

.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 15px 40px 20px 60px;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: var(--color-default);
  text-align: left;
  background: #ffffff;
  box-shadow: none;
  border-radius: 5px;
}

.faq .accordion-button:not(.collapsed) {
  color: #165dff;
  border-bottom: 0;
  box-shadow: none;
}

.faq .question-icon {
  position: absolute;
  top: 14px;
  left: 25px;
  font-size: 20px;
  color: #165dff;
}

.faq .accordion-button:after {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #165dff;
}

.faq .accordion-body {
  padding: 0 30px 25px 60px;
  border: 0;
  border-radius: 5px;
  background: #ffffff;
  box-shadow: none;
}

section#featured-services {
    margin-top: -100px;
}


.navbar.navbar-scrolled .navbar__top {
    display: none;
}

.navbar-dark  .navbar__top a svg, .navbar-dark .navbar__top a svg path {
    color: #fff;
    fill: #fff;
}

._404-not-found {
    color: #fff;
    text-align: center;
    margin-bottom: -15%;
    font-size: 400px;
    font-weight: 500;
    line-height: 1em;
}
.card._404-card {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #0e0e21b3;
  background-image: url("https://cdn.prod.website-files.com/64ad74dff3ea6b720f588d10/64af31761b05cabfbf2bbd45_card-frame-ai-x-webflow-template.png");
  background-position: 0 0;
  background-size: 100% 100%;
  padding: 72px 64px;
}

.heading-gradient {
    background-image: linear-gradient(135deg, white,#cfd7ff);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.utility-page-content._404-page {
    z-index: 1;
    max-width: 584px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.utility-page-content {
    text-align: center;
    flex-direction: column;
    width: 100%;
    max-width: 632px;
    display: flex
;
}

.card._404-card .display-2 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.316em;
}



@media screen and (max-width: 991px) {
    ._404-not-found {
        font-size: 340px;
    }
}


@media screen and (max-width: 767px) {
    ._404-not-found {
        margin-bottom: -20%;
        font-size: 240px;
    }
}

@media screen and (max-width: 479px) {
    ._404-not-found {
        font-size: 144px;
    }
}

.bg-image {
    background: url(../img/bgimage.jpg);
    background-size: cover;
    background-position: center;
}


.bg-cart {
    background-image: url(../img/cartbg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-contact {
    background: url(../img/contactbg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-error {
    background-image: url(../img/errorbg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}


.bg-legal {
    background-image: url(../img/legalbg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-dark{
    background-image: url(../img/carddarkbg.jpg);
    background-position: 0 0;
    background-size: cover;
}

.card-dark .svg-icon[class*=text-]>svg [fill]:not([fill=none]) {
    fill: #fff !important;
}

.card-dark .card-title {
    color: #fff;
}

.card-dark .card-link {
    color: #fff;
}

.sub-header-bg{
    background-color: #09091b !important;
    background-image: url(../img/subheaderbg.png);
    background-size: cover;
}

.cta h4 {
    margin-bottom: 0px;
}

.cta .container .cta-content .bi {
    color: var(--bs-link-color);
    margin-right: 10px;
}

section#faq .content {
    text-align: center;
    padding-bottom: 30px;
}

.input-card-shadow {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .12), 0 24px 32px -24px rgba(60, 27, 156, .16), 0 32px 56px -32px rgba(60, 27, 156, .32);
}

section#marketplace-list {
    margin-top: -100px;
    position: relative;
    z-index: 2;
}

section.bg-error.error-section {
    padding-bottom: 150px;
}



.about_section {
    padding: 50px 0 91px
}

.about_text {
    padding-right: 30px
}

.about_text h2 {
    color: var(--theme-color2)
}

.about_text p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}

.about_img img {
    max-width: 100%;
    border-radius: 0.5rem;
}

.people_section {
    padding-bottom: 90px
}

.people_section .mr_top {
    margin-top: 72px
}

.people_section .h2_style {
    font-weight: 400;
    text-align: center;
    line-height: 54px
}

.people_section .h2_style span {
    font-weight: 700
}

.people_box {
    text-align: center
}

.people_box .people_img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto
}

.people_box .people_img img {
    max-width: 100%;
    object-fit: cover;
    min-height: 100%
}

.people_box h4 {
    font-size: 21px;
    font-weight: 500;
    margin-top: 30px;
}

.people_box h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
}

.people_box p {
    font-size: 15px;
    color: #0384fd;
    font-family: var(--Lato-font);
    font-weight: 400;
    margin-top: 14px
}

.mission_section {
    background-color: rgba(55,125,255,.1);
    padding-top: 100px;
    padding-bottom: 100px;
}

.mission_section .mr_top {
    margin-top: 70px
}

.mission_section .top_title {
    text-align: left
}

.mission_section .top_title p {
    font-size: 20px;
    line-height: 34px;
    color: rgba(0,0,0,.6);
    font-family: var(--Lato-font);
    max-width: 960px;
    margin-top: 26px
}

.mission_box h3 {
    font-size: 26px;
    line-height: 36px
}

.mission_box p {
    font-size: 20px;
    line-height: 34px;
    margin-top: 19px
}

.mission_box .default_btn {
    background-color: #0384fc;
    margin-top: 39px;
    min-width: 177px;
    min-height: 50px;
    line-height: 50px
}

.mission_box .default_btn:hover {
    background-color: transparent
}

.mission_box .default_btn.get {
    background-color: var(--theme-color2)
}

.mission_box .default_btn.get:hover {
    background-color: transparent;
    border-color: var(--black);
    color: var(--theme-color2)
}

.mission_img img {
    max-width: 100%
}


section.custom_content {
    position: relative;
    margin-top: -100px;
}

.custom_content .content_box {
    padding: 70px 60px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    transition: all ease-in-out 0.4s;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 .375rem 1.5rem 0 rgba(140, 152, 164, .125);
}

.content_box .content_left {
    position: relative
}

.content_box .content_left::after {
    content: "";
    background-color: #e8eaf0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 95%
}

.content_box .content_left h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 50px;
    max-width: 94%
}

.content_box .content_right h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px
}

.content_box .content_right p {
    margin-top: 14px;
    line-height: 1.8;
}

.content_box .mr_top {
    margin-top: 59px
}

.content_box .software_box {
    background-color: #F8FAFD;
    padding: 50px 25px;
    text-align: center;
    border: 1px solid transparent;
    transition: .8s;
    border-radius: 0.5rem;
}



.software_box span.icon {
    color: #57aefc;
    font-size: 49px;
    margin-bottom: 28px;
    display: inline-block
}



.content_box .software_box h4 {
    font-size: 16px;
    font-weight: 900
}

.content_box .software_box p {
    font-size: 15px;
    line-height: 30px;
    margin-top: 16px;
    color: #5f6a8e
}

.pricing_section {
    padding: 20px 0 72px 0
}


.pricing_outer .mr_top {
    margin-top: 59px
}

.pricing_box {
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 .375rem 1.5rem 0 rgba(140, 152, 164, .125);
}

.pricing_box h3 {
    font-weight: 900;
    color: #165dff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
    padding: 24px 53px;
    border-bottom: 1px solid #eaf5ff;
}

.pricing_text {
    padding: 34px 53px
}

.pricing_text p {
    color: var(--theme-color2)
}

.pricing_text ul {
    margin-top: 28px
}

.pricing_text ul li {
    font-family: var(--Lato-font);
    font-size: 16px;
    line-height: 43px;
    color: var(--theme-color2);
    padding-left: 40px;
    position: relative
}

.pricing_text ul li span {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background-color: #eaf5ff;
    color: #5bb0fd;
    position: absolute;
    left: 0;
    top: 12px;
    font-size: 14px;
    border-radius: 50%;
    font-weight: 700
}

.pricing_box.pricing_right {
    text-align: center;
    border-top-left-radius: 0px;
    box-shadow: 0.375rem 0 1.5rem 0 rgba(140, 152, 164, 0.125);
}



.pricing_box.pricing_right h5 {
    font-family: var(--Lato-font);
    font-weight: 300;
    color: var(--white);
    font-size: 35px;
    line-height: 39px;
    margin-top: 21px
}

.pricing_box.pricing_right h4 {
    font-family: var(--Lato-font);
    font-weight: 900;
    color: var(--white);
    font-size: 35px;
    line-height: 39px;
    margin-top: 12px
}

.pricing_box a {
    background-color: #f6f9fc;
    font-family: var(--Lato-font);
    font-weight: 900;
    color: var(--theme-color2);
    text-align: center;
    min-height: 60px;
    line-height: 60px;
    width: 100%;
    transition: .8s;
    display: inline-block
}

.pricing_box a:hover {
    background-color: #248eee;
    color: var(--white)
}

.pricing_box.pricing_right a {
    background-color: #165dff;
    color: #fff;
    transition: .8s
}

.pricing_box.pricing_right a:hover {
    background-color: #0975d6
}

.pricing_box.pricing_right .pricing_text {
    padding: 51px 53px
}

.expertise_section {
    padding: 80px 0 97px 0
}

.h3_style {
    text-align: center;
}

.expertise_section .h3_style {
    font-weight: 500;
 
}

.expertise_section p {
    text-align: center;
    color: #162e6a;
    max-width: 64%;
    margin: 24px auto 0
}

.ExpertiseWrap {
    max-width: 1205px;
    margin: 70px auto 0
}

.ExpertiseWrap .item {
    display: inline-block;
    text-align: center;
    padding: 45px 0;
    width: 100%;
    border-top: 1px solid #cfd1d6;
    border-bottom: 1px solid #cfd1d6;
    position: relative
}

.ExpertiseWrap .item::after {
    content: "";
    position: absolute;
    right: 0;
    top: -23px;
    background-color: #cfd1d6;
    width: 1px;
    height: 124%
}

.ExpertiseWrap .col-md-3:last-child .item::after {
    content: none
}

.ExpertiseWrap .item h3 {
    font-weight: 900;
    color: #162e6a;
    font-size: 38px;
    line-height: 40px;
    position: relative
}

.ExpertiseWrap .item h3::after {
    content: "+";
    position: absolute;
    font-weight: 900;
    color: #162e6a;
    font-size: 38px;
    top: 0;
    margin-left: 3px
}

.ExpertiseWrap .item h4 {
    font-family: var(--Lato-font);
    font-weight: 900;
    color: #162e6a;
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase
}

.ExpertiseWrap .item .p_style {
    color: #8189a4;
    font-size: 15px;
    margin-top: 2px;
    max-width: 100%
}

.get_touch_text {
    padding-right: 30px
}

.get_touch {
    background-color: var(--theme-color2);
    padding: 60px 0 100px;
    position: relative;
    overflow: hidden
}

.get_touch .top_text {
    padding-bottom: 60px
}

.get_touch .top_text .h3_style {
    color: #fff
}

.get_touch .top_text span.explore_img svg {
    max-width: 100px;
    position: relative;
    top: 43px;
    left: 7px
}

.get_touch .top_text span.explore_img path.st0 {
    fill: #fff
}

.get_touch .top_text .h3_style:hover span.explore_img path.st0 {
    fill: #86effc;
    fill: -moz-linear-gradient(top,#86effc 0,#2989d8 50%,#71d0f4 100%);
    fill: -webkit-linear-gradient(top,#86effc 0,#2989d8 50%,#71d0f4 100%);
    fill: linear-gradient(to bottom,#86effc 0,#2989d8 50%,#71d0f4 100%)
}

.get_touch::after {
    content: "";
    background: url(/web/20240307051627im_/https://www.whmcsdigital.com/assets/images/get_cloud.png) no-repeat;
    position: absolute;
    bottom: -147px;
    right: 0;
    width: 862px;
    height: 559px
}

.get_box .media {
    margin-top: 59px
}

.get_box .media-body {
    padding-left: 22px
}

.get_box .media-left .icon {
    font-size: 45px;
    color: #fff
}

.get_touch_text h2 {
    font-family: var(--Walsheim-font);
    font-weight: 500;
    font-size: 26px;
    line-height: 38px;
    color: var(--white)
}

.get_box .media-body h3 {
    font-family: var(--Lato-font);
    font-weight: 700;
    color: var(--white);
    font-size: 22px;
    line-height: 30px
}

.get_box .media-body p {
    font-family: var(--Lato-font);
    color: var(--white);
    font-size: 16px;
    line-height: 25px;
    margin-top: 9px
}

.get_touch_form.banner_form {
    box-shadow: 3px 0 16px rgba(0,0,0,.18)
}

.get_touch_form h3 {
    font-family: var(--Walsheim-font);
    font-weight: 700;
    font-size: 36px;
    color: #222;
    line-height: 55px
}

.get_touch_form .get_form {
    margin-top: 26px
}

.get_form .form-group {
    margin-bottom: 25px
}

.get_form .form-group:last-child {
    margin: 0
}

.whmcs_services {
    padding: 90px 0
}

.whmcs_services h2.h3_style {
    font-weight: 500
}

.whmcs_services .p_style {
    color: var(--theme-color2);
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin-top: 0
}

.services_box {
    transition: .8s;
    padding: 30px;
    transition: all ease-in-out 0.4s;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 .375rem 1.5rem 0 rgba(140, 152, 164, .125);
    height: calc(100% - 20px);
}



.services_box .icon {
    color: #57aefc;
    font-size: 46px;
    margin-bottom: 28px;
    display: inline-block
}

.services_box img {
    margin-bottom: 25px;
}

.services_box h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px
}

.whmcs_services .services_box .p_style {
    text-align: left;
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 300
}

.whmcs_services.custom_theme .services_box .p_style,.whmcs_services.whmcs_setup_service .services_box .p_style {
    margin-top: 15px
}

.whmcs_services .services_box .read_more {
    font-family: var(--Lato-font);
    font-size: 16px;
    line-height: 25px;
    color: #999;
    margin-top: 50px;
    display: inline-block;
    width: 100%;
    transition: .8s
}

.whmcs_services .services_box .read_more span {
    vertical-align: middle;
    color: #c4c4c4;
    font-size: 23px;
    float: right;
    margin-right: 10px;
    transition: .8s;
    margin-bottom: 0
}

.services_box:hover .read_more {
    color: var(--theme-color2)
}

.services_box:hover .read_more span {
    color: var(--theme-color2);
    margin-right: 0
}

.hire_freelancer {
    padding: 90px 0 386px;
    overflow: hidden;
    background-image: url("https://cdn.prod.website-files.com/64ad74dff3ea6b720f588d10/64af1298d36ac08a5d8a8f6d_the-easiest-way-to-power-up-your-business-with-ai-bg-image-ai-x-webflow-template.png");
    background-size: cover;
    border-radius: 8px;
    position: relative;
}

.hire_freelancer h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    color: #fff;
}

.hire_freelancer p.p_style {
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    margin-top: 20px;
}

section.hire_developer {
    position: relative;
    margin-top: -321px;
    padding-bottom: 100px
}

.hire_text {
    padding: 43px;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 .375rem 1.5rem 0 rgba(140, 152, 164, .125);
    height: 100%;
}

.hire_text img {
    max-width: 106px
}


.hire_text .media-body h2 {
    color: #ed4c78;
    font-weight: 700;
    font-size: 27px;
    line-height: 31px
}

.hire_text.hire_right .media-body h2 {
    color: #165dff;
}

.hire_text .media-body p {
    font-family: var(--Lato-font);
    font-size: 16px;
    line-height: 43px;
    color: #babecc;
    font-style: italic
}

.hire_text.hire_right img {
    max-width: 83px
}

.hire_text ul {
    margin-top: 23px
}

.hire_text ul li {
    font-size: 16px;
    line-height: 28px;
    padding-left: 40px;
    position: relative;
    margin-bottom: 15px
}

.hire_text ul li:last-child {
    margin: 0
}

.hire_text ul li span {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background-color: #eaf5ff;
    color: #5bb0fd;
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 12px;
    border-radius: 50%;
    font-weight: 600
}

.hire_text.hire_right ul li span {
    color: var(--theme-color2)
}


.bg-common {
    background-image: url(../img/commonbg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}



.badge-secondary-theme {
  border: .8px solid #505362;
  color: white;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  background-color: #ffffff03;
  border-radius: 40px;
  padding: 10px 18px;
  font-size: 10px;
  line-height: 1.2em;
  text-decoration: none;
  display: inline-block;
  box-shadow: inset 0 -2px 12px #fff3;
}


.bg-about {
    background-image: url(../img/aboutbg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}


.mg-bottom-16px {
    margin-bottom: 16px;
}

section#about-company-section {
    margin-top: -100px;
    padding-bottom: 100px;
}

.about-card {
    padding: 30px;
    transition: all ease-in-out 0.4s;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 .375rem 1.5rem 0 rgba(140, 152, 164, .125);
}



.your_agency {
    background: url(../img/your_agency_bg.jpg) no-repeat #1b64a9;
    padding: 80px 0;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.your_agency_inner {
    max-width: 683px;
    float: right
}

.your_agency::after {
    content: "";
    background: url(../images/agency_img.png) no-repeat;
    width: 323px;
    height: 436px;
    position: absolute;
    bottom: -91px;
    right: 0
}

.your_agency h2 {
    color: #ffffff;
    font-size: 36px;
    line-height: 44px
}

.your_agency .setting_text ul {
    margin-top: 13px;
    padding-left: 0px;
}

.your_agency .setting_text ul li {
    color: #fff;
}

.your_agency .default_btn {
    margin-top: 30px;
    text-transform: uppercase
}

.your_agency .default_btn:hover {
    background-color: var(--white);
    color: var(--theme-color);
    border-color: var(--white)
}


.basic_settings {
    background-color: #f8f8f8;
    padding: 82px 0
}

.setting_text h2 {
    font-family: var(--Walsheim-font);
    color: var(--black);
    font-weight: 700;
    font-size: 33px;
    line-height: 42px
}

.setting_text h5 {
    font-family: var(--Lato-font);
    color: var(--black);
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    margin-top: 15px
}

.setting_text ul {
    max-width: 491px;
    margin-top: 25px
}

.setting_text ul li {
    display: inline-block;
    width: 46%;
    font-family: var(--Lato-font);
    font-size: 16px;
    line-height: 35px
}

.setting_text ul li .icon {
    vertical-align: middle;
    font-weight: 700;
    font-size: 12px;
    margin-right: 9px
}

.setting_text p.p_style {
    margin-top: 20px;
    color: var(--black)
}

.check_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.check_list li {
    padding: 10px;
}


.module_type {
    background-color: #fbfbfb;
    padding: 71px 0
}

.module_type h2.h2_style {
    font-weight: 500;
    font-size: 40px;
    line-height: 48px
}

.module_type p.p_style {
    max-width: 817px;
    margin: 7px auto 0;
    color: #162e6a
}

.module_tab {
    margin-top: 61px
}

.module_tab .nav-tabs {
    border-bottom: none
}

.module_tab nav .nav-link {
    padding: 18px 30px;
    font-weight: 500;
    font-size: 17px;
    font-family: var(--Walsheim-font);
    color: var(--theme-color2);
    border: none;
    background-color: #ebf1f3;
    margin: 0 10px 0 0
}

.module_tab nav .nav-link.active,.module_tab nav .nav-link:hover {
    background-color: var(--theme-color);
    color: var(--white);
    border: none
}

.module_tab .tab-content {
    padding: 56px 31px;
    box-shadow: 8px 0 20px rgb(0 0 0 / 10%);
    border-radius: 0 0 12px 12px
}

.module_tab_inner img.payment_img {
    max-width: 240px
}

.module_type .module_tab_inner p.p_style {
    max-width: 100%;
    margin: 19px 0 0 0;
    color: #8a8c90;
    font-family: var(--Walsheim-font);
    font-weight: 300
}

.module_get {
    padding: 40px 0 80px 0
}

.module_get .module_form {
    position: relative;
    padding-left: 72px;
    padding-top: 55px
}

.module_get .module_form .get_touch_form {
    float: none
}

.module_get .module_form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 338px;
    width: 338px;
    border-radius: 50%;
    background-color: #fbfbff
}

.module_get .module_text .h2_style {
    font-size: 40px;
    margin-top: 38px
}


.bussiness_box {
    padding: 30px;
    transition: all ease-in-out 0.4s;
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 .375rem 1.5rem 0 rgba(140, 152, 164, .125);
}

section.best_bussiness {
    margin-top: -100px;
}
.bussiness_box img {
    width: 64px;
    margin-bottom: 25px;
}

.content_box .software_box img {
    margin-bottom: 25px;
}

.row-0 {
    margin-right: 0px;
    margin-left: 0px;
}

.row-0 [class*="col-"] {
    padding-left: 0px;
    padding-right: 0px;
}



@media screen and (max-width: 767px) {
.cta .container .cta-content {
    padding: 30px;
}

.cta .img {
    margin-bottom: 20px;
    margin-top: 20px;
}
}

.marketplace-product-pricing {
    color: var(--bs-link-hover-color);
    font-weight: 800;
    margin-top: 10px;
    font-size: 18px;
}

.marketplace-product-header {
    position: relative;
}

.marketplace-product-header .ribbon {
    position: absolute;
    top: 13px;
    left: -117px;
    width: 290px;
    height: 26px;
    color: #fff;
    background-color: #ed4c78;
    transform: rotate(-45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    font-size: 12px;
}

