/* Google fonts_link */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900|Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Krona+One&display=swap');
/* Google fonts_link */

/* Icons Library */
@import url('https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css');
@import url('https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/* Icons Library */
@import url('../css/bootstrap.css');
@import url('../css/animate.css');
@import url('../css/jquery.fancybox.min.css');
@import url('../css/slick.css');
@import url('../css/xicon.css');
@import url('../css/variables.css');
@import url('../css/mobile-nav.css');


/* Customs_fonts */
@import url(../fonts/rosiebrown/stylesheet.css);
@import url(../fonts/signatie/stylesheet.css);

.krona-one-regular {
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#jqcheck {
  background: #fff9d7;
  text-align: center;
  color: #333;
  padding: 10px 0px;
  font-size: 13px;
  font-weight: bold;
  position: fixed;
  z-index: 9991;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  margin: 0px;
  padding: 0px;
}

/* text selection color */
::-moz-selection {
  background: var(--primary-color);
  color: var(--theme-white);
  text-shadow: none;
}

::selection {
  background: var(--primary-color);
  color: var(--theme-white);
  text-shadow: none;
}

/* browser scroller style */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  background-color: #ecedf1;
  -webkit-border-radius: 0px;
  border-left: 1px solid #888;
}

::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: var(--primary-color);
}

body {
  font-family: var(--base-font-family);
  color: var(--default-color);
  font-size: var(--base-font-size);
}

.ff-primary {
  font-family: var(--base-font-family);
}

.ff-secondary {
  font-family: var(--secondary-font-family);
}

.fc-primary {
  color: var(--primary-color);
}

.fc-secondary {
  color: var(--secondary-color);
}

.fc-dark {
  color: var(--dark-color);
}

.fc-lite {
  color: var(--lite-color);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  margin: 0;
  padding: 0;
}

h1,
.h1,
h2,
.h2 {
  font-family: var(--heading-font-family-primary);
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--secondary-font-family);
}

h2,
.h2 {
  font-size: 6.7vmin;
}

h3,
.h3 {
  font-size: var(--font-size-h3);
}

h4,
.h4 {
  font-size: var(--font-size-h4);
}

h5,
.h5 {
  font-size: var(--font-size-h5);
}

h6,
.h6 {
  font-size: var(--font-size-h6);
}

p {
  font-size: var(--base-font-size);
}

p {
  font-weight: 400;
  line-height: 22px;
  padding: 0 0 20px;
  margin: 0px;
}

/*** no padding, no marging ***/
.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

p strong {
  color: black;
}

