*,
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", sans-serif;
  font-family: "Helvetica 25 UltraLight", sans-serif;
  font-family: "Helvetica 35 Thin", sans-serif;
  font-family: "Helvetica 45 Light", sans-serif;
  font-family: "Helvetica 55 Roman", sans-serif;
  font-family: "Helvetica 65 Medium", sans-serif;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}

/* ***************************************************
                    home header css
*************************************************** */
.home-header {
  margin-bottom: -75px;
  position: relative;
  z-index: 9998;
}
.home-header .navbar {
  position: relative;
}
.home-header .navbar.navbar-white .navbar-brand {
  color: #fff;
}
.home-header .navbar.navbar-white .navbar-nav .nav-item .nav-link {
  color: #fff;
}
.home-header .navbar.navbar-white .navbar-nav .nav-item .btn-link {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.65) !important;
}
.home-header .navbar.navbar-white .navbar-nav .nav-item .nav-link::after {
  background-color: #fff;
}
.home-header .navbar.navbar-white .navbar-nav .nav-item.shopping a i {
  color: #fff;
}
.home-header .navbar.navbar-white .navbar-nav .nav-item.shopping {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.home-header .navbar-nav .nav-item {
  position: relative;
}
.home-header .navbar-nav .nav-item .nav-link {
  color: #000;
  padding: 15px 0;
  margin: 0 15px;
  transition: all 0.1s linear;
  position: relative;
}
.home-header .navbar-nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: all 0.2s linear;
}
.home-header .navbar-nav .nav-item .nav-link:hover::after {
  width: 100%;
}
.home-header .navbar-nav .nav-item .btn-link {
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.65) !important;
  text-decoration: none;
  border-radius: 40px;
  padding: 12px 32px 12px 34px;
  margin-right: 4px;
}
.home-header .navbar-nav .nav-item .btn-link:hover {
  background: rgba(0, 0, 0, 0.2);
}
.home-header .navbar-nav .nav-item .nav-hover-box {
  display: none;
  position: absolute;
  left: -10px;
  top: 100%;
  width: max-content;
  background-color: #353c40;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
  padding: 12px 5px;
  margin: 0;
  list-style: none;
}
.home-header .navbar-nav .nav-item:hover .nav-hover-box {
  display: block;
}
.home-header .navbar-nav .nav-item .nav-hover-box li a {
  color: #c8c8c8;
  text-decoration: none;
  padding: 8px 20px;
  font-size: 13px;
  display: block;
}
.home-header .navbar-nav .nav-item .nav-hover-box li a:hover {
  color: #fff;
}
.home-header .navbar-nav .nav-item.shopping {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 15px;
  margin-left: 15px;
}
.home-header .navbar-nav .nav-item.shopping a i {
  font-size: 22px;
  color: #000;
}
.navbar .navbar-brand img.brand-logo{
    max-width: 160px;
}
/* ***************************************************
                    Hero section css
*************************************************** */
.content .hero-section {
  background: url(../svg/bg.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #ffffff;
  padding: 160px 0px 50px 0px;
}
.content .hero-section .hero-main-section {
  padding: 30px 0px 30px 0px;
}
.content .hero-section .hero-main-section .content-wrap h1 {
  color: #31335a;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2em;
}
.content .hero-section .hero-main-section .content-wrap p {
  color: #5e6084;
  font-size: 19px;
  line-height: 1.7em;
  margin: 0px 0px 30px 0px;
}
.btn {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-radius: 8px 8px 8px 8px;
  padding: 18px 34px 18px 34px;
}
.content .hero-section .hero-main-section .content-wrap .btn.get-started-btn {
  color: #fff;
  background-color: #5669ec;
  border-color: #5669ec;
}
.content .hero-section .hero-main-section .content-wrap .btn.get-started-btn:hover {
  color: #ffffff;
  background-color: #4554bd;
  border-color: #4554bd;
}
.content .hero-section .hero-main-section .content-wrap .btn.explore-btn {
  color: #4554bd;
  background-color: #fff;
  border-color: #4554bd;
}
.content .hero-section .hero-main-section .content-wrap .btn.explore-btn:hover {
  color: #4554bd;
  background-color: #eff1ff;
  border-color: #4554bd;
}
.content .hero-section .hero-main-section .payment-img {
  width: 100%;
}
.content .hero-section .hero-main-section .payment-img img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 14%);
}
.content .hero-section .partnership-wrap {
  padding: 70px 0px 20px 0px;
}
.content .hero-section .partnership-wrap .partnership-content {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  max-width: 980px;
  margin: auto;
}
.content .hero-section .partnership-wrap .partnership-content > * {
  width: 20%;
  text-align: center;
}
.content .hero-section .partnership-wrap .partnership-content > * img {
  width: 150px;
  height: 122px;
  opacity: 0.35;
}
.content .content-wrapper {
  padding: 140px 0px 30px 0px;
}
.content .content-wrapper .content-container {
  max-width: 690px;
  margin: auto;
  text-align: center;
}
.content .content-wrapper .content-container h6 {
  color: #5669ec;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  margin-bottom: 15px;
}
.content .content-wrapper .content-container h2 {
  color: #31335a;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0px 0px 25px 0px;
}
.content .content-wrapper .content-container P {
  color: #5e6084;
  font-size: 17px;
  line-height: 1.7em;
}
/* ***************************************************
                    Populated Element css
*************************************************** */
.content .populated-element {
  padding: 60px 0px 60px 0px;
}
.content .populated-element .widget-wrap-img img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 14%);
}
.content .populated-element .widget-wrap-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
}
.content .populated-element .widget-wrap-content h6 {
  padding: 20px 0px 0px 0px;
  margin-bottom: 15px;
  color: #5669ec;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.1px;
}
.content .populated-element .widget-wrap-content h2 {
  color: #31335a;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 15px;
}
.content .populated-element .widget-wrap-content p {
  color: #5e6084;
  font-size: 17px;
  line-height: 1.55em;
  margin: 0px 0px 20px 0px;
}
.content .content-wrapper .service-block {
  padding: 20px 8px;
}
.content .content-wrapper .service-block svg {
  width: 54px;
  height: 54px;
}
.content .content-wrapper .service-block h5 {
  color: #31335a;
  font-size: 17px;
  font-weight: 600;
  margin: 20px 0 10px 0;
}
.content .content-wrapper .service-block p {
  font-size: 15px;
  line-height: 1.5em;
  color: #5e6084;
  max-width: 320px;
}
/* ***************************************************
                    Admin sec wrap css
*************************************************** */
.admin-sec-wrap {
  padding: 0px 0px 100px 0px;
}
.admin-sec-wrap .admin-content-wrap {
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
  border-radius: 14px;
  overflow: hidden;
  display: flex;
}
.admin-sec-wrap .admin-content-wrap .admin-about-wrap {
  width: 50%;
  padding: 80px 80px 80px 80px;
}
.admin-sec-wrap .admin-content-wrap .admin-about-wrap .admin-heading-title {
  color: #31335a;
  font-size: 120px;
  line-height: 1em;
  margin-bottom: 0;
}
.admin-sec-wrap .admin-content-wrap .admin-about-wrap .admin-heading-content {
  color: #31335a;
  font-size: 26px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.admin-sec-wrap .admin-content-wrap .admin-about-wrap h6 {
  color: #31335a;
  font-size: 19px;
  font-weight: 700;
}
.admin-sec-wrap .admin-content-wrap .admin-about-wrap h5 {
  color: #5e6084;
  font-size: 19px;
  font-weight: 500;
}
.admin-sec-wrap .admin-content-wrap .admin-img-wrap {
  width: 50%;
}
.admin-sec-wrap .admin-content-wrap .admin-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.populated-element .user-question {
  padding: 10px;
  max-width: 880px;
  margin: auto;
}
.populated-element .user-question .accordion .accordion-button {
  flex-flow: row-reverse;
  justify-content: flex-end;
  gap: 16px;
  font-size: 17px;
  font-weight: 600;
  color: #31335a;
}
.populated-element .user-question .accordion .accordion-button:focus {
  box-shadow: none;
}
.populated-element .user-question .accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.populated-element .user-question .accordion .accordion-button::after {
  margin-left: initial;
}
.populated-element .user-question .accordion .accordion-body {
  color: #5e6084;
  padding: 0px 30px 20px 55px;
}
.footer-top {
  background-color: #5669ec;
  padding: 100px 0px 90px 0px;
  position: relative;
}
.footer-top .bg-pattern {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  top: -1px;
}
.footer-top .bg-pattern svg {
  height: 320px;
  transform: translateX(-50%) rotateY(180deg);
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
}
.footer-top .bg-pattern svg path {
  fill: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.footer-top .content-get-started {
  position: relative;
  z-index: 1;
}
.footer-top .content-get-started .card-box {
  padding: 25px 40px 40px 40px;
  box-shadow: 0px 10px 20px 10px rgb(49 51 90 / 18%);
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.footer-top .content-get-started .card-box .svg-icon {
  margin-right: 27px;
}
.footer-top .content-get-started .card-box .svg-icon svg {
  width: 50px;
  height: 50px;
}
.footer-top .content-get-started .card-box .catd-content h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.footer-top .content-get-started .card-box .catd-content h4 a {
  font-size: 20px;
  font-weight: 600;
  color: #31335a;
  text-decoration: none;
}
.footer-top .content-get-started .card-box .catd-content p {
  color: #5e6084;
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
}
.footer-top .content-get-started .get-started-content {
  padding: 70px 5px 0px 5px;
  max-width: 1000px;
  margin: auto;
}
.footer-top .content-get-started .get-started-content h4 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3em;
  margin-bottom: 5px;
}
.footer-top .content-get-started .get-started-content p {
  color: #ffffffb5;
  font-size: 24px;
  line-height: 1.3em;
}
.footer-top .content-get-started .get-started-content .get-start-btn {
  border-color: #1c2654;
  color: #ffffff;
  background-color: #1c2654;
  margin-right: 16px;
}
.conract-sales-btn {
  border-color: #ffffff;
  color: #ffffff;
  background-color: #ffffff00;
}
/* ***************************************************
                    Home Footer css
*************************************************** */
.front-footer {
  background: #292e31;
  color: #d2d2d2;
  padding: 70px 0 0;
  margin-top: -1px;
}
.front-footer .footer-area {
  margin-bottom: 60px;
}
.front-footer .footer-area .footer-area-title {
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.front-footer .footer-area .footer-text-widget {
  color: #d2d2d2;
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 50px;
}
.front-footer .footer-area .th-payments-widget a {
  color: #d2d2d2;
  text-decoration: none;
}
.front-footer .footer-area .th-payments-widget a span {
  display: inline-block;
  margin: 0 8px 14px 0;
  padding: 6px 8px;
  border: 1px #eee solid;
  border-radius: 1px;
}
.front-footer .footer-area .th-contact-info-widget .icon-blocks {
  margin-bottom: 36px;
}
.front-footer .footer-area .th-contact-info-widget .icon-blocks .icon-block p {
  font-size: 15px;
  padding: 0;
  line-height: 195%;
  color: #d2d2d2;
}
.front-footer .footer-area .th-contact-info-widget .icon-blocks .icon-block p a {
  color: #d2d2d2;
  text-decoration: none;
}
.front-footer .footer-area .th-contact-info-widget .icon-blocks .icon-block p a i {
  padding-right: 10px;
  vertical-align: -1px;
}
.front-footer .footer-area .soc-widget a {
  color: #d2d2d2;
  text-decoration: none;
}
.front-footer .footer-area .soc-widget a i {
  color: #4f5356;
  font-size: 32px;
  margin: 0;
  padding: 0 10px 10px 0 !important;
}
.front-footer .footer-area.footer-area-3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.front-footer .footer-area.footer-area-3 ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 8px 0;
}
.front-footer .footer-area.footer-area-3 ul li:first-child {
  padding-top: 0;
}
.front-footer .footer-area.footer-area-3 ul li a {
  color: #d2d2d2;
  text-decoration: none;
}
.front-footer .footer-area.footer-area-3 ul li span {
  display: block;
  font-size: 12px;
  color: #848484;
}
.front-footer .footer-btm-bar {
  background: #23272a;
  padding: 30px 0 20px;
}
.front-footer .footer-btm-bar p {
  color: #d2d2d2;
  font-size: 16px;
  line-height: 1.65;
  text-align: center;
}
.front-footer .footer-btm-bar p a {
  text-decoration: none;
  color: inherit;
}
/* ***************************************************
                    Pricing Hero css
*************************************************** */
.pricing-wrap .pricing-hero {
  background-color: transparent;
  background-image: linear-gradient(150deg, #8b24fc 0%, #2c0efe 100%);
  position: relative;
  overflow: hidden;
  height: 100%;
}
.pricing-wrap .pricing-hero .pricing-background-overlay {
  background-image: url(../images/CTA-bg.png);
  background-size: cover;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
.pricing-wrap .pricing-hero .pricing-hero-content {
  min-height: 500px;
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
.pricing-wrap .pricing-hero .pricing-hero-content h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
}
.pricing-wrap .pricing-hero .pricing-hero-content h3 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 0;
}
.pricing-wrap .pricing-hero .pricing-hero-content p {
  color: #ffffff;
  line-height: 1.6em;
  font-size: 22px;
  margin-bottom: 0;
}
.pricing-wrap .pricing-hero .pricing-hero-content .pricing-contact-us {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  gap: 16px;
}
/* ***************************************************
                    View Pricing css
*************************************************** */
.pricing-wrap .view-pricing {
  padding: 110px 0px 50px 0px;
}
.pricing-wrap .view-pricing .view-pricing-content {
  display: flex;
}
.pricing-wrap .view-pricing .view-pricing-content .view-pricing-more {
  width: 45%;
  padding: 12px;
}
.pricing-wrap .view-pricing .view-pricing-content .view-pricing-more h4 {
  color: #1d2023;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 20px;
}
.pricing-wrap .view-pricing .view-pricing-content .view-pricing-more p {
  font-size: 18px;
  line-height: 1.5em;
  color: #333333;
  margin-bottom: 20px;
}
.pricing-wrap .view-pricing .view-pricing-content .view-pricing-more .view-pricing-btn {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.7px;
  color: #fff;
  background-color: #8b24fc;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #8b24fc;
  border-radius: 50px 50px 50px 50px;
  padding: 15px 30px 15px 30px;
  transition: all 0.3s;
}
.pricing-wrap .view-pricing .view-pricing-content .view-pricing-more .view-pricing-btn:hover {
  background-color: #fff;
  color: #8b24fc;
}
.pricing-wrap .view-pricing .view-pricing-content .view-pricing-about {
  width: 55%;
  padding: 12px;
}
.pricing-wrap .view-pricing .view-pricing-content .view-pricing-about .view-pricing-wrapper {
  display: flex;
  padding: 12px;
}
.pricing-wrap .view-pricing .view-pricing-content .view-pricing-about .view-pricing-wrapper > span {
  margin-right: 12px;
}
.pricing-wrap .view-pricing .view-pricing-content .view-pricing-about .view-pricing-wrapper > span i {
  color: #2c0efe;
  border: 1px solid #2c0efe;
  padding: 8px;
  border-radius: 50%;
}
.pricing-wrap .view-pricing .view-pricing-content .view-pricing-about .view-pricing-wrapper h6 {
  color: #1d2023;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25em;
}
.pricing-wrap .view-pricing .view-pricing-content .view-pricing-about .view-pricing-wrapper p {
  font-size: 16px;
  line-height: 1.65;
  color: #333333;
}
.year-pricing,
.three-year-pricing {
  display: none;
}

.pricing-button {
  margin-bottom: 20px;
}
a.get-now-btn.btn.btn-default.active {
  padding: 10px 34px 10px 34px;
}

/* ***************************************************
                    Hr Line css
*************************************************** */
.hr-line .hr-line-box {
  padding: 15px 0;
}
.hr-line .hr-line-box span {
  width: 100%;
  display: block;
  border-top: 1px solid rgba(189, 189, 189, 0.6784313725490196);
}
/* ***************************************************
                    Pricing Plans css
*************************************************** */
.pricing-plans {
  padding: 60px 0px 110px 0px;
}
.pricing-plans h2 {
  color: #1d2023;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 60px;
}
.pricing-plans .pricing-plan-box {
  padding: 50px 30px 50px 30px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  box-shadow: 0px 0px 40px 10px rgb(0 0 0 / 5%);
  text-align: center;
}
.pricing-plans .pricing-plan-box h4 {
  font-size: 25px;
  font-weight: bold;
  color: #333333;
  margin: 10px 0px 20px 0px;
}
.pricing-plans .pricing-plan-box h1 {
  color: #48a9a6;
  font-size: 40px;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
}
.pricing-plans .pricing-plan-box p.per-month {
  color: #48a9a6;
  font-weight: bold;
  margin: 0px 0px 5px 0px;
}
.pricing-plans .pricing-plan-box .plan-box-hr-line {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.19);
}
.pricing-plans .pricing-plan-box p {
  color: #393939;
  font-size: 18px;
  font-weight: bold;
}
.pricing-plans .pricing-plan-box p.disabled-text {
  color: rgba(57, 57, 57, 0.29);
}

/* ***************************************************
                    Results Oriented css
*************************************************** */
.results-oriented .results-oriented-img {
  padding-right: 12px;
}
.results-oriented .results-oriented-img img {
  width: 100%;
}
.results-oriented .pricing-hero .pricing-hero-content {
  padding: 20px 100px;
  min-height: auto;
  position: relative;
}
.results-oriented .pricing-hero .pricing-hero-content h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}
.results-oriented .pricing-hero .pricing-hero-content p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6em;
}
.find-out-more {
  margin-top: 16px;
}
.find-out-more button {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0);
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #ffffff;
  border-radius: 50px 50px 50px 50px;
  padding: 16px 34px 16px 34px;
  transition: 0.4s;
}
.find-out-more button a{
  text-decoration: none;
  color: #ffffff;
}
.find-out-more button a:hover,
.find-out-more button:hover {
  background-color: #fff;
  color: #000;
}
/* ***************************************************
                    All Plans Include css
*************************************************** */
.all-plans-include {
  padding: 60px 0px 110px 0px;
}
.all-plans-include h1 {
  color: #1d2023;
  font-size: 48px;
  font-weight: 700;
  margin: 0px 0px 40px 5px;
}
.all-plans-include .all-plans-boxes {
  padding: 16px 16px 0 16px;
  background-color: #f7f7f7;
}
.all-plans-include .all-plans-boxes .all-plans-include-box {
  background-color: #fff;
  height: 100%;
  padding: 50px 40px 40px 40px;
}
.all-plans-include .all-plans-boxes .all-plans-include-box i {
  font-size: 44px;
}
.all-plans-include .all-plans-boxes .all-plans-include-box h4 {
  color: #1d2023;
  font-size: 23px;
  font-weight: bold;
}
.all-plans-include .all-plans-boxes .all-plans-include-box p {
  font-size: 16px;
  line-height: 1.65;
  color: #333333;
  margin-bottom: 0;
}
/* ***************************************************
                    Modern Web css
*************************************************** */
.modern-web {
  padding: 105px 0px 100px 0px;
}
.modern-web h1 {
  color: #1d2023;
  font-size: 47px;
  font-weight: 700;
  line-height: 1.3em;
}
.modern-web p {
  color: #1d2023;
  font-size: 24px;
  line-height: 1.6em;
}
.modern-web h2 {
  font-size: 48px;
  font-weight: bold;
}
.modern-web span {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
}

