/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Protest+Strike&display=swap");

html,
body {
	width: 100%;
	overflow-x: hidden;
	font:
		400 15px/24px "Inter",
		sans-serif;
}
body {
	background: #fff;
	margin: 0px;
	padding: 0px;
	color: #555555;
}

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: #000000;
	margin: 0;
}
.text-reverse {
	color: #fff !important;
}
h1 {
	font:
		900 86px/96px "Inter",
		sans-serif;
	display: block;
}
h2 {
	font:
		900 46px/54px "Inter",
		sans-serif;
	display: block;
}
h3 {
	font:
		800 30px/40px "Inter",
		sans-serif;
	display: block;
}
h4 {
	font:
		800 28px/38px "Inter",
		sans-serif;
	display: block;
}
h5 {
	font:
		800 20px/28px "Inter",
		sans-serif;
	display: block;
}
h6 {
	font:
		500 27px/36px "Inter",
		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 {
	display: inline-block;
	text-transform: uppercase;
	font-size: 72px;
	font-weight: 900;
	line-height: 80px;
}
.comman_title strong {
	display: block;
	font-weight: 900;
}

.comman_title small {
	position: relative;
	font-weight: 900;
	display: inline-block;
	color: #000;
	font-size: 32px;
}



.fl{float:left;}



.comman_title small:after {
	content: "";
	width: 48px;
	height: 6px;
	position: absolute;
	background-image: linear-gradient(to right, rgba(250, 87, 5, 1), rgba(255, 255, 255, 0));
	top: 12px;
	margin-left: 10px;
}

.comman_title small:before {
	content: "";
	width: 48px;
	height: 6px;
	position: absolute;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(250, 87, 5, 1));
	top: 12px;
	left: -58px;
}

.comman_title span {
	color: #fa5705;
	position: relative;
}

.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;
}

@media screen and (max-width: 991px) {
    .comman_title {
 
	font-size: 48px; 
	line-height: 60px;
}
 
.comman_title small {
  
	font-size: 24px;
}


.comman_title small:after {
 
	top: 8px;
 
}

.comman_title small:before {
 
	top: 8px;
 
}

.comman_title2 {margin-top:30px;}


}

@media screen and (max-width: 767px) {
    .comman_title {
 
	font-size: 36px; 
	line-height: 48px;
}
 
.comman_title small {
  
	font-size: 20px;
}
.comman_title small:after {
 
	top: 6px;
 
}

.comman_title small:before {
 
	top: 6px;
 
}

}


.bb {
	border-bottom: 1px solid #dddddd;
}
.pb15 {
	padding-bottom: 15px;
}

.pb10 {
	padding-bottom: 10px;
}

a,
.btn-link {
	text-decoration: underline;
	color: #fa5705;
}
a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
	color: #fa5705;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #fa5705;
	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: #000000;
}
.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;
}
.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;
}

.orange {
	color: #fa5705;
}

.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 {
	color: #fff;
	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: #fa5705;
}

hr {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 0;
	border-top: 1px solid #ddd;
}

.btn1 {
	height: 60px;
	padding: 0 60px 0 50px;
	font:
		700 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 50px 0 30px;
	font:
		700 16px/48px "Poppins",
		sans-serif;
	outline: none !important;
	text-decoration: none;
	display: inline-block;
}

.btn3 {
	height: 40px;
	padding: 0 40px 0 20px;
	font:
		700 16px/40px "Poppins",
		sans-serif;
	outline: none !important;
	text-decoration: none;
	display: inline-block;
}

.btn-warning {
	text-transform: uppercase;
	background: #fa5705 !important;
	border: 0 !important;
	box-shadow: none;
	color: #fff !important;
	position: relative;
	border-radius: 0;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
	background: #fa5705 !important;
	color: #fff !important;
}

.btn-warning:after {
	content: "\e90f";
	font-family: "icomoon";
	position: absolute;
	right: 45px;
	font-size: 10px;
	color: #000;
	transform: translateX(5px);
}

.btn2:after {
	right: 35px !important;
}

.btn3:after {
	right: 25px !important;
}

.btn-warning:hover:after {
	-webkit-animation: mover 0.5s infinite alternate;
	animation: mover 0.5s infinite alternate;
}
.btn-warning: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-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: #fa5705;
	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: #fa5705;
	border: 2px solid #fa5705;
}

.btn-border:hover,
.btn-border:focus {
	background: #fa5705;
	color: #fff;
}

.form-control {
	height: 56px;
	padding: 10px 20px;
	font-size: 16px;
	color: #000;
	border-radius: 0;
	border: 2px solid #000;
	box-shadow: none;
	background: #ffffff;
	font-weight: 400;
	position: relative;
}

.form-control:focus,
.form-control:active {
	box-shadow: none;
	border: 2px solid #fa5705;
}

label {
	color: #000;
	font-size: 15px;
	margin-left: 2px;
	line-height: 20px;
}

::-webkit-input-placeholder {
	color: #999999 !important;
}
::-moz-placeholder {
	color: #999999 !important;
}
:-ms-input-placeholder {
	color: #999999 !important;
}
:-moz-placeholder {
	color: #999999 !important;
}
input::placeholder {
	color: #999999 !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: 180px;
	padding: 0;
	height: auto;
	display: block;
	margin: 20px 0;
}

.navbar-nav {
	float: left;
	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;
}

.header .navbar-nav > li > a {
	font:
		600 15px/60px "Inter",
		sans-serif;
	color: #fff;
	padding: 0 18px;
	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: #fa5705;
	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: 55px;
}

.header .navbar-nav > li.dropdown {
	position: static;
}
.header .navbar-nav > li.dropdown a:before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #fa5705;
	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: 16.66666667%;
	padding: 20px 15px 30px 15px;
	min-height: auto;
	background: #000;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	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 .topBar {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 15px;
}
.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: #fa5705;
	font-weight: 900;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
}

.topMiddleCon .topBar .successChalenge{ margin:0 15px;}

.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: #fa5705;
	color: #fff;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	padding: 4px 3px;
	right: 5px;
	top: -5px;
	text-align: center;
}
 

.loginRegiterDrop {
	position: relative;
}
.loginRegiterDrop .dropBtn {
	border: 2px solid #fa5705;
	height: 60px;
	color: #fff;
	border-radius: 0;
	text-align: left;
	text-decoration: none;
	position: relative;
	padding: 7px 40px 7px 25px;
	line-height: 20px;
	margin-top: 25px;
	display: block;
}
.loginRegiterDrop .dropBtn strong {
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 800;
}
.loginRegiterDrop:hover .dropBtn,
.loginRegiterDrop:focus .dropBtn {
	background: rgb(250, 87, 5);
	color: #fff;
}
.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 .dropdownCon {
	background: #000;
	width: 295px;
	z-index: 9;
	right: 0;
	top: 85px;
	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: #fa5705;
}


