body {
	font-family: roboto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: roboto !important;
}

p {
	font-family: roboto !important;
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.tp-mt15 {
	margin-top: 15px;
}

btn {
	font-family: roboto !important;
}

a:hover {
	text-decoration: none;
}

.topbar {
	background:#0094dd;
	/*padding: 7px 0px;
	height: 44px;*/
}

.dnone768 {
	display: block;
}

.myicon {
	color: #fff;
	padding-right: 1%;
	padding: 2% 2%;
	font-size: 12px;
	margin-left: 0%;
}

.myicon_first {}

.pt0 {
	padding-top: 0!important;
}

.myicon:nth-child(1):hover {
	background: #3b5998;
	transition: 1s ease all;
	color: #fff;
}

.myicon:nth-child(2):hover {
	background: #55ACEE;
	transition: 1s ease all;
	color: #fff;
}

.myicon:nth-child(3):hover {
	background: #dd4b39;
	transition: 1s ease all;
	color: #fff;
}

.myicon:nth-child(4):hover {
	background: #0077B5;
	transition: 1s ease all;
	color: #fff;
}

.myicon:nth-child(5):hover {
	background: #a62100;
	transition: 1s ease all;
	color: #fff;
}

.contact_div {
	color: #ccc;
	font-size: 12px;
	/*padding-top: 6px;*/
}

.phoneicon {
	color: #a9cf46;
	padding-top: 13px
}

.contact_number {
	padding-left: 2%;
	font-size: 14px;
}

.bs-slider {
	max-height: 625px;
	position: relative;
	background: #000000;
}

.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	right:0;
	width: 50%;
	height: 100%;
	background-color:rgb(0 0 0 / 56%);
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
	margin: auto;
	width: 100% !important;
}

.fade {
	opacity: 1;
}

.fade .item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	display: block !important;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
	top: auto;
	position: relative;
}

.fade .item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}

