/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Theme Default
		1.2 Common Classes
		1.3 Default Spacing

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Back to top
		2.2 Theme Settings
		2.3 Buttons
		2.4 Background 
		2.5 Offcanvas
		2.6 Breadcrumb
		2.7 Section Title
		
	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1

  ---------------------------------
	  04. MENU CSS
	---------------------------------
		4.1 Main menu css
		4.2 Mobile css

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style 1

	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 About css
		7.2 Contact css
		7.3 Counter css
		7.4 FAQ css
		7.5 Feature css
		7.6 Login css
		7.7 NDIS css
		7.8 Services css
		7.9 Testimonial css


**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&amp;family=Inter:wght@400;500;600;700&amp;family=Lexend:wght@400;500;600;700;800&amp;display=swap");
@import url(./responsive.scss);
.mean-container .mean-nav ul li > a.mean-expand i,
.backTop-wrapper,
a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.prime-btn-border-2 svg {
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.header-cv-btn svg,
.slc-pagination ul li a svg,
.slc-pagination ul li span svg,
.prime-btn svg,
.prime-btn-3 svg,
.slc-theme-toggle-main span svg {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

/* transform */
:root {
  /**
  @font family declaration
  */
  --sl-ff-body: 'DM Sans', sans-serif;
  --sl-ff-heading: 'Lexend', sans-serif;
  --sl-ff-p: 'DM Sans', sans-serif;
  --sl-ff-inter: 'Inter', sans-serif;
  --sl-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --primary-color: #144b57;
  --secondary-color: #9bcfcc;
  --tertiary-color: #b9d5ac;
  --black-color: #000000;
  --white-color: #ffffff;
}

.primaryClr {
  color: var(--primary-color) !important;
}

.primaryBg {
  background-color: var(--primary-color) !important;
}

.secondaryClr {
  color: var(--secondary-color) !important;
}

.secondaryBg {
  background-color: var(--secondary-color) !important;
}

.tertiaryClr {
  color: var(--tertiary-color) !important;
}

.tertiaryBg {
  background-color: var(--tertiary-color) !important;
}

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

.whiteBg {
  background-color: var(--white-color) !important;
}

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

/*---------------------------------
	typography css start 
---------------------------------*/
html._html {
  overflow: hidden;
}

body {
  font-family: var(--sl-ff-body);
  font-size: 16px;
  font-weight: normal;
  color: var(--black-color);
  line-height: 1.2;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--sl-ff-heading);
  color: var(--sl-heading-orange);
  margin-top: 0px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}

h1 {
  font-size: 50px !important;
  font-weight: 700;
}

h2 {
  font-size: 40px !important;
  font-weight: 700;
}

h3 {
  font-size: 32px !important;
}

h4 {
  font-size: 28px !important;
}

h5 {
  font-size: 20px !important;
}

h6 {
  font-size: 16px !important;
}

.py100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.my50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.my20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.fw700 {
  font-weight: 700 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw400 {
  font-weight: 400 !important;
}

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

p {
  font-family: var(--sl-ff-p);
  font-size: 16px;
  font-weight: 400;
  color: var(--sl-text-body);
  margin-bottom: 15px;
  line-height: 26px;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=url],
textarea {
  outline: none;
  background-color: #fff;
  height: 56px;
  width: 100%;
  line-height: 56px;
  font-size: 14px;
  color: var(--black-color);
  padding-left: 26px;
  padding-right: 26px;
  border: 1px solid #E0E2E3;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #95999D;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+  Edge*/
  color: #95999D;
}

input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  /* MODERN BROWSER */
  color: #95999D;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
  /* MODERN BROWSER */
  color: #95999D;
}

[dir=rtl] input[type=text],
[dir=rtl] input[type=email],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=number],
[dir=rtl] input[type=password],
[dir=rtl] input[type=url],
[dir=rtl] textarea {
  text-align: right;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=url]:focus,
textarea:focus {
  border-color: var(--black-color);
}

input[type=text]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=url]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

input[type=text]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=url]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

input[type=text]:focus::-ms-input-placeholder,
input[type=email]:focus::-ms-input-placeholder,
input[type=tel]:focus::-ms-input-placeholder,
input[type=number]:focus::-ms-input-placeholder,
input[type=password]:focus::-ms-input-placeholder,
input[type=url]:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  opacity: 0;
}

input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  line-height: 1.4;
  padding-top: 17px;
  padding-bottom: 17px;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

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

::-moz-selection {
  background: var(--black-color);
  color: var(--white-color);
  text-shadow: none;
}

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

*::-webkit-input-placeholder {
  color: var(--black-color);
  font-size: 14px;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: var(--black-color);
  font-size: 14px;
  opacity: 1;
}

