* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: 'Quicksand' !important;
}

html, body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: 'Quicksand' !important;
}

a:hover {
	color: #e99613 !important;
}

.headernav {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: all 0.5s;
	background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.54) 35%, rgb(253, 253, 253) 100%);
}

.site-nav-logo {
    width: 100%;
    height: auto;
}

.menu-items {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.menu-ul {
    display: flex;
    list-style: none;
    margin-top: 18px;
}

.menu-ul li {
    padding: 0px 16px;
}

.menu-ul li a {
    text-decoration: none;
    color: #101010;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.5s;
}

.menu-ul li a:hover {
    color: #e99613;
}

.site-primary-btn {
    padding: 12px 18px;
    background: #e99613;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    border-radius: 4px;
    transition: all 0.5s;
}

.site-primary-btn img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    margin-top: -4px;
}

.site-primary-btn:hover {
    background: #252562;
}

.site-primary-btnv2 {
    padding: 12px 18px;
    background: #e99613;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    border-radius: 35px;
    transition: all 0.5s;
}

.site-primary-btnv2:hover {
    background: #252562;
}

.site-secondary-btn {
    padding: 12px 18px;
    background: #252562;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    border-radius: 4px;
    transition: all 0.5s;
}

.site-secondary-btn:hover {
    background: #e99613;
}

.mt-custom-v1 {
    margin-top: 8px;
}

.hero-section {
    width: 100%;
    height: auto;
    background: #fff;
    position: relative;
}

.banner-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.ms-slide-info {
   /* width: 100%;
    height: auto;
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
	margin-top:0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, rgba(255,255,255,0.5998774509803921) 0%, rgba(255,255,255,0.09567577030812324) 35%, rgba(0,0,0,0.3029586834733894) 100%);*/
	height: auto;
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: 20%;
  z-index: 4;
  margin-top: 0 !important;
}

.hero-heading {
    font-size: 48px;
	line-height: 1.2;
    font-weight: 600;
    color: #ffbe58;
    text-shadow: 1px 2px 4px #000;;
    text-transform: capitalize;
    text-align: center;
}

.hero-sub-text {
    color: #fff;
	  text-shadow: 1px 2px 4px #000;
	  text-align: center;
	  font-size: 18px;
	  font-weight: 600;
}