.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 #fa5705; color:#fa5705;}
.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);}

.loginRegiterDrop .dropBtn i{display:none;}
.mobOnly{display:none;}


@media only screen and (max-width: 1359px) {
    .topMiddleCon .topBar .successChalenge a{font-size:14px;}
    
    .header .navbar-nav > li > a {
    font: 600 14px / 60px "Inter", sans-serif;
    color: #fff;
    padding: 0 15px;
    height: 60px;
 
}
}


@media only screen and (max-width: 1279px) {
   
    
    .header .navbar-nav > li > a {
    font: 600 14px / 60px "Inter", sans-serif;
    color: #fff;
    padding: 0 8px;
    height: 60px;
 
}

.header .navbar-nav > li.dropdown a:before{right:-2px;}

}

.menuIcon{display:none;}

@media only screen and (max-width: 1151px) {
   
   .topMiddleCon .topBar{border:0; padding-bottom: 0;
    margin-top: 7px;}
  .loginRegiterDrop .dropBtn span{display:none;}
  .loginRegiterDrop .dropBtn i{display:inline-block; font-size:21px; line-height:23px;}
  .loginRegiterDrop .dropBtn:after {
   font-size:12px;
    right: 10px;
    top: 10px;
    
}

 
.loginRegiterDrop .dropBtn {
    
    height: 40px;
    padding: 7px 28px 7px 10px;
    line-height: 20px;
    margin:0;
}
 
.navbar-nav{display:none;}

.mobOnly{display:inline-block;}
.deskOnly{display:none;}

.topMiddleCon .topBar .successChalenge a{display:none;}

.header .navbar{display:block;}
.header {
  
    padding: 15px;
}

.header .navbar-brand{margin:0 30px 0 0; width: 120px;}
.menuIcon{border: 2px solid #fa5705; height: 40px; color:#fff !important; line-height: 40px;
    width: 50px;
    font-size: 21px; display:inline-block;
    text-decoration: none; margin-left:10px;}

.loginRegiterDrop .dropdownCon{top:40px;}
.topMiddleCon .topBar{justify-content: flex-end;}
}


@media only screen and (max-width: 767px) {
 
 .topMiddleCon .leftBar,  .topMiddleCon .communityBtn{display:none;}
 
}



@media only screen and (max-width: 479px) {
 
.topMiddleCon .topBar .socialCon a:nth-child(1){display:none;}
    .header .navbar-brand {
        margin: 0 10px 0 0;
        width: 100px;
    }
    
     .topMiddleCon .topBar{border:0; padding-bottom: 0;
    margin-top: 3px;}
    
        .header {
        padding: 10px 15px;
    }

 
}

 

/*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: 700px;
	background: #000 url(../images/bannerBg.jpg) no-repeat center top;

	position: relative;
	background-attachment: fixed;
	background-size: 100%;
	text-align: center;
	color: #fff;
}

.bannerBgInside {
	width: 100%;
	min-height: 300px;
	background: #000 url(../images/bannerBg.jpg) no-repeat center top;
	position: relative;
	background-attachment: fixed;
	background-size: 100%;
	text-align: center;
	color: #fff;
}

/* 
@keyframes gradientBG {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
*/
@keyframes rotateAndTranslate {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

.bannerInfo {
	padding: 60px 15px 70px 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: 76px;
	line-height: 90px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
}

.bannerBgInside .bannerInfo {
	padding: 40px 60px 100px 60px;
}
.bannerBgInside .bannerInfo .title {
	font-size: 40px;
	line-height: 56px;
	font-weight: 900;
	color: #fff;
	text-transform: uppercase;
}

.bannerInfo .subText {
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	margin-top: 5px;
	color: #fff;
	text-transform: uppercase;
}
.bannerInfo .subText strong {
	font-weight: 800;
}
.bannerInfo .title span {
	color: #fa5705;
	position: relative;
}

.subscriptionCon {
	margin-top: 120px;
}
.subscriptionCon h3 {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
}
.subscriptionCon .subscription {
	display: inline-block;
	background: rgba(250, 87, 5, 0.9);
	color: #fff;
	font-size: 36px;
	font-weight: 500;
	padding: 10px 20px 12px;
	line-height: 40px;
	text-decoration: none;
	margin-top: 5px;
}
.subscriptionCon .subscription strong {
	font-weight: 800;
}

.contact-circle-image {
	animation: rotateAndTranslate 30s infinite;
}
.contact-button {
	background-color: #fa5705;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 90px;
	display: flex;
	position: relative;
	color: #fff;
	text-decoration: none;
}

.contact-button.about {
	background-color: #fff;
	background-image: none;
}

.contact-button-wrapper {
	cursor: pointer;
	transition: transform 0.3s;
	display: block;
	position: fixed;
	right: 80px;
	bottom: 80px;
	z-index: 2;
}
.contact-button:hover,
.contact-button:focus {
	color: #fff;
	text-decoration: none;
}

.contact-button-wrapper:hover {
	transform: scale(1.2);
	color: #fff;
	text-decoration: none;
}

.contact-button-wrapper:hover .contact-button {
	background-color: #fa5705;
}

.contact-button-wrapper.hide-on-desktop {
	display: none;
}

.contact-circle-image {
	width: 200px;
	max-width: 200%;
	height: 200px;
	max-height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.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: #fa5705;
}

.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;
}



@media only screen and (max-width: 991px) {
	 .bannerInfo .title {
    font-size: 40px;
    line-height: 46px;
    
}

.bannerInfo small {
    
    font-size: 20px;
    line-height: 30px; 
    margin-bottom: 6px;
    
}


.bannerInfo .subText {
    font-size: 16px; 
    line-height: 24px;
    margin-top: 5px;
     
}


.bannerBg {
    width: 100%;
    min-height: auto;
    background: #000 url(../images/bannerBg.jpg) no-repeat right top;
     
    background-size: cover;
   
}


.subscriptionCon h3 {
    
    font-size: 18px;
}

.subscriptionCon .subscription {
   
    font-size: 20px;
    font-weight: 500;
    padding: 10px 15px 12px;
    line-height: 30px;
    margin-top: 5px;
}

.subscriptionCon {
    margin-top: 50px;
}

}
 
 @media only screen and (max-width: 767px) {
     .bannerBgInside .bannerInfo .title{ font-size: 36px;
    line-height: 40px;}
 }

