@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Montserrat:wght@400;500;600;700;800&family=Red+Hat+Display:wght@400;500;600;700;800&family=Roboto:wght@400;500;700;900&display=swap");

body {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
a {
  text-decoration: none;
}
header.site-header a.nav-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #000 !important;
}
.bannersec .banner-content p {
	font-size: 18px;
	font-weight: 500;
}
.theme-clr {
  color: #cba135 !important;
}
header.site-header a.nav-link.active,
header.site-header a.nav-link:hover {
  color: #cba135 !important;
}
header.site-header a.nav-link.nav-btn {
  border-radius: 10px;
  border: 1px solid #cba135;
  padding: 0 20px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cba135 !important;
  letter-spacing: 0.1em;
}
header.site-header a.nav-link.nav-btn.login {
  background: #cba135;
  color: #fff !important;
}
header.site-header a.nav-link.nav-btn:hover {
  background: #cba135 !important;
  color: #fff !important;
}
header.site-header a.nav-link.nav-btn.login:hover {
  background: transparent !important;
  color: #cba135 !important;
}
a.navbar-brand img {
  max-height: 100px;
  width: 70%;
  object-fit: contain;
}
footer .logo img {
  width: 100%;
  max-width: 150px;
}
footer.site-footer .copyright {
  border-top: 1px solid #dbe2e9;
}
footer.site-footer p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #000000;
}
footer.site-footer a {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
}
.address-detail span {
  height: 20px;
  width: 20px;
  position: relative;
top: 4px;
}
.form-check input[type="checkbox"] {
  position: relative;
  top: 3px;
}
.chckbox-cstm .form-check {
  position: relative;
  top: 2px;
}
section.newsletter .newsletter-wrp input, section.newsletter .newsletter-wrp p {
  border: 2px solid #cba135;
  min-height: 96px;
  border-radius: 0;
  padding: 30px;
  background: #e9ecef;
}
section.newsletter .newsletter-wrp input::placeholder, section.newsletter .newsletter-wrp p {
  font-weight: 500;
  font-size: 20px;
  color: #444444;
  background: #e9ecef;
}
section.newsletter .newsletter-wrp .btn-wrp {
  top: 42%;
  transform: translateY(-50%);
  right: 15px;
}
section.newsletter .newsletter-wrp .btn-wrp button {
  background: #dbe2e9;
  border-radius: 5px;
  height: 45px;
  font-weight: 400;
  font-size: 14px;
  padding: 0 30px;
}
section.newsletter .newsletter-wrp .btn-wrp div:first-child button {
  background: #444444;
  color: #fff;
}
.section-header h2 {
  color: #cba135;
  font-weight: 700;
  font-size: 50px;
}
section.support .section-header h2 {
  text-shadow: 0px 4px 11px rgb(0 0 0 / 20%);
}
section.support .cstm-card p {
  color: #697888;
font-weight: 500;
text-align: justify;
line-height: 20px;
font-size: 14px;
}
footer h2.big-head:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 8px;
  width: 100px;
  background: #dbe2e9;
}
section.reviews .review-wrp > li {
  width: 33.33%;
}
section.reviews .review-wrp .cstm-card {
  /* clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); */
  height: 100%;
  width: 100%;
  /* background: #dbe2e9; */
  max-width: 900px;
  margin: 0 auto;
}
section.reviews .review-wrp li > .img-wrp {
  position: relative;
  z-index: 9;
  margin-bottom: -70px !important;
}
section.reviews .review-wrp li > .img-wrp img {
  height: 140px;
  width: 140px;
  object-fit: cover;
  margin: 0 auto;
}
section.reviews .review-wrp li .cstm-card .inner {
  padding-top: 100px !important;
  padding: 20px 60px;
  padding-bottom: 20px !important;
}
section.reviews .review-wrp li .cstm-card .name-wrp img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* z-index: -1; */
  top: 0;
  transform: translateY(-50%);
}
.rating li {
  max-width: max-content;
}
section.reviews .review-wrp li:nth-child(odd) .cstm-card .inner {
  background-color: #fff;
  /* clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); */
}
section.reviews .review-wrp.desktop-screen > li:nth-child(2),
section.reviews .review-wrp.desktop-screen > li:nth-child(5) {
  /* margin-top: 30%; */
  top: 200px;
}
section.reviews .review-wrp .cstm-card .left-icon {
  top: 0;
  left: 0;
}
section.reviews .review-wrp .cstm-card .right-icon {
  bottom: 0;
  right: 0;
  transform: scaleX(-1);
}
section.reviews {
  margin-bottom: 50px;
}
.btn-check:focus + .btn, .btn:focus {
  box-shadow: none !important;
}
h6.foot-head {
  font-size: 20px;
  line-height: 22px;
}
section.support .cstm-card {
  max-width: 350px;
  margin: 0 auto;
}
section.prblm-solution:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 90%;
  width: 100%;
  background: #cba135;
  z-index: -1;
}
/* section.prblm-solution {
  margin-bottom: 150px;
} */
section.prblm-solution .content-wrpper {
  box-shadow: -4px 6px 8px 1px rgb(0 0 0 / 10%);
  /* right: 0; */
  height: 100%;
  /* top: 50px; */
}
section.prblm-solution .second-img-wrp {
  padding-left: 80px;
}
section.prblm-solution.prblm-solving-new::after {
  height: 100%;
}
section.prblm-solution .content-wrpper .inner {
  max-width: 600px;
  margin: 0 auto;
}
section.prblm-solution .content-wrpper h6 {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}
section.reviews .review-wrp.desktop-screen > li:nth-child(3n+3) {
  right: 110px;
}
section.reviews .review-wrp.desktop-screen > li:last-child {
  right: 110px;
}

