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: 'Playfair Display';
	src: url('../fonts/PlayfairDisplay-Bold.eot');
	src: url('../fonts/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
		url('../fonts/PlayfairDisplay-Bold.woff') format('woff'),
		url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype'),
		url('../fonts/PlayfairDisplay-Bold.svg#PlayfairDisplay-Bold') format('svg');
	font-weight: bold;
	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;
	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;
}
.logo img{
	width: 160px;
	transition: ease 0.5s all 0s;
}
.fixed-header .logo img{
	width: 144px;
}
.fixed-header .menu ul li a{
	padding: 35px 0;
}
.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: 40px;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	padding: 42px 0;
	text-transform: none;
	transition: ease 0.5s all 0s;
}
.menu ul li a.active, .menu ul li a:hover{
	color:#6a2875;
}
.ref-btn{
	background: #87c983;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 10px 33px;
	border-radius: 50px;
	margin-left: 128px;
	transition: ease 0.5s all 0s;
}
.ref-btn:hover{
	background: #6a2875;
}
.banner{
	background: url(../images/banner-bg.jpg) #ddeff5 no-repeat center top;
	background-size: cover;
	padding: 45px 0;
	margin-top: 108px;
	position: relative;
	z-index:1;
	overflow: hidden;
}
.banner:before{
	background: url(../images/shape1.png) no-repeat;
	width: 384px;
	height: 592px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	z-index: -1;
}
.banner:after{
	background: url(../images/shape2.png) no-repeat;
	width: 240px;
	height:158px;
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	z-index: -1;
}
.banner-left{
	position: relative;
	padding-right: 12px;
}
.banner-left img{
	width: 100%;
	object-fit: cover;
	border-radius: 60px;
}
.banner-left:before{
	border: 3px solid #69c1ed;
	position: absolute;
	top: 12px;
	left: 12px;
	right: 0;
	bottom: -16px;
	content: "";
	border-radius: 60px;
}
.banner-right {
	padding-left: 20px;
	padding-right: 5%;
}
.banner-title{
	font-family: 'Playfair Display';
	font-size: 50px;
	font-weight: bold;
	color: #6a2875;
	line-height: 56px;
}
.banner-title strong{
	font-weight: bold;
	color: #87c983;
}
.banner-text{
	color: #2c2c2c;
	margin-top: 24px;
}
.banner-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #6a2875;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 11px 24px 10px;
	border-radius: 50px;
	margin: 30px 6px 0 0;
	transition: ease 0.5s all 0s;
}
.banner-btn a:hover, .read-btn:hover {
	background: #87c983;
}
.banner-btn a:last-child{
	background: #87c983;
	padding: 11px 30px 10px;
}
.banner-btn a:last-child:hover{
	background: #6a2875;
}
.round1{
	width: 95px;
	height: 95px;
	border-radius: 50%;
	background: #69c1ed;
	position: absolute;
	top: -48px;
	right: 24px;
	content: "";
}
.round2{
	width: 95px;
	height: 95px;
	border-radius: 50%;
	background: #69c1ed;
	position: absolute;
	bottom: -48px;
	right: 36%;
	content: "";
}
.service-sec{
	padding: 60px 0;
}
.serv-title{
	font-family: 'Playfair Display';
	font-size: 38px;
	font-weight: bold;
	color: #000000;
	line-height: 40px;
}
.box1-top{
	margin-top: 25px;
}
.box1{
	text-align: center;
	background:#fdf2ff;
	border: 1px solid #6a2875;
	padding: 30px 10px;
	border-radius: 15px;
	box-shadow: 0 2px 12px -3px #959595;
	min-height: 100%;
	transition: ease 0.5s all 0s;
}
.box1:hover{
	background:#f6ffed;
	border: 1px solid #79b83a;
}
.icon {
	width: 88px;
	height: 88px;
	margin: 0 auto;
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 0 19px #6a2875ad;
	transition: ease 0.5s all 0s;
}
.icon img{
	transition: ease 0.5s all 0s;
}
.box1:hover .icon{
	box-shadow:0 0 19px #77c827f2;
}
.box1:hover .icon img{
	filter: brightness(0) saturate(100%) invert(74%) sepia(41%) saturate(637%) hue-rotate(43deg) brightness(87%) contrast(90%);
}
.serv-title2{
	font-family: 'Playfair Display';
	font-size: 18px;
	font-weight: bold;
	color: #6a2875;
	line-height: 1.4;
	margin-top: 20px;
	transition: ease 0.5s all 0s;
}
.box1:hover .serv-title2{
	color: #87c983;
}
.serv-text{
	font-size: 14px;
	color: #2f2f2f;
	margin-top: 10px;
}
.box1 a{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #6a2875;
	border-bottom: 1px solid;
	margin-top: 12px;
	transition: ease 0.5s all 0s;
}
.box1:hover a{
	color: #87c983;
}
.about-sec{
	padding:20px 0 70px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.about-sec:before{
	background: url(../images/shape3.png) no-repeat;
	width:250px;
	height:156px;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	z-index: -1;
}
.about-sec:after{
	width: 95px;
	height: 95px;
	border-radius: 50%;
	background: #87c983;
	position: absolute;
	top: 38px;
	right: -45px;
	content: "";
}
.about-text{
	margin-top: 15px;
	color: #000;
}
.read-btn{
	display: inline-block;
	background: #6a2875;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 30px;
	border-radius: 50px;
	margin-top: 25px;
	transition: ease 0.5s all 0s;
}
.choose-us-sec{
	background: url(../images/choose-bg.jpg) #f1d3f6 no-repeat center top;
	background-size: cover;
	padding: 55px 0 70px;
	position: relative;
	z-index: 1;
}
.choose-us-sec:after{
	background: url(../images/shape4.png) no-repeat;
	width: 350px;
	height: 533px;
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	z-index: -1;
	background-size: 350px;
}
.box2-top{
	margin-top: 20px;
}
.box2{
	background: #ffffff;
	display: flex;
	align-items: center;
	padding: 22px 28px;
	gap: 15px;
	border-radius: 10px;
	min-height: 100%;
	transition: ease 0.5s all 0s;
}
.box2:hover{
	transform: scale(1.03);
}
.box2 img{
	border-radius: 50%;
	max-height: 140px;
	border: 3px solid #00c5ff;
	margin-right: 6px;
}
.box2 strong{
	display: block;
	font-family: 'Playfair Display';
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	line-height: 28px;
	margin-bottom: 8px;
}
.box2 a{
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #4cb1e3;
	border-bottom: 1px solid;
	margin-top: 5px;
	transition: ease 0.5s all 0s;
}
.box2 a:hover{
	color: #87c983;
}
.testimonial-sec{
	background: #fafafa;
	padding: 50px 0;
	position: relative;
	overflow: hidden;
}
.testimonial-sec:before{
	width: 95px;
	height: 95px;
	border-radius: 50%;
	background:#682773;
	position: absolute;
	bottom: 38px;
	left: -45px;
	content: "";
}
.testimonial-sec:after{
	width: 95px;
	height: 95px;
	border-radius: 50%;
	background: #87c983;
	position: absolute;
	top: 25px;
	right: -36px;
	content: "";
}
.testi-part{
	margin-top: 35px;
}
.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-free{
	background: #fff !important;
	position: relative;
	padding: 92px 30px 40px;
	box-shadow: 0 0 10px #dedede;
	margin: 49px 10px 10px;
	border-radius: 10px !important;
	z-index: 1;
}
.sp-testimonial-free:before{
	position:absolute;
	top:15px;
	bottom:15px;
	left:15px;
	right:15px;
	border:2px solid #00c3fc;
	border-radius: 10px;
	content:"";
	z-index:-1;
}
.sp-testimonial-client-image{
	position: absolute;
	top: -48px;
	left: 50%;
	transform: translatex(-50%);
	margin: 0 !important;
}
.sp-testimonial-client-testimonial p{
	font-size:14px !important;
	color:#000 !important;
	padding:0 !important;
	line-height: 23px !important;
	margin-bottom: 0 !important;
}
.sp-testimonial-client-testimonial{
	margin-bottom: 0 !important;
}
.sp-testimonial-client-name{
	text-align: right !important;
	font-size: 16px !important;
	font-style: italic !important;
	margin: 11px 0 0 !important;
}
.sp-testimonial-client-rating{
	position: absolute !important;
	top: 65px;
	left: 50%;
	transform: translateX(-50%);	
}
.footer{
	background: #370a3f;
	padding: 40px 0 15px;
}
.social a{
	margin-right: 2px;
}
.social img{
	background: #87c983;
	border-radius: 50%;
}
.foot_logo {
	margin-top: 5px;
}
.foot_title{
	font-size: 20px;
	font-weight: bold;
	color: #87c983;
	margin-bottom: 10px;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	list-style: none;
	font-size: 14px;
	color: #fff;
	margin-bottom: 7px;
}
.foot1 li a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover{
	color: #81c341;
}
.foot1.second li{
	display: flex;
	align-items: center;
	gap: 5px;
	margin-bottom: 14px;
}
.foot1.second li:first-child{
	font-size: 15px;
}
.foot1.second li img{
	background: #87c983;
	border-radius: 50%;
	margin-right: 6px;
}
.foot_left{
	padding-left: 40px;
}
.copyright{
	border-top: 1px solid #fff;
	padding-top: 15px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-top: 30px;
}
.copyright a{
	color: #81c341;
}
#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: 135px 0 !important;
	margin: 108px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
/* .page .entry-header:before, .blog_page_header:before {
	background: rgba(255, 255, 255, 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 {
	font-family: 'Playfair Display';
	text-align: center;
	color: #000;
	width: 100%;
	font-size:34px;
	font-weight: bold;
	text-transform: none;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}

.abt-title {
	font-family: 'Playfair Display';
	font-size: 26px;
	font-weight: bold;
	color: #080807;
	margin-bottom: 10px;
	line-height: 1.3;
}
.abt-title strong{
	font-weight:bold;
	color:#6ec069;
}
.abt-title.dup{
	font-family: 'Poppins';
	font-size: 22px;
	color:#151515;
	margin-top: 10px;
	font-weight: 600;
}
.ab-inner-text {
	color: #000;
}
.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;
	margin-bottom: 6px;
	color: #000;
	background-size: 21px;
}
.inner-sec{
	background:#e9e9e996;
	margin-top:40px;
	padding:50px 0;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background:#69c1ed;
	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:#370a3f;
	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;
}
.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:#62bc5c;
	padding: 35px 25px 0;
}
.info-text.second{
	color:#fff
}
.frm_fld input {
	width: 100%;
	padding: 12px 15px;
	border: none !important;
	margin-top: 14px;
	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:14px;
	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: 14px;
	border-radius: 5px;
	border: none !important;
	resize: none;
}
.send_btn input {
	border: none !important;
	display: block;
	border-radius: 5px !important;
	color: #fff !important;
	padding: 10px 30px !important;
	background: #252424 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	margin-top: 22px;
	text-align: center;
	text-transform: none !important;
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.testi-inner .hentry{
	margin-bottom:20px !important;
}
.testi-inner .sp-testimonial-free{
	min-height:100%;
	padding: 92px 30px 5px;
}
.testi-inner .tfree-grid-items {
	margin-bottom: 16px !important;
}
.form-title2{
	text-align: center;
	color: #000;
	font-size: 26px;
	font-weight: 600;
}
.inner-form-box{
	background:#62bc5c;
	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: #0f0f0f;
	border-color:#0f0f0f;
}
.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: #69c1ed !important;
	margin: 22px auto 0;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#62bc5c;
	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: 9px 8px;
}
.footer_btn3 {
	background: #262525;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
}
.back-btn a {
	background: #62bc5c;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	border-radius: 50px;
	padding: 10px 24px;
	text-transform: none;
	display: inline-block;
	margin-top: 20px;
}
.error_container {
	align-items: center;
	padding: 20px 0 40px;
	text-align: center;
}



/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.header{
		padding:5px 0;
	}
	.ref-btn, .menu{
		display:none;
	}
	.logo img, .fixed-header .logo img{
		width: 107px;
	}
	.rmp-submenu .menu-item a {
		height: auto !important;
		overflow: visible !important;
		line-height: inherit !important;
		margin-bottom: 5px;
		padding: 6px 25px !important;
	}	
	.banner {
		padding: 35px 0;
		margin-top: 73px;
	}
	.banner::before, .banner::after, .round2, .round1, .about-sec::after, .testimonial-sec::before, .testimonial-sec::after{
		display:none;
	}
	.banner-right {
		padding-left: 0;
		padding-right: 0;
		margin-top: 30px;
	}
	.banner-title {
		font-size: 32px;
		line-height: 36px;
	}
	.banner-btn a {
		font-size: 15px;
		padding: 10px 20px;
		margin: 20px 4px 0 0;
	}
	.banner-btn a:last-child {
		padding: 10px 25px;
	}
	.service-sec {
		padding: 35px 0 15px;
	}
	.serv-title {
		font-size: 25px;
		line-height: 30px;
	}
	.box1 {
		padding: 26px 6px;
	}
	.icon {
		width: 78px;
		height: 78px;
	}
	.about-sec {
		padding: 20px 0 36px;
	}
	.read-btn {
		font-size: 15px;
		padding: 8px 27px;
		margin-top: 20px;
	}
	.about-right{
		margin-top:25px;
	}
	.about-right img{
		width:100%;
	}
	.choose-us-sec{
		padding: 35px 0 40px;
	}
	.box2-top {
		margin-top: 15px;
	}
	.box2 {
		padding: 20px 15px;
		gap: 8px;
		font-size: 15px;
	}
	.box2 strong{
		font-size: 17px;
		margin-bottom: 5px;
		line-height: 1.3;
	}
	.box2 strong br{
		display:none;
	}
	.box2 img {
		max-height: 88px;
	}
	.testimonial-sec{
		padding: 35px 0;
	}
	.testi-part {
		margin-top: 28px;
	}
	.footer {
		padding: 30px 0 60px;
	}
	.foot_logo {
		margin-top: 0;
	}
	.foot_logo img{
		width:125px;
	}
	.ndis img{
		width:138px;
	}
	.foot_title {
		font-size: 18px;
		margin-top: 15px;
	}
	.foot1.second li{
		margin-bottom: 10px;
	}
	.foot_left {
		padding-left: 12px;
	}
	.copyright{
		margin-top: 15px;
	}
	.page .entry-header, .blog_page_header{
		padding: 80px 0 !important;
		margin: 73px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 25px;
	}
	.abt-title{
		font-size: 22px;
	}
	.abt-title.dup{
		font-size: 20px;
	}
	.ab-iner-img{
		margin-top:20px;
	}
	.ab-iner-img img{
		width:100%;
	}
	.inner-sec {
		margin-top: 35px;
		padding: 35px 0;
	}
	.inr-box2 {
		padding: 20px 15px;
	}
	.inr-box2 img {
		width: 80px;
		border: 3px solid #fffefe;
		padding: 8px;
	}
	.inr-box2-title{
		font-size: 18px;
	}
	.bottom-sec {
		padding: 35px 15px;
		margin-top: 35px;
	}
	.testi-inner .tfree-layout-grid .sp-testimonial-item{
		padding-bottom: 56px !important;
	}
	.contact-left {
		padding: 20px 15px 25px;
	}
	.info-text{
		font-size: 20px;
	}
	.contact_top_number{
		font-size: 16px;
	}
	.contact-right{
		padding: 20px 15px 0;
	}
	.send_btn input {
		padding: 8px 25px !important;
		font-size: 15px !important;
		margin-top: 20px;
	}
	.form-title2{
		font-size: 22px;
	}
	.inner-form-box {
		padding: 25px 15px;
	}
	.ref_form_title{
		font-size: 18px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.ref-btn{
		right: 70px !important;
	}
	.banner::before, .banner::after, .round1, .round2 {
		display: none !important;
	}
	.banner-right{
		margin-top: 42px !important;
	}
	.box1-top, .inr-box2-top{
		width:50%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.ref-btn{
		display: inline-block;
		position: fixed;
		top: 17px;
		right: 80px;
		font-size: 15px;
		padding: 9px 29px;
	}
	.banner {
		padding: 62px 0 52px;
	}
	.banner:before, .banner:after {
		display:block;
	}
	.banner::before{
		width: 280px;
		height: 432px;
		background-size: 280px;
	}
	.round1, .round2{
		display:block;
	}
	.box2{
		padding: 20px 10px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.ref-btn{
		margin-left: 32px;
	}
	.menu ul li{
		margin-right: 26px;
	}
	.banner-title{
		font-size: 42px;
		line-height: 46px;
	}
	.serv-title2{
		font-size: 16px;
	}
	.box2{
		padding: 22px 20px;
	}
	.foot1 li{
		font-size: 13px;
	}
	.foot1.second li:first-child{
		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: 17px;
		right: 80px;
		font-size: 15px;
		padding: 9px 29px;
	}
	.banner {
		padding: 62px 0 52px;
	}
	.banner:before, .banner:after {
		display:block;
	}
	.banner::before{
		width: 280px;
		height: 432px;
		background-size: 280px;
	}
	.round1, .round2{
		display:block;
	}
	.banner-title {
		font-size: 32px;
		line-height: 36px;
	}
	.box2{
		padding: 20px 10px;
	}
}

@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) {
	.ref-btn{
		margin-left: 32px;		
	}
	.menu ul li{
		margin-right: 26px;
	}
	.banner-title{
		font-size: 42px;
		line-height: 46px;
	}
	.serv-title2{
		font-size: 16px;
	}
	.box2{
		padding: 22px 20px;
	}
	.about-sec::after {
		width: 85px;
		height: 85px;
	}
	.foot1 li{
		font-size: 13px;
	}
	.foot1.second li:first-child{
		font-size: 12px;
	}
}

/* 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;
		margin-left: 32px;		
	}
	.menu ul li{
		margin-right: 26px;
	}
	.banner-title{
		font-size: 42px;
		line-height: 46px;
	}
	.serv-title2{
		font-size: 16px;
	}
	.box2{
		padding: 22px 20px;
	}
	.about-sec::after {
		width: 85px;
		height: 85px;
	}
	.foot1 li{
		font-size: 13px;
	}
	.foot1.second li:first-child{
		font-size: 12px;
	}
}

@media screen and (min-width: 1424px) {
	.banner{
		padding: 62px 0;
	}
}

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

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

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

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