@media only screen and (max-width: 599px) {
	 .bannerInfo .title {
    font-size: 36px;
    line-height: 40px;
    
}

 .bannerBgInside .bannerInfo .title{ font-size: 28px;
    line-height: 36px;}


.bannerInfo small {
    
    font-size: 18px;
    line-height: 26px; 
    margin-bottom: 6px;
    
}


.bannerInfo .subText {
    font-size: 14px; 
    line-height: 20px;
    margin-top: 5px;
     
}


.bannerBg {
    width: 100%;
    min-height: auto;
    background: #000 url(../images/bannerBg.jpg) no-repeat right top;
     
    background-size: cover;
   
}


.subscriptionCon h3 {
    
    font-size: 14px;
}

.subscriptionCon .subscription {
   
    font-size: 16px;
    font-weight: 500;
    padding: 10px 10px 12px;
    line-height: 30px;
    margin-top: 5px;
}

.subscriptionCon {
    margin-top: 50px;
}

}
 
 
  

@media only screen and (max-width: 479px) {
        .bannerInfo .subText {
        font-size: 14px;
        line-height: 20px;
        margin-top: 5px;
        padding: 0 10%;
    }
}

/* banner ends */

/* motivation */
.motivationCon {
	background: #f2f2f2;
	display: flex;
	flex-wrap: nowrap;
}
.motivationCon .cols {
	width: 50%;
}
.motivationCon .cols.left {
	background: #fa5705 url(../images/ownerPic1.png) no-repeat center bottom;
	padding: 60px 60px 0 60px;
	background-size: contain;
	position: relative;
}

.motivationCon .cols.left:after {
	content: "";
	background: url(../images/dumbles.svg) no-repeat;
	width: 100px;
	height: 100px;
	position: absolute;
	right: -75px;
	top: 52%;
	z-index: 7;
	transform: translate(0, -50%);
}

.motivationCon .cols.left img {
	width: 90%;
	user-drag: none;
	-webkit-user-drag: none;
	-moz-user-select: none;
}
.motivationCon .cols.right .cards {
	width: 100%;
	padding: 50px 60px 50px 140px;
	position: relative;
}
.motivationCon .cols.right .cards h3 {
	font-size: 30px;
	font-weight: 900;
	line-height: 34px;
}
.motivationCon .cols.right .cards h3 strong {
	display: block;
	text-transform: uppercase;
	color: #fa5705;
	font-weight: 900;
}
.motivationCon .cols.right .cards p {
	margin: 20px 0 0 0;
	padding-right: 45%;
}

.motivationCon .cols.right .cards:after {
	content: "";
	background: url(../images/motivateIcon1.svg) no-repeat center center;
	width: 88px;
	height: 88px;
	position: absolute;
	right: 60px;
	top: 50px;
}

.motivationCon .cols.right .cards .btnCon {
	text-align: right;
	margin-top: 20px;
}
.motivationCon .cols.right .cards.two {
	background: #f6f6f6;
}
.motivationCon .cols.right .cards.three {
	background: #f2f2f2;
}

.motivationCon .cols.right .cards.two:after {
	background: url(../images/motivateIcon2.svg) no-repeat center center;
	height: 120px;
}
.motivationCon .cols.right .cards.three:after {
	background: url(../images/motivateIcon3.svg) no-repeat center center;
	height: 120px;
}



@media only screen and (max-width: 1279px) {
    .motivationCon .cols.right .cards {
    width: 100%;
    padding: 40px 15px 40px 80px;
    position: relative;
}
.motivationCon .cols.right .cards p {
    margin: 20px 0 0 0;
    padding-right: 35%;
}

}
@media only screen and (max-width:1151px) {
    .motivationCon .cols.right .cards {
    width: 100%;
    padding: 40px 15px 40px 80px;
    position: relative;
}
.motivationCon .cols.right .cards p {
    margin: 20px 0 0 0;
    padding-right: 10%;
}

}


@media only screen and (max-width:991px) {
    
    .motivationCon {
    flex-wrap: wrap;
}

.motivationCon .cols {
    width: 100%;
}
    
    .motivationCon .cols.left {
    background: #fa5705 url(../images/ownerPic1.png) no-repeat center bottom;
    padding: 40px 40px 0 40px;
    background-size: contain;
    position: relative;
    height:400px;
}
    
    .motivationCon .cols.right .cards {
    width: 100%;
    padding: 40px 30px;
    position: relative; text-align:center
}
.motivationCon .cols.right .cards p {
    margin: 20px 0 0 0;
    padding-right: 0;
}

.motivationCon .cols.right .cards .btnCon {
    text-align: center;
    margin-top: 20px;
}

.motivationCon .cols.right .cards{border-bottom:1px solid #ddd;}

}



/* 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: #fa5705;
}

.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%;
}

@media screen and (max-width: 767px) {
    .excusesCon .inner {
    flex-wrap: wrap;
}

.excusesCon .cols{width:100% !important;}
.excusesCon .cols.left {
    width: 100%;
    position: relative;
    padding: 20px 0 40px 0;
    padding-right: 0;
}

.excusesCon .cols.left .btn{margin-top:30px;}
.excusesCon .cols.right {
    width: 100%;
    position: relative;
    padding: 0 0 40px;
    padding-right: 0;
}

}




/* excuses end*/

/* gallery */

.galleryCon {
	background: #000 url(../images/galleryBg.jpg) no-repeat center center;
	padding: 70px 0 60px;
}

.galleryCon .flexBox {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}

.galleryCon .flexBox ul li {
	list-style: none;
}

.galleryCon .flexBox .cols {
	padding: 15px;
}

.galleryCon .flexBox .owl-nav {
	display: none;
}

.galleryCon .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: 280px;
	position: relative;
}

.galleryCon .flexBox .cols .card .plusBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 72px;
	height: 72px;
	border: 3px solid #fa5705;
	transform: translate(-50%, -50%);
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.25);
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	line-height: 70px;
	z-index: 2;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}

.galleryCon .flexBox .cols .card:hover .plusBtn {
	visibility: visible;
}

.galleryCon .flexBox .cols .card figure {
	margin: 0;
	padding: 0;
	width: 100%;
}
.galleryCon .flexBox .cols .card figure img {
	width: 100%;
}

@media only screen and (max-width: 1279px) {
	.technologyCon ul li .inner h6 {
		font-size: 14px;
		line-height: 20px;
	}
	.industriesCon .flexBox .cols .card {
		padding: 15px 5px;
	}
}

@media only screen and (max-width: 1151px) {
	.technologyCon ul {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0;
		padding: 0;
	}
	.technologyCon ul li {
		padding: 7px;
		list-style: none;
		width: 15%;
	}

	.industriesCon .flexBox {
		flex-wrap: wrap;
	}
	.industriesCon .flexBox .cols {
		width: 25%;
	}
	.industriesCon .flexBox .cols .card {
		min-height: auto;
	}
}

