/*Table Content
 =================================================
 * BASIC STYLE
 - Typography Style
 - Padding and Margin Style
 - General Style
 * HEADER
 * FOOTER

 * ELEMENTS
 - Header And Banner
 - About Section
 - Services Section
 - Work Section
 - Tetstimonial Section
 - Contact Section Section
 - Preloader
 ================================================
 */
/*-------------------------------------------------------------------------------------------*/
/* BASIC STYLE    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,700');

body, html {
	margin: 0;
	padding: 0;
}
body {
	line-height: 24px;
	color: #262323;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Ubuntu', sans-serif;
}
/*  Typography Style   ||-----------*/
h1 {
	font-size: 38px;
	font-weight: 700;
	margin-top: 0;
	position: relative;
	font-family: 'Ubuntu', sans-serif;
}
h1 span {
	position: relative;
}
h1:before {
	content: attr(data-title);
	font-size: 61px;
	margin-top: 0;
	position: absolute;
	top: 4px;
	left: 3px;
	color: rgba(6, 60, 54, 0.08);
	z-index: 0;
}
h2 {
	font-size: 40px;
	font-weight: 800;
	margin-top: 0;
	font-family: 'Ubuntu', sans-serif;
	color:#222;
	text-transform:capitalize;
}
h4 {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 600;
}
h6 {
	font-size: 13px;
	letter-spacing: 2px;
	line-height: 17px;
	font-weight: 600;
}
h3, h4, h4, h6 {
	font-family: 'Ubuntu', sans-serif;
	margin-top: 10px;
	font-weight: 600;
	font-size: 19px;
	letter-spacing: 0.5px;
}

a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
button:focus{
	outline: none;
}
a {
	color: #444;
}
.inner-intro h1{
	font-size:60px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}
@media (max-width: 767px){
	.inner-intro h1{
		font-size: 35px;
	}
	h1 {
    font-size: 25px;
   }
	h2{
		font-size: 23px;
	}
	
h3, .h3 {
    font-size: 20px;
}
}

/*  Padding and Margin Style   ||-----------*/

