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

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

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

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

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

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


.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background:#fff;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	z-index: 999;
}
.fixed-header {
	box-shadow: 0 0 4px #cecece;
	animation: smoothScroll 1s;
	z-index: 999;
}
.fixed-header .top-bar{
	height: 0;
}
.top-bar{
	background:#1b2e58;
	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: #fff;
	margin-right: 12px;
	padding-right: 12px;
	border-right: 1px solid #fff;
	font-size: 15px;
}
.ad1 span a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.ad1 span a:hover{
	color: #c3a95f;
}
.ad1 span:last-child{
	margin-right: 0;
	padding-left: 0;
	border-right: none;
}
.social{
	display: inline-flex;
	gap: 10px;
}
.logo img{
	width:109px;
	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{
	list-style: none;
	display: inline-block;
	margin-right: 22px;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #1b2e58;
	text-transform: none;
	padding: 38px 0;
	transition: ease 0.5s all 0s;
}
.menu ul li a.active, .menu ul li a:hover{
	color: #c3a95f;
}
.ref-btn{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 600;
	background: #c3a95f;
	color: #1b2e58;
	padding: 9px 29px;
	border-radius: 50px;
	margin-left:30px;
	transition: ease 0.5s all 0s;
}
.ref-btn:hover{
	background:#1b2e58;
	color: #fff;
}
.banner{
	background: url(../images/banner-bg.jpg) no-repeat center top;
	background-size: cover;
	margin-top: 144px;
}
.mobile-banner{
	display: none;
}
.banner-left{
	display: flex;
	align-items: center;
	padding-left: 9%;
	padding-right: 2%;
}
.banner-small-title{
	font-family: 'Playfair Display';
	font-size: 24px;
	font-weight: bold;
	color: #c3a95f;
	line-height: 25px;
}
.banner-title{
	font-family: 'Playfair Display';
	font-size: 44px;
	font-weight: bold;
	color: #fff;
	line-height: 50px;
	padding-right: 7%;
	display: inline-block;
	position: relative;
}
.banner-title strong{
	font-weight: bold;
	color: #c3a95e;
}
.banner-title:after{
	background:url(../images/leaves1.png) no-repeat;
	width: 53px;
	height: 41px;
	position: absolute;
	top: 26px;
	right:10px;
	content: "";
}
.banner-text {
	color: #fff;
	margin-top: 18px;
	font-size: 17px;
}
.banner-btn a{
	display: inline-block;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	background:#c3a95f;
	color: #1b2e58;
	padding:12px 20px 10px;
	border-radius:50px;
	text-transform: uppercase;
	margin:24px 3px 0 0;
	transition:ease 0.5s all 0s !important;
}
.banner-btn a:hover{
	background:#fff;
	color: #000;
}
.banner-btn a:nth-child(2){
	background:#fff;
	color: #1b2e58;
	padding: 12px 20px 10px;
}
.banner-btn a:last-child{
	padding:12px 22px 10px;
}
.banner-btn a img{
	transform: translate(-5px, -1px);
}
.banner-right img{
	width: 100%;
}
.about-sec{
	padding: 50px 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.about-sec:after{
	background:url(../images/shape1.png) no-repeat;
	width:576px;
	height:100%;
	position: absolute;
	bottom:0;
	right:0;
	content: "";
	z-index:-1;
}
.about-left {
	padding-left: 20px;
}
.about-title{
	font-family: 'Playfair Display';
	font-size: 35px;
	font-weight: bold;
	color: #1b2e58;
	line-height: 38px;
	display: inline-block;
	position: relative;
}
.about-title::after{
	background:url(../images/leaves2.png) no-repeat;
	width: 42px;
	height: 33px;
	position: absolute;
	top: -17px;
	right: -26px;
	content: "";
}
.about-text{
	color: #303030;
	margin-top: 10px;
}
.about-text ul{
	padding: 0px;
	margin: 15px 0 0;
}
.about-text ul li{
	background:url(../images/point.png) no-repeat;
	background-position:top 6px left;
	list-style:none;
	padding-left: 32px;
	margin-bottom: 6px;
	color: #303030;
	background-size: 22px;
}
.about-text ul li em{
	font-style: normal;
	font-weight: bold;
	color: #192b55;
	font-size: 20px;
}
.about-text ul li strong{
	color:#000;
}
.read-btn{
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	background:  #1b2e58;
	color: #fff;
	padding:  11px 28px;
	border-radius:  50px;
	text-transform: uppercase;
	margin-top:20px ;
	transition: ease 0.5s all 0s;
}
.read-btn:hover{
	background: #c3a95f;
}
.service-sec{
	padding: 60px 0 50px;
	background: #fff8e3;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.service-sec:before{
	background:url(../images/shape2.png) no-repeat;
	width: 547px;
	height: 275px;
	position: absolute;
	top: -68px;
	left: 0;
	content: "";
	z-index: -1;
}
.service-sec:after{
	background:url(../images/shape3.png) no-repeat;
	width: 547px;
	height: 687px;
	position: absolute;
	bottom: -68px;
	right: 0;
	content: "";
	z-index: -1;
}
.box1-top{
	margin-top: 12px;
	padding:0 6px;
}
.box1{
	text-align: center;
	background: #FFF;
	border: 1px solid #c3a95f;
	padding: 10px;
	border-radius: 8px;
	min-height: 100%;
	position: relative;
}
.pic{
	overflow: hidden;
}
.pic img{
	width: 100%;
	transition: ease 0.5s all 0s;
}
.box1:hover .pic img{
	transform: scale(1.1);
}
.box1-content{
	padding: 18px 5px 62px;
}
.box1-title{
	font-family: 'Playfair Display';
	font-size: 18px;
	font-weight: bold;
	color: #1b2e58;
	line-height: 1.3;
}
.box1-text {
	font-size: 14px;
	color: #363636;
	margin-top: 8px;
}
.box1 a{
	display: block;
	font-size: 15px;
	font-weight: bold;
	background:#c3a95f;
	color: #1b2e58;
	padding:10px 29px;
	border-radius:5px;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-top:20px;
	position: absolute;
	bottom: 10px;
	width: 90%;
/* 	left: 50%;
	transform: translateX(-50%); */
	transition: ease 0.5s all 0s;
}
.box1 a:hover{
	background:#192c56;
	color: #fff;
	animation-name: bounce;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
@keyframes bounce {
	0%, 100%, 20%, 50%, 80% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform:     translateY(-30px);
		transform:         translateY(-30px)
	}
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform:     translateY(-15px);
		transform:         translateY(-15px)
	}
}
.choose-us-sec{
	padding: 50px 0 70px;
}
.choose-left{
	padding-top:10%;
}
.choose-list{
	margin-top: 35px;
}
.choose-list ul{
	margin: 0;
	padding: 0;
}
.choose-list ul li{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #1b1b1b;
	gap:14px;
	margin-top: 20px;
}
.choose-list ul li img{
	background: #1b2e58;
	border-radius: 50%;
}
.choose-list ul li:nth-child(even) img{
	background: #c3a95f;
}
.choose-list ul li strong{
	display: block;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 3px;
}
.choose-right{
	position: relative;
}
.exp{
	background:#c3a95f;
	padding:26px 10px;
	width: 230px;
	text-align: center;
	position: absolute;
	bottom: -32px;
	left: 32px;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	border-radius:8px;
}
.exp strong{
	font-size: 40px;
	font-weight: bold;
	line-height: 42px;
}
.review-sec{
	background: url(../images/testi-bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 60px 0;
}
.r-title{
	font-family: 'Playfair Display';
	font-size: 35px;
	font-weight: bold;
	color: #1b2e58;
	line-height: 38px;
	position: relative;
}
.r-text{
	font-size: 14px;
	color: #3f3f3f;
	margin-top: 12px;
}
.sp-testimonial-free-wrapper{
	overflow: inherit !important;
}
.sp-testimonial-free-section.swiper-initialized, .sp-testimonial-free-section:not(.swiper-initialized, .tfree-layout-grid){
	margin:0 !important;
}
.sp-testimonial-free{
	background:url(../images/leaves4.png) #fff no-repeat !important;
	margin:10px !important;
	padding:24px 25px 20px;
	position: relative;
	box-shadow: 0 2px 13px -4px #8b8b8b;
	border-radius:12px !important;
	background-position:top right !important;
}
.sp-testimonial-client-rating{
	position: absolute;
	top: 62px;
	left: 22px;
	margin-bottom: 0 !important;
}
.sp-testimonial-client-testimonial p{
	text-align:left !important;
	color:#3d3d3d !important;
	line-height: 24px !important;
	padding:0 !important;
	padding-top:36px !important;
	margin:0 !important;
	font-size:15px !important;
}
.sp-testimonial-client-testimonial{
	margin-bottom:0 !important;
}
.sp-testimonial-client-name{
	text-align: right !important;
	color: #3d3d3d !important;
	font-size: 17px !important;
	margin-bottom: 0 !important;
	font-weight: 600 !important;
}
.sp-testimonial-client-image{
	text-align: left !important;
	margin-bottom:0 !important;
}
.sp-testimonial-client-image img{
	border-radius: 0 !important;
}
.testimonial-nav-arrow{
	width: 45px !important;
	height: 45px !important;
	font-size: 28px !important;
	top: 88% !important;
	border-radius:7px;
}
.swiper-button-prev{	
  	left: -51% !important;
}
.swiper-button-next{
	right: auto !important;
	left: -43% !important;
}

.footer{
	background:#09193c;
	padding: 45px 0 15px;
	position: relative;
	z-index: 1;
}
.footer:before{
	background: url(../images/foot_bg.png) no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: -1;
}
.foot_logo{
	margin-top: 30px;
}
.foot_text {
	color: #fff;
	font-size: 15px;
	margin-top: 14px;
	line-height: 1.3;
}
.social2{
}
.social2 a{
	margin-right: 4px;
}
.ndis{
	margin-top: 16px;
}
.ndis img{
	background:#fff;
	width: 162px;
	padding:12px 10px;
	border-radius:3px;
}
.foot_title{
	font-size: 20px;
	font-weight: bold;
	color:#c3a95f;
	margin-bottom: 14px;
	position: relative;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	color: #fff;
	list-style: none;
	margin-bottom: 7px;
	font-size: 14px;
	padding-left: 30px;
	position: relative;
}
.foot1 li::before{
	background: url(../images/leaves3.png) no-repeat;
	width: 20px;
	height: 15px;
	content: "";
	color: #fff;
	position: absolute;
	top: 1px;
	left: 0;
}
.foot1 li a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover{
	color: #c3a95f;
}
.foot1.second li{
	display: flex;
	margin-bottom: 12px;
	align-items: center;
	gap: 7px;
	padding-left: 0;
}
.foot1.second li::before{
	display: none;
}
.foot1.second li:first-child{
	font-size: 18px;
	font-weight: 600;
}
.foot1.second li img{
	margin-right: 4px;
	background: #c3a95f;
	border-radius: 50%;
}
.foot_left{
	padding-left: 15px;
}
.foot_right{
	padding-left: 36px;
}
.copyright{
	text-align: center;
	padding: 15px 0 0;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	border-top: 1px solid #ffffff61;
	margin-top: 32px;
}
.copyright img {
	width: 136px;
	padding-left: 5px;
	margin-top: -6px;
}
.copyright a{
	color: #fff;
}
#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-banner2.jpg) no-repeat;
	background-size: cover !important;
	background-position:center top !important;
	max-width: 100% !important;
	padding: 152px 0 !important;
	margin: 145px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: left;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	content: "";
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
}
.page .entry-content {
	max-width:100% !important;
	padding:0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	color: #fff;
	width: 100%;
	font-size:34px;
	font-weight: bold;
	text-transform: capitalize;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}
.inr-box1{
	box-shadow: 0 0 7px #adaaaa;
	padding:30px 30px;
	min-height: 100%;
	display: flex;
	align-items: start;
	gap:40px;
	border-radius:10px;
}
.inr-photo img{
	min-width:250px;
}
.inr-box1-title {
	font-size: 22px;
	font-weight: bold;
	color: #172a54;
	margin-bottom: 4px;
	line-height: 22px;
}
.inr-box1-small {
	font-size: 15px;
	font-weight: 600;
	color: #c3a95f;
}
.inr-box1-text {
	font-size: 15px;
	margin-top: 10px;
	color: #000;
}
.abt-title {
	font-family: 'Playfair Display';
	font-size: 28px;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
	line-height: 30px;
}
.abt-title strong{
	font-weight: bold;
	color:#c3a95f;
}
.abt-title.dup{
	font-family: 'Poppins';
	font-size: 20px;
	color: #182b55;
	margin-top: 10px;
}
.ab-inner-text {
	color: #000;
}
.ab-inner ul {
	padding: 0px;
	margin: 15px 0 0;
}
.ab-inner ul li {
	background: url(../images/check3.png) no-repeat;
	background-position: top 1px left;
	list-style: none;
	padding-left: 28px;
	margin-bottom: 6px;
	color: #000;
	background-size: 20px;
}
.ab-inner2 ul {
	padding: 0px;
	margin: 15px 0 0;
}
.ab-inner2 ul li {
	background:url(../images/point.png) no-repeat;
	background-position:top 6px left;
	list-style:none;
	padding-left: 32px;
	margin-bottom: 6px;
	color: #000;
	background-size: 22px;
}
.ab-inner2 ul li em{
	font-style: normal;
	font-weight: bold;
	color: #192b55;
	font-size: 20px;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background:#182b55;
	border-radius: 5px;
}
.bottom-sec .abt-title, .bottom-sec .ab-inner-text{
	color:#fff;
}
.faq-sec{
	background:#fff;
	padding:30px 25px 20px;
	border-radius:7px;
	box-shadow: 0 0 10px #8e8e8e;
}
.faq-sec .abt-title{
	margin-bottom:25px;
}
.omsc-toggle{
	margin-bottom:10px !important;
	border: 1px solid #bbb !important;
}
.omsc-accordion{
	border:none !important;
}
.omsc-toggle-title{
	color:#000;
	font-weight:600;
	border: 1px solid #000;
}
.omsc-toggle-title:hover, .omsc-toggle.omsc-expanded .omsc-toggle-title {
	background:#192c56 !important;
	color: #fff !important;
}
.omsc-toggle-inner{
	color:#000;
}
.testi-inner .hentry{
	margin-bottom:0 !important
}
.testi-inner .sp-testimonial-free{
	min-height:100%;
	background-image:none !important;
	padding: 15px 15px 0;
}
.testi-inner .sp-testimonial-client-rating{
	left: 11px;
	top: 48px;
}
.testi-inner .sp-testimonial-client-testimonial p{
	padding-top: 0 !important;
	max-height: 164px;
	overflow-y: scroll;
	margin-top: 32px !important;
	padding-right: 7px !important;
	scrollbar-width: thin;
	scrollbar-color: #3c3c3c #cecece;
}
.testi-inner .sp-testimonial-client-name{
	margin-top: 20px !important;
}


.contact-left {
	height: 100%;
	padding: 35px 25px 25px;
}
.info-text {
	color: #000;
	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:#182b55;
	padding: 35px 25px 0;
}
.info-text.second{
	color:#fff
}
.maps{
	
}
.frm_fld input {
	width: 100%;
	padding: 12px 15px;
	border: none !important;
	margin-top: 14px;
	border-radius: 5px;
	color: #000;
	background:#fff;
}
.frm_fld select {
	background:url(../images/dropdown.png) center right 10px no-repeat #fff;
	width:100%;
	border: none !important;
	margin-top:14px;
	border-radius:5px;
	font-size:15px;
	color:#000;
	padding:14px 30px 13px 15px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-transform:none
}
.frm_fld select option{
	color:#000;
	background:#fff;
}
.frm_fld textarea {
	width: 100%;
	height: 122px;
	padding: 18px 15px;
	background: #fff;
	color: #000;
	margin-top: 14px;
	border-radius: 5px;
	border: none !important;
	resize: none;
}
.send_btn input {
	border:none !important;
	display: block;
	border-radius:50px !important;
	color: #000 !important;
	padding:10px 30px !important;
	background:#c3a95f !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	margin-top: 22px;
	text-align: center;
	text-transform: none !important;
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.form-title2{
	text-align: center;
	color: #000;
	font-size: 26px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 12px;
}
.inner-form-box{
	background:#182b55;
	padding:15px 25px 40px;
	margin-top:22px;
	border-radius: 8px;
}
.frm_label2 {
	color: #fff;
	margin-top: 15px;
	font-size: 16px;
	font-weight: 500;
}
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: #c3a95f;
	border-color:#c3a95f;
}
.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 #000;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.referral-form .send_btn input{
	margin: 22px auto 0;
}
.inr-box2-top {
	margin-top: 20px;
}
.inr-box2{
	text-align: center;
	box-shadow: 0 0 3px #6e6d6d;
	border-radius:5px;
	overflow:hidden;
	min-height: 100%;  
}
.team-img img{
	width:100%;
}
.designation {
	padding:15px 0;
	font-size: 19px;
	font-weight: bold;
	color: #172a54;
	line-height: 22px;
}
.designation strong{
	display:block;
	font-size: 15px;
	font-weight: 600;
	color: #c3a95f;
	margin-top: 4px;
}
.inr-box2 a{
	display: inline-block;
	background:#222;
	color: #fff;
	padding:6px 24px 8px;
	border-radius:50px;
	font-size: 15px;
	font-weight: 600;
	transition: ease 0.5s all 0s;
}
.inr-box2 a:hover{
	background: #c3a95f;
}
.flush-btn a{
	display: inline-block;
	margin-top:25px;
	font-size: 16px;
	font-weight: bold;
	background:#bd9d44;
	color: #010101;
	padding: 10px 30px;
	border-radius: 50px;
	transition: ease 0.5s all 0s;
}
.wpcf7-response-output{
	color:#fff;
	margin: 0 !important;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#c3a95f;
	color: #000 !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:#c3a95f;
	color: #121212;
	font-size: 15px;
	font-weight: bold;
	border-radius:50px;
	padding:10px 23px;
	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 : 1023px) {
	.top-bar, .ref-btn, .menu{
		display:none;
	}
	.header{
		padding:10px 0;
	}
	.logo img{
		width: 78px;
	}	
	.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: 79px;
		padding:40px 0 0;
	}
	.banner-left{
		padding:0 3%;
	}
	.banner-title {
		font-size: 30px;
		line-height: 35px;
		padding-right: 0;
	}
	.banner-title::after{
		display:none;
	}
	.banner-text {
		margin-top: 10px;
		font-size: 16px;
	}
	.banner-btn a {
		font-size: 12px;
		padding:10px 17px 8px;
		margin:20px 3px 0 0;
	}
	.banner-btn a:nth-child(2){
		padding: 10px 17px 8px;
	}
	.banner-btn a:last-child {
		padding:10px 20px 8px;
	}
	.banner-right{
		margin-top:25px;
	}
	.banner-right img{
		width:100%;
	}
	.about-sec{
		padding: 40px 0 30px;
	}
	.about-left {
		padding-left: 0;
	}
	.about-title{
		font-size: 24px;
		line-height: 30px;
	}
	.about-text ul {
		margin:10px 0 0;
	}
	.about-text ul li{
		margin-bottom: 3px;
	}
	.read-btn{
		font-size: 14px;
		padding: 9px 28px;
	}
	.about-right{
		margin-top:25px;
	}
	.about-right img{
		width:100%;
	}
	.service-sec{
		padding: 40px 0 35px;
	}
	.box1-top {
		margin-top: 16px;
		padding:0 12px;
	}
	.box1 a{
		font-size: 14px;
	}
	.choose-us-sec {
		padding:40px 0 48px;
	}
	.choose-left {
		padding-top: 0;
	}
	.choose-list {
		margin-top: 15px;
	}
	.choose-list ul li {
		gap:10px;
		margin-top: 12px;
	}
	.choose-list ul li img{
		width: 65px;
	}
	.choose-list ul li strong{
		font-size: 16px;
	}
	.choose-right{
		margin-top:25px;
	}
	.choose-right img{
		width:100%;
	}
	.exp{
		padding:15px 5px;
		width: 216px;
		font-size: 17px;
	}
	.exp strong {
		font-size: 32px;
		line-height: 35px;
	}
	.review-sec{
		padding: 30px 0 20px;
	}
	.r-title{
		font-size: 24px;
		line-height: 30px;
	}
	.testi-right{
		margin-top:25px;
	}
	.footer{
		padding: 20px 0 60px;
	}
	.foot_logo {
		margin-top: 0;
	}
	.foot_logo img{
		width:100px;
	}
	.ndis img {
		width: 136px;
		padding:10px 8px;
	}
	.foot_title{
		font-size: 18px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.foot1.second li:first-child {
		font-size: 16px;
	}
	.foot_right {
		padding-left: 12px;
	}
	.copyright{
		margin-top: 20px;
	}
	.page .entry-header, .blog_page_header{
		padding:75px 0 !important;
		margin:79px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 24px;
	}
	.abt-title{
		font-size: 22px;
		line-height: 26px;
	}
	.abt-title.dup{
		font-size: 18px;
	}
	.ab-iner-img{
		margin-top:20px;
	}
	.ab-iner-img img{
		width:100%;
	}
	.designation{
		font-size: 18px;
	}
	.bottom-sec{
		padding: 34px 10px;
		margin-top: 30px;
	}
	.faq-sec{
		padding: 22px 10px 15px;
	}
	.omsc-toggle-title{
		font-size:15px !important;
	}
	.omsc-toggle-inner {
		font-size: 15px;
	}
	.flush-btn a{
		margin-top: 20px;
		font-size: 15px;
		padding: 8px 26px;
	}
	.contact-left{
		padding: 20px 15px 25px;
	}
	.info-text{
		font-size: 18px;
	}
	.contact_top_number{
		font-size: 16px;
	}
	.contact-right{
		padding: 20px 15px 0;
	}
	.send_btn input{
		padding: 8px 25px !important;
		font-size: 15px !important;
	}
	.form-title2{
		font-size: 22px;
	}
	.inner-form-box{
		padding: 10px 14px 30px;
	}
	.frm_label2{
		font-size: 15px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.banner-left{
		padding: 0 3% !important;
	}
	.banner-btn a{
		font-size: 12px !important;
	}
	.box1-top, .inr-box2-top{
		width:50%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.ref-btn{
		display: inline-block;
		position: fixed;
		top: 22px;
		right: 72px;
		font-size: 15px;
		padding:7px 27px;
	}
	.banner-left{
		padding-right: 0;
	}
	.banner-btn a {
		font-size: 10px;
		padding:8px 15px 7px;
		margin:20px 2px 0 0;
	}
	.banner-btn a:nth-child(2) {
		padding:8px 14px 6px;
	}
	.banner-btn a:last-child {
		padding:8px 14px 6px;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.ref-btn{
		margin-left: 15px;
		padding:7px 26px;
		font-size: 14px;
	}
	.menu ul li{
		margin-right: 10px;
	}
	.menu ul li a{
		font-size: 15px;
	}
	.banner-left{
		padding-left: 4%;
		padding-right: 0;
	}
	.banner-title{
		font-size: 36px;
		line-height: 42px;
		padding-right: 4%;
	}	
	.banner-title::after{
		top: 17px;
		right: 40px;
	}
	.banner-btn a{
		font-size: 11px;
		padding: 10px 15px 8px;
	}
	.banner-btn a:nth-child(2) {
		padding:10px 17px 8px;
	}
	.banner-btn a:last-child {
		padding:10px 17px 8px;
	}
	.box1-content{
		padding: 18px 0 62px;
	}
	.about-title{
		font-size: 32px;
		line-height: 35px;
	}
	.r-title{
		font-size: 30px;
		line-height: 35px;
	}
	.foot_logo {
		margin-top: 5px;
	}
	.foot_logo img{
		width:110px;
	}
	.foot_right {
		padding-left: 20px;
	}
	.foot1.second li:first-child{
		font-size: 16px;
	}
}

/* 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: 22px;
		right: 72px;
		font-size: 15px;
		padding:7px 27px;
	}
	.banner-left{
		padding-right: 0;
		padding-left: 11%;
	}
	.banner-title {
		font-size: 30px;
		line-height: 35px;
		padding-right: 0;
	}
	.banner-btn a {
		font-size: 10px;
		padding:8px 15px 7px;
		margin:20px 2px 0 0;
	}
	.banner-btn a:nth-child(2) {
		padding:8px 14px 6px;
	}
	.banner-btn a:last-child {
		padding:8px 14px 6px;
	}
	.about-title {
		font-size: 24px;
		line-height: 30px;
	}
}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : portrait) {

}

@media only screen and (min-width : 1025px) and (max-width : 1199px) and (orientation : landscape) {
	.ref-btn{
		margin-left: 15px;
		padding:7px 26px;
		font-size: 14px;
	}
	.menu ul li{
		margin-right: 10px;
	}
	.menu ul li a{
		font-size: 15px;
	}
	.banner-left{
		padding-left: 10%;
		padding-right: 0;
	}
	.banner-title{
		font-size: 36px;
		line-height: 42px;
		padding-right: 4%;
	}	
	.banner-title::after{
		top: 17px;
		right: 40px;
	}
	.banner-btn a{
		font-size: 11px;
		padding: 10px 15px 8px;
	}
	.banner-btn a:nth-child(2) {
		padding:10px 17px 8px;
	}
	.banner-btn a:last-child {
		padding:10px 17px 8px;
	}
	.box1-content{
		padding: 18px 0 62px;
	}
	.about-title{
		font-size: 32px;
		line-height: 35px;
	}
	.r-title{
		font-size: 30px;
		line-height: 35px;
	}
	.foot_logo {
		margin-top: 5px;
	}
	.foot_logo img{
		width:110px;
	}
	.foot_right {
		padding-left: 20px;
	}
	.foot1.second li:first-child{
		font-size: 16px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.ref-btn{
		position: relative;
		top: 0;
		right: 0;
		margin-left: 15px;
		padding:7px 26px;
		font-size: 14px;
	}
	.menu ul li{
		margin-right: 10px;
	}
	.menu ul li a{
		font-size: 15px;
	}
	.banner-left{
		padding-left: 4%;
		padding-right: 0;
	}
	.banner-title{
		font-size: 36px;
		line-height: 42px;
		padding-right: 4%;
	}	
	.banner-title::after{
		top: 17px;
		right: 40px;
	}
	.banner-btn a{
		font-size: 12px;
		padding: 10px 15px 8px;
	}
	.banner-btn a:nth-child(2) {
		padding:10px 17px 8px;
	}
	.banner-btn a:last-child {
		padding:10px 17px 8px;
	}
	.box1-content{
		padding: 18px 0 62px;
	}
	.about-title{
		font-size: 32px;
		line-height: 35px;
	}
	.r-title{
		font-size: 30px;
		line-height: 35px;
	}
	.foot_logo {
		margin-top: 5px;
	}
	.foot_logo img{
		width:110px;
	}
	.foot_right {
		padding-left: 20px;
	}
	.foot1.second li:first-child{
		font-size: 16px;
	}
}

@media screen and (min-width: 1424px) {
	.banner-left{
		padding-left: 4%;
	}
	.banner-title {
		padding-right: 22%;
	}
	.banner-title:after{
		right: 17%;
	}
	.page .entry-header, .blog_page_header{
		padding: 160px 0 !important;
	}
}

@media screen and (min-width: 1624px) {
	.banner-left{
		padding-left:10%;
		padding-right: 7%;
	}
	.banner-title {
		padding-right: 8%;
	}
	.banner-title:after{
		right:14px;
	}
	.page .entry-header, .blog_page_header{
		padding: 184px 0 !important;
	}
}

@media screen and (min-width: 1920px) {
	.banner-left{
		padding-left: 16%;
		padding-right: 6%;
	}
	.page .entry-header, .blog_page_header{
		padding: 225px 0 !important;
	}
}

@media screen and (min-width: 2048px) {
	.banner-left{
		padding-left: 18%;
		padding-right: 6%;
	}
	.page .entry-header, .blog_page_header{
		padding: 242px 0 !important;
	}
	
}

@media screen and (min-width: 2550px) {
	.banner-left{
		padding-left: 24%;
		padding-right: 5%;
	}
	.page .entry-header, .blog_page_header{
		padding: 294px 0 !important;
	}
}