@media only screen and (max-width: 991px) {
	.technologyCon ul li {
		width: 20%;
	}
	.industriesCon .secondaryTxt br {
		display: none;
	}
	.industriesCon .flexBox .cols .card h6 {
		font-size: 14px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.industriesCon {
		padding: 40px 0;
	}
	.industriesCon .flexBox {
		justify-content: center;
		margin-top: 20px;
	}
	.industriesCon .flexBox .cols {
		width: 33.33333333%;
	}
}

@media only screen and (max-width: 599px) {
	.technologyCon ul li {
		width: 25%;
	}
	.technologyCon ul li .inner {
		padding: 10px 5px;
	}
	.industriesCon .flexBox .cols {
		width: 50%;
		padding: 5px;
	}
}

@media only screen and (max-width: 479px) {
	.technologyCon ul li {
		width: 33.3333333%;
	}
}

@media only screen and (max-width: 369px) {
	.technologyCon ul li {
		width: 50%;
	}
}

/* gallery 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%;
}

@media screen and (max-width: 991px) {
   .workoutRoutine p {
	padding: 0;
 
} 

.workoutRoutine{
    padding: 40px 0 60px;
    padding-bottom: 120px;
}


}



@media screen and (max-width: 767px) {
   .workoutRoutine p {
	padding: 0;
 
} 

.workoutRoutine{
    padding: 40px 0 60px;
    padding-bottom: 180px;
}


}

/*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;
	z-index:2;
}
.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));
}

@media screen and (max-width: 1151px) {
    
    .viertualClasess .thumsImages .inner {
	position: absolute;
	width: 100%;
	display: flex;
	top: -50%;
	margin-top: -100px;
}
    
    
    
.viertualClasess .thumsImages .inner .cols.thumbnail1 {
	top: -20px;
	left: 50%;
	transform: translate(-50%, 0);
	padding: 20px;
	width: 520px;
	z-index:2;
}
.viertualClasess .thumsImages .inner .cols.thumbnail2 {
	top: 120px;
	left: 150px;
	padding: 20px;
	width: 200px;
}
.viertualClasess .thumsImages .inner .cols.thumbnail3 {
	top: 0;
	right: 150px;
	padding: 20px;
	width: 200px;
}
.viertualClasess .thumsImages .inner .cols.thumbnail4 {
	top: 20px;
	left: 50px;
	padding: 20px;
	width: 200px;
	z-index: 2;
}
.viertualClasess .thumsImages .inner .cols.thumbnail5 {
	top: 90px;
	right: 50px;
	padding: 20px;
	width: 200px;
}


.viertualClasess .comman_title{margin-top:60px;}


}

@media screen and (max-width: 991px) {
   .viertualClasess .contentCon {
    padding: 240px 0 60px 0;
}

.viertualClasess .thumsImages .inner .cols.thumbnail2, 
.viertualClasess .thumsImages .inner .cols.thumbnail3, 
.viertualClasess .thumsImages .inner .cols.thumbnail4, 
.viertualClasess .thumsImages .inner .cols.thumbnail5 {display:none;}


}

@media screen and (max-width: 767px) {
    
    
    .viertualClasess .thumsImages .inner {
	position: static;
	width: 100%;
	display: flex;
	top:0;
	margin-top: -200px;
}
    .viertualClasess .thumsImages .inner .cols{position: static;}
    
    .viertualClasess .thumsImages .inner .cols.thumbnail1 {
	top: -100px;
	left: 0;
	transform: translate(0, 0);
	padding: 0;
	width: 100%;
	z-index:2;
}

    .viertualClasess .comman_title {
        margin-top: -20px;
    }
    
    .viertualClasess .contentCon {
        padding: 0px 0 60px 0;
    }
    
    .viertualClasess{min-height:auto;}
    

}

@media screen and (max-width: 599px) {
      .viertualClasess .thumsImages .inner {
 
	margin-top: -140px;
}
}



/* 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: auto;
	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: block;
	align-items: center;
	text-align: center;
	justify-content: center;
	min-height: auto;
	background: #fff;
	overflow: hidden;
	position: relative;
	width:100%;
}
.serviceCon .inner .cols .card figure img {
	width: 100%;
}


.serviceCon .inner .cols .card figure a{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 #fa5705;
	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: #fa5705;
}

.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: #FA5705; 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;
	height: 65px;
	overflow:hidden;
}
.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;
	 
	}

	.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: 100%;
	 
	}
}

@media only screen and (max-width: 599px) {
	.serviceCon {
		padding:0 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: #fa5705 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: #fa5705;
}

.tsBoxInside p {
	font-size: 18px;
	line-height: 26px;
	color: #000;
}
.tsBoxInside h6 {
	font-weight: 800;
	color: #fa5705;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 26px;
	margin: 20px 0 0 0;
	display: block;
}

.tsInsideCon h4 {
	font-weight: 800;
	font-size: 24px;
}

@media screen and (max-width: 767px) {
  .tsBoxInside{padding:20px;}
}


@media screen and (max-width: 1151px) {
  .tsInner .tsBox {
    text-align: center;
    width: 100%;
    margin: auto;
    padding:0 10%;
    background: url(../images/tsQuote.svg) no-repeat left top;
}
.testimonialCon{padding: 120px 0 60px;}


}

@media screen and (max-width: 991px) {
    .testimonialCon{padding: 220px 0 60px;}
}


@media screen and (max-width: 767px) {
    .testimonialCon{padding: 260px 0 60px;}
    .testimonialCon .deviceFram {
    position: static;
    margin: -380px auto 0 auto;
    width: 90%;
}


.testimonialCon     .comman_title {
       
        margin-top: 40px;
    }


}


@media screen and (max-width: 599px) {
    
    .testimonialCon .deviceFram {
    
    margin: -380px auto 0 auto;
    width: 90%;
}
}

/* 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;
}

@media screen and (max-width: 991px) {
.ownTime .inner {
	display: flex;
	flex-wrap: wrap;
}

.ownTime .cols.left {
	width: 100%;
	position: relative;
	padding: 40px 15px 40px 15px;
	text-align:center;
 
}

.ownTime .cols.right{width:100%; height:400px;}
.ownTime .cols.left .btn{margin-top:30px;}
.ownTime .cols.left .contentCon{margin-top:20px;}
.ownTime .cols.left .comman_title small:after {
       display:none;
    }

}


/* own time end*/

/* vmg */

.vmgCom {
	background: #000 url(../images/bg2.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	padding: 80px 0px;
	position: relative;
}

.vmgCom .flexBox {
	display: flex;
	justify-content: space-between;
}
.vmgCom .flexBox .cols {
	color: #fff;
	width: 33.3333333333%;
	padding: 0 50px;
	border-right: 1px solid rgba(255, 255, 255, 0.35);
	position: relative;
}
.vmgCom .flexBox h4 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.vmgCom .flexBox h4 span {
	color: #fa5705;
}
.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: #fa5705;
	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: 1151px) {
    .vmgCom .flexBox p {
    padding-right: 0px;
}
}