.control-round .carousel-control {
	top: 47%;
	opacity: 0;
	width: 45px;
	height: 45px;
	z-index: 100;
	color: #ffffff;
	display: block;
	font-size: 24px;
	cursor: pointer;
	overflow: hidden;
	line-height: 43px;
	text-shadow: none;
	position: absolute;
	font-weight: normal;
	background: transparent;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

.control-round:hover .carousel-control {
	opacity: 1;
}

.control-round .carousel-control.left {
	left: 1%;
}

.control-round .carousel-control.right {
	right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
	color: #fdfdfd;
	background: rgba(0, 0, 0, 0.5);
	border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
	left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
	right: 45%;
}

.indicators-line>.carousel-indicators {
	right: 45%;
	bottom: 3%;
	left: auto;
	width: 90%;
	height: 20px;
	font-size: 0;
	overflow-x: auto;
	text-align: right;
	overflow-y: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	white-space: nowrap;
}

.indicators-line>.carousel-indicators li {
	padding: 0;
	width: 15px;
	height: 15px;
	border: 1px solid rgb(158, 158, 158);
	text-indent: 0;
	overflow: hidden;
	text-align: left;
	position: relative;
	letter-spacing: 1px;
	background: rgb(158, 158, 158);
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 5px;
	-webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	z-index: 10;
	cursor: pointer;
}

.indicators-line>.carousel-indicators li:last-child {
	margin-right: 0;
}

.indicators-line>.carousel-indicators .active {
	margin: 1px 5px 1px 1px;
	box-shadow: 0 0 0 2px #fff;
	background-color: transparent;
	position: relative;
	-webkit-transition: box-shadow 0.3s ease;
	-moz-transition: box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.indicators-line>.carousel-indicators .active:before {
	transform: scale(0.5);
	background-color: #fff;
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.slide_style_left {
	text-align: left !important;
}

.slide_style_right {
	text-align: right !important;
}

.slide_style_center {
	text-align: center !important;
}

.slide-text {
	left: 0;
	top: 25%;
	right: 0;
	margin: auto;
	padding: 10px;
	position: absolute;
	text-align: left;
	padding: 10px 85px;
}

.slide-text>h1 {
	padding: 0;
	color: #ffffff;
	font-size: 70px;
	font-style: normal;
	letter-spacing: 1px;
	display: inline-block;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.slide-text>p {
	padding: 0;
	color: #ffffff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 40px;
	letter-spacing: 1px;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

.slide-text>a.btn-default {
	color: #000;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-right: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a.btn-primary {
	color: #ffffff;
	cursor: pointer;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	margin-left: 10px;
	text-align: center;
	padding: 17px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	background: #a9cf46;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a:hover,
.slide-text>a:active {
	color: #ffffff;
	background: #222222;
	-webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
	transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

@media (max-width:991px) {
	.slide-text h1 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 20px;
	}
	.slide-text>p {
		font-size: 18px;
	}
}

@media (max-width:768px) {
	.slide-text {
		padding: 10px 50px;
	}
	.slide-text h1 {
		font-size: 30px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.slide-text>p {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 20px;
	}
	.control-round .carousel-control {
		display: none;
	}
}

@media (max-width:480px) {
	.slide-text {
		padding: 10px 30px;
	}
	.slide-text h1 {
		font-size: 20px;
		line-height: 25px;
		margin-bottom: 5px;
	}
	.slide-text>p {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 10px;
	}
	.slide-text>a.btn-default,
	.slide-text>a.btn-primary {
		font-size: 10px;
		line-height: 10px;
		margin-right: 10px;
		text-align: center;
		padding: 10px 15px;
	}
	.indicators-line>.carousel-indicators {
		display: none;
	}
}

.caret-up {
	width: 0;
	height: 0;
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-bottom: 4px solid;
	display: inline-block;
	margin-left: 2px;
	vertical-align: middle;
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	background-color: transparent !important;
	color: #ccc;
}

.menu {
	/*position: absolute;
	top: 5%;*/
	z-index: 99;
	left: 0px;
	right: 0px;
	border-radius: 0px;
	background: #FFF;
	border-bottom: 0px;
}

.dropdown-menu > li > a {
    
    color:#fff;
    font-weight:bold;
    
}


.welcome-img {
    
    height:560px;
}


.fa-spinner::before {
	content: "\f110";
	margin-top: -9px;
	float: left;
	margin-left: -9px;
}


.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 21px !important;
    border: 1px solid transparent;
}

.navbar-brand {
    float: inherit;
    height: 0;
    padding: 0;
}






.navbar-nav>.active>a,
.navbar-nav>.active>a:hover,
.navbar-nav>.active>a:focus {
	color: #a9cf46;
	background: transparent;
}

.navbar-nav>li>a {
	color: #8cc63e;
}

.navbar-nav>li>a:hover {
	color: #ccc;
}

.logo_img {
	/* margin-left: 50%; */
	width: 200px;
	padding: 15px 0px;
}

.menu_top {
	margin-top: 1.5%;
	margin-right: 6% !important;
}

.nav>li>a:hover,
.nav>li>a:focus {
	text-decoration: none;
	color: #ccc;
}

.navbar-nav>li>a {
	background: transparent !important;
	font-size: 16px;
}

.mobile_main_menu {
	display: none;
}

.mobilelogin {
	display: none;
}

.aboutus_section {
	background: url("../images/about-background.jpg");
	width: 100%;
	background-size: cover;
	height: 100%;
	padding: 30px 0px;
}

.about_heading {
	text-align: center;
	color: #000;
	text-transform: uppercase;
}

.about_para {
	color: #000;
	margin: 2% 0px;
	padding: 0px 8%;
	text-align: justify;
}

.mydiv {
	padding: 0px;
}

.feature_div {
	padding-top: 50px;
	padding-right: 3%;
}

.feature_para {
	font-weight: bold;
	font-size: 35px;
	padding-left:5%;
}

.plan_para {
	font-weight: bold;
	font-size: 17px;
	color: #fff;
}

.feature_heading {
	color: #000;
	padding-left:5%;
	text-transform: uppercase;
	font-size: 21px;
	margin: 0px;
}

.feature_para1 {
 padding-left:5%;
	color: #968f8f;
}

.feature_icon_div {
	border: 2px solid #a9cf46;
	width: 50px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	line-height: 42px;
	transform: rotate(45deg);
}

.feature_icon {
	transform: rotate(-45deg);
	text-align: center;
	margin-left: -39%;
	color: #a9cf46;
}

.feature_sub_heading {
	font-weight: bold;
	padding-left: 6%;
	font-size: 20px;
	color: #a9cf46;
	text-transform: capitalize;
}

.myfeature {
	margin-top: 6%;
	cursor: pointer;
	float: left;
	padding-left: 5%;
	width: 51%;
}


.feature_sub_para {
	padding-left: 6%;
	color: #444;
	line-height: 20px;
}

.myfeature:hover .feature_icon_div {
	background: #a9cf46;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	-moz-transition-delay: 1s;
	transform: rotate(-45deg);
	transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
}

.myfeature:hover .feature_icon {
	color: #fff !important;
	transition: 1s all;
	transform: rotate(45deg);
	transition-timing-function: ease-in-out;
}

.plan_div {
	background: #4b4b4d;
	padding: 50px 35px;
	height: 310px;
}

.plan_para1 {
	color: #f7f7f7;
	font-size: 13px;
	margin: -7px 0px;
}

.readmore {
	color: #fff;
	font-size: 13px;
	border: 2px solid white;
	border-radius: 50px;
	padding: 2% 8%;
	font-weight: bold;
}

.readmore:hover {
	background: #444;
	color: #fff !important;
	text-decoration: none;
	transition: 1s ease all;
	border: 1px solid #444;
}

.plan_img_div {
	padding: 0px;
	height: 310px;
}

i.fa.fa-dot-circle-o.myiconbullet {
	padding-right: 1%;
	padding-top: 2%;
}

.plan_border {
	height: 200px;
	border: 5px double rgba(245, 245, 245, 0.82);
	position: absolute;
	top: 15%;
	left: -3%;
}

.plan_border1 {
	height: 200px;
	border: 5px double rgba(245, 245, 245, 0.82);
	position: absolute;
	top: 15%;
	left: 3%;
}

.no_padding {
	padding: 0px;
}

.our-team {
	text-align: center;
}

.our-team .pic {
	position: relative;
}

.our-team .pic:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(169, 207, 70, 0.83);
	opacity: 0;
	transition: all 0.3s ease 0s;
}

.our-team .pic:after {
	content: "";
	width: 90%;
	height: 90%;
	border: 1px solid #f5f5f6;
	position: absolute;
	top: 5%;
	left: 5%;
	opacity: 0;
	transition: all 0.3s ease 0s;
}

.our-team:hover .pic:before,
.our-team:hover .pic:after {
	opacity: 1;
}

.our-team .pic img {
	width: 100%;
	height: auto;
}

.our-team .social-links {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 40px;
	left: 0;
	opacity: 0;
	z-index: 1;
	transition: all 0.3s ease 0s;
}

.our-team:hover .social-links {
	opacity: 1;
}

.our-team .social-links li {
	display: inline-block;
	margin-right: 10px;
}

.our-team .social-links li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	font-size: 15px;
	color: #f5f5f6;
	border: 1px solid #f5f5f6;
	transition: all 0.3s ease 0s;
}

.our-team .social-links li .fa-twitter:hover {
	background: #00aced;
	border-color: #00aced;
}

.our-team .social-links li .fa-google-plus:hover {
	background: #c03c30;
	border-color: #c03c30;
}

.our-team .social-links li .fa-linkedin:hover {
	background: #0177b5;
	border-color: #0177b5;
}

.our-team .social-links li .fa-facebook:hover {
	background: #4867aa;
	border-color: #4867aa;
}

.our-team .team-content {
	padding: 15px 0;
	background: #555555;
	border-top: 2px solid #a9cf46;
	overflow: hidden;
	position: relative;
}

.our-team .team-content:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #a9cf46;
	position: absolute;
	top: -100%;
	left: 0;
	transition: all 0.3s ease-out 0s;
}

.our-team:hover .team-content:before {
	top: 0;
}

.our-team .title {
	font-size: 21px;
	color: #fff;
	margin: 0 0 5px;
	text-transform: capitalize;
	z-index: 1;
	position: relative;
	transition: all 0.5s ease 0s;
}

.our-team .post {
	display: block;
	font-size: 14px;
	color: #f5f5f6;
	text-transform: capitalize;
	z-index: 1;
	position: relative;
	transition: all 0.5s ease 0s;
}

.our-team:hover .title,
.our-team:hover .post {
	color: #fff;
}

@media screen and (max-width:990px) {
	.our-team {
		margin-bottom: 20px;
	}
}

.our-team .team-content1 {
	padding: 15px 0;
	background: #a9cf46;
	border-top: 2px solid #d36832;
	overflow: hidden;
	position: relative;
}

.our-team .team-content1:before {
	content: "";
	width: 100%;
	height: 100%;
	background: #1d1c1c;
	position: absolute;
	top: -100%;
	left: 0;
	transition: all 0.3s ease-out 0s;
}

.our-team:hover .team-content1:before {
	top: 0;
}

.plan_para2 {
	color: #fff;
	font-size: 15px;
	margin: 13px 0px;
	padding: 0px 0%;
	display: flex;
}

.newplanpara {
	padding: 0px 8% !important;
	text-align: left;
}

.team_section {
	padding: 20px 0px 50px;
}

.our-team21 {
	border-left: 4px solid #a9cf46;
	border-bottom: 4px solid #a9cf46;
	border-radius: 20px 20px 0px 0px;
}

.our-team21:hover {
	transform: scale(1.03);
	transition: .5s ease-in-out all;
}

.our-team21 .team-image21 {
	position: relative;
	text-align: center;
}

.our-team21 img {
	width: 100%;
	height: 258px;
	border-radius: 20px 20px 0px 0px;
}

.our-team21 .description21 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 15px;
	color: #fff;
	padding: 35px 28px;
	opacity: 0;
	background-color: rgba(169, 207, 70, 0.83);
	transition: all 0.5s ease 0s;
	text-align: justify;
	line-height: 22px;
	border-radius: 17px 23px 0px 0px;
}

.our-team21:hover .description21 {
	opacity: 1;
}

.our-team21 .social21 {
	padding: 10px 0 0 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 40px;
	left: -27px;
	background: #a9cf46;
	text-align: center;
	transform: translate(25px, 0px) rotateY(90deg);
	transition: all 0.5s ease 0s;
}

.our-team21:hover .social21 {
	transform: translate(0px, 0px) rotateY(0deg);
}

.our-team21 .social21 li {
	display: block;
	margin-bottom: 10px;
}

.our-team21 .social21 li a {
	display: block;
	width: 40px;
	height: 35px;
	font-size: 17px;
	color: #fff;
	line-height: 30px;
	transition: all 0.5s ease 0s;
}

.our-team21 .social21 li a:hover {
	background: #1d1c1c;
}

.our-team21 .team-info21 {
	padding: 20px;
	background: #fff;
	text-align: center;
}

.carousel {
	position: relative;
}

.our-team21 .title21 {
	font-size: 19px;
	color: #a9cf46;
	margin: 0 0 7px 0;
	transition: all 0.5s ease 0s;
}

.our-team21 .post21 {
	display: block;
	font-size: 14px;
	color: #3b336a;
	text-transform: capitalize;
}

.our-team21 .title21:hover,
.our-team21 .post21:hover {
	color: #1d1c1c;
}

.myteam .our-team21 {
	margin-bottom: 30px;
	box-shadow: 0 0 9px 7px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width:990px) {
	.our-team21 {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width:767px) {
	.our-team21 .social21 {
		left: -20px;
	}
}

@media only screen and (max-width:480px) {
	.our-team21 .social21 {
		left: -20px;
	}
}

.client_section {
	background: url(../images/client-background.jpg);
	width: 100%;
	background-size: cover;
	height: 100%;
	padding: 30px 0px 50px;
}

.carousel-control1 {
	left: -12px;
	height: 40px;
	width: 40px;
	background: none repeat scroll 0 0 #222222;
	border: 4px solid #FFFFFF;
	border-radius: 23px 23px 23px 23px;
	margin-top: 90px;
}

.carousel-control1.right {
	right: -12px;
}

.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -40px;
	margin-right: -19px;
}

.carousel-indicators li {
	background: #cecece;
}

.carousel-indicators .active {
	background: #428bca;
}

ul.thumbnails.image_picker_selector {
	overflow: auto;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.thumbnails.image_picker_selector ul {
	overflow: auto;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

ul.thumbnails.image_picker_selector li.group_title {
	float: none;
}

ul.thumbnails.image_picker_selector li {
	margin: 0px 12px 12px 0px;
	float: left;
}

ul.thumbnails.image_picker_selector li .thumbnail {
	padding: 6px;
	border: 1px solid #dddddd;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

ul.thumbnails.image_picker_selector li .thumbnail img {
	-webkit-user-drag: none;
}

ul.thumbnails.image_picker_selector li .thumbnail.selected {
	background: #0088cc;
}

.testimonail_div {
	background: #fff;
	padding: 10% 8%;
	border-radius: 11px;
	box-shadow: 1px 2px 8px 0px #a9cf46;
}

p.client_para {
	margin-top: 8%;
	color: #000;
}

.client_name {
	font-size: 20px;
	color: #a9cf46;
}

p.client_para1 {
	margin-top: -3%;
	font-size: 14px;
}

.blog_para {
	color: #fff;
	font-size: 27px;
}

.blog_div {
	background: #a9cf46;
	padding: 30px 60px;
	height: 274px;
}

.blog_border {
	height: 200px;
	border: 5px double rgba(245, 245, 245, 0.82);
	position: absolute;
	top: 14%;
	left: -3%;
}

p.log_para {
	color: #ffffda;
	line-height: 19px;
	padding: 3% 38px 3% 0px;
	text-align: justify;
}

.blog_border1 {
	height: 200px;
	border: 5px double rgba(245, 245, 245, 0.82);
	position: absolute;
	top: 14%;
	left: 3%;
}

.blog_section {
	padding: 30px 0px;
}

.main-footer {
	background: #161616;
	font-weight: 600;
	position: relative;
}

.main-footer .auto-container {
	position: relative;
}

.main-footer .footer-upper {
	position: relative;
	padding: 35px 0 30px;
}

.main-footer .footer-widget {
	position: relative;
	margin-bottom: 40px;
	z-index: 5;
}

.main-footer .contact-widget {
	position: relative;
}

.main-footer .contact-widget .form-group {
	position: relative;
	margin-bottom: 20px;
}

.main-footer .contact-widget input[type="text"],
.main-footer .contact-widget input[type="email"],
.main-footer .contact-widget input[type="password"],
.main-footer .contact-widget input[type="date"],
.main-footer .contact-widget input[type="datetime"],
.main-footer .contact-widget input[type="url"],
.main-footer .contact-widget input[type="time"],
.main-footer .contact-widget select {
	position: relative;
	display: block;
	width: 100%;
	background: rgba(0, 0, 0, 0.65);
	border: 1px solid #222222;
	line-height: 20px;
	padding: 7px 30px 7px 10px;
	color: #ffffff;
	font-size: 13px;
	height: 45px;
	margin-bottom: 12px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-footer .contact-widget input.date-field {
	background: #423a34 url(../images/icons/icon-calendar.png) right center no-repeat;
}

.main-footer .contact-widget select {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	background: #423a34 url(../images/icons/caret-down.png) right center no-repeat;
	cursor: pointer;
}

.main-footer .contact-widget select option {
	color: #303030;
	text-indent: 15px;
	background: #ffffff;
}

.main-footer .contact-widget textarea {
	position: relative;
	display: block;
	width: 100%;
	background: rgba(0, 0, 0, 0.65);
	border: 1px solid #222222;
	line-height: 20px;
	padding: 7px 30px 7px 10px;
	color: #ffffff;
	font-size: 13px;
	height: 100px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-footer .contact-widget input[type="text"]:focus,
.main-footer .contact-widget input[type="email"]:focus,
.main-footer .contact-widget input[type="password"]:focus,
.main-footer .contact-widget input[type="date"]:focus,
.main-footer .contact-widget input[type="datetime"]:focus,
.main-footer .contact-widget input[type="url"]:focus,
.main-footer .contact-widget input[type="time"]:focus,
.main-footer .contact-widget select:focus,
.main-footer .contact-widget textarea:focus {
	border-color: #ffffff;
	background-color: #1c1c1c;
}

.main-footer .contact-widget button {
	background: #a9cf46 none repeat scroll 0 0;
	bottom: 0;
	color: #ffffff;
	font-size: 13px;
	line-height: 22px;
	padding: 8px 30px;
	right: 15px;
	margin-top: 5px;
	text-transform: uppercase;
	width: 100%;
	font-size: 18px;
}

.main-footer .footer-widget .widget-title {
	position: relative;
	margin-bottom: 30px;
}

.main-footer .footer-widget h3 {
	color: #ffffff;
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	position: relative;
	text-transform: capitalize;
}

.main-footer .footer-widget h3::after {
	background: #a9cf46;
	bottom: -10px;
	content: "";
	display: block;
	height: 2px;
	margin-top: 0;
	position: absolute;
	width: 40px;
	left: 0;
}

.main-footer .about-widget {
	color: #c9c9c9;
	position: relative;
	margin-bottom: 30px;
}

.main-footer .about-widget .contact {
	margin: 15px 0;
}

.main-footer .about-widget .contact li {
	font-size: 13px;
	margin: 15px 0;
}

.main-footer .about-widget .contact i {
	color: #fff;
	font-size: 16px;
	margin-right: 18px;
}

.main-footer .about-widget .des-text {
	position: relative;
	padding-left: 180px;
	min-height: 100px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.70);
	padding-bottom: 10px;
	border-bottom: 1px solid #555555;
}

.main-footer .about-widget .des-text .logo-image {
	position: absolute;
	left: 0px;
	top: 10px;
	max-width: 180px;
}

.footer-widget .widget-news .media {
	border-bottom: 1px dashed #454545;
	margin-bottom: 8px;
	padding-bottom: 10px;
	margin-top: 0;
}

.footer-widget .widget-news .media .media-body .title {
	color: #c9c9c9;
	display: inline-block;
	font-size: 13px;
	line-height: 22px;
	margin-top: -5px;
	margin-bottom: 5px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.footer-widget .widget-news .media:hover .media-body .title {
	color: #fff;
}

.footer-widget .widget-news .media .media-body .post-date {
	color: #0fd0fd;
	font-style: italic;
	letter-spacing: 0;
}

.main-footer .links-widget {
	position: relative;
	margin-bottom: 20px;
}

.main-footer .links-widget li {
	border-bottom: 1px dashed #454545;
	margin-bottom: 8px;
	padding-bottom: 7px;
	position: relative;
}

.main-footer .links-widget li a {
	position: relative;
	font-size: 13px;
	color: #c9c9c9;
	padding-left: 16px;
}

.main-footer .links-widget li a:before {
	content: '\f105';
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 16px;
	font-size: 12px;
	color: #ffffff;
	font-family: 'FontAwesome';
}

.main-footer .links-widget li a:hover {
	color: #a9cf46;
}

.main-footer .footer-bottom {
	position: relative;
	padding: 10px;
	background-color: #262626;
	z-index: 6;
	color: #cccccc;
}

.footer-widget .social-links a {
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	height: 34px;
	line-height: 34px;
	margin-right: 0;
	text-align: center;
	width: 34px;
}

.footer-widget .social-links a:hover {
	background-color: #a9cf46;
	border-color: #a9cf46;
}

.footer_heading {
	color: #fff;
	font-size: 19px;
}

.contact li {
	padding: 1% 0px;
	font-size: 15px !important;
	color: #c9c9c9;
	line-height: 20px;
	font-family: roboto !important;
}

.theme-overlay {
	position: relative;
}

.theme-overlay::before {
	background-color: rgba(239, 23, 60, 0.65);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.theme-overlay.overlay-white::before {
	background-color: rgba(255, 255, 255, 0.65);
}

.theme-overlay.overlay-deep-white::before {
	background-color: rgba(255, 255, 255, 0.92);
}

.theme-overlay.overlay-black::before {
	background-color: rgba(0, 0, 0, 0.75);
}

.theme-overlay.overlay-deep-black::before {
	background-color: rgba(0, 0, 0, 0.85);
}

.bg-image {
	position: relative;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.class-schedule .class-row {
	display: inline-block;
	position: relative;
	width: 13.9%;
	float: left;
	margin: 0 2px;
}

.class-schedule .class-row .class-day {
	background-color: #1d1c1c;
	border-bottom: 3px solid #a87820;
	color: #fff;
	font-weight: 700;
	margin-bottom: 5px;
	padding: 7px 20px;
	text-transform: uppercase;
	text-align: center;
}

.oddclass {
	background: #a9cf46 !important;
}

.oddtitle {
	color: #fff !important;
}

.oddhours {
	color: #1d1c1c !important;
}

.oddhours .fa {
	color: #1d1c1c !important;
}

.class-schedule .class-row .single-class {
	background-color: #eee;
	border: 1px solid #f5f5f5;
	margin-bottom: 5px;
	min-height: 130px;
	overflow: hidden;
	padding: 10px;
	position: relative;
	text-align: center;
}

.class-schedule .class-row .single-class .single-class-inner {
	display: inline-block;
	left: 0;
	position: absolute;
	right: 0;
	top: 13px;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.class-schedule .class-row .single-class .single-class-inner .class-img {
	opacity: 1;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
}

.class-schedule .class-row .single-class:hover .single-class-inner .class-img {
	opacity: 0;
}

.class-schedule .class-row .single-class .single-class-inner .class-img img {
	border-radius: 50%;
}

.class-schedule .class-row .single-class .single-class-inner .caption .title {
	color: #1c1c1c;
	font-size: 13px;
	font-weight: 600;
	margin-top: 10px;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
}

.class-schedule .class-row .single-class:hover .single-class-inner .caption .title {
	font-size: 14px;
}

.class-schedule .class-row .single-class .single-class-inner .caption .class-hours {
	color: #a9cf46;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 5px !important;
	margin-top: 10px;
}

.class-schedule .class-row .single-class .single-class-inner .caption .class-hours i {
	color: #a9cf46;
}

.class-schedule .class-row .single-class .single-class-inner .caption .class-room {
	color: #a9cf46;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 0 !important;
}

.class-schedule .class-row .single-class .single-class-inner .caption .class-room i {
	color: #a9cf46;
}

.single-class.class-absence:before {
	background-color: #9101CC;
	bottom: 0;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.single-class.class-absence:after {
	bottom: 0;
	color: #fff;
	content: "\f00d";
	font-family: 'FontAwesome';
	font-size: 16px;
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 35%;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	z-index: 1;
}

.our-class {
	background: url(../images/photos/ab1.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}

.our-class:before {
	background-color: rgba(0, 0, 0, 0.75);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}

.our-class .caption {
	color: #fff;
	padding: 20px 30px 45px;
	position: relative;
}

.our-class .caption ul li {
	border-bottom: 1px solid #555;
	font-weight: 600;
	padding: 15px 0;
	text-transform: uppercase;
}

.our-class .caption ul li span {
	color: #fff;
	float: right;
	text-align: right;
}

.hide-bullets {
	list-style: none;
	margin-left: -40px;
}

.thumbnail {
	padding: 0;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	width: 100%;
}

.daily-training-workout-area {
	position: relative;
	background: url(../images/pattern-1.png) repeat;
	margin-bottom: 30px;
}

.daily-training-workout-area * {
	position: relative;
}

.daily-training-workout-area:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(169, 207, 70, 0.83);
	display: block;
	opacity: .95;
}

.daily-training-workout-area .section-title span {
	background: #a6c311;
}

.daily-training-workout-area .img-holder {
	background: rgba(0, 0, 0, 0) url("../images/i-phone-bg.png") no-repeat scroll 0 120px;
	padding-top: 70px;
	position: relative;
	top: 30px;
}

.daily-training-workout-area .content {
	padding-top: 80px;
}

.daily-training-workout-area .content h1 {
	color: #ffffff;
	font-size: 60px;
	font-weight: 300;
	line-height: 80px;
	margin: 0 0 5px;
	text-transform: uppercase;
}

.daily-training-workout-area .content p {
	color: #f7f7f7;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	margin: 0 0 20px;
}

.daily-training-workout-area .content ul {
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	overflow: hidden;
}

.daily-training-workout-area .content ul li {
	list-style: none;
	color: #f7f7f7;
	float: left;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-style: italic;
	line-height: 30px;
	margin-right: 15px;
}

.daily-training-workout-area .content ul li i {
	font-size: 14px;
	padding-right: 5px;
}

.daily-training-workout-area .content .google-play-app-store ul {
	margin: 0;
	padding: 0;
}

.daily-training-workout-area .content .google-play-app-store ul li {
	list-style: none;
	margin-right: 30px;
}

#social-sidebar {
	left: 0;
	margin-top: -10px;
	position: fixed;
	top: 50%;
	z-index: 99999;
}

#social-sidebar li:first-child a {
	border-radius: 0 1px 0 0;
}

#social-sidebar li:last-child a {
	border-radius: 0 0 1px 0;
}

#social-sidebar a {
	background: #121212;
	color: #fff;
	display: block;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	position: relative;
	text-align: center;
	width: 50px;
}

.c1 {
	background-color: #00aced !important;
}

.c2 {
	background-color: #3b5998 !important;
}

.c3 {
	background-color: #c73229 !important;
}

.c4 {
	background-color: #e14a34 !important;
}

.entypo-facebook:before {
	content: "\f09a";
	font-family: FontAwesome!important;
}

.entypo-twitter:before {
	content: "\f099";
	font-family: FontAwesome!important;
}

.entypo-youtube:before {
	content: "\f167";
	font-family: FontAwesome!important;
}

.entypo-googlep:before {
	content: "";
	font-family: FontAwesome!important;
}

#social-sidebar a[class*="twitter"]:hover,
#social-sidebar a[class*="twitter"] span,
#social-sidebar a[class*="twitter"] span:before {
	background: #00aced;
}

#social-sidebar a[class*="facebook"]:hover,
#social-sidebar a[class*="facebook"] span,
#social-sidebar a[class*="facebook"] span:before {
	background: #3b5998;
}

#social-sidebar a[class*="youtube"]:hover,
#social-sidebar a[class*="youtube"] span,
#social-sidebar a[class*="youtube"] span:before {
	background: #c73229;
}

#social-sidebar a[class*="googlep"]:hover,
#social-sidebar a[class*="googlep"] span,
#social-sidebar a[class*="googlep"] span:before {
	background: #e14a34;
}

#social-sidebar a:hover span {
	left: 130%;
	opacity: 1;
}

#social-sidebar a span {
	border-radius: 3px;
	line-height: 24px;
	left: -100%;
	margin-top: -16px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	padding: 4px 8px;
	position: absolute;
	-webkit-transition: opacity .3s, left .4s;
	-moz-transition: opacity .3s, left .4s;
	-ms-transition: opacity .3s, left .4s;
	-o-transition: opacity .3s, left .4s;
	transition: opacity .3s, left .4s;
	top: 50%;
	white-space: nowrap;
	z-index: -1;
}

#social-sidebar a span:before {
	content: "";
	display: block;
	height: 8px;
	left: -4px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 8px;
	z-index: -2;
}

