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

@font-face {
	font-family: 'Beautique Display';
	src: url('../fonts/BeautiqueDisplay-Medium.eot');
	src: url('../fonts/BeautiqueDisplay-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BeautiqueDisplay-Medium.woff2') format('woff2'),
		url('../fonts/BeautiqueDisplay-Medium.woff') format('woff'),
		url('../fonts/BeautiqueDisplay-Medium.ttf') format('truetype'),
		url('../fonts/BeautiqueDisplay-Medium.svg#BeautiqueDisplay-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;
}
.top_ndis img {
    width: 95px;
    position: absolute;
    right: 10px;
    top: 64px;
}
.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;
	animation: smoothScroll 1s;
	box-shadow: 0 0 5px #9e9999;
	z-index: 999;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-300px);
	}
	100% {
		transform: translateY(0px);
	}
}
.fixed-header .address-part{
	display:none;
}
.fixed-header .logo img{
	width: 147px;
}
.logo img{
	width: 223px;
	transition: ease 0.5s all 0s;
}
.address-part{
	background: #eeecff;
	display: flex;
	align-items: center;
	height: 40px;
	padding-left: 18px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	position: relative;
	transition: ease 0.5s all 0s;
}
.address-part:after{
	width: 2000px;
	height: 100%;
	background: #eeecff;
	position: absolute;
	top: 0;
	right: -2000px;
	content: "";
}
.ad1{
	display: flex;
	align-items: center;
}
.ad1 span{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #000;
	border-right: 1px solid #8d8d8d;
	padding-right: 25px;
	margin-right: 25px;
	font-size: 14px;
	font-weight: 500;
}
.ad1 span a{
	color: #000;
	transition: ease 0.5s all 0s;
}
.ad1 span a:hover{
	color:#cc0001;
}
.ad1 span:last-child{
	margin-right: 0;
	border-right: none;
	padding-right: 0;
}
.menu{
	display: inline-block;
	vertical-align: middle;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	list-style: none;
	display: inline-block;
	margin-right: 26px;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	font-size: 14px;
	color: #000;
	font-weight: 500;
	text-transform: none;
	padding: 34px 0;
	display: block;
	position: relative;
	transition: ease 0.5s all 0s;
}
.menu ul li a.active, .menu ul li a:hover{
	color:#cc0001;
}
.ref-btn{
	display: inline-block;
	vertical-align: middle;
	background: #c98f28;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 30px 8px;
	border-radius: 7px;
	margin-left: 40px;
	text-transform: uppercase;
	transition: ease 0.5s all 0s; 
}
.ref-btn:hover {
	background: #1d065c;
}
.banner{
	background: #efeaff;
	margin-top: 129px;
	position: relative;
	z-index: 1;
	padding: 40px 0;
}
.banner:before{
	background: url(../images/banner-shape.png) no-repeat;
	width: 745px;
	height: 658px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	z-index: -1;
}
.banner-left {
	margin-right: -38px;
}
.banner-small{
	font-family: 'Beautique Display';
	font-size: 22px;
	font-weight: bold;
	color: #cc0001;
}
.banner-title{
	font-family: 'Beautique Display';
	font-size: 42px;
	font-weight: bold;
	color: #2f2169;
	line-height: 46px;
	margin-top: 4px;
}
.banner-text{
	font-size: 16px;
	color: #1f1f1f;
	margin-top: 5px;
}
.banner-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #c98f28;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 9px 26px 7px;
	border-radius: 7px;
	margin-top: 17px;
	text-transform: uppercase;
	transition: ease 0.5s all 0s;
}
.banner-btn a:hover, .read-btn:hover{
	background: #1d065c;
}
.about-sec{
	padding:50px 0 70px;
	background: url(../images/about-shape.png) no-repeat center;
	background-size: contain;
	position: relative;
	z-index: 1;
}
.about-sec:after{
	background: url(../images/shape1.png) no-repeat;
	width: 419px;
	height: 238px;
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	z-index: -1;
}
.about-title{
	font-family: 'Beautique Display';
	font-size: 32px;
	font-weight: bold;
	color: #cc0001;
	line-height: 34px;
}
.about-text{
	color: #1c1c1c;
	margin-top: 8px;
}
.read-btn{
	display: inline-block;
	background: #c98f28;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 9px 26px 7px;
	border-radius: 7px;
	margin-top: 17px;
	text-transform: uppercase;
	transition: ease 0.5s all 0s;
}
.service-sec{
	background: url(../images/service-shape.png) #fff7f7 right bottom;
	padding: 50px 0 60px;
}
.box1-top{
	margin-top: 30px;
}
.box1{
	box-shadow: 0 2px 12px -3px #7c7c7c;
	background: #fff;
	min-height: 100%;
	border-radius: 43px 0 43px 0;
	overflow: hidden;
}
.box1-top:nth-child(2n) .box1{
	border-radius: 0 43px 0 43px;
}
.box1-photo{
	overflow: hidden;
	border-radius: 0 0 43px 0;
}
.box1-photo img{
	width: 100%;    
	transition: ease 0.5s all 0s;
}
.box1:hover .box1-photo img{
	transform: scale(1.2);
}
.box1-top:nth-child(2n) .box1-photo{
	border-radius: 0 0 0 43px;
}
.box1-content {
	padding: 24px 22px 22px;
}
.box1-title {
	font-size: 16px;
	font-weight: bold;
	color: #1c1c1c;
}
.box1-text {
	font-size: 14px;
	color: #1c1c1c;
	margin-top: 5px;
}
.box1 a{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #2f2169;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-decoration: underline !important;
	margin-top: 9px;
	transition: ease 0.5s all 0s;
}
.box1 a:hover {
	color: #cc0001;
	letter-spacing: 3px;
}
.choose-us-sec{
	padding: 50px 0;
	position: relative;
}
.choose-us-sec:before{
	width: 210px;
	height: 210px;
	border-radius: 50%;
	background: #cc000124;
	position: absolute;
	top: 40px;
	left: -115px;
	content: "";
}
.choose-us-sec:after{
	background: url(../images/triangle.png) no-repeat;
	width: 106px;
	height: 92px;
	position: absolute;
	top: 0;
	right: 22%;
	content: "";
}
.box2 {
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 600;
	color: #292929;
	line-height: 1.2;
	gap: 15px;
	margin-top: 42px;
}
.box2 img{
	border-radius:15px 0 15px 0;
	width: 75px;
}
.box2 .blue{
	background: #d2cede;
}
.box2 .yellow{
	background: #f4e9d4;
}
.box2 .red{
	background: #f5cccc;
}
.second-part .box2{
	flex-direction: row-reverse;
	text-align: right;
}
.middle-img {
	text-align: center;
	position: relative;
}
.middle-img img {
	width: 392px;
}
.middle-img:after{
	background: url(../images/shining.png) no-repeat;
	width: 75px;
	height: 65px;
	position: absolute;
	top: -2px;
	right: -20px;
	content: "";
}
.review-sec{
	padding: 50px 0;
	background: #fff7ea;
}
.testi-part{
	margin-top:30px;
}
.sp-testimonial-free-section {
	margin: 0 40px !important;
}
.sp-testimonial-free{
	margin: 10px;
	padding:16px 28px 20px;
	background: #fff !important;
	box-shadow: 0 0 8px #b4afaf;
	border-radius: 5px !important;
	position:relative;
}
.sp-testimonial-client-testimonial p{
	text-align: left !important;
	padding: 44px 0 0 !important;
	font-size: 15px !important;
	color: #1d1d1d !important;
	margin-bottom: 0 !important;
	line-height: 24px !important;
}
.sp-testimonial-client-testimonial{
	margin-bottom: 0 !important;
}
.sp-testimonial-client-name{
	font-size: 15px !important;
	text-align: left !important;
	color: #1e0a5f !important;
	margin-top: 10px !important;
}
.sp-testimonial-client-rating{
	position: absolute;
	top: 35px;
	left: 24px;
	margin: 0 !important;
}
.sp-testimonial-client-image{
	margin: 0 !important;
	position: absolute;
	top: 15px;
	right: 35px;
}
.sp-testimonial-client-image img{
	border-radius: 0 !important;
}
.testimonial-nav-arrow{
	top: 77% !important;
	font-size: 26px !important;
}


