body{
	margin:0;
	padding:0;
	font-family: 'Poppins';
}
a{
	text-decoration:none !important;
}
img{
	max-width: 100%;
	height: auto;
}
a:focus {
	outline: none;
	outline: 0px auto;
	outline-offset: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
	border: none !important;
}
a:focus, a:hover {
	text-decoration: none !important;
	outline: none !important;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Bold.eot');
	src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Bold.woff2') format('woff2'),
		url('../fonts/Poppins-Bold.woff') format('woff'),
		url('../fonts/Poppins-Bold.ttf') format('truetype'),
		url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBold.eot');
	src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
		url('../fonts/Poppins-SemiBold.woff') format('woff'),
		url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
		url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Medium.eot');
	src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Medium.woff2') format('woff2'),
		url('../fonts/Poppins-Medium.woff') format('woff'),
		url('../fonts/Poppins-Medium.ttf') format('truetype'),
		url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.eot');
	src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Regular.woff2') format('woff2'),
		url('../fonts/Poppins-Regular.woff') format('woff'),
		url('../fonts/Poppins-Regular.ttf') format('truetype'),
		url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background:#fff;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	z-index: 999;
}
.fixed-header{
	top: 0;
	box-shadow: 0 0 5px #929292;
	animation: smoothScroll 1s;
	z-index: 999;
}
.fixed-header .logo img{
	width: 166px;
}
.fixed-header .menu ul li a {
	padding: 16px 0;
}
.logo img{
	width: 190px;
	transition: ease 0.5s all 0s;
}
.top-btn{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}
.top-btn a{
	display: flex;
	align-items: center;
	background: #fea80d;
	color: #fff;
	font-weight: 500;
	border-radius: 50px;
	padding: 9px 20px;
	gap: 6px;
	transition: ease 0.5s all 0s;
}
.top-btn a:hover, .banner-btn a:last-child:hover{
	background: #c453f9;
}
.top-btn a img{
	width: 15px;
}
.top-btn a:last-child{
	background: linear-gradient(90deg,rgba(249, 97, 81, 1) 0%, rgba(250, 173, 85, 1) 69%);
	padding: 9px 25px;
}
.top-btn a:last-child:hover, .banner-btn a:hover{
	background: linear-gradient(90deg,rgba(250, 170, 86, 1) 13%, rgba(249, 94, 80, 1) 73%);
}
.menu{
	display: inline-block;
	vertical-align: middle;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	display: inline-block;
	margin-right: 20px;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: #1f1f1f;
	text-transform: none;
	padding: 22px 0;
	transition: ease 0.5s all 0s;
}
.menu ul li a.active, .menu ul li a:hover{
	color:#b357f6;
}
.banner{
	background: #fff7e8;
	margin-top: 119px;
	position: relative;
}
.banner-left img{
	width: 100%;
	object-fit: cover;
}
.banner-right{
	display: flex;
	align-items: center;
	padding-left: 9%;
	padding-right: 2%;
}
.banner-title{
	font-size: 45px;
	font-weight: 600;
	color: #081633;
	line-height: 60px;
}
.banner-title strong{
	display: block;
	font-size: 50px;
	font-weight: bold;
	color: #fea80d;
}
.banner-text{
	font-size: 15px;
	color: #081633;
	margin-top: 10px;
}
.goal-list{
	margin-top: 20px;
	display: inline-flex;
	gap: 10px;
}
.goal-list strong{
	font-size: 15px;
	font-weight: normal;
	color: #081633;
	display: flex;
	align-items: center;
	gap: 5px;
}
.banner-btn{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-top: 28px;
}
.banner-btn a{
	display: flex;
	align-items: center;
	background: linear-gradient(90deg,rgba(249, 97, 81, 1) 0%, rgba(250, 173, 85, 1) 69%);
	color: #fff;
	font-weight: 600;
	border-radius: 50px;
	padding: 10px 28px;
	transition: ease 0.5s all 0s;
}
.banner-btn a:last-child{
	background: #fea80d;
	padding: 10px 45px;
}
.about-sec{
	padding: 50px 0 60px;
}
.about-left {
	padding-left: 20px;
}
.small-title{
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #fea80d;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 10px;
}
.small-title:after{
	width: 56px;
	height: 3px;
	background: linear-gradient(90deg,rgba(249, 97, 81, 1) 0%, rgba(250, 173, 85, 1) 69%);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -68px;
	content: "";
}
.about-title{
	font-size: 30px;
	font-weight: bold;
	color: #252525;
	line-height: 30px;
}
.about-text{
	color: #252525;
	font-size: 15px;
	margin-top: 15px;
}
.about-text p{
	margin-bottom: 8px;
}
.vission-box{
	background: #fff3e6;
	border: 1px solid #faae55;
	padding: 16px 15px;
	font-size: 14px;
	color: #252525;
	border-radius: 10px;
	margin-top: 15px;
}
.vission-box strong{
	display: block;
	margin-bottom: 2px;
}
.about-right{
	position: relative;
}
.about-img img{
	border-radius:20px;
	width: 100%;
}
.about-right:before{
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 26%, rgba(254, 195, 88, 1) 88%);
	border-radius: 20px;
	position: absolute;
	bottom: -40px;
	left: -40px;
	content: "";
	z-index: -1;  
}
.about-right:after{
	background: url(../images/dot.png);
	width: 146px;
	height: 146px;    
	border-radius:50%;
	background-size: 10px;
	position: absolute;
	top: -40px;
	right: 10px;
	content: "";
	z-index: -1;  
}
.value-sec{
	background: #fff5e2;
	padding: 50px 0;
}
.box1-top {
	margin-top: 20px;
}
.box1{
	background: #fff;
	text-align: center;
	padding: 20px 5px;
	border-radius: 13px;
	box-shadow: 0 0 18px -5px #0000005c;
	min-height: 100%;
	transition: ease 0.5s all 0s;
}
.box1 img{
	background: #fea80d;
	border-radius: 8px;
}
.box1-title {
	font-size: 15px;
	font-weight: bold;
	color: #252525;
	margin-top: 12px;
}
.box1-text {
	font-size: 14px;
	margin-top: 4px;
	padding:0 7px;
	scrollbar-width: thin;
	scrollbar-color: #3c3c3c #e1e1e1;
	max-height: 65px;
	overflow-y: auto;  
}
.service-sec{
	padding: 50px 0 25px;
}
.box2-top{
	margin-top: 20px;
	padding: 0 20px;
}
.box2{
	transition: ease 0.5s all 0s;
}
.box2-img{
	border-radius: 15px;
	overflow: hidden;
	transition: ease 0.5s all 0s;
}
.box2-img img{
	width: 100%;    
	transition: ease 0.5s all 0s;
}
.box2:hover .box2-img img{
	transform: scale(1.1);
}
.box2-title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 14px 0 0;
	font-weight: 600;
	color: #000;
	line-height: 1.1;
	font-size: 15px;
}
.icon{
	margin-left: 8px;
}
.icon img{
	background: #fea80d;
	border-radius: 50%;
	transition: ease 0.5s all 0s;
}
.box2:hover .icon img{
	transform: rotate(30deg) scale(1.3);
}
.serv-btn{
	position: relative;
	margin-top: 50px;
}
.serv-btn::before{
	width: 100%;
	height: 2px;
	background: #e8e8e8;
	position: absolute;
	top: 22px;
	left: 0;
	right: 0;
	content: "";
	z-index: -1;
}
.serv-btn a{
	display: inline-flex;
	align-items: center;
	background: #fff5e2;
	color: #fea80d;
	font-weight: 600;
	border-radius: 50px;
	border: 1px solid #fea80d;
	padding: 10px 28px;
	position: relative;
	transition: all 0.5s ease;
	overflow: hidden;
}
.serv-btn a:hover{
	background:#fea80d;
	color: #fff;
	border: 1px solid #f95e50;
}
.serv-btn a::before{
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 20%;
	height: 100%;
	background:#ffffff9e;
	transform: skewX(-25deg);
	transition: left .5s ease;
}
.serv-btn a:hover::before{
	left: 130%;
}
.about-text ul{
	margin:20px 0 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 8px 0;
}
.about-text ul li{
	list-style: none;
	line-height: 1.3;
	position: relative;
	padding-left: 20px;
}
.about-text ul li:before{
	border-radius: 50%;
	background-color: rgb(254, 168, 13);    
	width: 10px;
	height: 10px;
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
}
.ndis-support-sec{
	padding: 30px 0 90px;
}
.ndis-support-sec .about-left {
	padding-right: 20px;
}
.ndis-support-sec .about-right::before {
	left: auto;
	right: -40px;
}
.ndis-support-sec .about-right::after{
	display: none;
}
.approach-sec{
	padding: 50px 0;
	background: #fff5e2;
}
.box3-top{
	margin-top: 25px;
}
.box3{
	background: #fffcf9;
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 14px;
	color: #565656;
	padding: 18px 16px;
	border-radius: 8px;
	box-shadow: 0 0 10px -6px #0000009e;
	min-height: 100%;
	transition: ease 0.5s all 0s;
}
.box1:hover, .box3:hover, .box4:hover{
	transform: translateY(-8px);
}
.box3 strong{
	display: block;
	color: #252525;
	font-size: 16px;
	margin-bottom: 3px;
}
.icon2 img{
	background: #fea80d;
	border-radius: 8px;
	min-width: 49px;
}
.icon2.grad img{
	background: linear-gradient(90deg,rgba(249, 97, 81, 1) 0%, rgba(250, 173, 85, 1) 69%);
}
.choose-us-sec{
	padding: 50px 0;
}
.box4-top{
	margin-top: 20px;
}
.box4{
	background: #fea80d;
	text-align: center;
	padding: 20px 5px;
	border-radius: 13px;
	box-shadow: 0 0 18px -5px #0000005c;
	min-height: 100%;
	transition: ease 0.5s all 0s;
}
.box4-top:nth-child(2n) .box4{
	background: linear-gradient(180deg,rgba(250, 170, 86, 1) 24%, rgba(249, 94, 80, 1) 78%);
}
.icon3 img{
	background: #fff;
	border-radius: 8px;
}
.box4-title {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-top: 12px;
}
.box4-text{
	font-size: 14px;
	margin-top: 5px;
	color: #fff;
	line-height: 1.4;
}
.faq-sec{
	background: #fdf9f4;
	padding: 50px 0;
}
.faq-part{
	max-width: 800px;
	margin: 32px auto 0;
}
.ea-header a{
	font-size: 16px !important;
	line-height: 18px !important;
	color: #313131 !important;
}
/* .sp-ea-single.ea-expand .ea-header a{
color: #fff !important;
} */
.sp-ea-single{
	background: #fff !important;
	border: 1px solid #0000001c !important;
}
/* .sp-ea-single.ea-expand{
background: #fea80d !important;
} */
.ea-expand-icon{
	float: right !important;
	color: #fff !important;
	margin-right: 0 !important;
	margin-left: 10px !important;
	margin-top: -5px;
	background: #fea80d;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	font-size: 12px !important;
	line-height: 25px !important;
}
.sp-ea-single.ea-expand .ea-expand-icon{
	color: #fff !important;
}
.ea-body{
	color: #666464;
	font-size: 14px;
	line-height: 1.4;
	padding: 5px 15px !important;
}
.get-in-touch-sec{
	padding: 50px 0;
}
.get-left{
	background: #fea80d;
	padding: 30px 24px;
	border-radius: 15px;
}
.get-left .about-title{
	font-size: 30px;
	line-height: 30px;
}
.contact-list{
	margin: 25px 0 0;
	padding: 0;
}
.contact-list li{
	list-style: none;
	display: flex;
	align-items: center;
	gap: 14px;
	margin-top: 17px;
	font-size: 17px;
	color: #fff;
}
.contact-list li img{
	background: #ffffff;
	border-radius: 7px;
}
.contact-list li strong{
	display: block;
	color: #fff;
	font-weight: bold;
}
.contact-list li a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.contact-list li a:hover {
	color: #000;
	letter-spacing:0.4px;
}
.get-form{
	background: #f5f0fd;
	padding: 30px 24px 0;
	border-radius: 15px;
	min-height: 100%;
}
.frm_fld input {
	width:100%;
	padding:12px 15px;
	border:none !important;
	margin-top:12px;
	border-radius:5px;
	color:#000;
	background:#fff;
}
.frm_fld select {
	background:url(../images/dropdown.png) center right 10px no-repeat #fff;
	width:100%;
	border:none !important;
	margin-top:12px;
	border-radius:5px;
	font-size:15px;
	color:#000;
	padding:12px 30px 10px 15px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:none
}
.frm_fld select option{
	color:#000;
}
.frm_fld textarea {
	width:100%;
	height:110px;
	padding:12px 15px;
	background:#fff !important;
	color:#000;
	margin-top:12px;
	border-radius:5px;
	border:none !important;
	resize:none;
}
.send_btn input {
	border: none !important;
	display: block;
	border-radius: 50px !important;
	color: #fff !important;
	padding: 8px 36px !important;
	background: linear-gradient(90deg,rgba(249, 97, 81, 1) 0%, rgba(250, 173, 85, 1) 69%) !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	margin-top: 24px;
	text-transform: none !important;
}
.frm_fld p, .send_btn p {
	margin-bottom:0 !important;
}