p span {
  color: black;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

img {
  border: 0px;
  outline: none;
}

/*img { max-width: 100%;  }*/
ul,
li {
  list-style-type: none;
}

.relative {
  position: relative;
}

h2,
.h2 {
  color: #333333;
  /* line-height: 1; */
  font-weight: 600;
  padding: 0 0 15px 0;
  position: relative;
  /* letter-spacing: -1px; */
}

h2 span,
.h2 span {
  color: var(--primary-color);
}

a {
  text-decoration: none;
}

.list-simple {
  list-style: none;
  margin: 0 0 15px 0;
  width: 100%;
  display: inline-block;
}

.list-simple li {
  color: #0f0b1f;
  padding: 0 0 10px 16px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.list-simple li:before {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 13px;
  color: var(--secondary-color);
  content: "\e93a";
  font-family: 'icomoon' !important;
}

/*** morefull block link ***/
.moreFull {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}

/*** transition ***/
.transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*** scale with transition ***/
.scale-with-transition {
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

/* Theme Button css */

.themebtn:hover {
  background: var(--primary-color);
  transform: translate(0px, -10px);
  color: var(--bg-dark);
}

.themebtn {
  background: white;
  display: inline-block;
  width: fit-content;
  transition: all .300s ease-in-out;
  padding: 16px 50px;
  font-size: 18px;
  color: var(--headings-color);
  font-family: 'Montserrat';
  font-weight: 600;
  box-shadow: 0 0 8px #7977778a;
  border-radius: 9px;
}

.darkthemebtn {
  background: var(--primary-color);
  color: white;
}

.darkthemebtn:hover {
  background: var(--secondary-color);
  color: black;
}

a.Outline---Btn {
  border: 1px solid #0000009c;
  color: black;
  padding: 12px 20px;
}

/* Theme Button css */
.theme-btn.primary-btn {
    transition: all .300s ease-in-out;
    display: inline;
    width: fit-content;
    background: var(--gradient-1);
    color: white;
    padding: 10px 20px;
    font-size: 17px;
    border-radius: 10px 0px 10px 10px;
    border: 2px solid transparent;
}

.theme-btn.secondary-btn {
    display: inline;
    width: fit-content;
    background: var(--gradient-2);
    color: white;
    padding: 10px 40px;
    position: relative;
    font-size: 17px;
    border-radius: 10px 0px 10px 10px;
    border: 2px solid transparent;
    transition: all .300s ease-in-out;
}

.theme-btn.primary-btn:hover, a.theme-btn.secondary-btn:hover {
    background: transparent;
    border-color: var(--primary-color);
    color: var(--primary-color);
    transform: translate(0px, -10px);
}

.theme-btn.secondary-btn:hover:before{
    background: var(--primary-color);
}
/* theme css End */
/* Header Custom Styles */
.main-header {
  font-family: 'Montserrat', Arial, sans-serif;
  position: relative;
}


.header-nav ul li a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: var(--primary-color);
    bottom: 0;
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0px);
    transition: all .6s ease-in-out;
}

.header-nav ul li a:hover:before {
    width: 100%;
}
.header-top {
  background: var(--gradient-1);
  color: #fff;
  padding: 9px 19px;
  position: absolute;
  z-index: 10;
  right: 0;
  width: 80%;
  box-shadow: 0px 10px 0 var(--secondary-color);
}
.header-top .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  height: 44px;
}
.header-contact {
  display: flex;
  align-items: center;
  font-size: 16px;
  gap: 18px;
}
.header-contact i {
  margin-right: 6px;
}
.header-contact .divider {
  margin: 0 10px;
  color: #fff;
  opacity: 0.7;
}
.header-main {
  background: #fff;
  box-shadow: 0 2px 8px #0000000a;
  padding: 57px 2px 26px 2px;
}
.header-flex {
  padding: 0 30px 3px 137px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.header-logo .logo-text {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.1;
  color: #222;
  letter-spacing: -1px;
  font-family: 'Montserrat', Arial, sans-serif;
}
.header-nav ul {
  display: flex;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 42px 0 0 0;
}
.header-nav ul li a {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
  padding: 4px 0;
  position: relative;
}
.header-nav ul li a:hover {
  color: var(--primary-color);
}
.header-nav .dropdown > a i {
  margin-left: 4px;
  font-size: 13px;
}
.header-icons {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 40px 0 0 10px;
}
.header-icons .search-icon {
  color: #676666;
  font-size: 36px;
}
.header-icons .google-icon img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f5f5f5;
}
.header-buttons {
  display: flex;
  gap: 10px;
  padding: 40px 0 0 0px;
}
.header-btn {
  background: var(--gradient-1);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 10px;
  padding: 11px 14px;
  text-decoration: none;
  transition: background 0.2s;
  border: none;
  display: inline-block;
  position: relative;
}
.header-btn.provider {
  margin-right: 0;
  border-top-right-radius: 0;
}
.header-btn.home {
  background: var(--gradient-2);
  border-radius: 0 14px 0 0px;
}
.header-btn:hover {
  background: var(--secondary-color);
  color: #222;
}

.header-top::before {
    position: absolute;
    content: "";
    width: 32px;
    height: 100%;
    clip-path: polygon(17% 0, 100% 0%, 100% 100%, 47% 100%);
    background: var(--primary-color);
    top: 0;
    left: -22px;
    z-index: 888;
}