.footer{
	background: #1c095b;
	position: relative;
	padding: 45px 0 15px;
	z-index: 1;
}
.footer::before{
	background: url(../images/shape2.png) no-repeat;
	width: 173px;
	height: 335px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	z-index: -1;
}
.footer::after{
	background: url(../images/shape3.png) no-repeat;
	width: 230px;
	height: 366px;
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	z-index: -1;
	background-size: 230px;
}
.foot_title{
	font-size: 20px;
	font-weight: bold;
	color: #f6f6f9;
	line-height: 20px;
	margin-bottom: 18px;
}
.social {
	margin-top: 20px;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	list-style: none;
	font-size: 16px;
	background: url(../images/arw.png) no-repeat;
	color: #fff;
	padding-left: 22px;
	margin-bottom: 6px;
	background-position: 0 4px;
}
.foot1 li a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover{
	color: #c00;
}
.foot1.second li{
	background-image: none;
	padding-left: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom:14px;
}
.foot_left{
	padding-left: 5%;
}
.foot_right{
	padding-left: 46px;
}
.copyright{
	border-top: 1px solid #fff;
	text-align: center;
	margin-top: 20px;
	padding-top: 15px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.copyright a{
	color: #ec9114;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 22px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 52px;
	right: 1%;
	color: #fff;
	background: #0a0a0a;
	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: 146px 0 !important;
	margin: 129px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: left;
}
.page .entry-header:before, .blog_page_header:before {
	background:rgba(0, 0, 0, 0.61);
	position: absolute;
	content: "";
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
}
.page .entry-content {
	max-width:100% !important;
	padding:0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	color: #fff;
	width: 100%;
	font-size:32px;
	font-weight: bold;
	text-transform: none;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}
.abt-title {
	font-family: 'Beautique Display';
	font-size: 25px;
	font-weight: bold;
	color: #000;
	margin-bottom: 8px;
	line-height: 1.2;
}
.abt-title strong{
	font-weight: bold;
	color:#cd0102;
}
.abt-title.dup{
	font-family: 'Poppins';
	font-size: 20px;
	color: #1c085d;
	margin-top: 12px;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 8px;
}
.ab-inner-text {
	color: #1c1c1c;
	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 2px left;
	list-style: none;
	padding-left: 28px;
	font-size: 16px;
	padding-bottom: 5px;
	color: #1c1c1c;
	background-size: 20px;
}
.inner-sec{
	padding: 50px 0;
	margin-top: 40px;
	background: #1c0a5d1a;
}
.inner-sec .ab-inner-text{
	color: #000;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background: #d49c38;
	border-radius: 5px;
}
.bottom-sec .abt-title{
	color:#fff;
}
.bottom-sec .ab-inner-text{
	color:#fff;
}
.inr-box2-top{
	margin-top:25px;
}
.inr-box2{
	background: #fff;
	box-shadow: 0 0 5px #969696;
	min-height: 100%;
	padding: 25px 17px;
	border-radius: 10px;
}
.inr-box2 p{
	margin-bottom:0;
}
.inr-box2 img{
	background:#190760;
	border-radius: 50%;
	width: 86px;
	border: 5px solid #fffefe;
	box-shadow: 0 0 3px #777;
	padding: 5px;
}
.inr-box2-title{
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-top: 18px;
	line-height: 1.2;
}
.inr-box2-text {
	font-size: 15px;
	margin-top: 10px;
	color: #000;
}
.inr-box2-text ul{
	margin: 10px 0 0;
	padding: 0;
	padding-left: 15px;
}
.inr-box2-text ul li{
	list-style:disclosure-closed;
	margin-top: 3px;
}
.testi-inner .hentry{
	margin-bottom:0 !important;
}
.testi-inner .sp-testimonial-free-section {
	margin: 0 !important;
}
.testi-inner .sp-testimonial-free{
	padding: 16px 15px 10px;
	margin: 7px;
	min-height:100%;
}
.testi-inner .sp-testimonial-client-rating{
	left: 15px;
}
.apply-now-sec{
	background: #1f0c5f;
	padding: 30px 25px 0;
	border-radius: 8px;
}
.apply-now-sec .send_btn input{
	margin: 20px auto 0;
	padding: 8px 33px !important;
	font-size: 18px !important;
}
.frm_label2 {
	color: #e5e5e5;
	margin-top: 15px;
	font-size: 16px;
	font-weight: 500;
}
.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;
	font-weight: 500;
	position: relative;
	padding-left: 35px;
	margin-top: 12px;
	color: #000;
}
.contact_top_number img {
	position: absolute;
	top: 0;
	left: 0;
}
.contact_top_number a {
	color: #000;
}
.contact-right {
	background: #1f0c5f;
	padding: 35px 25px 0;
}
.info-text.second {
	color: #fff;
}
.frm_fld input {
	width: 100%;
	padding: 10px 12px;
	background: #fff;
	border: none !important;
	margin-top: 10px;
	border-radius:5px;
	color: #000;
}
.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:13px 30px 10px 12px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:none
}
.frm_fld select option{
	color:#000;
	background:#fff;
}
.frm_fld textarea {
	width: 100%;
	height: 110px;
	padding: 12px 12px;
	background: #fff;
	color: #000;
	margin-top: 10px;
	border-radius: 5px;
	border: none !important;
	resize: none;
}
.send_btn input {
	border: none !important;
	border-radius: 5px !important;
	display: block;
	padding: 10px 26px !important;
	background: #c98f28 !important;
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	margin-top: 20px;
	text-align: center;
	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: #1f0c5f;
	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;
}
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: #e19f28;
	border-color: #e19f28;
}
.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{
	margin: 20px auto 0;
}
.mobmenu-right-panel{
	background:#1d1212 !important;
}
.mob-menu-logo-holder{
	display:none;
}
.mob-menu-header-holder{
	height: 0 !important;
}
body.mob-menu-overlay, body.mob-menu-slideout, body.mob-menu-slideout-over, body.mob-menu-slideout-top{
	padding-top:0 !important;
}
.mobmenur-container{
	top: 23px !important;
	right: 5px !important;
	margin-top: 0 !important;
	margin-right: 0 !important;
}
.mobmenur-container i {
	line-height: 31px !important;
	font-size: 31px !important;
	color: #cc0001 !important;
}
.mobmenu-right-bt .mob-cancel-button{
	color: #fff !important;
}
.mobmenu-right-panel li{
	padding:0 !important;
}
.mobmenu-content li a{
	color: #fff !important;
	font-size: 15px !important;
	padding: 7px 20px !important;
	font-weight: 500 !important;
	line-height: 15px !important;
}
.mobmenu-right-panel li li a{
	padding: 7px 34px !important;
}
.mobmenu-content #mobmenuright .sub-menu{
	background-color: transparent !important;
}
.mobmenu-content #mobmenuright li:hover {
	background-color: transparent !important;
}
.mobmenu-content #mobmenuright > li > a:hover {
    background-color: transparent !important;
}
.show-nav-right .mob-expand-submenu i{
	color: #fff !important;
	font-size: 16px !important;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#c98f28;
	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: 9px 8px;
}
.footer_btn3 {
	background: #262525;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
}
.back-btn a {
	background:#cc0001;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border-radius: 5px;
	padding: 10px 22px;
	display: inline-block;
	margin-top: 20px;
	text-transform: uppercase;
}
.error_container {
	align-items: center;
	padding: 0 0 50px;
	text-align: center;
}

