html,body
{
padding:0px;
margin:0px;
overflow-x:hidden;
font-family: 'Roboto', sans-serif;
text-align:justify;
line-height:30px;
letter-spacing:1.5px;
overflow-x:hidden;
}
.loader
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url('../images/pageloader.gif') 50% 50% no-repeat rgb(249,249,249);
}
/*topheader*/
.tophead
{
	background: #F56B35;
}
.tophead a
{
	color:#fff;
	padding:10px 15px;
}
/*end topheader*/
header
{
background:#fff;
color:#000;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
transition: 2.5s;
box-shadow: 0px 0px 2px 1px #f26c37;
}
.logoimg
{
	width:100%;
	padding: 35px 0px;
}
.navbar-nav
{
	margin-top:60px;
}
.navbar
{
	margin-bottom:0px;
}
.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
}
.navbar-inverse .navbar-nav>li>a {
    color: #0C1F34;
	font-size:17px;

}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover
{
	background:none;
	color:#fc7418;
}
.navbar-inverse .navbar-nav>li>a:hover
{
	color:#F56B35;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}
.active
{
	background:none !important;
	color:#fc7418;
	font-weight:bold;
}

.Categories
{
	font-size:35px;
	text-align:center;
	padding:25px 0 50px 0;
	color:#fd6930;
}
span.symbol
{
	font-size:40px;
	font-weight:bold;
	color:#123038;
}
.activity-section .iconimg
{
	width:100%;
	padding:10px;
	margin:1% 0px;
	border-radius:50px;
	border:1px solid;
	background:#fff;
}
/*Our services*/
 .boxshadow
{
   /*  box-shadow: 0 0 10px 0px #0c1f34; */
	margin:2% 10px;
	width:23%;
	text-align:center;
	background:#F4F4F;
	border:3px solid #CCC;
}
/*.boxshadow:hover
{
	background:#123038;
	color:#fff;
	transition: all 1s ease;
}*/
 .borderline
{
	border: 1px dotted #fff;
    padding: 15px 10px;
    margin: 3% -5px;
} 
 .iconimg
{
	width:30%;
	padding:10px;
	margin:3% 0px;
	border-radius:50px;
	border:1px solid;
	background:#fff;
}
.boxshadow::before {
    border-bottom-color: #f56b35;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-right-color: #f56b35;
    border-right-style: solid;
    border-right-width: 3px;
    bottom: -3px;
    content: "";
    display: block;
    height: 12%;
    position: absolute;
    right: -3px;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease;
    width: 15%;
}
.boxshadow::after {
    border-left-color: #f56b35;
    border-left-style: solid;
    border-left-width: 3px;
    border-top-color: #f56b35;
    border-top-style: solid;
    border-top-width: 3px;
    content: "";
    display: block;
    height: 12%;
    left: -3px;
    position: absolute;
    top: -3px;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease;
    width: 15%;
}
.boxshadow:hover::before, .boxshadow:hover::after
{
	width:85%;
	height:85%;
}
/*End Our services*/
/*start circle style*/
.activity-section {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 80px;
    position: relative;
}
.auto-container {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 1200px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    position: static;
}

.activity-section .outer-box {
    height: 750px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}
.activity-section .outer-box .circular-layer {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #f56b35;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #f56b35;
    border-left-style: dashed;
    border-left-width: 1px;
    border-right-color:#f56b35;
    border-right-style: dashed;
    border-right-width: 1px;
    border-top-color: #f56b35;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-top-style: dashed;
    border-top-width: 1px;
    height: 870px;
    left: 50%;
    margin-bottom: 0;
    margin-left: -445px;
    margin-right: auto;
    margin-top: 0;
    position: absolute;
    top: 40px;
    width: 890px;
}
.activity-section .activity-outer {
    position: relative;
}
.activity-section .activity-outer .services-column:nth-child(1) {
    left: 50%;
    margin-left: -125px;
    position: absolute;
}
.services-block .inner-box {
    display: inline-block;
    min-height: 80px;
    position: relative;
    text-align: center;
    z-index: 1;
	width:40%;
}
.services-block .inner-box .icon-box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f4f4f4;
    border-bottom-color: rgba(240, 240, 240, 0.6);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-style: solid;
    border-bottom-width: 8px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: rgba(240, 240, 240, 0.6);
    border-left-style: solid;
    border-left-width: 8px;
    border-right-color: rgba(240, 240, 240, 0.6);
    border-right-style: solid;
    border-right-width: 8px;
    border-top-color: rgba(240, 240, 240, 0.6);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-top-style: solid;
    border-top-width: 8px;
    font-size: 28px;
    height: 80px;
    line-height: 60px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: relative;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
    width: 80px;
}
.services-block .inner-box h3 {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}
.services-block .inner-box h3 a
{
	color:#123038;
	text-decoration:none
}
.services-block .inner-box .text {
    color: #555555;
    font-size: 14px;
    position: relative;
}
.activity-section .activity-outer .services-column:nth-child(2) {
    margin-left: 140px;
    margin-top: 270px;
    position: absolute;
}
.services-block-two .inner-box {
    display: inline-block;
    min-height: 80px;
    padding-left: 100px;
    padding-top: 10px;
    position: relative;
}
.services-block-two .inner-box .icon-box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f4f4f4;
    border-bottom-color: rgba(240, 240, 240, 0.6);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-style: solid;
    border-bottom-width: 8px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: rgba(240, 240, 240, 0.6);
    border-left-style: solid;
    border-left-width: 8px;
    border-right-color: rgba(240, 240, 240, 0.6);
    border-right-style: solid;
    border-right-width: 8px;
    border-top-color: rgba(240, 240, 240, 0.6);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-top-style: solid;
    border-top-width: 8px;
    font-size: 28px;
    height: 80px;
    left: 0;
    line-height: 60px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
    width: 80px;
}
.services-block-two .inner-box h3 {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}
.services-block-two .inner-box h3  a{
	color:#123038;
	text-decoration:none
}
.services-block-two .inner-box .text {
    color: #555555;
    font-size: 14px;
    position: relative;
}
.activity-section .activity-outer .services-column:nth-child(3) {
    margin-right: 140px;
    margin-top: 270px;
    position: absolute;
    right: 0;
	width:30%;
}
.services-block-three .inner-box {
    display: inline-block;
    min-height: 80px;
    padding-right: 100px;
    padding-top: 10px;
    position: relative;
    text-align: right;
}
.services-block-three .inner-box .icon-box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f4f4f4;
    border-bottom-color: rgba(240, 240, 240, 0.6);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-style: solid;
    border-bottom-width: 8px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: rgba(240, 240, 240, 0.6);
    border-left-style: solid;
    border-left-width: 8px;
    border-right-color: rgba(240, 240, 240, 0.6);
    border-right-style: solid;
    border-right-width: 8px;
    border-top-color: rgba(240, 240, 240, 0.6);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-top-style: solid;
    border-top-width: 8px;
    font-size: 28px;
    height: 80px;
    line-height: 60px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
    width: 80px;
}
.services-block-three .inner-box h3 {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}
.services-block-three .inner-box h3  a{
	color:#123038;
	text-decoration:none;
	position: relative;
    z-index: 999;
}
.activity-section .activity-outer .services-column:nth-child(4) {
    margin-left: 110px;
    margin-top: 520px;
    position: absolute;
}
.services-block-two .inner-box {
    display: inline-block;
    min-height: 80px;
    padding-left: 100px;
    padding-top: 10px;
    position: relative;
	width:40%;
}
.services-block-two .inner-box .icon-box {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f4f4f4;
    border-bottom-color: rgba(240, 240, 240, 0.6);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-style: solid;
    border-bottom-width: 8px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: rgba(240, 240, 240, 0.6);
    border-left-style: solid;
    border-left-width: 8px;
    border-right-color: rgba(240, 240, 240, 0.6);
    border-right-style: solid;
    border-right-width: 8px;
    border-top-color: rgba(240, 240, 240, 0.6);
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-top-style: solid;
    border-top-width: 8px;
    font-size: 28px;
    height: 80px;
    left: 0;
    line-height: 60px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease;
    width: 80px;
}
.services-block-two .inner-box h3 {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}
.services-block-two .inner-box  h3  a{
	color:#123038;
	text-decoration:none
}
.activity-section .activity-outer .services-column:nth-child(5) {
    margin-right: 110px;
    margin-top: 520px;
    position: absolute;
    right: 0;
	width: 34%;
}