.header-top::after {
    position: absolute;
    content: "";
    width: 32px;
    height: 100%;
    clip-path: polygon(17% 0, 100% 0%, 100% 100%, 47% 100%);
    background: var(--secondary-color);
    top: 10px;
    left: -31px;
}
/* Header Css end */

/* banner css begin */
.banner-area {
    position: relative;
}

.ban-img {
    width: 100%;
    height: 880px;
}

.ban-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: -10px;
    bottom: 50%;
    transform: translate(10px, -50%) !important;
    width: 770px;
    height: 620px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ffffff69;
    backdrop-filter: blur(2px);
    gap: 5px;
    padding: 90px;
}

.banner-content h3 {
    font-size: 25px;
    font-family: poppins;
    color: #000000;
    font-weight: 300;
    text-transform: uppercase;
}

.banner-content h2 {
  font-size: 61px;
  font-family: "Krona One", sans-serif;
  font-weight: 100;
  color: var(--primary-color);
  text-transform: uppercase;
}

.banner-content p {
    font-size: 20px;
    font-family: 'Poppins';
    color: #333;
    font-weight: 300;
}
.banner-content h2 span {
  color: black;
}
/* banner css end  */


/* about us css begin */
.about-img-wrapper {
  position: relative;
  /* display: inline-block; */
}
.about-img-border {
  position: absolute;
  top: -10px; left: -10px; right: -10px; bottom: -10px;
  border: 5px solid var(--secondary-color);
  border-radius: 50%;
  z-index: 1;
  pointer-events: none;
}
.about-img {
  position: relative;
  z-index: 2;
}
.about-img-wrapper {
    width: 85%;
    height: 650px;
    z-index: 1;
    border-radius: 100%;
    /* overflow: hidden; */
    margin: 0 auto;
    background: white;
    position: relative;
}

.about-img-wrapper img {
    width: 100%;
    height: 90%;
    object-fit: cover;
    border-radius: 100%;
}

.about-img-wrapper:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 90%;
    background: transparent;
    z-index: -1;
    left: -30px;
    border: 8px solid var(--secondary-color);
    border-radius: 100%;
    top: -11px;
}

section.about-section {
    padding: 90px 0 80px 0 !important;
    position: relative;
}

.about-content p {
    font-size: 14px;
    font-family: 'Poppins';
    line-height: normal;
}

.about-content h2 {
    font-family: 'Krona One';
    font-size: 51px !important;
    font-weight: 300 !important;
}
.about-content h2 span {
    color: var(--secondary-color);
}
/* about us css end */

