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: 'Orbitron';
	src: url('../fonts/Orbitron-Bold.eot');
	src: url('../fonts/Orbitron-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Orbitron-Bold.woff2') format('woff2'),
		url('../fonts/Orbitron-Bold.woff') format('woff'),
		url('../fonts/Orbitron-Bold.ttf') format('truetype'),
		url('../fonts/Orbitron-Bold.svg#Orbitron-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

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

@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 .topbar{
	height: 0;
}
.fixed-header .logo img {
	width: 138px;
}
.fixed-header .menu ul li a {
	padding: 22px 0;
}
.topbar{
	background: linear-gradient(to right,  #57c5f0 0%,#2989d8 50%,#faad26 50%);
	height: 7px;
	transition: ease 0.5s all 0s;
}
.logo img{
	width: 165px;
	transition: ease 0.5s all 0s;
}
.ad-part{
	background: #fff6e5;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 18px;
	margin-left: 25%;
	position: relative;
}
.ad-part:before{
	width: 40px;
	height: 100%;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	background: #fff6e5;
	position: absolute;
	top: 0;
	left: -40px;
	content: "";
}
.ad-part:after{
	width:2000px;
	height: 100%;
	background: #fff6e5;
	position: absolute;
	top: 0;
	right: -2000px;
	content: "";
}
.ad1{
	display: flex;
	align-items: center;
	gap: 8px;
}
.ad1 span{
	font-size: 15px;
	font-weight: 500;
	color: #121212;    
	margin-right: 18px;
}
.ad1 span img{
	width: 18px;
}
.ad1 span a{
	color: #121212;
	transition: ease 0.5s all 0s;
}
.ad1 span a:hover {
	color: #57c5f0;
}
.social{
	display: inline-flex;
	align-items: center;
}
.social img{
	background: #faad26;
	border-radius: 50%;
	width: 28px;
}
.social a{
	margin-left: 7px;
}
.menu{
	display: inline-block;
	vertical-align: middle;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	display: inline-block;
	margin-right: 25px;
}
.menu ul li a{
	display: block;
	font-size: 15px;
	font-weight: 500;
	color: #000;
	text-transform: none;
	padding: 30px 0;
	transition: ease 0.5s all 0s;
}
.menu ul li a.active, .menu ul li a:hover{
	color:#57c5f0;
}
.ref-btn{
	display: inline-block;
	vertical-align: middle;
	background: #57c5f0;
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 12px 24px 11px;
	border-radius: 7px;
	margin-left: 30px;
	letter-spacing: 1px;
	line-height: 1.2;
	transition: ease 0.8s all 0s;    
}
.ref-btn:hover{
	background: #faad26;
}
.banner{
	position: relative;
	margin-top: 130px;
}
.banner img{
	width: 100%;
}
.banner-content{
	position: absolute;
	width: 100%;
	top:44%;
	transform: translateY(-50%);
}
.banner-part{
	max-width: 448px;
	margin-left: auto;
}
.banner-small-title{
	font-size: 16px;
	font-weight: 500;
	color: #151515;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.banner-title{
	font-family: 'Orbitron';
	font-size:36px;
	font-weight: bold;
	line-height:42px;
	color: #151515;
	margin-top: 12px;
}
.banner-text{
	font-size: 15px;
	color: #000;
	margin-top: 15px;
}
.banner-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #faad26;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	padding: 11px 22px 10px;
	text-transform: uppercase;
	margin: 20px 0 0;
	border-radius: 7px;
	letter-spacing: 2px;
	transition: ease 0.8s all 0s;  
}
.banner-btn a:hover, .cont-btn:hover{
	background: #57c5f0;
}
.banner-bottom-sec{
	position: relative;
	margin-top: -62px;
	margin-bottom: 2%;
}
.box1{
	background: #fff;
	text-align: center;
	position: relative;
	padding: 68px 24px 20px;
	min-height: 100%;
	box-shadow: 0 0 9px -2px #b8b8b8;
	border-radius: 20px;
}
.box1:after{
	width: 82%;
	height: 100px;
	position: absolute;
	bottom: -21px;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 4px 11px -4px #cacaca;
	border-radius: 20px;
	content: "";
	z-index: -1;
}
.icon{
	position: absolute;
	top: -36px;
	left: 50%;
	transform: translateX(-50%);
}
.icon img{
	width: 80px;
	background: #57c5f0;
	border-radius: 50%;
	box-shadow: 0 0px 0px 5px #c1eeff;
}
.box1-title{
	font-size: 18px;
	font-weight: 600;
	color: #121212;
	line-height: 1.3;
}
.ndis-service-sec{
	padding: 84px 0 50px;
	position: relative;
}
.ndis-left {
	border-right: 1px solid #e2e2e2;
}
.serv-title{
	font-family: 'Orbitron';
	font-size: 32px;
	font-weight: 500;
	line-height: 36px;
	color: #151515;
}
.serv-text{
	margin-top: 13px;
	font-size: 15px;
	color: #151515;
}
.serv-list{
	margin:18px 0 0;
	padding: 0;
}
.serv-list li{
	background: url(../images/check1.png) no-repeat;
	list-style: none;
	font-size: 15px;
	font-weight: 600;
	color: #151515;
	background-size: 20px;
	padding-left: 26px;
	margin-top: 8px;
	background-position: 0 2px;
}
.cont-btn{
	display: inline-block;
	background: #faad26;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	padding: 11px 22px 10px;
	text-transform: uppercase;
	margin-top: 25px;
	border-radius: 9px;
	letter-spacing: 1px;
	transition: ease 0.8s all 0s;
}
.ndis-right {
	padding-left: 20px;
}
.shape1{
	position: absolute;
	top: 0;
	left: 0;
}
.shape2{
	position: absolute;
	top: 20px;
	right: 30px;
}
.service-sec{
	background: #e1f4fd;
	padding: 50px 0;
}
.service-sec .serv-text{
	padding:0 6%;
}
.box2-top{
	margin-top: 40px;
	padding: 0 9px;
}
.box2{
	background: #fff;
	border-radius: 15px;
	padding: 10px 10px 25px;
	text-align: center;
	min-height: 100%;
}
.serv-img{
	border-radius: 15px;
	overflow: hidden;
}
.serv-img img{
	width: 100%;
}
.box2-content {
	padding: 24px 12px 0;
}
.box2-title {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1.2;
}
.box2-text {
	font-size: 14px;
	margin-top: 8px;
	color: #000;
}
.box2 a{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #57c5f0;
	margin-top: 15px;
	letter-spacing: 2px;
	text-decoration: underline !important;
	transition: ease 0.5s all 0s;
}
.box2 a:hover {
	color: #faad26;
	letter-spacing: 4px;
}
.about-sec{
	padding: 50px 0;
}
.blue-bg{
	background: #e1f4fd;
}
.testimonial-sec{
	padding: 90px 0 50px;
}
.rev-text{
	font-size: 19px;
	color: #000;
	line-height: 1.3;
	margin-top: 12px;
}
.view-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #faad26;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	padding: 11px 22px 10px;
	text-transform: uppercase;
	margin: 20px 10px 0 0;
	border-radius: 7px;
	letter-spacing: 2px;
	transition: ease 0.8s all 0s;
}
.view-btn a:hover{
	background: #57c5f0;
}
.view-btn a:last-child:hover{
	background: #000;
	color: #fff;
}
.testi-right{
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 0 10px -4px #a2a0a0;
	padding:35px 30px 0;
	position: relative;
}
.testi-right:before{
	background: url(../images/shape3.png) no-repeat;
	width: 56px;
	height: 55px;
	position: absolute;
	top: -28px;
	left: -28px;
	content: "";
}
#sp-testimonial-free-wrapper-34 .sp-testimonial-free-section {
	margin: 0 !important;
}
.sp-testimonial-free{
	margin: 0;
	padding:0 5px 60px;
	border-radius: 15px !important;
	position: relative;
}
.sp-testimonial-client-testimonial{
	margin-bottom:14px !important;
}
.sp-testimonial-client-testimonial p{
	font-size: 16px !important;
	color: #11111e !important;
	line-height: 24px !important;
	margin-bottom: 0 !important;
	text-align:left !important;
	padding:0 !important;
	padding-right: 10px !important;
	margin-top:30px !important;
	max-height:98px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #3c3c3c #cecece;
}
.sp-testimonial-client-name{
	text-align: right !important;
	font-size: 16px !important;
	font-weight: bold !important;
	font-style: italic !important;
	color: #000 !important;
	margin-bottom: 0 !important;
}
.testimonial-nav-arrow{
	top: 107% !important;
	font-size: 36px !important;
}
.sp-testimonial-client-rating{
	position: absolute;
	top: -30px;
	left: 0;
}
.testimonial-nav-arrow.swiper-button-prev{
	left: auto !important;
	right: 36px !important;
}
.testimonial-nav-arrow.swiper-button-next{
	right: 0 !important;
}
.journey-sec {
	margin-bottom: -110px;
	position: relative;
	z-index: 9;
}
.journey-part{
	background: #57c5f0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 36px;
	overflow: hidden;
}
.left-part{
	max-width: 670px;
	padding-left: 7%;
}
.left-part .banner-small-title{
	font-size: 18px;
	font-weight: 600;
}
.left-part .serv-title{
	font-size: 40px;
	font-weight: 500;
	line-height: 44px;
	margin-top: 5px;
}
.btn-part {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 25px;
}
.call{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-weight: bold;
	color: #1d1d1d;
	text-transform: uppercase;
	line-height: 1.3;
}
.call strong{
	display: block;
	font-size: 20px;
}
.call strong a{
	color: #1d1d1d;
	transition: ease 0.5s all 0s;
}
.call strong a:hover {
	color: #fff;
}
.call img{
	max-width: 55px;
}
.left-part .cont-btn:hover{
	background: #000;
	color: #fff;
}
.right-part img{
	width: 100%;
}
.home .footer{
	padding-top: 160px;
}
.footer{
	background: #03374c;
	padding: 40px 0 15px;
}
.ndis{
	margin-top: 30px;
}
.foot_text{
	color: #fff;
	font-size: 15px;
	font-weight: 500;
}
.social a{
	margin-right: 4px;
}
.foot_title{
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
	position: relative;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	color: #fff;
	list-style: none;
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.3;
}
.foot1 li a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover{
	color: #faad26;
}
.foot1.second li{
	font-size: 15px;
	display: flex;
	margin-bottom: 10px;
	align-items: center;
	gap: 12px;
}
.foot_left{
	padding-left: 34px;
}
.foot_right{
	padding-left: 30px;
}
.copyright{
	text-align: center;
	padding: 15px 0 0;
	font-size: 14px;
	color: #fff;
	border-top: 1px solid #ffffff4d;
	text-transform: uppercase;
	margin-top: 30px;
}
.copyright a{
	color: #fff;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 24px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 52px;
	right: 1%;
	color: #fff;
	background:#000;
	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: 187px 0 !important;
	margin: 130px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(255, 255, 255, 0.38);
	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 {
	font-family: 'Orbitron';
	text-align: center;
	color: #000;
	width: 100%;
	font-size:30px;
	font-weight: bold;
	text-transform: none;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}
.abt-title {
	font-family: 'Orbitron';
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.2;  
}
.abt-title.dup{
	font-family: 'Poppins';
	font-size: 20px;
	font-weight: 600;
	color: #0e79a3;
	margin-top: 16px;
}
.ab-inner-text {
	color: #151515;
	font-size: 16px;
}
.ab-inner-text p{
	margin-bottom: 14px;
}
.ab-inner ul {
	padding: 0px;
	margin: 15px 0 0;
}
.ab-inner ul li {
	background: url(../images/check.png) no-repeat;
	background-position: top 2px left;
	list-style: none;
	padding-left: 30px;
	font-size: 16px;
	margin-bottom: 5px;
	color: #151515;
	background-size: 21px;
}
.inner-sec{
	background:#faad26;
	margin-top: 40px;
	padding: 50px 0;
}
.inner-sec .ab-inner-text{
	color:#000;
}
.inner-sec .ab-inner ul li{
	background-image:url(../images/check1a.png);
	color:#000;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background:#57c5f0;
	border-radius: 5px;
}
.bottom-sec .abt-title{
	color:#000;
}
.bottom-sec .ab-inner-text{
	color:#fff;
} 
.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:#c60a0a;
	padding: 35px 25px 0;
}
.info-text.second{
	color:#fff;
}
.inr-box1-top{
	margin-top:25px;
}
.inr-box1{
	background: #fff;
	box-shadow: 0 0 5px #969696;
	min-height: 100%;
	padding: 25px 17px;
	text-align: center;
	border-radius: 10px;
}
.inr-box1 p{
	margin-bottom:0;
}
.inr-box1 img{
	background:#faad26;
	border-radius: 50%;
	width: 86px;
	border: 5px solid #fffefe;
	box-shadow: 0 0 3px #777;
	padding: 5px;
}
.inr-box1-title{
	font-size: 20px;
	font-weight: bold;
	color:#1b96c6;
	margin-top: 18px;
	line-height: 1.2;
}
.inr-box1-text {
	font-size: 15px;
	margin-top: 10px;
	color: #000;
}
.inr-box1-text ul{
	margin: 10px 0 0;
	padding: 0;
	padding-left: 15px;
}
.inr-box1-text ul li{
	list-style:disclosure-closed;
	margin-top: 3px;
}
.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:#57c5f0;
	padding: 35px 25px 0;
}
.info-text.second{
	color:#fff;
}
.frm_fld input {
	width:100%;
	padding:10px 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:14px 30px 9px 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:12px;
	border-radius:5px;
	border: none !important;
	resize:none;
}
.send_btn input {
	border: none !important;
	display: block;
	border-radius: 3px !important;
	color: #000 !important;
	padding: 12px 50px 11px !important;
	background: #faad26 !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	margin: 22px 0 0;
	text-transform: none !important;
}
.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:#57c5f0;
	padding:30px 20px;
	margin-top:22px;
	border-radius: 8px;
}
.inner-form-box .frm_fld input{
	border:none !important;
}
.ref_form_title{
	font-size: 20px;
	color: #000;
	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 10px 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: #faad26;
	border-color: #faad26;
}
.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 #000;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.referral-form .send_btn input {
	background: #faad26;
	margin: 20px auto 0;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#faad26;
	color: #000 !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 10px 8px;
}
.footer_btn3 {
	background: #262525;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
}
.back-btn a {
	background: #faad26;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	border-radius: 5px;
	padding: 10px 23px;
	display: inline-block;
	margin-top: 20px;
	text-transform: uppercase;
}
.error_container {
	align-items: center;
	padding: 0 0 40px;
	text-align: center;
}