section.reviews .review-wrp.desktop-screen > li:nth-child(1),
section.reviews .review-wrp.desktop-screen > li:nth-child(3n+4) {
  left: 110px;
}
section.reviews .review-wrp.desktop-screen > li:nth-child(4),
section.reviews .review-wrp.desktop-screen > li:nth-child(6) {
  /* margin-top: -30%; */
  /* top: -200px; */
}
section.reviews .review-wrp > li.bottom {
  display: flex;
  flex-direction: column-reverse;
}
section.reviews .review-wrp li.bottom .cstm-card .inner {
  padding-bottom: 100px !important;
  padding-top: 20px !important;
}
section.reviews .review-wrp li.bottom .img-wrp {
  margin-top: -70px !important;
  margin-bottom: unset !important;
}
section.reviews .review-wrp li .cstm-card .name-wrp h6 {
  font-weight: 700;
  font-size: 18px;
}
section.bannersec h2.banner-head {
  color: #637c95;
  font-weight: 700;
  font-size: 70px;
}
section.bannersec .banner-content .btn {
  background: #2a7fd5;
  border-radius: 12px;
  height: 50px;
  padding: 0 30px;
  color: #fff;
  /* max-width: 222px; */
}
/* section.bannersec .tab-content-cstm .inner {
  width: 33.33%;
  flex-shrink: 0;
}
section.bannersec .tab-content-cstm .inner .tab-btn {
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 99;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
} */
section.bannersec .tab-content-cstm .tab-btns {
  top: 0;
  height: 100%;
  z-index: 9;
  width: 100%;
}
section.bannersec .tab-content-cstm .tab-btns > li {
  width: 33.333%;
  cursor: pointer;
  height: 145px;
}
section.bannersec .tab-content-cstm .tab-btns > li:nth-child(2) {
  top: -60px;
}
section.bannersec .tab-content-cstm .tab-btns > li:nth-child(5) {
  top: 60px;
}
section.bannersec .tab-content-cstm .tab-btns > li:nth-child(1),
section.bannersec .tab-content-cstm .tab-btns > li:nth-child(4) {
  left: 30px;
}
section.bannersec .tab-content-cstm .tab-btns > li:nth-child(3),
section.bannersec .tab-content-cstm .tab-btns > li:nth-child(6) {
  right: 30px;
}
section.bannersec .tab-content-cstm .tab-btns > li:nth-child(4),
section.bannersec .tab-content-cstm .tab-btns > li:nth-child(6) {
  bottom: 40px;
}
section.bannersec .tab-content-cstm .tab-btns > li:nth-child(1),
section.bannersec .tab-content-cstm .tab-btns > li:nth-child(3) {
  top: 40px;
}
section.bannersec .tab-content-cstm .sub-logo {
  top: 50%;
  transform: translateY(-50%);
  height: 140px;
}
section.bannersec .tab-content-cstm .tab-btns .content {
  /* background: #ffffff;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  width: 300px;
  border-radius: 15px;
  padding: 15px;
  transform: translateY(-40%);
  opacity: 0;
  transition: 0.4s;
  z-index: 99;
  display: none; */

  background: #ffffff;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  width: 300px;
  border-radius: 15px;
  padding: 15px;
  transform: translateY(-40%);
  transition: 0.4s;
  z-index:10;
  display:inline;
  position:absolute;
  top:50px;
  opacity:0;
  overflow:auto;
}
section.bannersec .tab-content-cstm .tab-btns > li svg:hover + .content, section.bannersec .tab-content-cstm .tab-btns > li img:hover + .content {
  opacity: 1;
  display: block;
}
section.prblm-solution .container.position-absolute {
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1320px;
}
section.prblm-solution .content-wrpper.overlap-div {
  top: -50px;
  left: 50px;
  box-shadow: 7px -6px 8px 1px rgba(0, 0, 0, 0.1);
}
section.prblm-solution .second-img-wrp img {
  transform: scaleX(-1);
}
section.bannersec .tab-content-cstm .tab-btns .content h6 {
  color: #585857;
  font-weight: 700;
  font-size: 30px;
}
section.bannersec .tab-content-cstm .tab-btns .content li p {
  color: #868a83;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}
section.bannersec .tab-content-cstm .tab-btns .content span.bullet-point {
  top: -5px;
}
section.reviews .review-wrp .cstm-card .inner > p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section.reviews .small-screen {
  display: none !important;
}
section.bannersec .tab-content-cstm .tab-btns > li > svg {
  width: 70px;
  height: 70px;
}
section.login-wrp .login-card {
  box-shadow: -8px 3px 12px 2px rgb(0 0 0 / 7%);
  border-bottom: 8px solid #c9a13f;
  padding: 40px 15px;
}
section.login-wrp .login-card .inner {
  max-width: 720px;
  margin: 0 AUTO;
}
label.form-label {
  color: #676767;
}
.icon-with-field {
  background: #ededed;
}
.icon-with-field span.icon-div {
  height: 60px;
  width: 100px;
  border-right: 1px solid #b8b8b8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
section.signup .icon-with-field span.icon-div,
.icon-with-field.icn-text span.icon-div {
  width: 300px;
  justify-content: start;
  padding-left: 20px;
}
input.file-box {
  height: 100%;
  opacity: 0;
}
.icon-with-field input.form-control,
.icon-with-field select {
  height: 60px;
}
.form-control:focus,
.form-select:focus {
  box-shadow: unset;
}
.chckbox-cstm input.form-check {
  accent-color: #58bb50;
  border-color: #58bb50 !important;
  background-color: #58bb50 !important;
}
section.login-wrp .login-card .btn-wrp .btn,
section.signup .btn-wrp .btn {
  background: #2a7fd4;
  border-radius: 5px;
  color: #fff;
  height: 55px;
  width: 100%;
  max-width: 213px;
}
section.signup .btn-wrp .btn {
  background-color: #212121;
  max-width: 175px;
}
a.form-link {
  color: #868a83;
}
.sign-head {
  z-index: 9;
}
.sign-head label {
  color: #868a83;
  letter-spacing: 3px;
  font-weight: 600;
}
.sign-head:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 100%;
  z-index: -1;
  background: #efbd3d;
}
section.signup .inner > * {
  width: 100%;
}
section.signup p {
  color: #868a83;
}
.icon-with-field span.icon-div label , .icon-with-field.icn-text textarea::placeholder{
  color: #676767;
  font-weight: 600;
}
textarea{
  resize: none;
}
section.signup .img-wrpper img {
  object-fit: cover;
}
section.signup .form-wrp {
  box-shadow: -8px 3px 12px 2px rgb(0 0 0 / 7%);
}
section.signup .form-wrp .inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 0px;
}
.common-btn {
  background: #cba135;
  border-radius: 5px;
  color: #fff;
  height: 50px;
  padding: 0 30px;
  min-width: 150px;
}
section.contact-us .contact-info {
  background: #000000;
  border-radius: 20px;
  padding: 30px;
  overflow: hidden;
}
section.contact-us .contact-info ul span.icn {
  width: 30px;
  text-align: center;
}
.sub-head {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
section.faq div.accordion {
  border: 2px solid #b7b8b9;
  padding: 30px;
}
section.faq div.accordion button.accordion-button {
  font-weight: 500;
  color: #000;
  box-shadow: unset;
}
section.faq
  div.accordion
  .accordion-item:not(:last-child)
  button.accordion-button {
  border-bottom: 2px solid #b7b8b9;
}
section.faq
  div.accordion
  .accordion-item
  button.accordion-button:not(.collapsed) {
  color: #cba135;
  border-bottom: 0;
}
section.faq div.accordion .accordion-body {
  font-size: 14px;
  line-height: 26px;
}
section.faq div.accordion button.accordion-button:after {
  /* accent-color: #ffffff; */
  filter: contrast(0.5);
}
footer.site-footer a:hover {
  color: #d0a641;
  transition: 0.4s;
}
section.counter .card-cstm h2 {
  font-weight: 500;
  font-size: 50px;
}
section.counter .card-cstm h2 span {
  font-weight: 700;
}
section.counter .card-cstm p {
  font-weight: 600;
  font-size: 20px;
}
section.counter .row > div:not(:last-child) .card-cstm {
  border-right: 3px solid #ffe49d;
}
section.counter .card-cstm {
  max-width: 90%;
}
section.who-we-are img.graphic {
  right: 0;
  bottom: 0;
  height: 90%;
  z-index: -1;
}
section.meet-founder .cstm-card .img-wrp {
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  height: 360px;
  padding: 23px;
  background: #fff;
  /* max-width: 420px; */
}
section.meet-founder .cstm-card {
  max-width: 420px;
  margin: 0 auto;
}
section.meet-founder .cstm-card .img-wrp:hover .inner img {
  transform: scale(1.1);
}
section.meet-founder .cstm-card .founder-body img.quote {
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
}
section.meet-founder .cstm-card .founder-body {
  z-index: 9;
}
section.meet-founder .cstm-card .founder-body {
  border-top: 2px solid #ffffff;
}
section.meet-founder .cstm-card .founder-body a {
  color: #7c8997;
  font-weight: 600;
}
section.meet-founder .cstm-card .founder-header h6.name {
  font-weight: 700;
  font-size: 25px;
}
section.meet-founder .cstm-card .founder-header h6.name span {
  font-weight: 500;
  font-size: 23px;
}
section.meet-founder .cstm-card .img-wrp .inner img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transition: 0.4s;
}
section.meet-founder .cstm-card .founder-body > p.ellipses {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
section.meet-founder .cstm-card .founder-body > p {
  line-height: 26px;
  font-weight: 500;
  color: #000;
  text-align: left;
}
section.contact-us .contact-info .img-fluid.position-absolute {
	bottom: -40px;
	opacity: 0.3;
	right: -20px;
	width: 240px;
}
section.meet-founder .cstm-card .img-wrp .inner {
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  height: 100%;
}
.common-btn:hover {
  color: #fff;
  background: #212529;
  transition: 0.4s;
}
.common-btn.bg-dark:hover {
  background: #cba135 !important;
}
section.meet-founder .cstm-card .founder-body a:hover,
a:hover {
  color: #c9a13f;
  transition: 0.4s;
}
.our-story-slider .cstm-card {
  box-shadow: 0px 4px 9px rgb(0 0 0 / 9%);
  z-index: 9;
}
.our-story-slider .cstm-card:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 250px;
  top: 0;
  right: 0;
  background: #efbd3d;
  z-index: -1;
}
.our-story-slider .cstm-card:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 11px;
  transform: translateY(-100%);
  width: 62px;
  background: #fff0c8;
}
.our-story-slider .cstm-card h2.date {
  color: #a6a6a6;
  font-weight: 400;
  font-size: 55px;
  top: 30px;
}
.our-story-slider .cstm-card .content-wrpper h6 {
  font-weight: 700;
  font-size: 30px;
}
.our-story-slider .cstm-card .content-wrpper p {
  color: #67727d;
  font-weight: 500;
}
.our-story-slider .cstm-card .content-wrpper {
  padding-top: 95px;
}
.our-story-slider .slick-arrow, .reviews .slick-arrow {
  top: unset;
  bottom: 0;
  left: 20px;
  height: 30px;
  width: 30px;
}
.our-story-slider .slick-arrow:before, .reviews .slick-arrow:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/up.png);
}
.our-story-slider .slick-arrow.slick-next, .reviews .slick-arrow.slick-next {
  bottom: -30px;
  transform: rotate(180deg);
}
.reviews .slick-arrow {
  bottom: -70px;
}
.reviews .slick-arrow.slick-next {
  bottom: -55px !important;
}
section.benefits .cstm-card {
  max-width: 430px;
}