/* why choose us css begin */
.why-choose-section {
  background: #e3f5ff;
  padding: 70px 0 70px 0 !important;
}
.why-subtitle {
  color: black;
  font-size: 1.1rem;
  letter-spacing: 1px;
  font-weight: 500;
}
.why-title {
  font-family: 'Krona One';
  font-size: 3rem;
  font-weight: 700;
  color: #111;
}
.why-desc {
  color: #222;
  font-size: 1.1rem;
  font-weight: 400;
}
.why-feature {
  background: transparent;
  padding: 0 50px 0 0;
  position: relative;
  margin: 58px 0 60px 0 !important;
}
.why-feature-icon {
  background: var(--gradient-1);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  width: 100px;
  height: 104px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-feature-title {
  font-size: 1.25rem;
  font-weight: 300;
  color: #0a0a0a;
  line-height: 1.2;
  font-family: 'Krona One';
  padding: 13px 0 0 0;
}
.why-feature-line {
  border: none;
  border-top: 2px solid #bbb;
  width: 100%;
  margin: 8px 0 0 0;
  height: 4px !important;
  background: black;
}
.why-feature-arrow a span {
  display: inline-block;
  background: var(--gradient-2);
  color: #fff;
  font-size: 2rem;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 57px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.why-feature-arrow a span::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 100%;
    left: 0;
    transform: scale(0);
    transition: all .300s ease-in-out;
    z-index: -1;
}

.why-feature-arrow a:hover span::before {
    transform: scale(1);
    color: white;
}


.why-img-wrapper {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 24px #0001;
  width: 100%;
  height: 432px;
  margin: 0 0 -52px 0;
}
.why-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}
.why-stats-row {
  background: var(--gradient-2);
  border-radius: 24px;
  padding: 53px 44px;
  margin-top: 48px;
  gap: 18px;
  flex-wrap: wrap;
}
.why-stat-box {
  flex: 1 0 140px;
  min-width: 100px;
  margin: 0 10px;
  z-index: 9;
  position: relative;
  text-align: left !important;
  padding: 0 0 0 20px;
  width: 180px !important;
}
.why-stat-num {
  font-size: 2.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
  font-family: 'Montserrat';
}
.why-stat-label {
  color: #e3f5ff;
  font-size: 13px;
  font-weight: 500;
  font-family: 'Krona One';
}
.why-stat-btn-box {
  min-width: 160px;
}
.why-contact-btn {
  background: #fff;
  color: black;
  font-weight: 600;
  border-radius: 12px 0px 12px 12px;
  padding: 14px 38px;
  position: relative;
  font-size: 1.1rem;
  box-shadow: 0 4px 16px #0001;
  border: none;
  transition: background 0.2s, color 0.2s;
  font-family: 'Montserrat';
  transition: all .300s ease-in-out;
}
.why-contact-btn:hover {
  background: var(--primary-color);
  color: #fff;
  transform: translate(0px, -10px);
}
section.why-choose-section.py-5 .title-sec {
    width: 50%;
}
.featured-box {
    width: 100%;
}

.why-stat-box::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: white;
    left: -20px;
    z-index: -1;
    opacity: 0.2;
}
/* why choose us css end */

/* cta css begin */
.cta-sec {
  position: relative;
  height: 540px;
  overflow: hidden;
}

.cta-bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-bg-img {
    position: absolute;
    height: 540px;
    width: 100%;
}
.cta-content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    position: relative;
    flex-direction: column;
}

.cta-content h2 {
    font-size: 36px;
    font-family: 'Krona One';
    font-weight: 200;
    text-transform: capitalize;
}

.cta-content h2 span {
    display: block;
    font-size: 60px;
    color: black;
}

.cta-content a {
    font-size: 25px;
    font-family: 'Poppins';
    color: black;
}

.cta-content a span {
    width: 80px;
    height: 80px;
    background: white;
    display: inline-block;
    text-align: center;
    line-height: 80px;
    border-radius: 100%;
    font-size: 33px;
    margin: 0 0 0px 12px;
    position: relative;
    z-index: 1;
}

.cta-content a span::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--secondary-color);
    border-radius: 100%;
    left: 0;
    transform: scale(0);
    transition: all .300s ease-in-out;
    z-index: -1;
}

.cta-content a:hover span::before {
    transform: scale(1);
    color: white;
}

.cta-content a:hover span {
    color: white;
}
.cta-sec .col-lg-6:last-child .cta-content a span {
    background: var(--gradient-1);
    color: #fff;
}
/* cta css end */
/* services section css begin */
.section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 70px 0;
}

section.our-services-section {
    padding: 60px 0 60px 0;
}

.section-title h2 {
    font-size: 60px;
    font-family: 'Krona One';
}

.section-title a {
    font-size: 19px;
    font-family: 'Poppins';
    color: black;
}

.section-title a span {
    width: 80px;
    height: 80px;
    background: var(--gradient-2);
    display: inline-block;
    text-align: center;
    line-height: 80px;
    border-radius: 100%;
    font-size: 33px;
    margin: 0 0 0px 12px;
    position: relative;
    z-index: 1;
    color: white;
}