/* ***************************************************
                    Human Element css
*************************************************** */
.human-element {
  padding: 90px 0px 100px 0px;
}
.human-element .human-element-img-sec {
  display: flex;
  align-items: center;
  max-width: 585px;
}
.human-element .human-element-img-sec .one-img {
  width: 50%;
  padding: 12px;
}
.human-element .human-element-img-sec .one-img img {
  width: 100%;
}
.human-element .human-element-img-sec .two-img {
  width: 50%;
}
.human-element .human-element-img-sec .two-img > div {
  width: 100%;
  padding: 12px;
}
.human-element .human-element-img-sec .two-img > div img {
  width: 100%;
}
.human-element .human-element-content {
  padding: 50px;
}
.human-element .human-element-content p {
  font-size: 18px;
  line-height: 1.6em;
}
.human-element .human-element-content h2 {
  font-size: 40px;
  font-weight: 700;
}
.human-element .human-element-content .meet-the-team-btn .btn {
  border-color: #8b24fc;
  color: #ffffff;
  background-color: #8b24fc;
  border-radius: 50px 50px 50px 50px;
}
.human-element .human-element-content .meet-the-team-btn .btn:hover {
  background-color: #ffffff;
  color: #8b24fc;
}
/* ***************************************************
                    Leadership Box css
*************************************************** */
.pricing-plans .leadership-box {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 16px;
}
.pricing-plans .leadership-box .leadership-box-img {
  height: 270px;
}
.pricing-plans .leadership-box .leadership-box-img img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.pricing-plans .leadership-box .leadership-box-content {
  padding: 16px;
}
.pricing-plans .leadership-box .leadership-box-content h4 {
  font-weight: 700;
  margin-bottom: 5px;
}
.pricing-plans .leadership-box .leadership-box-content h5 {
  font-size: 18px;
  margin-bottom: 15px;
}
.pricing-plans .leadership-box .leadership-box-content p {
  font-size: 16px;
}
.pricing-plans .leadership-box .leadership-box-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.pricing-plans .leadership-box .leadership-box-content ul li {
  padding: 8px;
}
.pricing-plans .leadership-box .leadership-box-content ul li a {
  font-size: 16px;
  color: #000;
  opacity: 0.9;
}