@media screen and (max-width: 991px) {
    .vmgCom{ padding:40px 0 40px 0;}
    
    .vmgCom .flexBox p {
    padding-right: 0px;
}


.vmgCom .flexBox .cols {
    color: #fff;
    width: 100%;
    padding: 50px !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    position: relative;
    margin:15px 0;
}

.vmgCom .flexBox {
    display: flex; 
    flex-wrap: wrap;
}


}


@media screen and (max-width: 479px) {
 

.vmgCom .flexBox .cols {
   
    padding: 25px !important;
     
}
 

}


/* 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: #fa5705;
}

.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: #fa5705;
	font-size: 16px;
	vertical-align: super;
}

.faq-content .card:hover {
	border-bottom: 1px solid #fa5705;
}
.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: 991px) {
    .faqCon {
    padding: 40px 0 60px;
    background: #fff;
}
}

@media screen and (max-width: 767px) {
    
    .faqCon .textBox{padding:20px;}
    
    
	.faq-content {
		padding: 0;
	}
	
	
	a.card-link {
    
    font-size: 16px;
    line-height: 24px;
    padding: 15px 0;
    
}

.faq-content .more-less {
     
    margin-top: 0; 
    font-size: 20px;
}


.faq-content .card-body {
    padding: 0 0 20px 0 !important;
    border: none !important;
}
 
}






/* 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 */
.joinCon {
	background: #000 url(../images/joinBg.jpg) no-repeat center top;
	min-height: 420px;
	margin-bottom: -150px;
	position: relative;
	z-index: 2;
	background-size: cover;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

.joinCon .cols {
	width: 50%;
	padding: 0 80px;
}
.joinCon .cols h2 {
	text-transform: uppercase;
	color: #fff;
}
.joinCon .cols .btn {
	margin-top: 40px;
}
.joinCon .cols.right {
	padding-left: 120px;
}

@media only screen and (max-width: 1151px) {
    .joinCon .cols {
	width: 50%;
	padding: 0 50px;
}
}

@media only screen and (max-width: 991px) {
    
    .joinCon {
	background:none;
	min-height: auto;
	margin-bottom: -150px;
	position: relative;
	z-index: 2;
	background-size: cover;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	
	text-align:center;
}

.joinCon .cols.left {
	width: 100%; background: #000 url(../images/joinBg1.png) no-repeat center top;
	padding:50px 30px;
	background-size: cover;
}

.joinCon .cols.right {
	width: 100%; background: #000 url(../images/joinBg2.png) no-repeat center top;
	padding:50px 30px;
	background-size: cover;
}


}

/* join end*/

/*footer*/

.footer {
	background: #000000 url(../images/footerBg.jpg) no-repeat center bottom;
	background-attachment: fixed;
	background-size: cover;
	padding: 230px 0 30px;
}

.footer .flexBox {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.footer .flexBox .cols:nth-child(1) {
	width: 32%;
	padding-left: 0;
}

.footer .flexBox .cols {
	padding: 0 80px;
	border-right: 1px solid #444;
}
.footer .flexBox .cols .fLogo {
	width: 280px;
	margin-bottom: 30px;
}
.footer .flexBox .cols .fLogo img {
	width: 100%;
}
.footer .flexBox .cols:nth-child(2) {
	width: 43%;
}
.footer .flexBox .cols:nth-child(3) {
	width: 25%;
	padding-right: 0;
	border-right: 0;
}

.footer h4 {
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	font-weight: 800;
	text-transform: uppercase;
}

.footer h4 span {
	color: #fa5705;
}

footer .socialCon {
	margin-top: 80px;
}

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 .footer2 {
	background-color: #000;
	padding: 30px 0;
	margin-top: 60px;
}

footer .footer2 .flexCon {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
}

footer .footer2 .newsletter {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-top: 20px;
}

footer .footer2 .newsletter h4 {
	margin-right: 15px;
}
footer .footer2 .newsletter .form-control {
	background: none;
	height: 56px;
	border: 2px solid #fa5705;
	padding: 15px 20px;
	border-radius: 0;
	color: #fff;
	width: 260px;
}

footer .footer2 .newsletter .form-group {
	padding: 0 5px;
}

footer .footer2 .newsletter .btn-warning {
	width: 66px;
	height: 56px;
	font-size: 28px;
	text-align: center;
	line-height: 62px;
	border-radius: 0;
	padding: 0;
	background: #fa5705;
	border: 0;
	outline: none;
}

footer .footer2 .newsletter .btn-warning:after {
	display: none;
}

footer .footer2 .youtubeBtn .btn-warning {
	height: 56px;
	padding: 0 20px;
	line-height: 56px;
	margin-top:-15px;
}
footer .footer2 .youtubeBtn .btn-warning:after {
	display: none;
}
.fLinks .links {
	display: block;
	margin-top: 20px;
	padding: 0;
	list-style: none;
	margin-left: 20px;
}

.fLinks .links-left {
	float: left;
	width: 45%;
}

.fLinks .links li {
	padding: 5px 0;
}
.fLinks .links a {
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	display: block;
	font-weight: 500;
	position: relative;
}
.fLinks .links a:hover {
	text-decoration: underline;
	color: #fa5705;
}

.fLinks .links a:before {
	content: "-";
	position: absolute;
	left: -15px;
	color: #fff;
}

.copyright {
	text-align: center;
	padding-top: 35px;
}
.copyright {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
}

.copyright strong a {
	color: #fff;
	text-decoration: none;
}
.copyright strong span {
	color: #fa5705;
}



@media only screen and (max-width: 1359px) {
    .footer .flexBox .cols {
    padding: 0 60px;
   
}

.footer .flexBox .cols:nth-child(2) {
    width: 48%;
}
}


@media only screen and (max-width: 1279px) {
    footer .footer2 .flexCon{display:block;}
    footer .footer2 .newsletter{justify-content: center; margin-top:0;}
    .youtubeBtn{text-align:center;}
}

@media only screen and (max-width: 1151px) {
    .footer .flexBox .cols .fLogo {
    width: 120px;
    margin-bottom: 30px;
}
.fLinks .links-left{width:100%;}
    .footer .flexBox .cols:nth-child(2) {
        width: 35%;
    }
        .footer .flexBox .cols {
        padding: 0 20px;
    }

}


@media only screen and (max-width: 991px) {
    
      footer .footer2 .newsletter{justify-content: center; margin-top:0; display:block; text-align:center;}
      footer .footer2 .newsletter .form-control {
    
    width: 300px;
    margin: 10px auto;
}


footer .footer2 .youtubeBtn .btn-warning {
    height: 56px;
    padding: 0 20px;
    line-height: 56px;
     margin-top: 0; display:block;
} 
    
    
    
}


@media only screen and (max-width: 767px) {
    .footer .flexBox {
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer .flexBox .cols{width:100% !important; padding:0;}
    .fLinks .links-left {
        width: 44%; float:left;
    }
    
 .footer .flexBox .cols  {margin-top:20px; border:0;}
 
 .footer {
     
    padding: 180px 0 30px;
}

footer .socialCon {
    margin-top: 30px;
}

}


@media only screen and (max-width: 479px) {
    footer .footer2 .youtubeBtn .btn-warning {
    height: 56px;
    padding: 0 10px;
    line-height: 56px; font-size:12px;
     margin-top: 0; display:block;
} 
    
}



/*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: #fa5705;
}

.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: #fa5705;
	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: #fff;
	border: 1px solid #eee;
	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:767px) {
    .loginCon .box {
	width: 100%;
 
	padding: 30px;
	 
}
}


.table tr td strong {
	color: #000;
}
.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: #fa5705;
	font-size: 30px;
	opacity: 1;
	position: absolute;
	top: 42px;
	right: 30px;
}

.modal-body .form {
	margin-top: 30px;
}

.modal-content {
	border-radius: 0;
}

.cmsArea {
	margin-top: -50px;
}
.cmsArea .box {
	width: 100%;
	background: #fff;
	border: 1px solid #eee;
	padding: 50px;
	min-height: 300px;
	position: relative;
	text-align: left;
	margin: auto;
	box-shadow: 0 0 25px 5px rgba(67, 70, 73, 0.2);
}

.cmsArea .links a {
	display: inline-block;
	margin: 5px 0;
	font-weight: 600;
	color: #000;
	text-decoration: none;
}
.cmsArea .links strong {
	font-weight: 600;
	color: #000;
}

.cmsArea h3,
.cmsArea h2 {
	margin-bottom: 10px;
}

.faqImg {
	margin: 40px 0;
	box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.3);
}

.middleInner {
	margin-top: -50px;
}

.middleInner .box {
	width: 100%;
	background: #f5f5f5;
	border: 1px solid #eee;
	padding: 50px;
	min-height: 300px;
	position: relative;
	text-align: left;
	margin: auto;
	box-shadow: 0 0 25px 5px rgba(67, 70, 73, 0.2);
}

@media screen and (max-width: 1151px) {
    .middleInner .box {
	width: 100%;
	padding: 30px;
 
}

.cmsArea .box {
	 
	padding: 30px;
 
}


    
}



@media screen and (max-width: 479px) {
    .middleInner .box {
	width: 100%;
	padding:15px;
 
}


.cmsArea .box {
	 
	padding: 15px;
 
}

    
}



.contactCon .left {
	width: 50%;
	float: left;
	padding-right: 40px;
}
.contactCon .right {
	width: 50%;
	float: right;
}
.contactCon .inner {
	border: 1px solid #ddd;
	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: #000;
}
.contactCon .contactInfo p::before {
	width: 48px;
	height: 48px;
	border-radius: 100%;
	position: absolute;
	content: "\e905";
	font-family: "icomoon";
	text-align: center;
	color: #000;
	font-size: 24px;
	border: 2px solid #ddd;
	padding: 13px 0;
	left: 0;
	font-weight: 600;
	background: #fff;
}

.contactCon .contactInfo p:hover::before {
	width: 48px;
	height: 48px;
	border-radius: 100%;
	position: absolute;
	content: "\e905";
	font-family: "icomoon";
	text-align: center;
	color: #fa5705;
	font-size: 24px;
	border: 2px solid #ddd;
	padding: 13px 0;
	left: 0;
	font-weight: 600;
}

.contactCon .contactInfo p:hover a {
	font-weight: 600;
	font-size: 18px;
	color: #fa5705;
}

.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 {
	width:100%;
	float: left;
	padding-right: 0;
}
.contactCon .right {
	width: 100%;
	float: right;
}
.contactCon .inner {
    border: 1px solid #ddd;
    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;
}

.bolgs {
	margin: 0 -15px;
	display: flex;
	padding: 0;
	justify-content: left;
	flex-wrap: wrap;
}
.bolgs li {
	width: 33.3333333333%;
	padding: 15px 20px;
	list-style: none;
}
.bolgs li .blogBox {
	background: #fff;
}
.bolgs li .blogBox figure {
	min-height: auto;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.bolgs li .blogBox figure a{width:100%;}

.bolgs li .blogBox:hover {
	box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.3);
}

.bolgs li .blogBox figure img {
	width: 100%;
}
.bolgs li .blogBox figcaption {
	padding: 30px 20px;
}
.bolgs li .blogBox figcaption .title {
	font-size: 24px;
	font-weight: 800;
	line-height: 32px;
	height: 60px;
	overflow: hidden;
}
.bolgs li .blogBox figcaption .title a {
	color: #000;
	text-decoration: none;
}
.bolgs li .blogBox figcaption .discriprtion {
	margin-top: 20px;
}
.bolgs li .blogBox figcaption .timeUpdate {
	color: #999;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 20px;
}

.bolgs li .blogBox figcaption .likeCon {
}

.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;
}

.bolgs li .blogBox:hover {
	background: #f9f9f9;
}





/* comment */

.commentSection {
	background: #e9e9e9;
	padding: 10px;
	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: #fff;
	margin-top: 10px;
}
.commentCard .inner {
	padding: 15px;
}

.commentCard .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;
}
.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: #fff;
	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: #fa5705;
}

.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;
}

