* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --purple-color: #95257f;
  --white-color: #fff;
  --black-color: #000;
}

@font-face {
  font-family: Circular Std Book;
  src: url(../fonts/CircularStd-Book.otf);
}
@font-face {
  font-family: Circular Std Black;
  src: url(../fonts/CircularStd-Black.otf);
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }
}
body {
  font-family: "Circular Std Book", sans-serif;
  overflow-x: hidden;
}

header li.nav-item a {
  padding: 14px 0px 14px 9px !important;
  color: #fff;
  opacity: 0.6;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  font-family: Circular Std Black;
}
a.navbar-brand img {
  width: 150px;
}

a.navbar-brand {
  padding: 0;
  margin: 0;
}
.btn-light {
  background: none;
  cursor: pointer;
  box-sizing: border-box;
  padding: 13px 45px;
  font-size: 11px;
  position: relative;
  vertical-align: top;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #f42597;
  border-radius: 50px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-weight: bold;
  color: #f42597 !important;
}
ul.navbar-nav.ml-auto {
  margin-right: 10px;
}
.call-action ul {
  display: flex;
  justify-content: end;
  margin-right: 19px;
  gap: 15px;
}

li {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

.call-action ul li a {
  padding-left: 20px;
  font-size: 17px;
  display: inline-block;
  font-weight: bold;
  color: white;
}
li.nav-item.active a,
li.nav-item a:hover {
  color: #f42597 !important;
}
section.banner {
  min-height: 640px;
  height: 100vh;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-top: 100px;
  display: flex;
  align-items: center;
}

section.banner:before {
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 2;
  background: #000823;
  background: -moz-linear-gradient(
    45deg,
    #000823 0%,
    #2c0776 42%,
    #91298b 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #000823 0%,
    #2c0776 42%,
    #91298b 100%
  );
  background: linear-gradient(45deg, #000823 0%, #2c0776 42%, #91298b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000823', endColorstr='#91298b',GradientType=1 );
  content: "";
}

section.banner video {
  width: 100%;
}
.banner-video {
  position: absolute;
  width: 100%;
}
.banner .container {
  position: relative;
  z-index: 2;
}
.btn-fill {
  background: rgb(184, 40, 90);
  background: -moz-linear-gradient(
    left,
    rgb(184, 40, 90) 0%,
    rgb(163, 41, 116) 50%,
    rgb(144, 41, 139) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgb(184, 40, 90) 0%,
    rgb(163, 41, 116) 50%,
    rgb(144, 41, 139) 100%
  );
  background: linear-gradient(
    to right,
    rgb(248, 93, 87) 0%,
    rgb(244, 38, 149) 80%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8285a', endColorstr='#90298b',GradientType=1 );
  background-color: #a32974;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 11px;
  display: inline-block;
  padding: 15px 50px;
  outline: none;
  border: none;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50px;
  font-weight: bold;
}
.BannerForm {
  padding: 15px 15px 0px;
  border: 0.1px solid;
  border-color: rgb(255, 255, 255);
  border-radius: 50px;
  background-color: rgba(45, 45, 45, 0.4);
  position: relative;
  margin-top: 0;
  margin-bottom: 2rem;
}
.BannerForm .form-control {
  background: white;
  border: 0;
  color: black;
  border-radius: 50px;
  width: 100%;
  height: 50px;
  padding: 6px 25px;
  font-size: 14px;
  line-height: 1.6;
  display: block;
}
.section-heading h6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 200;
}

.section-heading h1 {
  color: #fff;
  text-transform: none;
  text-align: center;
  font-weight: 900;
  font-size: 54px;
  margin: 0px 0px 10px 0px;
  font-family: Circular Std Black;
}

.section-heading p {
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 200;
}
.scroll-btn .mouse {
  position: relative;
  display: block;
  width: 25px;
  height: 50px;
  margin: 0 auto 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 23px;
}
.scroll-btn .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 3px;
  height: 10px;
  margin: -4px 0 0 -2px;
  background: #fff;
  border-radius: 6px;
  -webkit-animation: ani-mouse 0.8s linear infinite;
  -moz-animation: ani-mouse 0.8s linear infinite;
  animation: ani-mouse 0.8s linear infinite;
}

@-webkit-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
span.scroll-btn {
  margin-top: 60px;
  display: block;
}

header {
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 0;
  right: 0;
  padding: 10px 0px;
}

.menu2 {
  box-shadow: 1px -10px 26px #b7b7b7;
  background-color: #fff;
  position: unset;
}

.menu2 .navbar-brand {
  background-image: url(../images/logo-purple.webp);
  width: 150px;
  height: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.menu2 .call-action ul li a {
  color: #2c2c2c;
}

.menu2 .call-action ul li a i {
  color: #888888;
}

.menu2 .navbar-nav .nav-link {
  color: #888888 !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.section-heading h5 {
  color: #95257f;
  font-weight: 600;
  margin: 0px 0px 5px 0px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: none;
  font-size: 18px;
}

/* faq section start css */
.faq {
  padding: 40px 0px 40px;
  border-bottom: 1px solid #e8e8e8;
}

.myDropdown button {
  border: 1px solid #ccc;
  background-color: aliceblue;
  padding: 14px 18px;
  height: 50px;
  font-size: 14px;
  width: 100%;
  text-align: start;
  border-radius: 50px;
}

.myDropdown button::after {
  right: 23px;
  content: "\25BE";
  position: absolute;
  background: #bc2a73;
  top: 7px;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 120px;
  padding: 0;
  text-align: center;
  font-size: 24px;
  line-height: 37px;
}

.dropdown-toggle::after {
  border-top: unset;
}

section.faq .section-heading {
  border-right: 1px solid #ccc;
  padding-right: 25px;
}
select#faq-question:after {
  content: "asdasd";
  right: 8px;
  background: #bc2a73;
  color: #fff;
  width: 34px;
  height: 34px;
  text-align: center;
  border-radius: 120px;
  padding: 0;
  font-size: 24px;
  text-indent: 1px;
  line-height: 39px;
  position: absolute;
}

select#faq-question {
  position: relative;
  display: block;
  position: relative;
  cursor: pointer;
  padding: 14px 18px;
  height: 50px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 50px;
}