.activity-section .outer-box .image {
    left: 50%;
    margin-left: -150px;
    margin-top: 280px;
    position: absolute;
}
/* end circle style */
.imgwidth
{
	width:100%;
}
.fitnessbg
{
	background:#F5F6F6;
	padding:10px 0px 60px 0px;
}
.box-shadow
{
	box-shadow:0 0 15px 0px;
	border-radius:5px;
}
.whitebg
{
	background:#fff;
	padding:10px 15px;
}
.margin-top
{
	margin-top: 5%;
    float: left;
}
.whitebg1
{
	background:#fff;
	padding:0;
}
.whitebg1 .col-md-6
{
	padding: 0px 10px 0 0;
}
.readbtn
{
	background:#123038;
	color:#fff;
	padding:5px 20px;
	border:none;
	font-size:18px;
	border-radius:5px;
}
.btn-change8{
   background: #0C1F34;
     border:0px;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #FD682E  inset;
	padding: 6px 30px;
    font-size: 15px;
   border-radius: 5px;
}
.btn-change8:hover{
    -webkit-box-shadow: -100px 0 0 #FD682E inset;
}
.slider-direction.btn-change8{
   background: #0C1F34;
     border:0px;
    color:#fff;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #FD682E  inset;
	padding: 6px 50px;
    font-size: 15px;
   border-radius: 5px;
}
.slider-direction.btn-change8:hover{
    -webkit-box-shadow: -100px 0 0 #FD682E inset;
}
.padding
{
	padding:50px 10px;
}
a:hover
{
	text-decoration:none;
	color:#fff;
}
/*Health style*/
#team {
    background: #eee !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #108d6f;
    border-color: #108d6f;
    box-shadow: none;
    outline: none;
}

