:root {
  --primary: #383278;
  --secondry: #ff9800;
  --black: #000;
  --white: #fff;
}

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
}

.text-justify {
  text-align: justify;
}

a {
  text-decoration: none !important;
}

ul {
  padding-left: 0px !important;
}

/* -------- Header Css ------- */
.banner-header {
  background-image: url(../images/banner-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

@media screen and (max-width: 1400px) {
  .banner-header {
    background-position: 20%, left;
  }

  .banner-content p {

    width: 63% !important;

  }
}

.branding img {
  height: 45px;
}

.hedear-icon a:not(:last-child) {
  margin-right: 10px;
}

.start-screen__content-form {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0px 0px 10px #00000040;
  border-radius: 10px;
}

form .input-wrp {
  position: relative;
  display: block;
  width: 100%;
  line-height: 1;
  margin-bottom: 20px;
}

form .textfield--grey {
  background-color: #f2f2f2;
  border-color: #f2f2f2 !important;
  color: #b1b1b1;
}

form .textfield {
  display: block;
  width: 100%;
  background-clip: padding-box;
  border: 2px solid;
  line-height: 1.2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  padding: 15px 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
  transition: background-color .3s ease-in-out, border-color .3s ease-in-out, color .3s ease-in-out;
}

form input.textfield {
  height: 45px;
}

.custom-btn.wide {
  width: 100%;
  color: #fff;
  background-color: var(--secondry);
}

.custom-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 28px;
  padding-right: 28px;
  line-height: 1;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  text-align: center !important;
  text-decoration: none !important;
  text-shadow: none !important;
  letter-spacing: 0;
  border: 2px solid;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  z-index: 0;
  -webkit-transition: background-color .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out;
  -o-transition: background-color .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out;
  transition: background-color .25s ease-in-out, border-color .25s ease-in-out, color .25s ease-in-out;
  padding-top: 17px;
  padding-bottom: 17px;
}

.banner-section {
  padding: 60px 0px;
}

.banner-content h5 {
  font-size: 24px;
  font-weight: 600;
}

.banner-content h1 {
  font-size: 52px;
  font-weight: 700;
  color: var(--secondry);
}

ul.banner-points li {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  list-style: none;
  margin-bottom: 15px;
}

ul.banner-points li img {

  margin-right: 5px;
}

.section-area {
  padding: 100px 0px 80px;
  background-color: #fdf4ed;
}

.section-heading-center h2 {
  font-size: 48px;
  font-weight: 700;
  position: relative;
  z-index: 9;
}

.heading-divider:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1.1px;
  height: 7px;
  width: 8px;
  background-color: #ffffff;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: infinite-move;
  animation-name: infinite-move;
}

.heading-divider {
  display: inline-block;
  position: relative;
  height: 5px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: var(--secondry);
  width: 90px;
  overflow: hidden;
  z-index: 9;
}

@keyframes infinite-move {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

.seo-service-icon {
  display: inline-block;
  height: 120px;
  width: 120px;
  line-height: 120px;
  text-align: center;
  background: #fefefe;
  border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 25px;
  box-shadow: 0px 10px 30px 0px #cccccc6b;
}

.seo-service-icon img {
  width: 55px;
}

.single-seo-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}

.single-seo-service h5 {
  font-weight: 600;
}

.counter-up {
  padding: 80px;
  background: url(../images/bg-1.png) repeat var(--primary);
  position: relative;
}

/*
  .counter-up:before {
    content: "";
    background: var(--black);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    opacity: 0.95;
  }
    */

.counter-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}

.counter-icon {
  font-size: 45px;
  height: 90px;
  width: 90px;
  min-width: 90px;
  margin-right: 25px;
  background: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: var(--white);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.counter-number h2 {
  display: inline-block;
  margin-bottom: 5px;
  color: var(--white);
  /* line-height: 55px; */
  font-size: 36px;
  font-weight: bold;
}

.counter-number h4 {
  font-weight: 600;
  color: var(--white);
}

.counter-icon img {
  width: 60px;
}

.text-white {
  color: var(--white);
}

.single-item .inner-box {
  position: relative;
  background: #fff;
  padding: 30px 20px 40px 20px;
  border-radius: 20px;
  box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.1);
  transition: all 500ms ease;
  overflow: hidden;
}