#social-sidebar a:before {
	font-family: 'entypo', sans-serif;
}

#social-sidebar a[class*="twitter"]:hover,
#social-sidebar a[class*="twitter"] span,
#social-sidebar a[class*="twitter"] span:before {
	background: #00aced;
}

#social-sidebar a[class*="dribbble"]:hover,
#social-sidebar a[class*="dribbble"] span,
#social-sidebar a[class*="dribbble"] span:before {
	background: #ea4c89;
}

#social-sidebar a[class*="behance"]:hover,
#social-sidebar a[class*="behance"] span,
#social-sidebar a[class*="behance"] span:before {
	background: #1769ff;
}

.header-fixed .logo:before {
	margin-right: -33px !important;
}

.heading_plan {
	text-align: center;
	-webkit-box-shadow: 0px 25px 55px 0px rgba(0, 0, 0, 0.21), 0px 16px 28px 0px rgba(0, 0, 0, 0.22);
	box-shadow: 0px 25px 55px 0px rgba(0, 0, 0, 0.21), 0px 16px 28px 0px rgba(0, 0, 0, 0.22);
	background: #0fd0fd;
	padding: 5px;
	color: #fff;
}

.fix-right {
	float: right;
	top: 150px !important;
	right: 0;
	position: fixed;
	z-index: 999999999;
}

