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

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-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;
}

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

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


.header{
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	z-index: 999;
}
.fixed-header{
	top: 0;
	box-shadow: 0 0 4px #aeaeae;
	animation: smoothScroll 1s;
	z-index: 999;
}
.top-bar{
	height: 45px;
	background: #e1ad01;
	overflow: hidden;
	display: flex;
	align-items: center;
	transition: ease 0.5s all 0s;
}
.fixed-header .top-bar{
	height: 0;
	padding-top: 0;
}
.ad{
	display: inline-flex;
	align-items: center;
}
.ad span{    
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 16px;
	margin-right: 30px;
	position: relative;
}
.ad span::after{
	width: 2px;
	height: 20px;
	background: #fff;
	position: absolute;
	top: 3px;
	right: -14px;
	content: "";
}
.ad span:last-child:after{
	display: none;
}
.ad span a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.ad span a:hover {
	color: #000;
}
.ad span img{
	margin-right: 7px;
	width: 22px;
}
.social{
	text-align: right;
}
.social a{
	margin-left: 5px;
}
.menu-part {
}
.logo{
	margin-top: 12px;
}
.logo img{
	width: 190px;
	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: 24px;
}
.menu ul li:last-child{
	margin-right: 0;
}
.menu ul li a{
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #404040;
	text-transform: none;
	padding: 30px 0;
	transition: ease 0.5s all 0s;
	position: relative;
}
.menu ul li a::before{
	width: 0;
	height: 2px;
	background: #6e1d6c;
	position: absolute;
	left: 0;
	bottom: 25px;
	content: "";
	transition: ease 0.5s all 0s;
}
.menu ul li a.active::before, .menu ul li a:hover:before {
	width: 100%;
}
.menu ul li li a::before{
	display:none
}
.menu ul li a.active, .menu ul li a:hover{
	color: #6e1d6c;
}
.get-btn{
	display: inline-block;
	vertical-align: middle;
	border-radius: 10px;
	background-image: -moz-linear-gradient( 0deg, rgb(152,115,172) 0%, rgb(139,90,166) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(152,115,172) 0%, rgb(139,90,166) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(152,115,172) 0%, rgb(139,90,166) 100%);
	font-size: 18px;
	font-weight: 600;
	color: #fff !important;
	padding: 10px 26px;
	margin-left: 20px;
	transition: ease 0.5s all 0s;
}
.get-btn img{
	margin: -4px 0px 0 4px;
}
.get-btn:hover{
	background:#8d4d8b;
}
.banner{
	margin-top: 132px;
	position: relative;
}
.ms-slide:before{
	width: 100%;
	height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(95deg, rgba(0,0,0,0.7091211484593838) 33%, rgba(0,0,0,0.5998774509803921) 44%, rgba(0,0,0,0) 65%);
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index:1;
}
.ms-slide-info{
	position: absolute !important;
	width: auto !important;
	max-width: 600px;
	left: 9%;
	top: 50%;
	transform: translateY(-50%);
	min-height:auto !important;
	margin-top:0 !important
}
.banner-title{
	font-family: 'Cabinet Grotesk';
	font-size: 52px;
	font-weight: bold;
	line-height: 54px;
	color: #fff;
}
.banner-text{
	font-size: 17px;
	color: #fff;
}
.banner-btn1{
	display: inline-block;
	vertical-align: middle;
	border-radius: 10px; 
	background-image: -moz-linear-gradient( 0deg, rgb(152,115,172) 0%, rgb(139,90,166) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(152,115,172) 0%, rgb(139,90,166) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(152,115,172) 0%, rgb(139,90,166) 100%);
	font-size: 18px;
	font-weight: 500;
	color: #fff !important;
	padding: 10px 40px;
	margin-top: 20px;
	margin-right: 10px;
	transition: ease 0.5s all 0s;
}
.banner-btn1:hover{
	background: #8d4d8b;
}
.banner-btn2{
	display: inline-block;
	vertical-align: middle;
	border-radius: 10px;
	background: transparent;
	border: 2px solid #fff;
	font-size: 18px;
	font-weight: 500;
	color: #fff !important;
	padding: 9px 22px;
	margin-top: 20px;
	transition: ease 0.5s all 0s;
}
.banner-btn2:hover{
	background: #e5b000;
	border: 2px solid #e5b000;
	color: #000 !important;
}
.choose-us-sec{
	padding: 50px 0 60px;
}
.c-title{
	font-family: 'Cabinet Grotesk';
	font-size: 40px;
	font-weight: 500;
	line-height: 44px;
	text-align: center;
	color: #1a1b1f;
}
.c-text{
	text-align: center;
	color: #4b4b4b;
	padding: 0 9%;
}
.box1-top{
	margin-top: 45px;
}
.box1{
	text-align: center;
	border: 1px solid #e0e0e0;
	padding: 20px 10px;
	border-radius: 10px;
	min-height: 100%;    
	transition: ease 0.5s all 0s;
}
.box1:hover{
	background: #9267a9;
}
.box1 img{
	background: #f4f1f7;
	border-radius: 50%;
}
.box1-title{
	font-family: 'Cabinet Grotesk';
	font-size: 22px;
	font-weight: bold;
	color: #1a1b1f;
	line-height: 24px;
	margin-top: 8px;
	transition: ease 0.5s all 0s;
}
.box1-text{
	color: #4b4b4b;
	margin-top: 8px;
	transition: ease 0.5s all 0s;
}
.box1:hover .box1-text{
	color: #fff;
}
.service-sec{
	background: #f5f7f9;
	padding: 45px 0 60px;
}
.serv-title{
	text-align: center;
	font-family: 'Cabinet Grotesk';
	font-size: 20px;
	font-weight: 500;
	color: #e1ad01;
	line-height: 24px;    
}
.box2-top{
	margin-top: 30px;
}
.box2{
	box-shadow: 0 0 15px #cfcfcf;
	padding: 15px 15px 25px;
	border-radius: 10px;
	min-height: 100%;
}
.pic{
	overflow: hidden;
}
.pic img{
	width: 100%;
	transition: ease 0.5s all 0s;
}
.box2:hover .pic img{
	transform: scale(1.1);
}
.box2-title{
	font-family: 'Cabinet Grotesk';
	font-size: 22px;
	font-weight: bold;
	color: #1a1b1f;
	line-height: 24px;
	margin-top: 20px;
}
.box2-text{
	color: #4b4b4b;
	margin-top: 7px;
	font-size: 17px;
	line-height: 1.4;
}
.read-btn{
	display: inline-block;
	border-radius: 10px;
	background: transparent;
	border: 2px solid #9873ac;
	font-size: 18px;
	font-weight: 600;
	color: #9873ac !important;
	padding: 8px 24px 9px;
	margin-top: 20px;
	transition: ease 0.5s all 0s;
}
.read-btn:hover{
	background:#9873ac;
	color: #fff !important;;
}
.our-mission-sec{
	background: url(../images/mission-bg.jpg) no-repeat center top;
	padding: 71px 0;
	background-size: cover;
	text-align: center;
	background-attachment: fixed;
}
.title{
	font-family: 'Cabinet Grotesk';
	font-size: 48px;
	font-weight: 500;
	line-height: 50px;
	color: #fff;
}
.text{
	color: #fff;
	font-size: 17px;
	padding: 10px 10% 0;
}
.contact-btn a{
	display: inline-block;
	vertical-align: middle;
	border-radius: 10px; 
	background-image: -moz-linear-gradient( 0deg, rgb(152,115,172) 0%, rgb(139,90,166) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(152,115,172) 0%, rgb(139,90,166) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(152,115,172) 0%, rgb(139,90,166) 100%);
	font-size: 18px;
	font-weight: 500;
	color: #fff !important;
	padding: 10px 25px;
	margin-top: 20px;
	margin-right: 14px;
	transition: ease 0.5s all 0s;
}
.contact-btn a:hover{
	background: #e1ad01;
	color: #000 !important;
}
.contact-btn a:last-child{
	background: transparent;
	padding: 10px 0;
	margin-right: 0;
	font-size: 24px;
	font-weight: 600;
}
.contact-btn a:last-child:hover{
	color: #e1ad01 !important;
}
.contact-btn a img:last-child{
	margin-right: 4px;
	margin-top: -3px;
	width: 22px;  
}
.about-sec{
	padding: 60px 0;
}
.about-left img{
	border-radius: 15px;
}
.about-text{
	color: #4b4b4b;
	margin-top: 5px;
}
.care-part{
	margin-top: 6px;
}
.care-part ul{
	margin: 0;
	padding: 0;
}
.care-part ul li{
	background: url(../images/tick.png) no-repeat;
	font-size: 17px;
	color: #4b4b4b;
	padding-left: 30px;
	list-style: none;
	width: 49%;
	display: inline-block;
	background-size: 21px;
	background-position: 0 2px;
	font-weight: 600;
	margin-top: 15px;
}
.about-right .read-btn{
	background-image: -moz-linear-gradient( 0deg, rgb(152,115,172) 0%, rgb(139,90,166) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(152,115,172) 0%, rgb(139,90,166) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(152,115,172) 0%, rgb(139,90,166) 100%);
	color: #fff !important;
	padding: 10px 25px;
	border: none;
	margin-top: 25px;
	transition: ease 0.5s all 0s;
}
.about-right .read-btn:hover{
	background: #e1ad01;
	color: #000 !important;
}
.testimonial-sec{
	background: #f5f7f9;
	padding: 50px 0 10px;
}
.testimonial-sec .c-title{
	font-size: 32px;
	line-height: 34px;
}
.testi-part{
	margin-top: 12px;
}
#sp-testimonial-free-wrapper-46 .sp-testimonial-free-section{
	margin:0 !important;
	margin-bottom:50px !important;
}
.sp-testimonial-client-testimonial p{
	font-size: 17px !important;
	color: #4b4b4b !important;
	text-align: left !important;
	line-height: 25px !important;
}
.sp-testimonial-client-name{
	font-size:22px !important;
	font-weight:600 !important;
	color:#9873ac !important;
	text-align:left !important;
	margin: 0 0 10px 0;
}
.sp-testimonial-client-rating{
	text-align:left !important;	
}
.testimonial-nav-arrow{
	top: 90% !important;
}
.swiper-button-prev{
	left: 85% !important;
}
.contact-sec {
	padding-left: 25px;
}
.contact-part{
	margin-top:2px;
}
.contact-part .frm_fld input {	
	padding:8px 10px;
	border:1px solid #c5c5c5 !important;
	margin-top:3px;
	color:#000;
	background:transparent;
}
.contact-part .frm_fld textarea {
	padding:10px 10px;
	background:transparent !important;
	margin-top:5px;
	border:1px solid #c5c5c5 !important;
}
.send_btn input {
	border: none !important;
	display: block;
	width:100%;
	border-radius: 5px !important;
	color: #fff !important;
	padding: 8px 36px !important;
	background: rgb(146,110,168);
	background: linear-gradient(95deg, rgba(146,110,168,1) 48%, rgba(135,88,162,1) 72%);
	font-size: 18px !important;
	font-weight: 600 !important;
	margin-top: 22px;
	text-transform: none !important;	
}
.frm_fld p, .send_btn p {
	margin-bottom:0
}
.form_label{
	font-size:18px;
	margin-top:12px;
	color:#000;
}
.footer{
	background: #1b1b1b;
	padding: 45px 0 25px;    
	z-index: 1;
}
.foot_title{
	font-size: 22px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 12px;
}
.foot_logo{
	width: 200px;
}
.foot_text{
	color: #fff;
	font-size: 15px;
	margin-top: 14px;
}
.foot1{
	margin: 0;
	padding: 0;
}
.foot1 li{
	list-style: none;
	font-size: 17px;
	color: #fff;
	margin-bottom: 3px;
}
.foot1 li span{
	display: inline-block;
	margin-right: 2px;
	font-size: 20px;
	font-weight: 600;
	line-height: 12px;
}
.foot1 li a{
	color: #fff;
	transition: ease 0.5s all 0s;
}
.foot1 li a:hover {
	color: #e1ad01;
}
.foot1.second li{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.foot1.second li img{
	margin-right: 10px;
	max-width: 26px;
}
.foot_left{
	padding-left:55px;
	border-left: 1px solid #575757;
	border-right: 1px solid #575757;
	position: relative;
}
.foot_right{
	padding-left: 50px;
}
.social2 a{
	margin-top: 12px;
	margin-right: 4px;
	display: inline-block;
}
.social2 img{
	width: 36px;
}
.copyright{
	background: #121212;
	padding: 15px 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.copyright a{
	color: #fff;
}
#back2Top {
	width: 40px;
	height: 40px;
	line-height: 22px;
	z-index: 999;
	padding-top: 5px;
	cursor: pointer;
	position: fixed;
	bottom: 54px;
	right: 2%;
	color: #fff;
	background: #0c0c0c;
	text-align: center;
	opacity: 0;
}
#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/banner.jpg) no-repeat;
	background-size: cover !important;
	background-position:center top !important;
	max-width: 100% !important;
	padding: 150px 0  !important;
	margin: 132px 0 50px !important;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	content: "";
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
}
.page .entry-content {
	max-width:100% !important;
	padding:0px !important;
}
.content-area, .content-sidebar {
	padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	text-transform: none;
	position: relative;
	z-index: 99;
	margin-bottom: 0;
}
.abt-title {
	font-family: 'Cabinet Grotesk';
	font-size: 26px;
	font-weight: bold;
	color: #1a1b1f;
	margin-bottom: 10px;
	line-height: 1.2;
}
.abt-title.dup{
	font-size: 22px;
	font-weight: 600;
	color: #9670ab;
}
.ab-inner-text {
	color: #2c2c2c;
	font-size: 16px;
}
.ab-inner ul {
	padding: 0px;
	margin: 10px 0 0;
}
.ab-inner ul li {
	background: url(../images/check3.png) no-repeat;
	background-position: top 1px left;
	list-style: none;
	padding-left: 30px;
	font-size:16px;
	font-weight: 500;
	padding-bottom: 8px;
	color: #2c2c2c;
	background-size: 22px;
}
.bottom-sec{
	padding: 40px 15px;
	margin-top: 40px;
	background: #9873ac;
	border-radius: 5px;
	text-align: center;
}
.bottom-sec .ab-inner-text{
	color:#fff;
}
.inner-box{
	box-shadow: 0 0 7px #b8b5b5;
	padding: 30px 20px;
	min-height: 100%;
	border-radius: 5px;
}
.inner-box img{
	width: 90px;
	box-shadow: 0 0 7px #9267a9;
	border-radius: 50%;
	padding: 4px;
}
.inner-box p{
	margin-bottom:0;
}
.inner-box-title{
	font-size: 22px;
	font-weight: 600;
	margin-top: 18px;
	color: #323131;
}
.inner-box-text{
	font-size: 16px;
	margin-top: 5px;
	text-align: justify;
	color: #3f3f3f;
}
.contact-left {
	height: 100%;
	padding: 35px 25px 25px;
}
.info-text {
	color: #000;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
}
.contact_top_number {
	font-size: 18px;
	position: relative;
	padding-left: 35px;
	margin-top: 12px;
	font-weight: 500;
	color: #000;
}
.contact_top_number img {
	position: absolute;
	top: 2px;
	left: 0;
}
.contact_top_number a {
	color: #000;
}
.contact-right {
	background:#9369aa;
	padding: 35px 25px 0;
}
.info-text.second{
	color:#fff;
}
.frm_fld input {
	width:100%;
	padding:10px 10px;
	border: none !important;
	margin-top:10px;
	border-radius:5px;
	color:#000;
	background:#fff !important;
}
.frm_fld select {
	background:url(../images/dropdown.png) center right 10px no-repeat #fff;
	width:100%;
	border:none !important;
	margin-top:10px;
	border-radius:5px;
	font-size:15px;
	color:#000;
	padding:10px 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:110px;
	padding:10px 10px;
	margin-top:10px;
	border-radius:5px;
	color:#000;
	background:#fff !important;
	border:none !important;
	resize:none;
}
.contact-right .send_btn input, .inner-form-box .send_btn input{
	background:#000 !important;
}
.inner-form-box{
	background: #9369aa;
	padding: 30px 25px 0;
	border-radius: 5px;
}
.ref_form_title{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.ref_form_title p{
	margin-bottom:0;
}
.inner-form-box .form_label{
	color:#fff;
}
span.wpcf7-list-item {
	margin: 0 10px 0 0 !important;
}
.wpcf7-list-item label {
	display: block;
	position: relative;
	margin-top: 12px;
	cursor: pointer;
	font-size: 14px;
	color: #666;
	font-weight: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.half_check .wpcf7-list-item {
	width: 24%;
}
.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: 0;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #eee;
	border: 1px solid #ddd;
}
.wpcf7-list-item label:hover input ~ .wpcf7-list-item-label:before {
	background-color: #ccc;
}
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
	background-color:#e1ad00;
	border-color:#e1ad00;
}
.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: 3px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 99;
}
.footer_btn1 {
	background:#8d5da7;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
}
.footer_btn2 {
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	height: 44px;
	width: 44px;
	border-radius: 50%;
	padding: 10px 8px;
}
.footer_btn3 {
	background: #262525;
	color: #fff !important;
	width: 50%;
	float: left;
	padding: 10px 0;
	font-weight:600;
}
.back-btn a {
	background:#8d5da7;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	border-radius: 5px;
	padding: 12px 23px;
	display: inline-block;
	margin-top: 20px;
	text-transform: uppercase;
}
.error_container {
	align-items: center;
	padding: 30px 0;
	text-align: center;
}