.section-title a span::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    border-radius: 100%;
    left: 0;
    transform: scale(0);
    transition: all .300s ease-in-out;
    z-index: -1;
}

.section-title a:hover span::before {
    transform: scale(1);
}
.section-title h2 span {
  color: #3705ff;
}
.service-img {
    width: 100%;
    height: 260px;
    border-radius: 10px;
    overflow: hidden;
}

.service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s ease;
}

.service-content h4 {
    font-size: 16px;
    font-family: 'Krona One';
    font-weight: 200;
}

.service-content p {
    font-size: 11px;
    line-height: normal;
    font-family: 'Poppins';
    padding: 11px 0 0 0;
}

.service-content {
    padding: 10px 0 0 12px;
}

.service-main:hover .service-img img {
    transform: scale(1.3);
}
.service-main {
    padding: 0 0 71px 0;
}
/* services section css end */


/* blogs css begin */
section.blogs .section-title {
    flex-direction: column;
    gap: 0;
}
section.blogs .section-title h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Poppins';
    padding: 0 0 20px 0;
}

section.blogs .section-title h2 span {
    color: var(--primary-color);
}

section.blogs .section-title p {
    text-align: center;
}
.blog-content {
    margin: -70px 15px 0 15px;
    background: #dff3fe;
    padding: 27px;
    border-radius: 11px;
    z-index: 99999;
    position: relative;
    transition: all .300s ease;
}

.blog-content h5 {
    font-size: 15px;
    font-family: 'Poppins';
}

.blog-content h5 i {
    margin: 0 6px 0 0;
    color: var(--primary-color);
}

.blog-content h3 {
    font-size: 24px;
    font-family: 'Krona One';
    padding: 12px 0 10px 0;
}

.blog-content p {
    font-size: 15px;
    font-family: 'Poppins';
}

.blog-content a {
    font-size: 17px;
    border-bottom: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-weight: 700;
    font-family: 'Montserrat';
}

.blog-img {
    width: 100%;
    border-radius: 21px;
    height: 450px;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 100%;
    transition: all .300s ease-in-out;
    object-fit: cover;
}

.blogs-main:hover img {
    transform: scale(1.3);
}

.blogs-main:hover .blog-content {
    background: #ced8fc;
}

.blogs-main:hover .blog-content h5, .blogs-main:hover .blog-content h5 i, .blogs-main:hover .blog-content h3, .blogs-main:hover .blog-content p,.blogs-main:hover .blog-content a {
    color: #000000;
}