.logmod {
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1;
	z-index: 1;
}

.logmod::after {
	clear: both;
	content: "";
	display: table;
}

.logmod__wrapper {
	display: block;
	background: #FFF;
	position: relative;
	max-width: 550px;
	border-radius: 4px;
	box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
	margin: 0px auto;
}

.logmod__close {
	display: block;
	position: absolute;
	right: 50%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	top: -72px;
	margin-right: -24px;
	width: 48px;
	height: 48px;
}

.logmod__container {
	overflow: hidden;
	width: 100%;
}

.logmod__container::after {
	clear: both;
	content: "";
	display: table;
}

.logmod__tab {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}

.logmod__tab-wrapper {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.logmod__tab.show {
	opacity: 1;
	height: 100%;
	visibility: visible;
}

.logmod__tabs {
	list-style: none;
	padding: 0;
	margin: 0;
}

.logmod__tabs::after {
	clear: both;
	content: "";
	display: table;
}

.logmod__tabs li.current a {
	background: #FFF;
	color: #333;
}

.sumbit:hover {
	background: #a9cf46 !important;
}

.logmod__tabs li a {
	width: 50%;
	position: relative;
	float: left;
	text-align: center;
	background: #a9cf46;
	line-height: 50px;
	height: 50px;
	text-decoration: none;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	cursor: pointer;
}

.logmod__tabs li a:focus {
	outline: dotted 1px;
}

.logmod__heading {
	text-align: center;
	padding: 12px 0 12px 0;
}

.logmod__heading-subtitle {
	display: block;
	font-weight: 400;
	font-size: 15px;
	color: #888;
	line-height: 48px;
}

.logmod__form {
	border-top: 1px solid #e5e5e5;
}

.logmod__alter {
	display: block;
	position: relative;
	margin-top: 7px;
}

.logmod__alter::after {
	clear: both;
	content: "";
	display: table;
}

.logmod__alter .connect:last-child {
	border-radius: 0 0 4px 4px;
}

.connect {
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
}

.connect::after {
	clear: both;
	content: "";
	display: table;
}

.connect:focus,
.connect:hover,
.connect:visited {
	color: #FFF;
	text-decoration: none;
}

.connect__icon {
	vertical-align: middle;
	float: left;
	width: 70px;
	text-align: center;
	font-size: 22px;
}

.connect__context {
	vertical-align: middle;
	text-align: center;
}

.connect.facebook {
	background: #3b5998;
	color: #FFF;
}

.connect.facebook a {
	color: #FFF;
}

.connect.facebook .connect__icon {
	background: #283d68;
}

.connect.googleplus {
	background: #dd4b39;
	color: #FFF;
}

.connect.googleplus a {
	color: #FFF;
}

.connect.googleplus .connect__icon {
	background: #b52f1f;
}

.simform {
	position: relative;
}

.simform__actions {
	padding: 5px;
	font-size: 14px;
}

.simform__actions::after {
	clear: both;
	content: "";
	display: table;
}

.simform__actions .sumbit {
	height: 48px;
	float: right;
	color: #FFF;
	width: 50%;
	font-weight: 700;
	font-size: 16px;
	background: #1d1c1c;
	margin-top: 7px;
}

.simform__actions .sumbit::after {
	clear: both;
	content: "";
	display: table;
}

.simform__actions-sidetext {
	display: inline-block;
	float: left;
	width: 50%;
	padding: 0 10px;
	margin: 9px 0 0 0;
	color: #a9cf46;
	text-align: center;
	line-height: 24px;
}

.simform__actions-sidetext::after {
	clear: both;
	content: "";
	display: table;
}

.sminputs {
	border-bottom: 1px solid #E5E5E5;
}

.sminputs::after {
	clear: both;
	content: "";
	display: table;
}

.sminputs .input {
	display: block;
	position: relative;
	width: 50%;
	height: 46px;
	padding: 5px 13px;
	border-bottom: none;
	float: left;
	background-color: #FFF;
	border-radius: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 45px;
}

.sminputs .input.active {
	background: #eee;
}

.sminputs .input.active .hide-password {
	background: #eee;
}

.sminputs .input.full {
	width: 100%;
}

.sminputs .input label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 12px;
	cursor: pointer;
	line-height: 24px;
}