.box-shadow-v1 {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.abouthero-img-sec {
    width: 100%;
    height: 465px;
    border-radius: 10px;
}

.abouthero-img-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.abouthero-img-sec-v2 {
    width: 100%;
    height: 495px;
    border-radius: 10px;
}

.abouthero-img-sec-v2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.section-padding-default {
    padding: 80px 0px;
}

.lead-sub-head {
    color: #e99613;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 10px;
}

.section-lead-head {
    color: #252562;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 10px;
}

.ptxt {
    font-size: 16px;
}

.checkmarked-bullets {
    width: 20px !important;
    height: 20px !important;
    margin-top: 3px;
}

.ndis-logo {
    width: 96px;
    height: 96px;
    background: transparent;
    border: 1px solid #6c2a77;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-top: -10px;
}

.ndis-logo img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.sec-bg-img-v1 {
    width: 100%;
    height: auto;
    background: url(../images/bg-img-1.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.sec-bg-img-v2 {
    width: 100%;
    height: auto;
    background: url(../images/psyn-banner.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.cta-img {
    width: 100%;
    height: 441px;
    object-fit: cover;
    border-radius: 10px;
}

.content-head {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.bdr-btm-w {
    border-bottom: 1px solid #b5b5b5;
}

.accordion-button {
    background: #252562 !important;
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 600 !important;
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: url(../images/down-arrow.png) !important;
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/down-arrow.png) !important;
    transform: var(--bs-accordion-btn-icon-transform);
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-item {
    border: none !important;
    margin-bottom: -30px !important;
}

.accordion-body {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
}

.service-card {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-bottom: 4px solid #16174f;
    border-radius: 6px;
	margin-bottom: 60px;
}

@media (min-width: 1200px) {
    .service-card {
        height: 285px;
    }
}

.service-card img {
    width: 100%;
    height: 145px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 20px;
}

.service-card-head {
    font-size: 20px;
    color: #16174f;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}

.f-bld {
    font-weight: 600;
}

.wcu-card {
    width: 100%;
    height: auto;
	min-height: 357px;
    padding: 50px 17px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    margin-top: 30px;
}

.wcu-circle-1 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
}

.wcu-circle-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.2;
}

.wcu-card-title {
    font-size: 22px;
    font-weight: 800;
    text-align: center;
    line-height: 1.2;
    margin-top: 10px;
}

.footer-upper {
    padding: 80px 0px 0px 0px;
    background: url(../images/footer-bg.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.foothead {
    font-size: 24px;
    font-weight: 800;
    color: #e99613;
}

.foot-menu-list {
    list-style: none;
    margin-left: 0px !important;
    padding-left: 0px !important;
}

.foot-menu-list li {
    margin-top: 10px;
}

.foot-menu-list li img {
    margin-top: -4px;
}

.foot-menu-list li a {
    color: #fff;
    text-decoration: none;
    margin-left: 9px;
    transition: all 0.5s;
    font-size: 15px;
}

.foot-menu-list li a:hover {
    color: #e99613;
}

.fs18px {
    font-size: 18px !important;
}

.fs24px {
    font-size: 24px !important;
}

.social-icons {
    width: 36px;
    height: 36px;
    margin-left: 5px;
    margin-right: 5px;
}

.footer-lower {
    width: 100%;
    height: auto;
    padding: 10px 0px;
    background: #16174f;
}

:root {
    --swiper-theme-color: #252562 !important;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: 40px !important;
    height: 40px !important;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    border: 2px solid !important;
    border-radius: 100% !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 20px !important;
}

.swiper-button-nextt {
	width: 40px;
	height: 40px;
	border: 2px solid #252562;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
    top: 36%;
    right: -50px;
    z-index: 12;
}

.swiper-button-nextt img {
	width: 24px;
	height: 24px;
}

.swiper-button-prevv {
	width: 40px;
	height: 40px;
	border: 2px solid #252562;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
    top: 36%;
    left: -50px;
    z-index: 12;
}

.swiper-button-prevv img {
	width: 24px;
	height: 24px;
}

.sp-testimonial-free-section .sp-testimonial-client-rating i.fa {
	font-family: FontAwesome !important;
}

.fa {
	font-family: FontAwesome !important;
}

.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("/wp-content/uploads/2024/02/inr-page-head-bg.jpg") #fff no-repeat center;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 110px 0 120px !important;
    margin: 154px 0 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.page .entry-content {
    max-width: 100% !important;
    padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #fff;
    position: relative;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 99;
    margin-bottom: 3px;
	text-shadow: 3px 3px #0008;
}
.breadcrumb-container {
    width: 100%;
    color: #f26d20;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #f26d20;
}

.bdr-rad10px {
	border-radius: 10px;
}

.check-mark2 {
	width: 20px !important;
	height: 20px !important;
	margin-right: 10px;
    margin-top: 3px;
}

.bullet-head {
	font-size: 18px;
	font-weight: 600;
}

.contact-secadd {
	width: 100%;
	height: auto;
	padding: 40px;
	background: linear-gradient(180deg, rgba(37,37,98,0.8015581232492998) 0%, rgba(37,37,98,0.7987570028011204) 35%, rgba(37,37,98,0.7987570028011204) 100%), url(/wp-content/uploads/2024/02/contact-bg.jpg) no-repeat;
	background-size: cover;
	border-radius: 10px;
}

.service-card br {
	display: none !important;
}

.accordion-button br {
	display: none !important;
}

.accord-body-gap-adjust {
	margin-top: -30px;
    margin-bottom: 40px;
}

.apply-btn {
    width: 150px;
    height: 48px;
    background: #e99613;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: 0;
    border-radius: 4px;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
}

.apply-btn br {
	display: none !important;
}

.form-sec {
	width: 100%;
	height: auto;
	background: #25256214;
	border-radius: 10px;
	padding: 40px 60px 10px;
}

.form-control {
	height: 50px !important;
    padding-left: 20px !important;
}

.form-control:focus {
	outline: 0 !important;
    box-shadow: none !important;
	border: 1px solid #252562 !important;
}

.h120px {
	height: 120px !important;
	padding-left: 20px;
	border-radius: 4px !important;
	margin-bottom: 16px !important;
	margin-top: 16px;
}

.form-labelv1 {
	font-size: 22px;
	font-weight: 600;
	margin-top: 16px;
	margin-bottom: 10px;
}

.contact-link-box {
	width: 100%;
	height: 48px;
	background: #e9961324;
	border-radius: 10px;
	padding: 40px 20px 33px;
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}

.conlinktxt {
	color: #252562;
	font-size: 24px;
	font-weight: 600;
}

.conlinktxt br {
	display: none !important;
}

.contacticon-box {
	width: 40px;
	height: 40px;
	background: #252562;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
}

.contacticon-box img {
	width: 20px;
	height: auto;
}

.foot-ndis-logo {
	width: 50px;
	height: auto;
}

.site-logo img {
	width: 100%;
	height: auto;
}

#rmp-container-384 {
	background-color: #252562 !important;
}

  #rmp-menu-wrap-384 .rmp-menu-current-item .rmp-menu-item-link {
    color: #fff !important;
    border-color: #252562 !important;
    background-color: #e99613 !important;
  }

@media (max-width: 1199px) {
	.hero-heading {
		font-size: 32px !important;
	}
	.hero-sub-text {
	  font-size: 16px !important;
	}
	.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
		opacity: 0;
	}
}

@media(max-width: 991px) {
	.wcu-card {
		min-height: 340px;
	}
	.site-logo img {
	  width: 170px;
	  height: auto;
	  margin-top: -8px;
	}
	.img-fluid {
		width: 100%;
		height: 350px;
		object-fit: cover;
	}
	.abouthero-img-sec {
	  width: 100%;
	  height: 350px;
	  border-radius: 10px;
	}
	.abouthero-img-sec-v2 {
	  width: 100%;
	  height: 350px;
	  border-radius: 10px;
	}
	.page .entry-title, .blog_page_title {
		font-size: 24px;
	}
	.page .entry-header, .blog_page_header {
		padding: 60px 0 70px !important;
	}
	
	.section-padding-default {
	  padding: 30px 0px;
	}
	.ndis-logo {
	  width: 70px;
	  height: 70px;
	  background: transparent;
	  border: 1px solid #6c2a77;
	  border-radius: 100%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  margin-left: 20px;
	  margin-top: 4px;
	}
	.ndis-logo img {
	  width: 60px;
	  height: 60px;
	  object-fit: cover;
	}
	.cta-img {
	  width: 100%;
	  height: 350px;
	  object-fit: cover;
	  border-radius: 10px;
	}
	.swiper-button-nextt {
		display: none;
	}
	.swiper-button-prevv {
		display: none;
	}
	.service-card {
		min-height: 252px;
	}
}

@media (max-width: 767px) {
	body {
		overflow-x: hidden !important;
	}
	p {
		font-size: 14px !important;
	}

	.ms-view, .ms-slide {
    min-height: 100% !important;
}
	.ms-slide-info {
    width: 330px !important;
		background: transparent !important;
		margin: 0 auto !important;
}
	.ms-view, .ms-slide, .ms-slide-bgcont {
    height: 500px !important;
}
	  .hero-sub-text {
    font-size: 14px !important;
  }
	.site-primary-btn {
  padding: 12px 10px;
	}
	.accordion-button {
		font-size: 18px !important;
	}
	.accordion-body {
		font-size: 14px !important
	}
	.wcu-card {
    min-height: auto;
  }
	.bullet-head {
  font-size: 15px;
  font-weight: 600;
}
	.contact-link-box {
  width: 100%;
  height: auto;
  background: #e9961324;
  border-radius: 10px;
  padding: 12px 20px 12px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
	.conlinktxt {
  color: #252562;
  font-size: 14px;
  font-weight: 600;
}
	.contact-link-box p {
		margin-top: auto;
		margin-bottom: auto;
	}
	.form-sec {
  padding: 40px 40px 10px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.site-logo img {
	  width: 150px;
	  height: auto;
	  margin-top: -5px;
	}
	.conlinktxt {
  color: #252562;
  font-size: 18px;
  font-weight: 600;
}
	.contact-link-box {
  width: 100%;
  height: 48px;
  background: #e9961324;
  border-radius: 10px;
  padding: 33px 20px 33px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
		.contact-link-box p {
		margin-top: auto;
		margin-bottom: auto;
	}
}

.error_container {
    display: flex;
    min-height: 100vh;
    align-items: center;
    text-align: center;
}

.acrd-btn-brdr {
	border-top: 2px solid #fff !important;
	border-bottom: 2px solid #fff !important;
}

.page-id-15 .page .entry-title, .blog_page_title {
	display: none;
}