/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


html,
body {
	width: 100%;
	overflow-x: hidden;
	font:
		400 16px/26px "Inter",
		sans-serif;
}
body {
	background: #000;
	margin: 0px;
	padding: 0px;
	color: #fff;
}

body.showNav {
	height: 100%;
	overflow: hidden;
}
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
	color: #fff;
	margin: 0;
}
.text-reverse {
	color: #fff !important;
}
h1 {
	font:
		900 86px/96px "Heebo",
		sans-serif;
	display: block;
}
h2 {
	font:
		900 46px/54px "Heebo",
		sans-serif;
	display: block;
}
h3 {
	font:
		800 30px/40px "Heebo",
		sans-serif;
	display: block;
}
h4 {
	font:
		800 28px/38px "Heebo",
		sans-serif;
	display: block;
}
h5 {
	font:
		800 20px/28px "Heebo",
		sans-serif;
	display: block;
}
h6 {
	font:
		500 27px/36px "Heebo",
		sans-serif;
	display: block;
}




@media only screen and (max-width: 1279px) {
	h2 {
		font:
			700 40px/50px "Inter",
			sans-serif;
		display: block;
	}
}

@media only screen and (max-width: 991px) {
	h2 {
		font:
			700 28px/38px "Inter",
			sans-serif;
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	h2 {
		font:
			700 24px/32px "Inter",
			sans-serif;
		display: block;
	}

	html,
	body {
		width: 100%;
		overflow-x: hidden;
		font:
			400 16px/24px "Inter",
			sans-serif;
	}
}

.comman_title {
	font-size: 66px;
    line-height: 56px;
    font-weight: 900;
    color: #fff;
}
 

.comman_title span {
	position: relative;
	font-weight: 400;
	display:block;
	color: #fff;
	font-size: 32px;
	text-transform: uppercase;
} 

@media only screen and (max-width: 1151px) {

	.comman_title {
		font-size: 48px;
		line-height: 48px;
		font-weight: 900;
		color: #fff;
	}


	.comman_title span {
		position: relative;
		font-weight: 400;
		display:block;
		color: #fff;
		font-size: 24px;
		text-transform: uppercase;
	} 
}


@media only screen and (max-width: 991px) {

	.comman_title {
		font-size: 38px;
		line-height: 38px;
		font-weight: 900;
		color: #fff;
	}


	.comman_title span {
		position: relative;
		font-weight: 400;
		display:block;
		color: #fff;
		font-size: 20px;
		text-transform: uppercase;
	} 
}


.comman_title2 {
	font-size: 24px;
	text-transform: uppercase;
	line-height: 32px;
	display: block;
}
.comman_title2 small {
	text-align: right;
	float: right;
	font-size: 16px;
	color: #000;
	font-weight: 700;
	margin-top: 10px;
}

.bb {
	border-bottom: 1px solid #444;
}
.pb15 {
	padding-bottom: 15px;
}

.pb10 {
	padding-bottom: 10px;
}

a,
.btn-link {
	text-decoration: underline;
	color: #F7C41E;
}
a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
	color: #F7C41E;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #F7C41E;
	text-decoration: none;
}

.noEff,
.noEff:hover,
.noEff:focus {
	text-decoration: none;
}
.trans_eff {
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
}
.weight-900 {
	font-weight: 900;
}
.weight-800 {
	font-weight: 800;
}
.weight-700 {
	font-weight: 700;
}
.weight-600 {
	font-weight: 600;
}
.weight-500 {
	font-weight: 500;
}
.weight-400 {
	font-weight: 400;
}
.weight-300 {
	font-weight: 300;
}
.weight-200 {
	font-weight: 200;
}
.weight-100 {
	font-weight: 100;
}
.bg-white {
	background: #ffffff !important;
}
.bg-primary {
	background: #1A1A1A;
}
.bg-secondary {
	background: #edf67d;
}
.bg-treasury {
	background: #f85b59;
}
.color-bodyText {
	color: rgba(19, 23, 71, 0.8);
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
	font-size: 50%;
}
.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.ml10 {
	margin-left: 10px;
}

.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}

.mt60 {
	margin-top: 60px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mtb5 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb50 {
	margin-bottom: 50px;
}

.mr10{margin-right: 10px;}

.p15{padding: 15px;}

.pl50 {
	padding-left: 50px;
}
.pl100 {
	padding-left: 100px;
}

.fs12 {
	font-size: 12px !important;
}

.fs14 {
	font-size: 14px !important;
}
.fs16 {
	font-size: 16px !important;
}

.fs18 {
	font-size: 18px !important;
}

.fs20 {
	font-size: 20px !important;
}

.fs22 {
	font-size: 22px !important;
}

.dn {
	display: none;
}

.red {
	color: #fe4a49;
}

.yellow {
	color: #F7C41E;
}

.black {
	color: #000;
}

.gray {
	color: #555;
}

#canvas {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: fixed;
	z-index: -1;
	opacity: 0.2;
}
.demographic {
	font-size: 13px;
	line-height: 18px;
	color: #ccc;
	margin: 0;
}

#back-top {
	position: fixed;
	bottom: 10px;
	right: 25px;
	z-index: 3;
	display: block;
}
#back-top .goToTop {
 	text-decoration: none;
	text-align: center;
	line-height: 20px;
	color: #fff;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
}

#back-top .goToTop:hover {
	color: #F7C41E;
}

hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 0;
	border-top: 1px solid #444;
}

.btn1 {
	height: 60px;
	padding: 0 45px;
	font:
		800 16px/60px "Inter",
		sans-serif;
	box-shadow: none;
	outline: none !important;
	text-decoration: none;
	display: inline-block;
	border-radius: 0;
}

.btn2 {
	height: 48px;
	padding:0 40px;
	font:
		700 16px/48px "Inter",
		sans-serif;
	outline: none !important;
	text-decoration: none;
	display: inline-block;
}

.btn3 {
	height: 40px;
	padding: 0 40px;
	font:
		700 16px/40px "Inter",
		sans-serif;
	outline: none !important;
	text-decoration: none;
	display: inline-block;
}

.btn-warning {
	text-transform: uppercase;
	background: #F7C41E !important;
	border: 0 !important;
	box-shadow: none;
	color: #000 !important;
	position: relative;
	border-radius: 0;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
	background: #F7C41E !important;
	color: #000 !important;
}

 
.btn-info {
	text-transform: uppercase;
	background: #0A34A2 !important;
	border: 0 !important;
	box-shadow: none;
	color: #fff !important;
	position: relative;
	border-radius: 0;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
	background: #0A34A2 !important;
	color: #fff !important;
}



  
.btn-default {
	text-transform: uppercase;
	background: #000 !important;
	border: 0 !important;
	box-shadow: none;
	color: #fff !important;
	position: relative;
	border-radius: 0;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	background: #000 !important;
	color: #fff !important;
}

.btn-default:after {
	content: "\e90f";
	font-family: "icomoon";
	position: absolute;
	right: 45px;
	font-size: 10px;
	color: #F7C41E;
	transform: translateX(5px);
}

.btn-default:hover:after {
	-webkit-animation: mover 0.5s infinite alternate;
	animation: mover 0.5s infinite alternate;
}
.btn-default:hover:after {
	-webkit-animation: mover 0.5s infinite alternate;
	animation: mover 0.5s infinite alternate;
}
@-webkit-keyframes mover {
	0% {
		transform: translateX(5px);
	}
	100% {
		transform: translateY(5px);
	}
}
@keyframes mover {
	0% {
		transform: translateX(5px);
	}
	100% {
		transform: translateY(5px);
	}
}

.btn-border {
	background: none;
	color: #F7C41E;
	border: 2px solid #F7C41E;
}

.btn-border:hover,
.btn-border:focus {
	background: #F7C41E;
	color: #fff;
}

.form-control {
	height: 56px;
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	border-radius: 0;
	border: 2px solid #444;
	box-shadow: none;
	background: none;
	font-weight: 400;
	position: relative;
}

.form-control:focus,
.form-control:active {
	box-shadow: none;
	border: 2px solid #F7C41E;
	color: #F7C41E;
}

label {
	color: #fff;
	font-size: 15px;
	margin-left: 2px;
	line-height: 20px;
	margin-bottom:10px;
}

::-webkit-input-placeholder {
	color: #777 !important;
}
::-moz-placeholder {
	color: #777 !important;
}
:-ms-input-placeholder {
	color: #777 !important;
}
:-moz-placeholder {
	color: #777 !important;
}
input::placeholder {
	color: #777 !important;
}
.pRelative {
	position: relative;
}

::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.25);
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #000;
	border-radius: 0;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #000;
	border-radius: 0;
}
/*AAAAA HOME PAGE CLASSES AAAAA*/

.container-fluid {
	padding: 0 60px;
}

@media only screen and (max-width: 1279px) {
	.container-fluid {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 479px) {
	h2 {
		font-size: 30px;
		line-height: 34px;
	}
}
/*comman clasess ends*/

/*header clasess*/
.header {
	z-index: 9;
	transition: all linear 0.5s;
	-webkit-transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-ms-transition: all linear 0.5s;
	padding: 15px 0 30px 0;
}

.header_fixer {
	position: fixed;
	width: 100%;
	background: #000;
	padding: 15px 0 15px 0;
	box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.3);
}

.header_spacer {
	height: 120px;
	display: none;
}