.sminputs .input input {
	postion: relative;
	font-size: 15px;
	color: #555;
	border-radius: 4px;
	vertical-align: middle;
	box-shadow: none;
	box-sizing: border-box;
	width: 100%;
	border: none;
	padding: 0;
	background-color: transparent;
	color: rgba(75, 89, 102, 0.85);
}

.sminputs .input input:focus {
	outline: none;
}

.sminputs .hide-password {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0 15px;
	border-left: 1px solid #e4e4e4;
	font-size: 14px;
	background: #FFF;
	overflow: hidden;
	color: #444;
	cursor: pointer;
	margin-top: 12px;
	line-height: 38px;
}

.special {
	color: #a9cf46;
	position: relative;
	text-decoration: none;
	transition: all 0.15s ease-out;
}

.special:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0px;
	left: 0;
	background: #f00;
	visibility: hidden;
	transform: scaleX(0);
	transition: all 0.3s ease-in-out 0s;
}

.special:hover {
	transition: all 0.15s ease-out;
}

.special:hover:before {
	visibility: visible;
	transform: scaleX(1);
}

#slider-thumbs a.thumbnail {
	cursor: pointer;
	background: transparent;
	border: none;
}

.mobile_main_menu .navbar-toggle .icon-bar {
	background: white;
}

.login-btn-top {
	border: none;
	background: #8cc63e !important;
	padding: 10px 15px;
	
	border-radius: 0px;
	font-size: 14px;
	float: right;
}

.login-btn-top a {
	color: white;
	text-decoration: none;
}

.login-btn-top:hover,
.login-btn-top:focus,
.login-btn-top:active {
	background: #8cc63e !important;
	opacity: 0.9;
	border: none;
	outline: none;
}

.login-btn-bottom {
	border: none;
	background: #a9cf46;
	padding: 5px 14px;
	margin-top: -8px;
	border-radius: 3px;
	font-size: 14px;
}

.login-btn-bottom a {
	color: white;
	text-decoration: none;
}

.login-btn-bottom:hover,
.login-btn-bottom:focus,
.login-btn-bottom:active {
	background: #8cc63e;
	opacity: 0.9;
	border: none;
	outline: none;
}

.mt40 {
	margin-top: 40px;
}

.btn-thm {
	font-family: "Roboto", sans-serif !important;
	font-weight: 700;
	border: #a9cf46;
	text-transform: uppercase;
	color: #fff !important;
	display: inline-block;
	background: #a9cf46 !important;
	position: relative;
	letter-spacing: 1px;
	line-height: 40px;
	padding-left: 27px;
	border-radius: 3px;
	padding-right: 9px;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.mt20 {
	margin-top: 20px;
}

.mt20:focus {
	outline: none;
}

.mb20 {
	margin-bottom: 20px;
}

.about-box1 {
	width: 100%;
	border-radius: 10px;
	text-align: center;
	text-transform: uppercase;
	margin-top: -90px;
	z-index: 999;
	position: relative;
}

.about-bg1 {
	background-color: #0fd0fd;
}

.about-bg2 {
	background-color: #2ecc71;
}

.about-box1 .box1 {
	padding: 20px 0px;
	border-bottom: 1px solid #ccc;
}

.about-box1 .box2 {
	padding: 30px 0px;
}

.about-box1 .title1 {
	color: white;
}

.about-box1 .title2 {
	color: white;
}

.about-box1 .title3 {
	color: white;
}

.wpcf7 .form-group {
	margin: 0 0 15px 0;
}

.media-body {
	overflow: hidden;
	zoom: 1;
}

.media-body {
	display: table-cell;
	vertical-align: top;
}

.form-control-wrap {
	position: relative;
}

.mycontacts input.form-control2 {
	border: 1px solid #dedede;
	border-radius: 0;
	box-shadow: none;
	height: 48px;
}

.mycontacts select.form-control2 {
	border: 1px solid #dedede;
	border-radius: 0;
	box-shadow: none;
	height: 48px;
}

.mycontacts label.control-label {
	border: 1px solid #dedede;
	border-right: none;
	text-align: center;
	line-height: 44px;
	height: 48px;
	padding-top: 0;
	width: 48px;
}

.mycontacts label.control-label .fa {
	color: #a9cf46;
	font-size: 20px;
}

.form-control2 {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	letter-spacing: 0.5px;
	color: #1d1d1d;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.contacts-widget {
	background: #000;
	padding: 20px;
}

.contacts-widget ul.contact li i {
	background: #a9cf46;
	padding: 5px;
	color: white;
	width: 35px;
	height: 35px;
	margin: 2px;
	text-align: center;
	font-size: 20px;
	margin-right: 15px;
	border-radius: 3px;
}

.contacts-widget ul.contact li span {
	font-size: 16px;
	color: #e6e6e6;
}

.contacts-widget ul.contact li {
	margin-bottom: 15px;
}

.mycontacts textarea.form-control2 {
	border: 1px solid #e7e7e7;
	border-radius: 0;
	box-shadow: none;
	min-height: 120px;
}

.gl-item img {
	border-radius: 4px;
	height: 100%;
	max-height: 170px;
}

.gl-item {
	cursor: pointer;
}

.list-inline2>li {
	display: inline-block;
	padding-left: 9px;
	border: 2px solid #a9cf46;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	padding-top: 7px;
	margin-right: 10px;
}

.social-links2 a {
	line-height: 24px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	margin-right: 10px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.serviceBox3 {
	border: 1px solid #dfdfdf;
	border-radius: 0px 30px;
	padding: 25px 10px 10px;
	text-align: center;
	transition: all 0.5s ease 0s;
	margin-top: 0px;
}

.serviceBox3:hover {
	background-color: #a9cf46;
	border-color: #a9cf46;
}

.serviceBox3 .service-icon {
	width: 60px;
	height: 60px;
	background-color: #a9cf46;
	border-radius: 0 20px;
	margin: 0 auto 25px;
	transition: all 0.5s ease 0s;
}

.serviceBox3:hover .service-icon {
	background-color: #fff;
}

.serviceBox3 .service-icon i {
	font-size: 26px;
	color: #fff;
	line-height: 60px;
	transition: all 0.5s ease 0s;
}

.serviceBox3:hover .service-icon i {
	color: #a9cf46;
}

.serviceBox3 .title {
	font-size: 16px;
	font-weight: bold;
	color: #212121;
	margin-bottom: 20px;
	text-transform: capitalize;
	transition: all 0.5s ease 0s;
}

.serviceBox3:hover .title {
	color: #fff;
}

.serviceBox3 .title:after {
	content: "";
	width: 25%;
	border-top: 1px solid #5e5e5e;
	display: block;
	margin: 15px auto;
	transition: all 0.8s ease 0s;
}

.serviceBox3:hover .title:after {
	width: 80%;
	border-color: #fff;
}

.serviceBox3 .description {
	font-size: 15px;
	color: #212121;
	line-height: 23px;
	margin-bottom: 30px;
	transition: all 0.5s ease 0s;
}

.serviceBox3:hover .description {
	color: #fff;
}

.serviceBox3 .read {
	font-size: 14px;
	color: #444;
	background-color: #dcdcdc;
	border-radius: 0 20px;
	padding: 10px 20px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 0.5s ease 0s;
}

.serviceBox3 .read:hover {
	background: #fff;
}

@media only screen and (max-width:990px) {
	.serviceBox3 {
		margin-bottom: 30px;
	}
}

#sub-header {
	position: relative;
	z-index: 2;
}

.meta-header {
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-color: #ffffff;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	background-size: auto;
	padding-bottom: 0.035px;
}

.limit-wrapper {
	z-index: 555;
	display: block;
	float: none;
	margin: auto;
	min-width: 320px;
	min-height: 100%;
	max-width: 1260px;
	width: auto;
	-ms-zoom: 1;
}

.limit-wrapper>div {
	position: relative;
}

#sub-header .page-header1 {
	1padding: 40px 60px;
	margin: 0px;
}

.page-header1 .page-header-content {
	width: 100%;
	text-align: left;
	position: relative;
}

