body{
	margin:0;
	padding:0;
	font-family: 'Lora';
}
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: 'Lora';
	src: url('../fonts/Lora-Bold.eot');
	src: url('../fonts/Lora-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Lora-Bold.woff2') format('woff2'),
		url('../fonts/Lora-Bold.woff') format('woff'),
		url('../fonts/Lora-Bold.ttf') format('truetype'),
		url('../fonts/Lora-Bold.svg#Lora-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

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

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

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

.header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	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{
	background: #262525;
	top: 0;
	/* box-shadow: 0 0 5px #929292; */
	animation: smoothScroll 1s;
	z-index: 999;
}
.fixed-header .logo img{
	width: 335px;
}
.fixed-header .menu ul li a{
	padding:30px 0;
}
.logo img{
	width: 356px;
	transition: ease 0.5s all 0s;
}
.menu{
	display: inline-block;
	vertical-align: middle;
}
.menu ul{
	margin: 0;
	padding: 0;
}
.menu ul li{
	display: inline-block;
	margin-right:18px;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	display: block;
	font-size: 19px;
	font-weight: 500;
	color: #fff;
	text-transform: none;
	padding: 40px 0;
	transition: ease 0.5s all 0s;
}
.menu ul li a.active, .menu ul li a:hover{
	color:#599944;
}
.call-btn{
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 22px;
	border-radius: 6px;
	line-height: 1.2;
	margin-left: 20px;
	transition: ease 0.5s all 0s;
}
.call-btn:hover{
	background: #313a2e;
	color: #fff;
}
.enquire-btn{
	display: inline-block;
	vertical-align: middle;
	background: #313a2e;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	padding: 10px 20px;
	border-radius: 6px;
	line-height: 1.2;
	margin-left: 7px;
	transition: ease 0.5s all 0s;
}
.enquire-btn:hover{
	background: #fff;
	color: #000;
}
.banner{
	position: relative;
	overflow: hidden;
}
.banner::before{
	background: url(../images/cloud.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 1;
}
.banner::after{
	background: linear-gradient(180deg,rgba(0, 0, 0, 0.63) 28%, rgba(255, 255, 255, 0) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
}
.banner-content{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	z-index: 1;
}
.banner-title{
	font-size: 48px;
	color: #fff;
	line-height: 56px;
	text-shadow: 0 3px 6px #000;
}
.banner-text {
	color: #fff;
	font-size: 19px;
	margin-top: 15px;
	font-weight: 500;
	padding: 0 6%;
	line-height: 1.3;
}
.banner-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #313a2e;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	padding: 12px 30px 14px;
	margin: 30px 3px 0 ;
	border-radius: 6px;
	transition: ease 0.5s all 0s !important;
	line-height: 1.2;
}
.banner-btn a:hover{
	background: #fff;
	color: #000;
}
.banner-btn a:last-child{
	background: #fff;
	color: #000;
}
.banner-btn a:last-child:hover{
	background: #313a2e;
	color: #fff;
}
.about-sec{
	background: url(../images/about-bg.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 147px 0;
}
.about-title{
	font-size: 34px;
	font-weight: 600;
	color: #313a2e;
	line-height: 36px;
}
.about-left .about-title{
	font-size: 38px;
	line-height: 42px;
}
.about-text{
	font-size: 20px;
	font-weight: 500;
	color: #1c1f18;
	margin-top: 17px;
}
.learn-btn{
	display: inline-block;
	background: #313a2e;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	padding: 11px 28px 12px;
	margin-top: 30px;
	border-radius: 6px;
	line-height: 1.2;
	transition: ease 0.5s all 0s;
}
.learn-btn:hover {
	background: #1b1b1b;
	color: #fff;
}
.service-sec{
	background: url(../images/service-bg.jpg) no-repeat center top;
	padding: 50px 0 65px;
	background-size: cover;
}
.box1-top{
	margin-top: 38px;
}
.box1{
	position: relative;
	overflow: hidden;
}
.box1:before{
	background: linear-gradient(0deg,rgba(0, 0, 0, 0.41) 43%, rgba(255, 255, 255, 0) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: 1;
}
.pic img{
	width: 100%;
	transition: ease 0.5s all 0s;
}
.box1:hover .pic img{
	transform: scale(1.1);
}
.serv-title {
	position: absolute;
	width: 100%;
	bottom: 32px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 1.2;
	z-index: 2;
	padding: 0 12px; 
}
.acknowledgement-sec{
	background: url(../images/acknowledgement-bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 102px 0;
}
.journey-sec{
	background: url(../images/journey-bg.jpg) no-repeat center top;
	padding: 52px 0;
	background-size: cover;
}
.journey-left .about-text{
	font-size: 16px;
}
.journey-left .banner-btn a{
	font-size: 18px;
}
.cultural-sec{
	background: url(../images/cultural-bg.jpg) no-repeat center top;
	padding: 52px 0 60px;
	background-size: cover;
}
.box2-top{
	margin-top: 35px;
}
.box2{
	text-align: center;
}
.box2-title{
	font-size: 22px;
	font-weight: 600;
	color: #313a2e;
	line-height: 1.2;
	margin-top: 18px;
}
.box2-text{
	font-size:18px;
	color: #313a2e;
	margin-top: 6px;
}
.review-sec{
	background: url(../images/review-bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 65px 0 78px;
}
.review-part{
	margin-top: 16px;
}
#sp-testimonial-free-wrapper-34 .sp-testimonial-free-section {
	margin: 0 !important;
	margin-bottom:50px !important;
}
.sp-testimonial-free{
	background:#fff !important;
	margin: 10px;
	margin-top: 21px;
	padding: 52px 17px 25px;
	border-radius: 15px !important;
	position: relative;
	text-align:left !important;
}
.sp-testimonial-free:after{
	background: url(../images/quote.png) no-repeat;
	width: 46px;
	height: 38px;
	position: absolute;
	bottom: 28px;
	right: 25px;
	content: "";	
}
.sp-testimonial-client-testimonial{
	margin-bottom:14px !important;
}
.sp-testimonial-client-testimonial p{
	font-size: 15px !important;
	color: #3e3e3e !important;
	line-height: 23px !important;
	margin-bottom: 1px !important;
	text-align: left !important;
	padding: 0 !important;
	padding-right: 5px !important;
	max-height: 96px;
	overflow-y: auto;
	scrollbar-width: thin;
	scrollbar-color: #3c3c3c #cecece;
}
.sp-testimonial-client-name{
	text-align: left !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	color: #313131 !important;
	margin-bottom: 0 !important;
	border-top: 1px solid #bfbfbf;
	padding-top: 12px !important;
	padding-left: 60px !important;
}
.sp-testimonial-client-image{
	position: absolute;
	bottom: 18px;
	margin-bottom: 0 !important;
}
.sp-testimonial-client-designation{
	text-align: left !important;
	font-size: 14px !important;
	line-height: 17px !important;
	color: #434343 !important;
	padding-left: 60px !important;
}
.sp-testimonial-client-rating{
	position: absolute;
	top:26px;
	margin-bottom: 0 !important;
}
.maps iframe{
	margin-bottom:0 !important;
}
.footer{
	background: url(../images/footer-bg.jpg) no-repeat center top;
	background-size: cover;;
	padding: 45px 0 15px;
}
.foot_logo img{
	width: 356px;
}
.foot_title{
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 13px;
	line-height: 1.2;
}
.foot_text{
	color: #fff;
	margin-top: 20px;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	color: #fff;
	list-style: none;
	margin-bottom: 7px;
	font-size: 16px;
	line-height: 1.3; 
}
.foot1 li a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover{
	color:#599944;
}
.foot1.second li{
	display: flex;
	margin-bottom: 9px;
	align-items: start;
	gap:8px;
}
.foot1.second li img{
	margin-top: 2px;
}
.foot_left{
	padding-left: 26px;
}
.copyright{
	text-align: center;
	color: #fff;
	padding: 15px 0 0;
	font-size: 14px;
	font-weight: 500;
	margin-top: 20px;
	border-top: 1px solid #c2bebe
}
.copyright a{
	color: #619b4e;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 24px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 51px;
	right: 1%;
	color: #fff;
	background: #000;
	text-align: center;
	opacity: 0;
	transition: ease 0.5s all 0s;
}
#back2Top.show {
	opacity: 1;
}
.page{
	margin-top:0 !important;
}
.site-content, .site-main .widecolumn {
	margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
	background: url(../images/inner-banner.jpg) no-repeat;
	background-size: cover !important;
	background-position:center top !important;
	max-width: 100% !important;
	padding: 265px 0 135px !important;
	margin: 0 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: url(../images/cloud.png) no-repeat;
	background-size: cover;
	position: absolute;
	content: "";
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index:1;
}
..page .entry-header:before, .blog_page_header:after {
	background: linear-gradient(180deg,rgba(0, 0, 0, 0.63) 28%, rgba(255, 255, 255, 0) 100%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
}
.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;
}
.breadcrumb-container {
	text-align: center;
	color: #fff !important;
	font-size: 16px !important;
	position: relative;
	z-index: 99;
}
.breadcrumb-container a {
	color: #fff !important;
}
.abt-title {
	font-size: 28px;
	font-weight: bold;
	color: #313a2e;
	margin-bottom: 10px;
	line-height: 1.2;  
}
.abt-title.dup{
	font-size: 22px;
	font-weight: bold;
	color: #000;
	margin-top: 16px;
}
.ab-inner-text {
	color: #1c1f18;
	font-size: 17px;
	font-weight: 500;
}
.ab-inner ul {
	padding: 0px;
	margin: 15px 0 0;
}
.ab-inner ul li {
	background: url(../images/tick.png) no-repeat;
	background-position: top 4px left;
	list-style: none;
	padding-left: 30px;
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 5px;
	color: #1c1f18;
	background-size: 20px;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background:url(../images/journey-bg.jpg) no-repeat center top;
	background-size: cover;
	border-radius: 5px;
	text-align:center;
}
.bottom-sec .abt-title{
	color:#fff;
}
.bottom-sec .ab-inner-text{
	color: #fff;
}
.inner-sec {
	background:url(../images/inner-sec-bg.jpg) no-repeat center top;
	background-size:cover;
	padding: 50px 0;
}
.inner-sec .abt-title, .inner-sec .ab-inner-text, .inner-sec .ab-inner ul li{
	color: #000;
}
.inr-box1-top{
	margin-top:20px;
}
.inr-box1{
	background: #fff;
	box-shadow: 0 0 5px #00000096;
	min-height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.inr-box1 p{
	margin-bottom:0;
}
.inr-box1 img{
	width:100%;
}
.inr-box1-content{
	padding: 25px 20px;
}
.inr-box1-title{
	font-size: 18px;
	font-weight: 600;
	color: #000;
	line-height: 1.2;
}
.inr-box1-text {
	font-size: 15px;
	margin-top: 10px;
	color: #000;
}
.inner-sec2{
	background: url(../images/review-bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 65px 0;
	position:relative;
	background-attachment: fixed;
	z-index:1;
}
.inner-sec2:before{
	width:100%;
	height:100%;
	background:#00000061;
	position:absolute;
	top:0;
	left:0;
	content:"";
	z-index:-1;
}
.inner-sec2 .abt-title, .inner-sec2 .ab-inner-text{
	color: #fff;
}
.inner-sec2 .ab-inner ul li{
	color: #fff;
	background: url(../images/tick2.png) no-repeat;
	background-position: top 4px left;
}
.inr-box2-top{
	margin-top:35px;
}
.inr-box2{
	box-shadow: 0 0 5px #969696;
	min-height: 100%;
	padding: 25px 17px;
	border-radius: 10px;
	text-align: center;
}
.inr-box2 p{
	margin-bottom:0;
}
.inr-box2 img{
}
.inr-box2-title{
	font-size:22px;
	font-weight: 600;
	color: #313a2e;
	margin-top: 18px;
	line-height: 1.2;
}
.inr-box2-text {
	font-size: 15px;
	margin-top: 10px;
	color: #000;
}
.page-id-19 .entry-header{
	margin-bottom:0 !important
}
.page-id-19 .hentry{
	margin-bottom:0 !important;
}
.contact-page{
	background: url(../images/review-bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 65px 0;
	position: relative;
	z-index: 1;
}
.contact-page:before{
	width: 100%;
	height: 100%;
	background: #0000008f;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: -1;
}
.contact-page .shadow{
	box-shadow: 0 0 7px #ffffff4f !important;
	border-radius: 5px;
}
.contact-left {
	height: 100%;
	padding: 35px 25px 25px;
}
.info-text{
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	padding-bottom: 10px;
	font-weight: bold;
}
.contact_top_number {
	font-size: 17px;
	position: relative;
	padding-left: 35px;
	margin-top: 12px;
	color: #fff;
}
.contact_top_number img {
	position: absolute;
	top: 1px;
	left: 0;
}
.contact_top_number a {
	color: #fff;
}
.contact-right {
	padding: 35px 25px 0;
}
.info-text.second{
	color:#fff;
}
.frm_fld input {
	width: 100%;
	padding: 12px 15px;
	border: none !important;
	margin-top: 12px;
	border-radius: 5px;
	color: #fff;
	background: #ffffff1a !important;
}
.frm_fld select {
	background:url(../images/dropdown.png) center right 10px no-repeat #ffffff1a;
	width:100%;
	border:none !important;
	margin-top:12px;
	border-radius:5px;
	font-size:15px;
	color:#fff;
	padding:12px 30px 10px 15px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:none
}
.frm_fld select option{
	color:#000;
}
.frm_fld textarea {
	width:100%;
	height:98px;
	padding:10px 15px;
	background:#ffffff1a !important;
	color:#fff;
	margin-top:12px;
	border-radius:5px;
	border:none !important;
	resize:none;
}
.send_btn input {
	border:none !important;
	display: block;
	border-radius: 5px !important;
	color: #000 !important;
	padding: 10px 25px 8px !important;
	background: #fff !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	margin-top: 22px;
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.location-sec{
	margin-top:40px;
}
.loc-part{
	margin-top:26px;
}
.loc-part ul{
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 7px 14px;
}
.loc-part ul li{
	background:url(../images/loc3.png) no-repeat;
	color:#fff;
	list-style: none;
	background-size: 20px;
	padding-left:30px;
	background-position: 0 2px;
}
.loc-part ul li a{
	color:#fff;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1{
	width: 50%;
	float: left;
	background: #313a2e;
	color: #fff !important;
	padding: 10px 0;
	font-weight: 600;
	font-size: 15px;
}
.footer_btn2{
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translatex(-50%);
	padding: 8px 12px;
	border-radius: 50%;
	width: 42px;
	height: 42px;
}
.footer_btn3{
	width: 50%;
	float: left;
	background: #151515;
	color: #fff !important;
	padding: 10px 0;
	font-weight: 600;
	font-size: 15px;
}
.back-btn a{
	background: #262525;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border-radius: 7px;
	padding: 10px 23px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.error_container{
	padding: 20px 0 50px;
	text-align: center;
}
.sidebar{
	position: fixed;
	top: 240px;
	left: -41px;
	background: #313a2e;
	color: #fff;
	padding: 9px 22px 13px 22px;
	font-size: 18px;
	font-weight: 500;
	transform: rotate(-90deg);
	z-index: 99;
}
.refer-patient-sec{
	background: #313a2e;
	padding:34px 20px 10px;
	border-radius: 8px;
}
.ref_form_title {
	font-size: 19px;
	color: #fff;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 5px;
}
.ref_form_title p, .frm_lebel p{
	margin-bottom:0
}
.frm_lebel{
	color: #f8f8f8;
	margin-top: 16px;
	font-size: 17px;
	font-weight: 500;
}
.refer-patient-sec .frm_fld input {
	padding: 14px 15px;
}
.refer-patient-sec .frm_fld select{
	padding: 14px 30px 12px 15px;
}
.refer-patient-sec .send_btn input{
	margin: 22px auto 0;
	padding: 12px 25px !important;
	font-weight: 700 !important;
}
span.wpcf7-list-item {
	margin:0 15px 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:#000;
	border-color:#000
}
.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)
}



/*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) {
	.header{
		background: #262525;
		padding:10px 0;
	}
	.menu, .call-btn, .enquire-btn{
		display:none;
	}
	.logo img, .fixed-header .logo img{
		width: 195px;
	}
	.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: 61px;
	}
	.banner-title {
		font-size: 25px;
		line-height: 30px;
	}
	.banner-text {
		font-size: 16px;
		margin-top: 10px;
		padding: 0;
		line-height: 1.5;
	}
	.banner-btn{
		display:none;
	}
	.about-sec {
		padding: 35px 0;
	}
	.about-title {
		font-size: 25px;
		line-height: 28px;
	}
	.about-left .about-title {
		font-size: 25px;
		line-height: 28px;
	}
	.about-text {
		font-size: 16px;
		margin-top: 12px;
	}
	.learn-btn {
		font-size: 16px;
		margin-top: 22px;
		padding: 11px 20px 12px;
	}
	.about-right{
		margin-top:25px;
	}
	.about-right img{
		width:100%;
	}
	.service-sec {
		padding: 35px 0;
	}
	.box1-top {
		margin-top: 20px;
	}
	.acknowledgement-sec {
		padding: 40px 0;
	}
	.journey-sec {
		padding: 40px 0;
	}
	.journey-left .about-text {
		font-size: 15px;
	}
	.journey-left .banner-btn a {
		font-size: 15px;
		padding: 12px 22px;
		margin: 20px 3px 0;
	}
	.journey-right{
		margin-top:30px;
		text-align:center;
	}
	.cultural-sec {
		padding: 40px 0;
	}
	.box2-top {
		margin-top: 20px;
	}
	.icon img{
		width:100px;
	}
	.box2-title {
		font-size: 20px;
		margin-top: 14px;
	}
	.box2-text {
		font-size: 17px;
	}
	.review-sec {
		padding: 35px 0 26px;
	}
	.review-part {
		margin-top: 8px;
	}
	.footer {
		padding: 30px 0 60px;
	}
	.foot_logo img {
		width: 280px;
	}
	.foot_text {
		margin-top: 15px;
		font-size: 15px;
	}
	.foot_left {
		padding-left: 12px;
	}
	.foot_title {
		font-size: 20px;
		margin-bottom: 12px;
		margin-top: 15px;
	}
	.foot1 li {
		font-size: 15px;
	}
	.page .entry-header, .blog_page_header {
		padding: 114px 0 50px !important;
		margin: 0 0 30px !important;
	}
	.page .entry-title, .blog_page_title {
		font-size: 22px;
	}
	.abt-title {
		font-size: 20px;
		line-height: 1.3;
	}
	.abt-title.dup {
		font-size: 19px;
		margin-top: 15px;
	}
	.ab-inner-text, .ab-inner ul li{
		font-size: 16px;
	}
	.inner-sec {
		padding: 35px 0;
	}
	.inner-sec2{
		padding: 45px 0;
	}
	.bottom-sec {
		padding: 35px 10px;
		margin-top: 35px;
	}
	.inr-box2-top {
		margin-top: 22px;
	}
	.inr-box2 img {
		width: 90px;
	}
	.inr-box2-title {
		font-size: 20px;
		margin-top: 12px;
	}
	.contact-left {
		padding: 20px 15px 25px;
	}
	.info-text {
		font-size: 20px;
	}
	.contact_top_number {
		font-size: 16px;
	}
	.contact-right {
		padding: 20px 15px 0;
	}
	.location-sec {
		margin-top: 30px;
	}
	.loc-part ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 6px 5px;
	}
	.loc-part ul li {
		background-size: 17px;
		padding-left: 24px;
		background-position: 0 0px;
		font-size: 14px;
	}	
	.sidebar {
		top: 186px;
		left: -38px;
		padding: 9px 20px 14px 20px;
		font-size: 16px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.banner-title {
		font-size: 26px !important;
		line-height: 30px !important;
	}
	.box1-top, .box2-top, .inr-box2-top{
		width: 50%;
	}
	.serv-title, .inr-box2-title{
		font-size: 18px !important;
	}
	.journey-right {
		margin-top: 30px !important;
	}
	.box2-title {
		font-size: 18px !important;
	}
	.copyright{
		font-size: 13px;
	}
	.loc-part ul {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.logo img, .fixed-header .logo img {
		width: 199px;
	}
	.banner-title {
		font-size: 32px;
		line-height: 35px;
	}
	.banner-text {
		font-size: 17px;
	}
	.banner-btn {
		display: block;
	}
	.banner-btn a {
		font-size: 17px;
		padding: 11px 25px 12px;
		margin: 24px 3px 0;
	}
	.journey-right {
		margin-top: 0;
	}
	.loc-part ul {
		grid-template-columns: repeat(3, 1fr);
	}
	.loc-part ul li {
		font-size: 15px;
	}
	.page-id-19 .entry-header {
		margin-bottom: 0 !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.sidebar{
		left: -44px;
	}
	.enquire-btn{
		font-size: 16px;
	}
	.call-btn{
		font-size: 16px;
		margin-left: 12px;
	}
	.menu ul li {
		margin-right:8px;
	}
	.menu ul li a{
		font-size: 17px;
	}
	.banner-content {
		top: 58%;
	}
	.banner-title {
		font-size: 40px;
		line-height: 50px;
	}
	.about-sec {
		padding: 85px 0;
	}
	.about-left .about-title {
		font-size: 32px;
		line-height: 35px;
	}
	.serv-title {
		font-size: 18px;
	}
	.about-title {
		font-size: 30px;
		line-height: 32px;
	}
	.journey-left .about-text {
		margin-top: 12px;
	}
	.icon img, .inr-box2 img {
		width: 100px;
	}
	.box2-title, .inr-box2-title{
		font-size: 20px;
		margin-top: 12px;
	}
	.box2-text {
		font-size: 17px;
	}
	.foot_left {
		padding-left: 12px;
	}
	.foot_logo img {
		width: 270px;
	}
	.foot_text {
		font-size: 15px;
	}
	.foot_title {
		font-size: 18px;
	}
	.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) {
	.logo img, .fixed-header .logo img {
		width: 199px;
	}
	.banner-content {
		top: 50%;
	}
	.banner-title {
		font-size: 32px;
		line-height: 35px;
	}
	.banner-text {
		font-size: 17px;
	}
	.banner-btn {
		display: block;
	}
	.banner-btn a {
		font-size: 17px;
		padding: 11px 25px 12px;
		margin: 24px 3px 0;
	}
	.about-sec {
		padding: 35px 0;
	}
	.about-title {
		font-size: 25px;
		line-height: 28px;
	}
	.about-left .about-title {
		font-size: 25px;
		line-height: 28px;
	}
	.serv-title {
		font-size: 20px;
	}
	.journey-right {
		margin-top: 0;
	}
	.loc-part ul {
		grid-template-columns: repeat(3, 1fr);
	}
	.loc-part ul li {
		font-size: 15px;
	}	
	.page-id-19 .entry-header {
		margin-bottom: 0 !important;
	}
}

@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) {
	.logo img, .fixed-header .logo img {
		width: 456px;
	}
	.sidebar{
		left: -44px;
	}
	.enquire-btn{
		font-size: 16px;
	}
	.call-btn{
		font-size: 16px;
		margin-left: 12px;
	}
	.menu ul li {
		margin-right:8px;
	}
	.menu ul li a{
		font-size: 17px;
	}
	.banner-content {
		top: 58%;
	}
	.banner-title {
		font-size: 40px;
		line-height: 50px;
	}
	.banner-text {
		font-size: 19px;
	}
	.about-sec {
		padding: 85px 0;
	}
	.about-left .about-title {
		font-size: 32px;
		line-height: 35px;
	}
	.serv-title {
		font-size: 18px;
	}
	.about-title {
		font-size: 30px;
		line-height: 32px;
	}
	.journey-left .about-text {
		margin-top: 12px;
	}
	.icon img, .inr-box2 img {
		width: 100px;
	}
	.box2-title, .inr-box2-title{
		font-size: 20px;
		margin-top: 12px;
	}
	.box2-text {
		font-size: 17px;
	}
	.foot_left {
		padding-left: 12px;
	}
	.foot_logo img {
		width: 270px;
	}
	.foot_text {
		font-size: 15px;
	}
	.foot_title {
		font-size: 18px;
	}
	.foot1 li {
		font-size: 14px;
	}	
	.loc-part ul {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* 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) {
	.logo img, .fixed-header .logo img {
		width: 456px;
	}
	.sidebar{
		left: -44px;
	}
	.enquire-btn{
		font-size: 16px;
	}
	.call-btn{
		font-size: 16px;
		margin-left: 12px;
	}
	.menu ul li {
		margin-right:8px;
	}
	.menu ul li a{
		font-size: 17px;
	}
	.banner-content {
		top: 58%;
	}
	.banner-title {
		font-size: 40px;
		line-height: 50px;
	}
	.banner-text {
		font-size: 19px;
	}
	.about-sec {
		padding: 85px 0;
	}
	.about-left .about-title {
		font-size: 32px;
		line-height: 35px;
	}
	.serv-title {
		font-size: 18px;
	}
	.about-title {
		font-size: 30px;
		line-height: 32px;
	}
	.journey-left .about-text {
		margin-top: 12px;
	}
	.icon img, .inr-box2 img {
		width: 100px;
	}
	.box2-title, .inr-box2-title{
		font-size: 20px;
		margin-top: 12px;
	}
	.box2-text {
		font-size: 17px;
	}
	.foot_left {
		padding-left: 12px;
	}
	.foot_logo img {
		width: 270px;
	}
	.foot_text {
		font-size: 15px;
	}
	.foot_title {
		font-size: 18px;
	}
	.foot1 li {
		font-size: 14px;
	}	
	.loc-part ul {
		grid-template-columns: repeat(4, 1fr);
	}
}

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

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

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

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

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