section.benefits .cstm-card .img-wrp {
  flex-shrink: 0;
}
section.benefits .cstm-card .content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
section.benefits .cstm-card .img-wrp img {
  width: 100px;
  object-fit: contain;
}
section.benefits .common-btn {
  letter-spacing: 3px;
  font-size: 14px;
}
.common-btn:hover span.icon-wrp {
  transition: 0.4s;
}
.common-btn:hover span.icon-wrp {
  transform: translateX(-10px);
}
section.newsletter.newsletter2 .newsletter-wrp input {
  border-color: #fff;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  height: 80px;
}
section.newsletter.newsletter .newsletter-wrp .btn-wrp div:first-child button {
  background: #cba135;
}
.section-header h6 {
  font-weight: 500;
  font-size: 20px;
}
section.img-with-text p {
  font-weight: 500;
  font-size: 18px;
}
section.img-with-text .section-header h6 {
  color: #a67b0c;
}
section.bannersec .banner-content .btn:hover {
  background: #c9a13f;
  transition: 0.4s;
}
.navbar-toggler:focus {
  box-shadow: unset;
}
.file-input {
  display: inline-block;
  text-align: left;
  background: transparent;
  padding: 0 10px;
  width: 100%;
  position: relative;
  border-radius: 3px;
}

.file-input > [type='file'] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input > .button {
	display: inline-block;
	cursor: pointer;
	background: transparent;
	padding: 0px 10px;
	border-radius: 5px;
	margin-right: 5px;
	border: 1px solid #d0a641;
}