.page-header1 h1 {
	padding: 0!important;
	width: 100%;
	margin: 0;
	text-align: center;
	position: relative;
	color: #4d4d4d;
}

.page-header1 .title {
	padding: 80px 0 20px 0;
	display: block;
}

.page-header1 .desc {
	display: block;
	font: normal 14px Arial;
	text-align: center;
	margin-top: 10px;
}

.page-header1 .desc p {
	font-size: 15px;
	color: #a9cf46;
}

.bt-progress .progress {
	height: 30px;
	margin-top: 2px;
}

.bt-progress .progress .progress-bar {
	width: 100%;
	line-height: 30px;
	font-size: 18px;
}

.trainer-des figure {
	margin-bottom: 20px;
}

.trainer-des {
	overflow: hidden;
}

.user-feedback {
	background: #333;
	border: 1px solid #ccc;
	width: 100%;
	height: auto;
	padding: 20px 0px;
	border-radius: 5px;
	margin-top: 20px;
}

.header-contents {
	background-color: #474747;
	background-image: url(../images/headerbg3.jpg);
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	transform: translateY(0px);
	background-size: cover;
	border-bottom: 2px solid #a9cf46;
}

.header-contents_profile {
	background-color: transparent;
	height: auto;
	background-repeat: no-repeat;
	background-position: center center;
	transform: translateY(0px);
	background-size: cover;
}

.page-header1 .title {
	display: block;
	padding-top: 12%!important;
}

.body-type-title {
	color: white;
	margin-bottom: 20px;
}

.page-header1 {
	background: transparent;
}

h1.header3 {
	color: #fafafa;
}

.mt10 {
	margin-top: 10px;
}

.mt30 {
	margin-top: 30px;
}

.user-feedback article .username {
	color: white;
	font-size: 16px;
}

.user-feedback article .commentp {
	color: #d2d2d2;
	line-height: 21px;
	letter-spacing: 0.35px;
	padding-top: 10px;
}

.user-feedback article {
	padding: 15px 20px;
	border-bottom: 1px dotted #4c4c4c;
}

.user-feedback .star-ratings-sprite {
	background: url(https://www.musclesandwellness.com/home/images/star-rating-sprite.png) repeat-x;
	font-size: 0;
	height: 21px;
	line-height: 0;
	overflow: hidden;
	text-indent: -999em;
	width: 110px;
	margin: 0 auto;
	float: left;
}


/*.star-ratings-sprite-rating{background:url(https://www.musclesandwellness.com/home/images/star-rating-sprite.png) repeat-x;background-position:0 100%;float:left;height:21px;display:block;}*/

.feature12 .owl-controls {
	display: none;
}

.transform ul.hide-bullets li a.thumbnail {
	margin-left: -8px;
	margin-right: -8px;
}

.transform ul.hide-bullets li a.thumbnail:hover {
	opacity: .8;
	transform: scale(1.08);
	border-radius: 0px;
}

.transform .owl-prev {
	width: 35px;
	height: 35px;
	color: white;
	background: #a9cf46;
	font-size: 25px;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
	float: left;
	margin-right: 10px;
}

.transform .owl-next {
	width: 35px;
	height: 35px;
	color: white;
	background: #a9cf46;
	font-size: 25px;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
	float: left;
}

.transform2 .owl-prev {
	width: 35px;
	height: 35px;
	color: white;
	background: #a9cf46;
	font-size: 25px;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
	float: left;
	margin-right: 10px;
}

.transform2 .owl-next {
	width: 35px;
	height: 35px;
	color: white;
	background: #a9cf46;
	font-size: 25px;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
	float: left;
}

.pl15 {
	padding-left: 15px;
}

.mr15 {
	margin-right: 15px;
}

.our-team21 .social21 {
	display: none;
}

.our-team21:hover .social21 {
	display: block;
}

.main_plan_row .form-group label {
	color: #f7f7f7;
}

.transform .carousel-inner .ml30 {
	margin-left: 30px;
}

.myteams2 .our-team2 {
	text-align: center;
	margin-bottom: 40px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 20px 20px 20px 20px;
}

.myteams2 .our-team2 .pic {
	padding: 10px 10px 0;
	position: relative;
}

.myteams2 .our-team2 .pic:before,
.myteams2 .our-team2 .pic:after {
	content: "";
	width: 100%;
	height: 100%;
	border-top: 2px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0, 1);
	transition: all 0.4s ease-in-out 0s;
}

.myteams2 .our-team2 .pic:after {
	border: none;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	transform: scale(1, 0);
}

.myteams2 .our-team2:hover .pic:before,
.myteams2 .our-team2:hover .pic:after {
	border-color: #a9cf46;
	transform: scale(1);
	border-radius: 20px;
}

.myteams2 .our-team2 .pic img {
	width: 100%;
	height: auto;
	border-radius: 20px 20px 0 0;
}

.myteams2 .our-team2 .team-content {
	background: #333;
	padding: 20px 0px 10px;
	color: #fff;
	position: relative;
	border-radius: 0px 0px 20px 20px;
}

.myteams2 .our-team2:hover .team-content {
	background: #a9cf46;
}

.myteams2 .our-team2 .team-content:before {
	content: "+";
	width: 20px;
	height: 20px;
	font-size: 17px;
	color: #fff;
	background: #333;
	position: absolute;
	top: -20px;
	right: 0;
	transition: all 0.3s ease 0s;
}

.myteams2 .our-team2:hover .team-content:before {
	width: 100%;
	background: #a9cf46;
	color: #a9cf46;
}

.myteams2 .our-team2 .title {
	font-size: 18px;
	margin: 0 0 8px 0;
	text-transform: uppercase;
	color: white;
}

.myteams2 .our-team2 .post {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}

.myteams2 .our-team2 .social {
	padding: 0;
	list-style: none;
	position: absolute;
	top: -37px;
	left: 0;
	right: 0;
	margin: auto;
	transform: scale(0);
	transition: all 0.3s ease 0s;
}

.myteams2 .our-team2:hover .social {
	transform: scale(1);
}

.myteams2 .our-team2 .social li {
	display: inline-block;
}

.myteams2 .our-team2 .social li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #a0a0a0;
	margin-right: 10px;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease 0s;
}

.myteams2 .our-team2 .dnone {
	color: #333;
}

.myteams2 .our-team2:hover .dnone {
	color: white;
}

.myteams2 .our-team2 .social li a:hover {
	color: #fff;
}

.myteams2 .our-team2 .social li a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	border: 2px solid #a9cf46;
	top: 0;
	left: 0;
	background: #fff;
	transform: rotate(45deg);
	z-index: -1;
	transition: all 0.3s ease-in-out 0s;
}

.myteams2 .our-team2 .social li:hover a:before {
	background: #333;
	color: #fff;
	transform: rotate(-45deg);
}

.fix-right2 {
	display: none;
}

.fix-right {
	display: block;
}

.about-contents p {
	font-size: 16px;
	letter-spacing: 0.1px;
	line-height: 26px;
}

.clear-fix {
	clear: both;
	overflow: hidden;
}

.ml20 {
	margin-bottom: 20px;
}

.page-header1 .title2 {
	padding: 20px 0 100px 0;
	display: block;
}

@media only screen and (max-width:990px) {
	.myteams2 .our-team2 {
		margin-bottom: 10px;
	}
	.fix-right2 {
		display: block;
		float: right;
		top: 80px !important;
		right: 0;
		position: fixed;
		z-index: 999999999;
		border-radius: 4px;
	}
	.fix-right {
		display: none;
	}
}

.fr-sec .nav-tabs>li.active>a,
.fr-sec .nav-tabs>li.active>a:hover,
.fr-sec .nav-tabs>li.active>a:focus {
	color: #fff;
	cursor: default;
	background-color: #a9cf46;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.fr-sec .nav-tabs>li>a {
	color: black;
}

.fr-sec .nav-tabs>li>a:hover,
.fr-sec .nav-tabs>li>a:focus,
.fr-sec .nav-tabs>li>a:active {
	color: white;
	background: black;
}

.fr-sec .nav-tabs>li:hover,
.fr-sec .nav-tabs>li:focus,
.fr-sec .nav-tabs>li:active {
	color: white;
	background-color: #a9cf46;
}

.fr-sec .nav-tabs {
	text-align: center;
	display: block;
	margin: 30px auto 20px;
}

.fr-sec .nav-tabs>li {
	width: 24.7%;
	float: none;
	margin-bottom: -1px;
	display: inline-block;
	background: #555555;
	color: white;
}

.fr-sec .nav-tabs {
	border-bottom: none;
}

.fr-sec .nav-tabs>li.active {
	background-color: #a9cf46;
}

.fr-sec .nav-tabs>li>a {
	color: white;
	font-size: 16px;
	text-transform: uppercase;
}

.fr-sec .tab-content ul li {
	font-size: 16px;
	margin-bottom: 10px;
}

.fr-sec .tab-content {
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 15px;
}

.app-form {
	overflow: hidden;
	padding: 20px;
	background: white;
	box-shadow: -1px 2px 12px -2px #ccc;
}