.postCommentForm .close {
	position: absolute;
	top: 15px;
	right: 15px;
	text-decoration: none;
	color: #999;
	font-size: 20px;
}

.postCommentForm .close:active {
	color: #000;
}
.commentReplyCon {
	margin: 20px 0 0 20px;
	position: relative;
}
.commentReplyCon:before {
	height: 100%;
	width: 3px;
	background: #ccc;
	content: "";
	position: absolute;
	top: 0;
	left: -15px;
}

.grayCard {
	background: #fff;
	padding: 20px 30px 30px 30px;
}
.grayCard h4 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
}
.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: #fa5705;
	color: #fff;
	border-color: #fa5705;
}

ul.recentArticles {
	padding: 0;
	margin: 0;
}
ul.recentArticles li {
	list-style: none;
	display: block;
	padding: 10px;
	background: #f5f5f5;
	margin: 10px 0;
	border: 1px solid #ddd;
}
ul.recentArticles li .inner {
	display: flex;
	font-weight: 600;
	color: #000;
	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: #fa5705;
}

.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: 1151px) {
    .programs li .blogBox figcaption .title {
    font-size: 18px; 
    line-height: 26px;
   
}
}

@media screen and (max-width: 991px) {
    .middleInner .box {
    padding: 20px;
   
}


.bolgs li {
    width: 50%;
    padding: 15px 15px;
    list-style: none;
}
}