/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 567px) {
	.banner img{
		height:300px;
		object-fit:cover;
	}
}
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.header{
		padding:10px 0;
	}
	.topbar, .ad-part, .menu, .ref-btn{
		display:none;
	}
	.logo img, .fixed-header .logo img{
		width: 100px;
	}
	.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: 84px;
	}
	.banner::before {
		width: 100%;
		height: 100%;
		background: #ffffff4d;
		position: absolute;
		top: 0;
		left: 0;
		content: "";
	}
	.banner-content {
		top: 50%;
	}
	.banner-part {
		max-width: 100%;
	}
	.banner-title {
		font-size: 26px;
		line-height: 30px;
		margin-top: 0;
	}
	.banner-small-title {
		font-size: 15px;
	}
	.banner-text {
		margin-top: 8px;
	}
	.banner-btn{
		display:none;
	}
	.banner-bottom-sec {
		margin-top: 0;
		margin-bottom: 6%;
	}
	.box1-top{
		margin-top:75px;
	}
	.box1 {
		padding: 44px 10px 20px;
	}
	.box1::after {
		height: 20px;
		bottom: -15px;
	}
	.icon img {
		width: 60px;
	}
	.box1-title {
		font-size: 16px;
	}
	.ndis-service-sec {
		padding: 30px 0 35px;
	}
	.shape1, .shape2{
		display:none;
	}
	.ndis-left {
		border-right: none;
	}
	.serv-title {
		font-size: 24px;
		line-height: 28px;
	}
	.serv-text {
		margin-top: 10px;
	}
	.serv-list li{
		font-size: 14px;
		background-size: 18px;
	}
	.cont-btn{
		padding: 10px 22px 9px;
		margin-top: 20px;
	}
	.ndis-right {
		padding-left: 0;
		margin-top: 30px;
	}
	.service-sec {
		padding: 35px 0;
	}
	.box2-top {
		margin-top: 25px;
		padding: 0 12px;
	}
	.box2 {
		padding: 10px 10px 20px;
	}
	.box2-content {
		padding: 22px 5px 0;
	}
	.about-sec {
		padding: 35px 0;
	}
	.about-right{
		margin-top:30px;
	}
	.about-right img{
		width:100%;
	}
	.testimonial-sec {
		padding: 35px 0 35px;
	}
	.rev-text {
		font-size: 17px;
		margin-top: 8px;
	}
	.testi-right{
		margin-top:30px;
		padding: 25px 16px 0;
	}
	.testi-right::before{
		display:none;
	}
	.sp-testimonial-client-testimonial p{
		font-size: 15px !important;
		line-height: 23px !important;
	}
	.journey-part {
		display: block;
		border-radius: 20px;
		padding: 25px 15px;
	}
	.left-part {
		max-width: 100%;
		padding-left: 0;
	}
	.left-part .banner-small-title {
		font-size: 15px;
	}
	.left-part .serv-title {
		font-size: 23px;
		font-weight: 500;
		line-height: 26px;
		margin-top: 5px;
	}
	.btn-part {
		display: block;
		margin-top: 20px;
	}
	.call {
		margin-top: 20px;
		font-size: 15px;
	}
	.call strong {
		font-size: 18px;
	}
	.right-part{
		display:none;
	}
	.home .footer {
		padding-top: 140px;
	}
	.footer {
		padding: 30px 0 60px;
	}
	.foot_logo img{
		width:125px;
	}
	.ndis {
		margin-top: 18px;
	}
	.ndis img{
		width:130px;
	}
	.foot_left, .foot_right{
		padding-left: 12px;
	}
	.foot_title {
		margin-top: 15px;
		margin-bottom: 8px;
	}
	.foot1.second li{
		margin-bottom: 8px;
	}
	.copyright {
		margin-top: 20px;
	}
	.page .entry-header, .blog_page_header {
		padding: 65px 0 !important;
		margin: 84px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 24px;
	}
	.abt-title {
		font-size: 20px;
	}
	.inner-sec {
		margin-top: 35px;
		padding: 35px 0;
	}
	.inr-box1-title {
		font-size: 18px;
	}
	.inr-box1-text {
		margin-top: 8px;
	}
	.abt-title.dup {
		font-size: 18px;
		margin-top: 12px;
	}
	.ab-iner-img{
		margin-top:15px;
	}
	.ab-iner-img img{
		width:100%;
	}
	.bottom-sec {
		padding: 35px 10px;
		margin-top: 35px;
	}
	.contact-left {
		padding: 20px 15px 25px;
	}
	.info-text {
		font-size: 18px;
	}
	.contact_top_number {
		font-size: 15px;
	}
	.contact-right {
		padding: 20px 15px 0;
	}
	.send_btn input {
		padding: 10px 30px 9px !important;
	}
	.form-title2 {
		font-size: 22px;
		line-height: 1.3;
	}
	.inner-form-box {
		padding: 25px 15px;
	}
	.ref_form_title {
		font-size: 18px;
	}
	.frm_label2 {
		margin-top: 12px;
		font-size: 15px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.banner-part {
		max-width: 295px !important;
	}
	.banner-small-title {
		font-size: 11px !important;
	}
	.banner-title {
		font-size: 22px !important;
		line-height: 27px !important;
		margin-top: 3px !important;
	}
	.banner-text{
		text-shadow: 0 0 7px #fff, 0 0 7px #fff !important;
	}
	.box1-top, .box2-top{
		width: 50% !important;
	}
	.ndis-right, .testi-right {
		margin-top: 30px !important;
	}
	.btn-part {
		margin-top: 10px !important;
	}
	.cont-btn {
		padding: 9px 16px 8px !important;
		font-size: 13px !important;
	}
	.left-part {
		max-width: 328px !important;
		padding-left: 10px !important;
		min-width: 328px !important;
	}
	.left-part .serv-title {
		font-size: 22px !important;
		line-height: 25px !important;
	}
	.call {
		font-size: 14px !important;
	}
	.call strong {
		font-size: 17px !important;
	}
	.call img {
		max-width: 40px !important;
	}	
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.ref-btn{
		display: inline-block;
		position: fixed;
		top: 21px;
		right: 80px;
	}
	.banner-part {
		max-width: 341px;
	}
	.banner-btn {
		display: block;
	}
	.banner-btn a {
		font-size: 14px;
		padding: 10px 22px 9px;
	}
	.box1 {
		padding: 54px 10px 20px;
	}
	.ndis-right {
		margin-top: 0;
	}
	.testi-right {
		margin-top: 0;
	}
	.journey-part {
		display: flex;
		padding: 0;
	}
	.right-part{
		display:block;
	}
	.left-part {
		max-width: 370px;
		padding-left: 14px;
		min-width: 374px;
	}
	.btn-part {
		display: flex;
		gap: 15px;
	}
	.call {
		margin-top: 0;
	}
	.call img {
		max-width: 50px;
	}
	.contact-left {
		padding: 20px 10px 25px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.banner-text{
		text-shadow: 0 0 7px #fff, 0 0 7px #fff;
	}	
	.icon img {
		width: 68px;
	}
	.box1 {
		padding: 58px 24px 20px;
	}
	.box1-title {
		font-size: 17px;
	}
	.serv-title {
		font-size: 28px;
		line-height: 30px;
	}
	.box2-content {
		padding: 24px 0 0;
	}
	.box2-title {
		font-size: 15px;
	}
	.left-part {
		padding-left: 3%;
	}
	.left-part .serv-title {
		font-size: 36px;
		line-height: 40px;
	}
	.foot_left {
		padding-left: 12px;
	}
	.foot_right {
		padding-left: 12px;
	}
	.foot1.second li {
		font-size: 14px;
	}
	.contact-left {
		padding: 35px 10px 25px;
	}
	.contact_top_number{
		font-size: 16px;
	}	
}

/* 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: 21px;
		right: 80px;
	}
	.banner-part {
		max-width: 341px;
	}
	.banner-btn {
		display: block;
	}
	.banner-btn a {
		font-size: 14px;
		padding: 10px 22px 9px;
	}
	.box1 {
		padding: 54px 10px 20px;
	}
	.serv-title {
		font-size: 24px;
		line-height: 28px;
	}
	.ndis-right {
		margin-top: 0;
	}
	.testi-right {
		margin-top: 0;
	}
	.journey-part {
		display: flex;
		padding: 0;
	}
	.right-part{
		display:block;
	}
	.left-part {
		max-width: 370px;
		padding-left: 14px;
		min-width: 374px;
	}
	.left-part .serv-title {
		font-size: 24px;
		line-height: 27px;
	}
	.btn-part {
		display: flex;
		gap: 15px;
	}
	.call {
		margin-top: 0;
	}
	.call img {
		max-width: 50px;
	}
	.contact-left {
		padding: 20px 10px 25px;
	}
}

@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) {

}

/* 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) {
	.ref-btn {
		position: relative;
		top: 0;
		right: 0;
	}
	.banner-part {
		max-width: 450px;
	}
	.banner-title {
		font-size: 32px;
		line-height: 37px;
	}
	.banner-text {
		text-shadow: 0 0 7px #fff, 0 0 7px #fff;
	}
	.icon img {
		width: 68px;
	}
	.box1 {
		padding: 58px 24px 20px;
	}
	.box1-title {
		font-size: 17px;
	}
	.serv-title {
		font-size: 28px;
		line-height: 30px;
	}
	.box2-content {
		padding: 24px 0 0;
	}
	.box2-title {
		font-size: 15px;
	}
	.left-part {
		padding-left: 3%;
		max-width: 576px;
		min-width: 576px;
	}
	.left-part .serv-title {
		font-size: 36px;
		line-height: 40px;
	}
	.foot_left {
		padding-left: 12px;
	}
	.foot_right {
		padding-left: 12px;
	}
	.foot1.second li {
		font-size: 14px;
	}
	.contact-left {
		padding: 35px 10px 25px;
	}
	.contact_top_number{
		font-size: 16px;
	}	
}

@media screen and (min-width: 1424px) {
	.page .entry-header, .blog_page_header{
		padding: 202px 0 !important;
	}
}

@media screen and (min-width: 1624px) {
	.page .entry-header, .blog_page_header{
		padding: 234px 0 !important;
	}
}

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

@media screen and (min-width: 2048px) {
	.page .entry-header, .blog_page_header{
		padding: 298px 0 !important;
	}
}

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