*::-ms-input-placeholder {
  color: var(--black-color);
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: var(--black-color);
  font-size: 14px;
  opacity: 1;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img img {
  width: 100%;
}

.m-img img {
  max-width: 100%;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.z-index-1 {
  z-index: 1;
}

.z-index-11 {
  z-index: 11;
}

.overflow-y-visible {
  overflow-x: hidden;
  overflow-y: visible;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.include-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.flexAlign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container {
  max-width: 1180px;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body_Overlay {
  background-color: var(--black-color);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.body_Overlay:hover {
  cursor: url("../img/icon/cross-out.png"), pointer;
}

.body_Overlay.opened {
  opacity: 0.7;
  visibility: visible;
}

/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.backTop-wrapper {
  position: fixed;
  right: 50px;
  bottom: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  .backTop-wrapper {
    right: 20px;
    bottom: 20px;
  }
}

.backTop-wrapper.back-to-top-btn-show {
  visibility: visible;
  opacity: 1;
  bottom: 50px;
}

.back-to-top-btn {
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: var(--primary-color);
  -webkit-box-shadow: 0px 8px 16px rgba(253, 107, 54, 0.3);
          box-shadow: 0px 8px 16px rgba(253, 107, 54, 0.3);
  border: 2px solid var(--white-color);
  color: var(--white-color);
  border-radius: 50%;
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.back-to-top-btn svg {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.back-to-top-btn:hover {
  background-color: var(--tertiary-color);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  border-color: var(--primary-color);
  color: var(--primary-color);
}

/*----------------------------------------*/
/*  2.2 Theme Settings
/*----------------------------------------*/
.slc-theme-settings-area {
  position: fixed;
  top: 50%;
  left: 0;
  width: 240px;
  background-color: #fff;
  border: 1px solid #EAEAEF;
  -webkit-transform: translateY(-50%) translateX(-100%);
  transform: translateY(-50%) translateX(-100%);
  z-index: 991;
  direction: ltr;
  border-bottom-right-radius: 4px;
}

.slc-theme-settings-area.settings-opened {
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}

.slc-theme-settings-area.settings-opened .slc-theme-settings-gear {
  opacity: 0;
}

.slc-theme-settings-area.settings-opened .slc-theme-settings-close {
  opacity: 1;
}

.slc-theme-settings-open {
  position: absolute;
  top: -1px;
  left: 100%;
}

.slc-theme-settings-open button {
  background-color: var(--white-color);
  border: 1px solid #EAEAEF;
  border-left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 24px;
  color: var(--black-color);
  position: relative;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.slc-theme-settings-gear {
  display: inline-block;
  -webkit-animation: slc-theme-setting-spin 4s linear infinite;
          animation: slc-theme-setting-spin 4s linear infinite;
}

@-webkit-keyframes slc-theme-setting-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes slc-theme-setting-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.slc-theme-settings-close {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.slc-theme-header-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
}

.slc-theme-wrapper {
  padding: 20px 30px 30px;
}

.slc-theme-toggle {
  text-align: center;
}

.slc-theme-toggle-main {
  display: inline-block;
  width: 74px;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 5px;
  border-radius: 100px;
}

.slc-theme-toggle-light,
.slc-theme-toggle-dark {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  color: #D9D9D9;
}

.slc-theme-toggle-light.active,
.slc-theme-toggle-dark.active {
  color: var(--black-color);
}

.slc-theme-toggle input {
  display: none;
}

.slc-theme-toggle:hover {
  cursor: pointer;
}

.slc-theme-toggle label {
  color: var(--white-color);
  font-size: 14px;
  font-weight: 500;
}

.slc-theme-toggle label:hover {
  cursor: pointer;
}

.slc-theme-toggle #slc-theme-toggler {
  display: none;
}

.slc-theme-toggle #slc-theme-toggler:checked + i {
  right: calc(50% - 4px);
}

.slc-theme-toggle-slide {
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  height: 26px;
  color: var(--black-color);
  background-color: var(--white-color);
  border-radius: 30px;
  -webkit-transform: translate3d(0, 0);
  transform: translate3d(0, 0);
  -webkit-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}

.slc-theme-dir {
  text-align: center;
}

.slc-theme-dir-main {
  display: inline-block;
  width: 160px;
  margin: auto;
  position: relative;
  z-index: 1;
  background-color: #f0f0f5;
  padding: 4px;
  border-radius: 20px;
}

.slc-theme-dir-ltr,
.slc-theme-dir-rtl {
  display: inline-block;
  width: 48%;
  height: 26px;
  line-height: 26px;
}

.slc-theme-dir input {
  display: none;
}

.slc-theme-dir:hover {
  cursor: pointer;
}

.slc-theme-dir label {
  color: var(--black-color);
  font-size: 14px;
  font-weight: 500;
}

.slc-theme-dir label:hover {
  cursor: pointer;
}

.slc-theme-dir #slc-dir-toggler {
  display: none;
}

.slc-theme-dir #slc-dir-toggler:checked + i {
  right: calc(50% - 4px);
}

.slc-theme-dir-slide {
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  height: 26px;
  color: var(--black-color);
  background-color: var(--white-color);
  border-radius: 30px;
  -webkit-transform: translate3d(0, 0);
  transform: translate3d(0, 0);
  -webkit-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: -1;
}

.slc-theme-color-item.active button::before {
  opacity: 1;
  visibility: visible;
}

.slc-theme-color-btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
}

.slc-theme-color-btn::before {
  position: absolute;
  content: "\f00c";
  font-weight: 600;
  font-family: var(--sl-ff-fontawesome);
  color: var(--white-color);
  font-size: 16px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  opacity: 0;
  visibility: hidden;
}

.slc-theme-color-btn.slc-color-settings-btn[data-color="#F50963"] {
  background-color: #F50963;
}

.slc-theme-color-btn.slc-color-settings-btn[data-color="#008080"] {
  background-color: #008080;
}

.slc-theme-color-btn.slc-color-settings-btn[data-color="#F31E5E"] {
  background-color: #F31E5E;
}

.slc-theme-color-btn.slc-color-settings-btn[data-color="#AB6C56"] {
  background-color: #AB6C56;
  color: black;
}

.slc-theme-color-btn.slc-color-settings-btn[data-color="#4353FF"] {
  background-color: #4353FF;
}

.slc-theme-color-btn.slc-color-settings-btn[data-color="#3661FC"] {
  background-color: #3661FC;
}

.slc-theme-color-btn.slc-color-settings-btn[data-color="#2CAE76"] {
  background-color: #2CAE76;
}

.slc-theme-color-btn.slc-color-settings-btn[data-color="#FF5A1B"] {
  background-color: #FF5A1B;
}

.slc-theme-color-btn.slc-color-settings-btn[data-color="#03041C"] {
  background-color: #03041C;
}

.slc-theme-color-btn.slc-color-settings-btn[data-color="#ED212C"] {
  background-color: #ED212C;
}

.slc-theme-color-input {
  margin-top: 15px;
}

.slc-theme-color-input h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

.slc-theme-color-input label {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--sl-theme-1);
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.slc-theme-color-input label:hover {
  cursor: pointer;
}

.slc-theme-color-input input {
  display: none;
}

/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/
.prime-btn {
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  background-color: var(--primary-color);
  padding: 20px 40px;
  color: var(--white-color);
  border: 1px solid var(--primary-color);
}

.prime-btn:hover {
  color: var(--primary-color);
  background-color: transparent;
}

.prime-btn-2 {
  /* for home one slider */
  background-color: var(--primary-color);
  color: var(--white-color);
  display: inline-block;
  padding: 27px 46px;
  border: 0;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}

.prime-btn-2:hover {
  background-color: var(--black-color);
  color: var(--white-color);
}

.prime-btn-3 {
  /* for home one slider */
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  background-color: var(--sl-theme-primary);
  padding: 20px 42px;
  color: var(--white-color);
  border: 1px solid var(--sl-theme-primary);
}

@media (max-width: 767px) {
  .prime-btn-3 {
    padding: 20px 20px;
  }
}

.prime-btn-3:hover {
  color: var(--sl-theme-primary);
  background-color: transparent;
}

@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}

@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}

.theme-bg {
  background-color: var(--primary-color);
}

.theme-bg2 {
  background-color: var(--secondary-color);
}

/*----------------------------------------*/
/*  2.5 Offcanvas
/*----------------------------------------*/
@media (max-width: 767px) {
  .offcanvas-btn {
    padding-top: 0;
  }
}

.offcanvas__sec {
  position: fixed;
  right: 0;
  top: 0;
  width: 450px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
          transform: translateX(calc(100% + 80px));
  background: var(--white-color) none repeat scroll 0 0;
  -webkit-transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  transition: opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out, -webkit-transform 0.45s ease-in-out;
  z-index: 1000;
}

.offcanvas__sec::-webkit-scrollbar {
  display: none;
}

.offcanvas__sec.offcanvas-opened {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

@media (max-width: 767px) {
  .offcanvas__sec {
    width: calc(100% - 50px);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offcanvas__sec {
    width: 350px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
  .offcanvas__top {
    margin-bottom: 40px;
  }
}

.offcanvas__wrapper {
  position: relative;
  padding: 50px 40px 145px;
  z-index: 1;
  min-height: 100%;
}

@media (max-width: 767px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}

.offcanvas__content {
  padding: 50px 30px 145px 30px;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.offcanvas__close {
  position: absolute;
  top: 25px;
  left: -75px;
  z-index: 1002;
}

@media (max-width: 767px) {
  .offcanvas__close {
    left: -45px;
  }
}

.offcanvas__close-btn {
  display: inline-block;
  font-size: 16px;
  height: 50px;
  width: 50px;
  line-height: 40px;
  background-color: var(--tertiary-color);
  color: var(--primary-color);
  border-radius: 50%;
}

@media (max-width: 767px) {
  .offcanvas__close-btn {
    height: 40px;
    width: 40px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offcanvas__close-btn {
    height: 40px;
    width: 40px;
  }
}

.offcanvas__close-btn:hover {
  background-color: var(--sl-theme-primary);
  color: var(--white-color);
  opacity: 0.8;
}

.offcanvas__close-btn:hover svg {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.offcanvas__close-btn svg {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.offcanvas__inner h4 {
  font-size: 24px;
  color: var(--white-color);
  line-height: 1.3;
  margin-bottom: 15px;
}

.offcanvas__inner p {
  font-family: var(--sl-ff-inter);
  font-size: 16px;
  line-height: 22px;
  color: var(--white-color);
  margin-bottom: 30px;
}

.offcanvas__inner > img {
  margin-bottom: 30px;
}

.offcanvas__menu ul li {
  list-style: none;
  margin-bottom: 10px;
}

.offcanvas__menu ul li:last-child {
  margin-bottom: 0;
}

.offcanvas__menu ul li a {
  font-weight: 700;
  font-size: 20px;
  color: var(--black-color);
}

.offcanvas__menu ul li:hover > a {
  color: var(--sl-theme-primary);
}

.offcanvas__text p {
  font-family: var(--sl-ff-inter);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: var(--black-color-4);
  margin-bottom: 25px;
}

.offcanvas__contact-call {
  font-weight: 700;
  font-size: 20px;
  color: var(--sl-heading-orange);
  margin-bottom: 5px;
}

.offcanvas__contact-call a:hover {
  color: var(--sl-theme-primary);
}

.offcanvas__contact-mail {
  font-weight: 400;
  font-size: 16px;
  color: var(--sl-text-1);
}

.offcanvas__contact-mail a:hover {
  color: var(--sl-theme-primary);
}

.offcanvas__social {
  margin-bottom: 22px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--sl-heading-orange);
}

.offcanvas__social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  background: transparent;
  color: var(--sl-heading-orange);
  margin-right: 5px;
  border: 2px solid var(--sl-heading-orange);
}

.offcanvas__social a:hover {
  background: var(--sl-theme-primary);
  color: var(--white-color);
  border-color: var(--sl-theme-primary);
}

.offcanvas__btn {
  margin-bottom: 80px;
}

.offcanvas__btn a {
  margin-bottom: 20px;
}

.offcanvas__info-item {
  margin-bottom: 38px;
}

.offcanvas__info-item-title {
  font-weight: 700;
  font-size: 18px;
  color: var(--white-color);
  margin-bottom: 12px;
}

.offcanvas__info-item p {
  font-size: 16px;
  color: var(--sl-text-16);
  margin-bottom: 0;
  line-height: 22px;
}

.offcanvas__info-item p a:hover {
  color: var(--sl-theme-primary);
}

.offcanvas-open-btn {
  height: 40px;
  width: 45px;
  background-color: var(--primary-color);
  line-height: 1;
  text-align: center;
}

.offcanvas-open-btn i {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 400;
}

/*----------------------------------------*/
/*  2.6 Breadcrumb
/*----------------------------------------*/
.breadcrumb-bg {
  position: relative;
  z-index: 1;
  padding-top: 120px;
  padding-bottom: 120px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.breadcrumb-bg::before {
  content: "";
  background-color: var(--primary-color);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.breadcrumb-bg.contact {
  background-position: top;
}

.breadcrumb {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  margin-bottom: 0 !important;
  color: var(--white-color);
  width: 60%;
  gap: 10px;
}

.breadcrumb .prime-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--black-color);
  color: var(--white-color);
}

.breadcrumb .prime-btn:hover {
  background-color: var(--tertiary-color);
  color: var(--black-color);
}

.breadcrumb-title {
  font-family: var(--sl-ff-body);
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0px;
}

.breadcrumb-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb-link span {
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
}

.breadcrumb-link span i {
  font-size: 14px;
}

.ndis-sec {
  position: relative;
  z-index: 1;
}

.ndis-sec ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.ndis-sec ul i {
  color: var(--primary-color);
}

.ndis-sec .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.ndis-sec .container p {
  margin-bottom: 10px;
}

.ndis-sec .container h2,
.ndis-sec .container h4 {
  margin-bottom: 0;
}

.ndis-sec .container img {
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  display: inline-block;
  margin-bottom: 10px;
}

/*----------------------------------------*/
/*  2.7 Section Title
/*----------------------------------------*/
.sections-subtitle {
  color: var(--primary-color);
  font-family: var(--sl-ff-inter);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.65px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.sections-title {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sections-title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sections-title {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .sections-title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .sections-title br {
    display: none;
  }
}

.sections p {
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  text-transform: capitalize;
  margin-bottom: 0;
}

.sections.fs-40 .sections-title {
  color: var(--white-color);
}

.sections.fs-40 p {
  color: #fff;
}

/*----------------------------------------*/
/*  3.1 Header Style
/*----------------------------------------*/
.header-sec {
  background-color: var(--white-color);
}

.header-logo img,
.offcanvas__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}

.header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-hamburger {
  height: 16px;
  line-height: 16px;
}

.header-hamburger .slc-hamburger-btn {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.header-top-social a {
  color: var(--white-color);
  font-size: 14px;
}

.header-top-social a svg {
  fill: var(--white-color);
  width: 15px;
  height: 15px;
}

.header-top-social a:hover {
  color: var(--tertiary-color);
}

.header-top-social a:hover svg {
  fill: var(--tertiary-color);
}

.header-top-social span {
  color: #7683AA;
  font-size: 15px;
  text-transform: capitalize;
}

.main-header {
  margin-left: -33px;
}

.main-header .main-menu ul > li {
  margin-left: 25px;
}

.main-header .main-menu ul > li > a {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
  line-height: 2;
}

.header-top-social span {
  color: var(--white-color);
}

.header-top-social a {
  color: var(--white-color);
}

.header-top-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.header-exgency {
  height: 45px;
}

.header-exgency .container {
  height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .header-exgency {
    padding: 18px 0 18px 0;
  }
}

.header-exgency-wrap {
  gap: 20px;
}

.header-exgency-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-exgency-icon span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}

.header-exgency-title {
  color: var(--white-color);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}

.header-exgency-item {
  color: var(--white-color);
}

.header-exgency-item:hover {
  color: var(--tertiary-color);
}

.header-exgency-content span,
.header-exgency-content a {
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.header-exgency-call {
  margin-left: -30px;
}

.header-exgency-call .header-exgency-icon span {
  height: 55px;
  width: 55px;
  line-height: 62px;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: inline-block;
  text-align: center;
  color: var(--white-color);
  font-size: 24px;
}

.header-bottom-main {
  background-color: var(--white-color);
  position: relative;
  z-index: 6;
}

.header-bottom-main > .row {
  height: 100px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.header-bottom-main > .row div {
  height: 100%;
}

.header-bottom-main > .row div nav,
.header-bottom-main > .row div ul,
.header-bottom-main > .row div li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-bottom-main .main-header {
  margin-left: 0;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu {
    margin-left: 50px;
  }
}

.main-menu ul li {
  list-style: none;
  display: inline-block;
  margin-left: 30px;
  margin-right: 40px;
  position: relative;
}

.main-menu ul li:not(:last-child) {
  margin-right: 40px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .main-menu ul li:not(:last-child) {
    margin-right: 25px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul li:not(:last-child) {
    margin-right: 18px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu ul li {
    margin-left: 10px;
  }
}

.main-menu ul li > a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.32px;
  text-transform: capitalize;
  padding: 11px 0;
  display: inline-block;
  position: relative;
}

.main-menu ul li > a.active {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}

.main-menu ul li > a::before {
  position: absolute;
  content: "";
  right: -7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 5px;
  width: 5px;
  background-color: var(--primary-color);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.main-menu ul li > a:hover {
  color: var(--primary-color);
}

.main-menu ul li > a:hover::before {
  opacity: 1;
}

.main-menu ul li.has-dropdown > a {
  position: relative;
}

.main-menu ul li.has-dropdown > a::after {
  content: "\f107";
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  font-size: 14px;
  color: var(--black-color);
  font-family: var(--sl-ff-fontawesome);
  font-weight: 400;
  margin-left: 5px;
  display: none;
}

.main-menu ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  min-width: 200px;
  background: var(--white-color);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
          box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.08);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  padding: 25px 0 9px;
  width: 240px;
  min-height: -webkit-max-content;
  min-height: -moz-max-content;
  min-height: max-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-menu ul li .sub-menu > li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  margin-bottom: 10px;
  height: auto !important;
}

.main-menu ul li .sub-menu > li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}

.main-menu ul li .sub-menu > li > a {
  position: relative;
  z-index: 11;
  color: var(--black-color);
  font-weight: 400;
  font-size: 14px;
  padding: 0 15px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-bottom: 1px;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-wrap: wrap;
  line-height: 1.5;
}

.main-menu ul li .sub-menu > li > a::before {
  position: absolute;
  content: "";
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 1px;
  background-color: var(--primary-color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.main-menu ul li .sub-menu > li .sub-menu {
  left: 120%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.main-menu ul li .sub-menu > li:hover > a,
.main-menu ul li .sub-menu > li.active > a {
  color: var(--primary-color);
  padding-left: 43px;
}

.main-menu ul li .sub-menu > li:hover > a::after,
.main-menu ul li .sub-menu > li.active > a::after {
  color: var(--white-color);
}

.main-menu ul li .sub-menu > li:hover > a::before,
.main-menu ul li .sub-menu > li.active > a::before {
  width: 12px;
}

.main-menu ul li .sub-menu > li:hover > .sub-menu,
.main-menu ul li .sub-menu > li.active > .sub-menu {
  left: 100%;
  visibility: visible;
  opacity: 1;
}

.main-menu ul li.slc-static {
  position: static;
}

.main-menu ul li:hover > a {
  color: var(--primary-color);
}

.main-menu ul li:hover > a::before {
  color: var(--primary-color);
  opacity: 1;
}

.main-menu ul li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main-menu ul li .has-homemenu {
  width: 850px;
  padding: 30px 30px 10px 30px;
}

.main-menu ul li .has-homemenu .homemenu {
  padding: 0px 10px;
  position: relative;
  margin-bottom: 20px;
}

.main-menu ul li .has-homemenu .homemenu:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-65%);
          transform: translateY(-65%);
}

.main-menu ul li .has-homemenu .homemenu:hover .homemenu-thumb::before {
  background-color: rgba(38, 34, 33, 0.7);
}

.main-menu ul li .has-homemenu.sub-menu li:not(:last-child) {
  border-bottom: none;
}

.header_sticky {
  position: fixed !important;
  margin: auto;
  z-index: 99;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideUp;
          animation: 0.95s ease 0s normal forwards 1 running headerSlideUp;
  -webkit-box-shadow: 0px 20px 40px rgba(37, 9, 62, 0.1) !important;
          box-shadow: 0px 20px 40px rgba(37, 9, 62, 0.1) !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
          animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  background-color: var(--white-color);
}

.header_sticky .container > .row {
  height: 100px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.header_sticky .container > .row div {
  height: 100%;
}

.header_sticky .sticky-logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.header_sticky .sticky-logo a img {
  height: 100%;
  width: 100% !important;
  max-width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

.header_sticky1 {
  display: none;
}

.header_sticky1.header_sticky {
  display: block;
}

.side-info-contact {
  margin-bottom: 30px;
}

.side-info-contact span {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.side-info-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.side-info-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 40px;
  background-color: var(--tertiary-color);
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
  color: var(--primary-color);
}

.side-info-social a svg {
  width: 20px;
  height: 20px;
  fill: var(--primary-color);
}

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

.side-info.slc-sidebar-opened {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.side-info-overlay.opened {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------*/
/*  4.3 Mobilemenu css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .main-menu-content {
    margin-bottom: 40px;
  }
}

.main-menu-content,
.main-menu-content ul,
.main-menu-content ul li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-menu-mobile .sub-menu {
  display: none;
}

.main-menu-mobile ul {
  position: static;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-menu-mobile ul li {
  list-style: none;
  position: relative;
  width: 100%;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .main-menu-mobile ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.main-menu-mobile ul li:not(:last-child) > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 25px;
  color: var(--primary-color);
  font-family: "Font Awesome 6 Pro";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn.dropdown-opened i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.main-menu-mobile ul li.has-dropdown > a.expanded {
  color: var(--sl-theme-primary);
}

.main-menu-mobile ul li.has-dropdown > a.expanded .dropdown-toggle-btn.dropdown-opened i {
  color: var(--primary-color);
}

.main-menu-mobile ul li.has-dropdown:hover > a::after {
  color: var(--sl-theme-green);
}

.main-menu-mobile ul li:last-child a span {
  border-bottom: 0;
}

.main-menu-mobile ul li > a {
  display: block;
  font-size: 16px;
  color: var(--black-color);
  position: relative;
  padding: 10px 0;
  padding-right: 20px;
}

.main-menu-mobile ul li > a svg {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.main-menu-mobile ul li > a > i {
  display: inline-block;
  width: 11%;
  margin-right: 13px;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  font-size: 21px;
  line-height: 1;
}

.main-menu-mobile ul li > a .menu-text {
  font-size: 16px;
  line-height: 11px;
  border-bottom: 1px solid #EAEBED;
  width: 82%;
  display: inline-block;
  padding: 19px 0 17px;
}

.main-menu-mobile ul li img {
  width: 100%;
}

.main-menu-mobile ul li ul {
  padding: 0;
}

.main-menu-mobile ul li ul li {
  padding: 0;
}

.main-menu-mobile ul li ul li a {
  margin-left: auto;
  width: 93%;
  padding: 10px 5%;
  text-shadow: none !important;
  visibility: visible;
  padding-left: 0;
  padding-right: 20px;
}

.main-menu-mobile ul li ul li li a {
  width: 88%;
  padding: 10px 7%;
  padding-left: 0;
  padding-right: 20px;
}

.main-menu-mobile ul li ul li li li a {
  width: 83%;
  padding: 10px 9%;
  padding-left: 0;
  padding-right: 20px;
}

.main-menu-mobile ul li ul li li li li a {
  width: 68%;
  padding: 10px 11%;
  padding-left: 0;
  padding-right: 20px;
}

.main-menu-mobile ul li:hover > a {
  color: var(--sl-theme-primary);
}

.main-menu-mobile ul li:hover > a::after {
  color: var(--sl-theme-primary);
}

.main-menu-mobile ul li:hover > a .dropdown-toggle-btn i {
  color: var(--sl-theme-primary);
}

.main-menu-mobile ul li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.main-menu-mobile ul li .mega-menu,
.main-menu-mobile ul li .submenu {
  position: static;
  min-width: 100%;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  visibility: visible;
  opacity: 1;
  display: none;
}

.main-menu-mobile ul li .mega-menu li,
.main-menu-mobile ul li .submenu li {
  float: none;
  display: block;
  width: 100%;
  padding: 0;
}

.main-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn,
.main-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn {
  color: var(--sl-theme-primary);
}

.main-menu-mobile * ul,
.main-menu-mobile * li {
  -webkit-transition: none !important;
  transition: none !important;
}

/*----------------------------------------*/
/*  Footer
/*----------------------------------------*/
.footer-sect {
  position: relative;
  background-image: url(../img/faq_bg-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.footer-sect .container.d-grid {
  -ms-grid-columns: 360px 1fr 1fr 1fr;
      grid-template-columns: 360px 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

.footer-sect .footer-logo img {
  max-width: 210px;
  width: 100%;
}

.footer-main-title {
  color: var(--sl-text-body);
  font-size: 44px;
  font-weight: 700;
  line-height: normal;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-main-title {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .footer-main-title {
    font-size: 30px;
  }
}

.footer-main-title span {
  color: var(--primary-color);
}

.footer-box-content p {
  font-size: 16px;
  font-weight: 500;
}

.footer-box-content-item {
  color: var(--black-color);
  font-size: 16px;
  text-transform: capitalize;
}

.footer-box-content-item i {
  color: inherit;
  margin-right: 10px;
  width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.footer-box-content-item:hover {
  color: var(--primary-color);
}

.footer-box-content-item a span.email {
  text-transform: lowercase;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-box-content-item a {
    font-size: 15px;
  }
}

.footer-box-content-item a:hover {
  color: var(--sl-heading-orange);
}

.footer-box-title {
  color: var(--primary-color);
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
}

.footer-box-link ul li:last-child {
  margin-bottom: 0;
}

.footer-box-link ul li {
  list-style: none;
  margin-bottom: 15px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer-box-link ul li a {
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}

.footer-box-link ul li::before {
  content: "";
  background-color: var(--primary-color);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  height: 1px;
  width: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footer-box-link ul li:hover a {
  color: var(--primary-color);
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}

.footer-box-link ul li:hover::before {
  opacity: 1;
  visibility: visible;
}

.footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-copyright p {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
}

.footer-copyright a {
  color: var(--primary-color);
  font-weight: 600;
}

.footer-copyright a:hover {
  color: var(--black-color);
}

.footer-bottom-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-social a {
  display: inline-block;
  border: 1px solid var(--black-color);
  height: 35px;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: var(--black-color);
  padding: 8px;
}

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

.footer-social a:hover svg {
  fill: var(--white-color);
}

.footer-bottom-wrap {
  border-top: 1px solid var(--primary-color);
}

/*----------------------------------------*/
/*  7.8 Services css
/*----------------------------------------*/
.services-sec {
  padding: 80px 0px 50px;
}

.services-btn {
  color: var(--primary-color);
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.services-btn:hover {
  color: var(--tertiary-color);
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.services-btn i {
  margin-left: 6px;
  font-size: 18px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.services-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  margin-top: -95px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .services-wrap {
    gap: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-wrap {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .services-wrap {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.services-3 {
  position: relative;
  z-index: 1;
}

.services-3-wrap {
  position: relative;
  z-index: 1;
}

.services-3-info {
  -webkit-box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.07);
  text-align: center;
  position: absolute;
  bottom: -38px;
  left: 35px;
  right: 35px;
  background-color: var(--white-color);
  border-radius: 7px;
  padding: 0px 12px 32px 12px;
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
  .services-3-info {
    left: 15px;
    right: 15px;
  }
}

.services-3-info-icon span {
  -webkit-transform: translateY(-57px);
          transform: translateY(-57px);
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--primary-color);
  font-size: 35px;
  color: var(--white-color);
}

.services-3-info-title {
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
  margin-top: -44px;
}

.services-3-thumb .fix > img {
  width: 100%;
  height: 311px;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-3-content {
  background: var(--primary-color);
  -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.07);
  padding: 60px 20px 30px 20px;
  text-align: center;
  position: relative;
}

.services-3-content p {
  color: var(--white-color);
  font-size: 16px;
  letter-spacing: 0.32px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.services-3-content > a {
  color: var(--white-color);
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: auto;
}

.services-3-icon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  background-color: var(--white-color);
  color: var(--primary-color);
  font-size: 35px;
}

.services-3-title {
  color: var(--white-color);
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.services-3-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.services-3-shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.services-3-shape-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.services-details-services {
  background-color: var(--tertiary-color);
  padding: 25px 15px;
}

.services-details-services-wrap a {
  display: block;
  z-index: 1;
  padding: 20px;
  color: var(--black-color);
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 10px;
}

.services-details-services-wrap a:last-child {
  margin-bottom: 0;
}

.services-details-services-wrap a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  height: 100%;
  z-index: -1;
  border-radius: 4px;
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.services-details-services-wrap a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.services-details-services-wrap a:hover::before {
  background-color: var(--sl-theme-primary);
}

.services-details-services-wrap a.active::before {
  background-color: var(--sl-theme-primary);
}

.services-details-services-wrap a.active {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.services-details-services-wrap a:hover i {
  color: var(--white-color);
}

.services-details-services-wrap a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  padding: 12px 0px;
  height: 48px;
  width: 44px;
  text-align: center;
  line-height: 26px;
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  z-index: 11;
}

.services-details-contact {
  padding: 40px 25px;
}

.services-details-contact-bg {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.services-details-contact-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--primary-color);
  z-index: -1;
}

.services-details-contact-icon {
  margin-bottom: 20px;
}

.services-details-contact-icon span {
  display: inline-block;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.09);
  width: 80px;
  height: 76px;
  text-align: center;
  line-height: 88px;
  color: var(--white-color);
  font-size: 35px;
}

.services-details-contact-title {
  color: var(--white-color);
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 40px;
}

.services-details-contact-phone span {
  color: var(--white-color);
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.95px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 7px;
}

.services-details-contact-phone a {
  display: block;
  color: var(--black-color);
  font-size: 16px;
  font-weight: 700;
  background-color: var(--secondary-color);
  border-radius: 50px;
  padding: 10px 10px;
  border: 1px solid var(--secondary-color);
}

.services-details-contact-phone a:hover {
  background-color: var(--black-color);
  border-color: var(--black-color);
  color: var(--secondary-color);
}

.services-details-title {
  font-size: 26px;
  font-weight: 600;
}

.services-details-title-two {
  font-size: 24px;
  font-weight: 600;
}

.services-details-wrapper > p {
  line-height: 1.6;
  margin-bottom: 0;
}

/*----------------------------------------*/
/* 7.1 About css
/*----------------------------------------*/
.about-counter .slc-intro-child-count {
  font-size: 36px;
  margin-bottom: 5px;
}

.about-counter.slc-intro-child {
  right: 22px;
  padding: 28px 24px 26px 24px;
}

.about-counter.slc-intro-child::before {
  left: auto;
  right: -20px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.about-counter.slc-intro-child p {
  font-size: 20px;
  font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-wrappper {
    margin-left: 0;
  }
}

.about-wrappper .sections-title {
  font-size: 40px;
}

.about-sec {
  position: relative;
  z-index: 1;
  background-image: url(../img/About-us/about_us.jpg);
  background-size: cover;
}

.about-sec::before {
  content: "";
  background-color: var(--tertiary-color);
  opacity: 0.9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.aboutImg {
  width: 100%;
  position: relative;
}

.aboutImg img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-counter {
  background-color: var(--primary-color);
  position: absolute;
  top: 30px;
  left: 0 !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  padding: 15px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.about-counter-count {
  display: inline-block;
  color: var(--white-color);
  text-align: center;
  font-size: 33px;
  font-weight: 600;
  margin-bottom: 3px;
}

.about-counter p {
  color: var(--white-color);
  font-family: var(--sl-ff-heading);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 0;
}

.about-info {
  margin-bottom: 30px;
}

.about-info-icon {
  margin-right: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.about-info-icon span {
  color: var(--primary-color);
  font-size: 56px;
}

.about-info-text span {
  color: var(--sl-theme-primary);
  font-size: 18px;
  font-weight: 700;
}

.slider-btn-arrow {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 30px);
  left: 50%;
  right: auto !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  bottom: auto;
}

.slider-btn-arrow i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid var(--white-color);
  font-size: 16px;
  color: var(--white-color);
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.slider-btn-next span:hover,
.slider-btn-prev span:hover {
  background-color: var(--white-color);
  color: var(--primary-color);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .slider-btn-prev {
    margin-bottom: 0;
    margin-right: 25px;
  }
}

.slider-content p {
  font-size: 18px;
  line-height: 32px;
  text-transform: capitalize;
  margin-bottom: 31px;
  min-height: 64px;
}

.slider-sub-title {
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--sl-ff-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.54px;
  text-transform: uppercase;
  -webkit-clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
          clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
  background-color: var(--primary-color);
  display: inline-block;
  margin-bottom: 13px;
  padding: 7px 18px;
}

.slider-title {
  font-weight: 700;
  margin-bottom: 20px;
}

.slider-btn .contact-btn {
  color: var(--sl-heading-orange);
  font-size: 18px;
  font-weight: 500;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: capitalize;
}

.slider-btn .prime-btn-2 {
  background-color: var(--black-color);
}

.slider-btn .prime-btn-2:hover {
  background-color: var(--primary-color);
}

.slider-btn .contact-btn:hover {
  color: var(--primary-color);
}

.slider-item {
  position: relative;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-active {
  position: relative;
}

.slider-active .swiper-slide-active .slc-slider-sub-title,
.slider-active .swiper-slide-active .slc-slider-title,
.slider-active .swiper-slide-active .slc-slider-btn,
.slider-active .swiper-slide-active .slider-sub-title,
.slider-active .swiper-slide-active .slider-title,
.slider-active .swiper-slide-active .slider-content p,
.slider-active .swiper-slide-active .slider-btn {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.slider-active .swiper-slide-active .slc-slider-sub-title,
.slider-active .swiper-slide-active .slider-sub-title {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.slider-active .swiper-slide-active .slc-slider-title,
.slider-active .swiper-slide-active .slider-title {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}

.slider-active .swiper-slide-active .slider-shape-blur {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.slider-active .swiper-slide-active .slider-content p {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

.slider-active .swiper-slide-active .slc-slider-btn,
.slider-active .swiper-slide-active .slider-btn {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
}

.slider-active .swiper-slide-active .slider-shape-1,
.slider-active .swiper-slide-active .slider-shape-2 {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  -webkit-transition: all 800ms ease;
  transition: all 800ms ease;
  -webkit-transition-delay: 800ms;
  transition-delay: 800ms;
  z-index: -1;
}

/*----------------------------------------*/
/*  7.9 Testimonial css
/*----------------------------------------*/
.testimonial-item {
  position: relative;
  text-align: center;
}

.testimonial-item::before {
  position: absolute;
  content: "";
  z-index: -5;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  border: 1px solid var(--primary-color);
  opacity: 0;
}

.testimonial-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.testimonial-rating i {
  color: var(--white-color);
  font-size: 20px;
}

.testimonial-content h3 {
  margin-bottom: 30px;
  color: var(--secondary-color);
  line-height: 1.5;
  padding-left: 80px;
  padding-right: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-content p {
    font-size: 17px;
    line-height: 1.8;
  }
}

.testimonial-avatar img {
  height: 70px;
  width: 70px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: none !important;
}

.testimonial-avatar-title {
  font-family: var(--sl-ff-body);
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 8px;
  color: var(--white-color);
}

.testimonial-avatar-info span {
  font-size: 18px;
  text-transform: capitalize;
  color: var(--secondary-color);
}

.testimonial-active .swiper-slide.swiper-slide-active .testimonial-item::before {
  top: 10px;
  left: 10px;
  opacity: 1;
}

.testimonial-about-wrap {
  background-color: var(--primary-color);
}

.testimonial-about-wrap .sections-title {
  color: var(--white-color);
}

.testimonial-about-wrap .sections-subtitle {
  color: var(--tertiary-color);
}

.testimonial-about-bg {
  width: 100%;
  background-color: var(--sl-theme-secondary);
}

/*----------------------------------------*/
/*   Counter css
/*----------------------------------------*/
.counter-sec {
  background-image: url(../img/istockphoto-1166597244-170667a.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.counter-sec::before {
  content: "";
  background-color: var(--primary-color);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.counter-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.counter-count {
  color: var(--white-color);
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 11px;
}

.counter-item {
  text-align: center;
}

.counter-item p {
  margin-bottom: 0;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 500;
}

/*----------------------------------------*/
/*  7.7 NDIS css
/*----------------------------------------*/
.project-details {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.project-details a {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  height: 135px;
  width: 135px;
  line-height: 135px;
  background-color: var(--primary-color);
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.project-details a::before {
  position: absolute;
  content: "";
  bottom: -13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: var(--primary-color);
  height: 20px;
  width: 23px;
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.ndis-title {
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
}

.ndis-list ul li {
  list-style: none;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ndis-list ul li:last-child {
  margin-bottom: 0;
}

.ndis-list ul li i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 18px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  color: var(--primary-color);
}

/*----------------------------------------*/
/* 7.2 Contact css
/*----------------------------------------*/
.contact-info:hover .contact-info-icon::before {
  top: 10px;
  left: -10px;
  opacity: 1;
}

.contact-info-icon {
  margin-right: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info-icon {
    margin-right: 12px;
  }
}

.contact-info-icon::before {
  position: absolute;
  content: "";
  z-index: -2;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  border: 1px solid var(--primary-color);
  opacity: 0;
}

.contact-info-icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-color: var(--white-color);
}

.contact-info-icon i {
  color: var(--primary-color);
  font-size: 26px;
}

.contact-info-content span {
  display: block;
  font-size: 18px;
  margin-bottom: 7px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info-content span {
    font-size: 17px;
  }
}

.contact-info-content a {
  color: var(--sl-theme-primary);
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info-content a {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .contact-info-content a {
    font-size: 17px;
  }
}

.contact-info-content a:hover {
  color: var(--primary-color);
}

.contact_about .contact-info-icon::after {
  background-color: var(--secondary-color);
}

.contact-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.contact-item span {
  color: var(--black-color);
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}

.contact-item a {
  color: var(--sl-blue-1);
  font-size: 18px;
}

.contact-item .contact-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.contact-item .contact-social a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px;
  border-radius: 50%;
  border: 1px solid rgba(44, 46, 52, 0.09);
  -webkit-box-shadow: 0px 2px 7px 0px rgba(1, 16, 61, 0.03);
          box-shadow: 0px 2px 7px 0px rgba(1, 16, 61, 0.03);
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  font-size: 16px;
}

.contact-item .contact-social a svg {
  width: 16px;
  height: 16px;
}

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

.contact-form {
  background-color: #F8F8F9;
  padding: 40px 30px;
}

.contact-form-contact {
  margin-bottom: 50px;
}

.contact-form-input {
  position: relative;
}

.contact-form-input span {
  position: absolute;
  left: 0;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  top: 15px;
  font-size: 20px;
  display: inline-block;
  color: var(--black-color);
}

.contact-form-input input,
.contact-form-input textarea {
  padding-left: 29px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #d4dce0;
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
  color: var(--black-color);
  height: 62px;
}

.contact-form-input input:focus,
.contact-form-input textarea:focus {
  border-color: #1b1b1b;
}

.contact-form-input input::-webkit-input-placeholder,
.contact-form-input textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  color: var(--sl-text-body);
}

.contact-form-input input:-ms-input-placeholder,
.contact-form-input textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  color: var(--sl-text-body);
}

.contact-form-input input::-ms-input-placeholder,
.contact-form-input textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  color: var(--sl-text-body);
}

.contact-form-input input::placeholder,
.contact-form-input textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  color: var(--sl-text-body);
}

.contact-form-input textarea {
  height: 150px;
  resize: none;
}

.contact-form-check .form-check input {
  height: 14px;
  width: 14px;
  border-radius: 0px;
  margin-right: 8px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.contact-form-check .form-check input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-form-check .form-check label {
  color: #5E5F63;
  font-size: 18px;
  text-transform: capitalize;
  cursor: pointer;
}

/*----------------------------------------*/
/*  7.4 FAQ css
/*----------------------------------------*/
.faq-sec {
  background-image: url(../img/faq_bg-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0px;
}

.faq-accordion .accordion {
  border: none;
}

.faq-accordion .accordion .accordion-item.active-block {
  background-color: var(--primary-color);
}

.faq-accordion .accordion .accordion-item.active-block .accordion-button {
  color: var(--white-color);
}

.faq-accordion .accordion .accordion-item.active-block .accordion-body p {
  color: var(--white-color);
}

.faq-accordion .accordion .accordion-item.active-block .accordion-btn {
  background-color: var(--secondary-color);
}

.faq-accordion .accordion .accordion-item.active-block .accordion-button:not(.collapsed) .accordion-btn::before {
  background-color: var(--black-color);
}

.faq-accordion .accordion .accordion-item.active-block .accordion-button:not(.collapsed) .accordion-btn::after {
  background-color: var(--black-color);
}

.faq-accordion .accordion .accordion-item {
  margin-bottom: 20px;
  border: none;
  background-color: var(--white-color);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(16, 23, 40, 0.06);
          box-shadow: 0px 4px 20px 0px rgba(16, 23, 40, 0.06);
  border-radius: 10px;
}

.faq-accordion .accordion .accordion-header {
  padding: 30px 30px 20px 30px;
}

.faq-accordion .accordion .accordion-body {
  padding: 10px 40px 26px 36px;
  position: relative;
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.faq-accordion .accordion .accordion-body p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.faq-accordion .accordion .accordion-button {
  font-size: inherit;
  font-style: normal;
  font-weight: 700;
  padding: 0;
  font-family: var(--sl-ff-heading);
  width: 100%;
  background-color: transparent;
  color: var(--primary-color);
  padding-right: 60px;
}

.faq-accordion .accordion .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq-accordion .accordion .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.faq-accordion .accordion .accordion-button:not(.collapsed)::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq-accordion .accordion .accordion-button:not(.collapsed) .accordion-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  background-color: var(--white-color);
}

.faq-accordion .accordion .accordion-button:not(.collapsed) .accordion-btn::after {
  background-color: var(--white-color);
}

.faq-accordion .accordion .accordion-button::after {
  position: absolute;
  bottom: -18px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(15, 13, 29, 0.078);
  opacity: 0;
  visibility: hidden;
}

.faq-accordion .accordion .accordion-button .accordion-btn {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--primary-color);
}

.faq-accordion .accordion .accordion-button .accordion-btn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: var(--white-color);
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq-accordion .accordion .accordion-button .accordion-btn::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 10px;
  left: 50%;
  top: 50%;
  background-color: var(--white-color);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.map-wrap {
  height: 470px;
}

.map-wrap iframe {
  height: 100%;
  width: 100%;
}

.cta-2-wrapper .sections-title {
  color: var(--white-color);
  font-size: 52px;
}

.cta-2-wrapper.d-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 200px;
      grid-template-columns: 1fr 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

@media (max-width: 767px) {
  .cta-2-wrapper .sections-title {
    font-size: 30px;
  }
}

.cta-2-btn .prime-btn {
  padding: 17px 36px;
}

.cta-2-btn .prime-btn:hover {
  color: var(--white-color);
  border-color: var(--white-color);
}

.cta-3-bg {
  position: relative;
  padding-top: 104px;
  padding-bottom: 116px;
  z-index: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-3-bg::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0.7;
  background: var(--primary-color);
}

/*----------------------------------------*/
/*  7.6 Login css
/*----------------------------------------*/
.login-wrapper {
  -webkit-box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
          box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
  padding: 40px 40px;
  background-color: var(--white-color);
}

.loginWrapper_main {
  background-repeat: no-repeat;
  height: 100vh;
  padding: 0;
}

.login-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
}

@media (max-width: 767px) {
  .login-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.login-title {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 4px;
}

.login-top p {
  font-weight: 400;
  font-size: 16px;
  color: #49535B;
}

.login-top p a {
  color: var(--sl-theme-primary);
  position: relative;
  display: inline-block;
}

.login-top p a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: var(--sl-theme-primary);
  -webkit-transition: 0.3s 0.3s 0s ease-out;
  transition: 0.3s 0.3s 0s ease-out;
}

.login-top p a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

.login-input-wrapper {
  margin-bottom: 14px;
}

.login-input-box {
  position: relative;
}

.login-input-box:not(:last-child) {
  margin-bottom: 34px;
}

.login-input input {
  height: 56px;
  background: #FFFFFF;
  border: 1px solid #E0E2E3;
  font-size: 14px;
  color: var(--black-color);
}

.login-input input::-webkit-input-placeholder {
  color: #95999D;
}

.login-input input:-ms-input-placeholder {
  color: #95999D;
}

.login-input input::-ms-input-placeholder {
  color: #95999D;
}

.login-input input::placeholder {
  color: #95999D;
}

.login-input input:focus {
  border-color: var(--sl-theme-primary);
}

.login-input-title label {
  font-size: 14px;
  color: var(--sl-heading-orange);
  position: absolute;
  top: -7px;
  left: 20px;
  padding: 0 5px;
  background-color: var(--white-color);
  line-height: 1;
}

.login-input-eye {
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.login-input-eye .open-eye {
  display: none;
}

.login-input-eye span {
  -webkit-transition: 0.3s 0.3s 0s ease-out;
  transition: 0.3s 0.3s 0s ease-out;
}

.login-input-eye:hover {
  cursor: pointer;
}

.login-input-eye:hover span {
  color: var(--black-color);
}

.login-remeber input {
  display: none;
}

.login-remeber input:checked ~ label::after {
  background-color: var(--sl-theme-primary);
  border-color: var(--sl-theme-primary);
}

.login-remeber input:checked ~ label::before {
  visibility: visible;
  opacity: 1;
}

.login-remeber label {
  font-size: 15px;
  color: #55585B;
  position: relative;
  padding-left: 26px;
  z-index: 1;
}

.login-remeber label::after {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #C3C7C9;
  z-index: -1;
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.login-remeber label::before {
  position: absolute;
  content: url("../img/icon/check.svg");
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  color: var(--white-color);
  -webkit-transition: all 0.3s 0s ease-out;
  transition: all 0.3s 0s ease-out;
}

.login-remeber label a:hover {
  color: var(--sl-theme-primary);
}

.login-remeber label:hover {
  cursor: pointer;
}

.login-forgot a {
  font-weight: 400;
  font-size: 15px;
  color: var(--sl-theme-primary);
  position: relative;
  display: inline-block;
}

.login-forgot a::after {
  position: absolute;
  content: "";
  left: auto;
  right: 0;
  bottom: 4px;
  width: 0%;
  height: 1px;
  background-color: var(--sl-theme-primary);
  -webkit-transition: 0.3s 0.3s 0s ease-out;
  transition: 0.3s 0.3s 0s ease-out;
}

.login-forgot a:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}

.login-btn {
  font-weight: 500;
  font-size: 16px;
  color: var(--white-color);
  background-color: var(--sl-theme-primary);
  padding: 14px 30px;
  text-align: center;
  display: inline-block;
}

.login-btn:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.login-shape-1,
.login-shape-2,
.login-shape-3,
.login-shape-4 {
  position: absolute;
  z-index: -1;
}

.login-shape-1 {
  top: 15%;
  left: 22%;
  -webkit-animation: bannerAnimationTwo 6s infinite linear;
          animation: bannerAnimationTwo 6s infinite linear;
}

.bread_crum_Wrap {
  padding-top: 150px;
  padding-bottom: 90px;
  background-image: url(../img/Form-page/Client-Intake-Form.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: right;
  z-index: 1;
}

.bread_crum_Wrap::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}

.bread_crum_Wrap .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

.bread_crum_Wrap .breadcrumb-item {
  font-weight: 600;
}

.bread_crum_Wrap .breadcrumb-item.active {
  color: var(--primary-color);
  font-weight: 700;
}

.form_Sec {
  background-image: url(../img/faq_bg-img.jpg);
  background-size: contain;
  position: relative;
}

.form_Sec .formGroup {
  width: 100%;
  margin: 10px 0;
}

.form_Sec .formGroup textarea {
  height: 120px;
}

.form_Sec .formGroup .w50 {
  width: calc(50% - 10px);
}

.form_Sec .formGroup label {
  display: block;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 6px;
}

.form_Sec .formGroup label span {
  color: var(--primary-color);
}

.form_Sec .formGroup label:first-letter {
  text-transform: uppercase;
}

.form_Sec .formGroup input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form_Sec .formGroup .form-check {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form_Sec .formGroup .form-check + .form-check {
  margin-top: 10px;
}

.form_Sec .formGroup .form-check label {
  font-weight: 500;
  margin-bottom: 0;
  padding-left: 10px;
  cursor: pointer;
}

.form_Sec .formGroup .form-check input[type=checkbox] {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin: 0;
  cursor: pointer;
}

.form_Sec .formGroup .form-check input[type=checkbox]:checked {
  background-color: unset;
  border-color: var(--primary-color);
  position: relative;
}

.form_Sec .formGroup .form-check input[type=checkbox]:checked::before {
  content: "";
  border-bottom: 2px solid;
  border-right: 2px solid;
  width: 6px;
  height: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 5px;
  top: 1px;
  border-color: var(--primary-color);
}

.form_Sec .formGroup .form-check input[type=radio] {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
}

.form_Sec .formGroup .form-check input[type=radio]:checked {
  background-color: unset;
  border-color: var(--primary-color);
  position: relative;
  -webkit-box-shadow: 0 0 0 1px var(--primary-color), 0px 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0 1px var(--primary-color), 0px 1px 2px rgba(0, 0, 0, 0.15);
}

.form_Sec .formGroup .form-check input[type=radio]:checked::before {
  content: "";
  background-color: var(--primary-color);
  width: 8px;
  height: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

.form_Sec form {
  padding: 20px 16px;
  border: 1px solid var(--primary-color);
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form_Sec form a {
  color: var(--primary-color);
  text-decoration: underline;
}

.form_Sec form .prime-btn {
  padding: 12px 35px;
  margin-top: 20px;
  color: #fff;
}

.form_Sec form hr {
  margin: 10px 0;
  border-color: var(--primary-color);
  opacity: 1;
}

.form_Sec form h3 {
  margin-top: 20px;
}

.slider-sec .swiper-pagination-bullet-active {
  background: var(--white-color);
}

.slider-sec .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 8px;
}

.slider-sec .swiper-pagination {
  z-index: 1;
}

.slider-sec {
  height: calc(100vh - 145px);
}

.slider-sec .swiper-slide .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  color: var(--white-color);
  height: calc(100vh - 145px);
}

.slider-sec .slider-thumb {
  height: 450px;
  margin-top: auto;
}

.slider-sec .slider-thumb img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  -o-object-position: bottom;
     object-position: bottom;
}

.slider-sec .swiper-slide {
  position: relative;
  z-index: 1;
  background-size: cover;
}

.slider-sec .swiper-slide::before {
  content: "";
  background-color: var(--primary-color);
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}

.services-3-item-main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.services-3-item-main .services-3-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.services-3-item-main .services-3-item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.services-3-item-main .services-3-item img {
  height: 311px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .login-shape-1 {
    left: 8%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .login-shape-1 {
    left: 4%;
  }
}

.login-shape-2 {
  bottom: 15%;
  right: 14%;
  -webkit-animation: tpswing 2s ease-in-out 0.1s forwards infinite alternate;
          animation: tpswing 2s ease-in-out 0.1s forwards infinite alternate;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .login-shape-2 {
    right: 15%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .login-shape-2 {
    right: 8%;
  }
}

.login-shape-3 {
  top: 7%;
  right: 22%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .login-shape-3 {
    right: 15%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .login-shape-3 {
    right: 10%;
  }
}

.login-shape-4 {
  bottom: 27%;
  right: 20%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .login-shape-4 {
    right: 10%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .login-shape-4 {
    right: 3%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .login-shape-4 {
    right: -6%;
  }
}

@media (max-width: 575px) {
  .bread_crum_Wrap {
    background-position: center;
    background-size: 100% 100%;
  }
  .bread_crum_Wrap h1 {
    font-size: 30px;
  }
  .form_Sec .formGroup .w50 {
    width: 100%;
  }
  .form_Sec .formGroup input[type=text],
  .form_Sec .formGroup input[type=email],
  .form_Sec .formGroup input[type=tel],
  .form_Sec .formGroup input[type=number],
  .form_Sec .formGroup input[type=password],
  .form_Sec .formGroup input[type=url],
  .form_Sec .formGroup textarea {
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .form_Sec form h3 {
    margin-top: 6px;
    font-size: 20px;
    font-weight: bold;
  }
}

.dashboardPage .main-menu li a img {
  width: 40px;
}

.dashboardPage .main-menu li a::before {
  display: none;
}

.dashboardPage .header-exgency {
  padding: 15px 0 15px 0;
  position: fixed;
  width: 100%;
  top: 0;
  border-bottom: 2px solid var(--primary-color);
}

.dashboardPage .main-menu ul li .sub-menu {
  text-align: end;
  right: 0;
  left: auto;
  min-width: auto;
  padding: 10px 15px 10px 35px;
  margin-top: 2px;
}

.dashboardPage .main-menu ul li .sub-menu li {
  -webkit-transform: unset;
          transform: unset;
}

.dashboardPage .main-menu ul li .sub-menu li a {
  padding: 0;
}

.dashboardPage .main-menu ul li .sub-menu li:hover a {
  padding: 0;
}

.dashboardPage .dashboadHero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
}

.dashboardPage .dashboadHero .chevIcon {
  width: 18px;
  cursor: pointer;
}

.dashboardPage .dashboadHero .leftChev {
  display: block;
}

.dashboardPage .dashboadHero .rightChev {
  display: none;
}

.dashboardPage .dashboadHero.dashboadHero_ .nav {
  width: 0;
}

.dashboardPage .dashboadHero.dashboadHero_ .rightChev {
  display: block;
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}

.dashboardPage .dashboadHero.dashboadHero_ .leftChev {
  display: none;
}

.dashboardPage .dashboadHero.dashboadHero_ .nav-item {
  display: none;
}

.dashboardPage .dashboadHero.dashboadHero_ .tab-content {
  padding-left: 0;
}

.dashboardPage .dashboadHero .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 99px;
  left: 0;
  height: 100%;
  background-color: var(--primary-color);
  width: 230px;
  padding: 20px 15px;
  z-index: 2;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}

.dashboardPage .dashboadHero .nav .nav-link {
  width: 100%;
  color: var(--white-color);
  text-align: start;
  margin-bottom: 8px;
}

.dashboardPage .dashboadHero .nav .nav-link.active {
  background-color: var(--sl-heading-orange);
  color: #fff;
}

.dashboardPage .dashboadHero .nav .nav-link:hover {
  background-color: var(--sl-heading-orange);
  color: #fff;
}

.dashboardPage .dashboadHero .nav .nav-item:last-of-type .nav-link {
  margin-bottom: 0px;
}

.dashboardPage .dashboadHero .tab-content {
  width: 88%;
  padding-left: 250px;
  margin-top: 80px;
  padding-top: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.dashboardPage .dashboadHero .tab-content th {
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  border-color: var(--sl-border-primary);
}

.dashboardPage .dashboadHero .tab-content td {
  color: var(--black-color);
  text-align: center;
  vertical-align: middle;
}

.dashboardPage .dashboadHero .tab-content td .prime-btn {
  font-size: 15px;
  padding: 5px 20px;
  margin-left: auto;
  margin-right: auto;
}

.dashboardPage .dashboadHero .tab-content tr td:last-child {
  text-align: center;
}

.dashboardPage .dashboadHero .tab-content tr th:last-child {
  text-align: center;
}

.dashboardPage .dashboadHero .tab-content .table {
  border-color: var(--primary-color);
}

@media (max-width: 991.98px) {
  .dashboardPage .dashboadHero .nav .nav-link {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.2;
  }
  .dashboardPage .dashboadHero .nav {
    width: 190px;
    padding: 15px 10px;
  }
  .dashboardPage .dashboadHero .tab-content {
    width: 90%;
    padding-left: 215px;
    padding-right: 20px;
  }
}

@media (max-width: 575.98px) {
  .dashboardPage .dashboadHero .nav {
    width: 115px;
  }
  .dashboardPage .dashboadHero .nav .nav-link {
    font-size: 12px;
    padding: 7px 5px;
  }
  .dashboardPage .dashboadHero .tab-content {
    padding-left: 125px;
    padding-right: 10px;
  }
  .dashboardPage .dashboadHero .tab-content .table {
    font-size: 14px;
    line-height: 1.2;
  }
  .dashboardPage .dashboadHero .tab-content td .prime-btn {
    font-size: 12px;
    padding: 2px 12px;
  }
  .dashboardPage .dashboadHero .tab-content th {
    text-wrap: nowrap;
  }
  .dashboardPage .dashboadHero.dashboadHero_ .tab-content {
    padding-left: 25px;
  }
  .dashboardPage .dashboadHero .chevIcon {
    width: 14px;
  }
  .dashboardPage .dashboadHero.dashboadHero_ .rightChev {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
}

.thankYou {
  padding-top: 100px;
  padding-bottom: 60px;
}

.thankYou .slider-title {
  margin-bottom: 10px;
}

.thankYou .sections p {
  text-transform: none;
}

.thankYou .prime-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .thankYou .slider-title {
    font-size: 42px;
    margin-bottom: 20px;
  }
  .thankYou {
    padding-top: 65px;
    padding-bottom: 45px;
  }
}

@media (max-width: 575px) {
  .thankYou .slider-title {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .thankYou .sections p {
    font-size: 16px;
    line-height: 1.3;
  }
  .thankYou .prime-btn {
    margin-top: 15px;
    padding: 10px 20px;
  }
}