.myDropdown .dropdown-menu {
  width: 326px;
  overflow: hidden;
  left: 4px !important;
  top: -2px !important;
}

.myDropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #bbb;
  font-weight: 400;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 12px;
  border-bottom: 1px solid #ccc;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
}

.faq-sections {
  /* height: auto; */
  overflow-y: scroll;
  height: 100px;
}

.clients-1 h4 {
  color: var(--purple-color);
  font-weight: 600;
  font-family: Circular Std Book;
  font-size: 18px;
}

.clients-1 p {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 400;
}
/* faq section end css */

/* company section css start */

.company {
  padding: 60px 0px;
}

.company-logo {
  text-align: center;
}

.company-heading {
  text-align: center;
}

.bigHeading {
  color: #2e2e2e;
  font-size: 54px;
  font-weight: 900;
  transition: all 0.3s ease;
  margin: 0px 0px 10px 0px;
  font-family: Circular Std Black;
}

.para {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  font-family: Circular Std Book;
}

.company-logoDiv {
  text-align: center;
  width: 360px;
}

.company-logoDiv img {
  max-width: 200px;
  opacity: 0.3;
  transition: all 0.3s ease;
  margin: auto;
}

.company-logoDiv img:hover {
  opacity: 1;
}

.company-slider {
  margin-top: 50px;
}
/* company section css end */

.btn-fill-outline {
  background: none;
  cursor: pointer;
  border: 0;
  height: 45px;
  box-sizing: border-box;
  padding: 13px 25px;
  font-family: Circular Std Book;
  color: #b8285a !important;
  font-size: 11px;
  position: relative;
  vertical-align: top;
  display: inline-block;
  text-decoration: none !important;
  font-weight: 600;
  min-width: 230px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #f42597;
  border-radius: 50px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 0.7s ease-in-out;
  font-weight: bold;
}