/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.header{
		padding:5px 0;
	}
	.fixed-header{
		animation: none;
	}
	.address-part, .menu, .ref-btn{
		display:none;
	}
	.logo img, .fixed-header .logo img{
		width: 120px;
	}
	.banner{
		margin-top: 74px;
		padding: 35px 0 40px;
	}
	.banner::before{
		display: none;
	}
	.banner-left {
		margin-right: 0;
		margin-bottom: 30px;
	}
	.banner-small{
		font-size: 18px;
	}
	.banner-title {
		font-size: 28px;
		line-height: 28px;
	}
	.banner-btn a {
		font-size: 15px;
		padding: 10px 26px 8px;
	}
	.banner-right img{
		width:100%;
	}
	.about-sec {
		padding: 30px 0 120px;
	}
	.about-left{
		margin-bottom:30px;
	}
	.about-title {
		font-size: 24px;
		line-height: 26px;
	}
	.about-text {
		font-size: 15px;
	}
	.read-btn{
		font-size: 15px;
	}
	.about-right img{
		width:100%;
	}
	.about-sec::after {
		width: 200px;
		height: 116px;
		background-size: 200px;
	}
	.service-sec {
		padding: 30px 0 38px;
	}
	.box1-top {
		margin-top: 25px;
	}
	.box1-content {
		padding: 20px 15px;
	}
	.choose-us-sec {
		padding: 30px 0;
	}
	.choose-us-sec::before{
		display:none;
	}
	.box2 {
		font-size: 15px;
		gap: 10px;
		margin-top: 15px;
	}
	.second-part .box2 {
		flex-direction: unset;
		text-align: left;
	}
	.box2 img{
		width: 65px;
	}
	.middle-img{
		margin-top:25px;
	}
	.middle-img img {
		width: 100%;
	}
	.middle-img::after{
		display:none;
	}
	.review-sec {
		padding: 30px 0 20px;
	}
	.testi-part {
		margin-top: 18px;
	}
	.sp-testimonial-free-section {
		margin: 0 30px !important;
	}
	.sp-testimonial-free{
		padding: 4px 15px 20px;
	}
	.sp-testimonial-client-rating {
		top:15px;
		left:15px;
	}
	.sp-testimonial-client-testimonial p {
		padding: 34px 0 0 !important;
	}
	.testimonial-nav-arrow {
		top: 60% !important;
	}
	.footer {
		padding: 30px 0 60px;
	}
	.foot_logo img{
		width:145px;
	}
	.social {
		margin-top: 15px;
	}
	.foot_left, .foot_right{
		padding-left: 12px;
	}
	.foot_title {
		font-size: 18px;
		margin-top: 15px;
	}
	.foot1 li{
		font-size: 15px;
	}
	.foot1.second li {
		margin-bottom: 8px;
		font-size: 13px;
	}
	.copyright{
		margin-top: 15px;
	}
	.page .entry-header, .blog_page_header {
		padding: 75px 0 !important;
		margin: 74px 0 30px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 24px;
	}
	.abt-title {
		font-size: 20px;
		line-height: 1.3;
	}
	.abt-title.dup {
		font-size: 18px;
		margin-top: 10px;
	}
	.ab-inner-text {
		font-size: 15px;
	}
	.ab-inner ul li{
		font-size: 15px;
	}
	.ab-iner-img{
		margin-top:20px;
	}
	.ab-iner-img img{
		width:100%;
	}
	.inner-sec {
		padding: 35px 0;
		margin-top: 35px;
	}
	.inr-box2 {
		padding: 20px 15px;
	}
	.inr-box2 img {
		width: 78px;
		border: 3px solid #fffefe;
		padding: 3px;
	}
	.inr-box2-title {
		font-size: 18px;
		margin-top: 16px;
	}
	.inr-box2-text {
		font-size: 14px;
	}
	.bottom-sec {
		padding: 35px 10px;
		margin-top: 30px;
	}
	.apply-now-sec {
		padding: 20px 15px 0;
	}
	.apply-now-sec .info-text {
		font-size: 18px;
		padding-bottom: 6px;
	}
	.contact-left {
		padding: 20px 10px 25px;
	}
	.info-text{
		font-size: 18px;
	}
	.contact_top_number {
		font-size: 15px;
	}
	.contact-right{
		padding: 20px 15px 0;
	}
	.send_btn input {
		padding: 8px 26px !important;
		font-size: 15px !important;
	}
	.form-title2 {
		font-size: 22px;
	}
	.inner-form-box {
		padding: 25px 15px;
		margin-top: 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) {
	.ref-btn {
		top: 18px !important;
		right: 70px !important;
	}
	.banner-right {
		margin-top: 30px;
	}
	.banner-left {
		margin-right: 0 !important;
	}
	.box1-top, .inr-box2-top{
		width:50%;
	}
	.second-part .box2 {
		flex-direction: unset !important;
		text-align: left !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.ref-btn{
		display: inline-block;
		position: fixed;
		top: 17px;
		right: 85px;
		font-size: 15px;
		padding: 8px 24px;
	}
	.banner-left {
		margin-right: -20px;
		margin-bottom: 0;
	}
	.about-sec {
		padding: 30px 0 20px;
	}
	.second-part .box2 {
		flex-direction: row-reverse;
		text-align: right;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.ad1 span {
		padding-right: 10px;
		margin-right: 10px;
		font-size: 13px;
	}
	.ref-btn{
		margin-left: 15px;
		font-size: 14px;
		padding: 8px 20px;
	}
	.menu ul li {
		margin-right: 12px;
	}
	.about-title {
		font-size: 28px;
		line-height: 28px;
	}
	.box1-content {
		padding: 20px 15px 22px;
	}
	.box1-title{
		font-size: 14px;
	}
	.box1-text {
		font-size: 13px;
	}
	.box2 img {
		width: 65px;
	}
	.foot_right {
		padding-left: 24px;
	}
	.foot1 li{
		font-size: 13px;
	}
	.foot1.second li{
		font-size: 13px;
	}
	.contact_top_number{
		font-size: 17px;
	}
}

/* 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: 17px;
		right: 85px;
		font-size: 15px;
		padding: 8px 24px;
	}
	.banner-left {
		margin-right: -20px;
		margin-bottom: 0;
	}
	.about-sec {
		padding: 30px 0 20px;
	}
	.second-part .box2 {
		flex-direction: row-reverse;
		text-align: right;
	}
	.foot_right {
		padding-left: 12px;
	}
	.contact_top_number {
		font-size: 15px;
	}
}

@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) {
	.ad1 span {
		padding-right: 10px;
		margin-right: 10px;
		font-size: 13px;
	}
	.ref-btn{
		margin-left: 15px;
		font-size: 14px;
		padding: 8px 20px;
	}
	.menu ul li {
		margin-right: 12px;
	}
	.about-title {
		font-size: 28px;
		line-height: 28px;
	}
	.box1-content {
		padding: 20px 15px 22px;
	}
	.box1-title{
		font-size: 14px;
	}
	.box1-text {
		font-size: 13px;
	}
	.box2 img {
		width: 65px;
	}
	.foot_right {
		padding-left: 36px;
	}
	.foot1 li{
		font-size: 13px;
	}
	.foot1.second li{
		font-size: 13px;
	}
	.contact_top_number{
		font-size: 17px;
	}
}

/* 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) {
	.ad1 span {
		padding-right: 10px;
		margin-right: 10px;
		font-size: 13px;
	}
	.ref-btn{
		position: relative;
		top: 0;
		right: 0;
		margin-left: 15px;
		font-size: 14px;
		padding: 8px 20px;
	}
	.menu ul li {
		margin-right: 12px;
	}
	.about-title {
		font-size: 28px;
		line-height: 28px;
	}
	.box1-content {
		padding: 20px 15px 22px;
	}
	.box1-title{
		font-size: 14px;
	}
	.box1-text {
		font-size: 13px;
	}
	.box2 img {
		width: 65px;
	}
	.foot_right {
		padding-left: 38px;
	}
	.foot1 li{
		font-size: 13px;
	}
	.foot1.second li{
		font-size: 13px;
	}
	.contact_top_number{
		font-size: 17px;
	}
}

@media screen and (min-width: 1424px) {
	.page .entry-header, .blog_page_header{
		padding: 155px 0 !important;
	}
	.ref-btn {
    margin-right: 70px;
	}
}

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

@media screen and (min-width: 1920px) {
	.page .entry-header, .blog_page_header{
		padding: 214px 0 !important;
	}
	.top_ndis img {
		width: 95px;
		position: absolute;
		right: 190px;
		top: 64px;
	}
}

@media screen and (min-width: 2048px) {
	.page .entry-header, .blog_page_header{
		padding: 235px 0 !important;
	}
	.top_ndis img {
        width: 95px;
        position: absolute;
        right: 260px;
        top: 65px;
    }
}

@media screen and (min-width: 2550px) {
	.page .entry-header, .blog_page_header{
		padding: 295px 0 !important;
	}
	.top_ndis img {
		width: 95px;
		position: absolute;
		right: 510px;
		top: 65px;
	}
}    
