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;
	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 .top-bar{
	height: 0;
}
.fixed-header .logo img {
	width: 282px;
}
.fixed-header .logo::before {
	width: 106px;
	height: 106px;
}
.fixed-header .menu ul li a {
	padding: 26px 0;
}
.top-bar{
	height: 45px;
	display: flex;
	align-items: center;
	background: #008080;
	overflow: hidden;
	transition: ease 0.5s all 0s;
}
.ad1{
	display: inline-flex;
}
.ad1 span{
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	margin-right: 15px;
	gap: 5px;
	border-right: 1px solid #fff;
	padding-right: 15px;
}
.ad1 span a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.ad1 span a:hover{
	color: #eeb931;
}
.ad1 span:last-child{
	margin-right: 0;
	border-right: none;
	padding-right: 0;
}
.social{
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.logo{
	position: relative;
	margin-bottom: -24px;
	z-index: 1;
}
.logo img{
	width: 326px;
	transition: ease 0.5s all 0s;
}
.logo a {
	margin-left: -12px;
}
.logo:before{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #ffffff;
	position: absolute;
	top: -4px;
	left: -7px;
	bottom: 0;
	content: "";
	z-index: -1;
	transition: ease 0.5s all 0s;
}
.menu{
	display: inline-block;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	list-style: none;
	display: inline-block;
	margin-right: 26px;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	font-size: 16px;
	color: #000;
	font-weight: 500;
	text-transform: none;
	padding: 36px 0;
	display: block;
	transition: ease 0.5s all 0s;
}
.menu ul li a.active, .menu ul li a:hover{
	color: #008080;
}
.ref-btn{
	display: inline-block;
	background: #008080;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 8px 28px;
	border-radius: 50px;
	transition: ease 0.5s all 0s;
}
.ref-btn:hover{
	background: #6f5c32;
	color: #fff;
}
.banner{
	margin-top: 141px;
	position: relative;
	overflow: hidden;
}
.banner img{
	width: 100%;
}
.banner::before {
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}
.banner-content{
	position: absolute;
	width: 100%;
	top: 47%;
	transform: translateY(-50%);
	text-align: center;
}
.banner-title{
	font-size: 45px;
	font-weight:600;
	color: #fff;
	line-height: 50px;
}
.banner-btn a {
	display: inline-block;
	vertical-align: middle;
	background: #008080;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	padding: 9px 30px;
	border-radius: 50px;
	margin: 20px 2px 0;
	transition: ease 0.5s all 0s;
}
.banner-btn a:hover, .read-btn:hover{
	background: #e99248;
	color: #000;
}
.banner-btn a:last-child{
	background: #fff;
	color: #008080;
}
.banner-btn a:hover:last-child{
	background: #7e1616;
	color: #fff;
}
.about-sec{
	background: url(../images/shape1.png) #fff no-repeat center right;
	padding:60px 0 92px;
}
.about-left {
	padding-left: 15px;
}
.about-title{
	font-size: 36px;
	font-weight: 600;
	color: #1f1f1f;
	line-height: 38px;
}
.about-text{
	color: #1f1f1f;
	margin-top: 10px;
	line-height: 1.4;
}
.read-btn{
	display: inline-block;
	background: #008080;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	padding: 9px 28px;
	border-radius: 50px;
	margin-top: 18px;
	transition: ease 0.5s all 0s;
}
.about-right{
	position: relative;
}
.about-img2 {
	position: absolute;
	margin-top:-90px;
	left: 50%;
	transform: translateX(-50%);
}
.about-right img{
	border-radius: 15px;
}
.about-right .about-img2 img{
	width: auto;
}
.service-sec{
	background: url(../images/serv-bg.jpg) #ececec center top;
	background-size: cover;
	padding:60px 0 80px;
}
.box1-top{
	margin-top: 30px;
}
.box1{
	background: #fff;
	text-align: center;
	box-shadow: 0 0 15px #d5d5d5;
	border-radius: 10px;
	min-height: 100%;
}
.serv-img{
	margin: 8px;
	border-radius: 10px;
	overflow: hidden;
}
.serv-img img{
	width: 100%;    
	transition: ease 0.5s all 0s;
}
.box1:hover .serv-img img{
	transform: scale(1.1);
}
.box1-content {
	padding: 15px 4px 25px;
}
.box1-title{
	font-size: 18px;
	font-weight: 600;
	color: #080808;
	line-height: 20px;
}
.box1-text{
	font-size: 14px;
	color: #1f1f1f;
	margin-top: 8px;
}
.box1 a{
	display: inline-block;
	color: #008080;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid;
	margin-top: 10px;
	transition: ease 0.5s all 0s;
}
.box1 a:hover{
	color: #7e1616;
}
.choose-us-sec{
	padding: 50px 0 80px;
}
.box2-top{
	margin-top: 30px;
}
.box2{

}
.box2 .box1-title{
	color: #008080;
	margin-top: 14px;
}
.box2 .box1-text {
	font-size: 15px;
	margin-top: 6px;
	padding-right: 10px;
	line-height: 1.4;
}
.line1{
	position: relative;
}
.line1::after{
	width: 1px;
	height: 100%;
	background: #d4d4d4;
	position: absolute;
	top: 0;
	right: 18px;
	content: "";
}
.faq-sec{
	background: url(../images/faq-bg.jpg) #9cb6b6 no-repeat center top;
	background-size: cover;
	padding: 60px 0;
}
.faq-part{
	margin-top: 12px;
}
.faq-title{
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	border: 1px solid #007f7f;
	padding: 10px 15px;
	border-radius: 8px;
}
.faq-text{
	background: url(../images/r-arw.png) no-repeat;
	font-size: 16px;
	color: #fff;
	padding-left: 25px;
	background-position: 0 7px;
	margin-top: 9px;
}
.testimonial-sec{
	padding:50px 0 75px;
}
.testi-part{
	margin-top: 30px;
}
.sp-testimonial-free{
	padding: 0 20px 20px;
	position: relative;
}
.sp-testimonial-client-rating{
	position: absolute;
	top: 103px;
	left: 50%;
	transform: translatex(-50%);
}
.sp-testimonial-client-testimonial{
	margin-bottom:10px !important;
}
.sp-testimonial-client-image img{
	width:85px;
}
.sp-testimonial-client-testimonial p{
	font-size: 16px !important;
	color: #1f1f1f !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
	margin-top:52px !important;
}
.sp-testimonial-client-name{
	text-align: center !important;
	margin-top: 18px !important;
	margin-bottom: 0 !important;
	color: #008080 !important;
	font-size: 18px !important;
	font-style: italic !important;
}
.testimonial-nav-arrow{
	top: 78% !important;
	font-size: 54px !important;
}
.footer{
	background: #044848;
	padding:46px 0 15px;
}
.foot_left{
	position: relative;
}
.foot_logo{
	position: absolute;
	top:-136px;
}
.award {

}
.ndis{
	margin-top: 20px;
}
.foot_title{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}
.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: #e89146;
	letter-spacing:0.5px;
}
.foot1.second li{
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
}
.foot1.second li img{
	background: #008080;
	border-radius: 50%;
	margin-right: 2px;
}
.social2 a{
	margin-right: 3px;
}
.flag{
	text-align: center;
	margin-top: 30px;
}
.foot_text{
	color: #fff;
	text-align: center;
	margin-top: 15px;
}
.copyright{
	border-top: 1px solid #fff;
	padding-top: 15px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-top: 25px;
}
.copyright a{
	color: #e89147;
}
#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: 150px 0 !important;
	margin: 141px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.7);
	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: none;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}
