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: 'Anton';
	src: url('../fonts/Anton-Regular.eot');
	src: url('../fonts/Anton-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Anton-Regular.woff2') format('woff2'),
		url('../fonts/Anton-Regular.woff') format('woff'),
		url('../fonts/Anton-Regular.ttf') format('truetype'),
		url('../fonts/Anton-Regular.svg#Anton-Regular') format('svg');
	font-weight: normal;
	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-header {
	background-color: #f166a7;
}
.top-header-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top-header-left {
	display: flex;
	align-items: center;
	gap: 17px;
}
.top-header-info {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	color: #ffffff;
}
.top-header-info a {
	font-size: 14px;
	color: #ffffff;
}
.top-header-right {
	display: flex;
	align-items: center;
}

.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;
}
.fixed-header .logo img {
	width: 240px;
}
.fixed-header .menu ul li a{
	padding: 30px 0;
}
.logo img{
	width: 274px;
	transition: ease 0.5s all 0s;
}
.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:16px;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #141514;
	padding: 35px 0;
	text-transform: uppercase;
	transition: ease 0.5s all 0s;
}
.menu ul li a.active, .menu ul li a:hover{
	color:#f166a7;
}
.ref-btn{
	display: inline-block;
	vertical-align: middle;
	background: #f166a7;
	font-size: 16px;
	font-weight: 600;
	color: #1d1d1d;
	padding: 9px 28px;
	text-transform: uppercase;
	border-radius: 50px;
	margin-left: 20px;
	transition: ease 0.5s all 0s;
}
.ref-btn:hover{
	background: #7dccf1;
}
.ndis{
	display: inline-block;
	vertical-align: middle;
	margin-left:10px;
}
.banner{
	background:#660032;
	margin-top: 130px;
	position: relative;
}
.banner:before{
	width: 100px;
	height: 100px;
	background: transparent;
	border: 7px solid #eb49a7;
	position: absolute;
	top: 4px;
	left: -50px;
	border-radius: 50%;
	content: "";
}
.banner-left{
	display: flex;
	align-items: center;
	padding-left:9%;
	padding-right:5%;
}
.banner-title{
	font-family: 'Anton';
	font-size: 50px;
	color: #fff;
	text-transform: uppercase;
	line-height: 58px;
	letter-spacing: 1px;
}
.banner-btn a{
	display: inline-block;
	background: #77d1f4;
	color: #1f1b1b;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 36px;
	text-transform: uppercase;
	border-radius: 50px;
	margin-top: 25px;
	transition: ease 0.5s all 0s;
}
.banner-btn a:hover{
	background: #131313;
	color: #fff;
}
.banner-right{
	text-align: right;
}
.banner-right img{
	width: 100%;
}
.about-sec{
	background: #edf0ff;
	padding: 56px 0;
}
.about-left {
	padding-left: 15px;
}
.about-small span{
	display: inline-block;
	background: #77d1f4;
	color: #1e1e1e;
	border-radius: 50px;
	padding: 5px 20px;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
}
.about-title{
	font-family: 'Anton';
	font-size: 36px;
	color: #2b2b2b;
	text-transform: uppercase;
	line-height: 42px;
	margin-top: 15px;
}
.about-text{
	color: #2b2b2b;
	font-weight: 500;
	margin-top: 10px;
}
.read-btn{
	display: inline-block;
	background: #f166a7;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 30px;
	text-transform: uppercase;
	border-radius: 50px;
	margin-top: 20px;
	transition: ease 0.5s all 0s;
}
.read-btn:hover {
	background: #77d1f4;
}
.service-sec{
	padding: 50px 0;
}
.service-sec .about-text{
	/* 	padding: 0 17%; */
}
.box1-top{
	margin-top: 24px;
}
.box1{
	overflow: hidden;
	box-shadow: 0 2px 10px -4px #686565;
	border-radius: 8px;
	min-height: 100%;
	transition: ease 0.5s all 0s;
}
.box1:hover{
	box-shadow: 4px 8px 8px -1px #a6a6a6;
}
.pic{
	border-radius: 8px;
	overflow: hidden;
}
.pic img{
	width:100%;
	transition: ease 0.5s all 0s;
}
.box1:hover .pic img{
	transform: scale(1.1);
}
.box1-content {
	padding: 24px 15px 20px;
}
.box1-title{
	font-family: 'Anton';
	font-size:18px;
	color: #2b2b2b;
	text-transform: uppercase;
	line-height: 22px;
	letter-spacing: 1px;
}
.box1-text {
	font-size: 14px;
	color: #454545;
	margin-top: 6px;
}
.box1 a{
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	color: #dd478d;
	border-bottom: 1px solid;
	text-transform: uppercase;
	margin-top: 10px;
	transition: ease 0.5s all 0s;
}
.box1 a:hover {
	color: #7ecdfb;
}
.choose-us-sec{
	padding: 55px 0 100px;
	background:#660032;
	position: relative;
	overflow: hidden;
	z-index:1;
}
.choose-us-sec::before{
	background: url(../images/shape1.png) no-repeat;
	width: 129px;
	height: 112px;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: -1;
}
.choose-us-sec::after{
	background: url(../images/shape3.png) no-repeat;
	width: 183px;
	height: 337px;
	background-size: contain;
	background-position: center right;
	position: absolute;
	top: 0;
	right: 0;
	content: "";
}
.shape2{
	background: url(../images/shape2.png) no-repeat;
	width: 142px;
	height: 122px;
	position: absolute;
	top: -68px;
	left: 37%;
	content: "";
}
.choose-right {
	padding-left: 10%;
}
.box2-top {
	margin-bottom: 26px;
}
.box2{
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 18px;
	font-weight: 600;
	color: #e6e6e6;
	line-height: 1.2;
}
.box2 img{
	background: #fff;
	border-radius: 50%;
}
.chooseus2-sec{
	position: relative;
	z-index: 1;
	margin-top: -50px;
	margin-bottom: 2%;
}
.box3{
	display: flex;
	align-items: start;
	gap: 12px;
	box-shadow: 0 0 6px #959595;
	background: #fff;
	padding: 20px 14px;
	font-size: 14px;
	font-weight: 500;
	color: #535353;
	border-radius: 6px;
	min-height: 100%;  
}
.box3 strong{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #1f1c1c;
}
.testimonial-sec{
	padding:40px 0 30px;
}
.testi-part{
	margin-top: 38px;
}
.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized, .tfree-layout-grid){
	margin:0 !important;
	margin-bottom:60px !important;
}
.sp-testimonial-item.swiper-slide-active{
	border-right:1px solid #afadad !important;
}
.sp-testimonial-free{
	margin:0 10px !important;
	padding: 0 10px;
	position:relative;
}
.sp-testimonial-client-rating{
	position:absolute;
	top:0;
	left:6px;
}
.sp-testimonial-client-testimonial p{
	text-align:left !important;
	color:#1f1c1c !important;
	padding:0 !important;
	padding-top:30px !important;
	margin:0 !important;
}
.sp-testimonial-client-name{
	text-align: left !important;
	color: #1f1c1c !important;
	font-size: 18px !important;
	font-style: italic !important;
}
.location-sec {
	padding:30px 0 40px;
}
.loc ul{
	margin:20px 0 0;
	padding:0;
	text-align:center;
}
.loc ul li{
	list-style:none;
	display:inline-block;
	background:url(../images/loc3.png) no-repeat;
	padding-left: 24px;
	font-size: 16px;
	font-weight: 500;
	margin:0 8px 8px;
	background-size: 20px;
	background-position:0 2px;
}
.map_form{
	background: #7fccef24;
	padding: 40px 0;
}
.map_form iframe{
	margin-bottom: 0;
	width: 100%;
	height: 100%;
}