.trainer-des {
	padding: 20px;
	box-shadow: 14px 23px 30px 0px rgba(62, 62, 62, 0.2);
	border: 1px solid rgba(114, 114, 114, 0.1);
}

.styled-icons.icon-dark a {
	background-color: #111111;
	color: #fff;
	display: block;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	width: 36px;
}

.styled-icons li {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 0;
}

.styled-icons a {
	color: #333333;
	font-size: 18px;
	height: 32px;
	line-height: 32px;
	width: 32px;
	float: left;
	margin: 5px 7px 5px 0;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.gallery-box21 {
	width: 150px;
	height: 150px;
	border: 1px solid #ccc;
	border-radius: 50%;
	padding: 35px 15px 15px 15px;
	text-align: center;
	margin: 20px 0px;
	background-size: cover;
	background-image: url(../images/gym3.png);
}

.gallery-box21 span.fafa {
	font-size: 65px;
	text-align: center;
	color: #008036;
	margin-bottom: 15px;
	display: block;
}

.gallery-box21 h4 {
	font-size: 18px;
	text-align: center;
	color: #fff;
	letter-spacing: 0.2px;
}

.gallery-box21:hover {
	cursor: pointer;
	opacity: 0.75;
	background: url(../images/gym.png);
	background-size: cover;
	transition-duration: 0.3s;
}

.gallery-box21 .dnone {
	display: none;
	font-size: 36px;
	line-height: 60px;
	color: white;
}

.gallery-box21 .dnone p {
	color: white;
	font-size: 16px;
	margin-top: -6px;
	letter-spacing: 0.5px;
}

.gallery-box21:hover .dnone {
	display: block;
	transition-duration: 0.5s;
}

.gallery-box21:hover h4 {
	display: none;
}

.mymodels {
	margin-top: 5%;
}

.mymodels .modal-content {
	border: 2px solid #333333;
}

.mymodels .modal-content ul.popul li {
	color: #333;
}

.mymodels .modal-title {
	color: white;
	font-size: 22px;
	text-align: center;
}

.mymodels .modal-header {
	background: #a9cf46;
	color: white;
	padding: 10px;
}

.mymodels .modal-body .header-box {
	background: rgba(204, 204, 204, 0.34);
	padding: 15px;
	margin-top: -15px;
	margin-bottom: 15px;
}

.color-green {
	color: green;
}

.mb10 {
	margin-bottom: 10px;
}

.mymodels .modal-content ul.popul li:before {
	content: "\f046";
	font-family: FontAwesome;
	display: inline-block;
	padding-right: 3px;
	font-size: inherit;
}

.mymodels .modal-content p.footerp {
	color: #444;
	line-height: 18px;
	padding-top: 15px;
	font-weight: 600;
}

.mymodels .close-btn {
	margin-top: -2px;
	background: #464646;
	z-index: 9999999;
	overflow: hidden;
	padding: 0px 10px;
	color: white;
	box-shadow: none;
	position: absolute;
	right: 8px;
	font-size: 24px;
	border: none;
}

.mymodels .close-btn:hover {
	background: #ccc;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mygallery1 .owl-carousel .owl-item {
	width: 5%!important;
}

.app-form h4.fr-head {
	padding-bottom: 15px;
}

.calculator-section {
	background: #fff;
	padding: 30px 0px;
}

.calculator-section .form-control {
	height: 36px;
	border-radius: 3px;
	margin-bottom: 25px;
}

.calculator-section label {
	font-weight: 500;
	text-transform: uppercase;
	color: #676767;
}

img.body-fat {
	height: auto;
	width: 100px;
	margin-bottom: 15px;
	margin-right: 5px;
	display: inline-block;
	border: 1px solid #3e3e3e;
	border-radius: 3px;
	padding: 4px;
}

img.body-fat:hover {
	opacity: 0.5;
	transition: .5s;
	border: 1px solid #fff;
}

.col-md-4.col-xs-12.tp-pb-zs50.tp-ml-zs30.tp-ml-zx0 {
	margin-left: -5%;
	margin-top: -1.5%;
}

.figurespc h4 {
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 10%;
}

.contact_figure {
	padding-top: 6%;
}

.app-form h2 small {
	font-weight: normal;
	color: #888;
	display: block;
}

.app-form .group {
	position: relative;
	margin-bottom: 25px;
}

.app-form input {
	font-size: 16px;
	padding: 10px 10px 8px 5px;
	display: block;
	width: 100%;
	border: none;
	border-bottom: 1px solid #a9cf46;
}

.app-form input:focus {
	outline: none;
}

.addsection>img {
	margin-bottom: 10px;
}

.app-form label {
	color: #999;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.app-form input:focus~label,
.app-form input:valid~label {
	top: -15px;
	font-size: 16px;
	color: #7d7d7d;
}

.app-form .bar {
	position: relative;
	display: block;
	width: 100%;
}

.app-form .bar:before,
.app-form .bar:after {
	content: '';
	height: 1px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #a9cf46;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.app-form .bar:before {
	left: 50%;
}

.app-form .bar:after {
	right: 50%;
}

.app-form input:focus~.app-form .bar:before,
.app-form input:focus~.app-form .bar:after {
	width: 50%;
}

.app-form .highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}

.app-form input:focus~.highlight {
	-webkit-animation: inputHighlighter 0.3s ease;
	-moz-animation: inputHighlighter 0.3s ease;
	animation: inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
	from {
		background: #a9cf46;
	}
	to {
		width: 0;
		background: transparent;
	}
}

@-moz-keyframes inputHighlighter {
	from {
		background: #a9cf46;
	}
	to {
		width: 0;
		background: transparent;
	}
}

@keyframes inputHighlighter {
	from {
		background: #a9cf46;
	}
	to {
		width: 0;
		background: transparent;
	}
}

#proRangeSlider {
	padding: 15px 0px 15px 15px;
}

.myrange output {
	display: inline-block;
	margin-top: -6px;
	background: #212832;
	color: white;
	width: 40px;
	height: 30px;
	text-align: center;
	border: none;
	position: absolute;
}

.myrange input[type="range"] {
	display: inline-block;
	-webkit-appearance: none;
	width: 90%;
	background: linear-gradient(to right, #a9cf46 0%, #a9cf46 100%);
	overflow: hidden;
	outline: none;
	margin-bottom: 20px;
}

.myrange input::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 20px;
	height: 20px;
	background: #27ae60;
	position: relative;
	z-index: 3;
}

.myrange label {
	display: block;
}

.myrange .red::-webkit-slider-thumb {
	background: #000;
}

.myrange .red::-webkit-slider-thumb:after {
	background: #000;
}

.p1contents {
	width: 100%;
	padding: 10px;
	border-radius: 3px;
	margin-bottom: 25px;
	border: 2px solid #a9a9a9;
	cursor: pointer;
	text-align: left;
	text-transform: uppercase;
}

.p1contents a {
	text-align: left;
	font-size: 18px;
	margin-bottom: 0px;
	color: #a9cf46;
}

.p1contents:hover {
	border: 2px solid #a9cf46;
	transition: .6s;
}

.p1contents:hover a {
	color: white;
	transition: .6s;
}

.p1contents label {
	font-size: 48px;
	margin-top: -20px;
	margin-right: -15px;
	cursor: pointer;
}

input[type=checkbox] {
	display: none;
}

input[type=checkbox]+label:before {
	font-family: FontAwesome;
	display: inline-block;
}

input[type=checkbox]+label:before {
	content: "\f096";
	color: #f7f7f7;
}

input[type=checkbox]+label:before {
	letter-spacing: 10px;
}

input[type=checkbox]:checked+label:before {
	content: "\f046";
	color: #27ae60;
}

input[type=checkbox]:checked+label:before {
	letter-spacing: 5px;
}

.p2contents {
	width: 100%;
	padding: 10px;
	border-radius: 6px;
	margin-bottom: 25px;
	border: 2px solid #a9a9a9;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
}

.p2contents a {
	text-align: center;
	font-size: 18px;
	margin-bottom: 0px;
	color: #a9cf46;
}

.p2contents:hover {
	border: 2px solid #a9cf46;
	background: #a9cf46;
	transition: .6s;
}

.p2contents:hover a {
	color: white;
	transition: .6s;
}

.h41 h4 {
	text-align: center;
	color: white;
	margin-top: 20px;
}