@media screen and (max-width: 767px) {
    .middleInner .box {
    padding: 20px;
   
}


.bolgs li {
    width: 100%;
    padding: 15px 15px;
    list-style: none;
}
}

/*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: #fa5705;
}

.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; overflow-x:hidden;
text-align:center;
	margin-top: 0;
}




.pDetailCon .dtl_contents {
	width: 65.5%;
	margin-top: 5px;
	position: relative;
	padding-left:30px;
}

.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: 400px !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: block;
	padding-right:0;
	margin-left: 0;
}
.dtl_images .detailBtnCon .col {
	width: 100%;
	padding: 0;
}
.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: #fa5705;
	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);
}


@media screen and (max-width: 1151px) {
    .pDetailCon .dtl_contents{padding-left:30px;}
    .pDetailCon .cols {
    width: 35.5%;
    float: left;
    margin-bottom: 40px;
}

.pDetailCon .dtl_contents {
    width: 63.5%;
    margin-top: 5px;
    position: relative;
}


}


@media screen and (max-width: 991px) {
    .pDetailCon .dtl_contents{padding-left:0;}
    .pDetailCon .cols {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}

.pDetailCon .dtl_contents {
    width: 100%;
    margin-top: 5px;
    position: relative;
}


}



@media screen and (max-width: 599px) {
    .MagicZoomPlus {
    width: 100% !important;
     border-radius: 0;
    overflow: hidden;
    margin-left: 0;
}

.reviewsCon .titleCon .btn-default {
	float: none; margin-top:15px;
}


}



/*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 #fa5705 !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: 
    #fa5705;
    height: 80px;
} */
.cal_head_left {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fa5705;
	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: #fa5705;
}
.calendar_body {
	display: flex;
	justify-content: space-between;
	border: 1px solid #ddd;
	min-width:1000px;
}
.cal_body_right {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	z-index: 1;
}
.cal_right_inner {
	display: flex;
 overflow: inherit;
}
.same_record {
	width: 8.28%;
	flex: 0 0 8.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: #fa5705;
	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: 140px;
	overflow: hidden;
	justify-content:normal;
	padding: 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: #fa5705; 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: #fa5705;
}
.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: #fa5705 !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;
}


@media screen and (max-width:479px) {
    
    .cal_arrows a {
    
    font-size: 13px;
  
    padding: 10px 10px;
}
    
}


/* 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: #fa5705;
	height: 36px;
	width: 36px;
	line-height: 36px;
}
.flexTable .remove {
	background: none;
	border: 0;
	outline: navajowhite;
	color: #fa5705;
	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: #fa5705;
}
.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;
}
.btn-cart{ margin-top:5px;}
.btn-cart:after{display:none;}


.flexTable .flexList .span.cell .mobOnly{display:none;}

@media screen and (max-width: 767px) {
    .flexTable .flexHeader{display:none;}
    .flexTable .flexList .span.cell:nth-child(1), .flexTable .flexHeader .span.cell:nth-child(1) {
    flex-basis: 73%;
    padding-right: 15px;
    padding-left: 15px;
    
}

.flexTable .flexList .span.cell .mobOnly {
    display: inline-block;
}
.flexTable .flexList .span.cell:nth-child(3), .flexTable .flexHeader .span.cell:nth-child(3) {
    flex-basis: 100%;
    padding: 0 10px;
    text-align: left; 
            padding-left: 84px;
        margin-top: -37px;
}


.flexTable .remove{position:absolute; right:0; top:5px;}
.flexTable .quantity{margin-top:10px;}
}

@media screen and (max-width: 599px) {
    .flexTable .flexList .span.cell:nth-child(1), .flexTable .flexHeader .span.cell:nth-child(1) {
    flex-basis: 100%;}
    
    .flexTable .productProfile{border-bottom:1px solid #ddd; padding-bottom:10px;}
    .flexTable .flexList .span.cell:nth-child(2), .flexTable .flexHeader .span.cell:nth-child(2) {
    flex-basis: 100%;
    padding: 0 10px;
    text-align: center;
    margin-top:10px;
}

.flexTable .flexList .span.cell:nth-child(3), .flexTable .flexHeader .span.cell:nth-child(3) {
    flex-basis: 100%;
    padding: 0 10px;
    text-align: center; 
            padding-left: 0;
        margin-top:10px;
}


}



/* 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;
	color: #555;
}
.invoice_logo {
	float: right;
}

.invoiceBox {
	padding: 20px;
	border: 1px solid #ddd;
	min-height: 220px;
}
/* flexTable end */



/*my account*/
.myAccount {
	margin-bottom: 70px;
}

.myAccount2 {
	margin-bottom: 40px;
}
.myAccount .sectionOne {
	background:#fff;
	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: 70%;
}
.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 img{border:1px solid #ddd;}

.myAccount .sectionOne .user strong {
	display: block;
	line-height: 20px;
}
.my_acount_nav {
	background: #fff;
	border-radius: 0;
	padding: 20px;
	margin-top: 30px;
}
.my_acount_nav a {
	line-height: 16px;
	padding: 13px 15px;
	border-radius: 0;
	display: block;
	background: #f2f2f2;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 15px;
	color: #000;
	margin: 7px 0;
	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:#FA5705;
	color: #fff;
}
.acc_box {
	padding: 30px;
	background:#fff;
	margin: 30px 0 0 0;
 	min-height: 310px;
 }
.acc_box_inner {
	border: 1px solid #ddd;
	background:#fff;
	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: 50%;
	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);
}

 
.thm_cont {
    width: 60px;
    height: 60px;
    text-align: center;
    border: 1px solid #ddd;
    overflow: hidden;
    background: #fff;
    display: block;
    border-radius: 0;
}

.thm_cont img{width:100%;}


.myAccount .removeBtn{font-weight:600; text-decoration:none; font-size: 20px;}