.inner-box .pattern-bg {
  position: absolute;
  width: 250px;
  height: 240px;
  top: 0px;
  right: 0px;
  background-repeat: no-repeat;
  border-top-right-radius: 20px;
}

.single-item .inner-box h5 {
  font-weight: 600;
}

.why-number {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 30px;
  color: #ffffff;
}

.why-number:after {
  background: url(../images/shape-2.png);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: -1;
}

.why-number p {
  font-weight: 600;
  margin-bottom: 0px !important;
}

.why-choose {
  background-image: url('../images/why-bg.jpg');
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.cta-section {
  background-image: url('../images/counter-bg.jpg');
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 9;

}

.cta-section:before {
  background-image: url('../images/counter-bg.jpg');
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 9;

}

.cta-section:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #283034;
  z-index: -1;
  opacity: 0.99;
}

.cta-section .section-title h5 {
  color: var(--secondry);
  font-size: 48px;
  font-weight: 700;
}

.cta-section .section-title h2 {
  color: var(--white);
  font-size: 36px;
}

.cta-section .section-title p {
  color: var(--white);
}

.cta-section .section-title {
  text-align: center;
}

.theme-btn {
  background: var(--secondry);
  border-radius: 30px;
  color: #fff !important;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .11em;
  line-height: 40px;
  padding: 5px 35px;
}

.features .section-heading-center h2 {
  font-size: 42px;
}

.features {
  background-image: url('../images/feature-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.features-list h4 {
  margin-top: 10px;
  font-size: 20px;
}

.features-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.cta-section.leads-sale {
  background-image: url('../images/base_bg_4.jpg');
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 9;
}

.cta-section.leads-sale:before {
  display: none;
}

.footer {
  background-color: #283034;
  padding: 80px 0px;
}

.single-contact {
  display: flex;
  margin-bottom: 40px;
}

.single-contact img {
  height: 70px;
  margin-right: 10px;
}

.contact-info h4 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}

.contact-info p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.contact-info a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.contact-info a i {
  font-size: 22px;
  margin-right: 5px;
}

.email {
  margin-bottom: 10px;
}

.banner-content .theme-btn {
  margin-right: 20px;
}

.leads-sale.section-area {
  padding: 70px 0px;
}

.leads-sale h2 {
  font-size: 56px;
  font-weight: 700;
}


.bottom-footer-text {
  background-color: #000;
  padding: 15px 0px;
  color: #fff;
}

.powered-by a {
  color: #4a4a4a;
}

.powered-by span {
  color: #4a4a4a;
}

.appie-single-service-2 {
  border: 1px solid #e0e0e1;
  border-radius: 10px;
  padding: 48px;
  transition: all 0.3s ease-out 0s;
}

.Testimonials-section {
  margin-top: 60px
}

@media (max-width: 767px) {
  .appie-single-service-2 {
    text-align: center;
    padding: 20px;
  }
}

.appie-single-service-2 .icon i {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background: #2eacfc;
  color: #fff;
  border-radius: 50%;
}

.appie-single-service-2 .title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px;
}

.appie-single-service-2 a {
  font-size: 14px;
  font-weight: 500;
  color: #505056;
  margin-top: 23px;
}

.appie-single-service-2 a:hover {
  color: #ff3e66;
}

.appie-single-service-2:hover {
  /* box-shadow: 0px -3px 0px 0px rgba(234, 76, 137, 0.004), 0px 40px 40px 0px rgba(14, 17, 51, 0.1); */
  border-top: 3px solid #2eacfc;
  transform: translateY(-10px);
}

.appie-single-service-2.item-2 .icon i {
  background: #ea4c89;
}

.appie-single-service-2.item-2:hover {
  border-top-color: #ea4c89;
}

.appie-single-service-2.item-3 .icon i {
  background: #3578ff;
}

.appie-single-service-2.item-3:hover {
  border-top-color: #3578ff;
}

.appie-single-service-2.item-4 .icon i {
  background: #f67741;
}

.appie-single-service-2.item-4:hover {
  border-top-color: #f67741;
}

.appie-single-service-2.item-5 .icon i {
  background: #6a88f7;
}

.appie-single-service-2.item-5:hover {
  border-top-color: #6a88f7;
}

.appie-single-service-2.item-6 .icon i {
  background: #3ab094;
}

.appie-single-service-2.item-6:hover {
  border-top-color: #3ab094;
}