.footer{
	background: #660032;
	padding: 40px 0 30px;
}
.foot_title{
	font-size:19px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	list-style: none;
	font-size: 14px;
	color: #fff;
	margin-bottom: 5px;
}
.foot1 li a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover {
	color: #f166a7;
}
.foot1.second li{
	font-size: 14px;
	text-transform: none;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.foot1.second li:first-child{
	font-weight: 600;
	font-size: 18px;
}
.foot1.two li{
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}
.foot1.two li img{
	background: #f166a7;
	border-radius: 50%;
}
.line2{
	position: relative;
}
.line2::after {
	width: 1px;
	height: 100%;
	background: #ffffff38;
	position: absolute;
	top: 0;
	right: 14px;
	content: "";
}
.line2:first-child::after{
	right: 8px;
}
.copyright{
	padding: 15px 0;
	text-transform: uppercase;
	font-size: 14px;
	background: #ed58ae;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
}
.copyright a{
	color: #ffffff;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 22px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 51px;
	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: 192px 0 !important;
	margin: 94px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(17, 17, 17, 0.5);
	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: #fff;
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}
.breadcrumb-container {
	text-align: center;
	color: #fff !important;
	font-size: 16px !important;
	position: relative;
	z-index: 99;
}
.breadcrumb-container a {
	color: #f166a7 !important;
}
.abt-title {
	font-family: 'Anton';
	font-size: 24px;
	color: #19191a;
	margin-bottom: 12px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.abt-title strong{
	font-weight: normal;
	color: #f166a7;
}
.abt-title.dup{
	font-family: 'Poppins';
	font-size: 20px;
	color: #373737;
	text-transform: none;
	margin-top: 12px;
	font-weight: bold;
	letter-spacing: 0;
}
.ab-inner-text {
	color: #000;
	font-size: 16px;
}
.ab-inner ul {
	padding: 0px;
	margin: 15px 0 0;
}
.ab-inner ul li {
	background: url(../images/check3.png) no-repeat;
	background-position: top 2px left;
	list-style: none;
	padding-left: 30px;
	font-size: 16px;
	padding-bottom: 8px;
	color: #000;
	background-size: 20px;
}
.inner-sec{
	padding: 50px 0;
	margin-top: 40px;
	background: #7fccef24;
}
.inner-sec .ab-inner-text{
	color: #000;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background: #80ccf0;
	border-radius: 5px;
}
.bottom-sec .abt-title{
	color:#000;
}
.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:#60c5f3;
	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{
	box-shadow: 0 0 5px #8e8e8e !important;
	margin: 10px !important;
	padding: 10px 20px;
	min-height: 100%;
	border-radius: 5px !important;
}
.testi-inner .sp-testimonial-client-rating {
	top: 24px;
	left: 15px;
}
.testi-inner .sp-testimonial-client-testimonial p{
	padding-top: 40px !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: 16px;
	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:#660032;
	padding: 35px 25px 0;
}
.info-text.second{
	color:#fff
}
.frm_fld input {
	width: 100%;
	padding: 12px 15px;
	border: none !important;
	background:#fff !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 13px 15px;
	-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: 122px;
	padding: 18px 15px;
	background: #fff;
	color: #000;
	margin-top: 12px;
	border-radius: 5px;
	border: none !important;
	background:#fff !important;
	resize: none;
}
.send_btn input {
	border: none !important;
	display: block;
	border-radius:50px !important;
	color: #060606 !important;
	padding: 10px 30px !important;
	background: #f166a7 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	margin: 22px auto 0;
	text-align: center;
	text-transform:uppercase !important;
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.frm_fld input::-webkit-input-placeholder, .frm_fld textarea::-webkit-input-placeholder {
	color: #444;
}
.frm_fld input::-moz-placeholder, .frm_fld textarea::-moz-placeholder {
	color: #444;
}
.frm_fld input:-ms-input-placeholder, .frm_fld textarea:-ms-input-placeholder { 
	color: #444;
}
.frm_fld input:-moz-placeholder, .frm_fld textarea:-moz-placeholder {
	color: #444;
}
.form-title2{
	text-align: center;
	color: #000;
	font-size: 26px;
	font-weight: 600;
}
.inner-form-box{
	background:#660032;
	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: #fff;
	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: #3d85a1;
	border-color: #3d85a1;
}
.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: #f166a7 !important;
}
#acwp-toolbar-btn{
	border:none !important;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#77d1f4;
	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:#f166a7;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	border-radius: 50px;
	padding: 12px 23px;
	display: inline-block;
	margin-top: 20px;
	text-transform: uppercase;
}
.error_container {
	padding:20px 0 50px;
	text-align: center;
}

.location-page .ab-inner ul li {
	background: url(../images/loc3.png) no-repeat;
	background-size: 20px;
	background-position: top 2px left;
}
.location-page .ab-inner ul li a{
	color: #000;
	transition: all 0.5s ease;
}
.location-page .ab-inner ul li a:hover{
	color: #f166a7;
}
/* blog page css  */
.more-link {
    display: block;
    background: #f166a7;
	font-weight: 600;
    width: fit-content;
    margin: 15px 0;
    padding: 15px 25px;
    border-radius: 15px;
    color: #000;
	text-transform: capitalize;
	transition: all 0.5s ease;
    text-decoration: none !important;
}
.more-link:hover{
	background: #7dccf1 !important;
	color: #000 !important;
}

.post .entry-title{
	font-size: 30px !important;
	font-weight: 600 !important;
}
.widget_block{
	position: relative;	
}
.widget_block::before{
    content: '';
    width: 100%;
    height: 3px;
    background: #000;
    position: absolute;
    left: 0;
    top: -15px;
}
#block-8::before{
	content: none;
}
#block-7 {
    margin-bottom: 10px;
}