.blogs-main:hover .blog-content a {border-bottom-color: #000000;}

.blogs-main {
    cursor: pointer;
}
section.blogs {
    padding: 70px 0 70px 0;
    background: url(../images/blogs-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.size-xx {
    padding: 14px 70px !important;
    font-size: 18px !important;
}
/* blogs css end */

/* testimonials css begin */
section.testimonials {
    padding: 90px 0 100px 0;
    background: #dff3fe;
}
.testimonials-content {
    width: 810px;
    margin: 0 auto;
}

.testimonials-content ul li p {
    font-size: 30px;
    font-family: 'Poppins';
    line-height: normal;
    text-align: center;
}

ul.user-info {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.user-img {
    width: 110px;
    height: 110px;
}

.user-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-detail h5 {
    font-size: 25px;
    font-family: 'Montserrat';
}

.user-detail span {
    font-size: 15px;
    font-family: 'Roboto';
    padding: 0 0 20px 0;
    display: inline-block;
}

.user-detail {
    text-align: center;
    display: none;
}
.userss-info{
  width: 150px;
  padding: 110px 0 0 0;
}
span.qoutes {
    display: block;
    font-size: 85px;
    text-align: center;
    color: #ced8fc;
}

.testimonials-content button.slick-prev.slick-arrow {
    position: absolute;
    left: -80px;
    top: 25%;
    font-size: 0;
    border: 0;
}

.testimonials-content button.slick-prev.slick-arrow::before {
    content: "<";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #ced8fc;
    color: white;
    font-size: 26px;
    border-radius: 100%;
}

.testimonials-content button.slick-next.slick-arrow {
    position: absolute;
    right: -59px;
    top: 25%;
    font-size: 0;
    border: 0;
}

.testimonials-content button.slick-next.slick-arrow::before {
    content: ">";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #ced8fc;
    color: white;
    font-size: 26px;
    border-radius: 100%;
}
ul.slider-nav.slick-initialized.slick-slider {
    width: 710px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
}
li.slick-slide.slick-current.slick-active.slick-center .user-detail {
    display: block;
}

li.slick-slide.slick-current.slick-active.slick-center .user-img {
    width: 100%;
    height: 150px;
    box-shadow: -7px -7px 0 0 #00000070;
}

li.slick-slide.slick-current.slick-active.slick-center .userss-info {
    padding: 0;
}

ul.slider-nav::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 140px;
    background: #dff3fe;
    right: 0;
    z-index: 9999;
    bottom: 0;
}
/* testimonials css end*/

/* contact section css begin */
.contact-info {
    align-items: self-start;
}

.contact-info p {
    text-align: left !important;
}

.contact-img {
    height: 685px;
    width: 100%;
    overflow: hidden;
    padding: 0 0 0 40px;
}

.contact-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.form form input {
    width: 100%;
    height: 50px;
    margin: 0 0 24px 0;
    padding: 10px;
    background: #ffffff5c;
    border: 1px solid #AFAFAF;
    border-radius: 5px;
    font-size: 17px;
    font-family: 'Poppins';
}

.form form textarea {
    width: 100%;
    height: 100px;
    margin: 0 0 24px 0;
    padding: 10px;
    background: #ffffff5c;
    border: 1px solid #AFAFAF;
    border-radius: 5px;
    font-size: 17px;
    font-family: 'Poppins';
    resize: none;
}
/* contact section css end */


/* footer css begin */
.main-footer {
  background: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  padding: 60px 0 20px 0;
}
.footer-logo {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.1;
  color: #111;
}
.footer-about {
  color: #222;
  font-size: 13px;
  margin-top: 18px;
  font-family: 'Poppins', Arial, sans-serif;
  padding: 0 60px 0 0;
}
.footer-title {
  font-family: 'Krona One';
  font-weight: 700;
  font-size: 1.2rem;
  color: #111;
}
.footer-links li,
.footer-contact li,
.footer-social li {
  margin-bottom: 10px;
  font-size: 16px;
  padding: 0 0 0 12px;
  position: relative;
}
.footer-links a {
  color: #111;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s;
  font-family: 'Montserrat', Arial, sans-serif;
}
.footer-links a:hover {
  color: var(--primary-color);
}
.footer-contact i {
  color: var(--primary-color);
  margin-right: 8px;
  font-size: 1.1rem;
  width: 20px;
  text-align: center;
  position: absolute;
  left: -4px;
  top: 5px;
}
.footer-contact strong {
  font-weight: 600;
  color: #111;
}
.footer-social a {
  color: black;
  font-weight: 500;
  font-family: 'Montserrat', Arial, sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  transition: color 0.2s;
}
.footer-social a:hover {
  color: #222;
}
.footer-social i {
  font-size: 1.5rem;
  margin-right: 10px;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 8px 10px;
  border-radius: 100%;
}
.footer-divider {
  border-top: 1px solid #eee;
}
.footer-bottom {
  color: #222;
  font-size: 18px;
  font-family: 'Poppins';
  letter-spacing: 1px;
}
ul.footer-contact.list-unstyled li {
    font-size: 18px;
    padding: 0 0 0 25px;
}

ul.footer-links.list-unstyled li a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: var(--primary-color);
    bottom: 0;
    transition: all .6s ease;
}

ul.footer-links.list-unstyled li a {
    position: relative;
}

ul.footer-links.list-unstyled li a:hover:before {
    width: 100%;
}


.footer-social a:hover {color: var(--primary-color);}

.footer-social a:hover i {
    background: var(--primary-color);
    color: white;
}

section.why-choose-section.py-5 .d-flex.align-items-center.justify-content-between.mb-4 a.theme-btn.secondary-btn {
    padding: 15px 50px;
}
/* footer css end */
a.header-btn.provider:before {
    position: absolute;
    content: "";
    width: 20px;
    background: #00000021;
    height: 20px;
    right: -7px;
    top: -10px;
    border-radius: 3px;
}



.about-content p:nth-child(1) {
    font-size: 23px;
    font-family: 'Montserrat';
}


.theme-btn.secondary-btn::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #ffffff33;
    right: -2px;
    top: -2px;
    border-radius: 0 0 0 15px;
}

.why-feature-arrow.ms-auto {
    position: absolute;
    right: 51px;
    bottom: 33px;
}


a.btn.why-contact-btn:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #ffffff26;
    right: -10px;
    top: -8px;
}