.last-sec{
	margin-bottom: -80px;
	position: relative;
}
.last-part{
	background: linear-gradient(270deg,rgba(250, 170, 86, 1) 24%, rgba(249, 94, 80, 1) 78%);
	padding: 35px 32px;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.left-part{
	max-width: 65%;
}
.last-part .about-title{
	font-size: 30px;
	line-height: 30px;
}
.get-btn{
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.get-btn a{
	display: flex;
	align-items: center;
	background: #fff;
	color: #000000;
	font-weight: 500;
	border-radius: 50px;
	padding: 11px 28px 10px;
	line-height: 1.4;
	transition: ease 0.5s all 0s;
}
.get-btn a:hover {
	background: #0a0a0a;
	color: #fff;
}
.footer{
	background:#160c31;
	padding:40px 0 15px;
}
.home .footer{
	padding-top: 130px;
}
.foot_logo img{
	width: 154px;
}
.foot_text{
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}
.foot_social a{
	margin-right: 3px;
}
.foot_title{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	color: #fff;
	list-style: none;
	margin-bottom: 5px;
	font-size: 14px;
}
.foot1 li a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover{
	color: #faaa56;
}
.foot1.second li{
	display: flex;
	margin-bottom: 14px;
	align-items: center;
	gap: 11px;
}
.foot_left{
	padding-left:26px;
}
.foot_right{
	padding-left:30px; 
}
.copyright{
	text-align: center;
	padding: 15px 0 0;
	font-size: 14px;
	color: #fff;
	border-top: 1px solid #ffffff38;
	text-transform: uppercase;
	margin-top: 35px;
}
.copyright a{
	color: #f97952;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 24px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 32px;
	right: -25%;
	color: #fff;
	background: linear-gradient(270deg,rgba(250, 170, 86, 1) 24%, rgba(249, 94, 80, 1) 78%);
	text-align: center;
	opacity: 0;
	transition: ease 0.5s all 0s;
}
#back2Top.show {
	opacity: 1;
	right: 1%;
}
.page{
	margin-top:0 !important;
}
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
	background: url(../images/inner-banner.jpg) no-repeat;
	background-size: cover !important;
	background-position: center top !important;
	max-width: 100% !important;
	padding: 180px 0 !important;
	margin: 119px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: left;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(1, 1, 1, 0.56);
	position: absolute;
	content: "";
	top:0;
	bottom: 0;
	left: 0;
	right: 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;
	width: 100%;
	font-size:28px;
	font-weight: bold;
	text-transform: none;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}
