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: 'Barlow';
	src: url('../fonts/Barlow-ExtraBold.eot');
	src: url('../fonts/Barlow-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Barlow-ExtraBold.woff2') format('woff2'),
		url('../fonts/Barlow-ExtraBold.woff') format('woff'),
		url('../fonts/Barlow-ExtraBold.ttf') format('truetype'),
		url('../fonts/Barlow-ExtraBold.svg#Barlow-ExtraBold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

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

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

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

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

.header{
	position: fixed;
	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 #aeaeae;
	animation: smoothScroll 1s;
	z-index: 999;
}
.fixed-header .logo img{
	width: 190px;
}
.fixed-header .menu ul li a{
	padding: 30px 0;
}
.fixed-header .book-btn{
	padding: 30px 10px;
}
.logo img{
	width: 220px;
	transition: ease 0.5s all 0s;
}
.header-right{
	text-align: right;
}
.menu{
	display: inline-block;
	vertical-align: top;
}
.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{
	font-size: 15px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	padding: 38px 0;
	display: block;
	position: relative;
	transition: ease 0.5s all 0s;
}
.menu ul li a:before{
	width:0;
	height: 2px;
	background: #f3d21b;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	transition: ease 0.5s all 0s;
}
.menu ul li li a:before{
	display:none;
}
.menu ul li a:hover:before, .menu ul li a.active:before{
	width: 100%;
}
.menu ul li a.active, .menu ul li a:hover{
	color: #f3d21b;
}
.book-btn{
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	font-weight: 600;
	background: #f3d21b;
	color: #000;
	padding: 38px 10px;
	margin-left: 70px;
	text-transform: uppercase;
	position: relative;
	transition: ease 0.5s all 0s;
	margin-bottom: -2px;
}
.book-btn:hover{
	color: #fff;
}
.book-btn:before{
	width: 50px;
	height: 100%;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	background: #f3d21b;
	position: absolute;
	top: 0;
	left: -50px;
	content: "";
}
.book-btn:after{
	width: 2000px;
	height: 100%;
	background: #f3d21b;
	position: absolute;
	top: 0;
	right:-2000px;
	content: "";
}
.banner {
	margin-top: 99px;
	background:url(../images/banner.jpg) no-repeat center top;
	background-size:cover;
	padding:126px 0 126px;
	position: relative;
	overflow: hidden;
	z-index:1;
}
.banner:before{
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, rgba(0,0,0,0.5354516806722689) 51%, rgba(0,0,0,0.7819502801120448) 73%);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index:-1;
}
.banner-content{
}
.banner-part{
	text-align: center;
}
.banner-title{
	font-family: 'Barlow';
	font-size: 40px;
	font-weight: bold;
	line-height: 42px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
}
.banner-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #e5b924;
	color: #050504;
	font-size: 16px;
	font-weight: 600;
	padding: 12px 30px;
	margin: 20px 3px 0;
	border-radius: 4px;
	text-transform: uppercase;
	transition: ease 0.5s all 0s;
}
.banner-btn a:hover {
	background: #fff;
	color: #040404;
}
.banner-btn a:last-child{
	background: #fff;
	color: #010101;
}
.banner-btn a:hover:last-child {
	background: #e5b924;
	color: #050504;
}
.banner-form{
	position: absolute;
	right: 9%;
	top: 50%;
	transform: translateY(-50%);
	width: 360px;
}
.banner-form-title{
	font-family: 'Barlow';
	background: #0c0c0c;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 16px 10px 16px 42px;
	border-radius: 10px 10px 0 0;
	position: relative;
}
.banner-form-title strong{
	font-family: 'Poppins';
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
}
.banner-form-title:before{
	background: url(../images/l-shape.png) no-repeat;
	width: 53px;
	height: 53px;
	position: absolute;
	top: -28px;
	left: -26px;
	content: "";
}
.banner-form-part{
	background: #fff;
	padding:0 25px 40px;
	overflow: hidden;
	border-radius: 0 0 10px 10px !important;
}
.frm_fld input {
	width: 100%;
	padding: 8px 0 5px;
	background: #fff;
	border: none !important;
	border-bottom:1px solid #000 !important;
	margin-top: 8px;
	border-radius: 0;
	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 {
	width:100%;
	border: none !important;
	border-radius: 0 0 10px 10px !important;
	display: block;
	padding: 10px 30px !important;
	background:#f3d21b !important;
	color: #000 !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	margin-top: 0;
	text-align: center;
	text-transform:none !important;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.frm_label{
	font-size:15px;
	font-weight:500;
	color:#000;
	margin-top:12px;
}
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: 15px;
	color: #000;
	font-weight: 500;
	-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;
}
.wpcf7-list-item-label::before{
	position: absolute;
	top: 2px;
	left: 0;
	height: 16px;
	width: 16px;
	border-radius:50%;
	background-color: #000000;
	border: none;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
	background-color:#e6b925;
}
.wpcf7-list-item-label:after {
	content: "";
	position: absolute;
	display:none;	
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
	display:block;
}
.frm_fld input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
}
.frm_fld input::-moz-placeholder { /* Firefox 19+ */
	color: #000;
}
.frm_fld input:-ms-input-placeholder { /* IE 10+ */
	color: #000;
}
.frm_fld input:-moz-placeholder { /* Firefox 18- */
	color: #000;
}
.frm_fld textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
}
.frm_fld textarea::-moz-placeholder { /* Firefox 19+ */
	color: #000;
}
.frm_fld textarea:-ms-input-placeholder { /* IE 10+ */
	color: #000;
}
.frm_fld textarea:-moz-placeholder { /* Firefox 18- */
	color: #000;
}
.choose-us-sec{
	border-bottom: 1px solid #0000000f;
}
.c-title{
	font-family: 'Barlow';
	background: #000000;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	display: inline-block;
	padding: 25px 20px;  
}
.box1 ul{
	margin: 0;
	padding: 0;
}
.box1 ul li{
	list-style: none;
	display: inline-flex;
	align-items: center;
	font-size: 15px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
	line-height: 1.3;
	margin-right: 15px;
	padding-right: 20px;
	border-right: 1px solid #afafaf;
}
.box1 ul li img{
	margin-right: 10px;
}
.box1 ul li:last-child{
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
.service-sec{
	padding: 45px 0;
}
.serv-title{
	font-family: 'Barlow';
	font-size: 32px;
	font-weight: bold;
	line-height: 36px;
	text-transform: uppercase;
	color: #070707;
}
.box2-top{
	margin-top: 25px;
}
.box2{
	background:#1d1d1c;
	text-align: center;
	min-height: 100%;
	position:relative;
	z-index: 1;
	overflow: hidden;
}
.box2:before{
	/* 	background: url(../images/shape1.png) no-repeat; */
	width: 420px;
	height: 464px;
	background: #e5b924;
	clip-path: polygon(0 35%, 64% 0, 90% 74%, 30% 100%);
	position: absolute;
	top: -77px;
	left: -61px;
	content: "";
	z-index: -1;
	background-size: cover;
}
.serv-img{
	padding: 10px;    
}
.serv-img img{
	width: 100%;
	border-radius: 5px;
}
.box2-content{
	padding: 8px 15px 20px;
}
.box2-title{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 1.2;
}
.box2 a{
	display: inline-block;
	background: #fff;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	padding: 8px 20px;
	margin-top: 15px;
	border-radius: 5px;
	transition: ease 0.5s all 0s;
}
.box2 a:hover {
	background: #222020;
	color: #fff;
}
.testimonial-sec{
	background: url(../images/testi-bg.jpg) no-repeat center top;
	padding: 50px 0 70px;
	background-size: cover;
}
.small-title{
	font-size: 15px;
	color: #e5b924;
	font-weight: 500;
}
.testi-part{
	margin-top: 30px;
}
.sp-testimonial-free{
	background: #fff !important;
	position:relative;
	margin: 3px !important;
	padding:20px 14px 10px 114px !important;
	border-radius: 14px !important;
	overflow: hidden;
}
.sp-testimonial-free-section {
	margin:0 40px !important;
}
.sp-testimonial-client-image{
	width: 100px;
	height: 100px;
	position: absolute !important;
	top: 0;
	bottom: auto !important;
	left: 0;
	background: linear-gradient(180deg, rgba(255,246,199,1) 20%, rgba(255,255,255,0) 84%);
	padding: 20px 15px;
	min-height: 100%;
}
.sp-testimonial-client-testimonial p{
	text-align: left !important;
	font-size:14px !important;
	line-height: 22px !important;
	color:#000 !important;
	padding:0 !important;
	padding-right: 5px !important;
	margin: 0 !important;
	max-height: 180px;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: #3c3c3c #cecece;
}
.sp-testimonial-client-testimonial{
	margin-bottom:15px !important;
}
.sp-testimonial-client-name{
	text-align: left !important;
	font-size:17px !important;
	font-weight:bold !important;
	color:#18191a !important;
}
.sp-testimonial-client-image {
	margin:0 !important;
	position:absolute;
	bottom:20px;
}
.testimonial-nav-arrow{
	top: 74% !important;
	font-size: 45px !important;
}
.sp-testimonial-client-rating{
	position: absolute;
	top: 105px;
	left: 11px;
	width: 114px;
}
.sp-testimonial-client-rating i{
	font-size:15px !important;
}
.review-btn{
	display: inline-block;
	background: #f3d21b;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 22px;
	margin-top: 16px;
	border-radius: 5px;
	text-transform: uppercase;
	transition: ease 0.5s all 0s;	
}
.review-btn:hover{
	background: #fff;
	color: #c0a40b;
}
.ti-name, .ti-rating-text strong{
	color:#fff !important;
}
.ti-header-write-btn{
	background-color: #e5b924 !important;
	color: #000 !important;
	border: none !important;
	text-transform: uppercase;
	padding: 11px 20px 13px !important;
}
.affordable-sec{
	padding: 45px 0 50px;
}
.box3-top{
	margin-top: 35px;
/* 	border-right: 1px solid #dbdbdb; */
}
.box3-top:last-child{
	border-right: none;
}
.box3{
	text-align: center;
	box-shadow: 0 0 3px #656565;
	position: relative;
	border-radius:5px;
	padding:20px 10px 20px;
	min-height: 100%;
}
.box3 img{
	width: 100px;
}
.discount-t2 {
	position: absolute;
	top: 7px;
	left: -15px;
	transform: rotate(-50deg);
	width: 75px;
}
.discount-t2 img{
	background:transparent;
	border-radius: 0;
}
.box3-title{
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin-top: 18px;
	line-height: 22px;
}
.box3-text{
	font-size: 18px;
	font-weight: 500;
	color: #000;
	margin-top: 7px;
}
.box3-text2{
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-top: 6px;
}
.box3-text2 strong{
	display: inline-block;
	text-decoration:line-through;
	color: #6c6c6c;
	font-size: 22px;
	font-weight: 500;
	margin-right: 5px;
	text-decoration-color: #141414;
	text-decoration-thickness: 2px;
}
.book-btn2{
	display: inline-block;
	background:#000000;
	color: #f3d21b;
	font-size: 16px;
	font-weight: 500;
	padding:7px 24px 9px;
	margin-top: 16px;
	border-radius:5px;
	transition:ease 0.5s all 0s;
}
.book-btn2:hover {
	background: #f3d21b;
	color: #000;
}
.faq-sec{
	background: #fff3d1;
	padding: 48px 0;
}
.left-part{
	margin-top: 30px;
}
.text{
	font-size: 15px;
	margin-top: 10px;
	color: #232323;
	font-weight: 500;
}
.faq-part{
	margin-top:30px;
}
.omsc-accordion{
	border:none !important;
}
.omsc-toggle{
	margin-bottom:10px !important;
	border:none !important;
}
.omsc-toggle-title{
	background:#e6bb23 !important;
	color:#000 !important;
	font-size:15px !important;
	font-weight:500 !important;
	padding: 0.9em 2.4em 0.9em 1em !important;
	border-radius:5px !important;
	margin-bottom: 0 !important;
	border:none !important;
}
.omsc-toggle-title:hover, .omsc-toggle.omsc-expanded .omsc-toggle-title{
	background:#0d0c0b !important;
	color:#fff !important;
}
.omsc-toggle-title::after{
	left: auto !important;
	right:0.8em !important;
	top: 0.9em !important;
	color:#000 !important;
}
.omsc-toggle.omsc-expanded .omsc-toggle-title::after, .omsc-toggle-title:hover::after{
	color:#e6bb23 !important;
}
.omsc-toggle-inner{
	border:1px solid #d1c7ab;
	border-top:none;
	font-size:15px;
	border-radius: 5px !important;
}
.right-part{
	position: relative;
	border-left: 1px solid #0000002e;
}
.exp-part{
	background: url(../images/exp-img1.png) no-repeat;
	width: 106px;
	height: 110px;
	background-size: cover;
	background-position: center;
	font-size: 38px;
	font-weight: bold;
	color: #f3d21b;
	text-align: center;
	padding: 28px 0;
	position: absolute;
	top: 18px;
	left: 36px;
}
.black-sec{
	background: url(../images/shape2.png) #131313 no-repeat;
	padding: 40px 0;
	background-position: left bottom;
}
.helping-sec{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding-left: 8%;
}
.black-sec .book-btn2{
	margin-top: 0;
	background: #f3d21b;
	color: #000;
	font-weight: 600;
	font-size: 16px;
	padding: 9px 30px;
}
.black-sec .book-btn2:hover{
	background: #fff;
}
.footer{
	background: #fff3d1;
	padding: 35px 0 10px;
}
.foot_logo img{
	width:242px;
}
.foot_title{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	padding-bottom: 8px;
	margin-bottom: 12px;
	position: relative;
}
.foot_title:after{
	width: 50px;
	height: 3px;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	list-style: none;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 5px;
}
.foot1 li a{
	color: #000000;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover {
	letter-spacing: 0.6px;
	color: #b89d08;
}
.foot1.second li{
	font-size: 16px;
	text-transform: none;
	font-weight: 500;
	margin-bottom: 8px;
	display: flex;
	align-items: start;
	gap: 8px;
}
.foot1.second li img{
	margin-top: 1px;
}
.foot1.second li:first-child{
	font-size: 18px;
	font-weight: 600;
}
.line2{
	position: relative;
}
.line2::after {
	width: 1px;
	height: 100%;
	background: linear-gradient(to bottom, rgba(156,149,128,0) 0%,rgba(156,149,128,0.48) 20%,rgba(156,149,128,0.6) 25%,rgba(156,149,128,0.9) 40%,rgba(156,149,128,0.9) 50%,rgba(156,149,128,0.9) 60%,rgba(156,149,128,0.6) 75%,rgba(156,149,128,0.48) 80%,rgba(156,149,128,0) 100%);
	position: absolute;
	top: 0;
	right:10px;
	content: "";
}
.copyright{
	border-top: 1px solid #0000004d;
	margin-top: 20px;
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 14px;
	color: #131313;
	font-weight: 500;
}
.copyright a{
	color: #131313;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 22px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 40px;
	right: -10%;
	color: #fff;
	background: #000;
	text-align: center;
	opacity: 0;
	transition: ease 0.5s all 0s;
}
#back2Top.show {
	opacity: 1;
	right: 1%;
}
.fixed-btn{
	position: fixed;
	top: 230px;
	right:-120px;
	transform: rotate(90deg);
	z-index: 99;
}
.fixed-btn a{
	display: inline-block;
	vertical-align: middle;
	background: #e5b924;
	color: #050504;
	font-size: 16px;
	font-weight: bold;
	padding: 12px 30px;
	margin: 20px 1px 0;
	text-transform: uppercase;
}
.fixed-btn a:last-child{
	background: #000;
	color: #f3d21b;
	padding: 12px 22px;
}
.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: 160px 0 !important;
	margin: 99px 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 {
	color: #fff;
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	z-index: 99;
	margin-bottom: 0 !important;
}
.breadcrumb-container {
	color: #fff !important;
	font-size: 16px !important;
	position: relative;
	z-index: 99;
}
.breadcrumb-container a {
	color: #f3d21b !important;
}
.abt-title {
	font-family: 'Barlow';
	font-size: 25px;
	font-weight: bold;
	color: #19191a;
	margin-bottom: 12px;
	line-height: 1.2;
	text-transform: uppercase;
}
.abt-title strong{
	font-weight: bold;
	color: #f1980c;
}
.abt-title.dup{
	font-size: 22px;
	color: #373737;
	text-transform: none;
	margin-top: 12px;
}
.ab-inner-text {
	color: #252525;
	font-size: 16px;
}
.ab-inner ul {
	padding: 0px;
	margin: 15px 0 0;
}
.ab-inner ul li {
	background: url(../images/check3.png) no-repeat;
	background-position: top 2px left;
	list-style: none;
	padding-left: 30px;
	font-size: 16px;
	padding-bottom: 8px;
	color: #252525;
	background-size: 20px;
}
.inner-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background: #f3d21b14;
}
.inner-sec .ab-inner-text{
	color: #000;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background: #eead12;
	border-radius: 5px;
}
.bottom-sec .abt-title{
	color:#000;
}
.bottom-sec .ab-inner-text{
	color:#000;
}
.price-box-top {
	margin-top: 30px;
}
.price-box {
	text-align: center;
	box-shadow: 0 0 5px #9a9a9a;
	border-radius: 5px;
	padding: 20px 20px 20px;
	min-height: 100%;
	position: relative;
}
.price-box p{
	margin-bottom:0 !important;
}
.price-box-title {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 1.3;
}
.box-price {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	display: inline-block;
	margin-top: 8px;
}
.box-price strong{
	display: inline-block;
	text-decoration: line-through;
	color: #9b9b9b;
	font-size: 22px;
	font-weight: 500;
	margin-right: 10px;
	text-decoration-color: #141414;
	text-decoration-thickness: 2px;
}
.price-box-time {
	margin-top: 1px;
	font-size: 18px;
	font-weight: 600;
	color: #353535;
}
.discount-t {
	position: absolute;
	top: 3px;
	left: -20px;
	width: 70px;
	transform: rotate(-50deg);
}
.loc ul{
	margin:20px 0 0;
	padding:0;
	text-align:center;
}
.loc ul li{
	background:url(../images/loc3.png) no-repeat;
	list-style: none;
	display: inline-block;
	padding-left: 26px;
	background-size: 22px;
	margin: 0 4px 8px;
	font-weight: 500;
	color:#000;
}
.loc ul li a{
	color:#000;
}
.contact-left {
	height: 100%;
	padding: 35px 25px 25px;
}
.info-text {
	color: #0f0f0f;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}
.contact_top_number {
	font-size: 18px;
	font-weight: 500;
	position: relative;
	padding-left: 35px;
	margin-top: 12px;
	color: #000;
}
.contact_top_number img {
	position: absolute;
	top: 0;
	left: 0;
}
.contact_top_number a {
	color: #000;
}
.contact-right {
	background: #f1c30d;
	padding: 35px 25px 0;
}
.info-text.second {
	color: #000;
}
.contact-right .frm_fld input{
	padding: 10px 12px;
	border-bottom: none !important;
	border-radius: 5px;
	margin-top: 12px;
}
.contact-right .send_btn input{
	position: relative;
	background: #2e2d2c !important;
	color: #fff !important;
	margin-top: 20px;
	border-radius:5px !important;
	padding: 12px 30px !important;
}
.book-now-sec .info-text{
	font-size: 25px;
}
.book-now-sec.contact-right{
	border-radius:8px;
	padding: 30px 25px;
}
.contact-form-btn {
	display: block;
	background: #282828 !important;
	color: #fff;
	border-radius: 5px;
	margin: 20px auto 0;
	border: none;
	padding: 10px 27px !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	text-transform: capitalize;
}
.frm_fld .form-control{
	color:#000;
}
.frm_fld .form-control:focus{
    box-shadow: none;
}

.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#e5b924;
	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: #f3d21b;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	border-radius: 6px;
	padding: 12px 24px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.error_container {
	align-items: center;
	padding: 20px 0 40px;
	text-align: center;
}
.terms_page_text {
  color: #535353;
  margin-top: 15px;
}
.price_page_label {
	color: #dd0505;
	font-weight: 500;
	margin-bottom: 20px;
	font-size: 17px;
}
.price-box-desc {
  color: #999;
  font-size: 13px;
  margin-top: 5px;
}


/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.header{
		padding:10px 0;
	}
	.book-btn, .menu{
		display:none;
	}
	.book-btn:before, .book-btn:after{
		display:none;
	}
	.logo img, .fixed-header .logo img{
		width: 118px;
	}	
	.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: 65px;
		padding: 32px 0 30px;
	}
	.banner-logo img{
		width:85px;
	}
	.banner-title {
		font-size: 25px;
		line-height: 26px;
	}
	.banner-btn a {
		font-size: 15px;
		padding: 10px 25px;
		margin: 20px 3px 0;
	}	
	.banner-form {
		position: relative;
		right: auto;
		top: auto;
		transform: none;
		width: 330px;
		margin: 46px auto 0;
	}
	.banner-form-title::before{
		left: -15px;
	}
	.banner-form-title {
		font-size: 18px;
		padding: 12px 10px 12px 42px;
	}
	.choose-us-sec {
		padding-bottom: 15px;
	}
	.c-title {
		font-size: 20px;
		display: block;
		padding: 14px 0;
		margin-bottom: 20px;
	}
	.box1 ul li {
		font-size: 14px;
		margin-right: 0;
		padding-right: 0;
		border-right: none;
		width: 49%;
		margin-top: 10px;
	}
	.service-sec {
		padding: 30px 0 35px;
	}
	.serv-title {
		font-size: 24px;
		line-height: 28px;
	}
	.box2-top {
		margin-top: 20px;
	}
	.box2::before {
		width: auto;
		height: auto;
		clip-path: none;
		top: 10px;
		left: 10px;
		bottom: 10px;
		right: 10px;
	}
	.testimonial-sec {
		padding: 35px 0 0;
	}
	.testi-part {
		margin-top: 25px;
	}
	.affordable-sec {
		padding: 20px 0 35px;
	}
	.box3-top {
		margin-top: 20px;
		border-right: none;
		width: 50%;
	}
	.box3{
		padding: 20px 0 20px;
	}
	.box3 img {
		width: 70px;
	}
	.box3-title {
		font-size: 16px;
		line-height: 18px;
	}
	.box3-text {
		font-size: 14px;
	}
	.box3-text2{
		font-size: 20px;
	}
	.box3-text2 strong{
		font-size: 18px;
	}
	.faq-sec {
		padding: 34px 0;
	}
	.left-part {
		margin-top: 0;
	}
	.faq-part {
		margin-top: 25px;
	}
	.right-part {
		border-left: none;
		margin-top: 20px;
	}
	.right-part img{
		width:100%;
	}
	.exp-part {
		width: 86px;
		height: 91px;
		background-size: 86px;
		font-size: 25px;
		padding: 28px 0;
		top: -14px;
		left: 0;
	}
	.black-sec {
		background-image:none;
		padding: 20px 0;
	}
	.helping-sec {
		font-size: 18px;
		padding-left: 0;
	}
	.black-sec .book-btn2 {
		font-size: 12px;
		padding: 10px 28px;
		text-wrap: nowrap;
	}
	.footer {
		padding: 24px 0 60px;
	}
	.foot_logo{
		margin-bottom:10px;
	}
	.foot_logo img {
		width: 160px;
	}
	.line2::after{
		display:none;
	}
	.foot_title {
		font-size: 18px;
		margin-top: 15px;
	}
	.foot1.second li{
		font-size: 15px;
	}
	.copyright {
		margin-top: 16px;
		padding-top: 15px;
	}
	.social{
		margin-top:20px;
	}
	.page .entry-header, .blog_page_header{
		padding: 75px 0 !important;
		margin: 65px 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: 18px;
		margin-top: 8px;
	}
	.ab-inner-text, .ab-inner ul li{
		font-size: 15px;
	}
	.ab-iner-img{
		margin-top:15px;
	}
	.ab-iner-img img{
		width:100%;
	}
	.inner-sec {
		padding: 35px 10px;
		margin-top: 35px;
	}
	.bottom-sec {
		padding: 35px 10px;
		margin-top: 30px;
	}
	.price-box {
		padding: 22px 20px 16px;
	}
	.box-price{
		font-size: 20px;
	}
	.box-price strong{
		font-size: 20px;
	}
	.price-box-time{
		font-size: 16px;
	}
	.loc ul{
		text-align: left;
	}
	.loc ul li {
		width: 47%;
		font-size: 15px;
	}
	.contact-left{
		padding: 20px 15px 25px;
	}
	.info-text{
		font-size: 18px;
	}
	.contact_top_number{
		font-size: 16px;
	}
	.contact-right {
		padding: 20px 15px 0;
	}
	.book-now-sec.contact-right {
		padding: 25px 15px;
	}
	.book-now-sec .info-text {
		font-size: 20px;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.banner-form {
		position: relative !important;
		right: auto !important;
		top: auto !important;
		transform: none !important;
		width: 85% !important;
		margin: 46px auto 0 !important;
	}
	.box2-top {
		width: 50%;
	}
	.box3-top{
		width: 50% !important;
	}
	.right-part {
		padding-left: 0 !important; 
		margin-top: 30px !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.book-btn{
		display: inline-block;
		position: fixed;
		top: 12px;
		right: 68px;
		padding: 10px 22px;
		font-size: 14px;
		border-radius: 5px;
	}
	.fixed-header .book-btn{
		padding: 10px 22px;
	}
	.banner {
		padding:45px 0 195px;
	}
	.banner-form {
		position: absolute;
		right: 4%;
		top: 42px;
		transform: none;
		width: 330px;
		margin: 0;
	}
	.serv-img img{
		border-radius: 0;
	}
	.box3-top{
		width: 25%;
	}
	.right-part {
		padding-left: 5%;
	}
	.foot1.second li, .foot1 li {
		font-size: 13px;
	}
	.social {
		margin-top: 0;
	}
	.copyright {
		font-size: 13px;
	}
	.price-box {
		padding: 22px 14% 16px;
	}
	.loc ul li {
		width: 31%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.menu ul li {
		margin-right: 10px;
	}
	.book-btn {
		padding: 38px 6px;
		margin-left: 50px;
	}
	.banner-title {
		font-size: 36px;
		line-height: 38px;
	}
	.c-title{
		font-size: 20px;
	}
	.box1 ul li {
		font-size: 13px;
		margin-right: 10px;
		padding-right: 10px;
	}
	.box2-content {
		padding: 8px 10px 20px;
	}
	.box2-title {
		font-size: 16px;
	}
	.serv-title{
		font-size: 30px;
	}
	.exp-part {
		top: -16px;
		left: 12px;
	}
	.right-part {
		padding-left: 6%;
	}
	.helping-sec {
		padding-left: 0;
	}
	.foot_title{
		font-size: 17px;
	}
	.foot1 li{
		font-size: 13px;
	}
	.foot1.second li:first-child{
		font-size: 17px;
	}
	.foot1.second li{
		font-size: 13px;
	}
	.line2::after{
		right: 3px;
	}
	.price-box-title{
		font-size: 14px;
	}
	.discount-t {
		top: -6px;
		left: -58px;
	}
}

/* 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) {
	.book-btn{
		display: inline-block;
		position: fixed;
		top: 12px;
		right: 68px;
		padding: 10px 22px;
		font-size: 14px;
		border-radius: 5px;
	}
	.fixed-header .book-btn{
		padding: 10px 22px;
	}
	.banner {
		padding:45px 0 195px;
	}
	.banner-title {
		font-size: 25px;
		line-height: 26px;
	}
	.banner-form {
		position: absolute;
		right: 7%;
		top: 42px;
		transform: none;
		width: 330px;
		margin: 0;
	}
	.box1 ul li {
		font-size: 14px;
		margin-right: 0;
		padding-right: 0;
	}
	.serv-img img{
		border-radius: 0;
	}
	.box3-top{
		width: 25%;
	}
	.right-part {
		padding-left: 5%;
	}
	.black-sec .book-btn2{
		font-size: 14px;
	}
	.foot1.second li, .foot1 li {
		font-size: 13px;
	}
	.social {
		margin-top: 0;
	}
	.copyright {
		font-size: 13px;
	}
	.price-box {
		padding: 22px 14% 16px;
	}
	.loc ul li {
		width: 31%;
	}
}

@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) {
	.menu ul li {
		margin-right: 10px;
	}
	.book-btn {
		padding: 38px 6px;
		margin-left: 50px;
		border-radius: 0;
	}
	.fixed-header .book-btn {
		padding: 31px 6px;
	}
	.banner-title {
		font-size: 36px;
		line-height: 38px;
	}
	.banner-form{
		position: absolute;
		right: 9%;
		top: 50%;
		transform: translateY(-50%);
		width: 340px;
	}
	.c-title{
		font-size: 20px;
	}
	.box1 ul li {
		font-size: 13px;
		margin-right: 10px;
		padding-right: 10px;
	}
	.box2-content {
		padding: 8px 10px 20px;
	}
	.box2-title {
		font-size: 16px;
	}
	.serv-title{
		font-size: 30px;
	}
	.exp-part {
		top: -16px;
		left: 12px;
	}
	.right-part {
		padding-left: 6%;
	}
	.helping-sec {
		padding-left: 13%;
		font-size: 25px;
	}
	.foot_title{
		font-size: 17px;
	}
	.foot1 li{
		font-size: 13px;
	}
	.foot1.second li:first-child{
		font-size: 17px;
	}
	.foot1.second li{
		font-size: 13px;
	}
	.line2::after{
		right: 3px;
	}
	.price-box-title{
		font-size: 14px;
	}
	.discount-t {
		top: -6px;
		left: -58px;
	}
}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
	.menu ul li {
		margin-right: 10px;
	}
	.book-btn {
		position: relative;
		top: 0;
		right: 0;
		padding: 39px 6px;
		margin-left: 50px;
		border-radius: 0;
	}
	.fixed-header .book-btn {
		padding: 31px 6px;
	}
	.banner-title {
		font-size: 36px;
		line-height: 38px;
	}
	.banner-form{
		position: absolute;
		right: 9%;
		top: 50%;
		transform: translateY(-50%);
		width: 340px;
	}
	.c-title{
		font-size: 20px;
	}
	.box1 ul li {
		font-size: 13px;
		margin-right: 10px;
		padding-right: 10px;
	}
	.box2-content {
		padding: 8px 10px 20px;
	}
	.box2-title {
		font-size: 16px;
	}
	.serv-title{
		font-size: 30px;
	}
	.exp-part {
		top: -16px;
		left: 12px;
	}
	.right-part {
		padding-left: 6%;
	}
	.helping-sec {
		padding-left: 13%;
		font-size: 25px;
	}
	.foot_title{
		font-size: 17px;
	}
	.foot1 li{
		font-size: 13px;
	}
	.foot1.second li:first-child{
		font-size: 17px;
	}
	.foot1.second li{
		font-size: 13px;
	}
	.line2::after{
		right: 3px;
	}
	.price-box-title{
		font-size: 14px;
	}
	.discount-t {
		top: -6px;
		left: -58px;
	}
}

@media screen and (min-width: 1424px) {
	.banner-form{
		right: 4%;
	}
	.box2-content {
		padding: 8px 30px 20px;
	}
	.box2:before {
		width: 450px;
		height: 510px;
	}
	.page .entry-header, .blog_page_header{
		padding: 174px 0 !important;
	}
}

@media screen and (min-width: 1624px) {
	.banner{
		padding: 160px 0;
	}
	.banner-form{
		right: 10%;
	}
	.page .entry-header, .blog_page_header{
		padding: 214px 0 !important;
	}
}

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

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

@media screen and (min-width: 2550px) {
	.banner{
		padding: 385px 0;
	}
	.banner-form{
		right: 25%;
	}
	.page .entry-header, .blog_page_header{
		padding: 356px 0 !important;
	}
}    