.btn-primary {
    color: #fff;
    background-color:#123038;
    border-color: #123038;
}
section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#team .card {
    border: none;
  }

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 312px;
	box-shadow: 0 0 5px 0px;
    padding: 35px;
}

.backside .card a {
    font-size: 18px;
    color: #fff !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #f56b35 !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.card-text
{
	letter-spacing:0.5px;
}
/* end health style*/
/* weight loss style*/
.weightlossbg
{
	background-image:url('../images/weightlossbg.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:scroll;
	padding-bottom:50px;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}
figure h4
{
	line-height:25px;
}

    .btn-read {
        background: transparent;
        border-radius: 0;
        border: 1px solid #ffffff;
        color: #fff;
    }
  .section-box-ten{
        height: 350px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
		border: 10px double #ffffff;
		box-shadow: 0 0 10px 0px #123038;
    }
    .section-box-ten figure {
        position: absolute;
        text-align: left;
        padding: 10px 19px 19px 19px;
        width: 100%;
        height: 100%;
        border-top: 1px solid #fff;
        background: rgba(0, 0, 0, 0.71);
        bottom: -77%;
        transition: ease-in-out .5s;
    }
    .section-box-ten:hover figure {
        bottom: 0;
    }
    .section-box-ten figure h3{
        margin: 0;
        padding-bottom: 10px;
    }
    .section-box-ten img{
        height: 100%;
    }
/*Nutrition style*/
	.promoted-main
	{
		background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin-bottom: -32px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    top: -100px;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: box-shadow;
    transition-timing-function: ease-in-out;
    width: 90%;
    padding: 15px 15px;
-webkit-box-shadow:5px -10px 24px -3px rgba(23,22,23,0.32);
-moz-box-shadow: 5px -10px 24px -3px rgba(23,22,23,0.32);
    box-shadow: 5px -10px 24px -3px rgba(23,22,23,0.32);
	}
/*End Nutrition style*/
/*Healhy food*/
.healthyfoodbg .col-md-6
{
	padding:0px;
	margin:0px;
}
.imgwidth1
{
	border:5px double #a2a1a1;
	border-radius:100%;
	width:70%;
}
.healthyfoodbg .margin-top
{
	margin-top:0px;
}
.foodimgwidth
{
	width:100%;
	height:auto;
}
.rightimg
{
  float: left;
    max-width: none;
	
	}
.healthymargin
{
	margin:4.5% 0px; 
}
/*End Healhy food*/	
	
/* inner pages */
.Nutritionbanner
{
	background:url(../images/nutritionbanner.jpg);
	/* background-size:cover; */
	background-repeat:no-repeat;
	height:auto;
	background-position: center top;
}
.Fitnessbanner
{
	background:url(../images/fitnessbanner.jpg);
	/* background-size:cover; */
	background-repeat:no-repeat;
	height:auto;
	background-attachment:scroll;
	background-size:cover;
	  background-position: center top;
}
.Healthbanner
{
	background:url(../images/healthbanner.jpg);
	/* background-size:cover; */
	background-repeat:no-repeat;
	height:auto;
	background-attachment:scroll;
	background-size:cover;
	background-position: center top;
}
.Weightlossbanner
{
	background:url(../images/weightlossbanner.jpg);
	/* background-size:cover; */
	background-repeat:no-repeat;
	height:auto;
	background-attachment:scroll;
	background-size:cover;
	background-position: center top;
}
.Healthyfoodbanner
{
	background:url(../images/healthyfoodbanner.jpg);
	/* background-size:cover; */
	background-repeat:no-repeat;
	height:auto;
	background-attachment:scroll;
	background-size:cover;
	background-position: center top;
}
.Yogabanner
{
	background:url(../images/yogabanner.jpg);
	/* background-size:cover; */
	background-repeat:no-repeat;
	height:auto;
	background-attachment:scroll;
	background-size:cover;
	background-position: center top;
}
.Unsubscribebanner
{
	background:url(../images/Unsubscribebanner.jpg);
	/* background-size:cover; */
	background-repeat:no-repeat;
	height:auto;
	background-attachment:scroll;
	background-size:cover;
	background-position: center top;
}
.Subscribebanner
{
	background:url(../images/Subscribebanner.jpg);
	/* background-size:cover; */
	background-repeat:no-repeat;
	height:auto;
	background-attachment:scroll;
	background-size:cover;
	background-position: center top;
}
.Privacypolicybanner
{
	background:url(../images/Privacypolicybanner.jpg);
	/* background-size:cover; */
	background-repeat:no-repeat;
	height:auto;
	background-attachment:scroll;
	background-size:cover;
	background-position: center top;
}
.Termsbanner
{
	background:url(../images/Termsbanner.jpg);
	/* background-size:cover; */
	background-repeat:no-repeat;
	height:auto;
	background-attachment:scroll;
	background-size:cover;
	background-position: center top;
}
.Contactbanner
{
	background:url(../images/Contactbanner.jpg);
	/* background-size:cover; */
	background-repeat:no-repeat;
	height:auto;
	background-attachment:scroll;
	background-size:cover;
	background-position: center top;
}
h2.bannertitle
{
	background: rgba(0, 0, 0, 0.47);
    color: #fff;
    font-size: 50px;
    text-align: center;
    padding: 50px 0px;
    margin: 160px;
    border: 10px double #0c1f34;
}
.box-shadowinner
{
	box-shadow: 0 0 8px 0px;
    margin: 2% 10px;
    width: 48%;
    padding: 5px;
}
.innerpadding
{
	padding:0px;
}
h4
{
	line-height:30px;
	font-size:20px;
}
p
{
	font-size:17px;
	/* text-align:justify; */
}
ul.list
{
	list-style:upper-latin;
	font-size:17px;
}
.yogaimgwidth
{
	width:100%;
	border-radius: 100%;
    border: 20px dashed #fd682e;
    margin: 7% 0px;
}
/* End Inner pages*/
/*Footer style*/
footer
{
	background:url('../images/footer.png');
	color:#fff;
	margin-top:2%;
	padding-top:20px;
}
.copy
{
	background:#fd682e;
	color:#fff;
}
footer a
{
	color:#fff;
}
footer span.symbol {
    font-size: 40px;
    font-weight: bold;
    color: #fd682e;
}
.title
{
	font-size:25px;
}
/*End Footer style*/
/*Subscribe style*/
.subscribecolor
{
	background:#f56b35;
	padding:15px;
	border:2px dashed;
	box-shadow: 0 0 15px 0px;
	padding:10px;
	color:#fff;
}
.captchaborder
{
	background:url(../images/captchabg.jpg);
}
/*end subscribe*/
@media screen and (min-width:320px) and (max-width:640px)
{
	/* .logoimg
	{
		width:50%;
	} */
	.navbar-inverse .navbar-toggle
	{
		background:#F56B35;
		color:#fff;
		border:none;
		margin-right:-30px;
	}
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover
	{
		background:#F56B35;
		color:#fff;
		border:none;
	}
	.tophead .col-md-12
	{
		padding:0px;
		margin:0px;
	}
	.navbar-collapse
	{
		border:none;
	}
	.tophead a
	{
		padding:10px 0px;
		font-size:9px;
	}
	.slider-content
	{
		display:none;
	}
	.boxshadow
	{
		width:100%;
		margin:20px 0px;
	}
	.activity-section .outer-box
	{
		height:auto;
	}
	.activity-section
	{
		padding-top:0px;
	}
	figure
	{
		text-align:center;
	}
	figure p
	{
		display:none;
	}
	.healthymargin
	{
		float:left;
		margin-top:10%;
		text-align: center;
	}
	.imgwidth1, .yogaimgwidth
	{
		width:50%;
		margin:0 25%;
		text-align: center;
	}
	.nivoSlider
	{
		height:200px !important;
	}
	/* inner pages*/
	h2.bannertitle
	{
		padding:20px 0px;
		margin:40px 0px;
		font-size:20px;
	}
	.box-shadowinner
	{
		width:100%;
		margin:20px 0px;
	}
	/* h4
	{
		font-size:15px;
	} */
	.col-md-4
	{
		margin:0px;
		padding:0px;
	}
	.innerpadding
	{
		padding:0 12px;
	}
	.whitebg1 .col-md-6
	{
		padding:0px;
	}
	.whitebg
	{
		margin-bottom:40px;
	}
	h3
	{
		font-size:20px;
	}
	.margin-top
	{
		float:none;
	}
	.padding
	{
		text-align:center;
	}
	
}
@media screen and (min-width:640px) and (max-width:899px)
{
	.sb
	{
		width:100%;
		left:0px;
	}
	.tophead a
	{
		padding:10px 10px;
	}
	.logoimg
	{
		width:50%;
	}
	.nav > li > a
	{
		padding:10px 7px;
	}
	.nivoSlider
	{
		height:400px !important;
	}
	.navbar-nav
	{
		margin-top:0px;
	}
	.boxshadow
	{
		width:100%;
	}
	.activity-section .activity-outer .services-column:nth-child(2), .activity-section .activity-outer .services-column:nth-child(4)
	{
		margin-left:0px;
	}
	.activity-section .activity-outer .services-column:nth-child(3), .activity-section .activity-outer .services-column:nth-child(5)
	{
		margin-right:0px;
	}
	.whitebg
	{
		margin-bottom:40px;
	}
	.whitebg1 .col-md-6
	{
		padding:0px;
	}
	.margin-top
	{
		float:none;
	}
	.padding
	{
		text-align:center;
	}
	.card-text
	{
		letter-spacing:1.8px;
	}
	.boxshadow {
    float: left;
    width: 45%;
	}
	.healthymargin
	{
		float:left;
		margin-bottom:0px;
	}
	.healthyfoodbg .margin-top
	{
		margin-bottom:70px;
	}
	.imgwidth1, .yogaimgwidth
	{
		width:50%;
		margin:0 25%;
		text-align: center;
	}
	.box-shadowinner
	{
		 width: 47%;
		 float:left;
	}
}
@media screen and (min-width:900px) and (max-width:1000px)
{
	.container
	{
		width:990px;
	}
	.sb
	{
		width:100%;
		left:0px;
		top:30% !important;
	}
	.tophead a
	{
		padding:10px 15px;
	}
	.logoimg
	{
		width:50%;
	}
	.navbar-nav
	{
		margin-bottom:0px;
	}
	.nav > li > a
	{
		padding:10px 20px;
	}
	.nivoSlider
	{
		height:400px !important;
	}	
	.boxshadow {
    float: left;
    width: 45%;
	}
	.whitebg1 .col-md-6
	{
		padding:0px;
		width: 40%;
		float:left;
		margin:2%;
	}
	.center-block
	{
		width:45%;
		float:left;
		margin:2%;
	}
	.margin-top
	{
		float:none;
	}
	.imgwidth1, .yogaimgwidth
	{
		width:50%;
		margin:0 25%;
		text-align: center;
	}
	.box-shadowinner
	{
		width:45%;
		float:left;
	}
}
@media screen and (min-width:1001px) and (max-width:1024px)
{
	.nav > li > a
	{
		padding:10px 2.5px;
		font-size:16px !important;
	}
	.boxshadow
	{
		width:22%;
	}
	.box-shadowinner
	{
		width:45%;
	}
}