.breadcrumb-container {
	text-align: left;
	color: #fff !important;
	font-size: 16px !important;
	position: relative;
	z-index: 99;
}
.breadcrumb-container a {
	color: #fff !important;
}
.abt-title {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.2; 
}
.abt-title strong{
	font-weight: bold;
	color:#f96a51;
}
.abt-title.dup{
	font-size: 20px;
	font-weight: 600;
	color: #373737;
	margin-top: 16px;
}
.ab-inner-text {
	color: #252525;
	font-size: 15px;
}
.ab-inner-text p{
	margin-bottom:15px;
}
.ab-inner ul {
	padding: 0px;
	margin: 15px 0 0;
}
.ab-inner ul li {
	background: url(../images/check3.png) no-repeat;
	background-position: top 2px left;
	list-style: none;
	padding-left: 28px;
	font-size: 15px;
	margin-bottom: 5px;
	color: #252525;
	background-size: 19px;
}
.inner-sec {
	background:#ffc6682e;
	margin-top: 40px;
	padding: 50px 0;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background:#5d62f8;
	border-radius: 5px;
}
.bottom-sec .abt-title{
	color:#fff;
}
.bottom-sec .ab-inner-text{
	color:#fff;
} 
.inr-box1-top{
	margin-top:25px;
}
.inr-box1{
	background: linear-gradient(180deg,rgba(250, 170, 86, 1) 30%, rgba(249, 94, 80, 1) 73%);
	padding: 30px 25px;
	border-radius: 10px;
	min-height:100%;
}
.inr-box1 img{
	background: #fff;
	border-radius: 50%;
	width: 84px;
	border: 3px solid #c854f7;
	padding: 7px;
}
.inr-box1 p{
	margin-bottom:0;
}
.inr-box1 .abt-title{
	font-size: 22px;
	margin-top: 18px;
}
.inr-box1 .abt-title strong {
	color: #4f5cec;
}
.inr-box1 .ab-inner-text {
	color: #fff;
}
.inr-box1 ul{
	margin:0;
	margin-left: 12px;
	padding:0;
}
.inr-box1 ul li{
	list-style:disclosure-closed;
	color: #fff;
	font-size: 15px;
	margin-bottom: 4px;
}
.ab-list {

}
.ab-list strong{
	font-size: 14px;
	color:#252525;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	font-weight: 500;
	width: 49%;
	line-height: 1.2;
}
.ab-list strong img{
	max-height: 27px;
}
.inr-btn{
	margin-top:20px;
}
.inr-btn a{
	display: inline-flex;
	align-items: center;
	background: linear-gradient(90deg,rgba(249, 97, 81, 1) 0%, rgba(250, 173, 85, 1) 69%);
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	border-radius: 50px;
	padding: 9px 26px;
	transition: ease 0.5s all 0s;
}
.inr-box2 {
	box-shadow: 0 0 8px #949494a8;
	padding: 25px 30px;
	border-radius: 14px;
}
.inr-box2 p{
	margin-bottom:0;
}
.inr-box2 img{
	background: linear-gradient(90deg,rgba(249, 97, 81, 1) 0%, rgba(250, 173, 85, 1) 69%);
	border-radius: 50%;
	width: 86px;
	border: 5px solid #fffefe;
	box-shadow: 0 0 3px #777;
	padding: 5px;
}
.inr-box2-title{
	font-size: 22px;
	font-weight: 600;
	color: #000;
	margin-top: 18px;
	line-height: 1.2;
}
.inr-box2-text {
	font-size: 15px;
	margin-top: 10px;
	color: #000;
}
.inr-box2-text ul{
	margin: 10px 0 0;
	padding: 0;
	padding-left: 15px;
}
.inr-box2-text ul li{
	list-style:disclosure-closed;
	margin-top: 3px;
	color: #252525;
}