/* ***************************************************
                    Contact-us Form css
*************************************************** */
.contact-us-form {
  padding: 95px 0px 0px 0px;
  background-color: rgba(44, 14, 254, 0.06);
}
.contact-us-form .contact-us-details{
  padding: 15px;
}
.contact-us-form .contact-us-details ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-us-form .contact-us-details ul li{
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 49px;
}
.contact-us-form .contact-us-details ul li i{
  color: #2C0EFE;
  font-size: 30px;
}
.contact-us-form .contact-us-details ul li .icon-box{
  width: 30px;
}
.contact-us-form .contact-us-details ul li p{
  line-height: 1.4em;
  color: #333333;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 0;
}
.contact-us-form .contact-us-details ul li span{
  font-size: 16px;
  line-height: 1.65;
  color: #333333;
  max-width: 150px;
  display: block;
}
.contact-us-form .send-message{
  padding: 50px 55px 40px 55px;
  box-shadow: 0px 0px 34px 0px rgb(0 0 0 / 14%);
  background-color: #FFFFFF;
  border-radius: 14px;
  margin: -145px 0px 0px 0px;
  position: relative;
}
.contact-us-form .send-message h4{
  font-weight: bold;
  color: #333333;
  margin: 0px 0px 30px 0px;
  font-size: 30px;
}
.contact-us-form .send-message .form-control{
  padding: .875rem .75rem;
}
.contact-us-form .send-message .send-btn button{
  width: 100%;
  color: #fff;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
  padding: 10px 30px;
  border: 0;
  opacity: 1;
  font-size: 14px;
  border-radius: 4px;
  transition: 0.3s;
  height: 56px;
}
.contact-us-form .send-message .send-btn button:hover{
  opacity: 0.85;
}
.location-map{
  padding: 0;
}