/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.top-header {
		display:none;
	}
	.header{
		padding:5px 0;
	}
	.ref-btn, .menu, .ndis{
		display:none;
	}
	.logo img, .fixed-header .logo img{
		width: 164px;
	}	
	.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: 68px;
		padding:50px 0 0;
	}
	.banner::before{
		display:none;
	}
	.banner-mob{
		margin-top:25px;
	}
	.banner-mob img{
		width:100%;
	}
	.banner-right{
		display:none;
	}
	.banner-left{
		padding:0 3%;
	}
	.banner-title {
		font-size: 25px;
		line-height: 33px;
	}
	.banner-btn a {
		font-size: 15px;
		padding:8px 28px;
		margin-top: 20px;
	}
	.about-sec{
		padding: 35px 0;
	}
	.about-left {
		padding-left: 0;
	}
	.about-small span{
		font-size: 14px;
	}
	.about-title {
		font-size: 24px;
		line-height: 30px;
		margin-top: 12px;
	}
	.read-btn {
		font-size: 15px;
		padding:8px 30px;
		margin-top: 20px;
	}
	.about-right{
		margin-top:30px;
	}
	.about-right img{
		width:100%;
	}
	.service-sec {
		padding:35px 0;
	}
	.service-sec .about-text {
		padding:0;
	}
	.choose-us-sec{
		padding: 30px 0 45px;
	}
	.choose-us-sec::before{
		display:none;
	}
	.choose-right {
		padding-left: 0;
		margin-top: 25px;
	}
	.box2-top {
		margin-bottom: 15px;
	}
	.box2 {
		gap:10px;
		font-size: 17px;
	}
	.box3-top{
		margin-top:20px;
	}
	.testimonial-sec {
		padding:30px 0 20px;
	}
	.sp-testimonial-item.swiper-slide-active{
		border-right:none !important;
	}
	.location-sec {
		padding:20px 0 30px;
	}
	.loc ul li{
		font-size: 15px;
		margin: 0 5px 8px;
	}
	.footer {
		padding:25px 0 20px;
	}
	.foot_title {
		font-size: 18px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.line2::after{
		display:none;
	}
	.copyright{
		padding: 15px 0 60px;
	}
	.page .entry-header, .blog_page_header{
		padding:70px 0 !important;
		margin:68px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 24px;
	}
	.abt-title{
		font-size: 20px;
	}
	.abt-title.dup{
		font-size: 18px;
	}
	.inner-sec {
		padding:36px 0;
		margin-top: 30px;
	}
	.inr-box2-top {
		margin-top: 20px;
	}
	.inr-box2 img {
		width: 75px;
		border:3px solid #fffefe;
		padding:7px;
	}
	.inr-box2-title{
		font-size: 18px;
	}
	.bottom-sec{
		padding:35px 10px;
		margin-top: 30px;
	}
	.contact-left {
		padding:20px 15px 25px;
	}
	.info-text{
		font-size: 18px;
	}
	.contact-right {
		padding:20px 15px 0;
	}
	.send_btn input{
		font-size: 15px !important;
	}
	.form-title2{
		font-size: 22px;
	}
	.inner-form-box{
		padding: 25px 15px;
	}
	.ref_form_title{
		font-size: 18px;
	}
	.frm_label2 {
		margin-top: 10px;
		font-size: 15px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.ref-btn{
		right: 68px !important;
	}
	.ndis{
		right: 205px !important;
	}
	.banner {
		padding:50px 0 0 !important;
	}
	.banner-left{
		padding: 0 3% !important;
	}
	.box1-top, .box2-top, .box3-top, .inr-box2-top{
		width:50%;
	}
	.box3 img{
		max-height:38px;
	}
	.box3 strong{
		font-size: 15px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.ref-btn{
		display: inline-block;
		position: fixed;
		top: 15px;
		right: 80px;
		font-size: 15px;
		padding:7px 28px;
	}
	.ndis{
		display: inline-block;
		position: fixed;
		top: 8px;
		right: 222px;
		width: 50px;
	}
	.banner{
		padding: 0;
	}
	.banner-left {
		padding-left: 6%;
		padding-right: 0;
	}
	.box1-title{
		font-size: 16px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.ndis{
		margin-left: 0;
		width: 40px;
	}
	.ref-btn{
		margin-left: 8px;
		font-size: 14px;
		padding:7px 24px;
	}
	.menu ul li{
		margin-right: 9px;
	}
	.menu ul li a{
		font-size: 15px;
	}
	.banner-left{
		padding-left: 5%;
		padding-right: 5%;
	}
	.banner-title{
		font-size: 42px;
		line-height: 50px;
	}
	.about-title {
		font-size: 30px;
		line-height: 35px;
	}
	.choose-right {
		padding-left: 0;
	}
	.box3{
		gap: 10px;
		padding: 20px 10px;
	}
	.box3 strong{
		font-size: 15px;
	}
	.foot1.second li{
		word-break: break-all;
	}
}

/* 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: 15px;
		right: 80px;
		font-size: 15px;
		padding:7px 28px;
	}
	.ndis{
		display: inline-block;
		position: fixed;
		top: 8px;
		right: 222px;
		width: 50px;
	}
	.banner{
		padding: 0;
	}
	.banner-left {
		padding-left: 11%;
		padding-right: 0;
	}
	.banner-title {
		font-size: 25px;
		line-height: 33px;
	}
	.box1-title{
		font-size: 16px;
	}
	.about-title {
		font-size: 24px;
		line-height: 30px;
	}
	.foot1.second li {
		word-break: normal;
	}
}

@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) {
	.ndis{
		margin-left: 0;
		width: 40px;
	}
	.ref-btn{
		margin-left: 8px;
		font-size: 14px;
		padding:7px 24px;
	}
	.menu ul li{
		margin-right: 9px;
	}
	.menu ul li a{
		font-size: 15px;
	}
	.banner-left{
		padding-left: 10%;
		padding-right: 5%;
	}
	.banner-title{
		font-size: 42px;
		line-height: 50px;
	}
	.about-title {
		font-size: 30px;
		line-height: 35px;
	}
	.choose-right {
		padding-left: 0;
	}
	.box3{
		gap: 10px;
		padding: 20px 10px;
	}
	.box3 strong{
		font-size: 15px;
	}
	.foot1.second li{
		word-break: break-all;
	}
}

/* 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) {
	.ndis{
		position: relative;
		top: 0;
		right: 0;
		margin-left: 0;
		width: 40px;
	}
	.ref-btn{
		position: relative;
		top: 0;
		right: 0;
		margin-left: 8px;
		font-size: 14px;
		padding:7px 24px;
	}
	.menu ul li{
		margin-right: 9px;
	}
	.menu ul li a{
		font-size: 15px;
	}
	.banner-left{
		padding-left: 5%;
		padding-right: 5%;
	}
	.banner-title{
		font-size: 42px;
		line-height: 50px;
	}
	.about-title {
		font-size: 30px;
		line-height: 35px;
	}
	.choose-right {
		padding-left: 0;
	}
	.box3{
		gap: 10px;
		padding: 20px 10px;
	}
	.box3 strong{
		font-size: 15px;
	}
	.foot1.second li{
		word-break: break-all;
	}
}

@media screen and (min-width: 1424px) {
	.banner-left{
		padding-left: 5%;
	}
	.about-sec .container{
		max-width: 1140px;
	}
	.page .entry-header, .blog_page_header{
		padding: 204px 0 !important;
	}
}

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

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

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

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

