body{
	margin:0;
	padding:0;
	font-family: 'Poppins';
}
a{
	text-decoration:none !important;
}
img{
	max-width: 100%;
	height: auto;
}
a:focus {
	outline: none;
	outline: 0px auto;
	outline-offset: 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
	outline: none;
	outline-offset: 0px;
	border: none !important;
}
a:focus, a:hover {
	text-decoration: none !important;
	outline: none !important;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Bold.eot');
	src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Bold.woff2') format('woff2'),
		url('../fonts/Poppins-Bold.woff') format('woff'),
		url('../fonts/Poppins-Bold.ttf') format('truetype'),
		url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBold.eot');
	src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
		url('../fonts/Poppins-SemiBold.woff') format('woff'),
		url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
		url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Medium.eot');
	src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Medium.woff2') format('woff2'),
		url('../fonts/Poppins-Medium.woff') format('woff'),
		url('../fonts/Poppins-Medium.ttf') format('truetype'),
		url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.eot');
	src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Poppins-Regular.woff2') format('woff2'),
		url('../fonts/Poppins-Regular.woff') format('woff'),
		url('../fonts/Poppins-Regular.ttf') format('truetype'),
		url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.header {
	position: fixed;
	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 .top-bar{
	height: 0;
}
.top-bar{
	background:#ffc632;
	height: 45px;
	display: flex;
	align-items: center;
	overflow: hidden;
	position: relative;
	transition: ease 0.5s all 0s;
}
.ad1{
	display: flex;
}
.ad1 span{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 500;
	color: #000;
	margin-right: 12px;
	padding-right: 12px;
	border-right: 1px solid #000;
	font-size: 15px;
}
.ad1 span a{
	color: #000;
	transition: ease 0.5s all 0s;
}
.ad1 span a:hover{
	color: #006fbf;
}
.ad1 span:last-child{
	margin-right: 0;
	padding-left: 0;
	border-right: none;
}
.social{
	display: inline-flex;
	gap: 15px;
}
.social img{
	max-height:24px;
}
.logo img {
	width: 130px;
	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:20px;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	display: block;
	color: #1c1c1c;
	font-size: 16px;
	font-weight:500;
	text-transform: none;
	padding: 36px 0;
	position: relative;
	transition: ease 0.5s all 0s;
}
.menu ul li a:hover, .menu ul li a.active{
	color: #006fbf;
}
.ref-btn{
	display: inline-block;
	vertical-align: middle;
	background: #006fbf;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 30px;
	border-radius: 8px;
	text-transform: uppercase;
	margin-left: 30px;
	transition: ease 0.5s all 0s;
}
.ref-btn:hover{
	background:#ffc632;
	color: #000;
}
.ndis2{
	display: inline-block;
	vertical-align: middle;
	width: 135px;
	margin-left: 12px;
}
.banner{
	position: relative;
	margin-top: 141px;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	overflow: hidden;
}
.banner-content{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.banner-part{
	max-width: 495px;
}
.banner-small-title{
	font-size: 20px;
	font-weight: bold;
	color: #006fbf;
}
.banner-title{
	font-size: 40px;
	font-weight: bold;
	color: #000;
	line-height: 42px;
	margin-top: 5px;
}
.banner-text{
	color: #000;
	margin-top: 10px;
}
.banner-btn a{
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 600;
	background: #006fbf;
	color: #fff;
	padding: 11px 30px 10px;
	border-radius: 8px;
	text-transform: uppercase;
	margin: 25px 5px 0 0;
	transition: ease 0.5s all 0s !important;
}
.banner-btn a:hover{
	background:#ffc632;
	color: #000;
}
.banner-btn a:last-child{
	padding:11px 25px 10px;
	background:#ffc632;
	color: #000;
}
.banner-btn a:last-child:hover{
	background: #006fbf;
	color: #fff;
}
.service-sec{
	padding: 50px 0 50px;
	position: relative;
}
.service-sec:before{
	background: url(../images/shape1.png) no-repeat;
	width: 61px;
	height: 114px;
	position: absolute;
	left: 0;
	top: 38px;
	content: "";
	z-index: -1;
}
.service-sec:after{
	background: url(../images/shape2.png) no-repeat;
	width: 59px;
	height:87px;
	position: absolute;
	right: 0;
	bottom: 70px;
	content: "";
	z-index: -1;
}
.serv-title{
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	line-height: 34px;
}
.box1-top {
	margin-bottom: 70px;
}
.box1{
	position: relative;
}
.box1-img{
	border-radius: 12px;
	overflow: hidden;
}
.box1-img img{
	width: 100%;
	transition: ease 0.5s all 0s;
}
.box1:hover .box1-img img{
	transform: scale(1.1);
}
.box1-content{
	background: #fff;
	position: absolute;
	bottom: -49px;
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 4px 8px -2px #b2adad63;
	padding: 54px 10px 26px;
	text-align: center;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease 0.5s all 0s;
}
.box1:hover .box1-content{
	background: #ffc632;
}
.box1-icon {
	position: absolute;
	top: -30px;
	right: 24px;
}
.box1-title{
	font-size: 18px;
	font-weight: 500;
	color: #000;
	line-height: 1.3;
}
.about-sec{
	background: #fcf7ea;
	padding:60px 0;
	position: relative;
	z-index: 1;
}
.about-sec:before{
	background: url(../images/shape3.png) no-repeat;
	width: 535px;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	z-index: -1;
}
.about-left{
	
}
.about-text{
	margin-top: 10px;
}
.read-btn{
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	background: #006fbf;
	color: #fff;
	padding: 10px 24px;
	border-radius: 8px;
	text-transform: uppercase;
	margin-top: 20px;
	transition: ease 0.5s all 0s;
}
.read-btn:hover {
	background: #ffc632;
	color: #000;
}
/* .about-right img{
	width: 100%;
	object-fit: cover;
	border-radius: 25px 0 0 25px;
} */
.about-right iframe{
	margin-bottom:0 !important;
}
.choose-us-sec{
	padding: 35px 0;
}
.choose-left {
	padding-left: 9%;
}
.choose-right{
	position: relative;
}
.box2-top{
}
.box2{
	text-align: center;
	padding: 34px 15%;
}
.box2-title{
	font-size:16px;
	font-weight: 600;
	color: #000000;
	line-height: 1.3;
	margin-top: 15px;
}
.c-logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9;
}
.c-logo img{
	box-shadow: 0 0 11px -2px #c0c0c0;
	border-radius: 50%;
	background: #fff;
}
.c-logo:before{
	width: 540px;
	height: 1px;
	background: #00000045;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	z-index: -1;
}
.c-logo:after{
	width: 1px;
	height:320px;
	background: #00000045;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	z-index: -1;
}
.consultation-sec{
	position: relative;
	z-index: 99;
}
.consultation-part{
	background: url(../images/shape5.png) #ffc632 no-repeat center right;
	padding: 30px 25px;
	border-radius: 20px;   
	position: relative; 
}
.cont-left {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	color: #000;
	line-height: 1.3;
	border-right: 1px solid #00000042;
}
.cont-left strong{
	display: block;
	font-size: 26px;
	font-weight: 600;
}
.cont-left strong a{
	color: #000;
}
.cont-center{
	font-size:26px;
	font-weight: 600;
	color: #000000;
	line-height:32px;
	padding-left: 20px;
}
.consultation-part .read-btn:hover{
	background: #589f43;
	color: #fff;
}
.baloon{
	position: absolute;
	top: -118px;
	right: 38px;
	z-index: -1;
}
.get-touch-sec{
	background: #ecffe5;
	padding: 100px 0 0;
	margin-top: -70px;
}
.gat-part{
	margin-top:12px;
}
.frm_fld input {
	width: 100%;
	padding: 12px 12px;
	border: 1px solid #b4b4b4 !important;
	margin-top: 14px;
	border-radius: 7px;
	color: #000;
	background: transparent;
}
.frm_fld select {
	background:url(../images/dropdown.png) center right 10px no-repeat transparent;
	width:100%;
	border: none !important;
	margin-top:14px;
	border-radius:5px;
	font-size:15px;
	color:#000;
	padding:16px 30px 14px 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: 116px;
	padding: 12px 12px;
	background: transparent;
	color: #000;
	margin-top: 14px;
	border-radius: 7px;
	border: 1px solid #b4b4b4 !important;
	resize: none;
}
.send_btn input {
	border: none !important;
	display: block;
	border-radius: 8px !important;
	color: #fff !important;
	padding: 12px 35px 11px !important;
	background: #006fbf !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	margin: 25px auto 0;
	text-align: center;
	text-transform: uppercase !important;
}
.frm_fld p, .send_btn p{
	margin-bottom:0 !important;
}
.review-sec{
	padding: 50px 0;
}
.review-part{
	margin-top:30px;
}
.review-video {
	text-align: center;
	margin-top: 30px;
}
.review-video video{
	margin-bottom:0;
}
.sp-testimonial-free{
	background: #fff !important;
	padding: 30px 20px 25px !important;
	margin: 18px 6px 14px;
	border-radius: 7px !important;
	position: relative;
	box-shadow: 0 0 9px 0px #e0e0e0;
}
.sp-testimonial-client-testimonial p{
	text-align: left !important;
	font-size: 15px !important;
	color: #0b0b0b !important;
	padding: 0 !important;
	margin-top: 27px !important;
	line-height: 23px !important;
	margin-bottom: 0 !important;
	max-height: 138px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #3c3c3c #cecece;
}
.sp-testimonial-client-name{
	text-align: right !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	color: #006fbf !important;
	margin-bottom: 0 !important;
	margin-top: 20px !important;
}
.sp-testimonial-client-rating{
	position: absolute;
	top: 30px;
	left: 20px;
}
.sp-testimonial-client-image{
	position:absolute;
	right:15px;
	top:-15px;
	margin-bottom: 0 !important;
}
.sp-testimonial-client-image img{
	border-radius:0 !important;
}
.footer{
	background: #002d22;
	padding: 40px 0 15px;
}
.social2 a{
	margin-right: 3px;
}
.ndis img{
	width:150px;
}
.foot_title{
	font-size: 20px;
	color: #ffc632;
	font-weight: 700;
	margin-bottom: 14px;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	list-style: none;
	font-size: 15px;
	color: #fff;
	margin-bottom: 7px;
}
.foot1 li a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover {
	color: #589f43;
}
.foot1.second li{
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 9px;
}
.copyright{
	border-top: 1px solid #fcfcfc4d;
	margin-top: 35px;
	padding-top: 15px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.copyright a{
	color: #ffc632;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 25px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 52px;
	right: 1%;
	color: #fff;
	background: #000;
	text-align: center;
	opacity: 0;
	border-radius: 50%;
	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: 145px 0 !important;
	margin: 141px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(255, 255, 255, 0.28);
	position: absolute;
	content: "";
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
}
.page .entry-content {
	max-width:100% !important;
	padding:0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	text-align: center;
	color: #000;
	width: 100%;
	font-size:28px;
	font-weight: bold;
	text-transform: none;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}
.abt-title {
	font-size: 25px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.2;  
}
.abt-title strong{
	font-weight: bold;
	color:#589f43;
}
.abt-title.dup{
	font-size: 20px;
	font-weight: bold;
	color:#29292a;
	margin-top: 16px;
}
.ab-inner-text {
	color: #000;
	font-size: 15px;
}
.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: 15px;
	margin-bottom: 7px;
	color: #000;
	background-size: 21px;
}
.inner-sec {
	background:#ffc63217;
	margin-top: 40px;
	padding: 50px 0;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background:#006fbf;
	border-radius: 5px;
}
.bottom-sec .abt-title{
	color:#fff;
}
.bottom-sec .ab-inner-text{
	color:#fff;
} 
.inr-box1-top{
	margin-top:25px;
}
.inr-box1{
	box-shadow: 0 2px 6px -2px #adacac;
	min-height: 100%;
	border-radius: 8px;
	overflow: hidden;
}
.inr-box1 img{
	width:100%;
}
.inr-box1 p{
	margin-bottom:0;
}
.inr-box1-content{
	padding: 25px 15px 25px;
}
.inr-box1-title{
	font-size:18px;
	font-weight: bold;
	color: #000;
	line-height: 1.2;
}
.inr-box1-text{
	margin-top:15px;
	font-size:15px;
}
.inr-box1-text p{
	margin-bottom:15px;
}
.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:#589f43;
	padding: 35px 25px 0;
}
.info-text.second{
	color:#fff;
}
.contact-right .frm_fld input, .contact-right .frm_fld textarea, .inner-form-box .frm_fld input, .inner-form-box .frm_fld textarea{
	background:#fff !important;
	border:none !important;
}
.contact-right .send_btn input{
	margin: 25px 0 0;
	padding: 10px 24px 9px !important;
}
.inner-form-box{
	background:#589f43;
	padding:30px 20px;
	margin-top:22px;
	border-radius: 8px;
}
.form-title2{
	text-align: center;
	color: #000;
	font-size: 26px;
	font-weight: 600;
}
.ref_form_title{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.ref_form_title p{
	margin-bottom:0;
}
.frm_label2 {
	color: #000;
	margin-top: 15px;
	font-size: 16px;
	font-weight: 500;
}
span.wpcf7-list-item {
	margin: 0 10px 0 0 !important;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 12px;
	cursor: pointer;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.wpcf7-list-item label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.wpcf7-list-item-label {
	position: relative;
	padding-left: 22px;
	color: #fff;
}
.wpcf7-list-item-label::before{
	position: absolute;
	top: 2px;
	left: 0;
	height: 16px;
	width: 16px;
	background-color: #eee;
	border: 1px solid #ddd;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
	background-color: #fff;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
	background-color: #006fbf;
	border-color: #006fbf;
}
.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);
}
.contact-right.apply-now-sec .send_btn input{
	margin: 25px auto 0;
	padding: 9px 34px !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:#006fbf;
	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: #006fbf;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	border-radius: 7px;
	padding: 12px 22px 9px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.error_container {
	align-items: center;
	padding: 10px 0 50px;
	text-align: center;
}



/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 567px) {
	.banner img{
		height:300px;
		object-fit:cover;
	}
}

@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.top-bar, .ref-btn, .ndis2, .menu{
		display:none;
	}	
	.header{
		padding:10px 0;
	}
	.logo img {
		width: 105px;
	}	
	.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: 89px;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
	}
	.banner:before{
		width: 100%;
		height: 100%;
		background:#ffffff2b;
		position: absolute;
		top: 0;
		left: 0;
		content: "";
	}
	.banner-part {
		max-width: 100%;
	}
	.banner-small-title {
		font-size: 17px;
	}
	.banner-title {
		font-size: 25px;
		line-height: 27px;
		margin-top: 1px;
	}
	.banner-text {
		margin-top: 5px;
		font-size: 15px;
	}	
	.banner-btn{
		display:none;
	}
	.service-sec {
		padding: 35px 0 22px;
	}
	.service-sec::before, .service-sec::after{
		display:none;
	}
	.serv-title {
		font-size: 22px;
		line-height: 25px;
	}
	.box1-icon {
		top: -24px;
		width: 56px;
	}
	.box1-content{
		padding: 38px 10px 20px;
	}
	.box1-title{
		font-size: 17px;
	}
	.about-sec {
		padding: 35px 0;
	}	
	.about-sec::before{
		display:none;
	}
	.read-btn{
		padding: 8px 24px;
	}
	.about-right{
		margin-top:25px;
	}
	.choose-left {
		padding-left: 0;
	}
	.choose-right {
		margin-top: 25px;
	}
	.box2 {
		text-align: center;
		padding: 18px 5%;
	}	
	.c-logo {
		position: relative;
		top: auto;
		transform: translate(-50%, 0);
		text-align: center;
		margin-top: 20px;
	}
	.c-logo::before, .c-logo::after{
		display:none;
	}
	.consultation-part {
		padding: 30px 16px;
	}
	.baloon{
		display:none;
	}
	.cont-left {
		font-size: 18px;
		border-right: none;
	}
	.cont-left img{
		max-width:65px;
	}
	.cont-left strong {
		font-size: 22px;
	}
	.cont-center {
		font-size: 20px;
		line-height: 23px;
		padding-left: 0;
		margin-top: 10px;
		margin-bottom:15px;
	}
	.gat-part {
		margin-top: 7px;
	}
	.send_btn input{
		padding: 10px 20px 8px !important;
	}
	.get-right{
		margin-top:10px;
	}
	.get-right img{
		width:100%;
	}
	.footer {
		padding: 30px 0 60px;
	}
	.foot_logo img{
		width:115px;
	}
	.ndis img {
		width: 135px;
	}
	.foot_title {
		font-size: 18px;
		margin-bottom: 12px;
		margin-top: 15px;
	}
	.copyright {
		margin-top: 25px;
	}
	.page .entry-header, .blog_page_header {
		padding: 70px 0 !important;
		margin: 89px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 22px;
	}
	.abt-title {
		font-size: 20px;
	}
	.abt-title.dup {
		font-size: 18px;
		margin-top: 14px;
	}
	.ab-iner-img{
		margin-bottom:20px;
	}
	.ab-iner-img img{
		width:100%;
	}
	.inr-box1-title {
		font-size: 17px;
	}
	.inner-sec {
		margin-top: 20px;
		padding: 35px 0;
	}
	.bottom-sec {
		padding: 30px 10px;
		margin-top: 30px;
	}
	.contact-left {
		padding: 20px 15px 25px;
	}
	.info-text {
		font-size:20px;
	}
	.contact_top_number{
		font-size: 16px;
	}
	.contact-right {
		padding: 20px 15px 0;
	}
	.form-title2{
		font-size: 22px;
	}
	.inner-form-box {
		padding: 20px 15px;
		margin-top:15px;
	}
	.ref_form_title {
		font-size: 17px;
	}
	.frm_label2 {
		margin-top: 10px;
		font-size: 15px;
	}
	
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.banner::before {
		background: #ffffff52 !important;
	}
	.banner-part {
		max-width: 100% !important;
	}
	.box1-top {
		width: 50%;
	}
	.box1-title {
		font-size: 16px !important;
	}
	.box2-top, .inr-box1-top{
		width: 50%;
	}
	.c-logo::before {
		width: 490px !important;
	}
	.c-logo::after {
		height: 290px !important;
	}
	.box2 {
		padding: 24px 18% !important;
	}
	.box2-title {
		font-size: 16px !important;
	}
	.contact_top_number {
		font-size: 16px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.ref-btn{
		display: inline-block;
		position: fixed;
		top: 25px;
		right: 75px;
		padding: 8px 24px;
	}
	.banner-part {
		max-width: 400px;
	}
	.banner-btn {
		display: block;
	}
	.banner-btn a {
		font-size: 14px;
		padding: 9px 26px 9px;
		margin: 20px 5px 0 0;
	}
	.banner-btn a:last-child {
		padding: 9px 20px;
	}
	.box2 {
		padding: 24px 5%;
	}
	.c-logo {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin-top: 0;
	}
	.c-logo img {
		width: 82px;
	}
	.c-logo:before{
		display:block;
		width: 340px;
	}
	.c-logo:after{
		display:block;
		height:320px;
	}
	.box2-title {
		font-size: 14px;
	}
	.contact_top_number {
		font-size: 14px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.social img {
		max-height: 19px;
	}
	.ref-btn {
		font-size: 14px;
		padding: 9px 22px 7px;
		margin-left: 18px;
	}
	.ndis2 {
		width: 105px;
		margin-left: 5px;
	}
	.menu ul li {
		margin-right: 12px;
	}
	.banner-title {
		font-size: 34px;
		line-height: 38px;
	}
	.c-logo::before{
		width: 430px;
	}
	.serv-title {
		font-size: 28px;
		line-height: 30px;
	}
	.foot_title {
		font-size: 18px;
	}
	.foot1 li{
		font-size: 14px;
	}
	.contact-left {
		padding: 35px 12px 25px;
	}	
}

/* 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: 25px;
		right: 75px;
		padding: 8px 24px;
	}
	.banner-part {
		max-width: 400px;
	}
	.banner-title {
		font-size: 25px;
		line-height: 27px;
	}
	.banner-btn {
		display: block;
	}
	.banner-btn a {
		font-size: 14px;
		padding: 9px 26px 9px;
		margin: 20px 5px 0 0;
	}
	.banner-btn a:last-child {
		padding: 9px 20px;
	}
	.serv-title {
		font-size: 22px;
		line-height: 25px;
	}
	.box2 {
		padding: 24px 5%;
	}
	.c-logo {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		margin-top: 0;
	}
	.c-logo img {
		width: 82px;
	}
	.c-logo:before{
		display:block;
		width: 340px;
	}
	.c-logo:after{
		display:block;
		height:320px;
	}
	.box2-title {
		font-size: 14px;
	}
	.contact_top_number {
		font-size: 14px;
	}
}

@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) {
	.social img {
		max-height: 19px;
	}
	.ref-btn {
		font-size: 14px;
		padding: 9px 22px 7px;
		margin-left: 18px;
	}
	.ndis2 {
		width: 105px;
		margin-left: 5px;
	}
	.menu ul li {
		margin-right: 12px;
	}
	.banner-title {
		font-size: 34px;
		line-height: 38px;
	}
	.c-logo::before{
		width: 430px;
	}
	.serv-title {
		font-size: 28px;
		line-height: 30px;
	}
	.box2 {
		padding: 34px 15%;
	}
	.box2-title{
		font-size: 16px;
	}
	.choose-left {
		padding-left: 0;
	}
	.foot_title {
		font-size: 18px;
	}
	.foot1 li{
		font-size: 14px;
	}
	.contact-left {
		padding: 35px 12px 25px;
	}
}

/* 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) {
	.social img {
		max-height: 19px;
	}
	.ref-btn {
		position: relative;
		top: 0;
		right: 0;
		font-size: 14px;
		padding: 9px 22px 7px;
		margin-left: 18px;
	}
	.ndis2 {
		width: 105px;
		margin-left: 5px;
	}
	.menu ul li {
		margin-right: 12px;
	}
	.banner-title {
		font-size: 34px;
		line-height: 38px;
	}
	.c-logo::before{
		width: 430px;
	}
	.serv-title {
		font-size: 28px;
		line-height: 30px;
	}
	.box2 {
		padding: 34px 15%;
	}
	.box2-title{
		font-size: 16px;
	}
	.choose-left {
		padding-left: 0;
	}
	.foot_title {
		font-size: 18px;
	}
	.foot1 li{
		font-size: 14px;
	}
	.contact-left {
		padding: 35px 12px 25px;
	}
}

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

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

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

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

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