/* ***************************************************
                    Policy Pages css
*************************************************** */
.policy-pages h1{
  color: #000;
  font-size: 42px;
  font-weight: 700;
}
.policy-pages h2{
  color: #000;
  font-size: 32px;
  font-weight: 700;
}
.policy-pages h3{
  color: #000;
  font-size: 26px;
  font-weight: 700;
}
.policy-pages p{
  color: #000;
  font-size: 17px;
  line-height: 1.6;
  margin: 0 0 20px;
  text-align: justify;
}

/* ***************************************************
                    Responsive css
*************************************************** */
@media (max-width: 1199px) {
  .content .hero-section .hero-main-section .content-wrap h1 {
    font-size: 46px;
  }
  .admin-sec-wrap .admin-content-wrap .admin-about-wrap {
    padding: 40px;
  }
  .results-oriented .pricing-hero .pricing-hero-content {
    padding: 20px 40px;
  }
  .all-plans-include .all-plans-boxes .all-plans-include-box {
    padding: 16px;
  }
  .pricing-wrap .pricing-hero .pricing-hero-content h3 {
    font-size: 30px;
  }
  .modern-web h1 {
    font-size: 38px;
  }
  .modern-web p {
    font-size: 20px;
  }
  .human-element .human-element-content h2 {
    font-size: 32px;
  }
  .all-plans-include h1 {
    font-size: 38px;
  }
  .all-plans-include {
    padding: 60px 0px 0px 0px;
  }
  .human-element {
    padding: 90px 0px 50px 0px;
  }
  .pricing-plans {
    padding: 60px 0px 50px 0px;
  }
}
@media (max-width: 991px) {
  .btn {
    padding: 14px 16px 14px 16px;
  }
  .content .hero-section .hero-main-section .content-wrap h1 {
    font-size: 36px;
  }
  .content .hero-section .hero-main-section .content-wrap p {
    font-size: 17px;
  }
  .admin-sec-wrap .admin-content-wrap .admin-about-wrap {
    padding: 20px;
  }
  .admin-sec-wrap .admin-content-wrap .admin-about-wrap .admin-heading-title {
    font-size: 90px;
    line-height: 90px;
  }
  .admin-sec-wrap .admin-content-wrap .admin-about-wrap .admin-heading-content {
    font-size: 20px;
  }
  .content .populated-element .widget-wrap-content h2 {
    font-size: 24px;
  }
  .content .content-wrapper {
    padding: 50px 0px 30px 0px;
  }
  .footer-top {
    padding: 30px 0px 30px 0px;
  }
  .footer-top .bg-pattern svg {
    height: 200px;
  }
  .footer-top .content-get-started .card-box {
    padding: 10px 20px 16px 20px;
  }
  .footer-top .content-get-started .get-started-content h4 {
    font-size: 26px;
  }
  .footer-top .content-get-started .get-started-content p {
    font-size: 20px;
  }
  .footer-top .content-get-started .get-started-content .get-start-btn {
    margin-right: 12px;
  }
  .footer-top .content-get-started .card-box .catd-content p {
    font-size: 15px;
    line-height: 1.45;
  }
  .footer-top .content-get-started .card-box .catd-content h4 {
    margin-top: 10px;
  }
  .content .populated-element {
    padding: 30px 0px 30px 0px;
  }
  .content .content-wrapper .content-container h2 {
    font-size: 30px;
    line-height: 1.2em;
  }
  .content .hero-section {
    padding: 120px 0px 50px 0px;
  }
  .content .hero-section .hero-main-section .content-wrap p {
    margin: 0px 0px 16px 0px;
  }
  .front-footer .footer-area .footer-text-widget {
    margin-bottom: 20px;
  }
  .home-header .navbar .navbar-collapse {
    position: absolute;
    background: rgb(255, 255, 255);
    top: 100%;
    width: 100%;
    border-radius: 0 0 14px 14px;
  }
  .home-header .navbar.navbar-white .navbar-nav .nav-item .nav-link {
    color: #000;
  }
  .home-header .navbar.navbar-white .navbar-toggler .navbar-toggler-icon {
    filter: brightness(0) invert(1);
  }
  .home-header .navbar.navbar-white .navbar-nav .nav-item .btn-link {
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.65) !important;
  }
  .home-header .navbar.navbar-white .navbar-nav .nav-item .nav-link::after {
    background-color: #000;
  }
  .home-header .navbar.navbar-white .navbar-nav .nav-item.shopping a i {
    color: #000;
  }
  .home-header .navbar.navbar-white .navbar-nav .nav-item.shopping {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
  .pricing-plans .pricing-plan-box {
    padding: 30px 16px 30px 16px;
  }
  .pricing-plans .pricing-plan-box p {
    font-size: 16px;
  }
  .pricing-wrap .view-pricing .view-pricing-content {
    flex-flow: column;
    gap: 16px;
  }
  .pricing-wrap .view-pricing .view-pricing-content .view-pricing-more {
    width: 100%;
    padding: 0;
  }
  .pricing-wrap .view-pricing .view-pricing-content .view-pricing-about {
    width: 100%;
    padding: 0;
  }
  .pricing-wrap .view-pricing {
    padding: 60px 0px 30px 0px;
  }
  .results-oriented .pricing-hero .pricing-hero-content p {
    font-size: 16px;
    line-height: 1.4em;
  }
  .results-oriented .pricing-hero .pricing-hero-content h2 {
    font-size: 30px;
  }
  .pricing-wrap .pricing-hero .pricing-hero-content h3 {
    font-size: 22px;
  }
  .human-element .human-element-content h2,
  .modern-web h1 {
    font-size: 28px;
  }
  .human-element .human-element-content p,
  .modern-web p {
    font-size: 16px;
  }
  .human-element .human-element-content {
    padding: 16px;
  }
  .contact-us-form .contact-us-details ul li p{
    font-size: 20px;
  }
  .contact-us-form .contact-us-details ul li span{
    font-size: 14px;
  }
  .contact-us-form .send-message{
    padding: 25px;
  }
}
@media (max-width: 767px) {
  .content .hero-section .hero-main-section .content-wrap {
    margin-bottom: 20px;
  }
  .content .hero-section .partnership-wrap .partnership-content > * img {
    width: 40px;
    height: 40px;
  }
  .admin-sec-wrap .admin-content-wrap .admin-about-wrap .admin-heading-content {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .admin-sec-wrap .admin-content-wrap .admin-about-wrap .admin-heading-title {
    line-height: 50px;
  }
  .admin-sec-wrap .admin-content-wrap .admin-about-wrap h6 {
    font-size: 16px;
  }
  .admin-sec-wrap .admin-content-wrap .admin-about-wrap h5 {
    font-size: 16px;
  }
  .footer-top .content-get-started .card-box {
    margin-bottom: 30px;
  }
  .footer-top .content-get-started .get-started-content {
    padding: 20px 5px 0px 5px;
  }
  .populated-element .user-question .accordion .accordion-button {
    font-size: 16px;
  }
  .footer-top .content-get-started .card-box .catd-content h4 a {
    font-size: 18px;
  }
  .pricing-plans .pricing-plan-box p {
    margin-bottom: 8px;
  }
  .pricing-plans .pricing-plan-box {
    margin-bottom: 16px;
  }
  .pricing-plans h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .pricing-plans .pricing-plan-box h4 {
    font-size: 22px;
  }
  .pricing-plans .pricing-plan-box {
    padding: 20px 16px 20px 16px;
  }
  .pricing-wrap .view-pricing {
    padding: 30px 0px 20px 0px;
  }
  .pricing-wrap .view-pricing .view-pricing-content .view-pricing-about .view-pricing-wrapper {
    padding: 0;
  }
  .pricing-wrap .view-pricing .view-pricing-content .view-pricing-more h4 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .pricing-wrap .view-pricing .view-pricing-content .view-pricing-more p {
    font-size: 16px;
  }
  .pricing-wrap .view-pricing .view-pricing-content .view-pricing-more .view-pricing-btn {
    padding: 8px 14px 8px 14px;
  }
  .pricing-wrap .pricing-hero .pricing-hero-content h1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .pricing-wrap .pricing-hero .pricing-hero-content p {
    font-size: 16px;
  }
  .results-oriented .results-oriented-img {
    padding-right: 0;
  }
  .results-oriented .pricing-hero .pricing-hero-content {
    padding: 16px;
  }
  .find-out-more button {
    padding: 7px 14px 7px 14px;
  }
  .all-plans-include .all-plans-boxes .all-plans-include-box h4 {
    font-size: 18px;
  }
  .all-plans-include .all-plans-boxes .all-plans-include-box p {
    font-size: 14px;
  }
  .all-plans-include .all-plans-boxes .all-plans-include-box i {
    font-size: 30px;
  }
  .all-plans-include h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .all-plans-include {
    padding: 30px 0px 50px 0px;
  }
  .pricing-wrap .pricing-hero .pricing-hero-content .pricing-contact-us {
    text-align: center;
  }
  .contact-us-form{
    padding: 30px 0px 0px 0px;
  }
  .contact-us-form .send-message{
    margin: 0px;
  }
  .contact-us-form .contact-us-details ul li{
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .front-footer .footer-area {
    text-align: center;
  }
  .front-footer .footer-area .footer-text-widget {
    margin-bottom: 16px;
    font-size: 14px;
  }
  .front-footer .footer-area .footer-area-title {
    padding-bottom: 12px;
    margin-bottom: 24px;
  }
  .front-footer .footer-area {
    margin-bottom: 30px;
  }
  .front-footer .footer-area .th-contact-info-widget .icon-blocks .icon-block p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 140%;
  }
  .front-footer .footer-area.footer-area-3 ul li a {
    font-size: 14px;
  }
  .front-footer .footer-area.footer-area-3 ul li {
    padding: 6px 0;
  }
  .front-footer .footer-area .th-payments-widget a span {
    font-size: 14px;
  }
  .front-footer {
    padding: 40px 0 0;
  }
  .populated-element .user-question .accordion .accordion-button {
    font-size: 15px;
  }
  .footer-top .content-get-started .card-box .catd-content h4 a {
    font-size: 16px;
  }
  .footer-top .content-get-started .card-box .svg-icon {
    margin-right: 20px;
  }
  .btn {
    padding: 10px 14px 10px 14px;
  }
  .footer-top .content-get-started .get-started-content h4 {
    font-size: 22px;
  }
  .footer-top .content-get-started .get-started-content p {
    font-size: 18px;
  }
  .content .content-wrapper .content-container h2 {
    font-size: 22px;
    line-height: 30px;
    margin: 0px 0px 16px 0px;
  }
  .admin-sec-wrap .admin-content-wrap {
    flex-flow: column;
  }
  .admin-sec-wrap .admin-content-wrap .admin-about-wrap {
    width: 100%;
    order: 1;
  }
  .admin-sec-wrap .admin-content-wrap .admin-img-wrap {
    width: 100%;
  }
  .content .populated-element {
    padding: 20px 0;
  }
  .admin-sec-wrap {
    padding: 0 0 50px 0;
  }
  .content .content-wrapper .service-block {
    padding: 10px 8px;
  }
  .content .content-wrapper .content-container P {
    font-size: 15px;
  }
  .content .hero-section .hero-main-section {
    padding: 20px 0;
  }
  .content .hero-section {
    padding: 90px 0px 50px 0px;
  }
  .content .hero-section .hero-main-section .content-wrap h1 {
    font-size: 26px;
  }
  .modern-web h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
  .modern-web span {
    font-size: 14px;
    margin-bottom: 16px;
    display: block;
  }
  .modern-web {
    padding: 35px 0px 30px 0px;
  }
  .modern-web p {
    margin-bottom: 0;
  }
  .contact-us-form .send-message h4{
    margin: 0px 0px 20px 0px;
    font-size: 20px;
  }
  .contact-us-form .send-message .form-control{
    padding: .375rem .75rem;
  }
}