.padding {
	padding-top: 40px;
	padding-bottom: 40px;
}
.no-padding {
	padding: 0 ;
}
.ptb-20 {
    padding-bottom: 20px;
    padding-top: 20px;
}
.padding-20 {
	padding: 20px;
}
.padding-30 {
	padding: 30px ;
}
.padding-40 {
	padding: 40px ;
}
.padding-60 {
	padding: 60px;
}
.plr-0 {
	padding-left: 0 ;
	padding-right: 0 ;
}
.pl-0 {
	padding-left: 0;
}
.pr-0 {
	padding-right: 0;
}
.pr-30 {
	padding-right: 30px;
}
.pl-70 {
	padding-left: 70px;
}
.pr-70 {
	padding-right: 70px;
}
.plr-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.ptb-0 {
	padding-top: 0px ;
	padding-bottom: 0px ;
}
.pt-0 {
	padding-top: 0px ;
}
.pb-0 {
	padding-bottom: 0px ;
}
.pt-30 {
	padding-top: 30px ;
}
.pb-30{
	padding-bottom: 30px;
}
.ptb {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pt {
	padding-top: 110px;
}
.pb {
	padding-bottom: 110px;
}
.ptb-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.pt-15 {
	padding-top: 15px;
}
.pb-15 {
	padding-bottom: 15px;
}
.ptb-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pt-60 {
	padding-top: 60px;
}
.pb-60 {
	padding-bottom: 60px;
}
.plr-60 {
    padding-left: 60px;
    padding-right: 60px;
}
.pb-40 {
	padding-bottom: 40px;
}
.ptb-40 {
	padding-bottom: 40px;
	padding-top: 40px;
}
.ptb-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pt-80 {
	padding-top: 80px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pt-90 {
	padding-top: 80px;
}
.pb-90 {
	padding-bottom: 80px;
}
.pt-50 {
	padding-top: 50px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pt-70 {
	padding-top: 70px;
}
.pb-38 {
	padding-bottom: 38px;
}
.mtb-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.mlr-0 {
	margin-left: 0px;
	margin-right: 0px;
}
.mt-0 {
	margin-top: 0px ;
}
.mb-0 {
	margin-bottom: 0px ;
}
.ml-0 {
	margin-left: 0px ;
}
.mr-0 {
	margin-right: 0px ;
}
.up-80 {
	margin-top: -80px;
}
.mtb-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-80 {
	margin-top: 80px;
}
.mb-80 {
	margin-bottom: 80px;
}
.mtb-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}
.mt-60 {
	margin-top: 60px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mtb-45 {
	margin-top: 45px;
	margin-bottom: 45px;
}
.mt-45 {
	margin-top: 45px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mt-40 {
	margin-top: 40px;
}
.mb-40 {
    margin-bottom: 35px;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mtb-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.ml-15 {
	margin-left: 15px;
}
.mr-10 {
	margin-right: 10px;
}
.mr-15 {
	margin-right: 15px;
}
.mt-30 {
	margin-top: 30px;
}
.mb-30 {
	margin-bottom: 30px;
}
.ml-30 {
	margin-left: 30px;
}
.mr-30 {
	margin-right: 30px;
}
.mtb-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}
.mt-25 {
	margin-top: 25px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mtb-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-10 {
	margin-top: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.mt-up {
	margin-top: -100px;
}
@media (min-width: 768px) and (max-width: 991px) {
.up-80 {
	margin-top: 50px;
}
.mt-sm-30 {
	margin-top: 30px;
}
.mb-sm-30 {
	margin-bottom: 30px;
}
.float-none-sm {
	float: none ;
}
.float-left-sm {
	float: left ;
}
.float-right-sm {
	float: right ;
}
.pl-sm-0 {
	padding-left: 0 ;
}
.plr-xs-15 {
	padding-right: 15px;
	padding-left: 15px;
}

.padding-sm-25 {
	padding: 25px;
}
.plr-xs-sm-20{
	padding-left: 20px;
	padding-right: 20px;
}
}
@media (max-width: 767px) {
.text-xs-left {
	text-align: left;
}
.pr-xs-0 {
	padding-right: 0;
}
.pl-xs-0 {
	padding-left: 0;
}
.pr-xs-0 {
	padding-right: 0;
}
.plr-xs-15 {
	padding-right: 15px;
	padding-left: 15px;
}
.padding-sm-25 {
	padding: 25px;
}
.pb-xs-30 {
	padding-bottom: 30px;
}
.pt-xs-30 {
	padding-top: 30px;
}
.pt-xs-60 {
	padding-top: 60px;
}
.ptb-xs-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.ptb-xs-0{
padding-top: 0px;
	padding-bottom: 0px;	
}
.pt-xs-40 {
	padding-top: 40px;
}
.pb-xs-40 {
	padding-bottom: 40px;
}
.pb-xs-60 {
	padding-bottom: 60px;
}
.ptb-xs-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.plr-xs-sm-20{
	padding-left: 20px;
	padding-right: 20px;
}
.ml-xs-0 {
	margin-left: 0;
}
.mtb-xs-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.mt-xs-0 {
	margin-top: 0px;
}
.mb-xs-0 {
	margin-bottom: 0px;
}
.mtb-xs-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.mt-xs-15 {
	margin-top: 15px;
}
.mb-xs-15 {
	margin-bottom: 15px;
}
.mtb-xs-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.mt-xs-30 {
	margin-top: 30px;
}
.mb-xs-30 {
	margin-bottom: 30px;
}
.float-none-xs {
	float: none ;
}
.float-left-xs {
	float: left ;
}
.float-right-xs {
	float: right ;
}
}

/*gernal*/

img {
   max-width: 100%;
}
.main-logo img
{
	max-width: 119%;
	margin-left: -88px;
}

.italic {
    font-style: italic;
}

/*  Preloader   ||-----------*/
#preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999999;
	background: #fff;
}
.sk-circle {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.sk-circle .sk-child {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.sk-circle .sk-child:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #f9461d;
	border-radius: 100%;
	-webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
	animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
 @-webkit-keyframes sk-circleBounceDelay {
 0%, 80%, 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
40% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes sk-circleBounceDelay {
 0%, 80%, 100% {
 -webkit-transform: scale(0);
 transform: scale(0);
}
40% {
 -webkit-transform: scale(1);
 transform: scale(1);
}
}

.gray_bg{
	background:#f9f9f9;
}
/*back-to-top*/
#back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: block;
    display:none;
    background:#f9461d;
    color:#fff;
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}



.team_detail h3 
{
	font-size: 1rem;
}

.team_detail span
{
	font-size: 15px;
}

.right_text h3
{
	font-size: 18px !important;
	color: #222 !important;
}

.right_text p
{
	font-size: 15px !important;
color: #4e4c4c !important;
}


.social-icons li a:hover
{
	width: 35px;
	border-radius: 50%;
	display: inline-block;
	transition: all 0.3s;
	line-height: 31px;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	border-color: #a50c12;
	color: #fff;
	background: #a50c12;
}

.social-icons li a
{
	width: 35px;
border-radius: 50%;
display: inline-block;
transition: all 0.3s;
line-height: 31px;
border-width: 2px;
border-style: solid;
text-align: center;
border-color: #515151;
color: #515151;
}

.social-icons li
{
	margin-right: 15px;
}

.contcat
{
	padding-bottom: 20px !important;
}

.abt-com p
{
	text-align: justify;
   line-height: 28px;
   letter-spacing: 1px;
	
}

/* ---------------------footer sub footer------------------------- */

.sub-footer {
    background: #282828;
    padding: 30px 0px;
}

.sub-footer .social-list ul {
    margin: 0px;
    padding: 0px;
}

.sub-footer .social-list ul li {
    list-style: none;
    float: right;
    margin-left: 10px;
}

.sub-footer .social-list ul li a {
    font-size: 17px;
    width: 37px;
    height: 37px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    padding-left: 2px;
   
}

.sub-footer .social-list ul li a::before
{
	font-size: 17px;
line-height: 31px !important;
text-align: center;
margin-right: 0px;
margin-left: 6px;
}

.sub-footer .social-list ul li a:hover {
    color: #fff;
}

.social-list li a
{
	width: 35px;
border-radius: 50%;
display: inline-block;
transition: all 0.3s;
line-height: 31px;
border-width: 2px;
border-style: solid;
text-align: center;
border-color: #515151;
color: #515151;
}
.social-list li a:hover
{
	width: 35px;
border-radius: 50%;
display: inline-block;
transition: all 0.3s;
line-height: 31px;
border-width: 2px;
border-style: solid;
text-align: center;
	border-color: #a50c12;
	color: #fff;
	background: #a50c12;
}

.copy-right {
    color: #c3c3c3;
    font-size: 15px;
    line-height: 36px;
}

.copy-right a {
    color: #C7C7D3;
}

/* --------------------------..//end ------------------------------------------ */


.get-touch-form
{
	background: #f6f6f6;
	padding: 25px 15px 15px 15px;
	border: 10px solid #cacaca;
}

.facebook .fa
{
	margin-right: 2px;
}

.success {
    border: 1px solid #e1e1e1;
    padding: 41px 5px;
    margin-top: 70px;
}

.gobackindex
{
	margin-top: 10px;
}
.btn-success:hover {

    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    cursor: pointer !important;
}

.btn-danger:hover
{
	cursor: pointer !important;
}

/* ------------------other css file-------------------------------- */
.abt-com ul li
{
	list-style: none;
}

.abt-com ul  .fa-chevron-circle-right:before
{
	color: #a50c12;
}

.abt-com i
{
	color: #000;
}

.pricelist3 , .pricelist2
{
	margin-top: 15px;
}

.about-cuping
{
	margin-top: -20px;
}
.about-cuping-title
{
	margin-bottom: -30px;
}

.testimonial-box-block:hover
{
	transition: all 0.3s;
	box-shadow: 0px 4px 10px 1px #ccc;
}


/* -------------------pricing feature--------------------------- */

.list-group-item
{
	padding: 2px 15px !important;
	background: #f3ded9;
}
.list-group-item:last-child
{
	margin-top: 0px !important;
}

.cupp-type , .cupp-type2
{
	color: #333;
	background-color: #e6b8a9;
	border-color: #cdedd8;
	padding: 0.75rem 1.25rem;
	border-radius: 5px;
}

.cup-price
{
	color: #333;
	background-color: #f5e2db;
	border-color: #cdedd8;
	padding: 2px 10px 6px 21px;
}
.cup-price2
{
	color: #333;
	background-color: #ded9db;
	border-color: #cdedd8;
	padding: 2px 10px 6px 21px !important;
}
.cup-price2 p {
	margin-top: -10px;
	margin-bottom: 0px;
}
.cup-price p
{
	margin-top: -10px;
	margin-bottom: 0px
}
/* row2 */
.row2 , .row3 , .row3 , .row4 , .row5 , .row6 , .row7, .row8 , .row9 , .row10 , .row11 , .row12
{
	margin-top: 13px;
}
.cupp-type1{
	color: #333;
	background-color: #acaaab;
	border-color: #cdedd8;
	padding: 0.75rem 1.25rem;
	border-radius: 5px;
}

.cup-price1
{
	color: #333;
	background-color: #ded8db;
	border-color: #cdedd8;
	padding: 2px 10px 6px 21px;
}

.cup-price1 p
{
	margin-top: -10px;
	margin-bottom: 0px
}
.cupp-duration1 , .cupp-need1
{
	padding: 2px 15px !important;
	background: #dfd8db;
}

.cup-price1
{
	color: #333;
	background-color: #f5e2db;
	border-color: #cdedd8;
	padding: 2px 10px 6px 21px;
}
.cupping-massage , .athletes-legs , .full_body
{
	padding: 0.2rem 1.25rem !important;
}

/* -------------------pricing feature--------------------------- */

/* ------------------------faqs accorian-------------------------- */

#faqs .accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	transition: 0.4s;
}

#faqs .active {
	background: #080505;
	color: #fff;
}

#faqs .accordion:hover
{
	background: #080505;
	color: #fff;
}

#faqs .accordion:hover .accordion:after
{
	content: '\002B';
	color: #fff;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

#faqs .accordion:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}

#faqs .active:after {
	content: "\2212";
}

#faqs .panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

#faqs .faq-li1 ul li , .faq-li2 ul li , .faq-2 ul li
{
	list-style: none;
}
#faqs .faq-li1 ul li .fa-chevron-circle-right::before ,
#faqs .faq-li2 ul li .fa-chevron-circle-right::before  ,
#faqs .faq-2 ul li  .fa-chevron-circle-right::before
{
	color: #a50c12;
}

#faqs .main-row-faq
{
	border: 1px solid #e1e1e1;
}
.sub-text
{
	line-height: 1em !important;
}
.sec-title h3:after
{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 70px;
	border-bottom: 5px solid #e33238;
	top: 30px;
}
.sec-title h3::before
{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 270px;
	border-bottom: 2px solid #e4e4e4;
	top: 30px;
}
.sec-title h3
{
	margin-bottom: 30px;
}

#regform .error
{
	margin-top: 18px;
	color: #d20023;
}

.badge-primary {
	/*background-color: #0275d8;*/
	text-align: center;
}
.list-group-item b
{
	margin-right: 10px;
}
.heading-list
{
	font-weight: 700;
	color: #a50c12;
}

.second-color li
{
	background: #dfd8db !important;
}
.second-color21 li
{
	background: #ded9db !important;
}
/* --------------------------.//end faqs accordiam------------------- */

/* -----------------..//end other file------------------------  */
.list-group-item .fa-inr::before {
	content: "\f156";
	margin-right: 2px;
}
/* ------------------------------------------------------------------------------------ */

.btn-read-more
{
	margin-top: 20px;
	margin-bottom: -15px;
}