/* .difference-label {
display: inline-block;
margin-bottom: 15px;
color: #fea80d;
font-size: 14px;
font-weight: 700;
letter-spacing: 1.5px;
text-transform: uppercase;
} */
.difference-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 20px;
	margin-top: 34px;
}
.difference-card {
	position: relative;
	display: flex;
	gap: 22px;
	padding: 30px;
	background: #ffffff;
	border: 1px solid #f1e6d4;
	border-radius: 18px;
	overflow: hidden;
	transition: all 0.35s ease;
}
.difference-card:last-child {
	grid-column: 1 / -1;
	max-width: 580px;
	width: 100%;
	justify-self: center;
}
.difference-card.two{
	grid-column: inherit;
	max-width: 100%;
}
.difference-card:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 0;
	background:#f97752;
	transition: height 0.35s ease;
}
.difference-card:hover {
	/*     transform: translateY(-6px); */
	border-color: #fea80d;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}
.difference-card:hover:before {
	height: 100%;
}
.difference-number {
	flex: 0 0 58px;
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff5e2;
	color: #fea80d;
	border-radius: 50%;
	font-size: 17px;
	font-weight: 800;
	transition: all 0.35s ease;
}
.difference-card:hover .difference-number {
	background: #fea80d;
	color: #ffffff;
}
.difference-content {
	flex: 1;
}
.difference-card-title {
	margin-bottom: 5px;
	color: #0b0b0b;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 600;
}
.difference-card-text {
	color: #666;
	font-size: 15px;
	line-height: 1.75;
}
.inr-faqs {
	background: linear-gradient(90deg,rgba(249, 97, 81, 1) 0%, rgba(250, 173, 85, 1) 69%);
	padding:34px 25px 25px;
	margin-top: 16px;
	border-radius: 8px;
}
.contact-left {
	height: 100%;
	padding: 35px 25px 25px;
}
.info-text {
	color: #000;
	text-transform: uppercase;
	font-size: 22px;
	padding-bottom: 10px;
	font-weight: bold;
}
.contact_top_number {
	font-size: 17px;
	font-weight: 500;
	position: relative;
	padding-left: 35px;
	margin-top: 12px;
	color: #000;
}
.contact_top_number img {
	position: absolute;
	top: 1px;
	left: 0;
}
.contact_top_number a {
	color: #000;
}
.contact-right {
	background: linear-gradient(90deg,rgba(249, 97, 81, 1) 0%, rgba(250, 173, 85, 1) 69%);
	padding: 35px 25px 0;
}
.info-text.second{
	color:#fff;
}
.contact-right .send_btn input{
	background: #0e0d0d !important;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#fea80d;
	color: #000 !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
	text-transform:uppercase;
	font-size: 15px;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 42px;
	width: 42px;
	border-radius: 50%;
	padding: 9px 8px;
}
.footer_btn3 {
	background: #262525;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
	text-transform:uppercase;
	font-size: 15px;
}
.back-btn a {
	background: linear-gradient(90deg,rgba(249, 97, 81, 1) 0%, rgba(250, 173, 85, 1) 69%);
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border-radius:50px;
	padding: 11px 22px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.error_container {
	align-items: center;
	padding: 10px 0 50px;
	text-align: center;
}

/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.header{
		padding:10px 0;
	}
	.top-btn, .menu{
		display:none;
	}
	.logo img, .fixed-header .logo img{
		width: 110px;
	}
	.rmp-submenu .menu-item a {
		height: auto !important;
		overflow: visible !important;
		line-height: inherit !important;
		margin-bottom: 5px;
		padding: 6px 25px !important;
	}
	.banner{
		margin-top: 81px;
		padding-bottom: 25px;
	}
	.banner-right{
		padding:0 2%;
		margin-top:25px;
	}
	.banner-title {
		font-size: 26px;
		line-height: 34px;
	}
	.banner-title strong {
		font-size: 25px;
	}
	.goal-list{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.banner-btn a{
		font-size: 15px;
	}
	.about-sec {
		padding: 30px 0;
	}
	.about-left {
		padding-left: 0;
	}
	.small-title {
		margin-bottom: 6px;
	}
	.about-title {
		font-size: 22px;
		line-height: 24px;
	}
	.about-right::before, .about-right::after, .small-title::after{
		display:none;
	}
	.about-right{
		margin-top:30px;
	}
	.value-sec {
		padding: 35px 0;
	}
	.service-sec {
		padding: 30px 0 20px;
	}
	.serv-btn{
		margin-top: 35px;
	}
	.serv-btn a{
		padding: 8px 28px;
		font-size: 15px;
	}
	.ndis-support-sec {
		padding: 15px 0 35px;
	}
	.ndis-support-sec .about-left {
		padding-right: 0;
	}
	.about-text ul{
		grid-template-columns: repeat(1, 1fr);
	}
	.approach-sec {
		padding: 35px 0;
	}
	.box3-top {
		margin-top: 20px;
	}
	.icon2 img{
		min-width: 45px;
	}
	.choose-us-sec {
		padding: 35px 0;
	}
	.faq-sec {
		padding: 35px 0 30px;
	}
	.faq-part {
		max-width: 100%;
		margin: 28px auto 0;
	}
	.ea-header a{
		font-size: 15px !important;
	}
	.get-in-touch-sec {
		padding: 30px 0;
	}
	.get-left{
		overflow: hidden;
		padding: 26px 15px
	}
	.get-left .about-title {
		font-size: 22px;
		line-height: 24px;
	}
	.contact-list li .eb, .foot1.second li .eb{
		overflow-x: auto;
		scrollbar-width: thin;
		scrollbar-color: #3c3c3c #cecece;
	}
	.contact-list li{
		gap: 12px;
		margin-top: 15px;
		font-size: 15px;
	}
	.get-form {
		padding: 15px 15px 0;
		margin-top: 25px;
	}
	.last-part{
		flex-direction: column;
		align-items: start;
		padding: 25px 20px;
	}
	.left-part {
		max-width: 100%;
	}
	.last-part .about-title {
		font-size: 22px;
		line-height: 25px;
	}
	.get-btn {
		margin-top: 20px;
	}
	.home .footer {
		padding-top: 110px;
	}
	.footer {
		padding: 30px 0 60px;
	}
	.foot_logo img {
		width: 135px;
	}
	.foot_left, .foot_right {
		padding-left: 12px;
	}
	.foot_title {
		font-size: 17px;
		margin-bottom: 10px;
		margin-top: 15px;
	}
	.page .entry-header, .blog_page_header{
		padding: 61px 0 !important;
		margin: 81px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 22px;
	}
	.abt-title {
		font-size: 20px;
	}
	.abt-title.dup{
		font-size: 17px;
	}
	.ab-iner-img{
		margin-top:20px;
	}
	.ab-iner-img img{
		width:100%;
	}
	.inr-box2 {
		padding: 25px 20px;
	}
	.inr-box2 img {
		width: 75px;
		border: 3px solid #fffefe;
		padding: 7px;
	}
	.inr-box2-title{
		font-size: 20px;
	}
	.difference-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 18px 0;
		margin-top: 30px;
	}
	.difference-card{
		gap: 15px;
		padding: 25px 15px;
	}
	.difference-card-title{
		font-size: 16px;
	}
	.difference-card-text {
		font-size: 14px;
		line-height: 1.4;
	}
	.inner-sec {
		margin-top: 36px;
		padding: 35px 0;
	}
	.bottom-sec {
		padding: 35px 10px;
		margin-top: 30px;
	}
	.inr-box1 {
		padding: 25px 15px;
	}
	.inr-box1 img {
		width: 75px;
		border: 2px solid #c854f7;
		padding: 8px;
	}
	.inr-box1 .abt-title {
		font-size: 18px;
		margin-top: 16px;
	}
	.inr-faqs {
		padding: 18px 15px 8px;
	}
	.contact-left {
		padding: 25px 15px 25px;
	}
	.info-text{
		font-size: 18px;
	}
	.contact_top_number {
		font-size: 15px;
		line-height: 1.2;
	}
	.contact-right {
		padding: 20px 15px 0;
	}	
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.top-btn{
		right:80px !important;
	}
	.banner-right {
		padding: 0 5% !important;
	}
	.box1-top, .box2-top, .box4-top, .inr-box1-top{
		width: 50%;
	}
	.box2-top {
		padding: 0 12px !important;
	}
	.get-form {
		margin-top: 25px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.top-btn{
		display: inline-flex;
		position: fixed;
		top: 10px;
		right: 95px;
	}
	.top-btn a{
		font-size: 14px;
	}
	.banner-title {
		font-size: 26px;
		line-height: 28px;
	}
	.banner-right{
		padding-left: 5%;
	}
	.banner-text{
		font-size: 14px;
	}
	.get-form{
		margin-top: 0;
	}
	.difference-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 18px 15px;
	}
	.difference-card:last-child{
		max-width: 400px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.menu ul li {
		margin-right: 10px;
	}
	.menu ul li a{
		font-size: 14px;
		padding: 23px 0;
	}
	.banner-title {
		font-size: 36px;
		line-height: 40px;
	}
	.banner-title strong{
		font-size: 35px;
	}
	.banner-right {
		padding-left: 5%;
		padding-right: 1%;
	}
	.goal-list {
		gap: 7px;
	}
	.goal-list strong {
		font-size: 13px;
	}
	.banner-btn {
		margin-top: 20px;
	}
	.about-title {
		font-size: 28px;
	}
	.about-text{
		margin-top: 12px;
	}
	.box1-text {
		font-size: 13px;
		padding: 0 5px;
		max-height: 60px;
	}
	.box3{
		gap: 10px;
		font-size: 12px;
		padding: 18px 10px;
	}
	.icon2 img {
		min-width: 42px;
	}
	.box3 strong {
		font-size: 14px;
	}
	.box4-title {
		font-size: 15px;
	}
	.box4-text{
		font-size: 13px;
	}
	.left-part {
		max-width: 63%;
	}
	.last-part .about-title {
		font-size: 26px;
		line-height: 28px;
	}
	.contact-list li .eb{
		font-size: 16px;
		overflow-x: auto;
		scrollbar-width: thin;
		scrollbar-color: #3c3c3c #cecece;
	}
	.foot1.second li .eb{
		overflow: auto;
	}
	.foot_right {
		padding-left: 14px;
	}
	.inr-box1 .abt-title {
		font-size: 20px;
	}
	.contact_top_number{
		font-size: 14px;
	}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
	.top-btn{
		display: inline-flex;
		position: fixed;
		top: 10px;
		right: 95px;
	}
	.top-btn a{
		font-size: 14px;
	}
	.banner-title {
		font-size: 26px;
		line-height: 30px;
	}
	.banner-title strong {
		font-size: 28px;
	}
	.banner-right{
		padding-left: 10%;
	}
	.banner-text{
		font-size: 14px;
	}
	.about-title {
		font-size: 24px;
	}
	.get-form{
		margin-top: 0;
	}
	.left-part {
		max-width: 100%;
	}
	.last-part .about-title {
		font-size: 24px;
		line-height: 26px;
	}
	.difference-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 18px 15px;
	}
	.difference-card:last-child{
		max-width: 400px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.menu ul li {
		margin-right: 10px;
	}
	.menu ul li a{
		font-size: 14px;
		padding: 23px 0;
	}
	.banner-title {
		font-size: 36px;
		line-height: 40px;
	}
	.banner-title strong{
		font-size: 35px;
	}
	.banner-right {
		padding-left: 5%;
		padding-right: 1%;
	}
	.goal-list {
		gap: 7px;
	}
	.goal-list strong {
		font-size: 13px;
	}
	.banner-btn {
		margin-top: 20px;
	}
	.about-title {
		font-size: 28px;
	}
	.about-text{
		margin-top: 12px;
	}
	.box1-text {
		font-size: 13px;
		padding: 0 5px;
		max-height: 60px;
	}
	.box3{
		gap: 10px;
		font-size: 12px;
		padding: 18px 10px;
	}
	.icon2 img {
		min-width: 42px;
	}
	.box3 strong {
		font-size: 14px;
	}
	.box4-title {
		font-size: 15px;
	}
	.box4-text{
		font-size: 13px;
	}
	.left-part {
		max-width: 63%;
	}
	.last-part .about-title {
		font-size: 26px;
		line-height: 28px;
	}
	.contact-list li .eb{
		font-size: 16px;
		overflow-x: auto;
		scrollbar-width: thin;
		scrollbar-color: #3c3c3c #cecece;
	}
	.foot1.second li .eb{
		overflow: auto;
	}
	.foot_right {
		padding-left: 14px;
	}
	.inr-box1 .abt-title {
		font-size: 20px;
	}
	.contact_top_number{
		font-size: 14px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.top-btn {
		position: relative;
		top: 0;
		right: 0;
	}
	.menu ul li {
		margin-right: 10px;
	}
	.menu ul li a{
		font-size: 14px;
		padding: 23px 0;
	}
	.banner-title {
		font-size: 36px;
		line-height: 40px;
	}
	.banner-title strong{
		font-size: 35px;
	}
	.banner-right {
		padding-left: 5%;
		padding-right: 1%;
	}
	.goal-list {
		gap: 7px;
	}
	.goal-list strong {
		font-size: 13px;
	}
	.banner-btn {
		margin-top: 20px;
	}
	.about-title {
		font-size: 28px;
	}
	.about-text{
		margin-top: 12px;
	}
	.box1-text {
		font-size: 13px;
		padding: 0 5px;
		max-height: 60px;
	}
	.box3{
		gap: 10px;
		font-size: 12px;
		padding: 18px 10px;
	}
	.icon2 img {
		min-width: 42px;
	}
	.box3 strong {
		font-size: 14px;
	}
	.box4-title {
		font-size: 15px;
	}
	.box4-text{
		font-size: 13px;
	}
	.left-part {
		max-width: 63%;
	}
	.last-part .about-title {
		font-size: 26px;
		line-height: 28px;
	}
	.contact-list li .eb{
		font-size: 16px;
		overflow-x: auto;
		scrollbar-width: thin;
		scrollbar-color: #3c3c3c #cecece;
	}
	.foot1.second li .eb{
		overflow: auto;
	}
	.foot_right {
		padding-left: 14px;
	}
	.inr-box1 .abt-title {
		font-size: 20px;
	}
	.contact_top_number{
		font-size: 14px;
	}
}

@media screen and (min-width: 1424px) {
	.banner-right {
		padding-left: 4%;
		padding-right: 7%;
	}
	.choose-us-sec .container-fluid, .value-sec .container-fluid{
		max-width: 1320px;
	}
	.page .entry-header, .blog_page_header{
		padding: 200px 0 !important;
	}
}

@media screen and (min-width: 1624px) {
	.banner-right {
		padding-left: 9%;
		padding-right: 5%;
	}
	.page .entry-header, .blog_page_header{
		padding: 230px 0 !important;
	}
}

@media screen and (min-width: 1920px) {
	.banner-right {
		padding-left:16%;
		padding-right: 2%;
	}
	.page .entry-header, .blog_page_header{
		padding: 280px 0 !important;
	}
}

@media screen and (min-width: 2048px) {
	.banner-right {
		padding-left:18%;
	}
	.page .entry-header, .blog_page_header{
		padding: 305px 0 !important;
	}
}

@media screen and (min-width: 2550px) {
	.banner-right {
		padding-left:25%;
	}
	.page .entry-header, .blog_page_header{
		padding: 375px 0 !important;
	}
}    