.testimonials-content button.slick-next.slick-arrow:hover:before {
    background: var(--primary-color);
}
section.about-section:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 200px;
    background: url(../images/shape01.jpg);
    right: 50px;
    z-index: 999;
    top: 310px;
}

/* care find css begin */
.care-img.mb-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.care-img.mb-3 {
    height: 270px;
    width: 100%;
}
section.banner-inner {
    padding: 120px 0 1px 0;
    background: var(--gradient-1);
}

section.banner-inner .section-title.mb-5.aos-init.aos-animate {
    text-align: center !important;
    justify-content: center;
}

section.banner-inner .section-title.mb-5.aos-init.aos-animate h2 {
    color: white;
}
/* care find css end */
/* article css begin */
.article-section {
  background: #f7fbff;
}
.article-title {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #222;
}
.article-meta {
  font-size: 1rem;
  color: #555;
  gap: 18px;
}
.article-meta i {
  color: #7b5cff;
  margin-right: 6px;
}
.article-img img {
  border-radius: 18px;
  box-shadow: 0 4px 24px #0001;
}
.article-content h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #222;
  margin-top: 28px;
  margin-bottom: 12px;
}
.article-content p, .article-content ul {
  color: #444;
  font-size: 1.08rem;
  line-height: 1.7;
}
.article-content ul {
  padding-left: 18px;
}
.article-sidebar {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px #0001;
  padding: 28px 22px;
}
.sidebar-title {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #222;
}
.sidebar-list li {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.sidebar-link {
  color: #7b5cff;
  font-weight: 500;
  text-decoration: none;
  font-family: 'Montserrat', Arial, sans-serif;
  display: block;
  margin-bottom: 4px;
  transition: color 0.2s;
}
.sidebar-link:hover {
  color: #222;
}
.sidebar-date {
  color: #888;
  font-size: 0.95rem;
}
.sidebar-date i {
  margin-right: 4px;
  color: #7b5cff;
}
/* article css end */
/* care giver css begin */
.caregiver-jobs-section {
  background: #f7fbff;
}
.job-card {
  transition: box-shadow 0.2s, transform 0.2s;
}
.job-card:hover {
  box-shadow: 0 8px 32px #7b5cff22;
  transform: translateY(-8px) scale(1.02);
}
.care-type-icon.mb-3 i.fa.fa-home {
    font-size: 66px;
}
/* care giver css end */

/* types of care css begin */
.care-type-card  .care-type-icon i {
    font-size: 60px;
    color: var(--primary-color);
}

.care-type-card h4 {
    font-family: 'Krona One';
}

.care-type-card p {
    font-family: 'Open Sans';
}

.care-type-card {
    border: 2px solid var(--primary-color);
    border-radius: 20px;
    transition: all .300s ease-in-out;
    cursor: pointer;
}
.care-type-card:hover .care-type-icon i {
    color: white;
}

.care-type-card:hover  h4 {
    color: white;
}

.care-type-card:hover p {
    color: white;
}

.care-type-card:hover {
    background: var(--gradient-1) !important;
    transform: translate(0px, -10px);
}


/*======================================
   Login & Register & My Account CSS
========================================*/
.alert-success {
    color: #ffffff;
    background-color: #00b894;
    border-color: #00b894;
}

.alert-danger {
    color: #FFF;
    background-color: #ff4949;
    border-color: #ff4949;
}

.section{
	padding-top: 80px;
	padding-bottom: 50px;
}

.section-heading{
	text-align: center;
	font-weight: 600;
	margin-bottom: 60px;
	color: var(--primary-color);
	position: relative;
	line-height: 24px;
}

.section-heading::after{
	content: '';
    width: 60px;
    height: 6px;
    background: var(--primary-color);
    border-radius: 10px;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

#auth{
	padding: 60px 0px;
}

.login_register{
	background: #ffffff;
    padding: 50px;
    box-shadow: 1px 3px 10px #d8d8d8;
}

.login_register .form-control {
	height: auto;
    display: block;
    width: 100%;
   	padding: 15px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #CCC;
    border-radius: .25rem;
    margin-top: 15px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.login_register .form-control:focus{
	outline: none;
	-webkit-box-shadow: none;
    box-shadow: none;
	border: 1px solid #000;
}

.login_register .btn-login{
	display: block;
    background: #FFF;
    padding: 18px 50px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
	transition: all 0.3s;
	width: 100%;
	margin-top: 30px;
}
.login_register .btn-login:hover{
    background: var(--primary-color);
    color: #FFF;
}

.login_register .right_link{
	color: var(--primary-color);
	margin-top: 15px;
	transition: all 0.3s;
	display: inline-block;
}

.login_register .right_link:hover{
	text-decoration: underline;
}

.create-account-link{
	color: var(--primary-color);
	display: inline-block;
	margin-top: 15px;
	transition: all 0.3s;
}

.create-account-link:hover{
	color: var(--primary-color);
	text-decoration: underline;
}

.customer_dashboard{
	box-shadow: 0 0 4px 0 #e9e9e9;
}

.customer_dashboard{
	box-shadow: 0 0 4px 0 #d0cfcf;
}

.customer_dashboard .nav-tabs li.nav-item a {
    text-align: left;
    padding: 12px 20px;
    border-radius: 0;
    border-bottom: 1px solid #efefef;
    color: #2b2f4c;
}
.customer_dashboard .nav-tabs li.nav-item a.active{
	background: #1d2224;
	color: #FFF;
}
.customer_dashboard .nav-tabs li.nav-item a i {
    margin-right: 8px;
    vertical-align: middle;
}

.dashboard_content .card-header {
    background-color: #1d2224;
    border-color: #1d2224;
    padding: 14px 20px;
}

.dashboard_content .card-header > h4 {
	font-size: 16px;
	color: #FFF;
	font-weight: 400;
	margin: 0;
}

.account_details .form-control {
	height: auto;
    display: block;
    width: 100%;
   	padding: 15px;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #CCC;
    border-radius: .25rem;
    margin-top: 15px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.account_details .form-control:focus{
	outline: none;
	-webkit-box-shadow: none;
    box-shadow: none;
	border: 1px solid #000;
}

.account_details .btn-login{
    background: #FFF;
    padding: 18px 50px;
    border: 1px solid #303952;
    color: #303952;
	transition: all 0.3s;
	margin-top: 30px;
}
.account_details .btn-login:hover{
    background: #303952;
    color: #FFF;
}
.btn-add-address{
	color: #FFF !important;
	padding: 6px 16px;
	display: inline-block;
	font-size: 14px;
	border: 1px solid #FFF;
	border-radius: 50px;
}

/********** Responsive **********/
@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 991px) {
    .article-title { font-size: 1.5rem; }
  .article-sidebar { padding: 18px 10px; }
}

@media only screen and (max-width: 767px) {}