.btn-fill-outline:hover {
  background: linear-gradient(
    to right,
    rgb(248, 93, 87) 0%,
    rgb(244, 38, 149) 80%
  );
  color: #fff !important;
}

/* packages section css start */

.packages {
  padding: 60px 0px;
  background: linear-gradient(
    to bottom,
    rgb(248, 248, 248) 0%,
    rgb(255, 255, 255) 100%
  );
  border-top: 1px solid #e8e8e8;
}

.mightyheading {
  text-align: left;
  font-weight: 900;
  color: #2e2e2e;
  font-family: Circular Std Black;
  font-size: 74px;
  line-height: 80px;
  margin: 0px;
}

.packages-content h2::before {
  content: "";
  width: 75px;
  height: 10px;
  background: linear-gradient(
    to right,
    rgb(184, 40, 90) 0%,
    #f42299 50%,
    #fa6e43 100%
  );
  display: block;
  margin-bottom: 15px;
}

.d-packageDiv img {
  z-index: 1;
  position: relative;
  margin-top: -38px;
  margin-left: -180px;
}
/* packages section css end */

/* pricing css start */

.pricing_content {
  text-align: center;
}

.pricing_nav .nav {
  display: flex;
  justify-content: center;
}

.pricing_nav {
  margin-top: 20px;
}

.pricing_nav .nav .nav-item .nav-link.active {
  background: linear-gradient(
    to bottom,
    #3f30c5,
    #3840d1,
    #304edc,
    #265ce6,
    #1a69f0,
    #146ff4,
    #0c74f8,
    #047afc,
    #047afc,
    #047afc,
    #047afc,
    #047afc
  );
  color: var(--custom-white);
  border-radius: 40px 40px 40px 20px;
  padding: 20px;
  transition: all 0.4s ease;
}

.pricing_nav .nav .nav-item .nav-link {
  background: #efefef;
  color: #333;
  border-radius: 40px 40px 40px 20px;
  padding: 20px;
}

.pricing_nav .nav .nav-item {
  margin: 0px 8px;
}

.pricing_tabs .tab-content {
  display: flex;
  justify-content: center;
}

.pricing_header h2 {
  font-size: 21px;
  line-height: 26px;
  font-weight: 600;
  text-transform: capitalize;
  font-family: Circular Std Book;
}

.pricing_header {
  /* margin: 30px 30px 0; */
  /* padding: 0 0 10px; */
}

.pricing_box {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
  height: 90%;
  margin: 15px 15px 20px;
  border: 1px solid #b8285a;
}

.pricingRate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 0px 0 0 20px; */
}

.pricingValue h2 {
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 0;
  color: #95257f;
  font-family: Circular Std Black;
  font-weight: bold;
}

.pricingValue h2 del {
  font-size: 20px;
  color: #ccc;
  vertical-align: bottom;
}

.priceOffer {
  text-align: center;
  padding: 10px 20px;
  clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%);
  background-image: linear-gradient(
    to bottom,
    #ff235c,
    #ff4164,
    #ff566c,
    #ff6775,
    #ff777e
  );
}

.priceOffer h2 {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  margin: 0;
}

.pricingOffer {
  /* margin: 20px; */
  padding: 8px 0px;
  overflow-y: scroll;
  max-height: 90px;
  /* border-radius: 14px 0 0 14px; */
  overflow-x: hidden;
  backdrop-filter: blur(10px);
  background: rgb(255 255 255/17%);
}

.pricingOffer ul {
  list-style-type: none;
}

.pricingOffer ul li {
  line-height: 15px;
  padding: 0 0 10px 0px;
  font-size: 12px;
  color: #7b7b7b;
  font-weight: 500;
  text-align: left;
  margin: 0px 1px;
}

.pricingOffer ul li i {
  /* margin: 0px 19px; */
  font-size: 10px;
  font-weight: 700;
  color: var(--purple-color);
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgb(232, 232, 232);
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background: rgb(170, 165, 165);
  opacity: 0.1;
}