@media screen and (max-width:767px) {
    
    .myAccount .sectionOne .left {
    float: none;
    width: 100%;
    text-align: center;
}

.myAccount .sectionOne .user{padding:0;}
    .myAccount .sectionOne .user img {
        margin: 0 auto 10px auto !important;
        display: block;
        float: none !important;
    }
.myAccount .sectionOne .right {
    float: none;
    text-align: center;
    margin-top: 10px;
}

}

@media screen and (max-width:599px) {
    .cont_4_oh .sec2 {
    width: 85%;
    float: left;
    text-align: left;
}

.myAccount .S_hide {display:none;}
.myAccount .acc_box{padding-top:10px;}

.myAccount .cont_4_oh strong {
    display: inline-block;
    font-weight: normal;
}

 .cont_4_oh .sec3 {
        width: 85%;
        float: left;
        text-align: left;
        padding-left: 10%;
        margin-top: -10px;
    }

.cont_4_oh .sec4 {
    width: 40px;
    float: left;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 15px;
}


.thm_cont{float:none !important; display:block; margin-bottom:10px;}


}





/*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: #fa5705;}
	.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: #fa5705;
		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;
	}

.mr10{margin-right:10px}


/* add calendar end*/


/*sidenav*/

.bodyOverlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.8);
	z-index: 98
}
.sidenav {
	height: 100%;
	width: 300px;
	position: fixed;
	z-index: 99;
	top: 0;
	left: -400px;
	background: #fa5705;
	transition: 0.5s;
	display: none
}
.sidenav .navbarHeader {
	background: #000;
	padding: 10px 15px;
	min-height: 58px;
	position: relative
}
.sidenav .navbarHeader .userLogin {
	color: #fff;
	font-size: 13px
}
.sidenav .navbarHeader .userLogin span {
	display: inline-block;
	margin: 0 0 0 5px;
	vertical-align: super
}
.sidenav .navbarHeader .userLogin figure {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	display: inline-block;
	margin: 0;
	background: #f5f5f5;
	text-align: center;
	font-size: 20px;
	color: #273456;
	padding: 9px 0;
	border: 2px solid #fff;
	box-shadow: inset 0 5px 5px rgba(0,0,0,0.1)
}
.sidenav ul.navList {
	padding: 0;
	height: 100%;
}
.sidenav ul.navList li a i {
	font-size: 17px;
	margin-right: 5px
}
.sidenav ul.navList a:hover, .sidenav ul.navList li a.active {
	background: #ff6724;
}
.sidenav .logo {
	width: 120px;
	display: block;
	float: left
}
.sidenav .logo img {
	width: 100%;
	height: auto;
	display: block
}
.sidenav .closebtn {
	position: absolute;
	top: 14px;
	cursor: pointer;
	right: -23px;
	color: #fff;
	font-size: 18px
}
.sidenav .navbarFooter {
	position: absolute;
	bottom: 0;
	width: 100%
}
.subLinkMob {
	background: #000;
	padding: 7px 0;
	display: none
}
.subLinkMob a {
	border: 0 !important;
	background: #333 !important;
	line-height: 25px !important;
	height: auto;
	padding: 0 0 0 40px !important;
	text-transform: inherit !important;
	position: relative;
	font-weight: 300 !important;
	font-size: 13px
}
.subLinkMob a:after {
	position: absolute;
	left: 25px;
	content: '-'
}
.subLinkMob p {
	line-height: 25px !important;
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #be314b;
	margin: 10px 20px
} 



.accordianNav a,
.accordianNav h3 {
   font-size: 14px;
    color: #fff;
    padding: 0 20px;
    font-weight: 600;
    height: 50px; display: block;
    line-height: 50px; cursor: pointer;
    text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform:uppercase;
}

 






.accordianNav h3:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #444;
    background:#D3D3D3;
    transition: all 0.3s ease-out;
}

 

.accordianNav .dropArrow span {
    z-index: 2;
    position: relative;
}

.accordianNav .dropArrow:after {
    content: "";
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    float: right;
    position: relative;
    top: 18px;
    right: 0;
    transform: rotate(45deg);
    transform-origin: center;
}

.accordianNav .dropArrow.active {
    color: white;
}

.accordianNav .dropArrow.active:after {
    transform: rotate(-135deg);
    border-color: #fff;
}





/* +Hover and Touch effect */
 
.accordianNav h3.dropArrow:hover:after,
.accordianNav h3.dropArrow:active:after {
    color: white;
    -webkit-transition: all 0.5s cubic-bezier(0.36, 1.64, 0.29, 0.88);
    transition: all 0.5s cubic-bezier(0.36, 1.64, 0.29, 0.88);
}

.accordianNav li {
    list-style-type: none;
}

 
.accordianNav h3.dropArrow:hover{ background: #ff6724;}

/*Drop links*/

.accordianNav ul ul li a {
    padding:10px 20px; font-weight: 300; color:#fff; height: auto; line-height: 20px;
}
 

/*Hide and show the drops*/

.accordianNav ul ul {
    display: none;  padding:0;
}

.accordianNav li.active ul {
    display: block;
}

@media screen and (max-width: 1151px) {
.sidenav {
	display: block
}
}

/*sidenav end*/


/*calendar*/

 
       
        /* Wrapper for scroll container and buttons */
        .scroll-wrapper {
            position: relative;
            width: 82%;
           
        }

        /* Scrollable content */
        .scroll-content {
            width: 100%;
            height: auto;
            overflow-x: auto;
            overflow-y: hidden;
            scroll-behavior: smooth; 
            white-space: nowrap;
             
        }

        /* Custom Scrollbar for Chrome/Safari/Edge */
        .scroll-content::-webkit-scrollbar {
            height: 6px;
        }

        .scroll-content::-webkit-scrollbar-track {
            background: #fff;
            border-radius: 10px;
        }

        .scroll-content::-webkit-scrollbar-thumb {
            background: #000000;
            border-radius: 0;
            
        }

        .scroll-content::-webkit-scrollbar-thumb:hover {
            background: #000;
        }

        /* Scroll Buttons */
        .scroll-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.95);
            border: 2px solid #ddd;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10;
            transition: all 0.3s ease;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        .scroll-btn:hover {
            background: #fff;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
            border-color: #999;
        }

        .scroll-btn:active {
            transform: translateY(-50%) scale(0.95);
        }

        .scroll-btn-left {
            left: 0;
        }

        .scroll-btn-right {
            right: 0;
        }

        .scroll-btn:disabled {
            opacity: 0.3;
            cursor: not-allowed;
        }

        .scroll-btn svg {
            stroke: #333;
        }

        .scroll-btn:hover svg {
            stroke: #000;
        }

       
     




