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;
	top: 0;
	left: 0;
	width: 100%;
	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 4px #aeaeae;
	animation: smoothScroll 1s;
	z-index: 999;
}
.fixed-header .top-bar{
	height: 0;
}
.top-bar{
	height: 45px;
	display: flex;
	align-items: center;
	background: #ec008c;
	overflow: hidden;
	transition: ease 0.5s all 0s;
}
.ad1{
	display: inline-flex;
}
.ad1 span{
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin-right: 24px;
	gap: 5px;
}
.ad1 span a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.ad1 span a:hover{
	color: #000;
}
.ad1 span:last-child{
	margin-right: 0;
}
.social{
	display: flex;
	align-items: center;
	color: #fff;
	gap: 10px;
	margin-left: 20px;
}
.logo img{
	width: 200px;
}
.header-right{
	text-align: right;
}
.menu{
	display: inline-block;
	vertical-align: middle;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	display: inline-block;
	list-style: none;
	margin-right: 22px;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	text-transform: none;
	padding: 30px 0;
	position: relative;
	transition: ease 0.5s all 0s;
}
.menu ul li a.active, .menu ul li a:hover{
	color:#ec008c;
}
.ref-btn{
	display: inline-block;
	vertical-align: middle;
	background: #00aeef;
	color: #fff !important;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 20px;
	border-radius: 8px;
	margin-left: 20px;
	transition: ease 0.5s all 0s;
	text-transform: uppercase;
}
.ref-btn:hover{
	background: #ec008c;
}
.ndis{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.banner {
	margin-top: 129px;
	position: relative;
	overflow:hidden;
}
.banner::before {
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 15%, rgba(0,0,0,0) 53%);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.banner:after{
	background: url(../images/shape1.png) no-repeat;
	width: 168px;
	height: 608px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	content: "";
	opacity: 0.1;
}
.banner-content {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
}
.banner-title{
	font-size: 22px;
	font-weight: 500;
	color: #d0489a;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.banner-title img{
	margin-right: 5px;
}
.banner-title2{
	font-size: 55px;
	font-weight: bold;
	color: #000;
	line-height: 60px;
	margin-top: 10px;
}
.banner-title2 strong {
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #00aeef;
	color: transparent;
}
.banner-text{
	margin-top: 10px;
	color: #000;
}
.banner-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #00aeef;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 13px 40px;
	border-radius: 10px;
	margin: 20px 10px 0 0;
	text-transform: uppercase;
	transition: ease 0.5s all 0s;
}
.banner-btn a:hover {
	background: #ec008c;
}
.banner-btn a:last-child{
	background: #ec008c;
	padding: 6px 17px 6px 7px;
}
.banner-btn a:hover:last-child {
	background: #2a2728;
}
.banner-btn a:last-child img{
	width: 42px;
	margin-right: 5px;
}
.about-sec{
	padding: 50px 0;
	background: url(../images/about-bg.png) no-repeat center right;
}
.about-left{
	padding-left: 30px;
	position: relative;
}
.about-left:after{
	background: url(../images/about-img2.png) no-repeat;
	width: 227px;
	height: 227px;
	position: absolute;
	bottom: -128px;
	right: -96px;
	content: "";
}
.about-title{
	font-size: 35px;
	font-weight: 600;
	color: #000;
	line-height: 40px;
}
.about-title strong {
	font-weight: 600;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #00aeef;
	color: transparent;
}
.vision-list{
	font-size: 16px;
	color: #000;
	margin-top: 10px;
}
.vision-list strong{
	font-size: 22px;
	color: #ec008c;
	font-weight: 600;
}
.learn-btn{
	display: inline-block;
	background: #00aeef;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 26px;
	border-radius: 10px;
	margin-top: 20px;
	text-transform: uppercase;
	transition: ease 0.5s all 0s;
}
.learn-btn:hover {
	background: #ec008c;
}
.servise-sec{
	background: url(../images/serv-bg.jpg) no-repeat #fce4f3 center top;
	padding: 75px 0;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.servise-sec:before{
	background: url(../images/shape3.png) no-repeat;
	width: 608px;
	height: 167px;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	opacity: 0.1;
	z-index: -1;
}
.servise-sec:after{
	background: url(../images/shape3.png) no-repeat;
	width: 608px;
	height: 167px;
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	opacity: 0.1;
	z-index: -1;
}
.box1-top{
	margin-top: 25px;
}
.box1{
	text-align: center;
	background: #fff;
	padding-bottom: 35px;
	min-height: 100%;
	border-radius: 15px;
	box-shadow: 0 2px 8px -3px #9a9a9a;
	overflow: hidden;
	z-index: 1;
	position: relative;
}
.box1:before{
	background: url(../images/shape2.png) no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -73px;
	left: 0;
	right: 0;
	content: "";
	background-position: center;
	opacity: 0.1;
	background-size: 100%;
	z-index: -1;
}
.pic{
	overflow: hidden;
	position: relative;
}
.pic img{
	width: 100%;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	transition: ease 0.5s all 0s;
}
.box1:hover .pic img{
	transform: scale(1.1);
}
.box1-shape{
	margin-top: -50px;
	position: relative;
	z-index: 9;
}
.box1-shape img{
	background: #01a6e3;
	border-radius: 50%;
	width: 85px;
	box-shadow: inset #000 0px 0px 17px 1px, 0 2px 9px 0 #292929;
	transition: ease 0.5s all 0s;
}
.box1:hover .box1-shape img{
	background: #ec008c;
	box-shadow: inset #000 0px 0px 17px 1px, 0 2px 9px 0 #292929;
}
.box1-title{
	font-size: 22px;
	font-weight: bold;
	color: #000;
	margin-top: 14px;
}
.choose-us-sec{
	padding: 50px 0;
	position: relative;
}
.chose-img{
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 260px;
}
.chosse-list {
	margin-top: 36px;
}
.chosse-list ul{
	margin: 0;
	padding: 0;
}
.chosse-list ul li{
	list-style: none;
	display: flex;
	align-items: start;
	margin-top: 20px;
	font-size: 15px;
	color: #363636;
}
.chosse-list ul li img{
	background: #ec008c;
	border-radius: 50%;
	box-shadow:  inset #0000006e 0px 0px 8px 1px;
	margin-right: 15px;
	color: #000;
}
.chosse-list ul li strong{
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
}
.testimonial-sec{
	background: url(../images/testi-shape.png) #01a6e3 no-repeat;
	padding: 50px 0;
}
.testimonial-sec .about-title strong{
	-webkit-text-stroke-color: #fff;
}
.testi-part{
	margin-top: 30px;
}
.sp-testimonial-free{
	background: url(../images/quote.png) #fff no-repeat !important;
	padding: 32px 30px 20px;
	border-radius: 7px !important;
	background-position: top 22px right 35px !important;
	box-shadow: 0 2px 7px -2px #00000096;
	margin: 7px;
}
.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized, .tfree-layout-grid){
	margin: 0 !important;
	margin-bottom: 50px !important;
}
.sp-testimonial-title {
	margin: 0 !important;
}
.sp-testimonial-title h3{
	text-align: left !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	color: #0e0e0e !important;
}
.sp-testimonial-client-testimonial p {
	background: url(../images/star.png) no-repeat !important;
	text-align: left !important;
	font-size: 15px !important;
	color: #696868 !important;
	line-height: 24px !important;
	padding-top: 20px !important;
	margin: 10px 0 0 !important;
}
.help-sec {
	margin: 90px 0 -85px;
	position: relative;
}
.help-part{
	background: #ec008c;
	border-radius: 12px;
	padding: 0 10px;
}
.help-box1 {
	margin: -56px 0 0;
}
.help-box{
	display: flex;
	align-items: center;
	justify-content: center;
}
.title{
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	line-height: 60px;
}
.text{
	color: #fff;
	font-size: 20px;
	margin-top: 5px;
}
.help-part .learn-btn:hover {
	background: #101010
}
.home .footer{
	padding: 145px 0 15px;
}
.footer {
	background: #010507;
	padding: 40px 0 15px;
}
.foot_title{
	font-size: 20px;
	color: #c8499b;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	color: #f8f8f8;
	list-style: none;
	margin-bottom: 7px;
	font-size: 15px;
}
.foot1 li a{
	color: #f8f8f8;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover{
	color: #00aeef;
}
.foot1.second li{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 14px;
}
.foot1.second li img{
	margin-right: 10px;
}
.foot_left{
	padding-left: 20px;
}
.foot_social a{
	margin-right:3px;
}
.line1{
	position: relative;
}
.line1::after {
	width: 1px;
	height: 100%;
	background: #ffffff26;
	position: absolute;
	top: 0;
	right: 0;
	content: "";
}
.copyright{
	text-align: center;
	border-top: 1px solid #ffffff30;
	margin-top: 35px;
	padding: 15px 0 0;
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
}
.copyright a{
	color: #fff;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 22px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 72px;
	right: 15px;
	color: #fff;
	background: #232323;
	text-align: center;
	opacity: 0;
	transition: ease 0.2s 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: 175px 0 !important;
	margin: 125px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(255, 255, 255, 0.21);
	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 {
	text-align: center;
	color: #000;
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	text-transform: none;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}
.pum-theme-38 .pum-container, .pum-theme-lightbox .pum-container{
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
}
.pop-left{
	display: flex;
	align-items: center;
}
.pop-title{
	font-size: 27px;
	font-weight: bold;
	color: #ec008c;
	line-height: 34px;
	margin-bottom: 6px;
}
.pop-form .frm_fld input{
	width: 100%;
	padding: 8px 11px;
	border: 1px solid #3f3f3f !important;
	margin-top: 12px;
	border-radius: 5px;
	color: #000;
	background: #fff;
}
.pop-form .send_btn input{
	border: none !important;
	width: 100%;
	display: block;
	border-radius: 8px !important;
	color: #fff !important;
	padding: 10px 5px !important;
	background: #171818 !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	margin-top: 14px;
	text-align: center;
	text-transform: none !important;
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.pop-right {
	padding-right: 0;
	height: 100%;
}
.pop-right img{
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}
.abt-title {
	font-size: 26px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	line-height: 30px;
}
.abt-title strong{
	font-weight: bold;
	color:#ec008c;
}
.abt-title.dup{
	font-family: 'Poppins';
	margin-top: 15px;
	font-size: 20px;
	color:#2d2d2d;
}
.ab-inner-text {
	color: #0e0e0e;
	font-size: 16px;
}
.ab-inner ul {
	padding: 0px;
	margin: 15px 0 0;
}
.ab-inner ul li {
	background: url(../images/tick.png) no-repeat;
	background-position: top 0px left;
	list-style: none;
	padding-left: 30px;
	font-size: 16px;
	margin-bottom: 6px;
	color: #0e0e0e;
	background-size: 22px;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background:#00aeef;
	border-radius: 5px;
}
.bottom-sec .abt-title{
	color:#fff;
}
.bottom-sec .ab-inner-text{
	color:#fff;
} 
.inner-sec{
	background:#efeded;
	margin-top:40px;
	padding:40px 0;
}
.inr-box1-top{
	margin-top:25px;
}
.inr-box1{
	background: #fff;
	min-height: 100%;
	padding: 30px 17px;
	border-radius: 10px;
	box-shadow: 0 0 4px #000;
}
.inr-box1 p{
	margin-bottom:0;
}
.inr-box1 img{
	background: #00aeef;
	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: 600;
	color: #ec008c;
	margin-top: 12px;
	line-height: 1.2;
}
.inr-box1-text {
	font-size: 15px;
	margin-top: 10px;
	color: #000;
}
.contact-left {
	height: 100%;
	padding: 35px 25px 25px;
}
.info-text {
	color: #0f0f0f;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}
.contact_top_number {
	font-size: 18px;
	position: relative;
	padding-left: 35px;
	margin-top: 12px;
	font-weight: 500;
	color: #000;
}
.contact_top_number img {
	position: absolute;
	top: 1px;
	left: 0;
}
.contact_top_number a {
	color: #000;
}
.contact-right {
	background: #00aeef;
	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: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:110px;
	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: 7px !important;
	color: #fff !important;
	padding: 8px 32px !important;
	background: #ec008c !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	margin-top: 20px;
	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: #00aeef;
	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_label{
	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: #ec008c;
	border-color: #ec008c;
}
.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);
}
.career-form{
	background: #00aeef;
	padding: 30px 20px 0;
	border-radius: 8px;
}
.referral-form .send_btn input, .career-form .send_btn input{
	margin:20px auto 0;
}
.testi-inner .hentry{
	margin-bottom:0 !important;
}
.testi-inner .sp-testimonial-free{
	min-height:100%;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#df1999;
	color: #fff !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: #00aeef;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border-radius: 5px;
	padding: 12px 23px;
	display: inline-block;
	margin-top: 20px;
	text-transform: uppercase;
}
.error_container {
	align-items: center;
	padding: 30px 0;
	text-align: center;
}



/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.top-bar, .ref-btn, .menu, .ndis{
		display:none;
	}
	.header{
		padding:5px 0;
	}
	.logo img {
		width: 138px;
	}	
	.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: 63px;
	}
	.banner-title {
		font-size: 15px;
	}
	.banner-title2{
		font-size: 26px;
		line-height: 30px;
		margin-top: 2px;
	}
	.banner-title2 img{
		display:none;
	}
	.banner-text{
		margin-top: 3px;
		font-size: 15px;
		line-height: 1.4;
	}
	.banner:after{
		display:none;
	}
	.banner-btn{
		display:none;
	}
	.about-sec{
		padding: 30px 0;
	}
	.about-left{
		padding-left: 0;
	}
	.about-title {
		font-size: 25px;
		line-height: 28px;
	}
	.vision-list {
		margin-top: 7px;
	}
	.learn-btn {
		font-size: 15px;
		padding: 10px 22px;
		margin-top: 15px;
	}
	.about-right, .choose-right{
		margin-top:30px;
	}
	.about-right img, .choose-right img{
		width:100%;
	}
	.servise-sec{
		padding: 30px 0 40px;
	}
	.servise-sec::before, .about-left::after, .servise-sec::after{
		display:none;
	}
	.box1{
		padding-bottom: 20px;
	}
	.box1-shape {
		margin-top: -38px;
	}
	.box1-shape img{
		width: 70px;
	}
	.box1-title {
		font-size: 18px;
		margin-top: 8px;
	}
	.choose-us-sec{
		padding: 30px 0;
	}
	.chosse-list ul li {
		margin-top: 15px;
		font-size: 14px;
	}
	.chosse-list ul li strong {
		font-size: 18px;
		line-height: 28px;
	}
	.chosse-list ul li img {
		margin-right: 10px;
		width: 60px;
	}
	.chose-img{
		display:none;
	}
	.testimonial-sec{
		padding:30px 0;
	}
	.help-sec {
		margin: 35px 0 30px;
	}
	.help-part {
		padding: 30px 10px;
	}
	.title {
		font-size: 36px;
		line-height: 40px;
	}
	.help-box1{
		display:none;
	}
	.home .footer, .footer{
		padding: 30px 0 60px;
	}
	.foot_logo img{
		width:150px;
	}
	.ndis2 img{
		width:80px;
	}
	.foot_left {
		padding-left: 12px;
	}
	.line1::after{
		display:none;
	}
	.foot_title {
		font-size: 18px;;
		margin-top: 15px;
	}
	.copyright{
		margin-top: 12px;
	}
	.page .entry-header, .blog_page_header{
		padding: 70px 0 !important;
		margin: 63px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 25px;
	}
	.abt-title {
		font-size: 20px;
		line-height: 25px;
	}
	.abt-title.dup {
		font-size: 18px;
		line-height: 22px;
	}
	.ab-iner-img{
		margin-top:15px;
	}
	.ab-iner-img img{
		width:100%;
	}
	.inr-box1 {
		padding: 20px 15px;
	}
	.bottom-sec {
		padding: 30px 15px;
		margin-top: 30px;
	}
	.inner-sec{
		padding: 30px 0;
		margin-top: 30px;
	}
	.career-form {
		padding: 20px 15px 0;
	}
	.contact-left{
		padding: 20px 15px 25px;
	}
	.info-text{
		font-size: 18px;
	}
	.contact_top_number{
		font-size: 16px;
	}
	.contact-right{
		padding: 20px 15px 0;
	}
	.send_btn input{
		padding: 8px 24px !important;
		font-size: 16px !important;
	}
	.form-title2{
		font-size: 22px;
	}
	.inner-form-box{
		padding: 20px 15px;
	}
	.ref_form_title{
		font-size: 18px;
	}
	.frm_label {
		margin-top: 10px;
		font-size: 15px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.ref-btn{
		right: 60px !important;
	}
	.box1-top{
		width:50%;
	}
	.box1-title {
		font-size: 16px !important;
		margin-top: 10px !important;
	}
	.help-sec {
		margin: 35px 0 30px !important
	}
	.help-part {
		padding: 30px 10px !important;
	}
	.help-box1 {
		display: none !important;
	}
	.copyright{
		font-size: 14px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.ref-btn{
		display: inline-block;
		position: fixed;
		top: 12px;
		right: 65px;
		padding: 8px 20px;
		font-size: 15px;
	}
	.banner-title2 {
		font-size: 30px;
		line-height: 34px;
		margin-top: 5px;
	}
	.banner-text {
		margin-top: 6px;
		font-size: 16px;
	}
	.banner-btn {
		display: block;
	}
	.banner-btn a {
		font-size: 15px;
		padding: 11px 30px;
		margin: 15px 10px 0 0;;
	}
	.banner-btn a:last-child img {
		width: 30px;
	}
	.banner-btn a:last-child{
		padding: 7px 17px 7px 7px;
	}
	.help-box1 {
		display: block;
	}
	.help-sec {
		margin: 50px 0 30px;
	}
	.help-part {
		padding: 25px 0 0;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.ref-btn {
		font-size: 15px;
		padding: 8px 16px;
		margin-left: 8px;
	}
	.ndis {
		margin-left: 0;
	}
	.menu ul li{
		margin-right: 8px;
	}
	.about-left::after{
		right: -42px;
	}
	.box1-title{
		font-size: 18px;
	}
	.choose-us-sec{
		padding: 50px 0 100px;
	}
	.chose-img{
		width: 170px;
	}
	.foot_left {
		padding-left: 15px;
	}
	.foot_title{
		font-size: 17px;
	}
	.foot1 li, .foot1.second li{
		font-size: 12px;
	}
}

/* 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: 12px;
		right: 76px;
		padding: 8px 20px;
		font-size: 15px;
	}
	.banner-title2 {
		font-size: 30px;
		line-height: 34px;
		margin-top: 5px;
	}
	.banner-text {
		margin-top: 6px;
		font-size: 16px;
	}
	.banner-btn {
		display: block;
	}
	.banner-btn a {
		font-size: 15px;
		padding: 11px 30px;
		margin: 15px 10px 0 0;;
	}
	.banner-btn a:last-child img {
		width: 30px;
	}
	.banner-btn a:last-child{
		padding: 7px 17px 7px 7px;
	}
	.help-box1 {
		display: block;
	}
	.help-sec {
		margin: 50px 0 30px;
	}
	.help-part {
		padding: 25px 0 0;
	}
	.foot1 li, .foot1.second li {
		font-size: 15px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
	.ref-btn {
		font-size: 15px;
		padding: 8px 16px;
		margin-left: 8px;
	}
	.ndis {
		margin-left: 0;
	}
	.menu ul li{
		margin-right: 8px;
	}
	.box1-title{
		font-size: 20px;
	}
	.choose-us-sec {
		padding: 50px 0 120px;
	}
	.chose-img{
		width: 200px;
	}
	.foot1 li{
		font-size: 13px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.ref-btn {
		font-size: 15px;
		padding: 8px 16px;
		margin-left: 8px;
	}
	.ndis {
		margin-left: 0;
	}
	.menu ul li{
		margin-right: 8px;
	}
	.box1-title{
		font-size: 20px;
	}
	.choose-us-sec {
		padding: 50px 0 120px;
	}
	.chose-img{
		width: 200px;
	}
	.foot1 li{
		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) {
	.ref-btn {
		position: relative;
		top: 0;
		right: 0;
		font-size: 15px;
		padding: 8px 16px;
		margin-left: 8px;
	}
	.ndis {
		margin-left: 0;
	}
	.menu ul li{
		margin-right: 8px;
	}
	.banner-title2 {
		font-size: 40px;
		line-height: 48px;
		margin-top: 4px;
	}
	.banner-btn a {
		font-size: 16px;
		padding: 12px 30px;
	}
	.banner-btn a:last-child img {
		width: 36px;
	}
	.about-left::after{
		right: -42px;
	}
	.box1-title{
		font-size: 18px;
	}
	.choose-us-sec{
		padding: 50px 0 100px;
	}
	.chose-img{
		width: 170px;
	}
	.help-sec {
		margin: 65px 0 -85px;
	}
	.foot_left {
		padding-left: 15px;
	}
	.foot_title{
		font-size: 17px;
	}
	.foot1 li, .foot1.second li{
		font-size: 12px;
	}
}

@media screen and (min-width: 1424px) {
	.about-left:after{
		right: -63px;
	}
	.page .entry-header, .blog_page_header{
		padding: 195px 0 !important;
	}
}

@media screen and (min-width: 1624px) {
	.about-left:after {
		bottom: -170px;
		right: -150px;
	}
	.page .entry-header, .blog_page_header{
		padding: 225px 0 !important;
	}
}

@media screen and (min-width: 1920px) {
	.about-left:after {
		right: -300px;
	}
	.page .entry-header, .blog_page_header{
		padding: 270px 0 !important;
	}
}

@media screen and (min-width: 2048px) {
	.about-left:after {
		right: -370px;
	}
	.page .entry-header, .blog_page_header{
		padding: 290px 0 !important;
	}
}

@media screen and (min-width: 2550px) {
	.about-left:after {
		right: -550px;
	}
	.page .entry-header, .blog_page_header{
		padding: 360px 0 !important;
	}
}    