.header .navbar {
	height: auto;
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.navbar-brand img {
	width: 100%;
	height: auto;
	display: block;
}
.header .navbar-brand .logo1 {
	display: block;
}

.header .navbar-brand .logo2 {
	display: none;
}

.header .navbar-brand {
	width: 160px;
	padding: 0;
	height: auto;
	display: block;
	margin: 10px 0;
}


.header_fixer .navbar-brand{width: 100px; margin: 0;}

.navbar-nav {
	float: right;
	display: flex;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.5s;
	-ms-transition: all linear 0.3s;
	justify-content: center;
	align-items: center;
	position: relative;
	margin-top: 20px;
}

.header .navbar-nav > li > a {
	font:
		600 16px/60px "Inter",
		sans-serif;
	color: #fff;
	padding: 0 25px;
	height: 60px;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
	background: none !important;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

.header .navbar-nav > li > a:after {
	width: 0;
	height: 2px;
	background-color: #F7C41E;
	position: absolute;
	left: 50%;
	top: 44px;
	content: "";
	transform: translate(-50%, 0);
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
}

.header .navbar-nav > li:hover > a:after {
	width: 30px;
}
.header .navbar-nav > li.active > a:after {
	width: 20px;
}

.header .navbar-nav > li:nth-child(1) > a {
	padding-left: 0;
}
.header .navbar-nav > li:last-child > a {
	padding-right: 0;
}
.header .navbar-nav > li:nth-child(1) > a:after {
	left: 25px;
}
.header .navbar-nav > li:last-child > a:after {
	left: 75px;
}

.header .navbar-nav > li.dropdown {
	position: static;
}
.header .navbar-nav > li.dropdown a:before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #F7C41E;
	position: absolute;
	right: 5px;
	top: 26px;
}

.header .navbar-nav > li.dropdown > .megaMenu {
	position: absolute;
	width: 100%;
	left: 0;
	border-radius: 0;
	top: 60px;
	z-index: 3;
	box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	border: 1px solid #333;
	height: 0 !important;
	visibility: hidden;
	transition: linear 0.6s;
}

.header .navbar-nav > li.dropdown:hover > .megaMenu {
	visibility: visible;
	height: 188px !important;
}

.header .navbar-nav > li.dropdown > .megaMenu .flexBox {
	display: flex;
	justify-content: left;
	flex-wrap: nowrap;
}
.header .navbar-nav > li.dropdown > .megaMenu .flexBox .cols {
	width: 20%;
	padding: 20px 20px 30px 20px;
	min-height: auto;
	background: #000;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	line-height: 20px;
	transition: linear 0.6s;
	min-height: 200px;
	 
}

.header .navbar-nav > li.dropdown > .megaMenu .flexBox .cols.viewAll{padding: 76px 0;}

.header .navbar-nav > li.dropdown > .megaMenu .flexBox .cols:hover {
	background: #222222;
}

.header .navbar-nav > li.dropdown > .megaMenu .flexBox .cols img {
	width: 100px;
	display: block;
	margin: auto;
}

.header .navbar-nav > li.dropdown > .megaMenu .flexBox .cols:before {
	display: none;
}

.header .navbar-nav > li.dropdown > .megaMenu2 .flexBox .cols {
	width: 33.33333333%;
}
.header .navbar-nav > li.dropdown:hover > .megaMenu2 {
	visibility: visible;
	height: 166px !important;
}


.topMiddleCon{width: 80%; margin-left: 30px; margin-top: 40px;}
.header_fixer .topMiddleCon{margin-top: 20px;}
.header_fixer .navbar-nav{margin-top: 10px;}


.topMiddleCon .topBar {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}


.topMiddleCon .topBar .cols{display: flex; align-items: center;}


.topMiddleCon .topBar .socialCon a {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	text-align: center;
	width: 48px;
	display: inline-block;
	height: 34px;
	padding: 5px 0;
	position: relative;
}
.topMiddleCon .topBar .socialCon a:nth-child(1) {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.topMiddleCon .topBar .successChalenge a {
	color: #F7C41E;
	font-weight: 900;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
}

.topMiddleCon .topBar .communityBtn .btn3:after {
	display: none;
}
.topMiddleCon .topBar .communityBtn .btn3 {
	padding: 0 20px !important;
	height: 34px;
	line-height: 34px;
	font-size: 15px;
}

.topMiddleCon .topBar .socialCon a .badge {
	position: absolute;
	background: #F7C41E;
	color: #fff;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	padding: 4px 3px;
	right: 5px;
	top: -5px;
	text-align: center;
}
.topMiddleCon .topBar .socialCon a:nth-child(3) {
	width: 56px;
	padding-right: 8px;
}

.loginRegiterDrop {
	position: relative;
}
.loginRegiterDrop .dropBtn {
	height: 60px;
	color: #000;
	border-radius: 0;
	text-align: left;
	text-decoration: none;
	position: relative;
	padding: 7px 40px 7px 25px;
	line-height: 20px;
	display: block;
	background:#F7C41E;
}
.loginRegiterDrop .dropBtn strong {
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 800;
}
.loginRegiterDrop:hover .dropBtn,
.loginRegiterDrop:focus .dropBtn {
	background:#F7C41E;
	color: #000;
}
.loginRegiterDrop .dropBtn:after {
	font-family: "icomoon";
	content: "\e90b";
	position: absolute;
	right: 20px;
	top: 27px;
	font-size: 16px;
	font-weight: 300;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
}
.loginRegiterDrop:hover .dropBtn:after {
	transform: rotate(180deg);
}

.loginRegiterDrop .dropBtn .user{display: none;}

.loginRegiterDrop .dropdownCon {
	background: #000;
	width: 295px;
	z-index: 9;
	right: 0;
	top: 61px;
	padding: 0 40px;
	position: absolute;
	border: 1px solid #333;
	box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.3);
	text-align: left;
	height: 0 !important;
	overflow: hidden;
	transition: linear 0.6s;
	visibility: hidden;
}
.loginRegiterDrop .dropdownCon h3 {
	color: #fff;
	margin-bottom: 10px;
}
.loginRegiterDrop .btnCon {
	margin-top: 40px;
}
.loginRegiterDrop .btnCon .btn {
	margin: 10px 0;
}

.loginRegiterDrop:hover .dropdownCon {
	height: 420px !important;
	padding: 40px 40px;
	visibility: visible;
}

.loginRegiterDrop .dropdownCon2 ul {
	margin: 0;
	padding: 0;
}
.loginRegiterDrop .dropdownCon2 ul li {
	list-style: none;
}
.loginRegiterDrop .dropdownCon2 ul li a {
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 0;
	display: block;
	position: relative;
	transition: linear 0.3s;
}
.loginRegiterDrop .dropdownCon2 ul li a i {
	margin-right: 10px;
	display: inline-block;
}
.loginRegiterDrop:hover .dropdownCon2 {
	height: 350px !important;
	padding: 40px 40px;
	visibility: visible;
}

.loginRegiterDrop .dropdownCon2 ul li:hover a {
	color: #F7C41E;
}


.resetPassword{float: right;}
.loginWith{border-top:1px solid #ddd; margin-top: 40px; position: relative;}
.loginWith .loginTxt{background: #fff; position: absolute; left: 50%; top: -13px; transform: translate(-50%, 0);
padding: 0 20px; color: #999;}

.loginWith .btnCon{display: flex; margin: 0 -10px; margin-top: 30px;}
.loginWith .btnCon .btn{width: 50%; margin: 10px; background: #fff; border: 2px solid #F7C41E; color:#F7C41E;}
.loginWith .btnCon .btn.google{ border: 2px solid #ea4335; color:#ea4335;}
.loginWith .btnCon .btn.facebook{ border: 2px solid #3b5998; color:#3b5998;}
.loginWith .btnCon .btn .fa{margin: 0 10px 0 0; font-size: 24px;}
.loginWith .btnCon .btn:hover{box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.3);}

.topMiddleCon .topBar .socialCon .menuGrid{display: none;}


@media only screen and (max-width: 1151px) {
	.header {
		padding: 20px 15px 10px 15px;
	}

	.header .navbar-nav > li > a{
		font-size:14px; padding: 0 15px;
	}


	.header .navbar-brand {
		width: 120px;
		margin-top: 0;
	}
}


@media only screen and (max-width: 991px) {

	.navbar-nav{display: none;}
	.topMiddleCon .topBar .leftBar .socialCon{display: none;}
	.topMiddleCon .topBar .socialCon a{font-size: 22px;}
	.topMiddleCon .topBar .socialCon .menuGrid{display: inline-block;}

	.header .navbar-brand {
		width: 100px;
		margin-top: 0;
	}

	.header_fixer{position: static; background: none; box-shadow:none}
	.header_fixer .topMiddleCon{margin-top: 40px;}
	.header_spacer{display: none !important;}

}

@media only screen and (max-width: 767px) {
	.topMiddleCon .topBar .leftBar {display: none;}
	.topMiddleCon .topBar{justify-content: end;}
	.topMiddleCon, .header_fixer .topMiddleCon{margin-top: 20px;}
	.header .navbar-brand{width: 80px; margin: -10px 0 0 0;}
}


@media only screen and (max-width: 599px) {
	.loginRegiterDrop .dropBtn span{display: none;}
	.loginRegiterDrop .dropBtn {height: 40px; font-size: 26px; padding-left: 16px;}
	.loginRegiterDrop .dropBtn:after {
		 
		right: 15px;
		top: 12px;
	 }

	 .topMiddleCon{margin-left: 10px;}
	 .loginRegiterDrop .dropdownCon{top: 40px;}
	 .loginRegiterDrop .dropBtn .user{display: inline-block;}
}

/* header end */

.topAction {
	float: right;
	position: relative;
	margin-top: 0;
}
@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 767px) {
	.topAction {
		display: none;
	}
}

/*header clasess ends*/






/* banner */

#canvas {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: fixed;
	z-index: -1;
	opacity: 0.08;
}

.bannerBg {
	width: 100%;
	min-height: 740px;
	background-color: #000;
	background-image: url(../images/bannerBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	text-align: center;
	color: #fff;
}

.bannerBgInside {
	width: 100%;
	min-height: 300px;
	background-color: #000;
	background-image: url(../images/bannerBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
	text-align: center;
	color: #fff;
}

.bannerInfo {
	padding: 160px 15px 60px 15px;
	position: relative;
	z-index: 2;
}

.bannerInfo small {
	display: block;
	color: #fff;
	font-size: 38px;
	line-height: 46px;
	font-weight: 900;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.bannerInfo .title {
	font-size: 66px;
	line-height: 80px;
	font-weight: 900;
	color: #fff;
}

.bannerBgInside .bannerInfo {
	padding: 0 15px 80px 15px;
}

.bannerInfo .title span {
	position: relative;
}

.bannerInfo .title span:after {
	background: url(../images/line1.svg) no-repeat;
	height: 30px;
	width: 100%;
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	image-rendering: auto;
}

@media only screen and (max-width: 1151px) {
	.bannerInfo .title {
		font-size: 48px;
		line-height: 60px;
	}

	.bannerInfo {
		padding: 120px 15px 60px 15px;
	}

	.bannerBg {
		min-height: 500px;
	}

	.bannerInfo .title span:after {
		bottom: -9px;
	}

	.bannerBgInside .bannerInfo {
		padding: 60px 15px;
	}
}

@media only screen and (max-width: 991px) {
	.bannerInfo .title {
		font-size: 38px;
		line-height: 50px;
	}

	.bannerInfo {
		padding: 80px 15px 40px 15px;
	}

	.bannerBg {
		min-height: 420px;
		background-position: center top;
	}

	.bannerInfo .title span:after {
		bottom: -14px;
	}

	.bannerBgInside .bannerInfo {
		padding: 60px 15px;
	}

	.bannerBgInside {
		min-height: 200px;
	}
}

@media only screen and (max-width: 599px) {
	.bannerInfo .title {
		font-size: 24px;
		line-height: 32px;
	}

	.bannerInfo {
		padding: 60px 15px 30px 15px;
	}

	.bannerBg {
		min-height: 337px;
		background-position: center top;
	}

	.bannerInfo .title span:after {
		bottom: -19px;
	}

	.bannerBgInside .bannerInfo {
		padding: 40px 15px;
	}

	.bannerBgInside {
		min-height: 160px;
	}
}

@media only screen and (max-width: 479px) {
	.bannerInfo .title {
		font-size: 20px;
		line-height: 28px;
	}

	.bannerInfo {
		padding: 50px 15px 25px 15px;
	}

	.bannerBg {
		min-height: 320px;
		background-position: center top;
	}

	.bannerInfo .title span:after {
		bottom: -21px;
	}
}

/* banner ends */




.floatButton {
	position: fixed;
	left: 20px;
	bottom: 10px;
	z-index: 3;
}
.floatButton a {
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 100%;
	display: block;
	margin: 15px 0;
	text-align: center;
	position: relative;
	font-size: 30px;
	line-height: 64px;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.25);
	color: #25d366;
	transition: transform 0.3s;
	text-decoration: none;
}

.floatButton a:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.35);
}
.floatButton a span {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	display: block;
	width: 0;
	left: 60px;
	position: absolute;
	text-align: left;
	background: #fff;
	border-radius: 30px;
	height: 60px;
	line-height: 60px;
	padding: 0 30px;
	box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.35);
	top: 0;
	z-index: -1;
	opacity: 0;
	overflow: hidden;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
}

.floatButton a:hover span {
	width: 220px;
	opacity: 1;
}

.achCon {
	display: flex;
	flex-wrap: nowrap;
	align-items: left;
	justify-content: left;
	background: url(../images/line2.svg) no-repeat top left;
	margin-top: 70px;
	margin-left: 3px;
	padding: 30px 0;
}
.achCon .cols {
	padding: 0 18px;
	width: auto;
	position: relative;
	border-right: 1px solid #ddd;
}
.achCon .cols h3 {
	color: #000;
	border-radius: 10px;
	line-height: 24px;
	padding: 0 55px 0 0;
	font-size: 20px;
	font-weight: 600;
	font-family: "Inter", sans-serif;
	position: relative;
}
.achCon .cols h3 strong {
	font-size: 20px;
	font-weight: 900;
	line-height: 20px;
	color: #F7C41E;
}

.achCon .cols:nth-child(1) {
	padding-left: 0;
}
.achCon .cols:last-child {
	padding-right: 0;
	border: 0;
}

.achCon .cols h3::after {
	content: "\e908";
	font-family: "icomoon";
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 40px;
	font-weight: 400;
	color: #1276bd;
}

.achCon .cols:nth-child(2) h3::after {
	content: "\e909";
	font-size: 44px;
	top: 10px;
}
.achCon .cols:nth-child(3) h3::after {
	content: "\e90a";
}
.achCon .cols:nth-child(4) h3::after {
	content: "\e90b";
	font-size: 48px;
	top: 10px;
}

.bannerContent p {
	color: #000;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	padding: 0;
	margin-top: 20px;
}

.bannerContent .achCon {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-around;
	margin-top: 30px;
}
.bannerContent .achCon .cols {
	padding: 10px;
	width: 25%;
	position: relative;
}
.bannerContent .achCon .cols h3 {
	border: 3px dashed #1276bd;
	color: #000;
	background: #fff;
	border-radius: 10px;
	line-height: 28px;
	padding: 25px 5px 15px 40px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}
.bannerContent .achCon .cols h3 strong {
	font-size: 30px;
	font-weight: 800;
	text-decoration: underline;
	line-height: 20px;
	color: #1276bd;
}
.bannerContent .achCon .cols img {
	position: absolute;
	left: 30px;
	top: 27px;
	width: 40px;
}
.bannerContent .achCon .cols:nth-child(1) img {
	left: 40px;
}

.mouse-icon {
	position: absolute;
	left: 50%;
	bottom: 40px;
	border: 3px solid #bf0a30;
	border-radius: 30px;
	height: 72px;
	width: 40px;
	margin-left: -16px;
	display: block;
	z-index: 4;
}
.mouse-icon .wheel {
	-webkit-animation-name: drop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	-webkit-animation-name: drop;
	animation-name: drop;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}
.mouse-icon .wheel {
	position: relative;
	border-radius: 30px;
	background: #bf0a30;
	width: 4px;
	height: 16px;
	top: 4px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
@-webkit-keyframes drop {
	0% {
		top: 5px;
		opacity: 0;
	}
	30% {
		top: 15px;
		opacity: 1;
	}
	100% {
		top: 35px;
		opacity: 1;
	}
}
@keyframes drop {
	0% {
		top: 5px;
		opacity: 0;
	}
	30% {
		top: 15px;
		opacity: 1;
	}
	100% {
		top: 35px;
		opacity: 0;
	}
}

@media only screen and (max-width: 1499px) {
	.bannerContent {
		padding: 0 2%;
	}
}

@media only screen and (max-width: 1279px) {
	.bannerContent .leftBar h1 {
		font-size: 40px;
		line-height: 50px;
		min-height: 105px;
	}
	.bannerContent .leftBar span {
		font-size: 30px;
		line-height: 50px;
		vertical-align: top;
	}
	.bannerContent p {
		font-size: 18px;
		line-height: 24px;
	}

	.bannerContent .achCon .cols h3 {
		font-size: 16px;
		line-height: 22px;
	}
	.bannerContent .achCon .cols h3 strong {
		font-size: 24px;
		line-height: 20px;
	}
	.bannerContent .achCon .cols img {
		position: absolute;
		top: 32px;
		width: 32px;
	}

	.mybanner {
		min-height: auto;
		padding: 180px 0 130px 0;
	}
}

@media only screen and (max-width: 991px) {
	.bannerContent {
		padding: 0;
	}
	.bannerContent .achCon .cols h3 {
		font-size: 14px;
		line-height: 18px;
	}
	.bannerContent .achCon .cols h3 strong {
		font-size: 20px;
		line-height: 20px;
	}

	.bannerContent .achCon .cols img {
		position: absolute;
		top: 34px;
		width: 28px;
		left: 22px;
	}
}

@media only screen and (max-width: 767px) {
	.bannerContent .leftBar h1 {
		font-size: 28px;
		line-height: 38px;
		min-height: 78px;
	}

	.bannerContent .leftBar span {
		font-size: 20px;
		line-height: 38px;
		vertical-align: top;
	}
	.bannerContent p {
		font-size: 16px;
		line-height: 24px;
	}
	.mybanner {
		min-height: auto;
		padding: 140px 0 80px 0;
	}

	.bannerContent .leftBar .btn {
		display: inline-block;
		margin: 20px 0 10px;
	}

	.bannerContent .achCon {
		flex-wrap: wrap;
		width: 480px;
		margin: 30px auto 0 auto;
	}
	.bannerContent .achCon .cols {
		width: 50%;
	}
	.bannerContent .achCon .cols img {
		left: 42px;
	}
}

@media only screen and (max-width: 599px) {
	.bannerContent p br {
		display: none;
	}
	.bannerContent p {
		font-size: 16px;
		line-height: 24px;
		padding: 0 4%;
	}
	.bannerContent .leftBar h1 {
		font-size: 24px;
		line-height: 32px;
		min-height: 68px;
	}
	.bannerContent .leftBar span {
		font-size: 16px;
		line-height: 32px;
		vertical-align: top;
	}

	.bannerContent .achCon {
		flex-wrap: wrap;
		width: 100%;
		margin: 20px auto 0 auto;
	}
	.bannerContent .achCon .cols img {
		left: 23px;
	}
	.mybanner {
		min-height: auto;
		padding: 140px 0 55px 0;
	}
}

@media only screen and (max-width: 411px) {
	.bannerContent .achCon .cols {
		width: 100%;
	}
	.bannerContent .achCon .cols h3 {
		padding: 20px 20px 20px 40px;
	}
	.bannerContent .achCon .cols h3 br {
		display: none;
	}
	.bannerContent .achCon .cols img,
	.bannerContent .achCon .cols:nth-child(1) img {
		left: 35px;
		top: 29px;
	}
}

/* banner ends */




/* motivation */
.welcomeCon {
	background: #000;
	display: flex;
	flex-wrap: nowrap;
	padding: 80px 0;
	align-items: center;

}

.welcomeCon .cols {
	width: 50%;
}

.welcomeCon .cols.right{padding-left: 60px;}
.welcomeCon p{font-size: 18px; line-height: 30px; margin-top: 30px; padding-right: 5%;}
.welcomeCon .btn{margin-top: 40px;}

.missionCon .cols.right{padding-left: 0; padding-right: 60px;}






@media only screen and (max-width: 1151px) {

	.welcomeCon {
		 
		align-items:normal;
	
	}

	.welcomeCon p{font-size: 16px; line-height: 26px; margin-top: 30px; padding-right: 0;}

}

 
@media only screen and (max-width: 991px) {

	.welcomeCon {
		 
		align-items:normal; padding: 60px 0; flex-wrap: wrap;
	
	}
	.welcomeCon .cols{width: 100%; text-align: center;}
	.welcomeCon .cols.left img{display: inline-block; max-width: 80%;}
	.welcomeCon .cols.right{padding-left: 0; margin-top: 40px;}
	.missionCon{flex-direction: column-reverse;}
	.missionCon .cols.right{padding-left: 0; padding-right: 0; margin-top: 0; margin-top: 40px;}


}



/* motivation end*/

/* form */
.formCon {
	background: #fff;
	padding: 80px 0;
}

.formCon .comman_title span:after {
	background: url(../images/line3.svg) no-repeat;
	height: 20px;
	width: 100%;
	content: "";
	position: absolute;
	left: 0;
	bottom: -8px;
	image-rendering: auto;
}

.formCon .form {
	margin-top: 40px;
}

.formCon .form-group {
	margin-bottom: 30px;
}

.formCon .form {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: space-between;
}
.formCon .cols {
	width: 50%;
	padding: 0 30px;
}

.formCon .btnCon {
	margin: 20px 0 0 0;
	text-align: center;
}

.formCon img {
	margin-left: 10px;
	position: absolute;
	margin: 15px 0 0 100px;
}

img.vert-move1 {
	-webkit-animation: mover 1s infinite alternate;
	animation: mover2 1s infinite alternate;
}
img.vert-move1 {
	-webkit-animation: mover2 1s infinite alternate;
	animation: mover2 1s infinite alternate;
}
@-webkit-keyframes mover2 {
	0% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(-10px);
	}
}
@keyframes mover2 {
	0% {
		transform: translateY(10px);
	}
	100% {
		transform: translateY(-10px);
	}
}

.formCon h4 {
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
	font-size: 30px;
	line-height: 38px;
}
.formCon h4 br {
	display: none;
}

.flexForm {
	display: flex;
	flex-wrap: nowrap;
	margin-left: -5px;
	margin-right: -5px;
}
.flexForm .cols2 {
	padding: 0 5px;
}
.flexForm .cols2:nth-child(1) {
	width: 20%;
}
.flexForm .cols2:nth-child(2) {
	width: 80%;
}

.radioStyleCon {
	margin: 30px -4px 70px;
}
.radioStyleCon .radio-inline {
	display: block;
	padding: 0;
	margin: 5px 4px;
	float: left;
}

.radioStyleCon .box {
	background: #eee;
	position: relative;
	padding: 12px 20px;
	border-radius: 30px;
	line-height: 20px;
	font-size: 16px;
}
.radioStyleCon label {
	margin: 0;
	display: block;
	position: relative;
}
.radioStyleCon .radioStyle {
	display: none;
}
.radioStyleCon label .radioStyle:checked + .box {
	background: #1276bd;
	color: #fff;
}
.radioStyleCon .box {
	text-align: center;
}

@media only screen and (max-width: 1279px) {
	.formConBottom:before {
		min-height: 150px;
	}
}

@media only screen and (max-width: 991px) {
	.formCon {
		margin-top: -1px;
	}
	.formCon .cols {
		width: 50%;
	}
	.formCon .cols:nth-child(3) {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.formCon .cols {
		width: 100%;
		padding: 10px 5px;
	}
	.formCon .cols:nth-child(3) {
		width: 100%;
	}
	.formCon .btnCon {
		text-align: center;
		padding: 0 5px;
	}
	.formCon .btnCon .btn {
		display: block;
		width: 100%;
	}
	.formCon {
		padding: 40px 0 50px;
	}
}

@media only screen and (max-width: 599px) {
	.formCon h4 {
		margin-bottom: 20px;
		font-size: 24px;
		line-height: 32px;
	}
	.formCon h4 br {
		display: block;
	}
}

/* form end */

/* excuses*/

.excusesCon {
	background: #F7C41E;
}

.excusesCon .inner {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
}

.excusesCon .cols.left {
	width: 50%;
	position: relative;
	padding: 50px 0 90px;
	padding-right: 60px;
}

.excusesCon .cols.left .comman_title {
	color: #fff;
}
.excusesCon .cols.left .comman_title small {
	color: #fff;
}
.excusesCon .cols.left .comman_title small:after {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.excusesCon .cols.left .comman_title small:before {
	display: none;
}

.excusesCon .cols.left .contentCon {
	max-height: 240px;
	overflow-y: scroll;
	padding-right: 10%;
	margin-top: 40px;
}
.excusesCon .cols.left .contentCon p {
	color: #fff;
}

.youtube-container {
	overflow: hidden;
	width: 100%;
	/* Keep it the right aspect-ratio */
	aspect-ratio: 16/9;
	/* No clicking/hover effects */
	pointer-events: none;
}

.youtube-container iframe {
	/* Extend it beyond the viewport... */
	width: 300%;
	height: 100%;
	/* ...and bring it back again */
	margin-left: -100%;
}

.excusesCon .cols.right {
	float: left;
	width: 50%;
}

.excusesConInside .cols.left {
	width: 50%;
	position: relative;
	padding: 50px 0 100px;
	padding-left: 60px;
}

.excusesConInside .cols.left .contentCon {
	max-height: auto;
	margin-top: 40px;
	overflow-y: inherit;
}
.excusesCon .cols.right .imgCon img {
	width: 100%;
}

/* excuses end*/

/* officers */

.officersCon {
	background: #0A34A2;
	padding: 80px 0;
}


.officersConInside{
	background:none;
	padding: 0;
}



.officersCon .flexBox {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	list-style: none;
	margin: 0; padding: 0;
	margin: 40px -20px 0 -20px;
}


.officersConInside .flexBox{margin-top: 0; flex-wrap: wrap;}


.officersCon .flexBox li {
	list-style: none;
	width: 25%;
	padding: 20px;
}

 

.officersCon .flexBox .cols .card {
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	width: 100%;
	position: relative;
}
 
.officersCon .flexBox .cols .card img {
	width: 100%;
} 


.officersCon .flexBox .cols .card .ofName{position: absolute; bottom: 20px; z-index: 2; color: #fff; width: 100%; text-align: center;
font-size: 20px; letter-spacing: 2px;}

.officersCon .flexBox .cols .card:hover .ofName{color: #F7C41E;}

.officersCon .comman_title{display: inline-block; position: relative;}
.officersCon .comman_title:after{background: url(../images/line2.svg) no-repeat;
    height: 30px;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    bottom:-20px;
	
    image-rendering: auto;}

	.officersCon .btn{margin-top: 30px;}



	@media only screen and (max-width: 1279px) {
		.officersCon .comman_title:after{bottom: -26px;}
	}


	@media only screen and (max-width: 991px) {
		.officersCon{padding: 50px 0;}
		.officersCon .comman_title:after{bottom: -25px;}
		.officersCon .flexBox {margin: 20px -10px 0 -10px; flex-wrap: wrap;}
		.officersCon .flexBox li {
			list-style: none;
			width: 50%;
			padding: 10px;
		}

		.officersConInside{padding: 0 0 20px 0;}
	}


	@media only screen and (max-width: 599px) {
		.officersCon .flexBox .cols .card .ofName{font-size: 16px; bottom: 10px;}
	}



/* officers end*/

/*workout routine*/
.workoutRoutine {
	padding: 60px 0 80px;
	background: #fff url(../images/flowBg.png) no-repeat center bottom;
	background-attachment: fixed;
	background-size: contain;
	padding-bottom: 260px;
}

.workoutRoutine p {
	padding: 0 21%;
	font-size: 18px;
	line-height: 24px;
	margin-top: 35px;
}
.platformCon {
	padding-bottom: 380px;
}
.platformCon p {
	padding: 0 17%;
}

/*workout routine end*/

/* virtual clasess */

.viertualClasess {
	background: #000 url(../images/virtualBg.png) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	min-height: 500px;
	position: relative;
	text-align: center;
}

.viertualClasess .thumsImages {
	position: relative;
	width: 100%;
}
.viertualClasess .thumsImages .inner {
	position: absolute;
	width: 100%;
	display: flex;
	top: -50%;
	margin-top: -220px;
}

.viertualClasess .thumsImages .inner .cols {
	position: absolute;
}
.viertualClasess .thumsImages .inner .cols img {
	width: 100%;
}
.viertualClasess .thumsImages .inner .cols.thumbnail1 {
	top: -20px;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 20px;
	width: 520px;
}
.viertualClasess .thumsImages .inner .cols.thumbnail2 {
	top: 140px;
	left: 150px;
	padding: 20px;
	width: 360px;
}
.viertualClasess .thumsImages .inner .cols.thumbnail3 {
	top: 0;
	right: 150px;
	padding: 20px;
	width: 360px;
}
.viertualClasess .thumsImages .inner .cols.thumbnail4 {
	top: 20px;
	left: -40px;
	padding: 20px;
	width: 320px;
	z-index: 2;
}
.viertualClasess .thumsImages .inner .cols.thumbnail5 {
	top: 130px;
	right: -40px;
	padding: 20px;
	width: 320px;
}

.viertualClasess .contentCon {
	padding: 240px 0 120px 0;
}
.viertualClasess .contentCon .comman_title small {
	color: #fff;
}

.viertualClasess .contentCon .comman_title small:before {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.viertualClasess .contentCon .comman_title small:after {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

/* virtual clasess end*/

/*serviceList clases*/

.serviceCon {
	background: #f5f5f5;
	padding: 60px 0 80px 0px;
}

.serviceCon .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: start;
	justify-content: center;
	margin-top: 40px;
	list-style: none;
}

.serviceCon .inner .cols {
	padding: 15px;
	padding-bottom: 30px;
}

.serviceCon .inner .cols .card {
	position: relative;
	width: 100%;
	height: auto;
	background: #ffffff;
	z-index: 1;
	border-radius: 0;
	transition: linear 0.5s;
	max-height: 420px;
	overflow: hidden;
	display: block;
	text-decoration: none;
}

.serviceCon .inner .cols .card:hover {
	box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.3);
}

.serviceCon .inner .cols .card figure {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	min-height: 170px;
	background: #fff;
	overflow: hidden;
	position: relative;
}
.serviceCon .inner .cols .card figure img {
	max-width: 100%;
}

.serviceCon .inner .cols .card figcaption {
	padding: 10px 45px 30px 20px;
	background: #fff;
}

.serviceCon .inner .cols {
	position: relative;
}

.serviceCon .inner .cols .card figure .btnPlay {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 72px;
	height: 72px;
	border: 3px solid #F7C41E;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.35);
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	line-height: 70px;
}

.serviceCon .inner .cols .card:hover figure .btnPlay {
	background: #F7C41E;
}

.serviceCon .inner .cols .card .title {
	position: relative;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	display: block;
	color: #000;
}

.serviceCon .inner .cols .card .timeUpdate {
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	position: relative;
	color: #999;
}
.serviceCon .inner .cols .btnCon {
	position: absolute;
	right: 0;
	z-index: 2;
	bottom: 73px;
	right: 15px;
	height: 68px;
	width: 38px;
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.3);
}

.serviceCon .inner .cols .btnCon .btn-border.active{background: #F7C41E; color: #fff;}



.serviceCon .inner .cols .btn-border {
	width: 38px;
	height: 36px;
	font-size: 20px;
	padding: 0;
	display: block;
	text-align: center;
	margin-top: -2px;
	line-height: 36px;
}

.content-meta {
	position: absolute;
	top: 0;
	background-color: rgba(255, 255, 255, 0.97);
	width: 100%;
	height: 100%;
	top: 0;
	padding: 25px;
	left: -100%;
}

.serviceCon .inner .cols .card:hover .content-meta {
	left: 0;
}

.content-meta p {
	font-size: 14px;
	margin: 0;
	color: #555;
}

.content-meta .table2 tr td {
	padding: 5px 0;
	font-size: 13px;
	color: #555;
}

.videoList {
	padding: 0;
}
.videoList ul {
	padding: 0;
	margin: 0 -15px;
}
.videoList ul li {
	width: 33.33333333%;
}
.videoList .inner {
	align-items: flex-start;
	justify-content: left;
	margin-top: 10px;
	position: relative;
}

.videoList .inner .item {
	padding-bottom: 15px;
}

.videoList .inner .cols {
	position: relative;
}

.recipeVideo .inner .cols .card figcaption {
	padding: 25px;
}

.recipeVideo .inner .cols .card .title {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 800;
	font-size: 18px;
	line-height: 24px;
	display: block;
	color: #000;
	margin: 0;
}

.programsList .inner .cols .card figcaption {
	padding: 20px 45px 30px 20px;
}

.programsList .inner .cols .card .title {
	font-weight: 800;
	font-size: 15px;
	line-height: 21px;
}
.programsList .inner .cols .card .btnCon {
	right: 0;
	bottom: 40px;
}
.programsList .inner .cols .card .price {
	font-size: 15px;
	font-weight: 400;
	color: #000;
}
.programsList .inner .cols .card .price strong {
	font-size: 20px;
	font-weight: 800;
	color: #000;
}
.programsList .inner .cols .card .link {
	text-decoration: none;
}

.videoDetails .videoInfoCon .price {
	font-size: 15px;
	font-weight: 400;
	color: #000;
	margin-top: 30px;
}
.videoDetails .videoInfoCon .price strong {
	font-size: 28px;
	font-weight: 800;
	color: #000;
}

.productList {
	padding: 0;
}
.productList ul {
	padding: 0;
	margin: 0 -15px;
}
.productList ul li {
	width: 33.33333333%;
}
.productList .inner {
	align-items: flex-start;
	justify-content: left;
	margin-top: 10px;
	position: relative;
}

.productList .inner .cols .card {
	min-height: 445px;
}
.productList .inner .cols .card figcaption {
	padding: 15px 25px 35px;
}
.productList .inner .cols .card figcaption .btn {
	margin-top: 20px;
}
.productList .inner .cols .card figure {
	max-height: 260px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.productList .inner .cols .card figure img {
	width: 100%;
}
.productList .inner .cols .card .price strong {
	font-size: 20px;
	font-weight: 800;
	color: #000;
}
.productList .inner .cols .card {
	height: auto;
}

@media only screen and (max-width: 1279px) {
	.serviceCon .inner .cols {
		padding: 15px;
	}
}

@media only screen and (max-width: 1151px) {
	.serviceCon .inner .cols .card h3 {
		font-size: 20px;
		line-height: 24px;
		position: relative;
		margin-top: 30px;
		min-height: 50px;
	}

	.serviceCon .inner .cols .card {
		min-height: auto;
		padding: 30px 20px;
	}

	.serviceCon .inner .cols .card p {
		font-size: 14px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 991px) {
	.serviceCon .secondaryTxt {
		margin-bottom: 10px;
	}
	.serviceCon .secondaryTxt br {
		display: none;
	}
	.serviceCon .inner .cols {
		width: 50%;
		padding: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.serviceCon {
		padding: 40px 0;
	}
	.serviceCon .inner .cols {
		width: 50%;
		padding: 10px;
	}
}

@media only screen and (max-width: 599px) {
	.serviceCon {
		padding: 40px 0;
	}
	.serviceCon .inner .cols {
		width: 100%;
		padding: 10px 0;
	}
	.serviceCon .inner .cols .card h3 {
		min-height: auto;
	}
	.serviceCon .inner .cols .card p {
		margin: 10px 0 0 0;
	}
}

/* service end */

/* testimonials */

.testimonialCon {
	background: #F7C41E url(../images/tsBg.png) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	padding: 80px 0 100px;
	position: relative;
	min-height: 400px;
}

.testimonialCon .deviceFram {
	position: static;
	margin: -380px auto 0 auto;
	width: 65%;
}
.testimonialCon .deviceFram img {
	width: 100%;
}

.tsInner {
	padding: 0 0 0 0;
	margin-top: -30px;
}
.tsInner .comman_title small {
	color: #fff;
}

.tsInner .comman_title small:before {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.tsInner .comman_title small:after {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.tsInner .list {
	margin-top: 40px;
}
.tsInner li {
	list-style: none;
}
.tsInner .tsBox {
	text-align: center;
	width: 985px;
	margin: auto;
	background: url(../images/tsQuote.svg) no-repeat left top;
}
.tsInner .tsBox p {
	color: #fff;
	font-size: 20px;
	line-height: 30px;
}
.tsInner .tsBox h6 {
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	margin-top: 30px;
}

.tsInner .owl-prev,
.tsInner .owl-next {
	color: #fff;
}

.tsBoxInside {
	text-align: left;
	width: 100%;
	margin-bottom: 30px;
	background: #fff url(../images/tsQuote2.svg) no-repeat 25px 20px;
	padding: 40px;
	border: 1px solid #ddd;
}

.tsBoxInside:hover {
	border-color: #F7C41E;
}

.tsBoxInside p {
	font-size: 18px;
	line-height: 26px;
	color: #000;
}
.tsBoxInside h6 {
	font-weight: 800;
	color: #F7C41E;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 26px;
	margin: 20px 0 0 0;
	display: block;
}

.tsInsideCon h4 {
	font-weight: 800;
	font-size: 24px;
}

/* testimonials end*/

/* own time*/

.ownTime {
	background: #ffff;
}

.ownTime .inner {
	display: flex;
	flex-wrap: nowrap;
}

.ownTime .cols.left {
	width: 50%;
	position: relative;
	padding: 50px 60px 90px;
	background: #f5f5f5;
}

.ownTime .cols.left .comman_title small:after {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(255, 255, 255, 0));
}

.ownTime .cols.left .comman_title small:before {
	display: none;
}

.ownTime .cols.left .contentCon {
	margin-top: 40px;
}

.ownTime .cols.right {
	width: 50%;
	background: #fff url(../images/ownerPic2.jpg) no-repeat center bottom;
	padding: 60px 60px 0 60px;
	background-size: contain;
}

.ownTimeInside .cols.right {
	width: 50%;
	background: #fff url(../images/ownerPic1.png) no-repeat center bottom;
	padding: 60px 60px 0 60px;
	background-size: contain;
}

/* own time end*/

/* vmg */

.vmgCom {
	background: #0A34A2;
 	position: relative;
	height: 360px;
}

.vmgCom .flexBox {
	display: flex;
	justify-content: space-between; align-items: center;
	
}
.vmgCom .flexBox .cols {
	color: #fff;
	width: 50%;
  	position: relative;
}

.vmgCom .flexBox .cols.right{margin-top: -75px; margin-right: -30px;}
.vmgCom .flexBox .cols.left{display: flex; width: 60%; padding: 90px 0;}

.vmgCom .flexBox .cols.left .cols-1{width: 33.3333333333%; text-align:center;}

.vmgCom .flexBox .cols.left .cols-1 img{height: 56px; margin-bottom: 20px; margin-left: 5px;}


.vmgCom .flexBox h4 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 48px; font-weight: 900;
	line-height: 46px;
}



.vmgCom .flexBox h4 span {
	color: #fff; display: block;
	font-weight: 400; font-size: 22px; line-height: 28px;
}



.vmgCom .flexBox p {
	padding-right: 60px;
}

.vmgCom .flexBox .cols:nth-child(1) {
	padding-left: 0;
}
.vmgCom .flexBox .cols:nth-child(3) {
	padding-right: 0;
	border-right: 0;
}

.vmgCom .flexBox .cols i {
	position: absolute;
	color: #F7C41E;
	right: 50px;
	font-size: 40px;
}
.vmgCom .comman_title small:after {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgb(255, 255, 255, 0));
}
.vmgCom .comman_title small:before {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255, 1));
}

.vmgCom .discriprtion {
	margin: 30px 0 50px 0;
	padding: 0 8%;
}

.vmgCom2 {
	padding: 50px 0 80px 0;
}
.vmgCom2 .flexBox {
	border-top: 1px solid rgba(255, 255, 255, 0.35);
	padding-top: 50px;
}




@media screen and (max-width: 1450px) {
	.vmgCom .flexBox .cols.right {
		margin-top: 0;
		margin-right: -30px;
	}

	.vmgCom {
		 display: flex; align-items: center; justify-content: center;
		height: auto;
	}

	.vmgCom .flexBox {
		 display: flex; align-items: center; justify-content: center;
		 
	}

	
}


@media screen and (max-width: 1151px) {
	.vmgCom .flexBox h4{font-size: 36px; margin: 0; line-height: 38px;}
	.vmgCom .flexBox h4 span{font-size: 18px; line-height: 24px;}
	.vmgCom .flexBox .cols.right{margin-right: -10px;}
}


@media screen and (max-width: 991px) {
	.vmgCom .flexBox h4{font-size: 36px; margin: 0; line-height: 38px;}
	.vmgCom .flexBox h4 span{font-size: 18px; line-height: 24px;}
	.vmgCom .flexBox .cols.right{width: 30%;}
	.vmgCom .flexBox .cols.left{width: 70%; padding: 40px 0;}
	
}


@media screen and (max-width: 767px) {
	.vmgCom .flexBox {
		display: flex; align-items: center; justify-content: center; flex-wrap: wrap; flex-direction: column-reverse; text-align: center;
		
   }
	.vmgCom .flexBox h4{font-size: 36px; margin: 0; line-height: 38px;}
	.vmgCom .flexBox h4 span{font-size: 18px; line-height: 24px;}
	.vmgCom .flexBox .cols.right{width: 100%; padding: 40px 0 0 0; }
	.vmgCom .flexBox .cols.right img{max-width: 70%; display: inline-block;}
	.vmgCom .flexBox .cols.left{width: 100%; padding: 30px 0 50px; text-align: center;}
	
}


@media screen and (max-width: 479px) {
	.vmgCom .flexBox {
		display: flex; align-items: center; justify-content: center; flex-wrap: wrap; flex-direction: column-reverse; text-align: center;
		
   }
	.vmgCom .flexBox h4{font-size: 24px; margin: 0; line-height: 32px;}
	.vmgCom .flexBox h4 span{font-size: 16px; line-height: 22px; text-transform:capitalize;}
	.vmgCom .flexBox .cols.right{width: 100%; padding: 40px 0 0 0; }
	.vmgCom .flexBox .cols.right img{max-width: 70%; display: inline-block;}
	.vmgCom .flexBox .cols.left{width: 100%; padding: 30px 0 50px; text-align: center; }
	
}

/* vmg end*/

/* faq */

.faqCon {
	padding: 60px 0 80px;
	background: #fff;
}

.faqCon .textBox {
	padding: 40px;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	margin-top: 30px;
}
.faqCon .textBox span {
	color: #F7C41E;
}

.faq-content {
	padding: 0;
	margin: 10px 0 0 0;
}
.faq-content .card {
	min-height: auto;
	padding: 0;
	border-radius: 0;
}
.faq-content .card:hover {
	transform: translate(0);
}
.faq-content .card > .card-header {
	background-color: none;
	border-color: none !important;
	border: none !important;
	-webkit-box-shadow: 0 !important;
	box-shadow: 0 !important;
	border-radius: 0;
}
.faq-content .more-less {
	float: right;
	margin-top: 2px;
	color: #000;
	font-size: 30px;
}
.faq-content .card {
	border-bottom: 1px solid #cccccc;
	border-radius: 0;
	margin-bottom: 0;
	text-decoration: none;
}
.faq-content .card-body {
	padding: 20px 0 20px 0 !important;
	border: none !important;
}
.faq-content .card-header {
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 0px;
	border-radius: 0px;
}
a.card-link {
	text-decoration: none;
	display: block;
	background: none;
	font-size: 22px;
	line-height: 30px;
	padding: 25px 0;
	color: #000;
	font-weight: 800;
	border-radius: 0;
	text-transform: uppercase;
}

a.card-link small {
	color: #F7C41E;
	font-size: 16px;
	vertical-align: super;
}

.faq-content .card:hover {
	border-bottom: 1px solid #F7C41E;
}
.faq-content .card-body ul {
	margin-top: 30px;
	margin-left: 30px;
}

.faqCon .textBox2 {
	padding: 0 20%;
	text-align: center;
	border: 0;
}

@media screen and (max-width: 767px) {
	.faq-content {
		padding: 20px;
	}
	a.card-link {
		font-size: 16px;
		line-height: 20px;
		padding: 13px 15px 15px 15px;
	}
	.faq-content .card-body ul {
		margin-left: 30px;
	}
}

/* 2 */

.faq-content2 {
	position: relative;
}
.faq-content2 .nav-tabs {
	padding: 0 10%;
	border: 0;
	justify-content: center;
	display: flex;
	margin-top: 60px;
	text-align: center;
}
.faq-content2 .nav-tabs > li {
	float: none;
	flex: 1;
	padding: 10px;
}
.faq-content2 .nav-tabs > li > a {
	border-radius: 16px;
	height: 100%;
	border: 0;
	color: #000000;
	text-decoration: none;
	position: relative;
	padding: 30px 20px;
	font-weight: 600;
	font-size: 18px;
	line-height: 24px;
	background: #fff;
	box-shadow: 0 10px 30px 0 rgba(18, 118, 189, 0.25);
}
.faq-content2 .nav-tabs > li.active > a:after {
	content: "";
	background: url(../images/faqArrow.svg) no-repeat;
	position: absolute;
	width: 83px;
	height: 16px;
	background-size: contain;
	bottom: -15px;
	z-index: 2;
	left: 50%;
	transform: translate(-50%, 0);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	cursor: default;
	background-color: #fff;
	color: #000000;
	border: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus {
	box-shadow: 0 10px 30px 0 rgba(247, 147, 34, 0.25);
}

.faq-content2 .tab-pane {
	border-radius: 20px;
	box-shadow: 0 10px 20px 0 rgba(18, 118, 189, 0.25);
	padding: 50px;
	font-size: 14px;
	line-height: 21px;
	position: relative;
	z-index: 1;
	background: #fff;
	text-align: center;
}
.faq-content2 .tab-pane p {
	margin: 0;
	font-size: 17px;
	line-height: 26px;
}

@media only screen and (max-width: 767px) {
	.section7:before,
	.section7:after {
		display: none;
	}
	.section7 .nav-tabs {
		flex-wrap: wrap;
	}
	.section7 .nav-tabs > li {
		width: 100%;
		flex: auto;
		margin-bottom: 10px;
	}

	.tsmlCard {
		color: #fff;
		z-index: 1;
		padding: 0 40px;
		position: relative;
	}
}

/* faq end*/

/* join */
.applyCon {
	background: #000 url(../images/applyBg.jpg) no-repeat center center;
  	position: relative;
	z-index: 2;
	text-align: center;
	background-size: cover;
 	align-items: center;
	justify-content: space-between;
	padding: 145px 0;
	background-attachment:fixed;
	
}
 
.applyCon h2 {
 	color: #fff;
	font-size: 68px;
	line-height: 72px;
}
.applyCon .btn {
	margin-top: 40px; padding: 0 100px; height: 72px; line-height: 72px; 
	font-size: 24px;
} 

.applyCon h2 br{display: none;}


@media only screen and (max-width: 1151px) {

.applyCon {padding: 80px  0 100px;}
.applyCon h2{font-size: 48px; line-height: 58px;}

}


@media only screen and (max-width: 767px) {

	.applyCon {padding: 60px  0 70px;}
	.applyCon h2{font-size: 32px; line-height: 40px;}
	.applyCon .btn {
		margin-top: 20px;
		padding: 0 70px;
		height: 64px;
		line-height: 64px;
		font-size: 16px;
	}
	
	}

@media only screen and (max-width: 479px) {

	 
	.applyCon h2 br{display: block;}
	 
	
	}
/* join end*/

/*footer*/

.footer {
	background: #000000; 
	padding:70px 0 35px 0;
}

.footer .flexBox {
	display: flex;
	flex-wrap: nowrap;
	justify-content:space-between;

	align-items: normal;
}
.footer .flexBox .cols:nth-child(1) {
	width: 16%;
	padding-left: 0;
}

.footer .flexBox .cols {
	padding: 0 40px;
	width: 16%;
}
.footer .flexBox .cols .fLogo {
	width: 140px;
	 
}
.footer .flexBox .cols .fLogo img {
	width: 100%;
}
.footer .flexBox .cols:nth-child(2) {
	width: 16%;
}
.footer .flexBox .cols:nth-child(3) {
	width: 20%;
	padding-right: 0;
	border-right: 0;
}

.footer .flexBox .cols:nth-child(4) {
	width: 22%;
	padding-right: 0;
	border-right: 0;
}


.footer .flexBox .cols:nth-child(5) {
	width: 15%;
	padding-right: 0;
	border-right: 0;
	padding-left:30px;
}

.footer h4 {
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	font-weight: 800;
 }

.footer h4 span {
	color: #F7C41E;
}

footer .socialCon {
	margin-top: 10px;
}

footer .socialCon a {
	font-size: 22px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	text-align: center;
	width: 48px;
	display: inline-block;
	height: 34px;
	padding: 5px 0;
	position: relative;
}
footer .socialCon a:nth-child(1) {
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}


footer .contactCon .mNumber{border: 1px solid #F7C41E; padding:0 30px 0 0; display: block; text-decoration: none;
font-size: 16px; font-weight:900; line-height: 54px; letter-spacing: 2px; height: 54px; display: flex; margin-top: 25px; margin-bottom:30px;}


footer .contactCon .mNumber i{width: 60px; height: 53px; display: inline-block; background: #F7C41E; color: #000;
font-size: 24px; text-align: center; line-height: 53px; margin-right: 20px;

}

footer .contactCon p{margin: 0 0 0 0;}
footer .contactCon p a{font-size: 14px; color: #fff; text-decoration: none;}
 
.fLinks .links {
	display: block;
	margin-top: 20px;
	padding: 0;
	list-style: none;
	margin-left: 20px;
}

.fLinks .links-left {
	float: left;
	width: 100%;
}

.fLinks .links li {
	padding: 3px 0;
}
.fLinks .links a {
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	display: block;
	font-weight: 400;
	position: relative;
	 
}
.fLinks .links a:hover {
	text-decoration: underline;
	color: #F7C41E;
}

.fLinks .links a:before {
	content: "-";
	position: absolute;
	left: -15px;
	color: #fff;
}

.copyright {
	text-align: center;
	margin-top: 35px;
	border-top: 1px solid #222;
	padding: 30px 15px 0 15px;
}
.copyright {
	color: #fff;
	font-size: 13px;
	line-height: 24px;
	text-transform: uppercase;
}

.copyright strong a {
	color: #fff;
	text-decoration: none;
}
.copyright strong span {
	color: #FFF;
}


@media only screen and (max-width: 1461px) {
	.footer .flexBox .cols{padding: 0 20px;}
	.footer .flexBox .cols:nth-child(4){width: 25%;}
	.footer .flexBox .cols:nth-child(5) {
		width: 18%; 
		padding-left: 20px;
	}
}

@media only screen and (max-width: 1279px) {
	.footer .flexBox .cols:nth-child(1) {
		width: 17%;
		padding-left: 0;
	}
}

@media only screen and (max-width: 1151px) {
	.footer .flexBox .cols:nth-child(3){display: none;}
	.footer .flexBox .cols{width: 23% !important;}
	.footer .flexBox .cols:nth-child(4){width: 36% !important;}
}

@media only screen and (max-width: 991px) {
	.footer .flexBox{flex-wrap: wrap;}
	.footer .flexBox .cols{width: 50% !important;}
	.footer .flexBox .cols:nth-child(4){width: 50% !important; padding-left: 0;}
	.footer .flexBox .cols:nth-child(4), .footer .flexBox .cols:nth-child(5){margin-top: 20px;}
}


@media only screen and (max-width: 599px) {
	.footer{padding: 40px 0 30px 0;}
	.footer .flexBox{flex-wrap: wrap;}
	.footer .flexBox .cols{width: 50% !important;}
	.footer .flexBox .cols:nth-child(4){width: 90% !important; padding-left: 0;}
	.footer .flexBox .cols:nth-child(4), .footer .flexBox .cols:nth-child(5){margin-top: 20px;}
	.footer .flexBox .cols:nth-child(5){width: 100% !important; padding-left: 0;}
}


/*footer clasess ends*/

/* inside clasess */
.middleCon {
	min-height: 200px;
}

.breadcrumb {
	text-align: center;
	display: block;
	width: auto;
	background: none;
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 0 0;
	padding: 0;
	color: #fff;
}

.breadcrumb li {
	display: inline-block;
}

.breadcrumb li a {
	font-weight: 400;
	text-decoration: underline;
	color: #F7C41E;
}

.breadcrumb li a:hover {
	text-decoration: none;
}

.breadcrumb > li + li:before {
	color: #fff;
	font-size: 8px;
	margin: 0 5px;
	content: "\e90e";
	font-family: "icomoon";
}

.packagesCon {
	padding: 0 0 100px 0;
}

.packagesCon .row {
	margin-top: -50px;
}


.packagesCon2 {
	padding: 0;
}

.packagesCon2 .row {
	margin-top: 0;
}


.packagesCon .packageBox {
	background: #f5f5f5;
	border: 1px solid #eee;
	padding: 50px 30px;
	min-height: 200px;
	position: relative;
	text-align: center;
}

.packagesCon .packageBox:hover {
	box-shadow: 0 0 25px 5px rgba(67, 70, 73, 0.2);
	border-color: #ffffff;
	background: #ffffff;
}

.packagesCon .packageBox h4 {
	font-size: 20px;
	font-weight: 800;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 24px;
}

.packagesCon .packageBox .price {
	font-size: 36px;
	font-weight: 300;
	color: #000;
	line-height: 40px;
	margin-top: 25px;
}

.packagesCon .packageBox .price sup {
	font-size: 22px;
}

.packagesCon .packageBox hr {
	border-color: #ddd;
	margin: 10px 0 0 0;
}

.packagesCon .packageBox ul {
	margin: 35px 0 35px 0;
	text-align: center;
	padding-left: 0;
}

.packagesCon .packageBox ul li {
	list-style: none;
	color: #555;
	font-size: 16px;
	line-height: 22px;
	padding: 8px 0;
}

.packagesCon .packageBox ul li i {
	width: 18px;
	height: 18px;
	border-radius: 100%;
	color: #F7C41E;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 10px;
	display: inline-block;
	padding: 3px 0;
	margin-right: 3px;
	vertical-align: text-top;
	margin-top: 2px;
}

.packagesCon .packageBox .btn-light {
	background: none !important;
	border: 1px solid #d4d8dc;
	line-height: 43px;
	height: 45px;
	padding: 0 30px;
	font-size: 15px;
	font-weight: 600;
}

.packagesCon .standard {
	background: #ffffff;
	border-color: #ffffff;
	-webkit-box-shadow: 0 0 25px 5px rgba(67, 70, 73, 0.2);
	box-shadow: 0 0 25px 5px rgba(67, 70, 73, 0.2);
}

.packagesCon2 .standard {
	background: #ffffff;
	border-color: #ddd;
	-webkit-box-shadow:none;
	box-shadow:none;

}

.packagesCon .standard .btn-light {
	border: 0;
	background: #ee5d5d !important;
	color: #ffffff !important;
}

.packagesCon .standard .popularRibbon {
	position: absolute;
	background: url(../images/popular-ribbon.svg) no-repeat;
	width: 131px;
	height: 38px;
	top: -7px;
	right: -14.5px;
	color: #ffffff;
}

.packagesCon .standard .popularRibbon p {
	font-size: 10px;
	letter-spacing: 1.5px;
	line-height: 16px;
	height: 28px;
	overflow: hidden;
	text-align: center;
	width: 120px;
	text-align: center;
	padding: 6px 0 6px 8px;
}

@media screen and (max-width: 991px) {
	.packagesCon {
		padding: 0 0 10px 0;
	}
	.packagesCon .packageBox {
		margin-bottom: 30px;
	}
}

.loginCon {
	margin-top: -50px;
}

.loginCon .box {
	width: 660px;
	background: #1A1A1A;
	border: 1px solid #1A1A1A;
	padding: 50px;
	min-height: 300px;
	position: relative;
	text-align: left;
	margin: auto;
	box-shadow: 0 0 25px 5px rgba(67, 70, 73, 0.2);
}

.registernCon .box {
	width: 100%; 
}


@media screen and (max-width: 1151px) {
	.loginCon .box{width: 100%; padding: 20px;}


}


@media screen and (max-width: 767px) {
	.loginCon .box{width: 100%; padding: 15px;}


}




.table tr td strong {
	color: #fff; font-weight: 400;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
	padding: 10px 15px;
}
.form-check-label {
	font-weight: 400;
}

.modal-body {
	padding: 40px;
	position: relative;
}

.close,
.close:hover,
.close:focus {
	color: #F7C41E;
	font-size: 30px;
	opacity: 1;
	position: absolute;
	top: 42px;
	right: 30px;
}

.modal-body .form {
	margin-top: 30px;
}

.modal-content {
	border-radius: 0;
}

 
.middleInner {
	margin-top: -50px;
}

.middleInner .box {
	width: 100%;
	background: #1A1A1A;
	border: 1px solid #1A1A1A;
	padding: 50px;
	min-height: 300px;
	position: relative;
	text-align: left;
	margin: auto;
	box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.2);
}

 

.contactCon .left {
	width: 50%;
	float: left;
	padding-right: 40px;
}
.contactCon .right {
	width: 50%;
	float: right;
}
.contactCon .inner {
	border: 1px solid #444;
	padding: 30px 40px 40px 40px;
}

.contactCon .inner h3 {
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 5px 0;
}
.contactCon .inner p a {
	font-weight: 500;
	display: inline-block;
	margin-top: 5px;
}

.contactCon .contactInfo p {
	line-height: 20px;
	margin: 40px 0;
	position: relative;
	padding-left: 60px;
}
.contactCon .contactInfo p a {
	font-weight: 600;
	font-size: 18px;
	color: #F7C41E;
}
.contactCon .contactInfo p::before {
	width: 48px;
	height: 48px;
	border-radius: 100%;
	position: absolute;
	content: "\e905";
	font-family: "icomoon";
	text-align: center;
	color: #F7C41E;
	font-size: 20px;
	border: 2px solid #333;
	padding: 13px 0;
	left: 0;
	font-weight: 600;
	background: #000;
}

.contactCon .contactInfo p:hover::before {
	width: 48px;
	height: 48px;
	border-radius: 100%;
	position: absolute;
	content: "\e905";
	font-family: "icomoon";
	text-align: center;
	color: #F7C41E;
	font-size: 24px;
	border: 2px solid #F7C41E;
	padding: 13px 0;
	left: 0;
	font-weight: 600;
}

.contactCon .contactInfo p:hover a {
	font-weight: 600;
	font-size: 18px;
	color: #F7C41E;
}

.contactCon .contactInfo p:nth-child(2):before {
	content: "\e906";
}
.contactCon .contactInfo p:nth-child(3):before {
	content: "\e918";
}

.contactCon .contactInfo p:nth-child(4):before {
	content: "\e919";
}

.googleMap {
	overflow: hidden;
	margin-bottom: -278px;
}



@media screen and (max-width: 991px) {
	.contactCon .left, .contactCon .right{width:100%;}
	.middleInner .box{padding: 20px;}
}





.videoDetails .videoDescription {
	padding: 20px;
	background-color: #ffffff;
}
.videoDetails .share {
	display: flex;
	align-items: center;
	margin-top: 30px;
	justify-content: left;
}
.videoDetails .share .title {
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	margin-right: 15px;
}
.videoDetails .share .social a {
	width: 38px;
	height: 38px;
	background: #1877f2;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	text-align: center;
	padding: 7px 0;
}
.videoDetails .share .social a:nth-child(2) {
	background: #1da1f2;
}
.videoDetails .share .social a:nth-child(3) {
	background: #0077b5;
}
.videoDetails .share .social a:nth-child(4) {
	background: #e60023;
}


.body-focus{width: 100px; height: auto; margin:20px auto 0 auto;}
.body-focus .img{width: 100%; height: auto;}


.videoDetails .videoInfoCon {
	background: #fff;
	padding: 30px;
}
.videoDetails .videoInfoCon h4 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.videoDetails .videoInfoCon table {
	margin-top: 20px;
	color: #000;
}
.videoDetails .videoInfoCon table tr td {
	padding: 5px 0;
}

.videoDetails .videoInfoCon .btnCon {
	margin-top: 20px;
}
.videoDetails .videoInfoCon .btnCon .btn {
	margin: 5px 0;
}

.videoDescription .timeUpdate {
	margin-top: 5px;
}
.videoDescription .timeUpdate span {
	color: #999;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 20px;
	padding: 0 10px;
	border-left: 1px solid #ccc;
}

.videoDescription .timeUpdate span:nth-child(1) {
	padding-left: 0;
	border: 0;
}

.videoContent {
	margin-top: 30px;
}
.videoContent h5 {
	margin-bottom: 10px;
}
.videoContent p strong {
	color: #000;
}



/* blog */
.blogCon{padding: 70px 0;}


.blogCon .comman_title{display: inline-block; position: relative;}
.blogCon .comman_title:after{background: url(../images/line3.svg) no-repeat;
    height: 30px;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    bottom:-34px;
	
    image-rendering: auto;}

	.blogCon .btn{margin-top: 30px;}


.bolgs {
	margin: 50px -20px 0 -20px;
	display: flex;
	padding: 0;
	justify-content: left;
	flex-wrap: wrap;
}

.bolgsInside{margin-top: 0;}


.bolgs li {
	width:25%;
	padding:20px;
	list-style: none;
}
.bolgs li .blogBox {
	background: #1A1A1A;
}

.bolgsInside li .blogBox {
	background: #000;
}


.bolgs li .blogBox figure {
	min-height: 200px;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1A1A1A;
}

.bolgs li .blogBox:hover {
	box-shadow: 0 5px 40px -2px rgba(247, 196, 30, .8);
}

.bolgs li .blogBox figure a, .bolgs li .blogBox figure img {
	width: 100%;
}
.bolgs li .blogBox figcaption {
	padding:0 25px 25px 25px;
	margin-top: -17px;
}
.bolgs li .blogBox figcaption .title {
	font-size: 17px;
	font-weight: 700;
	line-height: 28px;
	height: 82px;
	overflow: hidden;
	margin-top: 20px;
	 
}
.bolgs li .blogBox figcaption .title a {
	color: #fff;
	text-decoration: none;
}

.bolgs li .blogBox figcaption .discriprtion{font-size: 16px;}


.bolgs li .blogBox figcaption .discriprtion {
	margin-top: 20px;
}
.bolgs li .blogBox .timeUpdate {
	color: #000;
	font-weight: 600;
	font-size: 14px;
	background: #F7C41E; 
	display: inline-block;
	padding: 0 10px;
	line-height: 32px;
 }

 

.likeCon {
	display: flex;
	justify-content: left;
	flex-wrap: nowrap;
	align-items: center;
	margin-top: 20px;
}

.bolgs li .blogBox figcaption .likeCon {
	justify-content: right;
}

.likeCon .likeBtn {
	width: 38px;
	height: 36px;
	background: #ccc url(../images/like.svg) no-repeat center center;
	border-radius: 1px;
	padding-bottom: 2px;
	background-size: auto;
}
.likeCon .likeBtn:active {
	background: #ddd url(../images/like.svg) no-repeat center center;
}
.likeCon .inputBox {
	margin-left: 15px;
	position: relative;
}
.likeCon .inputBox .form-control {
	width: 38px;
	height: 36px;
	padding: 0;
	text-align: center;
	border-radius: 1px;
	background: #fff;
	border: 1px solid #ccc !important;
	font-size: 13px;
}

.likeCon .inputBox:before {
	content: "";
	position: absolute;
	border: 1px solid transparent;
	background: #fff;
	border-bottom-color: #bdbdbd;
	left: -8px;
	top: 48%;
	border-left-color: #ccc;
	transform: rotate(45deg) translatey(-50%);
	width: 8px;
	height: 8px;
	margin: 0;
	z-index: 1;
	box-sizing: content-box;
}



.grayCard{background-color: #000000; padding: 25px;}
.grayCard h4{font-weight: 700; font-size: 20px;}

.blogDetails .imageCon img{width: 100%; margin-bottom: 30px;}

.blogDetails .timeUpdate {
	margin-top: 5px;
}
.blogDetails .timeUpdate span {
	color: #F7C41E;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 20px;
	padding: 0 10px;
	border-left: 1px solid #ccc;
}

.blogDetails .timeUpdate span:nth-child(1) {
	padding-left: 0;
	border: 0;
}


.blogDetails .imageCon figcaption h4{font-weight: 700; font-size: 24px; line-height: 32px;}

.blogDetails .blogContent{margin-top: 30px;}
.blogDetails .blogContent h5{font-weight: 600; font-size: 18px; margin-bottom: 10px;}
 


@media screen and (max-width: 991px) {
	.blogCon{padding: 50px 0;}
	

	.bolgs {
		margin: 30px -10px 0 -10px;
		flex-wrap: wrap;
	}

	.bolgs li {
		width: 50%;
		padding: 10px;
		list-style: none;}
}

@media screen and (max-width: 479px) {
	.blogCon{padding: 50px 0;}
	

	.bolgs {
		margin: 30px 0 0 0;
		flex-wrap: wrap;
	}

	.bolgs li {
		width: 100%;
		padding: 10px;
		list-style: none;}
}



/* comment */

.commentSection {
	background: #000;
	padding:15px;
	margin-top: 40px;
}
.commentSection .titleCon {
	padding: 5px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.commentSection .titleCon h4 {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 26px;
}

.commentCard {
	background: #1a1a1a;
	margin-top: 10px;
}
.commentCard .inner {
	padding: 15px;
}

.commentCard .user {
	background: #000;
	border-radius: 0;
	padding: 5px 10px 5px 10px;
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	color: #fff; border: 1px solid #333;
}
.commentCard .user .userPic {
	width: 32px;
	height: 32px;
	border-radius: 100%;
	display: inline-block;
	background: #fff url(../images/avatar.svg);
	margin-right: 5px;
	overflow: hidden;
	background-size: contain;
}
.commentCard .postDate {
	display: block;
	margin: 10px 0 0 0;
	font-size: 14px;
	color: #999;
}
.commentCard .commentTxt {
	margin: 10px 0 0 0;
}

.commentInfo {
	border-top: 1px solid #ddd;
	padding: 15px;
	margin-top: 10px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}

.commentInfo .likeCon {
	margin: 0;
}
.commentInfo .replyBtn {
	font-size: 20px;
	color: #999;
}

.postCommentForm {
	padding: 15px;
	background: #1a1a1a;
	margin-top: 10px;
	position: relative;
}
.postCommentForm .user {
	background: #f5f5f5;
	border-radius: 3px;
	padding: 5px 10px 5px 5px;
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}
.postCommentForm .user .userPic {
	width: 32px;
	height: 32px;
	border-radius: 100%;
	display: inline-block;
	background: #fff url(../images/avatar.svg);
	margin-right: 5px;
	overflow: hidden;
	background-size: contain;
}
.textareaBox {
	margin-top: 10px;
}

.file-wrapper {
	width: 100%;
	height: 140px;
	border: 2px solid #000;
	position: relative;
	margin: auto;
	margin-top: 10px;
}
.file-wrapper:after {
	content: "\f03e";
	font-family: "FontAwesome";
	position: absolute;
	left: 20px;
	top: 45%;
	transform: translate(0, -50%);
	display: block;
	font-size: 24px;
	color: #000;
}

.file-wrapper .textCon {
	position: absolute;
	left: 55px;
	top: 50%;
	transform: translate(0, -50%);
	line-height: 20px;
	color: #000;
}
.file-wrapper .textCon small {
	display: block;
	color: #999;
}

.file-wrapper input[type="file"] {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
	margin: -12px 0 0 -2px;
}

.file-wrapper .btn-rmv1 {
	display: none;
}

.file-wrapper .rmv {
	cursor: pointer;
	color: #fff;
	display: inline-block;
	position: absolute;
	z-index: 2;
	top: 5px;
	right: 5px;
	border: 0;
	outline: none;
	background-color: rgba(250, 87, 5, 95);
}

.file-wrapper .rmv:hover {
	background: #F7C41E;
}

.file-wrapper .imageThumbnail {
	float: right;
	padding: 5px;
	max-width: 60%;
	height: 136px;
	position: relative;
	overflow: hidden;
}
.file-wrapper .imageThumbnail .preview1 {
	height: 0;
	width: 0;
	border: 0;
}
.file-wrapper .imageThumbnail .it {
	height: 100%;
	width: 100%;
	border: 1px solid #ddd;
}

.commentReplyCon {
	margin: 20px 0 0 20px;
	position: relative;
}
.commentReplyCon:before {
	height: 100%;
	width: 3px;
	background: #ccc;
	content: "";
	position: absolute;
	top: 0;
	left: -15px;
}
 
.capsuleList {
	margin-top: 10px;
}
.capsuleList a {
	display: inline-block;
	background: #f5f5f5;
	border-radius: 1px;
	padding: 5px 10px;
	text-decoration: none;
	margin: 5px 10px 5px 0;
	border: 1px solid #ddd;
	transition: linear 0.3s;
	color: #555;
}
.capsuleList a:hover,
.capsuleList a.active {
	background: #F7C41E;
	color: #fff;
	border-color: #F7C41E;
}

ul.recentArticles {
	padding: 0;
	margin: 0;
}
ul.recentArticles li {
	list-style: none;
	display: block;
	padding: 10px;
	background: #1a1a1a;
	margin: 10px 0;
	border: 1px solid #333;
}
ul.recentArticles li .inner {
	display: flex;
	font-weight: 400;
	color: #fff;
	line-height: 22px;
	align-items: center;
}
ul.recentArticles li .inner figure {
	width: 120px;
	margin: 0 15px 0 0;
}
ul.recentArticles li .inner figure img {
	width: 100%;
}
ul.recentArticles li:nth-child(5) {
	margin-bottom: 0;
}
ul.recentArticles li .inner:hover {
	color: #F7C41E;
}

.videoCon .videoImg img {
	width: 100%;
}

.programs li .blogBox figcaption {
	text-align: center;
}
.programs li .blogBox figcaption .title {
	font-size: 24px;
	font-weight: 800;
	line-height: 32px;
	height: auto;
	overflow: hidden;
	text-transform: uppercase;
}

.programs li .blogBox figcaption .btn {
	margin-top: 20px;
}

.communtyList {
	background: #fff;
	width: 100%;
}

.communtyList .flexList,
.communtyList .communityHeader {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	max-width: calc(9% + 1200px);
	margin: 0 auto;
}

.communityHeader {
	padding: 29px 0 17px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	flex-wrap: nowrap;
}

.communtyList .flexList.listing-row {
	padding-top: 33px;
	padding-bottom: 28px;
	border-bottom: 1px solid #ddd;
	min-height: 48px;
	position: relative;
	flex-wrap: nowrap;
}

.communtyList .flexList .span.cell:nth-child(1),
.communtyList .communityHeader .span.cell:nth-child(1) {
	flex-basis: 46.923%;
	padding-right: 60px;
	padding-left: 80px;
	position: relative;
}

.communtyList .flexList .span.cell:nth-child(2),
.communtyList .communityHeader .span.cell:nth-child(2) {
	flex-basis: 35.1538%;
	padding-right: 60px;
}

.communtyList .flexList .span.cell:nth-child(3),
.communtyList .communityHeader .span.cell:nth-child(3) {
	flex-basis: 8%;
}
.communtyList .flexList .span.cell:nth-child(4),
.communtyList .communityHeader .span.cell:nth-child(4) {
	padding-right: 10px;
	-webkit-box-flex: 1;
	flex: 1 auto;
}

.communtyList .communityHeader b {
	text-transform: uppercase;
	color: #999;
	font-size: 12px;
	font-weight: 400;
}

.communtyList .profile a {
	text-decoration: none;
	color: #000;
}
.communtyList .profile h6 {
	font-weight: 700;
	font-size: 18px;
	margin: 0;
	line-height: 24px;
}

.communtyList .flexList .span.cell:hover .profile a {
	text-decoration: underline;
}

.communtyList .postedIn a {
	font-size: 13px;
}

.communtyList .profile .prifilePic {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	overflow: hidden;
	border: 1px solid #eee;
	background: #f2f2f2;
	position: absolute;
	left: 0;
	top: -10px;
}
.communtyList .profile .prifilePic img {
	width: 100%;
}

.profile2 {
	position: relative;
	font-size: 12px;
	font-weight: 700;
	color: #000;
	padding-left: 40px;
	margin-top: 20px;
	display: block;
}
.profile2 .prifilePic {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	overflow: hidden;
	border: 1px solid #eee;
	background: #f2f2f2;
	position: absolute;
	left: 0;
	top: -10px;
}
.profile2 .prifilePic img {
	width: 100%;
}
.profile2 .updateBtn {
	margin-left: 10px;
	display: inline-block;
	font-weight: 400;
}

.profile3 {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	color: #000;
	padding-left: 75px;
	margin-top: 20px;
	display: block;
}
.profile3 .postedIn {
	font-size: 14px;
	font-weight: 400;
}
.profile3 .prifilePic {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	overflow: hidden;
	border: 1px solid #eee;
	background: #f2f2f2;
	position: absolute;
	left: 0;
	top: -10px;
}
.profile3 .prifilePic img {
	width: 100%;
}

.communityDetails {
	padding-left: 75px;
}
.cmsImg {
	margin: 30px 0;
}

@media screen and (max-width: 599px) {
	.commentSection .btn3{padding: 0 15px;}
}

@media screen and (max-width: 479px) {
	.commentSection .btn3{padding: 0 15px; font-size: 14px; padding: 0 10px;}
	.commentSection .titleCon h4{font-size: 18px;}
}


/*product detail*/

.pDetailCon {
	padding: 0;
}
.pDetailCon .cols {
	width: 33.5%;
	float: left;
	margin-bottom: 40px;
}

.pDetailCon .price {
	font-size: 28px;
	font-weight: 800;
	line-height: 36px;
	color: #F7C41E;
}

.pDetailCon .qtyCon .form-control {
	width: 70px;
	text-align: center;
	padding: 5px;
	height: 48px;
}

.pDetailCon .share {
	display: flex;
	align-items: center;
	margin-top: 30px;
	justify-content: left;
}
.pDetailCon .share .title {
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	margin-right: 15px;
}
.pDetailCon .share .social a {
	width: 38px;
	height: 38px;
	background: #1877f2;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	text-align: center;
	padding: 7px 0;
}
.pDetailCon .share .social a:nth-child(2) {
	background: #1da1f2;
}
.pDetailCon .share .social a:nth-child(3) {
	background: #0077b5;
}
.pDetailCon .share .social a:nth-child(4) {
	background: #e60023;
}

.dtl_images {
	margin: 0;
	position: relative;

	margin-top: 0;
}
.pDetailCon .dtl_contents {
	width: 65.5%;
	margin-top: 5px;
	position: relative;
}

.dtl_contents .rightTop {
	position: absolute;
	right: 0;
	top: 7px;
	display: flex;
}

.dtl_contents .rightTop .stock {
	border-radius: 2px;
	font-size: 13px;
	line-height: 20px;
	display: inline-block;
	height: 24px;
	padding: 3px 8px;
	font-weight: 600;
	margin-top: 3px;
	margin-right: 15px;
}

.dtl_contents .rightTop .stock.green {
	background: rgba(13, 134, 18, 0.1);
}

.dtl_contents .wishlist {
	width: 36px;
	height: 36px;
	font-size: 29px;
	text-align: center;
	text-decoration: none;
}

.dtl_contents .wishlist img {
	width: 100%;
}

.dtl_contents h3 {
	line-height: 32px;
	font-size: 24px;
	font-weight: 800;
	margin: 0;
}
.dtl_contents .table p {
	margin: 0;
}

.dtl_contents .stock.green {
	color: green;
	font-weight: 500;
}
.dtl_contents .stock.red {
	color: red;
	font-weight: 500;
}

.ds_thm {
	border-radius: 0;
	overflow: hidden;
	width: 100px;
	height: 95px;
	border: 1px solid #ddd;
}

.ds_thm img {
	width: 100%;
	height: auto;
	display: block;
}

.myulx {
	float: left;
}

.myulx li {
	padding-bottom: 9.5px;
	overflow: hidden;
}

.MagicZoomPlus {
	width: 305px !important;
	border: 1px solid #ddd;
	border-radius: 0;
	overflow: hidden;
	margin-left: 10px;
}

.myulx {
	padding: 0;
}
.myulx li img {
	display: block;
}

.dtl_images .detailBtnCon {
	margin-top: 15px;
	display: flex;
	padding-right: 20px;
	margin-left: -5px;
}
.dtl_images .detailBtnCon .col {
	width: 50%;
	padding: 0 5px;
}
.dtl_images .detailBtnCon .btn2 {
	width: 100%;
	text-align: center;
	padding: 0 30px;
}
.drCon {
	padding: 20px;
	border: 1px solid #ddd;
	margin: 30px 0 40px;
}

.pDetails .card {
	min-height: auto;
	padding: 0;
	border-radius: 16px;
}
.pDetails.card:hover {
	transform: translate(0);
}
.pDetails .card > .card-header {
	background-color: #fff;
	border-color: none !important;
	border: none !important;
	-webkit-box-shadow: 0 !important;
	box-shadow: 0 !important;
	border-radius: 16px;
}
.pDetails .more-less {
	float: right;
	margin-top: 2px;
	color: #000;
	font-size: 20px;
}
.pDetails .card {
	border-color: #ddd;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	margin-bottom: 10px;
	text-decoration: none;
}
.pDetails .card-body {
	padding: 0 0 20px 0 !important;
	border: none !important;
}
.pDetails .card-header {
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 0px;
	border-radius: 0px;
}
.pDetails a.card-link {
	text-decoration: none;
	display: block;
	background: #fff;
	font-size: 18px;
	line-height: 28px;
	padding: 0 0 10px 0;
	color: #000;
	font-weight: 800;
	border-radius: 0;
}
.pDetails a.card-link i {
	font-size: 18px;
}
.pDetails .card:hover {
	border-bottom: 1px solid #ddd;
}
.pDetails .card-body ul {
	margin-top: 20px;
	margin-left: 30px;
}

.pDetails .card-body ul li {
	list-style: inside;
}

.reviewsCon {
	padding: 10px 0;
}
.reviewsCon h3 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 800;
	display: inline-block;
	text-transform: uppercase;
}

.reviewsCon .totalRatings {
	background: green;
	height: 26px;
	margin-left: 10px;
	line-height: 28px;
	color: white;
	border-radius: 30px;
	padding: 0 12px;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
}
.reviewsCon .titleCon .btn-default {
	float: right;
}
.reviewsCon .titleCon {
	margin-bottom: 10px;
}
.reviewsCon .reviewBox {
	padding: 25px 0;
	border-bottom: 1px solid #ddd;
}

.reviewsCon .reviewBox .cName {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
}
.reviewsCon .reviewBox .cName small {
	font-weight: 400;
	opacity: 0.7;
	vertical-align: top;
}

.reviewsCon .reviewBox .ratings {
	height: 22px;
	margin-right: 5px;
	font-size: 12px;
	line-height: 22px;
	color: white;
	border-radius: 30px;
	padding: 0 8px;
}
.reviewsCon .reviewBox .ratings.high {
	background: green;
}
.reviewsCon .reviewBox .ratings.low {
	background: green;
}

.reviewsConPup {
	padding: 40px;
}

.modal-body {
	padding: 40px;
	position: relative;
}

.close,
.close:hover,
.close:focus {
	color: #F7C41E;
	font-size: 30px;
	opacity: 1;
	position: absolute;
	top: 36px;
	right: 30px;
}

.modal-body .form {
	margin-top: 30px;
}
.modal-title {
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 800;
}

.srProductCon .titleCon h2 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 24px;
	position: relative;
	float: left;
}
.srProductCon .titleCon h2:after {
	width: 70px;
	height: 1px;
	background: #000;
	position: absolute;
	content: "";
	top: 17px;
	margin-left: 10px;
}
.srProductCon .titleCon .btn-default {
	float: right;
}

.srProductCon .productsCon {
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 10px;
}
.srProductCon .productsCon .owl-next {
	right: 10px;
}
.srProductCon .productsCon .owl-prev {
	left: 10px;
}

.srProductCon .productsCon .list li .box {
	box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.3);
}

/*product detail end*/

.cal_body_bottom .close {
	color: #000 !important;
	border: 1px solid #000 !important;
}
.calendar_search_form {
	display: grid;
	grid-template-columns: 1fr 1fr 0.3fr;
	justify-content: space-between;
}
.calendar_search_form .form_field {
	display: flex;
	padding-right: 10px;
	align-items: center;
}
.form_field select {
	height: 50px;
	width: 100%;
	background-color: transparent;
	appearance: none;
	-webkit-appearance: none;
	border-radius: 6px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: right 20px center;
	border: 1px solid #F7C41E !important;
	color: #676767;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
}
.form_field label {
	margin-bottom: 0;
	font-weight: 400;
	color: #676767;
	padding-right: 20px;
}
.calendar_search_form_heading h3 {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	text-transform: capitalize;
}
.calendar-search-form {
	margin-bottom: 30px;
	padding: 0 20px;
}
/* .calendar_head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: 
    #F7C41E;
    height: 80px;
} */
.cal_head_left {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F7C41E;
	height: 63px;
}
.cal_head_left p {
	font-size: 12px;
	color: #fff;
	font-weight: 700;

	text-transform: uppercase;
}
.cal_head_right {
	display: flex;
	width: 82%;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.cal_head_right ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.cal_head_right ul li {
	width: 14.28%;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

.cal_body_left {
	width: 18%;
}
.same-col-label {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	margin-top: 3px;
	height: 63px;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	color: #F7C41E;
}
.calendar_body {
	display: flex;
	justify-content: space-between;
	border: 1px solid #ddd;
}
.cal_body_right {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 82%;
	position: relative;
	z-index: 1;
}
.cal_right_inner {
	display: flex;
	overflow-x: overlay;
}
.same_record {
	width: 14.28%;
	flex: 0 0 14.28%;
}
.same_record .item {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 63px;
	margin-top: 3px;
	background-color: #fff;
	margin-left: 3px;
	text-align: center;
	font-family: "Poppins";
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	text-transform: capitalize;
	color: #555;
}
.item.date_row {
	background-color: #F7C41E;
	color: #fff;
	margin: 0;
	font-weight: 600;
	flex-direction: column-reverse;
	text-transform: uppercase;
	line-height: 18px;
}
.same_record br {
	display: none;
}
.item.video_item {
	flex-direction: column;
	height: 130px;
	overflow: hidden;
	justify-content:normal;
	padding-top: 5px;
	 
}

.item.video_item .moreVides{margin-top: 5px; text-transform: uppercase;}
.item.video_item .moreVides a{color: #999; text-decoration: none;}
.item.video_item .moreVides a:hover{color: #F7C41E; text-decoration: underline;}


.item.video_item img {
	width: 90%;
	max-height: 85px;
	object-fit: cover;
}
.item.video_item a {
	font-size: 12px;
	color: #343434;
	margin-top: 2px;
	width: 100%;
	text-align: center;
}

.same-col-label {
	background-color: rgba(250, 87, 5, 0.1);
	font-weight: 700;
}
.same-col-label.videos_label {
	height: 115px;
}


.video_item_pupCon{margin-top: 20px;}
.video_item_pupCon
.video_item_pupCon ul, .video_item_pupCon ul li{list-style: none; padding: 0 !important; margin: 0 !important;}
.video_item_pupCon ul{margin: 0; padding: 0;}
 

.video_item_pupCon .video_item a{display: block;  color: #343434;}
.video_item_pupCon .video_item a span{display: block; margin-top: 10px;}
.video_item_pupCon .video_item a img{width: 100%; height: auto;}

/* calendar */

/* .Monday {
    order: 1;
}
.Tuesday {
    order: 2;
}
.Wednesday {
    order: 3;
}
.Thursday {
    order: 4;
}
.Friday {
    order: 5;
}
.Saturday {
    order: 6;
}
.Sunday {
    order: 7;
} */
.record01,
.record1 {
	order: 1;
}
.record02,
.record2 {
	order: 2;
}
.record03,
.record3 {
	order: 3;
}
.record04,
.record4 {
	order: 4;
}
.record05,
.record5 {
	order: 5;
}
.record06,
.record6 {
	order: 6;
}
.record07,
.record7 {
	order: 7;
}
.record08,
.record8 {
	order: 8;
}
.record09,
.record9 {
	order: 9;
}
.record10 {
	order: 10;
}
.record11 {
	order: 11;
}
.record12 {
	order: 12;
}
.record13 {
	order: 13;
}
.record14 {
	order: 14;
}
.record15 {
	order: 15;
}
.record16 {
	order: 16;
}
.record17 {
	order: 17;
}
.record18 {
	order: 18;
}
.record19 {
	order: 19;
}
.record20 {
	order: 20;
}
.record21 {
	order: 21;
}
.record22 {
	order: 22;
}
.record23 {
	order: 23;
}
.record24 {
	order: 24;
}
.record25 {
	order: 25;
}
.record26 {
	order: 26;
}
.record27 {
	order: 27;
}
.record28 {
	order: 28;
}
.record29 {
	order: 29;
}
.record30 {
	order: 30;
}
.record31 {
	order: 31;
}
.my_month {
	display: none;
}
.calendar_head {
	margin-bottom: 20px;
	height: 30px;
	margin-top: 40px;
}
.cal_arrows {
	position: relative;
	width: 100%;
}
.cal_prev {
	position: absolute;
	left: 0;
	top: 0;
}
.cal_next {
	position: absolute;
	right: 0;
	top: 0;
}
.cal_arrows a {
	color: #000000;
	font-weight: bold;
	outline: 0;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #ddd;
	padding: 12px 20px;
}
.cal_arrows a:hover {
	color: #F7C41E;
}
.my_calendar {
	margin-bottom: 50px !important;
}
.form_field.submit_btn {
	display: flex;
	align-items: flex-end;
	position: relative;
}

.submit_btn::after {
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	font-size: 18px;
	background: #343434;
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -10px;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	transition: all 0.4s ease-in-out;
	transform: rotateX(3deg);
	color: #fff;
	cursor: pointer;
}

.clear-search:hover:after,
.submit_btn:hover:after {
	background: #fa5806;
	transform: rotateX(179deg);
}

.form_field.submit_btn input,
form.clear-search input {
	background-color: #F7C41E !important;
	border-radius: unset !important;
	color: #fff !important;
	padding: 17px 40px 17px 30px !important;
	font-weight: 500 !important;
	border: 0 !important;
	font-size: 16px !important;
	font-family: "Poppins";
	text-transform: uppercase;
	position: relative;
	cursor: pointer;
}

.form_field.submit_btn input:hover,
form.clear-search input:hover {
	background-color: #343434;
}

/* inside clasess end*/

/* flexTable */
.flexTable {
	border: 1px solid #ddd;
}
.flexTable .flexHeader {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	max-width: calc(9% + 1200px);
	margin: 0 auto;
	padding: 29px 0 17px;
	background: #fff;
	border-bottom: 1px solid #ddd;
	color: #000;
}

.flexTable .flexList.listing-row {
	padding-top: 33px;
	padding-bottom: 28px;
	border-bottom: 1px solid #ddd;
	min-height: 48px;
	position: relative;
	flex-wrap: wrap;
	display: flex;
}

.flexTable .flexList .span.cell:nth-child(1),
.flexTable .flexHeader .span.cell:nth-child(1) {
	flex-basis: 55%;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}

.flexTable2 .flexList .span.cell:nth-child(1),
.flexTable2 .flexHeader .span.cell:nth-child(1) {
	flex-basis: 60%;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
}

.flexTable .flexList .span.cell:nth-child(2),
.flexTable .flexHeader .span.cell:nth-child(2) {
	flex-basis: 20%;
	padding: 0 10px;
	text-align: center;
}

.flexTable .flexList .span.cell:nth-child(3),
.flexTable .flexHeader .span.cell:nth-child(3) {
	flex-basis: 20%;
	padding: 0 10px;
	text-align: center;
}
.flexTable .flexList .span.cell:nth-child(4),
.flexTable .flexHeader .span.cell:nth-child(4) {
	-webkit-box-flex: 1;
	flex: 1 auto;
	flex-basis: 5%;
}

.flexTable .productProfile {
	position: relative;
	padding-left: 70px;
}
.flexTable .productProfile a,
.flexTable .productProfile h6 {
	font-size: 18px;
	text-decoration: none;
	line-height: 22px;
	margin: 0;
}
.flexTable .productProfile .productPic {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	overflow: hidden;
	border: 1px solid #eee;
	background: #f2f2f2;
	position: absolute;
	left: 0;
	top: -10px;
}

.flexTable .productProfile .productPic img {
	width: 100%;
}
.flexTable .productProfile small {
	font-size: 15px;
	color: #000;
}
.flexTable .quantity {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
.flexTable .quantity .form-control {
	width: 44px;
	height: 36px;
	padding: 3px;
	text-align: center;
	border-width: 1px;
}
.flexTable .quantity button {
	background: #fff;
	border: 1px solid #000;
	color: #F7C41E;
	height: 36px;
	width: 36px;
	line-height: 36px;
}
.flexTable .remove {
	background: none;
	border: 0;
	outline: navajowhite;
	color: #F7C41E;
	font-size: 20px;
	transform: rotate(-45deg);
}

.orderSummury {
	border: 1px solid #ddd;
	padding: 20px 20px;
	text-align: center;
	color: #000;
}
.orderSummury h5 {
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	line-height: 22px;
	margin-bottom: 15px;
}
.orderSummury b {
	font-weight: 600;
}

.cardDetails {
	background: #f2f2f2;
	padding: 20px;
	margin-top: 20px;
}
.cardDetails h5 {
	text-transform: uppercase;
	color: #F7C41E;
}
.cardDetails .inner {
	background: #fff;
	padding: 30px;
	position: relative;
	margin-top: 20px;
}

.cardDetails .inner:before {
	border: 15px solid transparent;
	border-top: 0;
	border-right-color: transparent;
	border-bottom-color: #fff;
	border-left-color: transparent;
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	top: -12px;
	content: "";
	left: 90px;
}

/* invoice */

.thanksBox {
	background: rgba(13, 134, 18, 0.1);
	border: 1px dashed green;
	padding: 20px;
	display: flex;
	align-items: center;
}

.thanksBox img {
	width: 70px;
	height: 70px;
}
.thanksBox h4 {
	padding: 0 0 0 20px;
}
.thanksBox h4 small {
	display: block;
	font-size: 15px; line-height: 22px;
	color: #fff;
}
.invoice_logo {
	float: right;
}

.invoiceBox {
	padding: 20px;
	border: 1px solid #444;
	min-height: 180px;
}
/* flexTable end */



/*my account*/
.myAccount {
	margin-bottom: 70px;
}

.myAccount2 {
	margin-bottom: 40px;
}
.myAccount .sectionOne {
	background:#000;
	padding: 30px;
 	border-radius: 0;
	 
}

.myAccount .sectionOneStore {
	padding: 22px 30px 25px 30px;
}
.myAccount .sectionOneStore p {
	line-height: 20px;
}
.myAccount .sectionOneStore p strong {
	margin: 0 0 10px 0;
	display: block;
}

.reviesStars {
	margin-top: 10px;
}
.reviesStars .rating i {
	margin: 2px;
	font-size: 18px;
}
.reviesStars .rating {
	margin: 0;
}

.myAccount .sectionOne .left {
	float: left;
	width: 65%;
}
.myAccount .sectionOne .right {
	float: right;
	text-align: right;
}

.myAccount .sectionOne .right .btn-info {
	padding: 0 30px;
}


 
.myAccount .sectionOne .user {
	margin-top: 7px;
}
.myAccount .sectionOne .user strong {
	display: block;
	line-height: 20px;
}
.my_acount_nav {
	background: #000;
	border-radius: 0;
	padding: 20px;
	margin-top: 30px;
}
.my_acount_nav a {
	line-height: 16px;
	padding: 13px 15px;
	border-radius: 0;
	display: block;
	background: #1a1a1a;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 15px;
	color: #fff;
	margin: 7px 0;
	border: 1px solid #333;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
	-moz-transition: all linear 0.3s;
	-ms-transition: all linear 0.3s;
}
.my_acount_nav a:hover,
.my_acount_nav a.active {
	background:#F7C41E;
	color: #000;
}
.acc_box {
	padding: 30px;
	background:#000;
	margin: 30px 0 0 0;
 	min-height: 300px;
 }
.acc_box_inner {
	border: 1px solid #333;
	background:#1a1a1a;
	padding: 30px 20px;
	margin: 15px 0;
	transition: linear .3s;
	 
}

.acc_box_inner:hover {
	 
	 transform: scale(1.05);
}

.acc_box .remove {
	position: relative;
	padding-left: 10px;
}
.acc_box .remove::before {
	height: 15px;
	width: 1px;
	background: #ddd;
	position: absolute;
	left: 3px;
	top: 3px;
	content: "";
}

.cont_4_oh {
}
.cont_4_oh strong {
	display: none;
	font-weight: normal;
}
.cont_4_oh .sec1 {
	width: 10%;
	float: left;
	text-align: left;
}

.cont_4_oh .sec1-1 {
	width: 20%;
	float: left;
	text-align: left;
}

.cont_4_oh .sec2 {
	width: 45%;
	float: left;
	text-align: left;
}

.cont_4_oh .sec2-1 {
	width: 80%;
	float: left;
	text-align: left;
}

.cont_4_oh .sec3 {
	width: 35%;
	float: left;
	text-align: center;
}

.cont_4_oh .sec3-1 {
	width: 20%;
	float: left;
	text-align: center;
}
.cont_4_oh .sec4 {
	width: 10%;
	float: left;
	text-align: center;
}

.cont_4_oh .sec5 {
	width: 80%;
	float: left;
}

.cont_4_oh .sec6 {
	width: 10%;
	float: right;
	text-align: center;
}

.cont_4_oh b {
	color: var(--titleColor);
}

.shippingStatus {
	width: 150px;
	height: 40px;
	padding: 5px 10px;
	display: inline-block;
}
.cont_4_address_new {
}
.cont_4_address_new strong {
	display: none;
	font-weight: normal;
}
.cont_4_address_new .sec1 {
	width: 10%;
	float: left;
	text-align: left;
}

.cont_4_address_new .sec1-1 {
	width: 20%;
	float: left;
	text-align: left;
}

.cont_4_address_new .sec2 {
	width: 75%;
	float: left;
	text-align: left;
}
.cont_4_address_new .sec3 {
	width: 15%;
	float: left;
	text-align: center;
}

.searchOrder {
	width: auto;
	float: right;
	margin-bottom: 10px;
}

.searchOrder .swidth {
	width: 220px;
	display: inline-block;
	position: relative;
}

.searchOrder .form-control {
	height: 40px;
	padding-right: 50px;
}
.searchOrder .serchBtn {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	background: none;
	outline: 0;
	border: 0;
	color: var(--primary);
}


@media screen and (max-width: 767px) {
	.myAccount .sectionOne .left{width:100%; text-align: center;  float: none !important;}
	.myAccount .sectionOne .left img{display: inline-block; float: none !important; margin: 0 auto 15px auto;}
	.myAccount .sectionOne .right{width: 100%; text-align: center; float:none; padding-top: 15px;}

	.acc_box {
		padding: 15px;
		background:#000;
		margin: 30px 0 0 0;
		 min-height: auto;
	 }

	 .S_hide{display: none;}
}


 

/*my account*/

/* add calendar */
.calendarCon{display: flex; align-items: center; justify-content: space-between;}
.addCalendar{width: 38px; height: 38px; background-color: #fff; border: 1px solid #ddd; text-align: center; color: #000; text-decoration: none;
	 font-size: 18px; line-height: 38px; margin-top: 30px; }
	 .addCalendar:hover{background: #f2f2f2;}




	 .calendar {
		text-align: center;
	}

	.calendar table{margin: 30px auto 30px auto;}

	
	.calendar header {
		position: relative;
	}
	
	.calendar h2 {
		text-transform: uppercase;
	}
	
	.calendar thead {
		font-weight: 600;
		text-transform: uppercase;
		

	}
	.calendar thead tr td{background: #fff !important; color: #777; height: 2em; width: 4.5em;}
	.calendar thead tr td p{font-size: 13px; color: #999; margin: 0; line-height: 1.5em; font-weight: 400;}


	.calendar tbody {
		color: #7c8a95;
	}
	
	
	
	.calendar td {
		border: 2px solid transparent;
 		display: inline-block;
		height: 4.5em; 
		text-align: left;
		width: 4.5em;
		color: #fff;
		background: #000;
		padding: .3em;
		position: relative;
	}

	.calendar td:hover{background: #F7C41E;}
	.calendar td a{color: #fff; text-decoration:none;}

	.calendar td.prev-month{background: #fff !important;}
	.calendar td small{text-align: right; display: block; font-size: 12px; line-height: 12px; position: absolute; right: 0; top: 0;
	padding: .3em;}
	.calendar td p{text-align: center; text-transform: uppercase; margin: 0; margin-top: 30px; font-size: 14px; font-weight: 500;}
	.calendar td small.currentDate{background: #fff; color: #000;}



	.calendar .prev-month,
	.calendar .next-month {
		color: #cbd1d2;
	}
	
 
	
	.current-day {
		background: #00addf;
		color: #f9f9f9;
	}
	
	.calendar .event {
		cursor: pointer;
		position: relative;
	}
	
	.calendar .event:after {
		background: #F7C41E;
		border-radius: 50%;
 		display: block;
		content: '';
		height: .4em;
		width: .4em;
		left: .3em;
 		top: .3em;
		position: absolute;
		 
	}


	 .event:hover:after {background: #000 !important;}
	
	.calendar .event.current-day:after {
		background: #f9f9f9;
	}
	
	.calendar .btn-prev,
	.calendar .btn-next {
 		color: #ccc;
 		font-size: .75em;
		line-height: 2em;
		margin: -1em;
		position: absolute;
		top: 50%;
		  font-size: 20px;
		text-decoration: none;
	}
	
	.calendar .btn-prev:hover,
	.calendar .btn-next:hover {
 		color: #000;
	}
	
	.calendar .btn-prev {
		left: 6em;
	}
	
	.calendar .btn-next {
		right: 6em;
	}

	.postCommentForm > .close {
		position: absolute;
		top: 15px;
		right: 15px;
		text-decoration: none;
		color: #999;
		font-size: 20px;
	}
	
	.postCommentForm > .close:active, .postCommentForm > .close:focus {
		position: absolute;
		top: 15px;
		right: 15px;
		text-decoration: none;
		color: #999;
		font-size: 20px;
	}


	.documentTxt{
		white-space: wrap; 
		width: 100%; 
		overflow: hidden;
		text-overflow: ellipsis; color: #fff;
		 
	}



	.eventDetail .btn2 { padding: 0 10px;}
.calendarWidth{min-width: 700px; padding: 15px;}

/* add calendar end*/



.formBg{background:#222222; margin-left:0; margin-right:0; padding:0 10px; margin-top:30px;}