.mainBtn3 {
  background-image: linear-gradient(to right, #653bb8, #007dff);
  box-shadow: 0 4px 15px 0 rgb(90 75 194 / 15%);
  border: none;
  border-radius: 50px;
  color: var(--custom-white) !important;
  padding: 16px 40px;
  transition: all 0.4s ease;
  text-decoration: none !important;
}

.mainBtn3:hover {
  background-position: 99% 0;
  background-image: linear-gradient(
    to right,
    #663ab7,
    #007dff,
    #00d7ff,
    #017cfe
  );
  transition: all 0.4s ease;
}

.priceOrder {
  /* margin: 30px auto 0; */
  /* padding: 0 0 25px; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: space-between; */
}

.priceChat a {
  display: flex;
  grid-gap: 9px;
  align-items: center;
  text-decoration: none;
}

.priceChat a div span {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.priceChat a div p {
  color: #000;
  font-weight: 600;
  margin: -5px 0px;
  font-size: 17px;
}

.priceChat a img {
  width: 20px !important;
  height: 20px;
}

.pricingFooter {
  /* display: flex; */
  /* justify-content: center; */
  /* padding: 13px 27px; */
  /* background: 0 0; */
  text-align: center;
  border-top: 1px solid #eee;
}

.callUs a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

.support a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

.pricingBoxContent {
  padding: 30px;
}

.pricingTab .owl-dots {
  display: block !important;
}

.pricingTab .owl-dot.active {
  background: 0 0;
  border: 1px solid #ff1f8e;
  border-radius: 50%;
  height: 20px;
}

.pricingTab .item {
  padding: 10px;
}

span.old-price {
  color: #b7b7b7;
  font-weight: 900;
  font-family: Circular Std Book;
  font-size: 16px;
}

.pricingValue h2 small {
  font-size: 42px;
}

.pricingValue p {
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: 15px;
  font-weight: 400;
  color: #000 !important;
  font-family: Circular Std Book;
}

.view-detailsDiv a {
  color: #d8d8d8;
  text-decoration: none;
}

.pricingFooter::before {
  content: "";
  position: absolute;
  border-right: 1px solid #eee;
  left: 52%;
  width: 1px;
  height: 43px;
  margin-top: 8px;
}

.callUs {
  text-align: start;
  padding: 20px 0px;
}

.callUs span small {
  display: block;
  font-size: 13px;
  color: var(--purple-color);
  font-weight: 800;
}

.callUs span {
  font-size: 13px;
  color: #7b7b7b;
  font-weight: bold;
  line-height: 4px;
}

.callUs2 {
  text-align: end;
}

.callUs2 a {
  font-size: 13px;
  color: #7b7b7b;
  font-weight: bold;
  line-height: 4px;
}

.pricingValue2 p {
  font-weight: bold;
}

.pricingValue2 p span {
  color: var(--purple-color);
}
/* pricing css end */

/* branding css start */

.branding {
  background: #d12e49 url(../images/proficient-bg.webp) no-repeat top center;
  background-size: 100% 100%;
  padding: 60px 0px;
  background-blend-mode: multiply;
}

.branding-content h3 {
  font-size: 42px;
  text-align: left;
  font-family: Circular Std Black;
  font-weight: 800;
  color: var(--white-color);
}

.branding-content p {
  color: var(--white-color);
  font-weight: 200;
  font-family: Circular Std Book;
}

.outlineWhiteBtn {
  text-decoration: none !important;
  height: 45px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: Circular Std Book;
  display: inline-block;
  padding: 15px 15px;
  line-height: 100% !important;
  outline: none;
  border: none;
  min-width: 200px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border-radius: 50px;
  background: transparent;
  color: #fff !important;
  font-weight: 500;
  border: 2px solid #fff;
}

.outlineWhiteBtn:hover {
  background-color: var(--white-color);
  color: var(--purple-color) !important;
}

.pricing_box2 {
  background-color: unset;
  border: 1px solid #fff;
  margin: 0;
}

.pricing_header h4 {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 600;
  font-family: Circular Std Book;
}

.pricing_box2 .pricing_header h2 {
  color: var(--white-color);
  font-size: 24px;
}

.pricingOffer2 {
  background-color: unset;
  border-radius: unset;
}

.pricingOffer2 ul li {
  color: var(--white-color);
}

.pricingOffer2 ul li i {
  color: var(--white-color);
}

.old-price2 {
  color: var(--white-color) !important;
}

.pricingValueXtra h2 {
  color: var(--white-color);
}

.pricing_header2 p {
  font-size: 14px;
  color: var(--white-color);
}

.pricingValueXtra .white-text {
  color: var(--white-color) !important;
}

.view-detailsDiv2 a {
  color: var(--white-color);
}

.callUsXtra span {
  color: var(--white-color);
  margin: 0px 8px 0px 0px;
}

.callUsXtra span small {
  color: var(--white-color);
}

.callUsXtra span a {
  color: var(--white-color);
}

.callUsXtra span i {
  font-size: 18px;
  margin: 0px 10px;
}

.wantXtra {
  line-height: 18px !important;
}

.pricingFooter2 {
  border: unset;
}

.pricingFooter2::before {
  margin-top: 18px;
  left: 50%;
}

.pricingBoxContent2 {
  padding: 20px;
}

.packageSlider .owl-nav {
  position: absolute;
  top: -26%;
  right: 2%;
}

.packageSlider .owl-nav .owl-prev span {
  font-size: 100px;
  color: #bbb;
  margin: 0px 20px;
}

.packageSlider .owl-nav .owl-next span {
  font-size: 100px;
  color: #bbb;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: unset;
}

.owl-theme .owl-nav [class*="owl-"] {
  outline: none;
}

.branding-content h3::before {
  content: "";
  width: 75px;
  margin: 15px 0px;
  background: linear-gradient(
    to right,
    rgb(255, 255, 255) 0%,
    rgb(255, 255, 255) 50%,
    rgb(255, 255, 255) 100%
  );
  height: 10px;
  display: block;
}

/* branding css end */

/* solutions css start */

.solutions {
  padding: 60px 0px;
}

.solutions-content {
  text-align: center;
}

.bigHeadingXtra::before {
  content: "";
  display: block;
  width: 75px;
  height: 10px;
  background: linear-gradient(
    to right,
    rgb(184, 40, 90) 0%,
    #f42299 50%,
    #fa6e43 100%
  );
  margin: 10px auto;
}

.solutionImg img {
  max-width: 59px;
}

.solutionContent h4 {
  color: #2e2e2e;
  padding-top: 6px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.solutionContent {
  margin-top: 10px;
}

.solutionContent p {
  font-size: 14px;
  font-weight: 400;
  color: #4f4f4f;
}

.solutionBox {
  padding: 0px 15px;
}

.solutionsSlider {
  margin-top: 40px;
}

.solutionBtnDiv {
  text-align: center;
  margin-top: 20px;
}

.counter1 {
  text-align: center;
}

.counter1 span {
  color: var(--purple-color);
  font-weight: 900;
  font-size: 72px;
  line-height: 72px;
  font-family: Circular Std Book;
}

.counter1 h6 {
  font-family: Circular Std Book;
  font-size: 18px;
  font-weight: 600;
  color: #2e2e2e;
  text-transform: uppercase;
  margin-top: 10px;
}

/* solutions css end */

/* happy client section start */

.happy-client-content img {
  width: 100%;
}

.happy-client {
  background-color: #f8f8f8;
  padding: 60px 0px;
  border-top: 1px solid #e8e8e8;
}

.bigHeadingXtra2::before {
  width: 75px;
  height: 10px;
  display: block;
  content: "";
  background: linear-gradient(
    to right,
    rgb(184, 40, 90) 0%,
    #f42299 50%,
    #fa6e43 100%
  );
  margin: 10px 0px;
}

.h3Heading {
  color: #2e2e2e;
  font-size: 28px;
  font-weight: 900;
  font-family: Circular Std Black;
}

.h3Heading::before {
  width: 75px;
  height: 10px;
  display: block;
  content: "";
  background: linear-gradient(
    to right,
    rgb(184, 40, 90) 0%,
    #f42299 50%,
    #fa6e43 100%
  );
  margin: 10px 0px;
}

.progress1 h4 {
  font-size: 16px;
  font-weight: 400;
  font-family: Circular Std Book;
}

.skill-bar {
  position: relative;
  border-radius: 10px;
  background-color: #e8e8e8;
  width: 100%;
  height: 8px;
}

.skill-bar::before {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, #f42893, #fa6e43);
  height: 8px;
  display: block;
  top: 0px;
  width: 95%;
  border-radius: 10px;
}

.skill-bar span {
  position: absolute;
  top: -25px;
  right: 21px;
  font-size: 14px;
  font-weight: 400;
  color: #b62b5b;
}

.skill-bar2 span {
  right: 70px;
}

.skill-bar2::before {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, #f42893, #fa6e43);
  height: 8px;
  display: block;
  top: 0px;
  width: 85%;
  border-radius: 10px;
}

.skill-bar3::before {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, #f42893, #fa6e43);
  height: 8px;
  display: block;
  top: 0px;
  width: 99%;
  border-radius: 10px;
}

.skill-bar3 span {
  right: 0;
}

.skill-bar4::before {
  content: "";
  position: absolute;
  background: linear-gradient(45deg, #f42893, #fa6e43);
  height: 8px;
  display: block;
  top: 0px;
  width: 65%;
  border-radius: 10px;
}

.skill-bar4 span {
  right: 185px;
}

.skill-bar5::before {
  content: "";
  position: absolute;
  background: linear-gradient(55deg, #f42893, #fa6e43);
  height: 8px;
  display: block;
  top: 0px;
  width: 80%;
  border-radius: 10px;
}

.skill-bar5 span {
  right: 110px;
}

.skill-bar6::before {
  content: "";
  position: absolute;
  background: linear-gradient(55deg, #f42893, #fa6e43);
  height: 8px;
  display: block;
  top: 0px;
  width: 100%;
  border-radius: 10px;
}

.skill-bar6 span {
  right: 0;
}

.progress1 {
  margin-bottom: 30px;
  margin-top: 27px;
}
/* happy client section end */

/* method section start */

.method-content {
  text-align: center;
  margin: 40px 25px;
}

.method-content .method-img {
  margin-bottom: 20px;
}

.method-content h4 {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  font-family: Circular Std Black;
}

.method-content p {
  font-size: 15px;
}

/* method section end */

/* testimonial section start */
.testi-img {
  text-align: center;
  width: 470px;
  position: relative;
  /* padding-bottom: 40px; */
  padding-left: 30px;
}

.testimonial {
  padding: 60px 0px;
  background-color: #f9f9f9;
}

.title-circle span {
  position: absolute;
  top: 39%;
  background-color: #b8285a;
  left: 424px;
  width: 100px;
  height: 100px;
  font-size: 40px;
  border-radius: 500px;
  line-height: 108px;
  text-align: center;
  color: #fff;
}

.star i {
  color: #ff7e65;
  font-size: 20px;
  margin-left: 10px;
}

.reviewHeading {
  font-size: 28px;
  font-weight: 800;
}

.reviewHeading {
  font-size: 28px;
  font-weight: 800;
}

.review-name {
  font-size: 14px;
  font-weight: 400;
  color: #4f4f4f;
}

.star {
  border-top: 1px solid #e8e8e8;
  width: 200px;
  padding: 25px 0px;
}

.testimonialSlider .owl-dots .owl-dot.active span {
  background: var(--purple-color);
  opacity: 1;
}

.testimonialSlider .owl-dots .owl-dot span {
  background: var(--purple-color);
  opacity: 0.5;
}
/* testimonial section end */

/* award section start */

.award-box {
  text-align: center;
  margin-top: 40px;
}

.award-box h4 {
  font-size: 20px;
  font-weight: 800;
  font-family: Circular Std Book;
  text-transform: uppercase;
  margin-top: 20px;
}

/* award section end */

/* questions section start */

.questions {
  border-top: 1px solid #e8e8e8;
}

.question-sec a {
  font-size: 18px;
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
  transition: all linear 0.15s;
  text-decoration: none;
  padding: 22px 50px 22px 10px;
  display: block;
  color: #2c2c2c;
}

.ques-div {
  /* border-top: 2px solid #e6e6e6; */
  border-bottom: 2px solid #e6e6e6;
}

.ques-div .question-sec a:after {
  position: absolute;
  content: "\f067";
  width: 20px;
  height: 20px;
  right: 0;
  font-weight: 300;
  top: 12px;
  font-family: fontawesome !important;
  color: #ccc;
  font-size: 28px;
}

.answer-sec p {
  padding: 0 10px 15px 50px;
  margin-bottom: 15px;
  padding-bottom: 0;
  font-size: 14px;
  width: 90%;
}

.solutions-content2 {
  border-bottom: 2px solid #e6e6e6;
}

.answer-sec ul {
  padding: 0px 50px;
}

.answer-sec ul li {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
}

.question-sec a:hover {
  color: var(--purple-color);
}

.answer-sec ul li::after {
  content: "";
  position: absolute;
  left: 44px;
  width: 6px;
  height: 6px;
  background-color: #b8285a;
  border-radius: 50%;
  margin: 8px 0px;
}
/* questions section end */

/* free-qoute section start */
.free-qoute {
  background-color: #2e2e2e;
}

.free-qoute .bigHeading {
  color: #fff;
}

.free-qoute .para {
  width: 70%;
  margin: auto;
}

.free-qoute input,
select {
  border: 1px solid #6b6b6b;
  background: transparent;
  border-radius: 100px;
  padding: 0px 20px;
  color: #6b6b6b;
  height: 50px;
  width: 100%;
}

.free-qoute input,
select:focus {
  outline: unset;
}

.free-qoute input::placeholder {
  /* padding: 0px 20px; */
  font-size: 14px;
}

.free-qoute select option {
  color: #acacac;
  background: #2e2e2e;
}

.free-qoute select option:hover {
  color: var(--purple-color);
}

.free-qoute textarea {
  width: 100%;
  height: 150px;
  background: transparent;
  border: 1px solid #6b6b6b;
  border-radius: 13px;
  resize: none;
  padding: 14px 21px;
  color: gray;
}

.free-qoute textarea::placeholder {
  color: gray;
}

.free-qoute input.myCheck {
  width: unset;
}

span.confirmCheck {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 400;
}

.form-group2 {
  display: flex;
  align-items: end;
}

.form-group2 span {
  margin: -3px 12px;
}

.free-qoute textarea:focus {
  outline: none;
}

.free-qoute form {
  margin-top: 40px;
}
/* free-qoute section end */

/*email-sec*/
.email-sec {
  background-color: #232323;
  padding: 60px 0px;
}

.contact-box h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.contact-box {
  text-align: start;
}

.contact-box i {
  color: var(--purple-color);
  font-size: 20px;
}

.contact-box a {
  color: #6b6b6b;
  margin: 0px 10px;
  font-size: 14px;
}

.contact-box span {
  color: #6b6b6b;
  margin: 0px 10px;
  font-size: 14px;
}
/*email-sec*/

/*footer css start */
.footer {
  background-color: #f7f7f7;
  padding: 60px 0px;
}

.socials {
  display: flex;
}

.socials li a {
  margin: 0px 12px;
  color: #c1c1c1;
  font-size: 14px;
}

.topNotchDiv h3 {
  color: #636b6f;
  font-size: 16px;
}

.dmcaDiv {
  margin-top: 30px;
}

.top-list ul li a {
  color: #8a8a8a;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.4s ease;
}

.top-list ul li a:hover {
  color: var(--purple-color);
}

.topNotchDiv ul li a {
  color: #8a8a8a;
  font-size: 14px;
  transition: all 0.5s ease;
  font-weight: 400;
  text-decoration: none;
}

.topNotchDiv ul {
  margin-top: 15px;
}

.top-list ul {
  margin-top: 15px;
}

.topNotchDiv ul li a:hover {
  color: var(--purple-color);
}

.copright {
  padding: 30px 0px;
}

.termsDiv {
  text-align: end;
}

.termsDiv a {
  font-size: 14px;
  color: var(--purple-color);
  margin: 0px 10px;
}

.copyContent p {
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 400;
}
/*footer css end */

/* portfolio section start */

.portfolio {
  border-top: 1px solid #e8e8e8;
  padding: 60px 0px;
}
/* portfolio section end */

.client-review .qoutes {
  font-size: 50px;
  position: absolute;
  left: -8%;
  top: -16%;
}

.service-dropdown {
  background-color: #fff;
}

header .dropdown-menu a {
  color: #000 !important;
  margin-bottom: 0;
  padding: 20px 9px !important;
}

header .dropdown-menu a:hover {
  background: linear-gradient(
    to right,
    rgb(184, 40, 90) 0%,
    rgb(163, 41, 116) 50%,
    rgb(144, 41, 139) 100%
  );
  opacity: 1;
  color: #fff !important;
}

header .dropdown-menu {
  padding: 20px 10px;
  width: 253px;
}

label.error {
  display: none !important;
}

input.error {
  background-color: #fbc3c3 !important;
}

.loader img {
  width: 39px;
}

.header .activeLink {
  color: #f42597 !important;
}

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


.orderNow .contest {
    padding: 0px;
}
.orderNow .col-lg-5 {
    padding: 0px 15px;
}
.order-now-row {
    background-repeat: no-repeat;
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 49px 0px rgb(41 36 71 / 14%);
    padding: 50px 40px;
    background-image: url('../images/order-pattern.png');
    background-size: cover;
    background-position: 0px 40px;
}
.orderNow .single {
    border-width: 0px;
    border-color: rgb(0, 0, 0);
    border-style: solid;
    border-radius: 30px;
    background-image: -moz-linear-gradient( -90deg, rgb(200,68,119) 0%, rgb(142,35,129) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(200,68,119) 0%, rgb(142,35,129) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(200,68,119) 0%, rgb(142,35,129) 100%);
    text-align: center;
    color: white;
    padding: 55px 30px;
}
section.orderNow .single h3 br {
    display: none;
}
section.orderNow .single h3 {
    text-transform: uppercase;
    color: white;
    margin-bottom: 4px;
}
section.orderNow span.price {
    font-size: 56px;
    color: white;
}

section.orderNow span.price small {
    font-size: 100%;
    font-weight: bold;
}
section.orderNow .single p {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 13px;
    margin-bottom: 0;
}
section.orderNow .inclusive-black a {
    display: block;
    background-color: #222222;
    color: white;
    display: block;
    border-radius: 50px;
    width: 80%;
    margin: 25px auto 50px;
    padding: 15px 0px;
}

section.orderNow .inclusive-black {
    display: block;
}
.order-now-row .action-chat, .order-now-row .action-no {
    background-color: white;
    color: black;
    display: block;
    border-radius: 50px;
    text-transform: uppercase;
    padding: 12px 0px 10px;
    font-size: 15px;
}
p.discuss {
    margin-bottom: 15px !important;
}
.order-now-row .action-chat:hover, .order-now-row .action-no:hover {
    color: black;
}
.ordernow_form h2 {
    font-weight: bold;
    font-size: 35px;
    font-family: "Circular Std Black", sans-serif;
}

.ordernow_form .fldset input {
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-style: solid;
    border-radius: 10px;
    height: 60px;
    font-size: 15px;
    padding: 0px 20px;
}
.ordernow_form .fldset input::-webkit-input-placeholder { /* Edge */
  color: #555555;
  padding:0px;
}

.ordernow_form .fldset input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #555555;
  padding:0px;
}

.ordernow_form .fldset input::placeholder {
  color: #555555;
  padding:0px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    opacity: 1;
}
header.menu2 .navbar-light .navbar-nav .nav-link {
    color: black !important;
}
.ordernow_details li {
    color: #555555;
    font-weight: 100;
    border: 0 !important;
    padding-left: 0 !important;
    margin: 3px 0px;
}

.ordernow_details .subscription-list {
    height: 380px !important;
}