/*Responsive*/
@media only screen and (min-width : 320px) and (max-width : 1023px) {
	.top-bar, .get-btn, .menu{
		display:none;
	}
	.header{
		padding:10px 0;
	}
	.logo {
		margin-top: 0;
	}
	.logo img{
		width: 120px;
	}
	.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: 62px;
	}
	.ms-slide-info{
		left: 5%;
	}
	.banner-title {
		font-size: 26px;
		line-height: 30px;
	}
	.banner-text{
		font-size: 16px;
	}
	.banner-btn1, .banner-btn2{
		display:none;
	}
	.choose-us-sec {
		padding: 30px 0;
	}
	.c-title {
		font-size: 25px;
		line-height: 28px;
	}
	.c-text {
		padding: 0;
		margin-top: 5px;
	}
	.box1-top {
		margin-top: 25px;
	}
	.box1 img {
		width: 78px;
	}
	.box1-title{
		font-size: 20px;
	}
	.service-sec {
		padding: 30px 0;
	}
	.box2-top {
		margin-top: 20px;
	}
	.box2-title{
		font-size: 20px;
		line-height: 22px;
	}
	.box2-text{
		font-size: 15px;
	}
	.read-btn{
		font-size: 15px;
	}
	.our-mission-sec{
		padding: 40px 0;
	}
	.title {
		font-size: 28px;
		line-height: 30px;
	}
	.text {
		font-size: 16px;
		padding: 10px 0 0;
	}
	.contact-btn a {
		font-size: 15px;
		padding: 10px 25px;
		margin-top: 14px;
		margin-right: 8px;
	}
	.contact-btn a:last-child{
		font-size: 20px;
	}
	.about-sec {
		padding: 35px 0;
	}
	.about-left img{
		width:100%;
	}
	.about-right{
		margin-top:25px;
	}
	.care-part ul li {
		font-size: 15px;
		width: 100%;
		margin-top: 10px;
	}
	.testimonial-sec {
		padding: 30px 0 10px;
	}
	.serv-title{
		font-size: 16px;
	}
	.testimonial-sec .c-title {
		font-size: 25px;
		line-height: 28px;
	}
	.contact-sec {
		padding-left: 0;
	}
	.footer {
		padding: 30px 0 25px;
	}
	.foot_logo img{
		width:150px;
	}
	.foot_left {
		padding-left: 12px;
		border: none;
	}
	.foot_right{
		padding-left: 12px;
	}
	.foot_title {
		font-size: 20px;
		margin-top: 15px;
	}
	.foot1 li{
		font-size: 16px;
	}
	.copyright{
		padding: 15px 0 60px;
		font-size: 15px;
	}
	.page .entry-header, .blog_page_header{
		padding: 75px 0 !important;
		margin: 62px 0 30px !important;
	}
	.page .entry-title, .blog_page_title{
		font-size: 26px;
	}
	.abt-title{
		font-size: 22px;
	}
	.ab-iner-img{
		margin-top:15px;
	}
	.ab-iner-img img{
		width:100%;
	}
	.inner-box {
		padding: 25px 15px;
	}
	.inner-box img{
		width: 75px;
	}
	.inner-box-title {
		font-size: 20px;
	}
	.inner-box-text{
		text-align: left;
	}
	.inner-box-top{
		margin-top:25px;
	}
	.bottom-sec {
		padding: 34px 10px;
		margin-top: 34px;
	}
	.contact-left {
		padding: 20px 15px 25px;
	}
	.info-text{
		font-size: 18px;
	}
	.contact_top_number{
		font-size: 17px;
	}
	.contact-right {
		padding: 20px 15px 0;
	}
	.inner-form-box{
		padding: 20px 15px 0;
	}
	.ref_form_title{
		font-size: 20px;
	}
	.half_check .wpcf7-list-item {
		width: 44%;
	}
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
	.banner-content {
		padding-left: 0 !important;
	}
	.ms-slide-info{
		max-width: 392px !important;
	}
	.box1-top, .box2-top, .inner-box-top{
		width:50%;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
	.get-btn{
		display: inline-block;
		position: fixed;
		top: 11px;
		right: 70px;
		font-size: 16px;
		padding: 8px 26px;		
	}
	.banner-content {
		padding-left: 36px;
	}
	.banner-title {
		font-size: 34px;
		line-height: 38px;
	}
	.banner-btn1, .banner-btn2 {
		display: inline-block;
		font-size: 16px;
	}
	.swiper-button-prev {
		left: 90% !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
	.box1-title{
		font-size: 20px;
	}
	.box1-text{
		font-size: 15px;
	}
	.c-title {
		font-size: 35px;
		line-height: 38px;
	}
	.care-part ul li{
		font-size: 15px;
	}
}

/* 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) {
	.get-btn{
		display: inline-block;
		position: fixed;
		top: 11px;
		right: 70px;
		font-size: 16px;
		padding: 8px 26px;		
	}
	.banner-content {
		padding-left: 36px;
	}
	.banner-title {
		font-size: 34px;
		line-height: 38px;
	}
	.banner-btn1, .banner-btn2 {
		display: inline-block;
		font-size: 16px;
	}
	.swiper-button-prev {
		left: 90% !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) {
	.get-btn {
		position: relative;
		top: 0;
		right: 0;
	}
	.banner-content {
		padding-left: 0;
	}
	.banner-title {
		font-size: 45px;
		line-height: 48px;
	}
	.box1-title{
		font-size: 20px;
	}
	.box1-text{
		font-size: 15px;
	}
	.c-title {
		font-size: 35px;
		line-height: 38px;
	}
	.care-part ul li{
		font-size: 15px;
	}
	.swiper-button-prev {
		left: 81% !important;
	}
	.foot_right, .foot_left {
		padding-left: 35px;
	}
	.inner-box img {
		width: 78px;
		padding: 7px;
	}
}

/* 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) {
	.get-btn {
		position: relative;
		top: 0;
		right: 0;
	}
	.banner-content {
		padding-left: 0;
	}
	.banner-title {
		font-size: 45px;
		line-height: 48px;
	}
	.box1-title{
		font-size: 20px;
	}
	.box1-text{
		font-size: 15px;
	}
	.c-title {
		font-size: 35px;
		line-height: 38px;
	}
	.care-part ul li{
		font-size: 15px;
	}
	.swiper-button-prev {
		left: 81% !important;
	}
	.foot_right, .foot_left {
		padding-left: 35px;
	}
	.inner-box img {
		width: 78px;
		padding: 7px;
	}
}

@media screen and (min-width: 1424px) {
	.ms-slide-info{
		left: 6%;
	}
}

@media screen and (min-width: 1624px) {
	.ms-slide-info{
		left:11%;
	}
	.page .entry-header, .blog_page_header{
		padding: 180px 0 !important;
	}
}

@media screen and (min-width: 1920px) {
	.ms-slide-info{
		left: 16%;
	}
	.page .entry-header, .blog_page_header{
		padding: 212px 0 !important;
	}
}

@media screen and (min-width: 2048px) {
	.ms-slide-info{
		left: 19%;
	}
	.page .entry-header, .blog_page_header{
		padding: 230px 0 !important;
	}
}

@media screen and (min-width: 2550px) {
	.ms-slide-info{
		left:25%;
	}
	.page .entry-header, .blog_page_header{
		padding: 290px 0 !important;
	}
}