.appie-single-service-2.item-7 .icon i {
  background: #5bb03a;
}

.appie-single-service-2.item-7:hover {
  border-top-color: #3eb03a;
}

.appie-single-service-2.item-8 .icon i {
  background: #092292;
}

.appie-single-service-2.item-8:hover {
  border-top-color: #4c3ab0;
}

.appie-single-service-2.appie-single-service-about {
  border-radius: 0;
  padding: 0 90px 30px 0;
  border: 0;
  transition: all linear 0.3s;
}

.testi-card {
  position: relative;
  border-radius: 30px;
  background: #FFF;
  z-index: 20;
  margin-top: 30px;
}

.testi-card .avatar {
  position: absolute;
  right: 30px;
  top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.testi-card .user-rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 30px 30px;
}

.testi-card .user-rate .icon {
  height: 30px;
  -webkit-margin-end: 20px;
  margin-inline-end: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.testi-card .user-rate .stars {
  display: inline-block;
  background-image: linear-gradient(126deg, #FF5F6D 22.58%, #FFC371 73.54%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.testi-card .user-rate p {
  font-size: 16px;
  color: #5B5B5B;
  margin-bottom: 5px;
}

.testi-card .info {
  padding: 0 30px 20px;
}

.testi-card .main-text {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.6;
}

.testi-card .user-info {
  position: relative;
  padding: 25px 30px;
  background-image: linear-gradient(124deg, #FF5F6D10 22.75%, #FFC37110 72.61%);
  border-radius: 0 0 30px 30px;
}

.testi-card .user-info h6 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.testi-card .user-info p {
  font-size: 16px;
  color: #5B5B5B;
}

.testimonails.section-area {
  background: #eef1f6;
}

.header {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  padding:16px 0px 15px 0px;
}

.header.fixed {
  background-color: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 20px 0px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.show {
  display: block !important;
}

div#exampleModal {
  z-index: 99999;
}

.popup-modal .start-screen__content-form {
  background: transparent;
  padding: 10px;
  box-shadow: none;
  border-radius: 0px;
}

@media screen and (max-width: 991px) {
  .testi-card {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .appie-single-service-2.appie-single-service-about {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .appie-single-service-2.appie-single-service-about {
    padding-right: 50px;
    padding-left: 50px;
  }
}

.appie-single-service-2.appie-single-service-about .icon i {
  background-color: #f1f7fe;
  color: #2b70fa;
  border-radius: 35% 65% 50% 50%/59% 50% 50% 41%;
  font-size: 20px;
}

.appie-single-service-2.appie-single-service-about:hover {
  box-shadow: none;
  margin-top: 20px;
}

.appie-single-service-2.appie-single-service-about.item-2 .icon i {
  color: #db0f30;
  background-color: #fef3f5;
  border-radius: 50% 50% 50% 50%/50% 75% 25% 50%;
}

.appie-single-service-2.appie-single-service-about.item-3 .icon i {
  color: #9b2cfa;
  background-color: #f7eeff;
  border-radius: 25% 75% 50% 50%/50% 50% 50% 50%;
}

.appie-single-service-2.appie-single-service-about.item-4 .icon i {
  color: #f8452d;
  background-color: #fef0ee;
  border-radius: 40% 60% 40% 60%/40% 60% 40% 60%;
}

.appie-single-service-2.appie-single-service-about.item-5 .icon i {
  color: #31c369;
  background-color: #f4fcf7;
  border-radius: 33% 67% 50% 50%/61% 72% 28% 39%;
}

.appie-single-service-2.appie-single-service-about.item-6 .icon i {
  color: #f6ac0e;
  background-color: #fef7e7;
  border-radius: 21% 79% 58% 42%/50% 46% 54% 50%;
}

@media screen and (max-width: 991px) {
  .counter-content {
    justify-content: start;
  }

  .single-contact img {
    height: 50px;
  }

  .why-number {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 24px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  .branding img {
    height: 30px;
  }

  .banner-section {
    padding: 30px 0px;
  }

  .section-area {
    padding: 50px 10px 40px;
    overflow: hidden;
  }

  .section-heading-center h2 {
    font-size: 32px;
  }

  .counter-up {
    padding: 40px 0px;
  }

  .counter-content {
    justify-content: start;
  }

  .cta-section .section-title h2 {
    font-size: 32px;
  }

  .features .section-heading-center h2 {
    font-size: 32px;
  }

  .footer {
    padding: 40px 0px;
  }

  .why-number {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 80px;
    text-align: center;
    position: relative;
    z-index: 1;
    font-size: 24px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .single-item .inner-box {
    padding: 20px;
  }

  .single-contact img {
    height: 40px;
  }
}

#clientLogoCarousel .item img {
  max-height: 60px;
  aspect-ratio: 6/3;
  margin: 0px 10px;
  display: block;
  filter: grayscale(100%);
  transition: 0.3s ease ;
}

#clientLogoCarousel .item img:hover {
  filter: grayscale(0%);
}

.custom-multiselect-wrapper {
  position: relative;

  font-family: Arial, sans-serif;
}

.custom-select-display {
  padding: 10px 10px;
  border-radius: 22px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #f2f2f2;
  margin-bottom: 15px;
}

.custom-select-display .placeholder {
  color: #828282;
  padding-left: 20px;
}

.custom-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #ccc;
  z-index: 10;
  display: none;
  border-radius: 5px;
  max-height: 200px;
  overflow-y: auto;
}

.custom-dropdown input[type="text"] {
  width: 100%;
  padding: 6px 10px;
  border: none;
  border-bottom: 1px solid #ddd;
  outline: none;
}

.section-heading-center p {
  padding: 0px;
  margin: 0px;
}

.custom-dropdown label {
  display: block;
  padding: 6px 10px;
  cursor: pointer;
}

.custom-dropdown label:hover {
  background-color: #f0f0f0;
}

.tag {
  background-color: #e0e0e0;
  border-radius: 15px;
  padding: 2px 10px;
  margin: 2px;
  font-size: 0.9em;
}

.arrow {
  color: #7e7e7e;
  font-size: 14px;
  padding-right: 10px;
}

.banner-content p {
  margin-top: 25px !important;
  background: #fce2ce;
  display: block;
  font-size: 17px;
  font-weight: 600;
  width: 49%;
  padding: 6px;
  border-radius: 12px;
  text-align: center;
}

.contact-card {
  position: relative;
  width: 100%;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  margin-bottom: 20px;
  overflow: hidden;  
  background:  url('images/goal.jpg') no-repeat right bottom;
  background-size: contain;
  background-color: #fff;
}




.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.icon {
  font-size: 20px;
  color: #f7931e;
}

.card-header h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  flex-grow: 1;
  padding-left: 10px;
}

.share-icon {
  background: #f5f5f5;
  padding: 6px;
  border-radius: 8px;
  cursor: pointer;
  color: #f7931e;
  font-size: 16px;
}

.card-body h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.card-body p {
  font-size: 14px;
  margin: 5px 0;
  color: #333;
}

.card-body .phone {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
}

.card-body i {
  color: #f7931e;
  margin-top: 4px;
  font-size: 16px;
}

.card-body a {
  color: #4e4d4d;
  text-decoration: none;
}

.card-body .phone a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .banner-section {
    padding: 40px 20px;
  }

  .banner-content h1 {
    font-size: 2rem;
  }

  .banner-content h4 {
    font-size: 1rem;
  }

  .banner-form {
    margin-top: 30px;
  }

  .input-row {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .banner-content {
    text-align: center;
  }

  .banner-btn {
    text-align: center;
  }

  .theme-btn {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .banner-content h1 {
    font-size: 1.6rem;
  }

  .banner-content h4 {
    font-size: 0.95rem;
  }

  .banner-points li {
    font-size: 11px !important;
  }

  .banner-form {
    padding: 20px;
  }

  .textfield {
    padding: 8px 10px;
  }
  .banner-header {
  background-image: none;
 
  padding: 10px 0px;
}
    .banner-content p {
        width: 100% !important;
        font-size: 12px !important;
    }
    .banner-points{
      text-align: left;
    }
    .banner-points li{
      display: flex;
    }
    ul.banner-points li img {
 
            margin-right: 9px;
        width: 18px;
        height: 18px;
}
.bottom-footer-text {
     text-align: center;
}
    .banner-section {
        padding: 15px 7px;
    }
        .banner-form {
        padding: 0px !important;
    }
    .cta-section .section-title h2 {
        font-size: 19px;
    }
    .cta-section .section-title h5 {
   
    font-size: 37px;

}
}