.abt-title {
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	line-height: 1.3;
}
.abt-title strong{
	font-weight: bold;
	color:#008080;
}
.abt-title.dup{
	font-size: 19px;
	font-weight: bold;
	color: #472e1a;
	margin-top: 16px;
	line-height: 1.2;
}
.ab-inner-text {
	color: #000;
	font-size: 16px;
}
.ab-inner ul {
	padding: 0px;
	margin: 15px 0 0;
}
.ab-inner ul li {
	background: url(../images/tick.png) no-repeat;
	background-position: top 2px left;
	list-style: none;
	padding-left: 30px;
	font-size: 16px;
	margin-bottom: 4px;
	color: #000;
	background-size: 21px;
}
.inner-sec {
	background: #84c8dc38;
	margin-top: 40px;
	padding: 50px 0;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background:#6f5c32;
	border-radius: 5px;
}
.bottom-sec .abt-title{
	color:#fff;
}
.bottom-sec .ab-inner-text{
	color:#fff;
} 
.inr-box2-top{
	margin-top:25px;
}
.inr-box2{
    background: #fff;
    min-height: 100%;
    padding: 30px 17px;
    border-radius: 10px;
    box-shadow: 0 0 16px -4px #a7a7a7;
}
.inr-box2 p{
	margin-bottom:0;
}
.inr-box2 img{
	background:#3c7174;
	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: 16px;
	line-height: 1.2;
}
.inr-box2-text{
    font-size: 15px;
    margin-top: 12px;
    color: #1f1f1f;
    line-height: 1.3;
}
.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:#008080;
	padding: 35px 25px 0;
}
.info-text.second{
	color:#fff
}
.frm_fld input {
	width: 100%;
	padding: 10px 15px;
	background: #fff;
  	border: none !important;
	margin-top: 12px;
	border-radius: 5px;
	color: #000;
}
.frm_fld select {
	background:url(../images/dropdown.png) center right 10px no-repeat #fff;
	width:100%;
	border: none !important;
	margin-top:12px;
	border-radius:5px;
	font-size:15px;
	color:#000;
	padding:12px 30px 11px 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: 110px;
	padding: 12px 15px;
	background: #fff;
	color: #000;
	margin-top: 12px;
	border-radius: 5px;
	border: none !important;
	resize: none;
}
.send_btn input {
	border: none !important;
	display: block;
	border-radius: 50px !important;
	color: #fff !important;
	padding: 10px 30px !important;
	background:#010101 !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	margin-top: 22px;
	text-align: center;
	text-transform:none !important;
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.form-title2{
	text-align: center;
	color: #000;
	font-size: 26px;
	font-weight: 600;
}
.inner-form-box{
	background: #008080;
	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: #e5e5e5;
	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: #7e1616;
	border-color: #7e1616;
}
.wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	display:none;	
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
	display:block;
}
.wpcf7-list-item label .wpcf7-list-item-label:after {
	left: 6px;
	top: 4px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.referral-form .send_btn input{
	margin: 20px auto 0;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#008080;
	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: #008080;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	border-radius: 50px;
	padding: 10px 24px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.error_container {
	padding: 20px 0 100px;
	text-align: center;
}

/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 567px) {
	.banner img{
		height:280px;
		object-fit:cover;
	}
}
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.top-bar, .ref-btn, .menu{
		display:none;
	}
	.header{
		padding:10px 0;
	}
	.logo{
		margin-bottom: 0;
	}
	.logo a {
		margin-left: 0;
	}
	.logo img, .fixed-header .logo img{
		width: 136px;
	}
	.logo::before{
		display:none;
	}
	.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: 66px;
	}
	.banner-content {
		top: 50%;
	}
	.banner-title{
		font-size: 24px;
		line-height: 28px;
	}
	.banner-title br{
		display:none;
	}
	.banner-btn a {
		font-size: 15px;
		padding:9px 26px;
		margin:15px 2px 0;  
	}
	.about-sec {
		background-image:none;
		padding:30px 0 110px;
	}
	.about-left {
		padding-left: 0;
	}
	.about-title {
		font-size: 24px;
		line-height: 28px;
	}
	.read-btn{
		font-size: 15px;
	}
	.about-right{
		margin-top:30px;
	}
	.about-right img{
		width:100%;
	}
	.about-img2{
		width: 224px;
	}
	.service-sec{
		padding: 35px 0 40px;
	}
	.box1-top {
		margin-top: 25px;
	}
	.choose-us-sec {
		padding:30px 0;
	}
	.box2-top {
		margin-top: 25px;
	}
	.line1::after{
		display:none;
	}
	.box2 img{
		width:65px;
	}
	.faq-sec{
		padding: 35px 0;
	}
	.faq-title{
		font-size: 17px;
	}
	.faq-text{
		font-size: 15px;
	}
	.right-part{
		margin-top:25px;
	}
	.right-part img{
		width:100%;
	}
	.testimonial-sec {
		padding:35px 0 55px;
	}
	.testi-part {
		margin-top: 25px;
	}
	.sp-testimonial-free{
		padding: 0 0 20px;
	}
	#sp-testimonial-free-wrapper-31 .sp-testimonial-free-section {
		margin:0 42px !important;
	} 
	.footer {
		padding:33px 0 60px;
	}
	.foot_logo {
		top: -88px;
		width: 200px;
	}
	.award img{
		width:150px;
	}
	.ndis {
		margin-top: 16px;
		width: 150px;
	}
	.social2{
		margin-bottom:12px;
	}
	.foot_title {
		font-size: 18px;
		margin-top: 10px;
		margin-bottom: 8px;
	}
	.flag {
		margin-top: 15px;
	}
	.foot_text {
		font-size: 15px;
	}
	.page .entry-header, .blog_page_header{
		padding:60px 0 !important;
		margin:66px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 25px;
	}
	.abt-title{
		font-size: 20px;
	}
	.ab-iner-img{
		margin-top:25px;
	}
	.ab-iner-img img{
		width:100%;
	}
	.inner-sec {
		margin-top: 35px;
		padding:35px 0;
	}
	.inr-box2-top {
		margin-top: 20px;
	}
	.inr-box2{
		padding: 24px 15px;
	}
	.inr-box2 img{
		width: 78px;
		border: 3px solid #fffefe;
		padding: 7px;
	}
	.inr-box2-title{
		font-size: 18px;
	}
	.bottom-sec{
		padding: 35px 15px;
		margin-top: 30px;
	}
	.hentry{
		margin-bottom:80px !important;
	}
	.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;
	}
	.ref_form_title{
		font-size: 18px;
	}
	.frm_label2 {
		margin-top: 12px;
		font-size: 15px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.ref-btn{
		right: 64px !important;
	}
	.banner-title {
		font-size: 30px !important;
		line-height: 36px !important;
	}
	.box1-top {
		width: 70%;
		margin-top: 18px !important;
	}
	.box2-top, .inr-box2-top{
		width: 50%;
	}
	.box2 img {
		width: auto !important;
		max-height: 56px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.ref-btn{
		display: inline-block;
		position: fixed;
		top: 15px;
		right: 76px;
		font-size: 15px;
		padding:7px 28px;
	}
	.banner-title {
		font-size: 34px;
		line-height: 38px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.about-title{
		font-size: 30px;
		line-height: 35px;
	}
	.foot_logo{
		top: -108px;
	}
}

/* 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: 76px;
		font-size: 15px;
		padding:7px 28px;
	}
	.banner-title {
		font-size: 34px;
		line-height: 38px;
	}
	.about-title {
		font-size: 24px;
		line-height: 28px;
	}
}

@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 {
		font-size: 16px;
		padding:8px 28px;
	}
	.about-title{
		font-size: 30px;
		line-height: 35px;
	}
	.box2 img{
		width:60px;
	}
	.box2 .box1-title{
		font-size: 16px;
	}
	.foot_logo{
		top: -108px;
	}
	.line1::after{
		right: 10px;
	}
}

/* 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;
		font-size: 16px;
		padding:8px 28px;
	}
	.about-title{
		font-size: 30px;
		line-height: 35px;
	}
	.box2 img{
		width:60px;
	}
	.box2 .box1-title{
		font-size: 16px;
	}
	.foot_logo{
		top: -108px;
	}
	.line1::after{
		right: 10px;
	}
}

@media screen and (min-width: 1424px) {
	.about-sec{
		padding-bottom:13%;
	}
	.box2 .box1-text{
		padding-right: 15px;
	}
	.page .entry-header, .blog_page_header{
		padding: 160px 0 !important;
	}
}

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

@media screen and (min-width: 1920px) {
	.about-sec{
		padding-bottom:11%;
	}
	.page .entry-header, .blog_page_header{
		padding: 218px 0 !important;
	}
}

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

@media screen and (min-width: 2550px) {
	.about-sec{
		padding-bottom:8%;
	}
	.page .entry-header, .blog_page_header{
		padding: 298px 0 !important;
	}
}    