.file-input:hover > .button {
  background: #d0a641 !important;
  color: #fff;
}

.file-input > .label {
  color: #333;
  white-space: nowrap;
  opacity: .3;
}

.file-input.-chosen > .label {
  opacity: 1;
}
section.price-chart .cstm-card {
  padding: 20px;
  border-radius: 20px;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
section.price-chart .cstm-card img.top-label {
  max-width: 75px;
  width: 100%;
}
section.price-chart .cstm-card .price-chart-price h2 {
  color: #000;
  font-weight: 600;
  font-size: 32px;
}
section.price-chart .cstm-card .price-chart-price span {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.icon-with-field.icn-text .icon-div2 {
  padding-top: 20px;
}
 .icon-div2 {
  left: 15px;
}
.social-links a i {
	font-size: 20px !important;
	color: #697888;
	/*padding-right: 5px;*/
  line-height: 20px
}
.our-story-slider .slick-arrow, .reviews .slick-arrow {
  right: 0;
  margin: 0 auto;
}
.our-story-slider .slick-arrow.slick-prev, .reviews .slick-arrow.slick-prev {
  left: -25px;
}
.our-story-slider .slick-arrow.slick-next , .reviews .slick-arrow.slick-next{
  bottom: 14px;
  right: -25px;
}
span.tooltip {
  z-index:10;
  padding:14px 20px;
  width:auto;
  line-height:16px;
  display:inline;
  position:absolute;
  top:50px;
  color:#111;
  border:1px solid #dca;
  background:#fffAF0;
  border-radius:4px;
  box-shadow: 5px 5px 8px #CCC;
  opacity:0.5;
  overflow:auto;
}
footer.site-footer p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000 !important;
  text-align: left;
}
.tooltip sup {
  font-size: 10px !important;
  vertical-align: super;
}
.cstm-card sup {
  font-size: 8px !important;
  vertical-align: super;
}
.img-with-text h2 sup {
  font-size: 12px;
  vertical-align: super;
}
.img-with-text p sup {
  font-size: 10px;
  vertical-align: super;
}