body{
	margin:0;
	padding:0;
	font-family: 'Outfit';
}
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: 'Pacifico';
	src: url('../fonts/Pacifico-Regular.eot');
	src: url('../fonts/Pacifico-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Pacifico-Regular.woff2') format('woff2'),
		url('../fonts/Pacifico-Regular.woff') format('woff'),
		url('../fonts/Pacifico-Regular.ttf') format('truetype'),
		url('../fonts/Pacifico-Regular.svg#Pacifico-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

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

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

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

@font-face {
	font-family: 'Outfit';
	src: url('../fonts/Outfit-Regular.eot');
	src: url('../fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Outfit-Regular.woff2') format('woff2'),
		url('../fonts/Outfit-Regular.woff') format('woff'),
		url('../fonts/Outfit-Regular.ttf') format('truetype'),
		url('../fonts/Outfit-Regular.svg#Outfit-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: 160px;
}
.fixed-header .small-text{
	font-size: 9px;
}
.fixed-header .menu ul li a{
	padding:34px 0;
}
.logo img{
	width: 196px;
	transition: ease 0.5s all 0s;
}
.small-text{
	font-size: 11px;
	font-weight: 600;
	margin-top: 2px;
	color: #00295b;
	transition: ease 0.5s all 0s;
}
.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: #000;
	text-transform: uppercase;
	padding:42px 0;
	transition: ease 0.5s all 0s;
}
.menu ul li a.active, .menu ul li a:hover{
	color:#0a9a97;
}
.ref-btn{
	display: inline-block;
	vertical-align: middle;
	background: #00295b;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 32px;
	text-transform: uppercase;
	border-radius: 6px;
	margin-left: 22px;
	transition: ease 0.5s all 0s;  
}
.ref-btn:hover{
	background: #07a7a6;
}
.get-btn{
	display: inline-block;
	vertical-align: middle;
	background: #07a7a6;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 12px 22px;
	text-transform: uppercase;
	border-radius: 6px;
	margin-left: 6px;
	transition: ease 0.5s all 0s;
}
.get-btn:hover{
	background:#00295b;
}
.banner{
	margin-top: 107px;
	position: relative;
}
.banner::before{
	width:30%;
	height: 100%;
	background: linear-gradient(90deg,rgba(255, 255, 255, 0.91) 16%, rgba(0, 0, 0, 0) 52%);
	position: absolute;
	top: 0;
	left:0;
	content: "";
}
.banner::after{
	background: url(../images/shape1.png) no-repeat;
	width: 100%;
	height: 143px;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}
.banner-content{
	width: 100%;
	position: absolute;
	top: 43%;
	transform: translateY(-50%);
	z-index: 9;
}
.banner-part{
	max-width: 615px;
	position: relative;
}
.banner-small-title{
	font-size: 17px;
	font-weight: 600;
	color: #00716e;
	text-transform: uppercase;
	margin-bottom: 8px;
	line-height: 1.3;
}
.banner-title{
	font-size: 44px;
	font-weight: 600;
	color: #00295b;
	line-height: 45px;
}
.banner-title2{
	font-family: 'Pacifico';
	font-size: 38px;
	color: #008584;
	line-height: 45px;
	position: relative;
	transform: rotate(-3deg);
	margin-top:2px;
	z-index: 1;
	display: inline-block;
}
.banner-title2:after{
	background: url(../images/shape2.png) no-repeat;
	width: 266px;
	height: 71px;
	position: absolute;
	top: 9px;
	right: -121px;
	content: "";
	transform: rotate(3deg);
	z-index: -1;
}
.banner-text{
	color: #242323;
	font-size: 20px;
	margin-top: 35px;
	line-height: 1.4;
}
.banner-text strong{
	font-size:25px;
}
.banner-text br{
	margin-top: 10px;
	display: block;
}
.banner-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #00295b;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 11px 45px;
	border: 2px solid #00295b;
	text-transform: uppercase;
	margin: 23px 6px 0 0;
	border-radius: 6px;
	transition: ease 0.5s all 0s !important;
}
.banner-btn a:hover{
	background: #07a7a6;
	border: 2px solid #07a7a6;
}
.banner-btn a:last-child {
	background: transparent;
	color: #008584;
	border: 2px solid #07a7a6;
	padding: 11px 25px;
}
.banner-btn a:last-child:hover{
	background: #d3984d;
	color: #000;
	border: 2px solid #d3984d;
}
.banner-ndis{
	position: absolute;
	top: -20px;
	right: -160px;
}
.banner-ndis:before{
	background: url(../images/ndis-shape.png) no-repeat;
	background-size: contain;
	transform-origin: center;
	width: 112px;
	height: 112px;
	position: absolute;
	top: -18px;
	left: -19px;
	content: "";
	animation: rotate360 8s linear infinite;
	background-size: 112px;
}
@keyframes rotate360 {
	from {
		transform: rotate(360deg);
	}
	to {
		transform: rotate(0deg);
	}
}
.support-sec{
	padding: 50px 0 100px;
	background: #f2fbfe;
	position: relative;
}
.support-sec::before{
	background: url(../images/shape5.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 44px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}
.support-title{
	font-size: 38px;
	font-weight: 600;
	color: #00295b;
	line-height: 41px;
	padding-bottom: 25px;
	margin-bottom: 15px;
	position: relative;
}
.support-title:after{
	background: url(../images/heart.png) no-repeat;
	width: 102px;
	height: 14px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: "";
}
.support-text{
	color: #202020;
	font-size: 18px;
}
.support-text br{
	margin-bottom:10px;
}
.box1-top{
	margin-top: 25px;
}
.box1{
	border-radius: 9px;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
	background: #fff;
	min-height: 100%;
	overflow: hidden;
}
.box1-img img{
	width: 100%;
}
.box1-content{
	padding: 20px 15px 26px;
}
.box1-title{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.3;
}
.box1-text{
	margin-top: 8px;
	color: #303030;
	font-size: 16px;
	max-height:118px;
	overflow-y:auto;
	scrollbar-width: thin;
	scrollbar-color: #3c3c3c #cecece;
}
.learn-btn{
	display: inline-block;
	background: #40b5ae;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 20px;
	text-transform: uppercase;
	margin-top: 14px;
	border-radius: 6px;
	transition: ease 0.5s all 0s;
}
.learn-btn:hover{
	background: #00295b;
}

/* .box1-img{
max-width: 50%;
position: relative;
}
.box1-img img{
width: 100%;
}
.box1-img:after{
background: url(../images/shape3.png) no-repeat;
width: 131px;
background-size: cover;
position: absolute;
top: 0;
right: 0;
content: "";
bottom: 0;  
}
.box1.three .box1-img:after{
background: url(../images/shape4.png) no-repeat;
width: 130px;
background-size: cover;
position: absolute;
top: 0;
left: 0;
content: "";
bottom: 0;  
} */

/* .box1-title img{
background: #07a7a6;
border-radius: 50%;
width: 72px;
} */
/* .box1-title.two{
flex-direction: row-reverse;
} */

/* .box1-list{
margin: 10px 0 0;
padding: 0;
}
.box1-list li{
background: url(../images/check1.png) no-repeat;
list-style: none;
padding-left: 25px;
color: #303030;
font-size: 15px;
background-size: 19px;
background-position: 0 4px;
margin-top: 3px;
} */

/* .box1.three{
flex-direction: row-reverse;
}
.box1-top:first-child .box1-content{
padding-right: 20px;
}
.box1-top:last-child .box1-content{
padding-left: 20px;
}
.box1.three .box1-title img{
background: #00295b;
} */
.sp1{
	position: absolute;
	top: 10px;
	left: 0;
}
.sp2{
	position: absolute;
	top: 10px;
	right: 0;
}
.choose-us-sec{
	padding: 50px 0 62px;
	position: relative;
}
.box2-top{
	margin-top: 25px;
}
.box2{
	text-align: center;
	background: linear-gradient(180deg,rgba(18, 203, 198, 1) 16%, rgba(6, 128, 128, 1) 91%);
	/* 	background: linear-gradient(180deg,rgba(240, 176, 88, 1) 16%, rgba(175, 123, 64, 1) 100%); */
	padding: 27px 15px;
	border-radius: 8px;
	min-height: 100%;
}
.icon {
	width: 100px;
	height: 100px;
	background: #fff;
	border-radius: 50%;
	margin: 0 auto;
	line-height: 90px;
	border: 3px solid #dd9229;
}
.icon img{
	max-height: 48px;
	filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(0%) hue-rotate(257deg) brightness(100%) contrast(104%);
}
.box2-title{
	font-size: 19px;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
	margin-top: 16px;
}
.box2-text{
	font-size: 14px;
	color: #444444;
	margin-top: 3px;
	line-height: 1.3;
}
.goal-part {
	max-width: 75%;
	box-shadow: 0 0 8px #00295b;
	margin: 50px auto 0;
	border-left: 5px solid #07a7a6;
	padding: 35px 20px;
	border-radius: 10px;
	font-size: 17px;
	color: #171717;
}
.goal-part strong{
	display: block;
	font-size: 22px;
	color: #00295b;
	font-weight: bold;
}
.wp1{
	position: absolute;
	left: 0;
	bottom:-35px;
	z-index: 1;
}
.wp2{
	position: absolute;
	bottom:10px;
	right: 0;
}
.about-sec{
	background: url(../images/about-bg.jpg) no-repeat center top;
	background-size: cover;
	position: relative;
}
.about-sec:before{
	background: url(../images/shape8.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 38px;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.about-left{
	display: flex;
	align-items: center;
	padding-right: 9%;
}
.about-left .support-title{
	padding-bottom: 10px;
	font-size: 30px;
}
.about-left .support-title span{
	display: inline-block;
	transform: translateY(-10px);
	margin: 0 3px;
}
.about-left .support-title::after {
	background: url(../images/heart2.png) no-repeat;
	bottom: 0;
	left: 0;
	transform: none;
}
.about-text{
	font-size: 17px;
	color: #000;
	margin-top: 15px;
}
.about-text strong{
	font-size: 18px;
}
.about-text br{
	margin-bottom: 12px;
}
.about-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #40b5ae;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 31px;
	border: 1px solid #40b5ae;
	margin: 20px 10px 0 0;
	border-radius: 6px;
	transition: ease 0.5s all 0s;
}
.about-btn a:hover {
	background: #dea050;
	color: #000;
	border: 1px solid #fff;
}
.about-btn a:last-child{
	background: transparent;
	color: #fff;
	border: 1px solid #fff;
	padding: 9px 22px 9px 19px;
}
.about-btn a:last-child:hover{
	background: #07a7a6;
	color: #fff;
	border: 1px solid #fff;
}
.about-btn a:last-child img{
	transform: translate(-6px , -1px);
	width: 25px;
}
.about-right{
	height: 100%;
}
.about-right img{
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}
.review-sec{
	padding: 50px 0 20px;
}
.review-part{
	margin-top: 15px;
}
.sp-testimonial-free-section {
	margin: 0 38px 20px !important;
}
.sp-testimonial-free{
	background:#fff !important;
	margin: 10px;
	padding:24px 17px 46px;
	border-radius: 15px !important;
	position: relative;
	text-align:left !important;
	box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.37) !important;
}
.sp-testimonial-client-testimonial{
	margin-bottom:14px !important;
}
.sp-testimonial-client-testimonial p{
	font-size: 15px !important;
	color: #3e3e3e !important;
	line-height: 23px !important;
	margin-bottom: 20px !important;
	text-align: left !important;
	padding: 0 !important;
	padding-right: 5px !important;
	max-height: 116px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #3c3c3c #cecece;
}
.sp-testimonial-client-name{
	text-align: left !important;
	font-size: 17px !important;
	font-weight:500 !important;
	margin-bottom: 0 !important;
	color:#3e3e3e !important;
	margin-left: 80px !important;
}
.sp-testimonial-client-image{
	position: absolute;
	bottom: 14px;
	margin-bottom: 0 !important;
}
.sp-testimonial-client-rating{
	position: absolute;
	bottom: 22px;
	margin-bottom: 0 !important;
	margin-left: 80px !important;;
}
.sp-testimonial-free-section .testimonial-nav-arrow {
	top: 65% !important;
	font-size: 26px !important;
	line-height: 25px !important;
	width: 35px !important;
	height: 35px !important;
	border-radius: 50%;
}
.goal-together-sec{
	background: url(../images/goal-bg.png) no-repeat center top;
	padding: 82px 0 42px;
	background-size: cover;
	position: relative;
}
.goal-left{
}
.goal-title{
	font-size: 32px;
	font-weight: 500;
	color: #fff;
	line-height: 34px;
}
.goal-title2{
	font-family: 'Pacifico';
	font-size: 37px;
	color: #00c2c1;
	line-height: 34px;
	margin-top: 7px;
	margin-bottom: 30px;
	z-index: 1;
	position: relative;
	display: inline-block;
}
.goal-title2::after {
	background: url(../images/shape9.png) no-repeat;
	width: 266px;
	height: 71px;
	position: absolute;
	top: -4px;
	right: -123px;
	content: "";
}
.goal-center img{
	border: 6px solid #f6b557;
	border-radius: 50%;
}
.get-touch-sec{
	position: absolute;
	top: 57%;
	transform: translateY(-50%);
	right:40px;
}
.get-part{
	background: #fff;
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 15px;
	padding: 6px 18px 10px;
	border-radius: 9px;
	color: #404040;
	margin-bottom: 12px;
}
.get-part span{
	display: block;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
}
.get-part span a{
	color: #404040;
	transition: ease 0.5s all 0s;
}
.get-part span a:hover {
	color: #07a7a6;
}
.get-part img{
	margin-top: 5px;
}
.ndis2{
	background: #6c2976;
	text-align: center;
	border-radius: 9px;
	overflow: hidden;
}
.footer{
	padding: 40px 0 15px;
	border-top: 1px solid #00295b54;
}
.home .footer{
	border-top: none;
}
.foot_logo {
	text-align: center;
}
.foot_logo img{
	width: 190px;
}
.ndis3{
	margin-top:20px;
	text-align: center;
}
.ndis3 img{
	width: 168px;
	border: 1px solid #00295b5c;
	padding: 6px 18px;
	border-radius: 3px;
}
.foot_text{
	font-size: 15px;
	color: #404040;
	margin-top: 14px;
	padding-right: 9%;
}
.foot_title{
	font-size: 20px;
	color: #00295b;
	font-weight: 600;
	margin-bottom: 9px;
	line-height: 1.3;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	color: #1e1e1e;
	list-style: none;
	margin-bottom: 9px;
	font-size: 16px;
	line-height: 1.3;
}
.foot1 li a{
	color: #1e1e1e;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover{
	color:#41b1ff;
	letter-spacing: 0.3px;
}
.foot1.second li{
	display: flex;
	margin-bottom: 8px;
	align-items: start;
	gap: 8px;
	font-size: 17px;
}
.foot1.second li img{
	margin-top: 2px;
}
.social{
	margin-top: 20px;
}
.social a{
	margin-right:3px;
}
.line1{
	position: relative;
}
.line1::after {
	width: 1px;
	height: 100%;
	background: #0707071c;
	position: absolute;
	top: 0;
	left: -10px;
	content: "";
}
.copyright{
	padding: 15px 0 0;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 35px;
	border-top: 1px solid #d9d9d9;
	color: #000;
}
.copyright a{
	color: #00295b;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 24px;
	border-radius: 50%;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 51px;
	right: 1%;
	color: #fff;
	background: #07a7a6;
	text-align: center;
	opacity: 0;
	transition: ease 0.5s all 0s;    
}
#back2Top.show {
	opacity: 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: 174px 0 !important;
	margin: 107px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: left;
}
.page .entry-header:before, .blog_page_header:before {
	background:#ffffff2b;
	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: #000;
	width: 100%;
	font-size:28px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
	text-shadow: 0 0 10px #ffffff5c;
}
.breadcrumb-container {
	color: #000 !important;
	font-size: 16px !important;
	position: relative;
	z-index: 99;
}
.breadcrumb-container a {
	color: #000 !important;
}
.abt-title {
	font-size: 30px;
	font-weight: bold;
	color: #00295b;
	margin-bottom: 10px;
	line-height: 1.2; 
}
.abt-title strong{
	font-weight: bold;
	color:#e8a955;
}
.abt-title.ab{
	font-size:30px;
}
/* .abt-title.dup{
font-size: 20px;
font-weight: bold;
color:#29292a;
margin-top: 16px;
} */
.ab-inner-text {
	color: #000;
	font-size: 17px;
}
.ab-inner-text p{
	margin-bottom:10px;
}
.ab-inner ul {
	padding: 0px;
	margin: 15px 0 0;
}
.ab-inner ul li {
	background: url(../images/check1.png) no-repeat;
	background-position: top 1px left;
	list-style: none;
	padding-left: 30px;
	font-size: 17px;
	margin-bottom: 5px;
	color: #000;
	background-size: 21px;
}
.inner-sec {
	background:#fcba5a26;
	margin-top: 40px;
	padding: 50px 0;
}
.founder-sec {
	text-align: center;
	background: #00295b;
	margin-top: 40px;
	padding: 40px 10px;
}
.founder-sec .abt-title{
	color:#fff;
}
.bt-part .ab-inner-text strong{
	display: inline-block;
	background: #fbf5e8;
	color: #07a7a6;
	font-weight: 500;
	padding: 10px 25px;
	border: 1px solid #e9ab57;
	line-height: 1.2;
	border-radius: 6px;
	position:relative;
	z-index: 1;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background:#07a7a6;
	border-radius: 5px;
}
.bottom-sec .abt-title{
	color:#fff;
}
.bottom-sec .ab-inner-text, .founder-sec .ab-inner-text{
	color:#fff;
} 
.ndis {
	width: 180px;
	margin: 30px auto 0;
}
.inr-box1-top{
	margin-top:25px;
}
.inr-box1{
	background: #fff;
	box-shadow: 0 0 5px #969696;
	min-height: 100%;
	padding: 25px 17px;
	border-radius: 10px;
}
.inr-box1 p{
	margin-bottom:10px;
}
.inr-box1 img{
	background:#07a7a6;
	border-radius: 50%;
	width: 86px;
	border: 5px solid #fffefe;
	box-shadow: 0 0 3px #777;
	padding: 5px;
}
.inr-box1-title{
	font-size: 24px;
	font-weight: 600;
	color: #000;
	margin-top: 18px;
	line-height: 1.2;
}
.inr-box1-text {
	font-size: 17px;
	margin-top: 10px;
	color: #000;
	line-height: 1.4;
}
.inr-box1-text ul{
	margin: 10px 0 0;
	padding: 0;
	padding-left: 15px;
}
.inr-box1-text ul li{
	list-style:disclosure-closed;
	margin-top: 5px;
}
.faq-part{
	margin-top:30px;
}
.faq-part .sp-ea-single{
	background: #07a7a6 !important;
	border: none !important;
	border-radius: 0 !important;
	margin-bottom: 15px !important;
}
.faq-part .sp-ea-single.ea-expand{
	background:#00295b !important;
}
.faq-part .ea-header a{
	font-size:20px !important;
	font-weight: 500 !important;
	line-height: 24px !important;
	color:#fff !important;
}
.faq-part .sp-ea-single.ea-expand .ea-header a{
	color:#fff !important;
}
.faq-part .ea-body{
	font-size:16px !important;
	color:#000 !important;
	border: 1px solid #d7d7d7;
	border-top:none !important;
}
.faq-part .ea-expand-icon{
	color:#fff !important;
}
.faq-part .sp-ea-single.ea-expand .ea-expand-icon{
	color:#fff !important;
}
.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: 18px;
	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:#00295b;
	padding: 35px 25px 0;
}
.info-text.second{
	color:#fff;
}
.frm_fld input {
	width:100%;
	padding:12px 15px;
	border:none !important;
	margin-top:10px;
	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:10px;
	border-radius:5px;
	font-size:15px;
	color:#000;
	padding:11px 30px 12px 15px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:none
}
.frm_fld select option{
	color:#000;
}
.frm_fld textarea {
	width:100%;
	height:98px;
	padding:10px 15px;
	background:#fff !important;
	color:#000;
	margin-top:10px;
	border-radius:5px;
	border:none !important;
	resize:none;
}
.send_btn input {
	border: none !important;
	display: block;
	border-radius: 5px !important;
	color: #fff !important;
	padding: 12px 25px !important;
	background: #07a7a6 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	margin-top: 22px;
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.form-title2{
	text-align: center;
	color: #000;
	font-size: 26px;
	font-weight: 600;
}
.inner-form-box{
	background:#07a7a6;
	padding:30px 20px;
	margin-top:22px;
	border-radius: 8px;
}
.ref_form_title{
	font-size: 20px;
	color:#fff;
	font-weight: bold;
}
.ref_form_title p{
	margin-bottom:0;
}
.frm_label2 {
	color: #000;
	margin-top: 15px;
	font-size: 16px;
	font-weight: 500;
}
span.wpcf7-list-item {
	margin: 0 20px 0 0 !important;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 12px;
	cursor: pointer;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 22px;
	color: #fff;
}
.wpcf7-list-item-label::before{
	position: absolute;
	top: 2px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border: 1px solid #ddd;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
	background-color: #fff;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
	background-color: #e8a954;
	border-color: #e8a954;
}
.wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	display:none;	
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
	display:block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
	left: 6px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.referral-form .send_btn input {
	background:#00295b !important;
	margin: 20px auto 0;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#00295b;
	color: #fff !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: 7px 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: #00295b;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border-radius: 8px;
	padding: 13px 22px 11px;
	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:6px 0;
	}
	.ref-btn, .get-btn, .menu{
		display:none;
	}
	.logo img, .fixed-header .logo img{
		width: 120px;
	}
	.small-text {
		font-size: 8px;
		margin-top: 3px;
		line-height: 1.2;
	}
	.fixed-header .small-text{
		font-size: 8px;
	}
	.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: 80px;
		margin-bottom: 20px;
		position: relative;
	}
	.banner::after, .banner::before{
		display:none;
	}
	.banner-content {
		position: relative;
		top: auto;
		transform: none;
		margin-top:20px;
	}
	.banner-title {
		font-size: 28px;
		line-height: 30px;
	}
	.banner-title2 {
		font-size: 25px;
		line-height: 30px;
		transform: rotate(0deg);
		margin-top: 7px;
	}	
	.banner-title2::after{
		display:none;
	}
	.banner-text {
		font-size: 16px;
		margin-top: 12px;
	}
	.banner-text strong {
		font-size: 18px;
		line-height: 1.3;
	}
	.banner-btn a {
		font-size: 14px;
		padding: 9px 32px;
		margin: 20px 6px 0 0;
	}
	.banner-btn a:last-child {
		padding: 9px 18px;
	}
	.support-sec {
		padding: 35px 0;
	}
	.support-sec::before{
		display:none;
	}
	.sp1, .sp2, .wp1, .wp2{
		display:none;
	}
	.support-title {
		font-size: 25px;
		line-height: 27px;
		padding-bottom: 20px;
		margin-bottom: 10px;
	}
	.support-text {
		font-size: 16px;
	}
	.box1-title br{
		display:none;
	}
	.choose-us-sec {
		padding: 35px 0 40px;
	}
	.box2-top {
		margin-top: 20px;
	}
	.icon {
		width: 80px;
		height: 80px;
		line-height: 75px;
	}
	.icon img {
		max-height: 35px;
	}
	.goal-part {
		max-width: 100%;
		margin: 30px auto 0;
		padding: 20px 15px;
		font-size: 16px;
	}
	.goal-part strong {
		font-size: 19px;
		margin-bottom: 4px;
		line-height: 1.2;
	}
	.about-sec{
		padding:35px 0;
	}
	.about-sec::before{
		display:none;
	}
	.about-left {
		padding-right: 12px;
	}
	.about-left .support-title{
		font-size: 25px;
		padding-bottom: 25px;
	}
	.about-left .support-title span img{
		width: 33px;
	}
	.about-right{
		margin-top:25px;
	}
	.about-right img{
		width:100%;
	}
	.review-sec {
		padding: 35px 0 20px;
	}	
	.sp-testimonial-free-section {
		margin: 0 0 20px !important;
	}	
	.goal-together-sec{
		background-image:none;
		background:#00295b;
		padding: 40px 0;
	}
	.goal-title {
		font-size: 25px;
		line-height: 30px;
	}
	.goal-title2 {
		font-size: 30px;
		line-height: 29px;
		margin-top: 4px;
	}
	.goal-center{
		text-align:center;
		margin-top: 35px;
	}
	.get-touch-sec {
		position: relative;
		top: auto;
		transform: none;
		right: 0;
		margin-top: 20px;
		padding: 0 20px;
	}
	.footer {
		padding: 25px 0 60px;
	}
	.foot_logo img {
		width: 140px;
	}
	.ndis3 {
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.ndis3 img {
		width: 135px;
		padding: 8px 12px;
	}
	.foot_title {
		font-size: 18px;
		margin-top: 12px;
	}
	.foot1 li {
		margin-bottom: 6px;
		font-size: 15px;
	}
	.line1::after{
		display:none;
	}
	.copyright {
		margin-top: 15px;
		text-align: center;
	}
	.tc{
		margin-top:5px;
	}
	.page .entry-header, .blog_page_header {
		padding: 80px 0 !important;
		margin: 80px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 22px;
	}
	.abt-title {
		font-size: 20px;
	}
	.ab-inner-text {
		font-size: 15px;
	}
	.ab-inner ul li{
		font-size: 15px;
	}
	.ab-iner-img{
		margin-top:15px;
	}
	.ab-iner-img img{
		width:100%;
	}
	.inner-sec {
		margin-top: 35px;
		padding: 35px 0;
	}
	.inr-box1-top {
		margin-top: 20px;
	}	
	.inr-box1 {
		padding: 22px 15px;
	}
	.inr-box1 img {
		width: 75px;
		border: 3px solid #fffefe;
		padding: 2px;
	}
	.inr-box1-title {
		font-size: 20px;
		margin-top: 15px;
	}
	.inr-box1-text {
		font-size: 15px;
	}
	.abt-title.ab {
		font-size: 24px;
	}
	.ndis {
		width: 135px;
		margin: 26px auto 0;
	}
	.faq-part .ea-header a{
		font-size: 17px !important;
		line-height: 18px !important;
	}
	.faq-part .ea-body{
		font-size: 15px !important;
	}
	.contact-left {
		padding: 20px 15px 25px;
	}
	.info-text{
		font-size: 18px;
	}
	.contact_top_number{
		font-size: 17px;
	}
	.contact-right{
		padding: 20px 15px 0;
	}
	.form-title2{
		font-size: 22px;
	}
	.inner-form-box{
		padding: 20px 15px;
	}
	.ref_form_title{
		font-size: 18px;
	}
	.frm_label2{
		margin-top: 10px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.ref-btn{
		right: 80px !important;
	}
	.box1-top, .box2-top{
		width: 50%;
	}
	.about-right {
		margin-top: 25px !important;
	}
	.get-touch-sec {
		width: 375px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.ref-btn{
		display: inline-block;
		position: fixed;
		top: 16px;
		right: 90px;
		font-size: 14px;
		padding: 10px 27px;
	}
	.banner{
		margin-top: 71px;
	}
	.about-right {
		margin-top: 0;
	}
	.sp-testimonial-free-section {
		margin: 0 38px 20px !important;
	}
	.get-touch-sec {
		margin: 20px auto 0;
		width: 326px;
	}
	.page .entry-header, .blog_page_header{
		margin: 71px 0 30px !important;
	}	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.small-text{
		font-size: 9px;
	}
	.menu ul li{
		margin-right: 10px;
	}
	.menu ul li a{
		font-size: 14px;
		padding: 43px 0;
	}
	.ref-btn{
		font-size: 14px;
		padding: 10px 24px;
		margin-left: 10px;
	}
	.get-btn {
		font-size: 14px;
		padding: 10px 17px;
		margin-left: 4px;
	}
	.banner img{
		height:600px;
		object-fit:cover;
	}
	.banner-title {
		font-size: 36px;
		line-height: 38px;
	}
	.banner-title2{
		font-size: 34px;
		line-height: 38px;
	}
	.banner-text {
		font-size: 18px;
		margin-top: 30px;
	}
	.banner-text strong {
		font-size: 22px;
	}
	.support-title {
		font-size: 32px;
		line-height: 34px;
		padding-bottom: 20px;
	}
	.icon {
		width: 90px;
		height: 90px;
		line-height: 85px;
	}
	.icon img {
		max-height: 40px;
	}
	.about-left{
		padding: 50px 4% 50px 10px;
	}
	.foot1 li{
		font-size: 15px;
	}
	.copyright{
		font-size: 13px;
	}	
}

/* 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) {
	.ref-btn{
		display: inline-block;
		position: fixed;
		top: 16px;
		right: 90px;
		font-size: 14px;
		padding: 10px 27px;
	}
	.banner{
		margin-top: 71px;
	}
	.about-right {
		margin-top: 0;
	}
	.sp-testimonial-free-section {
		margin: 0 38px 20px !important;
	}
	.get-touch-sec {
		margin: 20px auto 0;
		width: 326px;
	}
	.page .entry-header, .blog_page_header{
		margin: 71px 0 30px !important;
	}
}

@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) {
	.small-text{
		font-size: 9px;
	}
	.menu ul li{
		margin-right: 10px;
	}
	.menu ul li a{
		font-size: 14px;
		padding: 43px 0;
	}
	.ref-btn{
		font-size: 14px;
		padding: 10px 24px;
		margin-left: 10px;
	}
	.get-btn {
		font-size: 14px;
		padding: 10px 17px;
		margin-left: 4px;
	}
	.banner img{
		height:600px;
		object-fit:cover;
	}
	.banner-content{
		top: 47%;
	}
	.banner-title {
		font-size: 36px;
		line-height: 38px;
	}
	.banner-title2{
		font-size: 34px;
		line-height: 38px;
	}
	.banner-text {
		font-size: 18px;
		margin-top: 30px;
	}
	.banner-text strong {
		font-size: 22px;
	}
	.support-title {
		font-size: 32px;
		line-height: 34px;
		padding-bottom: 20px;
	}
	.icon {
		width: 90px;
		height: 90px;
		line-height: 85px;
	}
	.icon img {
		max-height: 40px;
	}
	.about-left{
		padding: 50px 4% 50px 10px;
	}
	.foot1 li{
		font-size: 15px;
	}
	.copyright{
		font-size: 13px;
	}
}

/* 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) {
	.small-text{
		font-size: 9px;
	}
	.menu ul li{
		margin-right: 10px;
	}
	.menu ul li a{
		font-size: 14px;
		padding: 43px 0;
	}
	.ref-btn{
		position: relative;
		top: 0;
		right: 0;
		font-size: 14px;
		padding: 10px 24px;
		margin-left: 10px;
	}
	.get-btn {
		font-size: 14px;
		padding: 10px 17px;
		margin-left: 4px;
	}
	.banner img{
		height:600px;
		object-fit:cover;
	}
	.banner-content{
		top: 47%;
	}
	.banner-title {
		font-size: 36px;
		line-height: 38px;
	}
	.banner-title2{
		font-size: 34px;
		line-height: 38px;
	}
	.banner-text {
		font-size: 18px;
		margin-top: 30px;
	}
	.banner-text strong {
		font-size: 22px;
	}
	.support-title {
		font-size: 32px;
		line-height: 34px;
		padding-bottom: 20px;
	}
	.icon {
		width: 90px;
		height: 90px;
		line-height: 85px;
	}
	.icon img {
		max-height: 40px;
	}
	.about-left{
		padding: 50px 4% 50px 10px;
	}
	.foot1 li{
		font-size: 15px;
	}
	.copyright{
		font-size: 13px;
	}
}

@media screen and (min-width: 1424px) {
	.banner-part {
		max-width: 690px;
	}
	.banner-text{
		font-size: 23px;
	}
	.about-sec:before{
		height: 45px;
		top: -2px;
		background-size: cover;
	}
	.about-left{
		padding-right: 4%;
	}
	.goal-left {
		padding: 30px 0;
	}
	.get-touch-sec{
		right: 84px;
	}
	.page .entry-header, .blog_page_header{
		padding: 200px 0 !important;
	}
}

@media screen and (min-width: 1624px) {
	.banner-part {
		max-width: 700px;
	}
	.about-sec:before{
		height: 50px;
	}
	.about-left{
		padding-right:7%;
	}
	.goal-left {
		padding: 42px 0;
	}
	.get-touch-sec{
		right: 156px;
	}
	.page .entry-header, .blog_page_header{
		padding: 230px 0 !important;
	}
}

@media screen and (min-width: 1920px) {
	.about-sec:before{
		height:58px;
	}
	.about-left{
		padding-right:16%;
	}
	.goal-left {
		padding: 58px 0;
	}
	.get-touch-sec{
		right: 315px;
	}
	.page .entry-header, .blog_page_header{
		padding: 270px 0 !important;
	}
}

@media screen and (min-width: 2048px) {
	.about-sec:before{
		height:61px;
	}
	.about-left{
		padding-right:18%;
	}
	.goal-left {
		padding: 70px 0;
	}
	.get-touch-sec{
		right: 375px;
	}
	.page .entry-header, .blog_page_header{
		padding: 300px 0 !important;
	}
}

@media screen and (min-width: 2550px) {
	.about-sec:before{
		height:76px;
	}
	.about-left{
		padding-right:25%;
	}
	.goal-left {
		padding: 100px 0;
	}
	.get-touch-sec{
		right: 630px;
	}
	.page .entry-header, .blog_page_header{
		padding: 365px 0 !important;
	}
}