.planform_section input[type="radio"] {
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.planform_section table td {
	text-align: center;
	color: #f7f7f7;
	font-size: 18px;
	vertical-align: middle;
}

.planform_section table th {
	vertical-align: middle!important;
	text-align: center;
	color: #f7f7f7;
	background: #a9cf46;
	font-size: 18px;
}


/*.navbar-collapse ul.navbar-nav li a.active{background:#a9cf46!important;}*/

.navbar-collapse ul.navbar-nav li a.active:hover {
	color: white;
}

.bgblack {
	padding-bottom: 45px;
	padding-top: 15px;
	background: url(../images/BG2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.bgblack h2 {
	color: white;
	margin-bottom: 30px;
}

.bgabout {
	background: url(../images/about-background.jpg);
	width: 100%;
	background-size: cover;
	height: 100%;
	padding: 40px 0;
}

.trainer-search-box {
	display: block;
	overflow: hidden;
	background: #212832;
	padding: 20px 0px;
	margin-bottom: 40px;
}

.calcbox1 {
	background: rgba(236, 161, 22, 0.78);
	padding: 20px;
	border-radius: 5px;
}

.calcbox2 {
	background: #333333;
	padding: 20px;
	border-radius: 5px;
}

.calcbox1 label,
.calcbox2 label {
	color: white;
}

.calcbox1 h3,
.calcbox2 h3 {
	color: white;
	margin-bottom: 25px;
}

.clicksearch {
	font-size: 24px;
	color: #333;
	float: right;
	margin-bottom: 10px;
}

.team_section .about_heading {
	margin-bottom: 8%;
	margin-top: 0;
	text-align: center;
}

.figurespc {
	float: left;
	margin-right: 30px;
}

.avatar-img1 {
	width: 100%;
	max-width: 70px;
}

.ptb30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.thumb img {
	border-radius: 8px;
}

.nopadding {
	padding: 0px;
}

.planpara {
	border-top: 4px solid #10110f;
	background: #fff;
	height: 269px;
	padding: 1% 2%;
}

.planpara1 {
	border-bottom: 4px solid #10110f;
	background: #fff;
	height: 268.2px;
	padding: 1% 2%;
}

section.plan_part {
	padding: 50px 0px;
	background: url(../images/about-background.jpg);
}

.feature_heading_new {
	color: #a9cf46;
	font-size: 20px;
}

.premium_plan {
	font-size: 15px;
	line-height: 20px;
	margin-top: 9%;
	margin-bottom: 12%;
}

.viewplan {
	color: #fff;
	font-size: 13px;
	border: 2px solid white;
	border-radius: 50px;
	padding: 2% 8%;
	font-weight: bold;
}

.viewplan:hover {
	background: #444;
	color: #fff !important;
	text-decoration: none;
	transition: 1s ease all;
	border: 1px solid #444;
}

.viewplan_part {
	padding: 50px 0px;
	background: #1b1f25;
}

.panel-title {
	font-size: x-large;
}

#resume-section.color2 .col-sm-6:nth-child(odd) {
	clear: left;
}

#resume-section.color2 .col-sm-6:nth-child(even) {
	clear: right;
}

.portfolio-filter {
	text-align: center;
	margin-bottom: 50px;
	margin-top: 40px;
	position: relative;
}

.portfolio-filter:before,
.portfolio-filter:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 20%;
	height: 1px;
	background-color: #fff;
	opacity: 0.75;
}

.portfolio-filter:after {
	left: auto;
	right: 0;
}

.portfolio-filter button {
	background-color: transparent;
	border: solid 1px #ffffff;
	display: inline-block;
	padding: 3px 10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.portfolio-filter button.active,
.portfolio-filter button:hover {
	background-color: #ffffff;
	color: #252525;
}

.timeline-item:before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 33px;
	top: 0;
	background-color: rgba(255, 255, 255, 0.3);
}

.timeline-item:after {
	content: '';
	position: absolute;
	left: 28px;
	top: 77px;
	width: 10px;
	height: 10px;
	border-radius: 50px 50px 50px 50px;
	background-color: #fff;
}

.timeline-item1:before {
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 33px;
	top: 0;
	background-color: rgba(255, 255, 255, 0.3);
}

.timeline-item1:after {
	content: '';
	position: absolute;
	left: 28px;
	top: 107px;
	width: 10px;
	height: 10px;
	border-radius: 50px 50px 50px 50px;
	background-color: #fff;
}

.timeline-item {
	padding-left: 5%;
}

.page-title {
	padding: 0;
	margin: 0;
	border: 0;
	font-size: 33px;
	font-weight: 900;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	color: #fff;
}

.img-plan {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

h6.header-caption.user-designation.lead {
	color: #fff;
}

.plantitle {
	margin-top: 0;
	margin-bottom: 24px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	font-size: 21px;
	margin-top: 3%;
}

.plan_ui li {
	color: #fff;
	list-style: disk !important;
	padding: 1% 0px;
	font-size: 17px;
}

.plan_icon {
	padding-right: 3%;
}

ul.plan_ui {
	margin-left: 3%;
}

p.mypalnpara {
	color: #b8b2b2;
}

.planbtn {
	font-size: 23px;
	background: #a9cf46!important;
	color: #fff;
	padding: 1.5% 13%;
}

.planbtn:hover {
	background: transparent;
	border: 1px solid rgba(236, 161, 22, 0.78);
	color: #fff;
	transition: 1s ease-in-out all;
}

.red:checked+label:before {
	top: -4px;
	left: -3px;
	width: 12px;
	height: 22px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid red;
	border-bottom: 2px solid red;
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transform: rotate(40deg);
	-webkit-backface-visibility: hidden;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.yellow:checked+label:before {
	top: -4px;
	left: -3px;
	width: 12px;
	height: 22px;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid yellow;
	border-bottom: 2px solid yellow;
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transform: rotate(40deg);
	-webkit-backface-visibility: hidden;
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}

.chip {
	display: inline-block;
	height: 32px;
	font-size: 13px;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.6);
	line-height: 32px;
	padding: 0 12px;
	border-radius: 16px;
	background-color: #E4E4E4;
}

.chip img {
	float: left;
	margin: 0 8px 0 -12px;
	height: 32px;
	width: 32px;
	border-radius: 50%;
}

.chip i.material-icons {
	cursor: pointer;
	float: right;
	font-size: 16px;
	line-height: 32px;
	padding-left: 8px;
}

add-on .input-group-btn>.btn {
	border-left-width: 0;
	left: -2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.add-on .form-control:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-color: #cccccc;
}

.navbar-nav>li>a {
	padding-bottom: 15px;
	padding-top: 15px;
}

.navbar-nav:last-child {
	border-right: 0
}

.trainerpic {
	border: 4px solid rgba(18, 16, 12, 0.98);
	border-radius: 5px;
}

.profile_h1 {
	font-size: 22px;
}

span.color-theme1 {
	color: #a9cf46;
	font-size: 33px;
	line-height: 41px;
}

.pgbar {
	background: #a9cf46 !important;
}

.btn-top-search {
	height: 32px;
	background: #a9cf46;
	color: white;
}

.form-control-top {
	background: rgba(255, 255, 255, 0.08);
	border-color: #888887;
	color: #f7f7f7;
	padding: 10px;
	height: 28px;
}

.mega-dropdown {
	position: static !important;
}

.mydrop153 {
	left: 56% !important;
}

body .dropdown-menu {
	top: 100%;
	left: 23% !important;
	background: #8cc63e !important;
}

.mega-dropdown-menu {
	padding: 9px 0px 0px;
	width: 38%;
	box-shadow: none;
	-webkit-box-shadow: none;

}
body .hover-content-01 {
    display: block;
    position: absolute;
	background: #8cc63e !important;
}
p.mybmr.text-center {
	color: #fff;
	margin-top: 6%;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}

.mega-dropdown-menu>li>ul {
	padding: 0;
	margin: 0;
}

.mega-dropdown-menu>li>ul>li {
	list-style: none;
}

.mega-dropdown-menu>li>ul>li>a {
	display: block;
	color: #222;
	padding: 3px 5px;
}

.mega-dropdown-menu>li ul>li>a:hover,
.mega-dropdown-menu>li ul>li>a:focus {
	text-decoration: none;
}

.mega-dropdown-menu .dropdown-header {
	font-size: 18px;
	color: #ff3546;
	padding: 5px 60px 5px 5px;
	line-height: 30px;
}

.mybmrimg {
	width: 18%;
}

.bmrpara {
	font-size: 16px;
	text-align: center;
	padding: 1% 14%
}

.btn145 {
	display: block;
	margin: 15px auto 0;
	border: 1px solid #a9cf46!important;
}

.btn145:hover {
	color: white!important;
	background: #a9cf46!important;
}

.mydrop153 {
	max-width: 150px;
}

.mydrop153 a {
	color: white;
	padding: 10px 0 10px 20px;
	border-bottom: 1px solid #d6d4d4;
	display: block;
}

.panel-titl12 a {
	font-size: 16px !important;
}

.panel-heading123 {
	padding: 5px 15px !important;
}

.newrty {
	width: 35%;
}

.newdit {
	height: auto !important;
}

.sminputs {
	margin-top: 30px;
}

.sminputs .input input {
	color: rgba(75, 89, 102, 0.85);
	border: 1px solid #e2e2e2;
	margin-bottom: 15px;
	padding-left: 10px!important;
}

.sminputs {
	border-bottom: none!important;
}

.sminputs .hide-password {
	margin-top: -3px;
	margin-right: 15px;
}

.col-k-12 .col-md-1.col-sm-1.mycol {
	width: 11%!important;
}

@media(min-width:768px) {
	.col-k-12 {
		padding-left: 70px;
		padding-right: 30px;
		width: 100%;
		display: block;
	}
}