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: 'Chevin Pro';
	src: url('../fonts/ChevinPro-ExtraBold.eot');
	src: url('../fonts/ChevinPro-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/ChevinPro-ExtraBold.woff2') format('woff2'),
		url('../fonts/ChevinPro-ExtraBold.woff') format('woff'),
		url('../fonts/ChevinPro-ExtraBold.ttf') format('truetype'),
		url('../fonts/ChevinPro-ExtraBold.svg#ChevinPro-ExtraBold') 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;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	z-index: 999;
}
.fixed-header{
	top: 0;
	box-shadow: 0 0 5px #929292;
	animation: smoothScroll 1s;
	z-index: 999;
}
.fixed-header .logo img{
	width: 294px;
}
.logo img{
	width: 332px;
	transition: ease 0.5s all 0s;
}
.topbar{
	display: flex;
	align-items: center;
	justify-content: end;
	height: 40px;
	border-bottom: 1px solid #dedede;
	position: relative;
}
.topbar:after{
	width: 2000px;
	border-bottom: 1px solid #dedede;
	position: absolute;
	bottom: -1px;
	right: -2000px;
	content: "";    
}
.topbar span{
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-left: 15px;
	font-size: 14px;
	font-weight: 500;
	color: #161c3b;
}
.topbar span:first-child{
	margin-left: 0;
}
.topbar span a{
	color: #161c3b;
	transition: ease 0.5s all 0s;
}
.topbar span a:hover{
	color: #056839;
}
.menu{
	display: inline-block;
	vertical-align: middle;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	display: inline-block;
	list-style: none;
	margin-right:28px;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	display: block;
	color: #1c1c1c;
	font-size: 15px;
	font-weight:600;
	text-transform: uppercase;
	padding: 20px 0;
	position: relative;
	transition: ease 0.5s all 0s;
}
.menu ul li a:hover, .menu ul li a.active{
	color: #056839;
}
.ref-btn{
	display: inline-block;
	vertical-align: middle;
	background: #056839;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 8px 24px;
	border-radius: 50px;
	margin-left: 25px;
	text-transform: uppercase;
	transition: ease 0.5s all 0s;
}
.ref-btn:hover, .read-btn:hover{
	background: #293774;
}
.banner{
	margin-top: 103px;
	position: relative;
	overflow: hidden;
}
.banner:before{
	width: 100%;
	height: 100%;
	background: linear-gradient(100deg,rgba(0, 0, 0, 0) 43%, rgba(27, 143, 196, 0.6) 83%, rgba(27, 143, 196, 0.79) 99%);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.banner:after{
	width: 100%;
	height: 100%;
	background: url(../images/shape.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.banner-content{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}
.banner-part {
	padding-left: 50px;
}
.banner-title{
	font-family: 'Chevin Pro';
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	line-height: 40px;
}
.banner-text{
	font-size: 15px;
	color: #fff;
	margin-top: 8px;
}
.banner-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #4fbbea;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	padding: 11px 30px 9px;
	text-transform: uppercase;
	border-radius: 50px;
	margin: 30px 5px 0 0;
	transition: ease 0.5s all 0s; 
}
.banner-btn a:hover {
	background: #056839;
}
.banner-btn a:last-child{
	background: #056839;
}
.banner-btn a:last-child:hover{
	background: #293774;
}
.service-sec{
	padding: 50px 0;
	position: relative;
}
.service-sec:after{
	background: url(../images/shape2.png) no-repeat;
	width: 57px;
	height: 157px;
	position: absolute;
	right: 0;
	top: 50px;
	content: "";
}
.small-title{
	font-size: 20px;
	font-weight:500;
	color: #4fbbea;
}
.serv-title{
	font-family: 'Chevin Pro';
	font-size: 38px;
	font-weight: bold;
	color: #000;
	line-height: 40px;
	margin-top: 7px;
}
.box1-top{
	margin-top: 20px;
}
.box1{
	text-align: center;
	border: 1px solid #4fbbe9;
	padding: 30px 10px;
	border-radius: 10px;
	box-shadow: inset 0px 0px 36px -3px #4fbbea9e;
	min-height: 100%;
}
.icon img{
	background: #056839;
	border: 4px solid #089351;
	border-radius: 50%;
	transition: ease 0.5s all 0s;
}
.box1:hover .icon img{
	background: #293774;
	border: 4px solid #3552d3;
}
.box1-title{
	font-family: 'Chevin Pro';
	font-size: 20px;
	font-weight: bold;
	color: #161c3b;
	line-height: 1.2;
	margin-top: 16px;
}
.box1-text{
	font-size: 15px;
	color: #161c3b;
	margin-top: 4px;
}
.box1 a{
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #056839;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom: 1px solid;
	margin-top: 10px;
	transition: ease 0.5s all 0s;
}
.box1 a:hover{
	letter-spacing: 2px;
	color: #156ebd;
}
.about-sec{
	padding: 20px 0 60px;
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(208, 255, 233, 1) 100%);
	position: relative;
}
.about-sec:after{
	background: url(../images/shape4.png) no-repeat;
	width: 105px;
	height: 120px;
	position: absolute;
	top: 15px;
	right: 15px;
	content: "";
}
.about-text{
	color: #000;
	margin-top: 10px;
}
.read-btn{
	display: inline-block;
	background: #056839;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 30px 8px;
	text-transform: uppercase;
	border-radius: 50px;
	margin-top: 24px;
	transition: ease 0.5s all 0s;
}
.about-right{
	position: relative;
	z-index: 1;
}
.about-right:before{
	background: url(../images/shape3.png) no-repeat;
	width: 392px;
	height: 393px;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left: -65px;
	content: "";
	z-index: -1;
}
.choose-us-sec{
	background: url(../images/choose-bg.jpg) #4fbbea no-repeat;
	background-size: cover;
	padding: 65px 0;
}
.choose-list{
	padding-right: 10%;
}
.choose-list ul{
	margin: 0;
	padding: 0;
}
.choose-list ul li{
	list-style: none;
	display: flex;
	align-items: start;
	gap: 12px;
	color: #fff;
	font-size: 15px;
	margin-top: 25px;
}
.choose-list ul li strong{
	display: block;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2px;
}
.choose-list ul li img{
	background: #056839;
	border-radius: 50%;
}
.contact-sec{
	padding: 65px 0;
	position: relative;
	z-index: 1;
}
.contact-sec:after{
	background: url(../images/shape4.png) no-repeat;
	width: 105px;
	height: 120px;
	position: absolute;
	top: 48px;
	right: 10px;
	content: "";
}
.contact-sec .serv-title{
	font-size: 34px;
	line-height: 36px;
}
.form-left{
	background: #e1f4fa;
	padding: 35px 25px 6px;
	border-radius: 15px;
}
.form-part{
	margin-top:10px;
}
.frm_fld input {
	width: 100%;
	padding: 12px 15px;
	border: 1px solid #0000001f !important;
	margin-top: 12px;
	border-radius: 6px;
	color: #000;
	background: #fff;
}
.frm_fld select {
	background:url(../images/dropdown.png) center right 10px no-repeat #fff;
	width:100%;
	border: 1px solid #0000001f !important;
	margin-top:12px;
	border-radius:6px;
	font-size:15px;
	color:#000;
	padding:14px 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:100px;
	padding:10px 15px;
	background:#fff;
	color:#000;
	margin-top:12px;
	border-radius:6px;
	border: 1px solid #0000001f !important;
	resize:none;
}
.send_btn input {
	border: none !important;
	display: block;
	border-radius: 50px !important;
	background:#056839 !important;
	color: #fff !important;
	padding: 10px 30px 8px !important;	
	font-size: 16px !important;
	font-weight:500 !important;
	margin-top:22px;
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.form-right{
	padding-left: 20px;
}
.form-right .read-btn{
	background: #54caf2;
}
.form-right .read-btn:hover{
	background: #056839;
}
.review-sec{
	background: linear-gradient(180deg,rgba(255, 255, 255, 1) 27%, rgba(208, 255, 233, 1) 100%);
	padding: 40px 0;
	position:relative;
	z-index: 1;
}
.review-sec:after{
	background: url(../images/shape5.png) no-repeat;
	width: 127px;
	height:293px;
	position: absolute;
	top:-155px;
	right: 0;
	content: "";
	z-index:-1;
}
.review-part{
	margin-top: 20px;
}
.sp-testimonial-free{
	background: url(../images/quote.png) #fff no-repeat !important;
	border: 1px solid #b9b9b9 !important;
	padding: 26px 18px 30px;
	margin: 10px;
	border-radius: 15px !important;
	background-position: 15px 30px !important;
	position:relative;
}
.sp-testimonial-client-testimonial{
	margin-bottom:10px !important;
	min-height: 110px !important;
}
.sp-testimonial-client-testimonial p{
	font-size: 15px !important;
	color: #151515 !important;
	line-height: 22px !important;
	margin-bottom: 0 !important;
	text-align: left !important;
	padding: 0 !important;
	padding-left:32px !important;
	/* 	overflow-y:scroll;
	scrollbar-width: thin;
	scrollbar-color: #3c3c3c #fcfcfc54; */
}
.sp-testimonial-client-name{
	text-align: right !important;
	margin-top: 20px !important;
	margin-bottom: 0 !important;
	color: #056839 !important;
	font-size: 17px !important;
	font-weight: 700 !important;
}
.sp-testimonial-client-designation{
	text-align: right !important;
	font-size: 14px !important;
	color: #000 !important;
}
.footer{
	background: #0a1c22;
	padding: 50px 0 15px;
}
.foot_logo img{
	filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(296%) hue-rotate(328deg) brightness(116%) contrast(100%);
	width: 264px;
}
.social a{
	margin-right: 5px;
}
.social img{
	width: 32px;
	background: #4fbbea;
	padding: 6px;
	border-radius: 50%;
}
.foot_title{
	font-size: 17px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 12px;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	list-style: none;
	font-size: 15px;
	color: #fff;
	margin-bottom:6px;
}
.foot1 li a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover {
	color: #4fbbea;
	letter-spacing:0.5px;
}
.foot1.second li{
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
}
.foot1.second li img{
	width: 29px;
	background: #4fbbea;
	padding: 6px;
	border-radius: 50%;
}
.foot_left{
	padding-left: 30px;
}
.foot_right{
	padding-left:50px;
}
.copyright{
	margin-top: 30px;
	padding-top: 15px;
	border-top: 1px solid #ffffff26;
	text-align: center;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.copyright a{
	color:#4fbbea;
}
#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: 165px 0 !important;
	margin: 103px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.3);
	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;
}
.abt-title {
	font-family: 'Chevin Pro';
	font-size: 27px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.2;  
}
.abt-title strong{
	font-weight: bold;
	color:#056839;
}
.abt-title.dup{
	font-size: 24px;
	font-weight: bold;
	color:#29292a;
	margin-top: 16px;
}
.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 1px left;
	list-style: none;
	padding-left: 30px;
	font-size: 16px;
	margin-bottom: 5px;
	color: #000;
	background-size: 21px;
}
.inner-sec {
	background:#4e1a8f0d;
	margin: 50px 0;
	padding: 50px 0;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 50px;
	background: #2f3875;
	border-radius: 5px;
}
.bottom-sec .abt-title{
	color:#fff;
}
.bottom-sec .ab-inner-text{
	color:#fff;
} 
.inr-box1-top{
	margin-top:25px;
}
.inr-box1{
	background: #fff;
	box-shadow: 0 0 5px #969696;
	min-height: 100%;
	padding: 25px 17px;
	border-radius: 10px;
}
.inr-box1 p{
	margin-bottom:0;
}
.inr-box1 img{
	border-radius: 50%;
	width: 86px;
	background: #056839;
	border: 4px solid #089351;
	padding: 5px;
}
.inr-box1-title{
	font-family: 'Chevin Pro';
	font-size: 22px;
	font-weight: bold;
	color: #000;
	margin-top: 18px;
	line-height: 1.2;
}
.inr-box1-text {
	font-size: 15px;
	margin-top: 10px;
	color: #000;
}
.inr-box1-text ul{
	margin: 10px 0 0;
	padding: 0;
	padding-left: 15px;
}
.inr-box1-text ul li{
	list-style:disclosure-closed;
	margin-top: 3px;
}
.testi-inner .hentry{
	margin-bottom:0 !important;
}
.contact-left {
	height: 100%;
	padding: 35px 25px 25px;
}
.info-text {
	font-family: 'Chevin Pro';
	color: #000;
	text-transform: uppercase;
	font-size: 24px;
	padding-bottom: 10px;
	font-weight: bold;
	line-height: 1.2;
}
.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:#2a4781;
	padding: 35px 25px 0;
}
.info-text.second{
	color:#fff;
}
.form-title2 {
	text-align:center;
	color:#000;
	font-size:26px;
	font-weight:600;
}
.inner-form-box {
	background:#056839;
	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:#2a346d;
	border-color:#1e1e32;
}
.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:#232525 !important;
	margin:20px auto 0;
}
.footer_fixed_buttons {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	text-align:center;
	z-index:99
}
.footer_btn1 {
	width:50%;
	float:left;
	background:#056839;
	color:#fff!important;
	padding:10px 0;
	font-weight:700;
	font-size: 14px;
	text-transform: uppercase;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translatex(-50%);
	padding: 8px 12px;
	border-radius: 50%;
	width: 41px;
	height: 41px;
}
.footer_btn3 {
	width:50%;
	float:left;
	background:#373636;
	color:#fff!important;
	padding:10px 0;
	font-weight:700;
	font-size: 14px;
	text-transform: uppercase;
}
.back-btn a {
	background: #056839;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 50px;
	padding: 10px 23px 8px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.error_container {
	align-items: center;
	padding: 0 0 50px;
	text-align: center;
}

/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 567px) {
	.banner img{
		height:250px;
		object-fit:cover;
	}
}
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.topbar, .ref-btn, .menu{
		display:none;
	}
	.header{
		padding:10px 0;
	}
	.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: 56px;
	}
	.banner::after{
		display:none;
	}
	.banner::before{
		background:#4fbbea4f;
	}
	.banner-part {
		padding-left: 0;
	}
	.banner-title {
		font-size: 24px;
		line-height: 26px;
	}
	.banner-text {
		margin-top: 4px;
	}
	.banner-btn{
		display:none;
	}
	.service-sec {
		padding:30px 0 10px;
	}
	.service-sec::after, .about-sec::after, .about-right::before, .contact-sec::after, .review-sec::after{
		display:none;
	}
	.small-title {
		font-size: 18px;
		line-height: 1.3;
	}
	.serv-title {
		font-size: 27px;
		line-height: 28px;
		margin-top: 5px;
	}
	.box1 {
		padding: 25px 5px;
	}
	.icon img {
		width: 78px;
	}
	.about-sec {
		padding: 20px 0 30px;
	}
	.about-text {
		font-size: 15px;
	}
	.read-btn{
		padding: 10px 30px 8px;
		margin-top: 20px;
		font-size: 15px;
	}
	.about-right, .choose-right{
		margin-top:30px;
	}
	.about-right img, .choose-right img{
		width:100%;
	}
	.choose-us-sec {
		padding: 35px 0;
	}
	.choose-list {
		padding-right: 0;
	}
	.choose-list ul li {
		gap: 10px;
		font-size: 14px;
		margin-top: 15px;
	}
	.choose-list ul li strong {
		font-size: 18px;
		line-height: 1.2;
	}
	.contact-sec {
		padding: 35px 0 20px;
	}
	.form-left {
		padding: 30px 15px 0;
	}
	.contact-sec .serv-title {
		font-size: 25px;
		line-height: 26px;
	}
	.form-right{
		margin-top:30px;
		padding-left: 0;
	}
	.review-sec {
		padding: 20px 0 30px;
	}
	.review-part {
		margin-top: 15px;
	}
	.footer {
		padding:30px 0 60px;
	}
	.foot_logo img {
		width: 200px;
	}
	.ndis img{
		width: 145px;
	}
	.foot_title {
		margin-top: 15px;
	}	
	.foot_left, .foot_right{
		padding-left: 12px;
	}
	.page .entry-header, .blog_page_header {
		padding: 60px 0 !important;
		margin: 56px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 22px;
	}
	.abt-title{
		font-size: 22px;
	}
	.abt-title.dup {
		font-size: 20px;
	}
	.ab-iner-img{
		margin-top:15px;
	}
	.ab-iner-img img{
		width:100%;
	}
	.inr-box1 {
		padding: 20px 15px;
	}
	.inr-box1 img {
		width: 70px;
		border: 3px solid #089351;
	}
	.inr-box1-title {
		font-size: 21px;
		margin-top: 15px;
	}
	.bottom-sec {
		padding: 35px 10px;
		margin-top: 35px;
	}
	.inner-sec {
		margin: 35px 0;
		padding: 35px 0;
	}
	.testi-inner .tfree-layout-grid .sp-testimonial-item{
		padding-bottom:0 !important;
	}
	.contact-left {
		padding: 20px 15px 25px;
	}
	.info-text{
		font-size: 21px;
	}
	.contact-right{
		padding: 25px 15px 0;
	}
	.send_btn input {
		padding: 9px 30px 7px !important;
		font-size: 15px !important;
		margin-top: 20px;
	}
	.form-title2{
		font-size: 24px;
	}
	.inner-form-box {
		padding: 25px 15px;
	}
	.ref_form_title {
		font-size: 18px;
	}
	.frm_label2 {
		margin-top: 12px;
		font-size: 15px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.banner::after {
		display: none !important;
	}
	.box1-top {
		width: 50%;
	}
	.box1-title{
		font-size: 18px;
	}
	.form-right {
		margin-top: 30px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.ref-btn{
		display: inline-block;
		position: fixed;
		top: 9px;
		right: 70px;
		font-size: 13px;
		padding: 9px 20px;
	}
	.banner:after{
		display:block;
	}
	.banner-part {
		padding-left: 30px;
	}
	.banner-title {
		font-size: 22px;
		line-height: 25px;
	}
	.banner-btn {
		display: block;
	}
	.banner-btn a {
		font-size: 14px;
		padding: 9px 22px 8px;
		margin: 18px 4px 0 0;
	}
	.form-right {
		margin-top: 0;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.menu ul li {
		margin-right: 14px;
	}
	.menu ul li a{
		font-size: 14px;
		padding: 21px 0;
	}
	.ref-btn {
		font-size: 14px;
		padding: 8px 22px;
		margin-left: 12px;
	}
	.banner-title {
		font-size: 28px;
		line-height: 30px;
	}
	.about-right::before{
		left: -10px;
	}
	.serv-title, .contact-sec .serv-title{
		font-size: 30px;
		line-height: 30px;
	}
	.foot1 li {
		font-size: 14px;
	}
}

/* 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: 9px;
		right: 70px;
		font-size: 13px;
		padding: 9px 20px 7px;
	}
	.banner:after{
		display:block;
	}
	.banner-part {
		padding-left: 30px;
	}
	.banner-title {
		font-size: 22px;
		line-height: 25px;
	}
	.banner-btn {
		display: block;
	}
	.banner-btn a {
		font-size: 14px;
		padding: 9px 22px 8px;
		margin: 18px 4px 0 0;
	}
	.form-right {
		margin-top: 0;
	}
	.serv-title, .contact-sec .serv-title {
		font-size: 27px;
		line-height: 28px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {
	.menu ul li {
		margin-right: 14px;
	}
	.menu ul li a{
		font-size: 14px;
		padding: 21px 0;
	}
	.ref-btn {
		font-size: 14px;
		padding: 8px 22px;
		margin-left: 12px;
	}
	.banner-title {
		font-size: 28px;
		line-height: 30px;
	}
	.about-right::before{
		left: -10px;
	}
	.serv-title, .contact-sec .serv-title{
		font-size: 30px;
		line-height: 30px;
	}
	.foot1 li {
		font-size: 14px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.menu ul li {
		margin-right: 14px;
	}
	.menu ul li a{
		font-size: 14px;
		padding: 21px 0;
	}
	.ref-btn {
		font-size: 14px;
		padding: 8px 22px;
		margin-left: 12px;
	}
	.banner-title {
		font-size: 28px;
		line-height: 30px;
	}
	.about-right::before{
		left: -10px;
	}
	.serv-title, .contact-sec .serv-title{
		font-size: 30px;
		line-height: 30px;
	}
	.foot1 li {
		font-size: 14px;
	}
}

/* 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) {
	.menu ul li {
		margin-right: 14px;
	}
	.menu ul li a{
		font-size: 14px;
		padding: 21px 0;
	}
	.ref-btn {
		position: relative;
		top: 0;
		right: 0;
		font-size: 14px;
		padding: 8px 22px;
		margin-left: 12px;
	}
	.banner-title {
		font-size: 28px;
		line-height: 30px;
	}
	.about-right::before{
		left: -10px;
	}
	.serv-title, .contact-sec .serv-title{
		font-size: 30px;
		line-height: 30px;
	}
	.foot1 li {
		font-size: 14px;
	}
}

@media screen and (min-width: 1424px) {
	.about-right{
		padding-left: 16%;
	}
	.about-right:before{
		left: 65px;
	}
	.page .entry-header, .blog_page_header{
		padding: 182px 0 !important;
	}
}

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

@media screen and (min-width: 1920px) {
	.banner-part {
		padding-left: 75px;
	}
	.about-right {
		padding-left: 10%;
	}
	.about-right:before {
		left: -9px;
	}
	.page .entry-header, .blog_page_header{
		padding: 252px 0 !important;
	}
}

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

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