@charset "UTF-8";
* {
  box-sizing: border-box;
  --moz-box-sizing: border-box;
  --webkit-box-sizing: border-box;
  font-family: "Alexandria-Regular";
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

:focus-visible {
  outline: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Alexandria-Regular";
  box-sizing: border-box;
  --moz-box-sizing: border-box;
  --webkit-box-sizing: border-box;
  background-color: #FAF9F5 !important;
}

.btn {
  border-radius: 24px !important;
  font-family: "Alexandria-Regular" !important;
  font-size: 16px !important;
  padding: 8px 22px !important;
}
.btn.btn-line {
  background-color: transparent;
  border: 2px solid #242424;
  color: #242424;
}
.btn.btn-line:hover {
  background-color: #242424;
  color: #fff;
}
.btn.btn-fill {
  background-color: #242424;
  border: 2px solid #242424;
  color: #fff;
}
.btn.btn-fill:hover {
  background-color: transparent;
  color: #242424;
}

.innerNav-logo {
  display: none;
}

.header-section {
  width: 100%;
  padding: 12px 0;
}

.header-navbar {
  width: 100%;
  position: relative;
}

.header-navbar-collapse {
  justify-content: end;
}

.headerNavbar-navUl {
  align-items: center;
  gap: 12px;
}
.headerNavbar-navUl .nav-link {
  color: #242424;
  font-family: "Alexandria-Regular";
  font-size: 16px;
  padding: 0;
}
.headerNavbar-navUl .nav-link:hover {
  color: #0058F4;
}

.navbar-brand img {
  height: 60px;
}

.headBtns {
  display: flex;
  gap: 20px;
  margin-left: 40px;
}

.mainbanner-section {
  width: 100%;
  position: relative;
}

.mainBanner-inner {
  width: 100%;
  position: relative;
}
.mainBanner-inner .row {
  align-items: center;
}

.mainBanner-text {
  width: 100%;
  position: relative;
}
.mainBanner-text h1 {
  color: #242424;
  font-family: "Gelasio-Bold";
  font-size: 52px;
}
.mainBanner-text h1 span {
  font-family: inherit;
  font-size: inherit;
  color: #0058F4;
}
.mainBanner-text .mainBanner-textInner {
  width: 100%;
  position: relative;
  display: flex;
  gap: 10px;
}
.mainBanner-text .mainBanner-textInner a {
  padding: 20px 12px;
  border-radius: 40px;
  background: #fff;
  height: fit-content;
  font-size: 28px;
  color: #5A5A5A;
  box-shadow: 0px 64px 18px 0px rgba(156, 156, 156, 0), 0px 41px 16px 0px rgba(156, 156, 156, 0.01), 0px 23px 14px 0px rgba(156, 156, 156, 0.05), 0px 10px 10px 0px rgba(156, 156, 156, 0.09), 0px 3px 6px 0px rgba(156, 156, 156, 0.1);
}
.mainBanner-text .mainBanner-textInner p {
  font-size: 18px;
  font-family: "Alexandria-Regular";
  color: #5A5A5A;
  text-align: justify;
}

.mainBanner-imgMain {
  width: 100%;
  position: relative;
  padding: 50px 0;
}

.mainBanner-imgMain:after {
  content: "";
    background-image: url(../images/banner-img/bg-texture1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 20%;
    width: 40%;
    height: -webkit-fill-available;
    z-index: 1;
}
.mainBanner-imgMain .row {
  align-items: center;
}

.mbImg-main {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 24px;
}
.mbImg-main .mbImg-1 {
  width: 60%;
  position: relative;
}
.mbImg-main .mbImg-1 img {
  width: 100%;
}
.mbImg-main .mbImg-1:after {
  content: url(../images/banner-img/tag1.svg);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, 70px);
}
.mbImg-main .mbImg-2 {
  width: 100%;
  position: relative;
}
.mbImg-main .mbImg-2 img {
  width: 100%;
}

.mbImg-3 {
  width: 100%;
  position: relative;
}
.mbImg-3 img {
  width: 100%;
}
.mbImg-3:after {
  content: url(../images/banner-img/tag2.svg);
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(40%, 10px);
}

.aboutSec-main {
  width: 100%;
  position: relative;
  margin: 30px 0;
  padding: 30px 0;
}

.aboutSec-img {
  width: 100%;
  position: relative;
}
.aboutSec-img img {
  width: 110%;
  right: 40px;
  position: relative;
}

.aboutSec-text {
  width: 100%;
  position: relative;
  padding-left: 10px;
}
.aboutSec-text h2 {
  color: #242424;
  font-family: "Gelasio-Bold";
  font-size: 42px;
  margin-bottom: 30px;
}
.aboutSec-text h2 span {
  color: #0058F4;
  font-family: inherit;
  font-size: inherit;
}
.aboutSec-text h2 span:after {
  content: "";
    position: absolute;
    left: 2%;
    top: 50px;
    width: 40%;
    height: 20px;
    border: solid 3px #000;
    border-color: #0d6efd transparent transparent transparent;
    border-radius: 230% / 90px 100px 0 0;
}
.aboutSec-text p {
  font-size: 16px;
  color: #5A5A5A;
  text-align: justify;
}

.aboutSec-text ul li {
    font-size: 16px;
    color: #5A5A5A;
    list-style-type: disc;
    margin-top: 6px;
}

.itWorks-main {
  width: 100%;
  position: relative;
  margin: 30px 0;
  padding: 30px 0;
}

.secTitle {
  width: 100%;
  position: relative;
  text-align: center;
}
.secTitle h2 {
  color: #5A5A5A;
  font-family: "Alexandria-Light";
  font-size: 34px;
}
.secTitle h2 span {
  font-family: "Alexandria-SemiBold";
  font-size: inherit;
  color: #0058F4;
}

.itWorks-inner {
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.itWorks-inner .row {
  row-gap: 30px;
}

.itWorks-sec {
  width: 100%;
  position: relative;
  height: 100%;
  border-radius: 20px;
  padding: 30px;
}
.itWorks-sec.itWorks1 {
  background: #FFE0E2;
}
.itWorks-sec.itWorks2 {
  background: #FFE8D9;
}
.itWorks-sec.itWorks3 {
  background: #FFF4D0;
}
.itWorks-sec.itWorks4 {
  background: #E4FFEA;
}
.itWorks-sec.itWorks5 {
  background: #E2F3FF;
}
.itWorks-sec.itWorks6 {
  background: #F8E8FF;
}
.itWorks-sec h2 {
    color: #242424;
    font-family: "Alexandria-SemiBold";
    font-size: 22px;
    position: relative;
    z-index: 111;
}
.itWorks-sec p {
    width: 66%;
    font-size: 14px;
    color: #5A5A5A;
    position: relative;
    z-index: 111;
}

.itWorks-img {
  width: 42%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.itWorks-img img {
  width: 100%;
}

.itWorks-bottom {
  width: 100%;
  text-align: center;
  margin-top: 55px;
}
.itWorks-bottom p {
  font-size: 20px;
  color: #5A5A5A;
  margin-bottom: 8px;
}

.testimonials-main {
  width: 100%;
  position: relative;
  margin: 30px 0;
  padding: 50px 0;
  background-color: #F7F0E8;
}

.testimonials-carousel {
  margin-top: 30px;
  width: 100%;
  position: relative;
}
.testimonials-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}
.testimonials-carousel .owl-dots .owl-dot {
  width: 28px;
  height: 10px;
  background-color: #D1C9BE;
  border-radius: 10px;
  border: 0;
  transition: 0.4s ease;
}
.testimonials-carousel .owl-dots .owl-dot.active {
  width: 50px;
  background-color: #F0BB7F;
}

.testimonials-slide {
  width: 100%;
  position: relative;
  background-color: #FAF9F5;
  padding: 30px;
  border-radius: 20px;
  height: 100%;
}

.testimonial-top {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonial-img {
  width: 80px;
  height: 80px;
  aspect-ratio: 1;
  clip-path: polygon(99.61% 56.27%, 90.12% 62.42%, 94.47% 72.85%, 83.45% 75.39%, 83.97% 86.69%, 72.75% 85.3%, 69.38% 96.09%, 59.31% 90.96%, 52.44% 99.94%, 44.74% 91.67%, 35.21% 97.76%, 30.8% 87.36%, 19.77% 89.83%, 19.18% 78.54%, 7.97% 77.09%, 11.28% 66.28%, 1.24% 61.08%, 8.05% 52.05%, 0.39% 43.73%, 9.88% 37.58%, 5.53% 27.15%, 16.55% 24.61%, 16.03% 13.31%, 27.25% 14.7%, 30.62% 3.91%, 40.69% 9.04%, 47.56% 0.06%, 55.26% 8.33%, 64.79% 2.24%, 69.2% 12.64%, 80.23% 10.17%, 80.82% 21.46%, 92.03% 22.91%, 88.72% 33.72%, 98.76% 38.92%, 91.95% 47.95%);
}
.testimonial-img img {
  width: 100%;
  object-fit: cover;
}

.testimonial-title h2 {
  color: #242424;
  font-family: "Alexandria-Bold";
  margin: 0;
  font-size: 24px;
}
.testimonial-title h6 {
  color: #5A5A5A;
  font-family: "Alexandria-Medium";
  font-size: 18px;
  margin: 0;
}

.testimonials-content {
  width: 100%;
  position: relative;
  margin-top: 16px;
}
.testimonials-content p {
  font-size: 16px;
  color: #5A5A5A;
  margin: 0;
  text-align: justify;
}
.owl-stage{
    display: flex;
}

.newsLetter-main {
  width: 100%;
  position: relative;
  margin: 30px 0;
  padding: 30px 0;
}

.newsLetter-inner {
  width: 80%;
  margin: auto;
  padding: 30px;
  background-color: #ffe384;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.newsLetter-img {
  position: relative;
  flex: none;
}
.newsLetter-img img {
  width: 100%;
}

.newsLetter-text h2 {
  font-size: 28px;
  font-family: "Alexandria-SemiBold";
  margin-bottom: 12px;
  color: #242424;
}
.newsLetter-text .pageInput {
  margin-bottom: 10px;
}
.newsLetter-text .pageInput label {
  font-size: 14px;
  margin-bottom: 2px;
}
.newsLetter-text .pageInput input {
  font-size: 12px;
  color: #5A5A5A;
  border-radius: 8px;
}
.newsLetter-text .pageInput input.btn.btn-fill {
  color: #fff;
  font-size: 14px;
}

.wpcf7-list-item-label{
  font-size: 14px;  
}
.pageInput.checkboxInput {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pageInput.checkboxInput input {
  width: 12px;
  height: 12px;
  padding: 0;
  color: #5A5A5A;
}
.pageInput.checkboxInput label {
  margin: 0;
  font-size: 14px;
}

.footer-main {
  width: 100%;
  position: relative;
  padding-top: 50px;
  background-color: #242424;
}

.foot-logo-sec {
  width: 100%;
  position: relative;
}
.foot-logo-sec img {
  height: 60px;
}

.foot-newsLetter {
  width: 100%;
  position: relative;
  margin-top: 40px;
}
.foot-newsLetter h1 {
  font-size: 14px;
  color: #fff;
}
.foot-newsLetter .foot-newsLetter-input {
  width: 90%;
  position: relative;
  background-color: #FAF9F5;
  height: 46px;
  padding: 8px 8px;
  padding-left: 14px;
  border-radius: 30px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.foot-newsLetter .foot-newsLetter-input input {
  background-color: transparent;
  border: 0;
  font-size: 16px;
  color: #5A5A5A;
  width: inherit;
}
.foot-newsLetter .foot-newsLetter-input a {
  background-color: #FFD64B;
  border-radius: 30px;
  flex: none;
  height: 34px;
  width: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5A5A5A;
  font-size: 18px;
}

.foot-links {
  width: 100%;
  position: relative;
}
.foot-links h2 {
  font-size: 20px;
  font-family: "Alexandria-SemiBold";
  color: #FFD64B;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
  width: fit-content;
}
.foot-links h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 60%;
  height: 1px;
  background-color: #FFD64B;
}
.foot-links ul {
  padding: 0;
}
.foot-links ul li {
  margin-bottom: 6px;
  list-style-type: none;
  padding-left: 18px;
}
.foot-links ul li a {
  position: relative;
  color: #F7F0E8;
  font-family: "Alexandria-Light";
  font-size: 14px;
  transition: 0.2s ease;
  padding-left: 12px;
  text-decoration: none;
}
.foot-links ul li a::before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #F7F0E8;
  position: absolute;
  left: 0;
  bottom: 50%;
  top: 50%;
  transform: translate(-50%, 0);
}
.foot-links ul li a:hover {
  padding: 0;
  transition: 0.2s ease;
}
.foot-links ul li a:hover:before {
  content: none;
}

.foot-contact {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.foot-contact a {
  width: 100%;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}
.foot-contact a:hover{
  color: #fff;
}
.foot-contact a i {
  width: 30px;
  height: 30px;
  background-color: #FFD64B;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #242424;
}

.foot-scial {
  width: 100%;
  position: relative;
  display: flex;
  gap: 10px;
}
.foot-scial a {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #FFD64B;
  font-size: 16px;
  color: #242424;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.foot-scial a:hover{
  color: #000;
}

.footer-bottom {
  width: 100%;
  position: relative;
  text-align: center;
}
.footer-bottom hr {
  background-color: #6A6A6A;
}
.footer-bottom p {
  color: #cacaca;
  font-size: 14px;
}
.footer-bottom a{
  color: #cacaca;
  font-size: 14px;
  text-decoration: none;
}
.footer-bottom a:hover{
  color: #cacaca;
  font-size: 14px;
  text-decoration: none;
}

.login-main {
  width: 100%;
  position: relative;
  margin: 50px 0;
  padding: 50px 0;
}

.login-inner {
  width: 60%;
  margin: auto;
  background-color: #F7F0E8;
  padding: 50px;
  border-radius: 20px;
  text-align: center;
}
.login-inner h1 {
  font-size: 32px;
  font-family: "Alexandria-SemiBold";
  color: #dc3545;
  margin: 0;
}
.login-inner p {
  font-size: 20px;
  color: #5A5A5A;
}

.form-text {
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 20px;
}
.form-text h6 {
  font-size: 18px;
  color: #5A5A5A;
  font-family: "Alexandria-SemiBold";
}
.form-text h6 a {
  color: #F8496C;
  font-size: inherit;
  font-family: inherit;
  text-decoration: none;
}
.form-text a {
  color: #000;
  font-size: 18px;
  font-family: "Alexandria-SemiBold";
}
.form-text p {
  font-size: 14px;
  color: #5A5A5A;
}

.login-form {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.pageInput {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
  text-align: left;
}
.pageInput label {
  font-size: 16px;
  color: #5A5A5A;
  margin-bottom: 6px;
}
.pageInput input {
  font-size: 16px;
  border: 1px solid #999999;
  width: 100%;
  background-color: #FAF9F5;
  padding: 8px 10px;
  border-radius: 8px;
}

.forgot-password {
  width: 100%;
  text-align: right;
}
.forgot-password a {
  font-size: 16px;
  color: #F8496C;
  font-family: "Alexandria-Medium";
  text-decoration: none;
}

.forgot-password a:hover {
  
  color: #F8496C;
  
}

.pageSubmit {
  width: 100%;
  text-align: center;
}

.ourStory-main {
  width: 100%;
  position: relative;
  margin: 30px 0;
}

.ourStory-inner {
  background-color: #dfebff;
  padding: 50px;
  border-radius: 30px;
}
.ourStory-inner .row{
        align-items: center;
    }

.ourStory-text {
  width: 100%;
  position: relative;
  text-align: justify;
}
.ourStory-text h2 {
  font-size: 32px;
  color: #242424;
  font-family: "Alexandria-SemiBold";
  margin-bottom: 20px;
}
.ourStory-text h2 span {
  font-size: inherit;
  font-family: inherit;
  color: #0058F4;
}
.ourStory-text p {
  font-size: 16px;
  color: #5A5A5A;
}

.ourStory-img {
   width: 100%;
    height: 100%;
    align-content: end;
}
.ourStory-img img {
  width: 100%;
}

.sectionText-main {
  width: 100%;
  position: relative;
  margin: 30px 0;
  padding: 30px 0;
}

.sectionText-inner {
  width: 70%;
  position: relative;
  margin: auto;
}
.sectionText-inner h2 {
  font-size: 32px;
  color: #242424;
  font-family: "Alexandria-SemiBold";
  margin-bottom: 20px;
}
.sectionText-inner h2 span {
  font-size: inherit;
  font-family: inherit;
  color: #0058F4;
}

.sectionText-inner p {
  font-size: 16px;
  color: #000000;
  text-align: justify;
}
.sectionText-inner h6 {
  font-size: 18px;
  font-family: "Alexandria-SemiBold";
  color: #242424;
}
.sectionText-inner ul li {
  list-style-type: square;
  margin-bottom: 10px;
}

.sister-page .mainBanner-text h1 span {
  color: #FF59F0;
}
.sister-page .aboutSec-text h2 span {
  color: #FF59F0;
}
.sister-page .aboutSec-text h2 span::after {
  border-color: #FF59F0 transparent transparent transparent;
}
.sister-page .secTitle h2 span {
  color: #FF59F0;
}
.sister-page .btn.btn-fill {
  background-color: #FF59F0;
  border: 2px solid #FF59F0;
}
.sister-page .btn.btn-fill:hover {
  border: 2px solid #FF59F0;
  background-color: transparent;
  color: #242424;
}
.sister-page .btn.btn-line {
  border: 2px solid #FF59F0;
  color: #FF59F0;
}
.sister-page .btn.btn-line:hover {
  background-color: #FF59F0;
  border: 2px solid #FF59F0;
  color: #242424;
}
.sister-page .newsLetter-inner {
  background-color: #ffe0fc;
}

.pageBanner-main {
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  margin-top: 10px;
}

.pageBanner-inner {
  width: 100%;
  height: 250px;
  position: relative;
  background-image: url(../images/pageBanner-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pageBanner-inner h2 {
  font-family: "Gelasio-Bold";
  font-size: 38px;
  color: #242424;
  position: relative;
}
.pageBanner-inner .TitleIcon::before {
  content: "👋";
  position: absolute;
  left: -59px;
  top: -10px;
  scale: 1.3;
}
.pageBanner-inner p {
  font-size: 16px;
  width: 80%;
  text-align: center;
  color: #5A5A5A;
}

.blogs-main {
  width: 100%;
  position: relative;
  margin: 30px 0;
  padding: 30px 0;
}

.blogs-inner {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.blogs-sec {
  width: 100%;
  position: relative;
}
.blogs-sec.alt {
  position: sticky;
  top: 30px;
}
.blogs-sec .blogs-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 20px;
}
.blogs-sec .blogs-img img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}
.blogs-sec .blogs-content {
  width: 100%;
  position: relative;
  padding: 20px;
  transition: 0.4s ease;
}
.blogs-sec .blogs-content h2 {
  font-size: 24px;
  font-family: "Alexandria-Bold";
  color: #0058F4;
}
.blogs-sec .blogs-content p {
  font-size: 14px;
  color: #5A5A5A;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blogs-sec .blogs-content a {
  font-size: 16px;
  font-family: "Alexandria-Medium";
  color: #242424;
  display: flex;
  align-items: center;
  gap: 2px;
  text-decoration: none;
}
.blogs-sec:hover .blogs-content {
  background-color: #fff;
  margin-top: -100px;
  border-radius: 20px;
  transition: 0.4s ease;
}

.blogDetails-main {
  width: 100%;
  position: relative;
  margin: 30px 0;
  padding: 30px 0;
}

.blogDetails-inner {
  width: 100%;
  position: relative;
}

.blogDetails-image {
  width: 100%;
  height: 400px;
  overflow: hidden;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}
.blogDetails-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogDetails-title {
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.blogDetails-title h2 {
  color: #0058F4;
  font-family: "Alexandria-SemiBold";
  font-size: 32px;
  font-weight: 700;
  position: relative;
}
.blogDetails-title ul {
  width: 100%;
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 20px;
}
.blogDetails-title ul li {
  list-style-type: none;
  position: relative;
}
.blogDetails-title ul li a {
  font-size: 16px;
  font-family: "Alexandria-Medium";
  text-decoration: none;
  color: #242424;
}
.blogDetails-title ul li:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  height: 100%;
  width: 2px;
  background-color: #F8496C;
}

.blogDetails-content {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.blogDetails-content p {
  font-size: 16px;
  color: #5A5A5A;
  margin-bottom: 20px;
}
.blogDetails-content p a {
  color: #242424;
  font-weight: 600;
}
.blogDetails-content h6 {
  font-size: 20px;
  font-weight: 700;
}

.pagination {
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}
.pagination .page-link {
  color: #242424;
}
.pagination li.page-item.active .page-link {
  background-color: #FF59F0;
  border-color: #FF59F0;
}

.faq-main {
  width: 100%;
  position: relative;
  padding: 30px 0;
  margin: 30px 0;
}

.faqSec-title {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.faqSec-title h2 {
  font-size: 32px;
  font-family: "Alexandria-SemiBold";
  color: #0058F4;
}

.faqSec-main {
  width: 100%;
  position: relative;
}

.faqSec-item {
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 0;
  border: 2px solid #F7F0E8;
  margin-bottom: 30px;
  border-radius: 20px !important;
}
.faqSec-item .faqBtn {
  width: 100%;
  text-align: left;
  background-color: #F7F0E8;
  border: 0;
  padding: 10px 20px;
  border-radius: 10px;
  font-family: "Alexandria-Medium";
  color: #242424;
  font-size: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faqSec-item .faqContent {
  width: 100%;
  padding: 20px;
}
.faqSec-item .faqContent p {
  font-size: 16px;
  color: #5A5A5A;
  margin: 0;
}

/*# sourceMappingURL=style.css.map */




/*.features-main .col-lg-6.col-md-12.col-sm-12:nth-child(2) .feature-inner .content-item-bg-1*/


/*.itWorks-main .col-lg-4.col-md-6.col-12:nth-child(3) .itWorks-inner .itWorks1{
  background: #FFF4D0 !important;
}*/

.itWorks-inner [class*="col-"]:nth-child(2) .itWorks-sec {
  background-color: #FFE8D9;
}

.itWorks-inner [class*="col-"]:nth-child(3) .itWorks-sec {
  background-color: #FFF4D0;
}

.itWorks-inner [class*="col-"]:nth-child(4) .itWorks-sec {
  background-color: #E4FFEA;
}
.itWorks-inner [class*="col-"]:nth-child(5) .itWorks-sec {
  background-color: #E2F3FF;
}
.itWorks-inner [class*="col-"]:nth-child(6) .itWorks-sec {
  background-color: #F8E8FF;
}
.wpcf7-spinner{
  display: none;
}
.link-more a{
    display: none;
}












/* sitemap design */
.sitemap {
    width: 100%;
    position: relative;
    margin: 50px 0;
}

.sitemap-link {
    width: 100%;
    margin-left: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sitemap-link:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 12px;
    height: 118%;
    width: 1px;
    display: block;
    background: #0058F4;
}

.sitemapLink-top {
    display: flex;
    justify-content: center;
    padding: 0;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.sitemapLink-top a {
    padding: 10px 16px;
    width: fit-content;
    position: relative;
    margin-bottom: 0px;
    /*font-family: 'Montserrat-SemiBold';*/
    font-size: 16px;
    display: block;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #0058F4;
    text-decoration: none;
}



.sitemapLink-top a:after {
    content: "";
    position: absolute;
    left: 75px;
    bottom: -25px;
    height: 25px;
    width: 1px;
    display: block;
    background: #0058F4;
}

.sitemapLink-top:after {
    content: "";
    position: absolute;
    left: 40px;
    top: 71px;
    height: 1px;
    width: 51%;
    display: block;
    background: #0058F4;
}

.sitemapLink-title {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.sitemapLink-title h1{
    font-size: 16px;
    color: #ffffff;
    /*font-family: "Montserrat-SemiBold";*/
    margin: 0;
    position: relative;
    width: fit-content;
    background-color: #F726F7;
    z-index: 1;
    padding: 6px 14px;
    border-radius: 6px;
}

.sitemapLink-title h1:before {
    content: "";
    position: absolute;
    left: 39px;
    top: -25px;
    height: 25px;
    width: 1px;
    display: block;
    background: #0058F4;
}

.sitemap-link a {
    padding: 4px 12px;
    width: fit-content;
    position: relative;
    margin-bottom: 0px;
    /*font-family: 'Montserrat-Medium';*/
    font-size: 12px;
    display: block;
    /*background: #fff;*/
    border-radius: 6px;
    border: 1px solid #0058F4;
    margin-left: 30px;
    margin-top: 14px;
    text-decoration: none;
}

.sitemap-link.sitemapLink-top a {
    margin-left: 0;
    text-decoration: none;
}

.sitemap-link a:after {
    content: "";
    position: absolute;
    left: -30px;
    top: 14px;
    height: 1px;
    width: 30px;
    display: block;
    background: #0058F4;
}

.sitemap-title{
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.sitemap-title h1, .sitemap-title h2{
    font-size: 35px;
    /*font-family: "Montserrat-Bold";*/
    color: #0058F4;
}

.sitemapLink-top a:hover{
    text-decoration: none;
}
.sitemap-link a:hover{
    text-decoration: none;
}

.sitemap .sitemap-col:nth-child(2) .sitemapLink-title h1 {
    background-color: #0c75a1;
}

.sitemap .sitemap-col:nth-child(3) .sitemapLink-title h1 {
    background-color: #ffbd27;
}

.sitemap .sitemap-col:nth-child(4) .sitemapLink-title h1{
    background-color: #0c75a1;
}

.sitemap .sitemap-col:nth-child(5) .sitemapLink-title h1 {
    background-color: #ffbd27;
}
.entry-footer{
    display: none;
}
/*.link-more a{*/
/*    display: none;*/
/*}*/

.filter{
        text-align: right;
}


