/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header 
5. Main Slider
6. About Us
7. Fluid Video Section
8. Classes Gallery
9. Default Gradient Section
10. Team Members
11. Gallery Section
12. Testimonials
13. Pricing Section
14. Blog Style One
15. Main Footer
16. Who We Are
17. Yoga Experience
18. Classes List View
19. Classes Grid View
20. Class Single
21. Sidebar Style
22. Sidebar Listing
23. Tags
24. Posts
25. Carousels
26. Call To Action
27. Blog List View
28. Blog List View Full
29. Blog Grid View
30. Comments Area
31. Comments Form
32. Shop Page
33. Featured Shop Product
34. Other Shop Products
35. Jquery Countdown
36. Shop Single
37. Product Carousel
38. Product Tabs
39. Shopping Cart
40. Checkout

**********************************************/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.css');
@import url('jquery.mCustomScrollbar.min.css');

@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	src: local('Poppins Light'), local('Poppins-Light'), url(../fonts/poppins-light.ttf) format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	src: local('Poppins Regular'), local('Poppins-Regular'), url(../fonts/poppins-regular.ttf) format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	src: local('Poppins Medium'), local('Poppins-Medium'), url(../fonts/poppins-medium.ttf) format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(../fonts/poppins-semibold.ttf) format('truetype');
}
@font-face {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	src: local('Poppins Bold'), local('Poppins-Bold'), url(../fonts/poppins-bold.ttf) format('truetype');
}
@font-face {
	font-family: 'Sacramento';
	font-style: normal;
	font-weight: 400;
	src: local('Sacramento'), local('Sacramento-Regular'), url(../fonts/sacramento-regular.ttf) format('truetype');
}

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

.Poppins {
	font-family: 'Poppins', sans-serif;
}

body {
	font-family: 'Raleway', sans-serif;
	font-size:14px;
	color:#696969;
	line-height:1.8em;
	font-weight:500;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#f58c0c;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	margin:0px;
	background:none;
	line-height:1.6em;
}

input,button,select,textarea{
	font-family: 'Raleway', sans-serif;
}

p{
	position:relative;
	line-height:1.6em;	
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	max-width:850px;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.styled-font{
	font-family: 'Sacramento', cursive;
}

.centered{
	text-align:center;	
}

.anim-3,.anim-3-all *{
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

.anim-5,.anim-5-all *{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.anim-7,.anim-7-all *{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

.btn-style-one{
	position:relative;
	padding:10px 32px;
	line-height:24px;
	text-transform:uppercase;
	background:#ffffff;
	color:#212121 !important;
	font-size:14px;
	font-weight:600;
	font-family: 'Raleway', sans-serif;
	border-radius:22px;
}

.btn-style-one:hover{
	background:#9b3133;
	color:#ffffff !important;	
}

.btn-style-one.inverse {
	background:#9b3133;
	color:#ffffff !important;		
}
.btn-style-one.inverse:hover {
	background:#ffffff;
	color:#212121 !important;
}

.btn-style-two{
	position:relative;
	padding:5px 15px;
	line-height:24px;
	text-transform:uppercase;
	background:#fa931a !important;
	background:-webkit-linear-gradient(left, #fa931a, #f9b667) !important;
	background:-moz-linear-gradient(left, #fa931a, #f9b667) !important;
	background:-ms-linear-gradient(left, #fa931a, #f9b667) !important;
	background:-o-linear-gradient(left, #fa931a, #f9b667) !important;
	color:#9b3133 !important;
	font-size:14px;
	font-weight:600; border: 1px solid #dedede;
	font-family: 'Raleway', sans-serif;
	border-radius:10px;
}

.btn-style-two:hover{
	color:#fff !important;
background-color:#9c3133!important;	
background:-webkit-linear-gradient(left, #9c3133, #9c3133) !important;
	background:-moz-linear-gradient(left, #9c3133, #9c3133) !important;
	background:-ms-linear-gradient(left, #9c3133, #9c3133) !important;
	background:-o-linear-gradient(left, #9c3133, #9c3133) !important;
}

.btn-style-three{
	position:relative;
	padding:10px 32px;
	line-height:24px;
	text-transform:uppercase;
	background:#414359;
	color:#ffffff !important;
	font-size:14px;
	font-weight:600;
	font-family: 'Raleway', sans-serif;
	border-radius:22px;
}

.btn-style-three:hover{
	background:#f58c0c;	
}

.btn-style-four{
	position:relative;
	padding:10px 32px;
	line-height:24px;
	text-transform:uppercase;
	background:#f8f8f8;
	color:#212121 !important;
	font-size:14px;
	font-weight:600;
	font-family: 'Raleway', sans-serif;
	border-radius:22px;
}

.btn-style-four:hover{
	background:#f58c0c;
	color:#ffffff !important;	
}

.btn-style-five{
	position:relative;
	padding:10px 40px;
	line-height:24px;
	text-transform:uppercase;
	background:#333333;
	color:#ffffff !important;
	font-size:13px;
	font-weight:600;
	border:1px solid #333333 !important;
	font-family: 'Raleway', sans-serif;
	letter-spacing:1px;
}

.btn-style-five:hover{
	background:none;
	color:#333333 !important;
	border-color:#333333 !important;	
}

.btn-style-six{
	position:relative;
	padding:10px 40px;
	line-height:24px;
	text-transform:uppercase;
	background:none;
	color:#ffffff !important;
	font-size:13px;
	font-weight:600;
	border:1px solid #ffffff !important;
	font-family: 'Raleway', sans-serif;
	letter-spacing:1px;
}

.btn-style-six:hover{
	background:#ffffff;
	color:#27ae60 !important;
	border-color:#ffffff !important;	
}

.theme-btn .icon-left{
	padding-right:10px;
}

.theme-btn .icon-right{
	padding-left:10px;
}

.theme_color{
	color:#f58c0c;	
}

.light-font{
	font-weight:300;	
}

.regular-font{
	font-weight:400;	
}

.semibold-font{
	font-weight:600;	
}

.bold-font{
	font-weight:700;	
}

.padd-top-10{
	padding-top:10px !important;	
}

.padd-top-20{
	padding-top:20px !important;	
}

.padd-top-30{
	padding-top:30px !important;	
}

.padd-top-40{
	padding-top:40px !important;	
}

.padd-top-50{
	padding-top:50px !important;	
}

.padd-top-60{
	padding-top:60px !important;	
}

.padd-top-70{
	padding-top:70px !important;	
}

.padd-left-10{
	padding-left:10px !important;	
}

.padd-left-20{
	padding-left:20px !important;	
}

.padd-left-30{
	padding-left:30px !important;	
}

.padd-left-40{
	padding-left:40px !important;	
}

.padd-left-50{
	padding-left:50px !important;	
}

.padd-left-60{
	padding-left:60px !important;	
}

.padd-left-70{
	padding-left:70px !important;	
}

.padd-bott-10{
	padding-bottom:10px !important;	
}

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

.padd-bott-30{
	padding-bottom:30px !important;	
}

.padd-bott-40{
	padding-bottom:40px !important;	
}

.padd-bott-50{
	padding-bottom:50px !important;	
}

.padd-bott-60{
	padding-bottom:60px !important;	
}

.padd-bott-70{
	padding-bottom:70px !important;	
}

.padd-bott-90{
	padding-bottom:90px !important;	
}

.padd-bott-100{
	padding-bottom:100px !important;	
}

.padd-right-10{
	padding-right:10px !important;	
}

.padd-right-20{
	padding-right:20px !important;	
}

.padd-right-30{
	padding-right:30px !important;	
}

.padd-right-40{
	padding-right:40px !important;	
}

.padd-right-50{
	padding-right:50px !important;	
}

.padd-right-60{
	padding-right:60px !important;	
}

.padd-right-70{
	padding-right:70px !important;	
}

.margin-top-10{
	margin-top:10px !important;	
}

.margin-top-20{
	margin-top:20px !important;	
}

.margin-top-30{
	margin-top:30px !important;	
}

.margin-top-40{
	margin-top:40px !important;	
}

.margin-top-50{
	margin-top:50px !important;	
}

.margin-top-60{
	margin-top:60px !important;	
}

.margin-top-70{
	margin-top:70px !important;	
}

.margin-bott-10{
	margin-bottom:10px !important;	
}

.margin-bott-20{
	margin-bottom:20px !important;	
}

.margin-bott-30{
	margin-bottom:30px !important;	
}

.margin-bott-40{
	margin-bottom:40px !important;	
}

.margin-bott-50{
	margin-bottom:50px !important;	
}

.margin-bott-60{
	margin-bottom:60px !important;	
}

.margin-bott-70{
	margin-bottom:70px !important;	
}

.no-padd-bottom{
	padding-bottom:0px !important;	
}

.no-padd-top{
	padding-top:0px !important;	
}

.no-margin-bottom{
	margin-bottom:0px !important;	
}

.no-margin-top{
	margin-bottom:0px !important;	
}

.no-padd-left{
	padding-left:0px !important;	
}

.no-padd-right{
	padding-right:0px !important;	
}

.bg-lightgrey{
	background-color:#f6f6f6 !important;	
}

.no-bg{
	background:none !important;	
}

.text-uppercase{
	text-transform:uppercase !important;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.GIF);}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:50%;
	background:#9b3133;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#f58c0c;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	background:#ffffff;
}

.main-header .auto-container{
	position:relative;
	max-width:100%;
	margin:0px 40px;	
}

.main-header .header-top{
	position:relative;
	padding:0px 0px;
	background:#f8fcf3;
	color:#696969;
	font-size:12px;
}

.main-header .header-top ul li{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:8px 0px;
	color:#696969;
}

.main-header .header-top .top-right ul.info-nav{
	position:relative;
	float:right;
	z-index:15;
}

.main-header .header-top .top-right ul.info-nav > li{
	margin:0px 12px;
	letter-spacing:1px;
}

.main-header .header-top .top-right ul.info-nav > li:after{
	content:'';
	position:absolute;
	right:-16px;
	top:50%;
	height:4px;
	width:4px;
	margin-top:-2px;
	background:#e0e0e0;
	border-radius:50%;	
}

.main-header .header-top .top-right ul.info-nav > li.separator{
	margin:0px;	
}

.main-header .header-top .top-right ul.info-nav > li.separator:after{
	content:'';
	position:absolute;
	right:1px;
	top:27%;
	height:50%;
	width:1px;
	background:#cccccc;
}

/* .main-header .header-top .top-right ul.info-nav > li.currency:after,
.main-header .header-top .top-right ul.info-nav > li:last-child:after{
	display:none;
} */

.main-header .header-top .top-right ul.info-nav > li.Last:after,
.main-header .header-top .top-right ul.info-nav > li:last-child:after{
	display:none;
}

.main-header .header-top ul li a{
	line-height:24px;
	color:#696969;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .header-top ul li a:hover{
	color:#f58c0c;	
}

.main-header .header-top .top-right ul.info-nav >li > .sub-nav{
	position:absolute;
	left:0px;
	top:120%;
	width:180px;
	height:auto;
	background:#f8fcf3;
	border:1px solid rgba(0,0,0,0.05);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	z-index:10;
}

.main-header .header-top .top-right ul.info-nav >li:hover > .sub-nav{
	opacity:1;
	visibility:visible;
	top:100%;	
}

.main-header .header-top .top-right ul.info-nav >li > .sub-nav > li{
	display:block;
	margin:0px;
	border-bottom:1px solid rgba(0,0,0,0.05);
	padding:0px;
}

.main-header .header-top .top-right ul.info-nav >li > .sub-nav > li:last-child{
	border:none;	
}

.main-header .header-top .top-right ul.info-nav >li > .sub-nav > li > a{
	display:block;
	line-height:24px;
	padding:5px 17px;
	letter-spacing:1px;	
}

.main-header .header-top .top-right ul li .icon{
	position:relative;
	line-height:24px;
	padding-right:0px;
}

.main-header .main-box{
	position:relative;
	padding:17px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header.fixed-header .main-box {
	position:fixed;
	border-bottom:1px solid #e0e0e0;	
}

.main-header .fixed-header  .navbar-brand img a{

margin-top:-45px;

}

.navbar-default .navbar-brand .fixed-header {
    color: #777;
    width: 0px;     margin-top: -37px;
}


.main-header .main-box .logo-box{
	position:absolute;
	left:0px;
	top:0px;
	z-index:10;	
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

/* .main-header .nav-toggler{
	position:absolute;
	right:0px;
	top:50%;
	margin-top:-21px;
}

.main-header .nav-toggler button{
	position:relative;
	display:block;
	height:42px;
	width:42px;
	background:#f58c0c;
	color:#ffffff;
	text-align:center;
	font-size:16px;
	line-height:40px;
	border:1px solid #f58c0c;
	border-radius:21px;
	font-weight:normal;
} */

.main-header .cart-btn-outer{
	position:absolute;
	right:50px;
	width:140px;
	height:42px;
	text-align:center;
	top:50%;
	margin-top:-21px;
	padding:8px 10px;
	font-size:13px;
	line-height:24px;
	border:1px solid #e0e0e0;
	border-radius:21px;
	font-weight:500;
	color:#333333;
	letter-spacing:1px;
}

.main-header .cart-btn-outer .icon{
	position:relative;
	display:inline-block;
	padding-right:14px;
	margin-right:12px;
	font-size:18px;
	border-right:1px solid #e0e0e0;
}

.main-header .cart-btn-outer .icon .count{
	position:absolute;
	right:3px;
	top:-5px;
	text-align:center;
	width:16px;
	line-height:18px;
	height:16px;
	background:#f58c0c;
	color:#ffffff;
	font-size:10px;
	border-radius:8px;	
}

.main-header .cart-btn-outer .amount{
	position:relative;
	display:inline-block;
	top:-1px;
}

.main-header.header-two {
	background-color: transparent;
}
.main-header.header-two .header-top {
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255 , 255, .3);
}
.main-header.header-two .main-box {
	background-color: transparent;
}
.main-header.header-two .main-box .main-menu {text-align: right;}
.main-header.header-two.fixed-header .main-box {background: #323941;border: none;}
.main-header.header-two .header-top ul li,
.main-header.header-two .header-top ul.info-nav > li > a,
.main-box.header-two .main-menu .navigation > li > a,
.main-box.header-two .cart-btn-outer {color: #fff;}
.main-header.header-two .fixed-header .navbar-brand .main-box {margin-top: -30px;}

.navbar-default {
    background-color: transparent;
	border-color: transparent;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.navbar-nav {
		margin-top: 7px;
	}
}

.navbar-brand {
        height: 50px;
    padding: 0;
        margin-top: -66px;
}
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #f58c0c;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background-color: transparent;
	color: #f58c0c;
}

/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar{
	position: fixed;
	top: 0;
	width: 305px;
	height: 100%;
	background: #223555;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:0px;	
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar{
	right:0px;	
}

.hidden-bar.right-align .hidden-bar-closer {
	left: -20px;
}

.hidden-bar.left-align {
	left: -400px;
}

.hidden-bar.left-align.visible-sidebar {
	left: 0px;
}

.hidden-bar.left-align .hidden-bar-closer {
	right: -20px;
}

.hidden-bar .hidden-bar-closer {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	background: #000;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer:hover {
	background: #fff;
}

.hidden-bar .hidden-bar-closer:hover .btn {
	color: #223555;
}

.hidden-bar .hidden-bar-closer .btn {
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 14px;
}

.hidden-bar .social-icons {
	text-align: center;
	margin: 50px 0px 30px;
}

.hidden-bar .social-icons ul {
	font-size: 0;
	margin-left: -5px;
	margin-right: -5px;
}

.hidden-bar .social-icons ul li {
	display: inline-block;
	padding: 0 5px;
}

.hidden-bar .social-icons ul li a {
	display: block;
	width: 36px;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	background: #f58c0c;
	color: #ffffff;
	border-radius: 5px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .social-icons ul li a:hover {
	background: #ffffff;
	color:#f58c0c;
}

.hidden-bar-wrapper {
	height: 100%;
}

.hidden-bar .logo {
	padding: 30px 0px;
	background: #223555;
}

.hidden-bar .logo img{
	display:inline-block;
	max-width:100%;	
}

.hidden-bar .side-menu {
	background-color: transparent;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	font-size:13px;
	letter-spacing:1px;
}

.hidden-bar .side-menu ul li ul a {
	background: transparent;
}

.hidden-bar .side-menu ul li ul li ul li a {
	background: transparent;
}

.hidden-bar .side-menu a.current {
	color: #fff;
}

.hidden-bar .side-menu li.current > a {
	color: #fff;
}

.hidden-bar .side-menu ul li a {
	background: transparent;
	color: #ffffff;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	border-top: 1px solid rgba(255,255,255,0.30);
	border-bottom: 1px solid rgba(255,255,255,0.30);
	padding: 10px 15px 10px 20px;
	position: relative;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li a:hover,
.hidden-bar .side-menu ul > li.current > a,
.hidden-bar .side-menu ul > li > ul > li.current > a {
	background: rgba(255,255,255,0.10);
	color: #ffffff;
}

.hidden-bar .side-menu ul li a .btn.expander {
	background: none;
	color: #ffffff;
	border: 1px solid rgba(255,255,255,0.80);
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 0px;
	position: absolute;
	top: 6px;
	right: 20px;
	outline: none;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider.home-two {
	margin-top: -122px;
}

.main-slider{
	position:relative;
	width:100%;
	z-index:10;
}

.main-slider .styled-text{
	font-size:55px;
	color:#fff;
	font-weight:500;
	font-family: 'Sacramento', cursive;
	-webkit-text-shadow:-3px 5px 1px rgba(0,0,0,0.30);
	-ms-text-shadow:-3px 5px 1px rgba(0,0,0,0.30);
	-moz-text-shadow:-3px 5px 1px rgba(0,0,0,0.30);
	-o-text-shadow:-3px 5px 1px rgba(0,0,0,0.30);
	text-shadow:-3px 5px 1px rgba(0,0,0,0.30);
}
.main-slider .styled-text.semi {font-size: 56px;}

.main-slider .big-text{
	font-size:35px!important;
	color:#ffffff;
	font-weight:600;
	text-transform:none;
	letter-spacing:0px;
	word-spacing:30px;
}
.main-slider .semi-text {
	color: #212121;
	font-size:35px!important;
	line-height: 80px;
	text-transform: uppercase;
	font-weight: 600;
}
.main-slider .semi-text.iight {font-weight: 600;letter-spacing: 0;}
.main-slider .semi-text.iight.white-color {color: #fff; font-size:60px; font-weight:600; letter-spacing:0;}

.main-slider .normal-text{
	font-size:28px;
	color:#ffffff;
	font-weight:300;
	text-transform:uppercase;
}

.main-slider .tp-bullets.preview3 .bullet{
	background:#f58c0c !important;
	width:25px !important;
	height:4px !important;
	border:0px!important;
	border-radius:2px!important;
	margin:0px 7px; font-size:45px;
}

.main-slider .tp-bullets.preview3 .bullet:hover,
.main-slider .tp-bullets.preview3 .bullet.selected{
	border-color:#000000 !important;
	background:#000000 !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3{
	background:none !important;
	width:40px;
	overflow:hidden;
	margin-top:-35px !important;
	height:70px !important;
}

.main-slider .tparrows.preview3::after{
	top:0px;
	background:#f58c0c;
	color:#ffffff;
	font-size:26px;
	height:80px !important;
	line-height:70px;
	width:40px;
	padding:0px;
}

.main-slider .tparrows.tp-leftarrow.preview3::after{
	content: '\f104';
	font-family:'FontAwesome';
}

.main-slider .tparrows.tp-rightarrow.preview3::after{
	content: '\f105';
	font-family:'FontAwesome';
}

.main-slider .tparrows.preview3.tp-leftarrow{
	left:0px;
}

.main-slider .tparrows.preview3.tp-rightarrow{
	right:0px !important;
}

.main-slider .tparrows.preview3 .tp-arr-iwrapper{
	visibility:hidden;
	opacity:0;
	display:none;	
}
.lefted{
	text-align:left;	
}
.main-slider .tp-bannertimer{
	display:none !important;	
}

/*** 

====================================================================
	Section Title Style
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:20px;	
}

.sec-title .icon-box{
	position:relative;
	margin-bottom:20px;
	font-size:48px;
	line-height:50px;
	color:#f58c0c;	
}

.sec-title .centered-icon{
	position:absolute;
	left:0px;
	top:10px;
	width:100%;
	text-align:center;	
}

.sec-title .centered-icon .icon{
	font-size:80px;
	color:#444444;
	opacity:0.10;
}

.sec-title .styled-font{
	font-size:34px;
	color:#fa931a;
	font-weight:400;
	margin-bottom:0px;
}

.sec-title h2{
	font-size:34px;
	color:#212121;
	font-weight:600;
	letter-spacing:0px;
	margin-bottom:10px;
	text-transform:uppercase;
}

.sec-title .styled-line{
	position:relative;
	width:250px;
	height:5px;
}

.sec-title .styled-line:before{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:55%;
	height:1px;
	border-bottom:1px solid #fa931a;	
}

.sec-title .styled-line:after{
	content:'';
	position:absolute;
	right:0px;
	top:0px;
	width:55%;
	height:1px;
	border-bottom:1px solid #fa931a;	
}

.sec-title .styled-line .line{
	position:absolute;
	left:46%;
	width:8%;
	top:2px;
	height:1px;
	border-bottom:1px solid #92d3bc;
}

.sec-title.centered .styled-line{
	margin:0px auto 0px;
}

.sec-title.centered .desc-text{
	max-width:800px;
	margin:0 auto;
}

.sec-title .default-line{
	position:relative;
	width:150px;
	height:4px;
}

.sec-title .default-line:before{
	content:'';
	position:absolute;
	left:10px;
	bottom:0px;
	width:30px;
	height:1px;
	border-bottom:1px solid #b2de8f;	
}

.sec-title .default-line:after{
	content:'';
	position:absolute;
	right:0px;
	top:0px;
	width:100%;
	height:1px;
	border-bottom:1px solid #71c7e8;	
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	padding:50px 0px 40px;
	background:#ffffff;
	overflow:hidden;
}

.featured-icon-column{
	position:relative;
	margin-bottom:20px;
	text-align:center;
}

.featured-icon-column .image-box{
	position:relative;
	margin-bottom:35px;	
}

.featured-icon-column .image-box img{
	display:inline-block;
	max-width:100%;	
}

.featured-icon-column h3{
	color:#212121;
	font-weight:600;
	font-size:20px;
	margin-bottom:10px;
	text-transform:uppercase;
}

.featured-icon-column .text{
	font-size:14px;
	margin-bottom:15px;
	color:#696969;
}

.featured-icon-column .read-more{
	font-size:14px;
	color:#9c3133;     font-weight: bold;
	text-transform:capitalize;
}

.featured-icon-column .read-more .icon{
	font-size:10px;
	padding-right:7px;	
}

.about-section .bottom-box{
	position:absolute;
	left:50%;
	margin-left:-190px;
	bottom:-10px;
	height:60px;
	width:580px;
	border:5px solid #eeeeee;	
}

/*** 

====================================================================
	Fluid Section
====================================================================

***/

.fluid-section-one{
	position:relative;
	padding:55px 0px 35px;
	background:#f1f9e7;
	overflow:hidden;
}

.fluid-section-one .column{
	position:relative;
	width:50%;
	float:right;	
}

.fluid-section-one .video-column{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;	
}

.fluid-section-one .video-column .video-box{
	position:absolute;
	left:0px;
	right:-200px;
	top:0px;
	bottom:0px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
}

.fluid-section-one .video-column .video-box .image{
	width:100%;
	display:none;	
}

.fluid-section-one .video-column .video-box .image img{
	display:block;
	width:100%;
	height:auto;	
}

.fluid-section-one .video-column .video-box .lightbox-image{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}

.fluid-section-one .video-column .video-box .lightbox-image:hover{
	background:rgba(0,0,0,0.50);	
}

.fluid-section-one .video-column .video-box .lightbox-image .icon{
	position:absolute;
	left:50%;
	margin-left:-50px;
	top:50%;
	margin-top:-50px;
	padding:10px;
	text-align:center;
	line-height:80px;
	color:#ffffff;
	font-size:68px;	
}

.fluid-section-one .content-column .content-outer{
	position:relative;
	max-width:570px;
	z-index:1;	
}

.fluid-section-one .content-column .content-box{
	position:relative;
	padding:50px 80px;
	background:#ffffff;
	line-height:1.4em;
	-webkit-box-shadow:0px 0px 12px 2px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 0px 12px 2px rgba(0,0,0,0.10);
	-o-box-shadow:0px 0px 12px 2px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 0px 12px 2px rgba(0,0,0,0.10);
	box-shadow:0px 0px 12px 2px rgba(0,0,0,0.10);
}

.fluid-section-one .content-column .upper-text{
	font-size:54px;
	color:#333333;
	line-height:1.1em;
	font-weight:300;	
}

.fluid-section-one .content-column .gradient-text{
	position:relative;
	color:#fa931a;
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
	line-height:1.2em;
	text-align:justify;
}

.fluid-section-one .content-column .gradient-text .days-outer{
	position:relative;
	display:inline-block;
	left:10px;
	color:#9b3133;	
}

.fluid-section-one .content-column .gradient-text .days-outer:before{
	content:'';
	position:absolute;
	left:0px;
	top:-15px;
	width:100%;
	border-bottom:1px solid #bde3ac;	
}

.fluid-section-one .content-column .gradient-text .days-outer:after{
	content:'';
	position:absolute;
	left:20px;
	top:-11px;
	width:80px;
	border-bottom:1px solid #8ed3ec;	
}

.fluid-section-one .content-column .styled-font{
	color:#f58c0c;
	font-size:48px;
	text-align:right;
	line-height:1em;	
}

.fluid-section-one .content-column .link-box{
	text-align:center;
	padding-top:30px;	
}

.fluid-section-one .content-column .link-box a{
	display:inline-block;
	font-size:20px;
	color:#212121;
	text-transform:uppercase;
	font-weight:600;
	position:relative;
	left:20px;
}

.fluid-section-one .content-column .link-box a:before{
	content:'';
	position:relative;
	top:-7px;
	margin-right:20px;
	display:inline-block;
	width:60px;
	border-bottom:1px solid #f58c0c;
}

.fluid-section-one .content-column .rotated-text{
	position:absolute;
	right:-20px;
	bottom:0px;
	font-size:300px;
	color:rgba(0,0,0,0.05);
	-webkit-transform:rotate(30deg);
	-ms-transform:rotate(30deg);
	-o-transform:rotate(30deg);
	-moz-transform:rotate(30deg);
	transform:rotate(30deg);
}

.fluid-section-one .content-column .link-box a:hover{
	color:#f58c0c;	
}

/*** 

====================================================================
	Classes Gallery Section
====================================================================

***/

.classes-gallery{
	position:relative;
	padding:40px 0px 50px;
	background:#ffffff;
}

.classes-gallery{
	background-color:#fce9d2;
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:cover;
}

.sidebar-page-container .classes-gallery{
	padding:0px;
}

.classes-gallery .sec-title{
	margin-bottom:30px;	
}

.default-class-column{
	position:relative;
	margin-bottom:30px;	
}

.default-class-column.mix{
	display:none;	
}

.default-class-column .inner-box{
	position:relative;
	display:block;
	background:#ffffff;
	-webkit-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.05);
	-ms-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.05);
	-o-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.05);
	-moz-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.05);
	box-shadow:0px 0px 15px 2px rgba(0,0,0,0.05);
}

.default-class-column .box-header{
	position:relative;
	padding:22px 30px;
}

.default-class-column .box-header h3{
	font-size:20px;
	text-transform:uppercase;
	font-weight:600;
	color:#212121;
	line-height:30px;	
}

.default-class-column .box-header h3 a{
	color:#212121;	
}

.default-class-column .box-header h3 a:hover{
	color:#f58c0c;	
}

.default-class-column .box-header .class-cat{
	position:absolute;
	display:block;
	right:0px;
	top:24px;
	font-size:14px;
	font-weight:500;
	padding:3px 15px;
	line-height:24px;
	color:#ffffff;
	background:#9c3133;
	border-radius:15px 0px 0px 15px;	
}

.default-class-column .box-header .class-cat.Workshop{
	background:#9c3133;	
}

.default-class-column .box-header .class-cat.Beginner{
	background:#9c3133;	
}

.default-class-column .image-box{
	position:relative;	
}

.default-class-column .image-box img{
	display:block;
	width:100%;
	object-fit: cover;
    height: 250px;
}

.default-class-column .image-box .lightbox-image{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	text-align:center;
	background:rgba(51,51,51,0.50);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

.default-class-column .image-box .lightbox-image .icon{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-30px;
	margin-top:-30px;
	color:#ffffff;
	line-height:60px;
	width:60px;
	height:60px;
	font-size:40px;
}

.default-class-column:hover .image-box .lightbox-image{
	opacity:1;	
}

.default-class-column .content-box{
	position:relative;
	padding:25px 100px 25px 30px;
}

.default-class-column .content-box .class-info li{
	line-height:24px;
	margin-bottom:5px;	
}

.default-class-column .content-box .class-info li:last-child{
	margin:0px;	
}

.default-class-column .content-box .class-info li .icon{
	color:#f58c0c;
	font-size:16px;
	padding-right:12px;	
}

.default-class-column .content-box .price-info{
	position:absolute;
	right:30px;
	top:40px;
	text-align:right;	
}

.default-class-column .content-box .price-info .price{
	position:relative;
	font-size:34px;
	color:#212121;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:7px;	
}

.default-class-column .content-box .price-info .rating .fa{
	display:inline-block;
	margin-left:5px;
	font-size:12px;
	color:#b9e086;	
}

.filter-tabs{
	position:relative;
	margin-bottom:50px;
}

.filter-tabs .filter{
	position:relative;
	display:inline-block;
	margin:0px 20px 10px;
	font-size:14px;
	color:#9c3133;
	text-transform:uppercase;
	line-height:24px;
	font-weight:600;
	cursor:pointer;	
}

.filter-tabs .filter:after{
	content:'';
	position:absolute;
	right:-35px;
	bottom:3px;
	width:25px;
	border-bottom:2px solid #9c3133;	
}

.filter-tabs .filter:last-child:after{
	display:none;	
}


.filter-tabs .filter:hover,
.filter-tabs .filter.active{
	color:#212121;	
}

.list-view-column{
	position:relative;
	margin-bottom:30px;	
}

.list-view-column .inner-box{
	position:relative;
	display:block;
	background:#ffffff;
	padding-left:370px;
	padding-bottom:30px;
	min-height:250px;
	margin-bottom:30px;
	border-bottom:1px solid #f0f0f0;
}

.list-view-column .box-header{
	position:relative;
	padding-right:100px;
	margin-bottom:30px;
}

.list-view-column .content-box .desc-text{
	position:relative;
	margin-bottom:20px;
}

.list-view-column .box-header h3{
	font-size:20px;
	text-transform:uppercase;
	font-weight:600;
	color:#212121;
	line-height:24px;
	margin-bottom:5px;	
}

.list-view-column .box-header h3 a{
	color:#212121;	
}

.list-view-column .box-header h3 a:hover{
	color:#f58c0c;	
}

.list-view-column .box-header .class-cat{
	position:relative;
	font-size:12px;
	line-height:24px;
	color:#ec89ac;	
}

.list-view-column .box-header .class-cat.intermediate{
	color:#6ac5f2;	
}

.list-view-column .box-header .class-cat.beginner{
	color:#b9e086;	
}

.list-view-column .content-box .price-info{
	position:absolute;
	right:0px;
	top:0px;
	text-align:right;
	width:100px;	
}

.list-view-column .content-box .price-info .price{
	position:relative;
	font-size:34px;
	color:#212121;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:5px;	
}

.list-view-column .content-box .price-info .rating .fa{
	display:inline-block;
	margin-left:5px;
	font-size:12px;
	color:#b9e086;	
}

.list-view-column .image-box{
	position:absolute;
	left:0px;
	top:0px;
	width:340px;	
}

.list-view-column .image-box img{
	display:block;
	width:100%;	
}

.list-view-column .image-box .lightbox-image{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	text-align:center;
	background:rgba(51,51,51,0.50);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

.list-view-column .image-box .lightbox-image .icon{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-30px;
	margin-top:-30px;
	color:#ffffff;
	line-height:60px;
	width:60px;
	height:60px;
	font-size:40px;
}

.list-view-column:hover .image-box .lightbox-image{
	opacity:1;	
}

.list-view-column .content-box{
	position:relative;
	padding:0px;
}

.list-view-column .content-box .class-info li{
	line-height:24px;
	float:left;
	margin:0px 25px 10px 0px;
}

.list-view-column .content-box .class-info li .icon{
	color:#f58c0c;
	font-size:16px;
	padding-right:12px;	
}

.classes-gallery .box-cta {
	margin-top: 75px;
	margin-bottom: 50px;
}
.classes-gallery .box-cta h3 {
	font-size: 34px;color: #333333;line-height: 56px;
	margin-bottom: 25px;
}

.classes-gallery .classes-carousel {margin-top: 95px;}
.classes-gallery .classes-carousel.owl-theme .owl-controls {margin-top: 0;}
.classes-gallery .classes-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] {
	width: 65px;
	height: 65px;
	border: 1px solid #fff;
	color: #fff;
	line-height: 57px;
	font-size: 30px;
	border-radius: 50%;
	background-color: transparent;
	position: absolute;
	top:50%;
	transition: background .4s ease, border-color .3s ease;
}
.classes-gallery .classes-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
	background: #F58C0C;
	border-color: #F58C0C;
}
.classes-gallery .classes-carousel.owl-theme .owl-controls .owl-nav .owl-next {
	right:0;
	margin-right: -75px;
}
.classes-gallery .classes-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
	left: 0;
	margin-left: -75px;
}


/*** 

====================================================================
	Default Gradient Section
====================================================================

***/

.default-gradient-section{
	position:relative;
	padding:30px 0px;
	background:#74c9e4;
	background:-webkit-linear-gradient(left, #fdbc83, #fdd09c);
	background:-moz-linear-gradient(left, #fdbc83, #fdd09c);
	background:-ms-linear-gradient(left, #fdbc83, #fdd09c);
	background:-o-linear-gradient(left, #fdbc83, #fdd09c);
}

.default-gradient-section .image-layer{
	position:absolute;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	background-position:right center;
	background-repeat:no-repeat;	
}

.default-gradient-section .content-column h2{
	font-size:34px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:15px;
	color:#9c3133;
}

.default-gradient-section .content-column .default-text{
	margin-bottom:30px;
	color:#000;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding:40px 0px;
	background:#ffffff;
}

.team-member{
	position:relative;
	margin-bottom:30px;
	text-align:center;
}

.team-member.mix{
	display:none;	
}

.team-member .inner-box{
	position:relative;
	display:block;
	background:#ffffff;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	border: 1px solid #dedede;
}

.team-member:hover .inner-box{
	-webkit-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.05);
	-ms-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.05);
	-o-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.05);
	-moz-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.05);
	box-shadow:0px 0px 15px 2px rgba(0,0,0,0.05);
		
}

.team-member .image-box{
	position:relative;
}

.team-member .image-box img{
	display:inline-block;
	max-width:100%;	
}

.team-member .image-box .social-links{
	position:absolute;
	left:20px;
	top:0px;
	width:40px;
	opacity:0;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.team-member:hover .image-box .social-links{
	top:80px;
	opacity:1;	
}

.team-member .image-box .social-links a{
	display:inline-block;
	line-height:24px;
	width:40px;
	height:40px;
	padding:8px 0px;
	background:#f8f8f8;
	color:#212121;
	margin-bottom:8px;
	border-radius:20px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.team-member .image-box .social-links a:hover{
	color:#ffffff;
	background:#f58c0c;	
}

.team-member .member-info{
	position:relative;
	padding:10px 8px;
}

.team-member .member-info .designation{
	font-size:12px;
	color:#9c3133;
	margin-bottom:7px;	
}

.team-member .member-info h3{
	text-transform:uppercase;
	color:#212121;
	font-size:18px;
	font-weight:600;
}

.team-member .member-info h3 a{
	color:#212121;
}

/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section{
	position:relative;
	padding:60px 0px;
	background-color:#ffffff;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
}

.gallery-section .sec-title{
	margin-bottom:50px;	
}

.gallery-section .sec-title .styled-font{
	font-size:54px;
	color:#333333;	
}

.gallery-item{
	position:relative;
	margin-bottom:30px;	
}

.gallery-item .inner-box{
	position:relative;
	display:block;	
}

.gallery-item .image-box{
	position:relative;
	width:100%;
	overflow:hidden;
	border-radius:3px;
}

.gallery-item .image-box img{
	display:block;
	width:100%;	
}

.gallery-item .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.more-images-column .gallery-item .overlay-box{
	opacity:1;	
}

.gallery-item .overlay-box:before{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:50%;
	background:-moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.60));
	background:-webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.60));
	background:-o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.60));
	background:-ms-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.60));	
}

.gallery-item:hover .overlay-box{
	opacity:1;	
}

.gallery-item .overlay-box .bottom-content{
	position:absolute;
	left:0px;
	bottom:0px;
	padding:15px 30px;
	width:100%;	
}

.gallery-item .overlay-box .centered-content{
	position:absolute;
	left:0px;
	bottom:0px;
	padding:15px;
	display:table;
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
}

.gallery-item .overlay-box .centered-content a{
	color:#ffffff;	
}

.gallery-item .overlay-box .centered-content .inner-content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.gallery-item .overlay-box .centered-content h3{
	font-size:18px;
	margin:10px 0px 20px;
	color:#ffffff;	
}

.gallery-item .overlay-box .centered-content .count{
	font-size:48px;
	line-height:1em;
}

.gallery-item .overlay-box .centered-content .dots .fa{
	display:inline-block;
	font-size:8px;
	margin:0px 2px;	
}

.gallery-item .overlay-box h4{
	color:#ffffff;
	font-size:14px;
	font-weight:500;
	margin-bottom:3px;
}

.gallery-item .overlay-box h4 a{
	color:#ffffff;	
}

.gallery-item .overlay-box .options a{
	position:relative;
	display:inline-block;
	margin-right:15px;
	color:#ffffff;	
}

.gallery-item .overlay-box .options a .fa{
	padding-right:5px;	
}

/*** 

====================================================================
	Testimonials Section
====================================================================

***/

.testimonials-section{
	position:relative;
	padding:40px 0px 50px;
	background:#ffffff;
	overflow:hidden;
}

.testimonials-section .content-layer{
	position:relative;
	padding:50px 0px 0px;	
}

.testimonials-section .content-layer .inner-box{
	position:relative;
	padding:0px 40px 40px;
	border:1px solid #f1f1f1;
	background:#ffffff;
	text-align:center;
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.03);
	-ms-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.03);
	-o-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.03);
	-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.03);
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.03);	
}

.testimonials-section .content-layer .rating{
	font-size:14px;
	color:#b9e086;
	margin-bottom:15px;	
}

.testimonials-section .content-layer .author-thumb{
	position:relative;
	display:block;
	width:72px;
	height:72px;
	border:4px solid rgba(0,0,0,0.05);
	margin:-36px auto 15px;	
}

.testimonials-section .content-layer .author-thumb img{
	display:block;
	width:100%;	
}

.testimonials-section .content-layer .rating .fa{
	display:inline-block;
	margin:0px 2px;	
}

.testimonials-section .content-layer .text{
	font-size:15px;
	line-height:1.9em;
	margin-bottom:25px;
	font-weight:500;	
}

.ms-caro3d-template .ms-slide{
	height:auto !important;
	opacity:0.80;
}

.ms-caro3d-template .ms-slide.ms-sl-selected{
	opacity:1;
}

.testimonials-section .content-layer .author-info{
	color:#ababab;	
}

.testimonials-section .content-layer .author-info strong{
	font-weight:600;
	font-size:15px;
	text-transform:uppercase;
	color:#333333;	
}

.ms-layout-partialview .ms-container{
	overflow:visible !important;	
}

.ms-skin-default .ms-nav-prev{
	margin-top:-10px;
	left:10px;	
}

.ms-skin-default .ms-nav-next{
	margin-top:-5px;
	right:10px;	
}

/*** 

====================================================================
	Pricing Section
====================================================================

***/

.pricing-section{
	position:relative;
	padding:80px 0px 50px;
	background-color:#deeff8;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
}

.pricing-section .sec-title{
	margin-bottom:60px;	
}

.pricing-section .sec-title .styled-font{
	font-size:54px;
	color:#f58c0c;	
}

.pricing-column{
	position:relative;
	margin-bottom:30px;
}

.pricing-section .pricing-column{
	padding-top:54px;	
}

.pricing-section .pricing-column:nth-child(2){
	padding-top:0px;	
}

.pricing-column .inner-box{
	position:relative;
	background:#ffffff;
	text-align:center;
	max-width:600px;
	margin:0 auto;
	overflow:hidden;
}

.pricing-column .inner-box .pricing-header{
	position:relative;
	padding:50px 20px 0px;
	text-align:center;
	background-color:#f0e995;
}

.pricing-column .inner-box .pricing-header .left-icon{
	position:absolute;
	left:-70px;
	top:-70px;
	width:160px;
	height:160px;
	font-size:160px;
	line-height:160px;
	color:rgba(0,0,0,0.05);	
}

.pricing-section .pricing-column:nth-child(1) .inner-box .pricing-header{
	background-color:#f0e995;
}

.pricing-section .pricing-column:nth-child(2) .inner-box .pricing-header{
	background-color:#f9ba6d;
}

.pricing-section .pricing-column:nth-child(3) .inner-box .pricing-header{
	background-color:#b9e086;
}

.pricing-column .inner-box .pricing-header .price{
	font-size:80px;
	font-weight:600;
	line-height:80px;
	color:#ffffff;
	max-width:200px;
	margin:0 auto;
}

.pricing-column .inner-box .pricing-header .duration{
	position:relative;
	top:-10px;
	font-size:24px;
	color:#333333;
	max-width:200px;
	margin:0 auto 20px;
	text-align:right;	
}

.pricing-column .inner-box .pricing-header .title{
	position:relative;
	top:16px;
	width:200px;
	margin:0 auto;
	line-height:32px;
	color:#212121;
	font-size:13px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:1px;
	background:#ffffff;
	border-radius:16px;
	z-index:1;
	-webkit-box-shadow:2px 3px 5px 1px rgba(0,0,0,0.07);
	-ms-box-shadow:2px 3px 5px 1px rgba(0,0,0,0.07);
	-o-box-shadow:2px 3px 5px 1px rgba(0,0,0,0.07);
	-moz-box-shadow:2px 3px 5px 1px rgba(0,0,0,0.07);
	box-shadow:2px 3px 5px 1px rgba(0,0,0,0.07);
}

.pricing-column .inner-box .pricing-content{
	position:relative;
	padding:40px 15px 50px;
	background:#ffffff;
	color:#696969;	
}

.pricing-column .inner-box .pricing-content ul{
	margin:0 auto 30px;
}

.pricing-column .inner-box .pricing-content ul li{
	line-height:24px;
	padding:15px 0px;
	border-bottom:1px solid rgba(0,0,0,0.05);
	color:#696969;	
}

.pricing-column .inner-box .pricing-content ul li:last-child{
	border:none;	
}

.pricing-column .inner-box .theme-btn{
	position:relative;
	display:inline;
	line-height:24px;
	padding:7px 40px;
	background:#f0e995;
	color:#ffffff;
	border-radius:20px;
	text-transform:uppercase;
	font-weight:500;
	letter-spacing:1px;
}

.pricing-section .pricing-column:nth-child(3) .inner-box .theme-btn{
	background:#b9e086;	
}

.pricing-column .inner-box .theme-btn:hover{
	color:#212121;	
}

/*** 

====================================================================
	BLog Section
====================================================================

***/

.blog-section{
	position:relative;
	padding:80px 0px 50px;
	background:#ffffff;
}

.default-blog-post{
	position:relative;
	margin-bottom:30px;	
}

.default-blog-post .inner-box{
	position:relative;
	display:block;	
}

.default-blog-post .image-box img{
	display:block;
	width:100%;	
}

.default-blog-post .lower-content{
	position:relative;
	padding:25px 0px 0px 150px;	
}

.default-blog-post .lower-content .date{
	position:absolute;
	left:0px;
	top:25px;
}

.default-blog-post .lower-content .date .day{
	font-size:110px;
	color:#f1f9e7;
	line-height:1em;
	font-weight:700;	
}

.default-blog-post .lower-content .date .month{
	position:relative;
	margin-top:-90px;
	font-size:34px;
	color:#b9e086;
	line-height:1.4em;
	padding:10px 15px;
}

.default-blog-post .lower-content h3{
	font-size:22px;
	color:#212121;
	margin-bottom:15px;
	font-weight:600;
	line-height:1.4em;
}

.default-blog-post .lower-content h3 a{
	color:#212121;	
}

.default-blog-post .lower-content .text{
	margin-bottom:25px;	
}

.default-blog-post .read-more{
	font-size:14px;
	color:#f58c0c;
	text-transform:capitalize;
}

.default-blog-post .read-more .icon{
	font-size:10px;
	padding-right:7px;	
}


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background:#323941;
	color:#ababab;
}

.main-footer .newsletter-section{
	position:relative;
	padding:50px 0px 30px;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

.main-footer .newsletter-section .title-column,
.main-footer .newsletter-section .form-column{
	margin-bottom:20px;	
}

.main-footer .newsletter-section .title{
	position:relative;
	display:inline-block;
	font-size:32px;
	line-height:40px;
	padding:5px 0px;
	color:#ffffff;
	font-weight:700;
	text-transform:uppercase;	
}

.main-footer .newsletter-section .title:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:2px;
	background:#74c9e4;
	background:-webkit-linear-gradient(left, #b9e086, #6ac5f2);
	background:-moz-linear-gradient(left, #b9e086, #6ac5f2);
	background:-ms-linear-gradient(left, #b9e086, #6ac5f2);
	background:-o-linear-gradient(left, #b9e086, #6ac5f2);	
}

.main-footer .newsletter-section .newsletter-form{
	position:relative;
}

.main-footer .newsletter-section .fields-outer{
	position:relative;
	display:table;
	width:100%;
	vertical-align:middle;	
}

.main-footer .newsletter-section .fields-outer .form-group{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	width:100%;	
}

.main-footer .newsletter-section .fields-outer .form-group .icon{
	position:absolute;
	right:20px;
	top:50%;
	margin-top:-10px;
	line-height:20px;
	font-size:14px;
	color:#999999;
	z-index:1;	
}

.main-footer .newsletter-section .fields-outer .button-group{
	padding-left:10px;
}

.main-footer .newsletter-section .form-group input[type="text"],
.main-footer .newsletter-section .form-group input[type="tel"],
.main-footer .newsletter-section .form-group input[type="email"]{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:12px 20px;
	height:50px;
	color:#ffffff;
	font-size:14px;
	border-radius:3px;
	background:#2d333a;	
}

.main-footer .newsletter-section .form-group input[type="text"]:focus,
.main-footer .newsletter-section .form-group input[type="tel"]:focus,
.main-footer .newsletter-section .form-group input[type="email"]:focus{
	background:#23282d;	
}

.main-footer .newsletter-section .form-group input[type="submit"],
.main-footer .newsletter-section button{
	display:block;
	line-height:24px;
	padding:13px 38px;
	height:50px;
	text-transform:uppercase;
	font-weight:500;
	letter-spacing:1px;
	color:#ffffff;
	background:#23282d;
	border-radius:3px;	
}

.main-footer .widgets-section{
	position:relative;
	padding:60px 0px 30px;
	border-bottom:1px solid rgba(255,255,255,0.10);	
}

.main-footer .footer-column{
	margin-bottom:30px;	
}

.main-footer .footer-widget{
	position:relative;	
}

.main-footer .footer-column h2{
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:10px;
	color:#ffffff;	
}

.main-footer .about-widget .text{
	margin-bottom:20px;	
}

.main-footer .contact-info{
	margin-bottom:30px;	
}

.main-footer .contact-info li{
	position:relative;
	padding-left:30px;
	margin-bottom:10px;
	line-height:24px;
}

.main-footer .contact-info li .icon{
	position:absolute;
	left:0px;
	top:0px;
	line-height:24px;
	font-size:14px;	
}

.main-footer .contact-info li a:hover {
	color: #fff;
}

.main-footer .social-links a{
	display:inline-block;
	width:32px;
	height:32px;
	margin-right:7px;
	line-height:32px;
	background:#2d333a;
	color:#ababab;
	font-size:12px;
	text-align:center;
	border-radius:50%;	
}

.main-footer .social-links a:hover{
	background:#212121;
	color:#ffffff;	
}

.main-footer .class-widget .post{
	position:relative;
	min-height:70px;
	padding-left:85px;
	padding-top:12px;
	margin-bottom:20px;	
}

.main-footer .class-widget .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	height:70px;
}

.main-footer .class-widget .post .post-thumb img{
	display:block;
	width:100%;
	border-radius:3px;	
}

.main-footer .class-widget .post h4{
	font-size:14px;
	color:#ffffff;
	margin-bottom:6px;	
}

.main-footer .class-widget .post h4 a{
	color:#ffffff;
}

.main-footer .links-widget .list li{
	border-bottom:1px solid rgba(255,255,255,0.10);	
}

.main-footer .links-widget .list li a{
	position:relative;
	display:block;
	line-height:24px;
	padding:4px 0px 4px 25px;
	color:#ababab;
	text-transform:capitalize;	
}

.main-footer .links-widget .list li a:before{
	content:'\f105';
	position:absolute;
	left:0px;
	top:4px;
	line-height:24px;
	font-size:16px;
	font-family: 'FontAwesome';	
}

.main-footer .links-widget .list li a:hover{
	color:#ffffff;	
}

.main-footer .contact-widget{
	position:relative;	
}

.main-footer .contact-widget .text{
	margin-bottom:20px;	
}

.main-footer .contact-widget .form-group{
	position:relative;
	display:block;
	margin-bottom:10px;
}

.main-footer .contact-widget .form-group input[type="text"],
.main-footer .contact-widget .form-group input[type="tel"],
.main-footer .contact-widget .form-group input[type="email"],
.main-footer .contact-widget .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:8px 16px;
	height:40px;
	color:#ffffff;
	font-size:14px;
	border-radius:3px;
	background:#2d333a;	    border: 1px solid #6f7071;
}

.main-footer .contact-widget .form-group textarea{
	height:90px;
	resize:none;	
}

.main-footer .contact-widget .form-group input[type="text"]:focus,
.main-footer .contact-widget .form-group input[type="tel"]:focus,
.main-footer .contact-widget .form-group input[type="email"]:focus,
.main-footer .contact-widget .form-group textarea:focus{
	background:#23282d;	
}

.main-footer .contact-widget .form-group input[type="submit"],
.main-footer .contact-widget button{
	border-radius:3px;
	padding:8px 25px;	
}

.main-footer .footer-bottom{
	position:relative;
	padding:10px 0px;
	line-height:24px;
	text-align:left;
}

.main-footer .footer-bottom .fa{
	padding:0px 5px;
	color:#d16c67;	
}

.main-footer .footer-bottom .author-name{
	color:#f9af59;
	font-size:20px;	
}

/*** 

====================================================================
	Page Title
====================================================================

***/

.page-info{
	position:relative;
	padding:70px 0px;
	background:#74c9e4;
	background:-webkit-linear-gradient(left, #f9b15c, #fad8af);
	background:-moz-linear-gradient(left, #f9b15c, #fad8af);
	background:-ms-linear-gradient(left, #f9b15c, #fad8af);
	background:-o-linear-gradient(left, #f9b15c, #fad8af);
}

.page-info:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:0px;
	-webkit-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.20);
	-ms-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.20);
	-o-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.20);
	-moz-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.20);
	box-shadow:0px 0px 10px 2px rgba(0,0,0,0.20);
}

.page-info .image-layer{
	position:absolute;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	background-position:right center;
	background-repeat:no-repeat;	
}

.page-info h2{
	font-size:60px;
	font-weight:700;
	margin-bottom:5px;
	color:#212121;
}

.page-info .bread-crumb{
	position:relative;
	font-size:14px;
	text-transform:uppercase;
}

.page-info .bread-crumb li{
	position:relative;
	float:left;
	margin-right:30px;
	color:#696969;
	line-height:24px;
}

.page-info .bread-crumb li:last-child{
	margin-right:0px;
}

.page-info .bread-crumb li:after{
	content:'/';
	font-family: 'FontAwesome';
	position:absolute;
	right:-22px;
	width:10px;
	line-height:28px;
	font-size:14px;
}

.page-info .bread-crumb li:last-child:after{
	display:none;	
}

.page-info .bread-crumb li a{
	color:#696969;	
}

.page-info .bread-crumb li a:hover,
.page-info .bread-crumb li.active{
	color:#9b3133;	
}

/*** 

====================================================================
	Who We Are Section
====================================================================

***/

.who-we-are{
	position:relative;
	padding:50px 0px;
	background:#ffffff;
}

.who-we-are .one-column-offset{
	max-width:1030px;	
}

.who-we-are .image-column{
	position:relative;	
}

.who-we-are .image-column .single-item-carousel{
	-webkit-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.10);
	-o-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.10);
	box-shadow:0px 0px 15px 2px rgba(0,0,0,0.10);	
}

.who-we-are .image-column img{
	display:block;
	max-width:100%;
	width:100%;
	height:auto;	
}

.who-we-are .content-column{
	position:relative;
	padding-top:10px;
	padding-left:30px;
}

.who-we-are .content-column .sec-title{
	margin-bottom:10px;	
}

.who-we-are .content-column .big-text{
	position:absolute;
	left:-50px;
	top:20px;
	font-size:150px;
	color:rgba(0,0,0,0.02);
	font-weight:300;
	line-height:0.9em;
	text-transform:uppercase;
}

.who-we-are .content-column .text{
	margin-bottom:30px;	
}

.who-we-are .content-column .text p{
	margin-bottom:10px;	    text-align: justify;
}

.who-we-are .content-column .link a{
	position:relative;
	display:inline-block;
	font-size:18px;
	color:#333333;
	z-index:1;
}

.who-we-are .content-column .link a:hover{
	color:#f58c0c;	
}

.who-we-are .content-column .link a:before{
	content:'';
	position:absolute;
	left:-80px;
	top:50%;
	width:60px;
	border-bottom:1px solid #f58c0c;
}

.who-we-are .single-item-carousel .owl-controls,
.who-we-are .single-item-carousel .owl-dots{
	margin:0px !important;	
}

.who-we-are .single-item-carousel .owl-nav{
	display:none !important;	
}

.who-we-are .single-item-carousel .owl-dots{
	position:absolute;
	left:0px;
	bottom:20px;
	width:100%;	
}

.who-we-are .single-item-carousel .owl-dots .owl-dot span{
	position:relative;
	background:#ffffff;
	margin:0px 5px;
	width:7px;
	height:7px;
	border:1px solid #ffffff;
}

.who-we-are .single-item-carousel .owl-dots .owl-dot.active span{
	background:none;
	top:2px;
	width:11px;
	height:11px;
	border:1px solid #ffffff;
}

/*** 

====================================================================
	Yoga Experience Section
====================================================================

***/

.yoga-experience{
	position:relative;
	padding:50px 0px;
	background-color:#f3e7b5;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
}
.yoga-experience.home-two {
	background-color: transparent;	
}
.yoga-experience.home-two .content-outer {
	background-image: url(../images/background/round-shape-bg.png);
	background-position: center center;
}

.yoga-experience .sec-title{
	margin-bottom:0px;	
}

.yoga-experience .sec-title .styled-font{
	font-size:54px;
	color:#9b3133;	
}

.yoga-experience .content-outer{
	position:relative;
	padding:60px 0px 20px;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url(../images/background/circular-rings.png);	
}

.yoga-experience .content-outer .image-column{
	position:absolute;
	    left: 10px;
    top: 136px;
	width:100%;
	text-align:center;
}

.yoga-experience .content-outer .image-column .image{
	display:inline-block;	
}

.yoga-experience .content-outer .image-column .image img{
	display:block;
	max-width:100%;	
}

.yoga-experience .left-column{
	text-align:right;
	float:left;	
}

.yoga-experience .right-column{
	text-align:left;
	float:right;
}

.yoga-experience .featured-icon-block{
	margin-bottom:50px;	
}

.yoga-experience .featured-icon-block .inner-box{
	position:relative;
	min-height:70px;	
}

.yoga-experience .left-column .featured-icon-block .inner-box{
	padding-right:120px;	
}

.yoga-experience .right-column .featured-icon-block .inner-box{
	padding-left:120px;	
}

.yoga-experience .featured-icon-block .icon-box{
	position:absolute;
	top:10px;
	width:66px;
	height:66px;
	line-height:66px;
	background:#b9e086;
	color:#ffffff;
	text-align:center;
	font-size:22px;
	border-radius:50%;
	-webkit-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.10);
	-o-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.10);
	box-shadow:0px 0px 15px 2px rgba(0,0,0,0.10);
}

.yoga-experience .left-column .featured-icon-block:nth-child(1) .icon-box{
	background:#b9e086;	     right: -125px;
}

.yoga-experience .left-column .featured-icon-block:nth-child(2) .icon-box{
	background:#f58c0c;
	right:10px;		
}

.yoga-experience .right-column .featured-icon-block:nth-child(1) .icon-box{
	background:#e991b4;	left: -125px;
}

.yoga-experience .right-column .featured-icon-block:nth-child(2) .icon-box{
	background:#50b0e0;
	left:10px;		
}






.yoga-experience .left-column .featured-icon-block:nth-child(4) .icon-box{
	background:#337ab7;	
}

.yoga-experience .left-column .featured-icon-block:nth-child(3) .icon-box{
	background:#bb0cf5;
	right:10px;		
}

.yoga-experience .right-column .featured-icon-block:nth-child(4) .icon-box{
	background:#c90a0a;	
}

.yoga-experience .right-column .featured-icon-block:nth-child(3) .icon-box{
	background:#9c3133;
	left:10px;		
}















.yoga-experience .left-column .featured-icon-block .icon-box{
	right:-84px;	
}

.yoga-experience .right-column .featured-icon-block .icon-box{
	left:-90px;	
}

.yoga-experience .featured-icon-block h3{
	color:#333333;
	font-size:20px;
	text-transform:uppercase;
	margin-bottom:10px;
	font-weight:600;
}


/*** 

====================================================================
	Filters Box Style
====================================================================

***/

.default-filters-box{
	position:relative;
	padding:20px 25px;
	background:#f9f9f9;
	border-radius:3px;
	margin-bottom:40px;	
}

.default-filters-box .result-coumn h4{
	font-weight:600;
	line-height:24px;
	padding:8px 0px;
	font-size:14px;
}

.default-filters-box .option{
	position:relative;
}

.default-filters-box .search-option{
	position:relative;
	float:right;
	padding-left:25px;	
}

.default-filters-box .search-option .form-group{
	position:relative;
	margin:0px;
	width:240px;
}

.default-filters-box .search-option .form-group input[type="text"],
.default-filters-box .search-option .form-group input[type="search"]{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:7px 15px;
	border:1px solid #d0d0d0;
	border-radius:3px;
	background:#ffffff;	
}

.default-filters-box .search-option .form-group input[type="submit"],
.default-filters-box .search-option .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	line-height:40px;
	color:#cccccc;
	font-size:14px;
	background:none;
	cursor:pointer;	
}

.default-filters-box .view-options{
	position:relative;
	float:right;
	padding:4px 0px;
	padding-left:25px;
	border-left:1px solid #d0d0d0;	
}

.list-view .default-filters-box .view-options{
	border:none;	
}

.default-filters-box .view-options a{
	display:inline-block;
	margin:0px 4px;
	line-height:32px;
	width:32px;
	height:32px;
	font-size:17px;
	color:#ffffff;
	text-align:center;
	background:#ababab;
}

.default-filters-box .view-options a.active{
	background:#f58c0c;	
}

.default-filters-box .select-option{
	position:relative;
	float:right;
	padding:3px 0px;
}

.default-filters-box .select-option .sel-btn{
	position:relative;
	display:block;
	line-height:24px;
	padding:5px 15px;
	text-transform:uppercase;
	border-left:1px solid #d0d0d0;
	cursor:pointer;
	font-size:14px;
	font-weight:600;
	color:#ababab;
}

.default-filters-box .select-option .sel-btn .icon{
	position:relative;
	padding-left:15px;
	font-weight:normal;
	font-size:16px;	
}

.default-filters-box .select-option .sel-list{
	position:absolute;
	right:0px;
	top:100%;
	margin-top:5px;
	width:180px;
	background:#ffffff;
	border:1px solid #d0d0d0;
	border-top:3px solid #f58c0c;
	display:none;
	z-index:10;	
}

.default-filters-box .select-option .sel-list li{
	position:relative;
	border-bottom:1px solid #d0d0d0;	
}

.default-filters-box .select-option .sel-list li:last-child{
	border:none;	
}

.default-filters-box .select-option .sel-list li a{
	display:block;
	line-height:24px;
	padding:5px 15px;
	font-size:13px;
	text-transform:capitalize;
	color:#999999;
	font-weight:500;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.default-filters-box .select-option .sel-list li a:hover{
	color:#555555;	
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:50px 0px 50px;
	background-color:#ffffff;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sidebar-widget{
	position:relative;
	margin-bottom:40px;	
}

.sidebar .sidebar-title{
	position:relative;
	margin-bottom:20px;	
}

.sidebar .sidebar-title:before{
	content:'';
	position:absolute;
	left:0px;
	bottom:-5px;
	width:70px;
	border-bottom:1px solid #fa931a;	
}

.sidebar .sidebar-title:after{
	content:'';
	position:absolute;
	left:10px;
	bottom:-7px;
	width:20px;
	border-bottom:1px solid #fa931a;		
}

.sidebar .sidebar-title h3{
	font-size:20px;
	color:#212121;
	text-transform:uppercase;
	font-weight:600;	
}

.sidebar-widget .sub-title{
	font-size:14px;
	color:#cccccc;
	margin-bottom:15px;
	text-transform:uppercase;
	font-weight:600;	
}

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:22px;
	padding:9px 30px 9px 15px;
	border:1px solid #d0d0d0;
	background:#ffffff;
	color:#333333;
	display:block;
	width:100%;
	height:42px;
	border-radius:3px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus{
	border-color:#f58c0c;	
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:40px;
	width:30px;
	line-height:40px;
	text-align:left;
	display:block;
	font-size:13px;
	color:#f58c0c;
	background:none;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover{
	color:#f58c0c;	
}

.sidebar .selected-filters .filter{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:2px 10px;
	color:#ababab;
	border:1px solid #f1f1f1;
	background:#f8f8f8;
	margin:0px 5px 10px 0px;
	border-radius:3px;	
}

.sidebar .selected-filters .filter a{
	padding-left:5px;
	font-size:12px;
	color:#ababab;
	font-weight:300;	
}

.sidebar .selected-filters .filter a:hover{
	color:#f58c0c;	
}

.sidebar .cat-listing{
	position:relative;	
}

.sidebar .cat-listing li{
	position:relative;
	border-bottom:1px solid #f0f0f0;	
}

.sidebar .cat-listing li:last-child{
	border:none;
}

.sidebar .cat-listing li a{
	position:relative;
	display:block;
	line-height:30px;
	padding:6px 0px;
	font-size:13px;
	color:#696969;
	text-transform:capitalize;	
}

.sidebar .cat-listing li a .count{
	position:relative;
	display:block;	
}

.sidebar .cat-listing li a:hover,
.sidebar .cat-listing li.current a{
	color:#f58c0c;	
}


.sidebar .item-listing{
	position:relative;	
}

.sidebar .item-listing li{
	position:relative;
	margin-bottom:7px;	
}

.sidebar .item-listing li a{
	position:relative;
	display:block;
	line-height:30px;
	padding:0px 0px 0px 30px;
	font-size:13px;
	color:#696969;
	text-transform:capitalize;	
}

.sidebar .item-listing li a .count{
	position:relative;
	display:block;
	width:30px;
	height:30px;
	line-height:26px;
	padding:3px 0px;
	text-align:center;
	font-size:12px;
	letter-spacing:1px;
	border-radius:50%;	
}

.sidebar .item-listing li a:hover{
	color:#f58c0c;	
}

.sidebar .item-listing li.current a .count{
	background:#f58c0c;
	color:#ffffff;
}

.sidebar .item-listing li:before{
	content:'';
	position:absolute;
	left:0px;
	top:7px;
	width:16px;
	height:16px;
	background:#f8f8f8;
	border:1px solid #f1f1f1;
	border-radius:2px;	
}

.sidebar .item-listing li:after{
	content:'\f00c';
	font-family: 'FontAwesome';
	position:absolute;
	left:0px;
	top:7px;
	width:16px;
	height:16px;
	line-height:16px;
	font-size:8px;
	opacity:0;
	text-align:center;
	color:#ffffff;
	border-radius:2px;
}

.sidebar .item-listing li.current:before{
	background:#f58c0c;
	border-color:#f58c0c;	
}

.sidebar .item-listing li.current:after{
	opacity:1;
}

.sidebar .checkbox-listing li{
	position:relative;
	float:left;
	min-width:50%;
	margin-bottom:12px;
}

.sidebar .checkbox-listing .checkbox{
	margin:0px;
	display:block;	
}

.sidebar .checkbox-listing .checkbox input[type="checkbox"]{
	display:none;	
}

.sidebar .checkbox-listing .checkbox label{
	display:block;
	font-weight:400;
	color:#696969;
	font-size:13px;
	line-height:24px;
	padding-left:30px;
}

.sidebar .checkbox-listing .checkbox label:before{
	content:'';
	position:absolute;
	left:0px;
	top:3px;
	width:16px;
	height:16px;
	background:#f8f8f8;
	border:1px solid #f1f1f1;
	border-radius:2px;	
}

.sidebar .checkbox-listing .checkbox label:after{
	content:'\f00c';
	font-family: 'FontAwesome';
	position:absolute;
	left:0px;
	top:3px;
	width:16px;
	height:16px;
	line-height:16px;
	font-size:8px;
	opacity:0;
	text-align:center;
	color:#ffffff;
	border-radius:2px;
}

.sidebar .checkbox-listing .checkbox input[type="checkbox"]:checked+label:before{
	background:#f58c0c;
	border-color:#f58c0c;	
}

.sidebar .checkbox-listing .checkbox input[type="checkbox"]:checked+label:after{
	opacity:1;
}

.sidebar-widget .featured-classes-carousel{
	position:relative;
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	-o-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
}

.featured-classes-carousel .image-box{
	position:relative;	
}

.featured-classes-carousel .image-box img{
	display:block;
	height:auto;
	max-width:100%;
	width:100%;
	border-radius:3px 3px 0px 0px;	
}

.featured-classes-carousel .lower-content{
	position:relative;
	padding:20px 15px;
	padding-right:110px;
	background:#ffffff;
}

.featured-classes-carousel .class-info{
	position:relative;	
}

.featured-classes-carousel .class-info h4{
	color:#212121;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:0px;
	line-height:24px;
}

.featured-classes-carousel .class-info h4 a{
	color:#212121;
}

.featured-classes-carousel .class-info .class-cat{
	color:#6ac5f2;
	font-size:12px;
}

.featured-classes-carousel .price-info{
	position:absolute;
	right:15px;
	top:20px;
	width:100px;
	text-align:right;
}

.featured-classes-carousel .price-info .price{
	font-size:18px;
	color:#212121;
	font-weight:600;
	text-transform:uppercase;
	line-height:24px;	
}

.featured-classes-carousel .price-info .rating .fa{
	font-size:10px;
	margin-left:5px;
	color:#b9e086;	
}

.featured-classes-carousel .owl-controls{
	margin:0px !important;
	padding:0px !important;	
}

.featured-classes-carousel .owl-controls .owl-nav{
	display:none !important;	
}

.featured-classes-carousel .owl-controls .owl-dots{
	position:absolute;
	right:15px;
	bottom:94px;
	width:100%;
	text-align:right;
}

.featured-classes-carousel .owl-controls .owl-dots .owl-dot span{
	position:relative;
	width:6px;
	height:6px;
	border:1px solid #ffffff;
	background:#ffffff;
	margin:0px 0px 0px 10px;	
}

.featured-classes-carousel .owl-controls .owl-dots .owl-dot.active span{
	top:2px;
	width:10px;
	height:10px;
	border:1px solid #ffffff;
	background:none;	
}


.trainers-carousel .image-box{
	position:relative;
}

.trainers-carousel .image-box img{
	display:block;
	height:auto;
	max-width:100%;
	width:100%;
}

.trainers-carousel .lower-content{
	position:relative;
	padding:10px 15px 20px;
	background:#ffffff;
	text-align:center;
}

.featured-classes-carousel .class-info{
	position:relative;	
}

.trainers-carousel .lower-content h4{
	color:#212121;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	line-height:24px;
}

.trainers-carousel .lower-content h4 a{
	color:#212121;
}

.trainers-carousel .lower-content .designation{
	position:relative;
	color:#f58c0c;
	font-size:12px;	
}

.trainers-carousel .owl-controls{
	margin:0px !important;
	padding:0px !important;	
}

.trainers-carousel .owl-controls .owl-nav{
	display:none !important;	
}

.trainers-carousel .owl-controls .owl-dots{
	position:absolute;
	right:15px;
	top:30px;
	width:100%;
	text-align:right;
}

.trainers-carousel .owl-controls .owl-dots .owl-dot span{
	position:relative;
	width:6px;
	height:6px;
	border:1px solid #cfcfcf;
	background:#cfcfcf;
	margin:0px 0px 0px 10px;	
}

.trainers-carousel .owl-controls .owl-dots .owl-dot.active span{
	top:2px;
	width:10px;
	height:10px;
	border:1px solid #f58c0c;
	background:none;	
}

.class-stats-widget{
	position:relative;	
}
.content-box1{
	position:relative;
	    background: -webkit-linear-gradient(left, #fbd3a3, #fbd3a3) !important;
    background: -moz-linear-gradient(left, #fbd3a3, #fbd3a3) !important;
    background: -ms-linear-gradient(left, #fbd3a3, #fbd3a3) !important;
    background: -o-linear-gradient(left, #fbd3a3, #fbd3a3) !important;
    border-radius: 5px;
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
	-o-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);	
	padding:20px 20px 15px;
	border-bottom:1px solid #f0f0f0;
	
}
.content-box2{
	position:relative;
	    background:#fbd3a3 !important;
    
    border-radius: 5px;
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
	-o-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);	
	padding:20px 20px 15px;
	border-bottom:1px solid #f0f0f0;
	
}
.class-stats-widget .content-box{
	position:relative;
	background:#ffffff;
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
	-o-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);	
}

.class-stats-widget .content-box .header-box{
	position:relative;
	padding:20px 20px 15px;
	border-bottom:1px solid #f0f0f0;	
}

.class-stats-widget .content-box .header-box .price{
	font-size:24px;
	font-weight:600;
	color:#212121;
	line-height:32px;
}

.class-stats-widget .content-box .header-box .rating{
	position:relative;
	color:#b9e086;	
}

.class-stats-widget .content-box .header-box .rating .fa{
	display:inline-block;
	margin-right:5px;
	font-size:10px;
	line-height:20px;	
}

.class-stats-widget .content-box .header-box .class-level{
	position:absolute;
	right:0px;
	top:30px;
	line-height:24px;
	padding:3px 20px;
	background:#9c3133;
	color:#ffffff;
	font-size:13px;
	font-weight:600;
	border-radius:15px 0px 0px 15px;	
}

.class-stats-widget .content-box .info-list{
	position:relative;
	padding:20px;	
}

.class-stats-widget .content-box .info-list li{
	position:relative;
	display:block;
	padding:15px 0px 15px 30px;
	color:#333333; font-weight: 400;
	line-height:24px;
	border-bottom:1px solid #dedede;	
}

.class-stats-widget .content-box .info-list li:last-child{
	padding-bottom:0px;
	border:none;	
}

.class-stats-widget .content-box .info-list li .icon{
	position:absolute;
	left:0px;
	top:15px;
	line-height:24px;
	color:#f58c0c;
	font-size:12px;
}

.class-stats-widget .content-box .info-list li strong{
	display:block;
	font-size:13px;
	color:#000;
	font-weight:600;
	text-transform:uppercase;
}

.class-stats-widget .content-box .info-list li strong .count{
	position:relative;
	display:inline-block;
	left:20px;
	width:24px;
	height:24px;
	font-weight:600;
	text-align:center;
	border-radius:50%;
	font-size:12px;
	background:#f58c0c;
	color:#ffffff;	
}

.call-to-action .content-box{
	position:relative;
	padding:25px 30px;
	color:#ffffff;
	background:#74c9e4 !important;
	background:-webkit-linear-gradient(left, #b9e086, #6ac5f2) !important;
	background:-moz-linear-gradient(left, #b9e086, #6ac5f2) !important;
	background:-ms-linear-gradient(left, #b9e086, #6ac5f2) !important;
	background:-o-linear-gradient(left, #b9e086, #6ac5f2) !important;
	border-radius:5px;	
}

.call-to-action .content-box h4{
	font-size:18px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:10px;	
}

.call-to-action .content-box .text{
	margin-bottom:15px;	
}

.call-to-action .content-box a{
	color:#647f50;	
}

.call-to-action .content-box .phone-number{
	font-weight:600;
	color:#647f50;
	font-size:20px;	
}

.event-info-widget .info-list{
	position:relative;	
}

.event-info-widget .info-list li:first-child{
	padding-top:0px;	
}

.event-info-widget .info-list li{
	display:block;
	line-height:24px;
	padding:12px 0px;
	border-bottom:1px solid #f0f0f0;	
}

.event-info-widget .info-list li strong{
	display:block;
	float:left;
	width:35%;
	font-weight:600;
	color:#212121;	
}

.event-info-widget .info-list li .text{
	display:block;
	float:right;
	padding-left:5px;
	width:65%;
	color:#212121;	
}

.event-info-widget .info-list li a{
	color:#f58c0c;
}

.sidebar .location-widget .button-outer{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	padding:0px 25px 15px;
	text-align:center;
	z-index:10;	
}

.sidebar .location-widget .button-outer .theme-btn{
	display:block;	
}

.sidebar .featured-posts .post{
	position:relative;
	font-size:14px;
	margin-bottom:20px;
	min-height:70px;
	padding:0px 0px 0px 120px;
}

.sidebar .featured-posts .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:70px;	
}

.sidebar .featured-posts .post .post-thumb img{
	width:100%;
	height:auto;
	display:block;	
}

.sidebar .featured-posts .post h4{
	font-size:14px;
	font-weight:500;
	line-height:1.6em;
	color:#212121;	
}

.sidebar .featured-posts .post h4 a{
	color:#212121;	
}

.sidebar .featured-posts .post h4 a:hover{
	color:#f58c0c;	
}

.sidebar .featured-posts .post-cat{
	color:#cccccc;
	font-size:12px;
	text-transform:uppercase;	
}

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:4px 15px;
	margin:0px 5px 10px 0px;
	border:1px solid #f0f0f0;	
	background:#f8f8f8;
	color:#696969;
	text-align:center;
	font-size:13px;
	border-radius:3px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	background-color:#f58c0c;
	border-color:#f58c0c;
	color:#ffffff;	
}

.sidebar .advert-widget .advert-box img{
	display:block;
	width:100%;
	border-radius:3px;	
}

.featured-products-widget .product{
	position:relative;
	font-size:14px;
	margin-bottom:20px;
	min-height:70px;
	padding:0px 0px 0px 120px;
}

.featured-products-widget .product .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:100px;
	height:70px;	
}

.featured-products-widget .product .post-thumb img{
	width:100%;
	height:auto;
	display:block;	
}

.featured-products-widget .product h4{
	position:relative;
	padding-top:10px;
	font-size:14px;
	font-weight:500;
	line-height:1.6em;
	color:#212121;
	text-transform:uppercase;
}

.featured-products-widget .product h4 a{
	color:#212121;	
}

.featured-products-widget .product h4 a:hover{
	color:#f58c0c;	
}

.featured-products-widget .product .price{
	color:#f58c0c;
	font-size:14px;	
}


.rangeslider-widget .outer-box{
	position:relative;
	padding:25px 0px 0px;	
}

.rangeslider-widget .form-group{
	position:relative;
	text-align:center;
	color:#696969;
	font-weight:400;
	font-size:14px;	
}

.rangeslider-widget .form-group .left-val,
.rangeslider-widget .form-group .right-val{
	position:relative;
	margin:30px 0px 0px;	
}

.rangeslider-widget .val-box{
	position:relative;
	display:inline-block;
	line-height:24px;
	height:44px;
	font-size:14px;
	padding:9px 15px;
	border:1px solid #e0e0e0;
	border-radius:3px;
	background:#f8f8f8;
	width:120px;
	color:#444444;
	font-weight:500;
}

.rangeslider-widget .form-group .dollar-sign{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:44px;
	line-height:44px;
	border-left:1px solid #e0e0e0;	
}

.rangeslider-widget .noUi-connect{
	background:#f58c0c !important;
	box-shadow:none;	
}

.rangeslider-widget .noUi-background{
	background:#ededed !important;	
}

.rangeslider-widget .noUi-handle{
	top:-9px !important;
	background-color:transparent !important;
	border-color:transparent;
	cursor:pointer;
	width:20px;
	height:20px;
	background:#ffffff !important;
	border:none;
	border-radius:50%;
	-webkit-box-shadow:0px 2px 5px 3px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 2px 5px 3px rgba(0,0,0,0.10);
	-o-box-shadow:0px 2px 5px 3px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 2px 5px 3px rgba(0,0,0,0.10);
	box-shadow:0px 2px 5px 3px rgba(0,0,0,0.10);
}

.rangeslider-widget .noUi-horizontal{
	height:5px !important;
	box-shadow:none !important;
	background:#f58c0c;
}


/*** 

====================================================================
	Map Section
====================================================================

***/

.map-section{
	position:relative;	
}

.map-canvas{
	position:relative;
	left:0px;
	top:0px;
	width:100%;	
}

.map-canvas .map-data{
	text-align:center;
	font-size:12px;
	font-weight:400;
}

.map-canvas .map-data h6{
	font-weight:600;
	text-transform:uppercase;
	font-size:14px;
	text-align:center;
	margin-bottom:5px;
	color:#181818;	
}


/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 3px 10px;	
}

.styled-pagination li a{
	position:relative;
	display:block;
	line-height:24px;
	padding:8px 5px;
	font-size:14px;
	text-transform:capitalize;
	width:40px;
	height:40px;
	background:#ffffff;
	color:#696969;
	text-align:center;
	font-weight:600;
	border-radius:50%;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.styled-pagination li a.next,
.styled-pagination li a.prev{
	font-size:16px;	
	font-weight:300;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;
	background:#f58c0c;	
}
/* ============ only desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
	.navbar .nav-item:hover .nav-link{ color: #fa931a;  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}		
/* ============ desktop view .end// ============ */
/*** 

====================================================================
	Class Single
====================================================================

***/

.single-class{
	position:relative;
}

.single-class .post-container{
	padding-bottom:20px;
	border-bottom:1px solid #f0f0f0;
	margin-bottom:30px;	
}

.single-class .post-container .title-info{
	position:relative;
	margin-bottom:25px;	
}

.single-class .post-container .title-info h2{
	font-size:32px;
	text-transform:uppercase;
	font-weight:600;
	color:#212121;
	margin-bottom:5px;	
}

.single-class .post-container .title-info .class-info li{
	position:relative;
	float:left;
	margin-right:30px;
	line-height:24px;
}

.single-class .post-container .title-info .class-info li strong{
	color:#f58c0c;
	font-weight:400;
	padding-right:10px;	
}

.single-class .post-container .image-box{
	position:relative;
	margin-bottom:30px;
	border-radius:3px;	
}

.single-class .post-container .image-box img{
	display:block;
	width:100%;	
	border-radius:3px;	
}

.single-class .post-container blockquote{
	border:none;
	padding:0px;
	font-size:18px;
	color:#ababab;
	background:none;
	margin-bottom:25px;
	line-height:1.7em;
	font-weight:300;	
}

.single-class .post-container .content-box h3{
	color:#333333;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:0px;	
}

.single-class .post-container .content-box p{
	margin-bottom:10px;	    text-align: justify;
}

.single-class .post-container .content-box p a{
	color:#b9e086;
	text-decoration:underline;	
}

.single-class .post-container .video-box{
	position:relative;
	max-width:570px;
	margin:0 auto 50px;
	text-align:center;	
}

.single-class .post-container .video-box .video-image{
	position:relative;
	width:100%;
	margin-bottom:10px;
	overflow:hidden;
	border-radius:3px;
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	-o-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
}

.single-class .post-container .video-box .video-image img{
	display:block;
	width:100%;	
}

.single-class .post-container .video-box .lightbox-image{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:1;
	text-align:center;
	background:rgba(51,51,51,0.30);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

.single-class .post-container .video-box .lightbox-image .icon{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-35px;
	margin-top:-35px;
	color:#ffffff;
	line-height:70px;
	width:70px;
	height:70px;
	font-size:64px;
}

.single-class .post-container .video-box:hover .video-image .lightbox-image{
	background:rgba(51,51,51,0.60);
}

.single-class .post-container .video-box .video-caption{
	font-size:12px;
	text-transform:uppercase;
	color:#ababab;	
}

.single-class .post-options{
	position:relative;
	padding:20px 0px 0px;	
}

.single-class .post-options .view-btn{
	display:inline-block;
	padding:8px 0px;
	line-height:24px;
	font-size:13px;	
}

.single-class .post-options .view-btn .icon{
	padding-right:5px;
	font-size:12px;	
}

.single-class .post-options .share-option strong{
	display:inline-block;
	font-weight:400;
	color:#fa931a;
	padding-right:10px;
	text-transform:uppercase;
	line-height:40px;	
}

.single-class .post-options .share-option a{
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	    background: #9b3133;
	color:#fff;
	border-radius:50%;
	margin-left:7px;		
}

.single-class .post-options .share-option a:hover{
	color:#ffffff;
	background:#f58c0c;	
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-bottom:50px;	
}

.group-title{
	position:relative;
	margin-bottom:40px;	
}

.group-title:before{
	content:'';
	position:absolute;
	left:0px;
	bottom:-5px;
	width:70px;
	border-bottom:1px solid #afdda2;	
}

.group-title:after{
	content:'';
	position:absolute;
	left:10px;
	bottom:-7px;
	width:20px;
	border-bottom:1px solid #7accea;		
}

.group-title h2{
	font-size:20px;
	color:#212121;
	text-transform:uppercase;
	font-weight:600;
}

.group-title h2 .colored{
	color:#fa931a;	
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:30px 0px;
	border-top:1px solid #f1f1f1;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:nth-child(1){
	padding-top:0px;
	border-top:none;	
}

.sidebar-page-container .comments-area .comment-box:last-child{
	border-bottom:1px solid #f1f1f1;
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	padding:0px 0px 0px 110px;
	font-size:14px;
}

.sidebar-page-container .comments-area .reply-comment{
	margin-left:110px;	
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:85px;
	border-radius:3px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
	border-radius:3px;
}

.sidebar-page-container .comments-area .comment-info{
	margin-bottom:10px;
}

.sidebar-page-container .comments-area .comment-info strong{
	color:#253d4a;
	font-size:14px;
	font-weight:700;
	display:block;
	line-height:24px;
}

.sidebar-page-container .comments-area .comment-box .text{
	margin-bottom:20px;	
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	color:#ababab;
	line-height:24px;
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover{
	color:#f58c0c;	
}

.sidebar-page-container .comments-area .comment-box .theme-btn .icon{
	position:relative;
	top:2px;
	padding-right:5px;
}

/*** 

====================================================================
	Comments Form
====================================================================

 ***/

.sidebar-page-container .comments-form{
	position:relative;
}

.sidebar-page-container .comments-form .form-group{
	position:relative;
	margin-bottom:7px;	
}

.sidebar-page-container .comments-form .form-group .field-label{
	position:relative;
	display:block;
	line-height:24px;
	font-size:14px;
	text-transform:uppercase;
	color:#333333;
	margin-bottom:5px;	
}

.sidebar-page-container .comments-form .field-outer{
	position:relative;	
}

.sidebar-page-container .comments-form .field-outer .icon{
	position:absolute;
	left:10px; z-index: 99;
	top:50%;
	font-size:13px;
	line-height:24px;
	margin-top:-12px;
	color:#ababab;	
}

.sidebar-page-container .comments-form .field-outer input:focus+.icon{
	color:#f58c0c;	
}

.sidebar-page-container .comments-form .form-group input[type="text"],
.sidebar-page-container .comments-form .form-group input[type="email"],
.sidebar-page-container .comments-form .form-group input[type="url"],
.sidebar-page-container .comments-form .form-group input[type="tel"],
.sidebar-page-container .comments-form .form-group select,
.sidebar-page-container .comments-form .form-group textarea{
	position:relative;
	display:block;
	line-height:24px;
	font-size:14px;
	padding:8px 27px;
	height:35px;
	color:#333333;
	width:100%;
	background:#fff;
	border:1px solid #d0d0d0;
	border-radius:3px;
	z-index:1;
}

.sidebar-page-container .comments-form .field-outer input:focus,
.sidebar-page-container .comments-form .field-outer textarea:focus{
	border-color:#f58c0c;	
}

.sidebar-page-container .comments-form .form-group textarea{
	resize:none;
	height:95px;	
}

.sidebar-page-container .comments-form button{
	padding-left:20px;
	padding-right:20px;
	letter-spacing:1px;	
}

/*** 

====================================================================
	Events Section
====================================================================

 ***/

.events-section{
	position:relative;
}

.default-event-post{
	position:relative;
	margin-bottom:40px;
	padding-bottom:40px;
	border-bottom:1px solid #f0f0f0;	
}

.default-event-post .image-box{
	position:relative;
	margin-bottom:25px;	
}

.style-two .default-event-post .image-box{
	position:relative;
	margin-bottom:10px;	
}

.default-event-post .image-box img{
	display:block;
	width:100%;
	border-radius:5px;
}

.default-event-post .image-box img{
	display:block;
	width:100%;	
}

.default-event-post .content-box{
	position:relative;	
}

.style-two .default-event-post .content-box{
	padding-left:10px;
}

.default-event-post .content-box .info-box .location{
	position:relative;
	margin-bottom:10px;
	color:#f58c0c;
}

.default-event-post .content-box .info-box .location .icon{
	padding-right:15px;	
}

.default-event-post .content-box .info-box .event-title{
	position:relative;
	margin-bottom:0px;
	color:#333333;
	text-transform:uppercase;
	font-size:22px;
	font-weight:600;
}

.style-two .default-event-post .content-box .info-box .event-title{
	margin-bottom:10px;
}

.style-two .default-event-post .content-box .info-box .event-title:before{
	content:'';
	position:absolute;
	top:50%;
	left:-75px;
	width:60px;
	border-bottom:1px solid #333333;	
}

.default-event-post .content-box .info-box .event-title a{
	color:#333333;	
}

.default-event-post .content-box .event-meta{
	position:relative;
	color:#ababab;
	margin-bottom:20px;
}

.default-event-post .content-box .event-meta li{
	display:inline-block;
	text-transform:uppercase;
	margin-right:20px;
}

.default-event-post .content-box .text-content{
	margin-bottom:25px;
}

.style-two .default-event-post .content-box .text-content{
	margin-bottom:30px;
}

.default-event-post .share-options strong{
	display:inline-block;
	font-weight:400;
	color:#ababab;
	padding-right:10px;
	text-transform:uppercase;
	line-height:40px;	
}

.default-event-post .share-options a{
	display:inline-block;
	width:40px;
	height:40px;
	line-height:38px;
	text-align:center;
	background:#f8f8f8;
	border:1px solid #f0f0f0;
	color:#212121;
	border-radius:50%;
	margin-left:7px;		
}

.default-event-post .share-options a:hover{
	color:#ffffff;
	background:#f58c0c;
	border-color:#f58c0c;
}

.event-details .content-box .text-content .bigger-text{
	border:none;
	padding:0px;
	font-size:18px;
	color:#ababab;
	background:none;
	margin-bottom:25px;
	line-height:1.7em;
	font-weight:300;	
}

.event-details .content-box .text-content h3{
	color:#333333;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:20px;	
}

.event-details .content-box .text-content p{
	margin-bottom:25px;	
}

.event-details .content-box .text-content p a{
	color:#b9e086;
	text-decoration:underline;	
}

.event-details .content-box .text-content blockquote{
	position:relative;
	display:block;
	margin-left:60px;
	padding:10px 20px 10px 50px;
	font-size:18px;
	color:#a5d9c3;
	border:none;
	margin-bottom:25px;
	font-weight:300;
	line-height:1.8em;
	background:url(../images/icons/quote-icon.png) left top no-repeat;
}

.event-details .content-box .post-options{
	position:relative;
	padding:20px 0px 10px;	
}

.event-details .content-box .post-options .tags{
	position:relative;
	padding:7px 0px;
}

.event-details .content-box .post-options .tags strong{
	display:inline-block;
	font-weight:400;
	color:#ababab;
	padding-right:10px;
	text-transform:uppercase;
	line-height:26px;	
}

.event-details .content-box .post-options .tags a{
	display:inline-block;
	line-height:26px;
	padding:0px 20px;
	margin:0px 7px 10px 0px;
	color:#ababab;
	background:#f8f8f8;
	border-radius:15px;	
}

.event-details .content-box .post-options .tags a:hover{
	color:#ffffff;
	background:#f58c0c;	
}

.event-details .content-box .post-options .view-btn .icon{
	padding-right:5px;
	font-size:12px;	
}

.event-details .content-box .post-options .share-option strong{
	display:inline-block;
	font-weight:400;
	color:#ababab;
	padding-right:10px;
	text-transform:uppercase;
	line-height:40px;	
}

.event-details .content-box .post-options .share-option a{
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#f8f8f8;
	color:#212121;
	border-radius:50%;
	margin-left:7px;		
}

.event-details .content-box .post-options .share-option a:hover{
	color:#ffffff;
	background:#f58c0c;	
}

.event-details .posts-nav{
	position:relative;
	padding:30px;
	background:#f9f9f9;
	border-radius:3px;
	margin-bottom:30px;	
}

.event-details .posts-nav:before{
	content:'';
	position:absolute;
	left:50%;
	top:20%;
	height:60%;
	border-right:1px solid #e0e0e0;	
}

.event-details .posts-nav .prev-post{
	float:left;
	text-align:left;
}

.event-details .posts-nav .next-post{
	float:right;
	text-align:right;	
}

.event-details .posts-nav .link-title{
	font-size:12px;
	color:#ababab;
	text-transform:uppercase;
	display:block;	
}

.event-details .posts-nav .post-title{
	font-size:14px;
	color:#333333;
	text-transform:uppercase;
	font-weight:600;
}

/*** 

====================================================================
	404 Section Style
====================================================================

***/

.error-section{
	position:relative;
	padding:100px 0px;
	text-align:center;
}

.error-section .big-text{
	position:relative;
	margin-bottom:20px;
	line-height:1em;
	font-size:140px;
	color:#333333;
	font-weight:700;
	letter-spacing:3px;	
}

.error-section h3{
	font-size:30px;
	text-transform:uppercase;
	color:#333333;
	letter-spacing:0px;
	font-weight:400;
	margin-bottom:30px;	
}

.error-section .text{
	font-size:16px;
	max-width:720px;
	margin:0 auto 40px;
	line-height:30px;
}

.error-section .text .theme-btn{
	display:inline-block;
	line-height:30px;
	color:#f58c0c;
	border-bottom:1px solid #f58c0c;
}

.search-website{
	position:relative;
	max-width:380px;
	margin:0 auto 0px;	
}

.search-website .form-group{
	position:relative;
	margin-bottom:0px;
	text-align:left;
}

.search-website .form-group input[type="text"],
.search-website .form-group input[type="search"],
.search-website .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 15px;
	background:#ffffff;
	border:1px solid #e0e0e0;
	border-radius:3px;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;	
}

.search-website .form-group input[type="text"]:focus,
.search-website .form-group input[type="search"]:focus,
.search-website .form-group textarea:focus{
	border-color:#f58c0c;
}

.search-website .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	display:block;
	width:50px;
	height:44px;
	text-align:center;
	margin:0px;
	padding:10px 0px;
	line-height:24px;
	font-size:15px;
	text-transform:uppercase;
	font-weight:400;
	background:none;
	color:#696969;
	letter-spacing:2px;
	border-radius:0px 2px 2px 0px;
}

/*** 

====================================================================
	Trainer Info Section
====================================================================

***/

.trainer-info-section{
	position:relative;
	padding:80px 0px;
	background:#ffffff url(../images/background/background-gradient.png) center bottom no-repeat;
}

.trainer-info-section .content-outer{
	position:relative;
	max-width:780px;
	padding:40px;
	margin:0 auto;
	background:#ffffff;
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	-o-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
}

.trainer-info-section .content-outer .top-right-link{
	position:absolute;
	right:40px;
	top:40px;
	z-index:4;	
}

.trainer-info-section .content-outer .top-right-link .icon{
	padding-right:5px;	
}

.trainer-info-section .content-outer .trainer-image{
	position:absolute;
	left:-200px;
	bottom:-140px;
	z-index:1;	
}

.trainer-info-section .content-outer .content-list{
	position:relative;
	z-index:3;	
}

.trainer-info-section .content-outer .content-list .list li{
	position:relative;
	margin-bottom:10px;
}

.trainer-info-section .content-outer .content-list .list li .title{
	position:relative;
	float:left;
	padding-right:40px;
	width:37%;
	text-align:right;
	font-weight:600;
	color:#212121;
	text-transform:uppercase;
}

.trainer-info-section .content-outer .content-list .list li .text{
	position:relative;
	float:left;
	width:63%;
}

.trainer-info-section .content-outer .social-links a{
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#f8f8f8;
	color:#212121;
	border-radius:50%;
	margin-right:7px;		
}

.trainer-info-section .content-outer .social-links a:hover{
	color:#ffffff;
	background:#f58c0c;	
}

/*** 

====================================================================
	Trainer Classes Info
====================================================================

***/

.trainer-classes-info{
	position:relative;
	padding:80px 0px;
}

.trainer-classes-info .sec-title{
	margin-bottom:30px;	
}

.trainer-classes-info .video-box{
	position:relative;
	max-width:500px;
	margin:0 auto 50px;
	text-align:center;	
}

.trainer-classes-info .video-box .video-image{
	position:relative;
	width:100%;
	margin-bottom:10px;
	overflow:hidden;
	border-radius:3px;
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	-o-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.10);
}

.trainer-classes-info .video-box .video-image img{
	display:block;
	width:100%;	
}

.trainer-classes-info .video-box .lightbox-image{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:1;
	text-align:center;
	background:rgba(51,51,51,0.30);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

.trainer-classes-info .video-box .lightbox-image .icon{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-35px;
	margin-top:-35px;
	color:#ffffff;
	line-height:70px;
	width:70px;
	height:70px;
	font-size:64px;
}

.trainer-classes-info .video-box:hover .video-image .lightbox-image{
	background:rgba(51,51,51,0.60);
}

.trainer-classes-info .video-box .video-caption{
	font-size:12px;
	text-transform:uppercase;
	color:#ababab;	
}

.trainer-classes-info .text-column p{
	margin-bottom:20px;
	line-height:1.8em;	
}

.trainer-classes-info .text-column p a{
	color:#b9e086;
	text-decoration:underline;
}

.trainer-classes-info .text-column h3{
	margin-bottom:20px;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	color:#212121;	
}

.styled-list-one{
	position:relative;
	margin-bottom:12px;	
	margin-top:20px;	
}

.styled-list-one li{
	position:relative;
	padding-left:30px;
	line-height:17px;
	margin-bottom:9px;	
}

.styled-list-one li:before{
	font-size:18px;
	content:'\f138';
	font-family: "Flaticon";
	position:absolute;
	left:0px;
	top:-1px;
	line-height:24px;
	color:#f58c0c;	
}

.trainer-classes-info blockquote{
	position:relative;
	display:block;
	padding:10px 20px 10px 60px;
	font-size:34px;
	color:#b9e086;
	border:none;
	margin-bottom:25px;
	font-weight:300;
	line-height:1.4em;
	font-family: 'Sacramento', cursive;
	background:url(../images/icons/quote-icon.png) left top no-repeat;
}

/*** 

====================================================================
	BLog Fullwidth
====================================================================

***/

.blog-fullwidth{
	position:relative;
	padding:100px 0px;
	background:#ffffff;
}

.styled-blog-post{
	position:relative;
	margin-bottom:70px;	
}

.blog-list-view .styled-blog-post,
.blog-grid-view .styled-blog-post{
	margin-bottom:40px;	
}

.blog-list-view .styled-blog-post{
	border-bottom:1px solid #f0f0f0;
}

.styled-blog-post .inner-box{
	position:relative;
	display:block;	
}

.styled-blog-post .image-box{
	position:relative;
}

.blog-list-view .styled-blog-post .image-box,
.blog-list-view .styled-blog-post .content-box{
	margin-bottom:40px;	
}

.blog-grid-view .styled-blog-post .image-box,
.blog-details .styled-blog-post .image-box{
	margin-bottom:20px;	
}

.styled-blog-post .image-box img{
	display:block;
	width:100%;
	border-radius:3px;
}

.styled-blog-post .image-box .lightbox-image{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:1;
	text-align:center;
	color:#85cedf;
	background:rgba(51,51,51,0.10);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border-radius:3px;	
}

.styled-blog-post .image-box .lightbox-image .icon{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-35px;
	margin-top:-35px;
	line-height:70px;
	width:70px;
	height:70px;
	font-size:64px;
}

.styled-blog-post:hover .image-box .lightbox-image{
	background:rgba(51,51,51,0.40);
	color:#f58c0c;
}

.styled-blog-post.overlay-styled .image-box{
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	border-radius:3px;
}

.styled-blog-post.overlay-styled .image-box:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#74c9e4;
	background:-webkit-linear-gradient(left, #b9e086, #6ac5f2);
	background:-moz-linear-gradient(left, #b9e086, #6ac5f2);
	background:-ms-linear-gradient(left, #b9e086, #6ac5f2);
	background:-o-linear-gradient(left, #b9e086, #6ac5f2);
	opacity:0.92;
	border-radius:3px;	
}

.styled-blog-post.overlay-styled .image-box .overlay{
	position:relative;
	padding:45px;
	color:#ffffff;	
}

.styled-blog-post.overlay-styled .image-box .overlay h3{
	color:#ffffff;
	font-size:22px;
	line-height:1.6em;
	margin-bottom:15px;	
}

.styled-blog-post.overlay-styled .image-box .overlay .quote-text{
	color:#ffffff;
	font-size:20px;
	line-height:1.6em;
	margin-bottom:20px;	
}

.styled-blog-post.overlay-styled .image-box .overlay .quote-author{
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;	
}

.styled-blog-post.overlay-styled .image-box .overlay .small-text{
	color:#ffffff;
	font-size:14px;
	line-height:1.8em;
}

.styled-blog-post.overlay-styled .image-box .overlay a{
	color:#ffffff;	
}

.styled-blog-post .content-box{
	position:relative;	
}

.styled-blog-post .pull-right .content-box{
	padding-left:20px;
}

.styled-blog-post .pull-left .content-box{
	padding-right:20px;
}

.styled-blog-post .content-box .info-box .date{
	position:relative;
	margin-bottom:15px;
	text-transform:uppercase;
	color:#333333;
}

.styled-blog-post .content-box .info-box .post-title{
	position:relative;
	margin-bottom:20px;
	color:#333333;
	text-transform:uppercase;
	line-height:1.4em;
	font-size:30px;
	font-weight:600;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blog-list-view .styled-blog-post .content-box .info-box .post-title,
.blog-grid-view .styled-blog-post .content-box .info-box .post-title{
	text-transform:none;
	font-size:24px;
}

.blog-details .styled-blog-post .content-box .info-box .post-title{
	text-transform:none;
}

.styled-blog-post .content-box .info-box .post-title a{
	color:#333333;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

.styled-blog-post .content-box .info-box .post-title a:hover{
	color:#f58c0c;	
}

.styled-blog-post .content-box .text-content{
	margin-bottom:25px;
}

.styled-blog-post .share-options strong{
	display:inline-block;
	font-weight:400;
	color:#ababab;
	padding-right:10px;
	text-transform:uppercase;
	line-height:40px;	
}

.styled-blog-post .share-options a{
	display:inline-block;
	width:40px;
	height:40px;
	line-height:38px;
	text-align:center;
	background:#f8f8f8;
	border:1px solid #f0f0f0;
	color:#212121;
	border-radius:50%;
	margin-left:7px;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;		
}

.styled-blog-post .share-options a:hover{
	color:#ffffff;
	background:#f58c0c;
	border-color:#f58c0c;
}

.styled-blog-post .owl-controls{
	margin:0px !important;
	padding:0px !important;	
}

.styled-blog-post .owl-controls .owl-nav{
	display:none !important;	
}

.styled-blog-post .owl-controls .owl-dots{
	position:absolute;
	right:0px;
	bottom:15px;
	width:100%;
}

.styled-blog-post .owl-controls .owl-dots .owl-dot span{
	position:relative;
	width:6px;
	height:6px;
	border:1px solid #ffffff;
	background:#ffffff;
	margin:0px 0px 0px 10px;	
}

.styled-blog-post .owl-controls .owl-dots .owl-dot.active span{
	top:2px;
	width:10px;
	height:10px;
	border:1px solid #ffffff;
	background:none;	
}

.blog-details .styled-blog-post{
	padding-bottom:30px;
	border-bottom:1px solid #f0f0f0;
	margin-bottom:40px;
}

.blog-details .styled-blog-post .content-box .text-content .bigger-text{
	border:none;
	padding:0px;
	font-size:18px;
	color:#ababab;
	background:none;
	margin-bottom:25px;
	line-height:1.7em;
	font-weight:300;	
}

.blog-details .styled-blog-post .content-box .text-content h3{
	color:#333333;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:20px;	
}

.blog-details .styled-blog-post .content-box .text-content p{
	margin-bottom:25px;	    text-align: justify;
}

.blog-details .styled-blog-post .content-box .text-content p a{
	color:#b9e086;
	text-decoration:underline;	
}

.blog-details .styled-blog-post .content-box .text-content blockquote{
	position:relative;
	display:block;
	margin-left:60px;
	padding:10px 20px 10px 50px;
	font-size:18px;
	color:#a5d9c3;
	border:none;
	margin-bottom:25px;
	font-weight:300;
	line-height:1.8em;
	background:url(../images/icons/quote-icon.png) left top no-repeat;
}

.blog-details .two-col .image-column{
	margin-bottom:20px;	
}

.blog-details .two-col .image-column img{
	display:block;
	width:100%;	
}

.blog-details .two-col .image-column .image-caption{
	font-size:12px;
	color:#ababab;
	text-transform:uppercase;
	padding:10px 0px;
	text-align:center;	
}

.blog-details .styled-blog-post .content-box .post-options{
	position:relative;
	padding:20px 0px 0px;	
}

.blog-details .styled-blog-post .content-box .post-options .tags{
	position:relative;
	padding:7px 0px;
}

.blog-details .styled-blog-post .content-box .post-options .tags strong{
	display:inline-block;
	font-weight:400;
	color:#ababab;
	padding-right:10px;
	text-transform:uppercase;
	line-height:26px;	
}

.blog-details .styled-blog-post .content-box .post-options .tags a{
	display:inline-block;
	line-height:26px;
	padding:0px 20px;
	margin:0px 7px 10px 0px;
	color:#ababab;
	background:#f8f8f8;
	border-radius:15px;	
}

.blog-details .styled-blog-post .content-box .post-options .tags a:hover{
	color:#ffffff;
	background:#f58c0c;	
}

.blog-details .styled-blog-post .content-box .post-options .view-btn .icon{
	padding-right:5px;
	font-size:12px;	
}

.blog-details .styled-blog-post .content-box .post-options .share-option strong{
	display:inline-block;
	font-weight:600;
	color:#9b3133;
	padding-right:10px;
	text-transform:uppercase;
	line-height:40px;	
}

.blog-details .styled-blog-post .content-box .post-options .share-option a{
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#f8f8f8;
	color:#212121;
	border-radius:50%;
	margin-left:7px;		
}

.blog-details .styled-blog-post .content-box .post-options .share-option a:hover{
	color:#ffffff;
	background:#f58c0c;	
}

.blog-details .posts-nav{
	position:relative;
	overflow:hidden;
	background:#909090;
	border-radius:3px;
	margin-bottom:50px;	
}

.blog-details .posts-nav .prev-post{
	position:relative;
	float:left;
	text-align:left;
	width:50%;
	padding:30px 25px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.blog-details .posts-nav .next-post{
	position:relative;
	float:right;
	text-align:right;
	width:50%;
	padding:30px 25px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;	
}

.blog-details .posts-nav .prev-post:before,
.blog-details .posts-nav .next-post:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.40);
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

.blog-details .posts-nav .prev-post:hover:before,
.blog-details .posts-nav .next-post:hover:before{
	opacity:0;	
}

.blog-details .posts-nav .prev-post:after,
.blog-details .posts-nav .next-post:after{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#74c9e4;
	background:-webkit-linear-gradient(left, #b9e086, #6ac5f2);
	background:-moz-linear-gradient(left, #b9e086, #6ac5f2);
	background:-ms-linear-gradient(left, #b9e086, #6ac5f2);
	background:-o-linear-gradient(left, #b9e086, #6ac5f2);
	opacity:0;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blog-details .posts-nav .prev-post:hover:after,
.blog-details .posts-nav .next-post:hover:after{
	opacity:0.90;	
}

.blog-details .posts-nav a{
	display:block;
	position:relative;
	z-index:2;	
}

.blog-details .posts-nav .link-title{
	font-size:12px;
	color:#ffffff;
	text-transform:uppercase;
	display:block;	
}

.blog-details .posts-nav .post-title{
	font-size:14px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:600;
}

.sidebar-page-container .post-author{
	position:relative;
	text-align:center;
	max-width:650px;
	margin:0 auto 40px;	
}

.sidebar-page-container .post-author .author-thumb{
	position:relative;
	width:85px;
	margin:0 auto 25px;	
}

.sidebar-page-container .post-author .author-thumb img{
	display:block;
	width:100%;
	border-radius:3px;
}

.sidebar-page-container .post-author h4{
	font-size:18px;
	font-weight:600;
	color:#212121;
	text-transform:uppercase;
	margin-bottom:15px;
}

.sidebar-page-container .post-author .desc-text{
	line-height:1.7em;
	margin-bottom:20px;
}

.sidebar-page-container .post-author .links a{
	position:relative;
	display:inline-block;
	margin:0px 5px;
	line-height:24px;
	color:#ababab;	
}

.sidebar-page-container .post-author .links a:hover{
	color:#f58c0c;	
}

/*** 

====================================================================
	Contact Information Section
====================================================================

***/

.contact-information{
	position:relative;
	padding:50px 0px;
	background:#ffffff;
}

.contact-information .one-column-offset{
	max-width:1030px;	
}

.who-we-are .map-column{
	position:relative;	
}

.contact-information .map-container{
	-webkit-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.10);
	-ms-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.10);
	-o-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.10);
	-moz-box-shadow:0px 0px 15px 2px rgba(0,0,0,0.10);
	box-shadow:0px 0px 15px 2px rgba(0,0,0,0.10);
	background:#ffffff;
	z-index:1;	
}

.contact-information .content-column{
	position:relative;
	padding:15px;
	
}

.contact-information .content-column .sec-title{
	margin-bottom:20px;	
}

.contact-information .content-column .big-text{
	position:absolute;
	left:-50px;
	top:20px;
	font-size:150px;
	color:rgba(0,0,0,0.02);
	font-weight:300;
	line-height:0.9em;
	text-transform:uppercase;
}


.contact-information .info-block{
	position:relative;
	margin-bottom:40px;	
}

.contact-information .info-block .inner-box{
	position:relative;
	padding-left:90px;	
}

.contact-information .info-block .icon-box{
	position:absolute;
	left:0px;
	top:10px;
	color:#333333;
	font-size:42px;
	line-height:1em;	
}

.contact-information .info-block h4{
	font-size:14px;
	font-weight:600;
	color:#212121;
	margin-bottom:10px;
	text-transform:uppercase;	
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	padding:80px 0px;
	background:#fbd3a3 ;	
}

.contact-section .auto-container{
	max-width:1000px;	
}

.default-form .form-group{
	position:relative;
	margin-bottom:10px;	
}

.default-form .form-group .field-label{
	display:block;
	line-height:24px;
	text-transform:uppercase;
	margin-bottom:5px;
	color:#333333;
	font-weight:500;
	font-size:13px;
}

.default-form .form-group .field-label sup{
	color:#000000;
	font-size:14px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form select,
.default-form textarea{
	display:block;
	width:100%;
	line-height:24px;
	height:44px;
	font-size:14px;
	border: 1px solid #afadad;
	padding:9px 15px;	
	background:#ffffff;
	color:#212121;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.default-form select{
	cursor:pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	background:url(../images/icons/icon-select.png) right center no-repeat;
}

.default-form textarea{
	height:160px;
	resize:none;	
}

.default-form select option{
	text-indent:15px;	
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:#f58c0c;	
}

.default-form input.error,
.default-form select.error,
.default-form textarea.error{
	border-color:#ff0000 !important;	
}

.default-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:11px;
	color:#ff0000;
	font-weight:500;	
}

/*** 

====================================================================
	Featured Shop Item
====================================================================

***/

.featured-shop-item{
	position:relative;
	padding:140px 0px;
	background:#ffffff;
	background-position:left top;
	background-repeat:no-repeat;
	background-image:url(../images/background/background-gradient-2.jpg);
}

.featured-shop-item:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:0px;
	-webkit-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.20);
	-ms-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.20);
	-o-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.20);
	-moz-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.20);
	box-shadow:0px 0px 10px 2px rgba(0,0,0,0.20);
}

.featured-shop-item .image-column{
	padding-top:50px;
}

.featured-shop-item .image img{
	display:block;
	max-width:100%;	
}

.featured-shop-item .content-column .add-fav{
	margin-bottom:30px;	
}

.featured-shop-item .content-column .add-fav .theme-btn{
	position:relative;
	display:inline-block;
	width:50px;
	height:50px;
	padding:10px;
	line-height:28px;
	text-align:center;
	font-size:16px;
	border:1px solid #e0e0e0;
	color:#e0e0e0;
	background:none;
	border-radius:3px;
}

.featured-shop-item .content-column .add-fav .theme-btn:hover{
	color:#f58c0c;
	border-color:#f58c0c;	
}

.featured-shop-item .content-column .cat-name{
	font-weight:600;
	text-transform:uppercase;
	color:#212121;
	font-size:18px;	
}

.featured-shop-item .content-column .item-title{
	font-weight:600;
	text-transform:uppercase;
	color:#212121;
	font-size:32px;	
}

.featured-shop-item .content-column .item-price{
	font-weight:600;
	text-transform:uppercase;
	color:#f58c0c;
	font-size:18px;
	margin-bottom:20px;	
}

.featured-shop-item .content-column .color-options{
	position:relative;
	margin-bottom:15px;
}

.featured-shop-item .content-column .color-options .colors-title{
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	color:#73c8f2;
	margin-bottom:5px;	
}

.featured-shop-item .content-column .color-options .colors-title strong{
	font-weight:600;
	color:#666666;	
}

.featured-shop-item .content-column .color-options .color-pathces{
	position:relative;	
}

.featured-shop-item .content-column .color-options .color-pathces .patch{
	position:relative;
	display:inline-block;
	margin-right:7px;
	width:70px;
	height:70px;
	cursor:pointer;
	border-radius:3px;
}

.featured-shop-item .content-column .shop-options{
	position:relative;	
}

.featured-shop-item .content-column .shop-options .field-label{
	font-size:12px;
	color:#666666;
	margin-bottom:5px;	
}

.featured-shop-item .content-column .shop-options .form-group{
	position:relative;
	float:left;
	margin-right:10px;
	margin-bottom:15px;
}

.featured-shop-item .content-column select{
	position:relative;
	display:block;
	width:130px;
	line-height:24px;
	height:44px;
	font-size:13px;
	border:1px solid #e0e0e0;
	padding:9px 15px;	
	background-color:#ffffff;
	color:#212121;
	border-radius:3px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.featured-shop-item .content-column select{
	cursor:pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	background:url(../images/icons/icon-select.png) right center no-repeat;
}

.featured-shop-item .content-column select option{
	text-indent:15px;	
}

.featured-shop-item .content-column .add-cart-btn{
	padding:10px 25px;
	line-height:24px;
	border-radius:22px;	
}


/*** 

====================================================================
	Shop Style
====================================================================

***/

.shop-items-section{
	position:relative;
	padding:80px 0px 50px;
	background:#ffffff;
}

.shop-items-section.related-items{
	background:#f8f8f8;	
}

.product-item{
	position:relative;
	margin-bottom:40px;
	text-align:center;
}

.product-item .inner-box{
	position:relative;
	display:block;
	padding:0px;
	background:#ffffff;
	text-align:center;	
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.05);
	-ms-box-shadow:0px 0px 20px rgba(0,0,0,0.05);
	-o-box-shadow:0px 0px 20px rgba(0,0,0,0.05);
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,0.05);
	box-shadow:0px 0px 20px rgba(0,0,0,0.05);	
}

.product-item:hover .inner-box{
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.15);
	-ms-box-shadow:0px 0px 20px rgba(0,0,0,0.15);
	-o-box-shadow:0px 0px 20px rgba(0,0,0,0.15);
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,0.15);
	box-shadow:0px 0px 20px rgba(0,0,0,0.15);	
}

.product-item .inner-box .image-box{
	position:relative;	
}

.product-item .inner-box .image-box img{
	display:block;
	width:100%;
}

.product-item .inner-box .image-box .options{
	position:absolute;
	left:0px;
	bottom:40px;
	width:100%;
	text-align:center;
	opacity:0;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;	
}

.product-item:hover .inner-box .image-box .options{
	opacity:1;
	bottom:0px;	
}

.product-item .inner-box .image-box .options a{
	position:relative;
	display:inline-block;
	margin:0px 1px;
	width:40px;
	height:40px;
	line-height:40px;
	color:#ffffff;
	font-size:16px;
	background:#f58c0c;
	border-radius:3px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.product-item .inner-box .image-box .options a:hover{
	background:#000000;
	color:#ffffff;	
}

.product-item .inner-box .image-box .sale-tag{
	position:absolute;
	left:0px;
	top:30px;
	width:100%;
}

.product-item .inner-box .image-box .sale-tag .txt{
	display:inline-block;
	line-height:24px;
	padding:0px 25px;
	font-size:12px;
	font-weight:500;
	color:#ffffff;
	background:#6ac5f2;
	border-radius:12px;	
}

.product-item .inner-box .image-box .sale-tag.hot .txt{
	background:#f58c0c;
}

.product-item .inner-box .lower-content{
	position:relative;
	padding:20px 20px 30px;	
}

.product-item .inner-box h3{
	font-size:18px;
	margin-bottom:10px;
	color:#212121;
	line-height:24px;
	font-weight:600;
	text-transform:uppercase;	
}

.product-item .inner-box h3 a{
	color:#212121;	
}

.product-item .inner-box .subtitle{
	position:relative;
	margin-bottom:15px;	
}

.product-item .inner-box .price{
	font-size:18px;
	color:#f58c0c;
	font-weight:600;
	text-transform:uppercase;
}

/*** 

====================================================================
	Product List Style
====================================================================

***/

.product-list-style{
	position:relative;
	margin-bottom:40px;
}

.product-list-style .inner-box{
	position:relative;
	display:block;
	padding:30px;
	background:#ffffff;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.05);
	-ms-box-shadow:0px 0px 20px rgba(0,0,0,0.05);
	-o-box-shadow:0px 0px 20px rgba(0,0,0,0.05);
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,0.05);
	box-shadow:0px 0px 20px rgba(0,0,0,0.05);	
}

.product-list-style:hover .inner-box{
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.15);
	-ms-box-shadow:0px 0px 20px rgba(0,0,0,0.15);
	-o-box-shadow:0px 0px 20px rgba(0,0,0,0.15);
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,0.15);
	box-shadow:0px 0px 20px rgba(0,0,0,0.15);	
}

.product-list-style .inner-box .image-box{
	position:relative;
	text-align:center;		
}

.product-list-style .inner-box .image-box img{
	display:block;
	width:100%;
	border-radius:3px;
}

.product-list-style .inner-box .image-box .options{
	position:absolute;
	left:0px;
	bottom:40px;
	width:100%;
	text-align:center;
	opacity:0;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;	
}

.product-list-style:hover .inner-box .image-box .options{
	opacity:1;
	bottom:0px;	
}

.product-list-style .inner-box .image-box .options a{
	position:relative;
	display:inline-block;
	margin:0px 1px;
	width:40px;
	height:40px;
	line-height:40px;
	color:#ffffff;
	font-size:16px;
	background:#f58c0c;
	border-radius:3px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.product-list-style .inner-box .image-box .options a:hover{
	background:#000000;
	color:#ffffff;	
}

.product-list-style .inner-box .image-box .sale-tag{
	position:absolute;
	left:0px;
	top:30px;
	width:100%;
}

.product-list-style .inner-box .image-box .sale-tag .txt{
	display:inline-block;
	line-height:24px;
	padding:0px 25px;
	font-size:12px;
	font-weight:500;
	color:#ffffff;
	background:#6ac5f2;
	border-radius:12px;	
}

.product-list-style .inner-box .image-box .sale-tag.hot .txt{
	background:#f58c0c;
}

.product-list-style .content-box{
	position:relative;	
}

.product-list-style .content-box h3{
	font-size:18px;
	color:#212121;
	font-weight:600;
	text-transform:uppercase;	
}

.product-list-style .content-box h3 a{
	color:#212121;	
}

.product-list-style .content-box .rating{
	position:relative;	
}

.product-list-style .content-box .rating .fa{
	display:inline-block;
	margin-right:7px;
	font-size:16px;
	color:#f7d86d;
	line-height:30px;	
}

.product-list-style .content-box .price{
	font-size:18px;
	color:#f58c0c;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:15px;	
}

.product-list-style .content-box .availability{
	position:relative;
	margin-bottom:25px;	
}

.product-list-style .content-box .desc-text{
	position:relative;
	margin-bottom:20px;	
}


/*** 

====================================================================
	Deal Of The Day
====================================================================

***/

.deal-of-day{
	position:relative;
	padding:0px;
	background-color:#b4d4dd;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center bottom;
}

.deal-of-day .side-title{
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:200px;
	background:#ffffff;	
}

.deal-of-day .side-title h2{
	position:absolute;
	left:50px;
	top:590px;
	width:600px;
	height:100%;
	color:#d2ded0;
	text-transform:uppercase;
	font-weight:600;
	font-size:64px;
    -moz-transform-origin:    0 0;
    -ms-transform-origin:     0 0;
    -o-transform-origin:      0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	transform:rotate(-90deg);
}

.deal-of-day .countdown-column{
	position:relative;
	padding:100px 15px;
	text-align:center;	
}

.deal-of-day .countdown-column .styled-font{
	font-size:34px;
	margin-bottom:30px;
	color:#333333;	
}

.deal-of-day .countdown-column .desc-text{
	max-width:400px;
	margin:0 auto 30px;
}

.deal-of-day .countdown-column .theme-btn{
	padding-left:45px;
	padding-right:45px;	
}

.deal-of-day .image-column{
	position:relative;	
}

.deal-of-day .image-column .cropped-image{
	position:absolute;
	top:0px;
	right:0px;
	z-index:1;	
	display: none;
}

/*** 

====================================================================
	Countdown style
====================================================================

***/

.time-counter{
	position:relative;
}

.time-counter .time-countdown{
	position:relative;
	text-align:center;
	padding:20px 0px 40px;
}

.time-counter .time-countdown .counter-column{
	position:relative;
	display:inline-block;
	margin:0px 10px 20px;
	width:120px;
	height:130px;
	color:#f58c0c;
	background:#ffffff;
	font-size:30px;
	line-height:30px;
	text-transform:none;
	text-align:center;
	font-family: 'Sacramento', cursive;
	border-radius:5px;
}

.time-counter .time-countdown .counter-column .count{
	position:relative;
	display:block;
	font-size:48px;
	line-height:50px;
	padding:30px 10px 5px;
	color:#abd1e1;
	font-style:normal;
	letter-spacing:1px;
	font-weight:600;
	font-family: 'Raleway', sans-serif;
}


/*** 

====================================================================
	Shop Single
====================================================================

***/

.shop-single{
	position:relative;
}

.shop-fullwidth{
	position:relative;
	padding:100px 0px 60px;
}

.prod-info-section{
	position:relative;
	margin-bottom:80px;	
}

.prod-info-section .carousel-outer{
	position:relative;
	width:100%;
}

.prod-info-section .carousel-outer .image-carousel{
	position:relative;	
}

.prod-info-section .carousel-outer .image-carousel li img{
	display:block;
	width:100%;
	border:1px solid #f0f0f0;
	border-radius:5px;	
}

.prod-info-section .carousel-outer .thumbs-carousel{
	position:relative;
	padding:0px 0px;
}

.prod-info-section .carousel-outer .thumbs-carousel li{
	cursor:pointer;	
}

.prod-info-section .carousel-outer .thumbs-carousel li:hover{
	opacity:0.70;	
}

.prod-info-section .carousel-outer .thumbs-carousel .owl-controls,
.prod-info-section .carousel-outer .thumbs-carousel .owl-controls{
	display:none !important;
}

.prod-info-section .carousel-outer .thumbs-carousel li img{
	display:block;
	width:100%;
	border-radius:3px;	
}

.prod-info-section .content-column{
	position:relative;	
}

.prod-info-section .content-column .outer{
	position:relative;
}

.prod-info-section .content-column .title-box{
	position:relative;
	padding-bottom:25px;
	border-bottom:1px solid #f0f0f0;
	margin-bottom:25px;	
}

.prod-info-section .content-column .title-box h2{
	font-size:32px;
	color:#212121;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:0px;	
}

.prod-info-section .content-column .title-box .rating{
	position:relative;
	margin-bottom:10px;
	color:#cccccc;
}

.prod-info-section .content-column .title-box .rating .fa{
	display:inline-block;
	margin-right:5px;
	font-size:14px;
	color:#f7d86d;	
}

.prod-info-section .content-column .title-box .price{
	position:relative;
	display:inline-block;
	margin-right:30px;
	font-size:22px;
	color:#f58c0c;
	font-weight:600;	
}

.prod-info-section .content-column .title-box .price .strike-through{
	padding-left:10px;
	font-size:22px;
	color:#eeeeee;	
}

.prod-info-section .content-column .title-box .availability{
	position:relative;
	font-size:12px;
	top:-2px;
	display:inline-block;
	color:#f58c0c;	
}

.prod-info-section .content-column .title-box .availability strong{
	font-weight:600;
	color:#212121;
	text-transform:uppercase;
	padding-right:5px;	
}

.prod-info-section .content-column .desc-text{
	position:relative;
	padding-bottom:10px;
	border-bottom:1px solid #f0f0f0;
	margin-bottom:25px;
	line-height:1.8em;	
}

.prod-info-section .content-column .desc-text p{
	line-height:1.8em;
	margin-bottom:20px;	
}

.prod-info-section .content-column .shop-options{
	position:relative;
	margin-bottom:20px;	
}

.prod-info-section .content-column .shop-options .form-group{
	position:relative;
	float:left;
	margin-right:10px;
	margin-bottom:15px;
}

.prod-info-section .content-column .add-cart-btn{
	padding:10px 35px;
	line-height:24px;
	border-radius:22px;	
}

.prod-info-section .content-column .share-options{
	position:relative;	
}

.prod-info-section .content-column .share-options strong{
	display:inline-block;
	padding-right:20px;
	font-weight:600;
	color:#212121;
	line-height:24px;
	text-transform:uppercase;	
}

.prod-info-section .content-column .share-options a{
	display:inline-block;
	margin-right:14px;
	color:rgba(0,0,0,0.20);
	line-height:24px;
	font-size:18px;	
}

.prod-info-section .content-column .share-options a:hover{
	color:#f58c0c;	
}

.quantity-spinner{
	position:relative;
	display:block;
}

.quantity-spinner input{
	position:relative;
	display:block;
	width:160px;
	line-height:24px;
	padding:9px 50px;
	height:44px;
	border:1px solid #f0f0f0;
	text-align:center;
	border-radius:5px;
}

.quantity-spinner .minus{
	position:absolute;
	left:0px;
	top:0px;
	width:50px;
	height:44px;
	line-height:24px;
	padding:10px 10px;
	text-align:center;
	background:none;
	font-size:16px;
	border-right:1px solid #f0f0f0;
	z-index:1;
}

.quantity-spinner .plus{
	position:absolute;
	right:0px;
	top:0px;
	width:50px;
	height:44px;
	line-height:24px;
	padding:10px 10px;
	text-align:center;
	background:none;
	font-size:16px;
	border-left:1px solid #f0f0f0;
	z-index:1;	
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.prod-tabs{
	position:relative;
	margin-bottom:50px;
}

.prod-tabs .tab-btns{
	position:relative;
	z-index:1;
	margin-bottom:30px;
	border-bottom:1px solid #f0f0f0;	
}

.prod-tabs .tab-btns.centered{
	text-align:center;	
}

.prod-tabs .tab-btns .tab-btn{
	position:relative;
	top:1px;
	display:inline-block;
	font-size:20px;
	color:#212121;
	text-transform:uppercase;
	font-weight:600;
	padding:8px 0px;
	line-height:30px;
	border-bottom:1px solid transparent;
	margin-right:25px;
}

.prod-tabs .tab-btns.centered .tab-btn{
	margin:0px 12px;	
}

.prod-tabs .tab-btns .tab-btn:hover,
.prod-tabs .tab-btns .tab-btn.active-btn{
	border-color:#f58c0c;
}

.prod-tabs .tabs-container{
	position:relative;
	color:#696969;	
}

.prod-tabs .tabs-container .tab{
	position:relative;
	display:none;
	
}

.prod-tabs .tabs-container .tab.active-tab{
	display:block;	
}

.prod-tabs .tabs-container .tab p,
.prod-tabs .tabs-container .tab h2,
.prod-tabs .tabs-container .tab h3,
.prod-tabs .tabs-container .tab h4{
	margin-bottom:20px;	
}


.prod-tabs .tabs-container .tab h3{
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	color:#212121;
	margin-bottom:20px;
	
}

.prod-tabs .tabs-container .tab h4{
	font-size:16px;
	font-weight:700;
	
}

.prod-tabs .reviews-container{
	position:relative;	
}

.prod-tabs .reviews-container .review-box{
	position:relative;
	margin-bottom:30px;
	padding-left:100px;
	min-height:100px;
}

.prod-tabs .reviews-container .rev-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:82px;
	height:82px;
	border:1px solid #e0e0e0;
	background:#ffffff;
}

.prod-tabs .reviews-container .rev-thumb img{
	display:block;
	width:80px;
	height:80px;	
}

.prod-tabs .reviews-container .rev-content{
	position:relative;
	padding:15px;
	border:1px solid #e0e0e0;
	background:#ffffff;	
}

.prod-tabs .reviews-container .rating{
	color:#f58c0c;
	font-size:13px;
	margin-bottom:5px;
}

.prod-tabs .reviews-container .rating .fa{
	margin-right:1px;	
}

.prod-tabs .reviews-container .rev-info{
	font-size:12px;
	letter-spacing:1px;
	margin-bottom:10px;
}

.prod-tabs .reviews-container .rev-text{
	font-size:14px;
}

.prod-tabs .add-review{
	position:relative;
	margin:30px 0px 20px;
	font-size:14px;
}

.prod-tabs .add-review .rating{
	position:relative;
	padding:10px 0px;
	line-height:24px;	
}

.prod-tabs .add-review .rating .rate-box{
	position:relative;
	display:inline-block;
	margin-right:10px;
	font-size:14px;
	color:#5a5a5a;	
}

.prod-tabs .add-review .rating .rate-box:hover,
.prod-tabs .add-review .rating .rate-box:focus,
.prod-tabs .add-review .rating .rate-box:active{
	color:#ffa500;	
}

.prod-tabs .add-review label{
	position:relative;
	display:block;
	font-size:14px;
	margin-bottom:5px;
	font-weight:500;
	color:#303030;	
}

.prod-tabs .add-review h3{
	margin-bottom:20px;	
}

.prod-tabs .add-review .form-group{
	position:relative;
	margin-bottom:15px;	
}

.prod-tabs .add-review .form-group input[type="text"],
.prod-tabs .add-review .form-group input[type="password"],
.prod-tabs .add-review .form-group input[type="tel"],
.prod-tabs .add-review .form-group input[type="email"],
.prod-tabs .add-review .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:10px 15px;
	color:#222222;
	height:44px;
	border:1px solid #e0e0e0;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.prod-tabs .add-review .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:10px 15px;
	color:#222222;
	border:1px solid #e0e0e0;
	height:200px;
	resize:none;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.prod-tabs .add-review .form-group input:focus,
.prod-tabs .add-review .form-group select:focus,
.prod-tabs .add-review .form-group textarea:focus{
	border-color:#f58c0c;	
}

.prod-tabs .add-review button{
	position:relative;
	display:inline-block;
	background:#212121;
	color:#ffffff;
	padding:8px 36px;
	border:2px solid #212121;
	line-height:24px;
	font-size:14px;
	font-weight:500;
	letter-spacing:1px;
	text-transform:uppercase;
}

.prod-tabs .add-review button:hover{
	color:#ffffff;
	border-color:#f58c0c;
	background:#f58c0c;
}


/*** 

====================================================================
	Shopping Cart Style
====================================================================

***/

.shopping-cart-page{
	position:relative;
	padding:100px 0px 70px;
}

.cart-section{
	position:relative;
}

.cart-section .cart-column{
	margin-bottom:80px;	
}

.cart-section .cart-outer{
	position:relative;	
}

.cart-section .table-outer{
	position:relative;
	width:100%;
	overflow-x:	auto;
}

.cart-section .cart-table{
	width:100%;
	min-width:700px;	
}

.cart-table .cart-header{
	position:relative;
	width:100%;
	height:auto;
	text-transform:uppercase;
	font-size:14px;
	padding:1px 0px;
	color:#2f2f31;
	border-top:1px solid #e0e0e0 !important;
	border-bottom:1px solid #e0e0e0 !important;
}

.cart-table thead tr th{
	line-height:24px;
	padding:20px 10px;
	font-weight:600;
	color:#cccccc;
	letter-spacing:1px;
	text-transform:uppercase;
	border:none !important;
}

.cart-table thead tr th.prod-column{
	text-align:left;	
}

.cart-table tbody tr td{
	line-height:24px;
	padding:25px 15px;
}

.cart-table tbody tr .prod-info h3{
	font-size:18px;
	color:#555555;
	margin-bottom:10px;
	font-weight:500;	
}

.cart-table tbody tr .prod-info .info{
	font-size:14px;
	color:#cccccc;	
}

.cart-table tbody tr .prod-info h3 a{
	color:#444444;	
}

.cart-table tbody tr .qty{
	width:160px;
}

.cart-table tbody tr .prod-column{
	position:relative;
	padding-left:90px;
	height:130px;	
}

.cart-table tbody tr .prod-column .prod-thumb{
	position:absolute;
	left:0px;
	top:30px;
	width:70px;	
}

.cart-table tbody tr .prod-column .prod-thumb img{
	 display:block;
	 max-width:100%;
	 border:1px solid #e0e0e0;
	 border-radius:2px;
}

.cart-table tbody tr .prod-info .prod-title{
	font-size:15px;
	color:#212121;
	font-weight:600;
	margin-bottom:5px;	
}

.cart-table tbody tr .sub-total,
.cart-table tbody tr .price{
	font-weight:600;
	color:#333333;
	letter-spacing:1px;
	padding-left:20px;
}

.cart-table tbody tr .remove-btn{
	position:relative;
	font-size:14px;
	font-weight:700;
	color:#cccccc;
	line-height:30px;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa{
	position:relative;
	top:2px;
	font-size:24px;
	line-height:30px;
	color:#f05c60;
}

.cart-table tbody tr .remove-btn:hover{
	color:#ec1c33;
}

.cart-table tbody tr{
	border-bottom:1px solid #e9e9e9;	
}

.cart-table tbody tr td{
	vertical-align:middle;	
}

.cart-column .other-options{
	position:relative;
	padding:25px 0px;
	border-bottom:1px solid #e9e9e9;	
}

.cart-column .other-options .coupon-column h4{
	font-weight:600;
	color:#212121;
	line-height:20px;
	font-size:14px;	
}

.cart-column .other-options .coupon-column .title-box{
	float:left;
	margin-right:25px;	
}

.cart-column .other-options .coupon-column .form-group{
	float:left;
	margin-right:15px;
	margin-bottom:0px;	
}

.cart-column .other-options .coupon-column .form-group input{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:9px 20px;
	width:250px;
	border-radius:3px;
	border:1px solid #e0e0e0;
	margin-right:20px;	
}

.shop-form{
	position:relative;	
}

.shop-form .form-group{
	position:relative;
	margin-bottom:30px;	
}

.billing-details .shop-form .form-group{
	margin-bottom:15px;	
}

.shop-form .form-group .field-label{
	display:block;
	line-height:24px;
	margin-bottom:3px;
	text-transform:uppercase;
	color:#333333;	
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	line-height:24px;
	padding:11px 15px;
	height:48px;
	border:1px solid #e0e0e0;
	border-radius:3px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.billing-details .shop-form input[type="text"],
.billing-details .shop-form input[type="email"],
.billing-details .shop-form input[type="password"],
.billing-details .shop-form input[type="tel"],
.billing-details .shop-form input[type="number"],
.billing-details .shop-form input[type="url"],
.billing-details .shop-form select,
.billing-details .shop-form textarea{
	line-height:24px;
	padding:8px 15px;
	height:42px;
}

.shop-form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
	cursor:pointer;
}

.shop-form select option{
	text-indent:15px;	
}

.shop-form textarea{
	resize:none;
	height:120px !important;	
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus{
	border-color:#f58c0c;	
}

.shipping-calculator .form-group{
	margin-bottom:15px;	
}

.shopping-cart-page .totals-box{
	position:relative;
	float:right;
	width:100%;
	max-width:380px;
	padding:30px;
	background:#f8f8f8;
	border-radius:3px;	
}

.shopping-cart-page .totals-box .amounts-list{
	position:relative;
	padding-bottom:10px;
	border-bottom:1px solid #e0e0e0;
	margin-bottom:20px;
}

.shopping-cart-page .totals-box .amounts-list li{
	line-height:24px;
	margin-bottom:8px;	
}

.shopping-cart-page .totals-box .amounts-list .title{
	float:left;
	width:70%;
	text-align:right;
	padding-right:20px;
	color:#cccccc;
	font-weight:700;
	text-transform:uppercase;	
}

.shopping-cart-page .totals-box .amounts-list .amount{
	float:left;
	width:30%;
	text-align:right;
	padding-right:20px;
	color:#696969;
	font-weight:600;	
}

.shopping-cart-page .totals-box .amounts-list .amount.grand-total{
	color:#f58c0c;	
}

.shopping-cart-page .totals-box .proceed-btn,
.checkout-page .summary-box .place-order{
	position:relative;
	display:block;
	width:100%;
	text-align:center;
	border-radius:4px;
	margin-bottom:10px;
}

.shopping-cart-page .totals-box .multiple-account-option a{
	display:block;
	text-align:center;
	color:#cccccc;
	line-height:24px;
}

.shopping-cart-page .totals-box .multiple-account-option a:hover{
	color:#f58c0c;	
}


/*** 

====================================================================
	Checkout Style
====================================================================

***/

.checkout-page{
	position:relative;
	padding:80px 0px;
}

.checkout-page .default-links{
	position:relative;
	margin-bottom:40px;	
}

.checkout-page .default-links li{
	margin-bottom:7px;
	line-height:24px;	
}

.checkout-page .default-links li a{
	color:#f58c0c;	
}

.checkout-page .billing-details{
	position:relative;	
}

.checkout-page .check-box{
	line-height:24px;
	font-size:14px;
	font-weight:normal;
	padding-top:5px;	
}

.checkout-page .check-box label{
	position:relative;
	top:-1px;
	font-weight:normal;
	padding:0px;
	font-size:14px;
	cursor:pointer;
}


.checkout-page .summary-box{
	position:relative;
	padding:30px 30px 48px;
	background:#f6f6f6;
	border-radius:5px;	
}

.checkout-page .summary-box h3{
	position:relative;
	padding-bottom:20px;
	font-size:18px;
	font-weight:600;
	letter-spacing:2px;
	text-transform:capitalize;
	border-bottom:1px solid #d9d9d9;
	color:#262626;
}

.checkout-page .summary-box .total-header,
.checkout-page .summary-box .sub-total,
.checkout-page .summary-box .shipping-info,
.checkout-page .summary-box .grand-title{
	position:relative;
	line-height:24px;
	padding:15px 0px;
	border-bottom:1px solid #d9d9d9;
	font-weight:500;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#262626;
}

.checkout-page .summary-box .total-header .product-title,
.checkout-page .summary-box .sub-total .total-title,
.checkout-page .summary-box .shipping-info .shipping-title,
.checkout-page .summary-box .grand-title .total-title{
	width:65%;
	float:left;	
}

.checkout-page .summary-box .grand-title .total-title strong{
	font-weight:600;	
}

.checkout-page .summary-box .total-header .product-price,
.checkout-page .summary-box .total-footer .sub-total .total-price,
.checkout-page .summary-box .sub-total .total-price,
.checkout-page .summary-box .shipping-info .shipping-status,
.checkout-page .summary-box .grand-title .total-price{
	display:block;
	width:35%;
	float:right;
	text-align:right;	
}

.checkout-page .summary-box .products{
	position:relative;
	line-height:24px;
	padding:25px 0px 20px;
	border-bottom:1px solid #d9d9d9;
	font-weight:500;
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#aaaaaa;
}

.checkout-page .summary-box .products li{
	margin-bottom:5px;	
}

.checkout-page .summary-box .products .product-title{
	width:65%;
	float:left;	
}

.checkout-page .summary-box .products .product-price{
	width:35%;
	float:left;
	text-align:right;	
}

.checkout-page .payment-options{
	padding:30px 0px 20px;
	position:relative;	
}

.checkout-page .payment-options li{
	position:relative;
	margin-bottom:10px;	
}

.checkout-page .payment-options li .radio-option{
	position:relative;		
}

.checkout-page .payment-options li .radio-option label{
	position:relative;
	display:inline-block;
	padding-left:30px;
	font-weight:500 !important;
	text-transform:capitalize;
	letter-spacing:1px;
	color:#333333;
	cursor:pointer;
}

.checkout-page .payment-options li .radio-option label strong{
	font-weight:600;	
}

.checkout-page .payment-options li .radio-option input[type="radio"]{
	position:absolute;
	left:0px;
	top:3px;	
}

.checkout-page .payment-options li .radio-option label .small-text{
	display:block;
	padding-top:5px;
	letter-spacing:0px;
	text-transform:none;
	font-weight:normal;
	font-size:13px;
	color:#777777;
	line-height:20px;
}

.checkout-page .payment-options li .radio-option label img{
	display:inline-block;
	max-width:100%;
	padding-left:30px;	
}



/*** 

====================================================================
	Upcoming event Style
====================================================================

***/

.upcoming-event {padding-bottom: 70px;}
.upcoming-event .upcoming-img {margin-top: -50px;}
.upcoming-event .sec-title {margin-top: 90px;margin-bottom: 30px;}
.single-upcoming-event {border: 1px solid #EEEEEE;padding: 30px 20px;box-shadow: 0px 0px 0px rgba(0, 0, 0, .05);transition: box-shadow .4s ease;}
.single-upcoming-event:hover {box-shadow: 2px 3px 9px rgba(0, 0, 0, .05);}
.single-upcoming-event + .single-upcoming-event {margin-top: 30px;}
.single-upcoming-event .date-box,
.single-upcoming-event .content-box,
.single-upcoming-event .button-box {
	display: table-cell;vertical-align: middle;
}
.single-upcoming-event .date-box {padding-left: 20px;border-right: 1px solid #F2F2F2;padding-right: 20px;}
.single-upcoming-event .date-box p {margin: 0;font-size: 48px;color: #ABD1E1;font-weight: 600;line-height: 47px;}
.single-upcoming-event .date-box span {color: #F58C0C;font-size: 30px;}
.single-upcoming-event .content-box {padding-left: 30px;min-width: 298px;}
.single-upcoming-event .content-box h3 {font-size: 20px;color: #212121;text-transform: uppercase;font-weight: 600;}
.single-upcoming-event .content-box p {font-size: 12px;color: #ABABAB;line-height: 24px;}
.single-upcoming-event .button-box {text-align: right;padding-left: 13px;}
.single-upcoming-event .button-box .btn-style-two {padding: 4px 20px;}


/* Added by Venkat */

.main-header .header-top .top-right ul.info-nav > li .fa {
	font-size: 16px;
	color: #f58c0c;
}

.dropdown-menu {
	padding: 0;
}

.dropdown-menu>li>a {
	font-size: 13px;
	padding: 10px 15px 8px 15px;
	border-bottom: 1px solid #eee;
}

section.chakra-section {
	padding: 60px 0;
}

div.Chakras {
	background:url(../images/background/bg_chakra.jpg) center top no-repeat;
	height: 600px;
	padding-top: 55px;
}
div.circle-holder {
	position: relative;
	margin: 0 auto 10px auto;
	width: 740px;
	height: 60px;
	text-align: center;
}
div.circle-holder div.outer-circle {
	display: inline-block;
	background: rgba(255,255,255,0.2);
	padding: 18px;
	border-radius: 50%;
	border: 2px dashed #fff;
	cursor: pointer;
}
div.circle-holder div.outer-circle div.circle {
	width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
}

div.circle.c1 { background:#c737e5; }
div.circle.c2 { background:#7257e5; }
div.circle.c3 { background:#00c7dc; }
div.circle.c4 { background:#37b000; }
div.circle.c5 { background:#F9CE23; }
div.circle.c6 { background:#F8731A; }
div.circle.c7 { background:#e50000; }

div.circle-holder:hover div.outer-circle div.circle {
	-webkit-animation:pin-point 2s linear infinite;
	animation:pin-point 2s linear infinite;
}
.abc {
	-webkit-animation:pin-point 2s linear infinite;
	animation:pin-point 2s linear infinite;
}

/* Animation */

@-webkit-keyframes pin-point
{
	0%
	{
		-webkit-transform:scale(1);
		opacity:.8
	}
	50%
	{
		opacity:.8
	}
	100%
	{
		-webkit-transform:scale(1.8);
		opacity:0;
	}
}
@keyframes pin-point
{
	0%
	{
		transform:scale(1);
		opacity:.8;
	}
	50%
	{
		opacity:.8;
	}
	100%
	{
		transform:scale(1.8);
		opacity:0;
	}
}

div.circle-holder div.circle-desc {
	position: absolute;
	top: -10px;
	width: 280px;
	height: 80px;
	padding:10px;
	background: rgba(255,255,255,0.8);
	border: 3px solid rgba(0,0,0,0.1);
	border-radius: 10px;
	opacity: 0;
	transition: opacity ease 0.6s;
}

div.circle-holder:hover div.circle-desc {
	opacity: 1;
}

div.circle-holder div.circle-desc.left {
	left: 0;
	text-align: left;
}

div.circle-holder div.circle-desc.right {
	right: 0;
	text-align: right;
}

div.circle-holder div.circle-desc.right:after {
	transform: rotate(135deg);
	left: 0;
}

div.circle-holder div.circle-desc div.Title {
	font-size: 16px;
	font-weight: 600;
}
/*===================================*
  03. START BANNER SECTION
*===================================*/
.bg_light_pink {
	background-color: #6fc7eb !important;
}
.bg_light_yellow {
	background-color: #faeac8 !important;
}
.full_screen,.full_screen .carousel-item {
	height: 100vh;
	min-height: 45rem;
}
.banner_slider {
	overflow: hidden;
}
.banner_slider:not(.full_screen),.banner_slider:not(.full_screen) .carousel-item,
.banner_section:not(.full_screen) .banner_content_wrap,.banner_section:not(.full_screen) .banner_content_wrap .carousel-item {
	height: 450px;
}
.banner_content_wrap .carousel-item {
	display: block;
	z-index: 1;
}
.banner_content h2 {
	font-size: 68px;
	margin-bottom: 45px;
	letter-spacing: 0; line-height: 90px;
	font-weight: bold; color:#000;
	font-family: 'Roboto', sans-serif;
}
.banner_content2 h2 {
	font-size: 60px;
	margin-bottom: 30px;
	font-weight: 600;
}
.banner_content3 h2 {
	font-size: 60px;
	margin-bottom: 25px;
	font-weight: normal;
	line-height: 80px;
}
.banner_content p,
.banner_content2 p,
.banner_content3 p {
	color: #000;
	font-size: 16px;
	margin-bottom: 35px;
}
.banner_content.text_white p,
.banner_content2.text_white p {
	color: #fff;
}
.banner_slide_content {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
.slide_content_wrap {
	max-width: 1350px;
	margin: 0 auto;
	padding: 50px 0;
}
.carousel-control-next, .carousel-control-prev {
	background-color: rgba(0,0,0,0.5);
	font-size: 18px;
	height: 60px;
	opacity: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 60px;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	 opacity: 0;
}
.carousel:hover .carousel-control-next, .carousel:hover .carousel-control-prev {
	opacity: 1;
}
.carousel-control-next {
	right: 20px;
}
.carousel-control-prev {
	left: 20px;
}
.carousel_style1 .carousel-control-next, .carousel_style1 .carousel-control-prev {
	border-radius: 100%;
}
.carousel_style2 .carousel-control-next, .carousel_style2 .carousel-control-prev {
	font-size: 16px;
	border-radius: 4px;
	height: 40px;
	width: 40px;
}
.carousel-indicators {
	bottom: 20px;
}
.carousel-indicators li {
	background-color: transparent;
	border: 1px solid #fff;
	cursor: pointer;
	width: 12px;
	height: 12px;
	margin: 0 15px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 1;
}
.carousel-indicators li.active,
.carousel-indicators li:hover {
	background-color: #fff;
}

.carousel-indicators li::before {
	content: "";
	position: absolute;
	right: -17px;
	width: 15px;
	background-color: #fff;
	height: 1px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -10px;
}
.carousel-indicators li:last-child:before {
	content: normal;
}
.content_overlay_bg {
	padding: 50px;
	position:relative;
}
.content_overlay_bg::before {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.banner_head2 {
	 font-size: 40px;
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.carousel-indicators.justify-content-end {
	left: auto;
}
.carousel-indicators.justify-content-start {
	right: auto;
}
.carousel-item img {
	position: relative;
	z-index: -1;
	left: -60px;
}
.border_shape:before {
	content: "";
	border: 10px solid rgba(255,255,255,0.8);
	position: absolute;
	top: -50px;
	left: 21%;
	right: 21%;
	bottom: -50px;
	z-index: -1;
}
.banner_slider_img img {
	width: 100%;
}
.circle_bg1 {
	border-radius: 100%;
	height: 400px;
	width: 400px;
	position: absolute;
	left: 50%;
	right: 0;
	top: 40%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 0;
}
.circle_bg1 span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	height: 100%;
	width: 100%;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-animation-name: ripple;
	-moz-animation-name: ripple;
	-o-animation-name: ripple;
	animation-name: ripple;
	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	-o-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	-o-animation-delay: 5s;
	animation-delay: 5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
	background-color: #fff;
}
.circle_bg1 span:nth-child(2) {
	-webkit-animation-delay:4.5s;
	-moz-animation-delay:4.5s;
	-o-animation-delay:4.5s;
	animation-delay:4.5s;
}
.circle_bg1 span:nth-child(3) {
	-webkit-animation-delay:4s;
	-moz-animation-delay:4s;
	-o-animation-delay:4s;
	animation-delay:4s;
}
.circle_bg1 span:nth-child(4) {
	-webkit-animation-delay:3.5s;
	-moz-animation-delay:3.5s;
	-o-animation-delay:3.5s;
	animation-delay:3.5s;
}
.circle_bg1 span:nth-child(5) {
	-webkit-animation-delay:3s;
	-moz-animation-delay:3s;
	-o-animation-delay:3s;
	animation-delay:3s;
}
.circle_bg1 span:nth-child(6) {
	-webkit-animation-delay:2.5s;
	-moz-animation-delay:2.5s;
	-o-animation-delay:2.5s;
	animation-delay:2.5s;
}
.circle_bg1 span:nth-child(7) {
	-webkit-animation-delay:2s;
	-moz-animation-delay:2s;
	-o-animation-delay:2s;
	animation-delay:2s;
}
.circle_bg1 span:nth-child(8) {
	-webkit-animation-delay:1.5s;
	-moz-animation-delay:1.5s;
	-o-animation-delay:1.5s;
	animation-delay:1.5s;
}

@-webkit-keyframes ripple{
  0% {-webkit-transform:scale(0.2);transform:scale(.02); opacity:1;}
  50% {-webkit-transform:scale(.5);transform:scale(.5); opacity:1;}
  100% {-webkit-transform:scale(1);transform:scale(1); opacity:0;}
}
@-moz-keyframes ripple {
  0% {-moz-transform:scale(0.2);transform:scale(.02); opacity:1;}
  50% {-moz-transform:scale(.5);transform:scale(.5); opacity:1;}
  100% {-moz-transform:scale(1);transform:scale(1); opacity:0;}
}
@-o-keyframes ripple {
  0% {-o-transform:scale(0.2);transform:scale(.02); opacity:1;}
  50% {-o-transform:scale(.5);transform:scale(.5); opacity:1;}
  100% {-o-transform:scale(1);transform:scale(1); opacity:0;}
}
@keyframes ripple{
  0% {transform:scale(0.2);transform:scale(0.2); opacity:1;}
  50% {transform:scale(.5);transform:scale(.5); opacity:1;}
  100% {transform:scale(1);transform:scale(1); opacity:0;}
}

.banner_shape [class*="shape"] {
	position: absolute;
}

.banner_img .circle_bg1 {
	left: 30%;
	z-index: -2;
}
.banner_img2 {
	min-width: 700px;
}
.banner_img3 {
	min-width: 600px;
}
.banner_img4 {
	min-width: 700px;
}
.banner_img5 {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkittransform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}
.bg_pattern {
	background-image: url("../images/slider_pattern10.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.bg_gradient1::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	background: -moz-radial-gradient(center, ellipse cover, rgba(123,120,156,1) 0%, rgba(24,23,34,0) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(123,120,156,1)), color-stop(100%, rgba(24,23,34,0))); /* safari4+,chrome */
    background:-webkit-radial-gradient(center, ellipse cover, rgba(123,120,156,1) 0%, rgba(24,23,34,0) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(123,120,156,1) 0%, rgba(24,23,34,0) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(123,120,156,1) 0%, rgba(24,23,34,0) 100%); /* ie10+ */
    background:radial-gradient(ellipse at center, rgba(123,120,156,1) 0%, rgba(24,23,34,0) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b789c', endColorstr='#181722',GradientType=0 ); /* ie6-9 */ 
	left: 0;
	right: 0;
}
.shape1 {
	left: 0%;
	bottom: 0%;
	z-index: -1;
}
.shape2 {
	right: -140px;
	bottom: 0;
}
.shape3 {
	left: 0;
	bottom: 0;
	z-index: -1;
}
.shape4 {
	right: 0;
	bottom: 0;
}
.shape5 {
	left: 0;
	top: 20%;
}
.shape6 {
	left: -10%;
	bottom: -20%;
}
.shape6 img,
.shape8 img {
	-webkit-animation: swing 80s infinite linear;
	-moz-animation: swing 80s infinite linear;
	-o-animation: swing 80s infinite linear;
	animation: swing 80s infinite linear;
}
.shape7 {
	right: 0;
	bottom: 20px;
}
.shape8 {
	right: -8%;
	bottom: -15%;
}
.shape9 {
	top: 50%;
	left: 50%;
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkittransform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: -1;
}
.border_img::before {
	content: "";
	position: absolute;
	left: 20%;
	right: 23%;
	top: -20px;
	bottom: -20px;
	border: 8px solid #cdbb95;
	z-index: -1;
}
.border_img::after {
	content: "";
	position: absolute;
	right: 23%;
	top: 0;
	bottom: 0;
	border-right: 8px solid #cdbb95;
	z-index: -1;
}
/*===================================*
  03. END BANNER SECTION
*===================================*/
div.circle-holder div.circle-desc div.Title.c1 { color:#c737e5; }
div.circle-holder div.circle-desc div.Title.c2 { color:#7257e5; }
div.circle-holder div.circle-desc div.Title.c3 { color:#00c7dc; }
div.circle-holder div.circle-desc div.Title.c4 { color:#37b000; }
div.circle-holder div.circle-desc div.Title.c5 { color:#F9CE23; }
div.circle-holder div.circle-desc div.Title.c6 { color:#F8731A; }
div.circle-holder div.circle-desc div.Title.c7 { color:#e50000; }

div.circle-holder div.circle-desc div.Desc {
	color: #000;
	font-size: 13px;
	line-height: 120%;
}

@media only screen and (max-width: 590px) {
  #calendar {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 325px!important;
  margin: 0 auto!important;
  height: 570px!important; font-family: 'Roboto', sans-serif!important;
  overflow: hidden!important;
}
.header {
    height: 50px;
    width: 325px!important;
    background: #0f9bc5!important!important!important!important;
    text-align: center!important!important!important;
    position: relative!important!important;
    z-index: 100!important;!important
}
.day {
    display: inline-block;
    width: 46px!important;
    padding: 10px!important;
    text-align: center!important;
    vertical-align: top!important;
    cursor: pointer;
    background: #eaeaea!important;
    position: relative!important;
    z-index: 100!important;
}
.day-name {
    font-size: 12px!important!important!important!important!important;
    text-transform: uppercase!important!important!important!important;
    margin-bottom: 5px!important!important!important;
    color: rgb(0, 0, 0)!important!important;
    letter-spacing: .7px!important;
}
.day-number {
    font-size: 18px!important;
    letter-spacing: 1.5px!important;
}
}

#calendar {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 820px;
  margin: 0 auto;
  height: 570px; font-family: 'Roboto', sans-serif;
  overflow: hidden;
}

.header {
  height: 50px;
  width: 820px;
  background: #9b3133;
  text-align: center;
  position:relative;
  z-index: 100;
}

.header h1 {
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 50px;  font-family: 'Roboto', sans-serif;
  font-weight: 500; color:#fff;
  letter-spacing: 1px;
}

.left, .right {
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  top: 50%;
  margin-top: -7.5px;
  cursor: pointer;
}

.left {
  border-width: 7.5px 10px 7.5px 0;
  border-color: transparent rgb(255, 255, 255) transparent transparent;
  left: 20px;
}

.right {
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent rgb(255, 255, 255);
  right: 20px;
}

.month {
  /*overflow: hidden;*/
  opacity: 0;
}

.month.new {
  -webkit-animation: fadeIn 1s ease-out;
  opacity: 1;
}

.month.in.next {
  -webkit-animation: moveFromTopFadeMonth .4s ease-out;
  -moz-animation: moveFromTopFadeMonth .4s ease-out;
  animation: moveFromTopFadeMonth .4s ease-out;
  opacity: 1;
}

.month.out.next {
  -webkit-animation: moveToTopFadeMonth .4s ease-in;
  -moz-animation: moveToTopFadeMonth .4s ease-in;
  animation: moveToTopFadeMonth .4s ease-in;
  opacity: 1;
}

.month.in.prev {
  -webkit-animation: moveFromBottomFadeMonth .4s ease-out;
  -moz-animation: moveFromBottomFadeMonth .4s ease-out;
  animation: moveFromBottomFadeMonth .4s ease-out;
  opacity: 1;
}

.month.out.prev {
  -webkit-animation: moveToBottomFadeMonth .4s ease-in;
  -moz-animation: moveToBottomFadeMonth .4s ease-in;
  animation: moveToBottomFadeMonth .4s ease-in;
  opacity: 1;
}

.week {
    background: #9b322f;
}

.day {
  display: inline-block;
  width: 117px;
  padding: 10px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
      background: #eaeaea;
  position: relative;
  z-index: 100;
}

.day.other {
 color: rgba(0, 0, 0, .3);
}

.day.today {
  color: rgb(156, 202, 235);
}

.day-name {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: rgb(0, 0, 0);
  letter-spacing: .7px;
}

.day-number {
  font-size: 24px;
  letter-spacing: 1.5px;
}


.day .day-events {
  list-style: none;
  margin-top: 3px;
  text-align: center;
  height: 12px;
  line-height: 6px;
  overflow: hidden;
}

.day .day-events span {
  vertical-align: top;
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 5px;
  height: 5px;
  line-height: 5px;
  margin: 0 1px;
}

.blue { background: rgba(155, 49, 51, 1); }
.orange { background: rgba(247, 167, 0, 1); }
.green { background: rgba(250, 147, 26, 1); }
.yellow { background: rgba(249, 233, 0, 1); }

.details {
  position: relative;
  width: 820px;
  height: 75px;
  background: rgba(250, 147, 26, 1);
  margin-top: 5px;
  border-radius: 4px;
}

.details.in {
  -webkit-animation: moveFromTopFade .5s ease both;
  -moz-animation: moveFromTopFade .5s ease both;
  animation: moveFromTopFade .5s ease both;
}

.details.out {
  -webkit-animation: moveToTopFade .5s ease both;
  -moz-animation: moveToTopFade .5s ease both;
  animation: moveToTopFade .5s ease both;
}

.arrow {
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -2px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent rgba(255, 255, 255, 1) transparent;
  transition: all 0.7s ease;
}

.events {
  height: 75px;
  padding: 7px 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.events.in {
  -webkit-animation: fadeIn .3s ease both;
  -moz-animation: fadeIn .3s ease both;
  animation: fadeIn .3s ease both;
}

.events.in {
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  animation-delay: .3s;
}

.details.out .events {
  -webkit-animation: fadeOutShrink .4s ease both;
  -moz-animation: fadeOutShink .4s ease both;
  animation: fadeOutShink .4s ease both;
}

.events.out {
  -webkit-animation: fadeOut .3s ease both;
  -moz-animation: fadeOut .3s ease both;
  animation: fadeOut .3s ease both;
}

.event {
  font-size: 16px;
  line-height: 22px;
  letter-spacing: .5px;
  padding: 2px 16px; color: #fff;
  vertical-align: top;
}

.event.empty {
  color: #eee;
}

.event-category {
  height: 10px;
  width: 10px;
  display: inline-block;
  margin: 6px 0 0;
  vertical-align: top;
}

.event span {
  display: inline-block;
  padding: 0 0 0 7px;
}

.legend {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: rgb(228 121 51);
  
  line-height: 40px;

}

.entry {
  position: relative;
  padding: 0 0 0 30px;
  font-size: 14px;
  display: inline-block;
  line-height: 30px;     color: #fff;
  background: transparent;
}

.entry:after {
  position: absolute;
  content: '';
  height: 5px;
  width: 5px;
  top: 12px;
  left: 14px;
}

.entry.blue:after { background: rgba(156, 202, 235, 1); }
.entry.orange:after { background: rgba(247, 167, 0, 1); }
.entry.green:after { background: rgba(153, 198, 109, 1); }
.entry.yellow:after { background: rgba(249, 233, 0, 1); }

/* Animations are cool!  */
@-webkit-keyframes moveFromTopFade {
  from { opacity: .3; height:0px; margin-top:0px; -webkit-transform: translateY(-100%); }
}
@-moz-keyframes moveFromTopFade {
  from { height:0px; margin-top:0px; -moz-transform: translateY(-100%); }
}
@keyframes moveFromTopFade {
  from { height:0px; margin-top:0px; transform: translateY(-100%); }
}

@-webkit-keyframes moveToTopFade {
  to { opacity: .3; height:0px; margin-top:0px; opacity: 0.3; -webkit-transform: translateY(-100%); }
}
@-moz-keyframes moveToTopFade {
  to { height:0px; -moz-transform: translateY(-100%); }
}
@keyframes moveToTopFade {
  to { height:0px; transform: translateY(-100%); }
}

@-webkit-keyframes moveToTopFadeMonth {
  to { opacity: 0; -webkit-transform: translateY(-30%) scale(.95); }
}
@-moz-keyframes moveToTopFadeMonth {
  to { opacity: 0; -moz-transform: translateY(-30%); }
}
@keyframes moveToTopFadeMonth {
  to { opacity: 0; -moz-transform: translateY(-30%); }
}

@-webkit-keyframes moveFromTopFadeMonth {
  from { opacity: 0; -webkit-transform: translateY(30%) scale(.95); }
}
@-moz-keyframes moveFromTopFadeMonth {
  from { opacity: 0; -moz-transform: translateY(30%); }
}
@keyframes moveFromTopFadeMonth {
  from { opacity: 0; -moz-transform: translateY(30%); }
}

@-webkit-keyframes moveToBottomFadeMonth {
  to { opacity: 0; -webkit-transform: translateY(30%) scale(.95); }
}
@-moz-keyframes moveToBottomFadeMonth {
  to { opacity: 0; -webkit-transform: translateY(30%); }
}
@keyframes moveToBottomFadeMonth {
  to { opacity: 0; -webkit-transform: translateY(30%); }
}

@-webkit-keyframes moveFromBottomFadeMonth {
  from { opacity: 0; -webkit-transform: translateY(-30%) scale(.95); }
}
@-moz-keyframes moveFromBottomFadeMonth {
  from { opacity: 0; -webkit-transform: translateY(-30%); }
}
@keyframes moveFromBottomFadeMonth {
  from { opacity: 0; -webkit-transform: translateY(-30%); }
}

@-webkit-keyframes fadeIn  {
  from { opacity: 0; }
}
@-moz-keyframes fadeIn  {
  from { opacity: 0; }
}
@keyframes fadeIn  {
  from { opacity: 0; }
}

@-webkit-keyframes fadeOut  {
  to { opacity: 0; }
}
@-moz-keyframes fadeOut  {
  to { opacity: 0; }
}
@keyframes fadeOut  {
  to { opacity: 0; }
}

@-webkit-keyframes fadeOutShink  {
  to { opacity: 0; padding: 0px; height: 0px; }
}
@-moz-keyframes fadeOutShink  {
  to { opacity: 0; padding: 0px; height: 0px; }
}
@keyframes fadeOutShink  {
  to { opacity: 0; padding: 0px; height: 0px; }
}


.accordion > .card .card-header {
	padding: 0;
	background-color: transparent;
	border: 0;
	margin-bottom: 0;
}
.accordion > .card {
	border: 0;
	border-radius: 0;
	margin-bottom: 10px;
}
.accordion > .card:last-child {
	margin-bottom: 0px;
}
.accordion .card-header a {
	display: block;
	padding: 10px 50px 15px 0px;
	text-transform: capitalize;
	border-bottom: 1px solid #ddd;
	line-height: normal; font-size: 16px;
	font-family: 'Poppins', sans-serif;
}
.accordion .card-header a::after {
	content: "\f068";
	font-family: 'FontAwesome';
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	right: 20px;
	top: 15px;
}
.accordion .card-header a.collapsed::after {
	content: "\f067";
}
.accordion .card-body {
	padding: 15px 0 10px;
	border-bottom: 1px solid #ddd;
}
.accordion .card-header a[aria-expanded="true"] {
	color: #000;
}



/**  =====================
      Authentication css start
==========================  **/
.auth-wrapper {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: hidden;
    min-width: 100%;
    min-height: 100vh;
    background: #9013fe;
}

@media (min-width: 1200px) {
    .auth-wrapper .container {
        max-width: 1140px;
    }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .auth-wrapper {
        display: block;
        margin: 0 auto;
    }

    .auth-wrapper > .row {
        min-height: 100vh;
    }

    .auth-wrapper > .row > .aut-bg-img {
        min-height: 100vh;
    }
}

.auth-wrapper .saprator {
    position: relative;
    margin: 8px 0;
}

.auth-wrapper .saprator span {
    background: #fff;
    position: relative;
    padding: 0 10px;
    z-index: 5;
    font-size: 20px;
}

.auth-wrapper .saprator:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #e2e5e8;
    z-index: 1;
}

.auth-wrapper a,
  .auth-wrapper p > a {
    color: #f2ba09;
    font-weight: 600;
}

.auth-wrapper .input-group {
    background: transparent;
}

.auth-wrapper .card {
    margin-bottom: 0;
    padding: 8px;
}

.auth-wrapper .card .card-body {
    padding: 20px 25px 20px 40px;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .auth-wrapper .card {
        display: block;
    }
}

.auth-wrapper > div {
    z-index: 5;
}

.auth-wrapper .auth-content {
    position: relative;
    padding: 15px;
    z-index: 5;
}

.auth-wrapper .auth-content:not(.container) {
   width: 55%;
}

.auth-wrapper .auth-content:not(.container) .card-body {
    padding: 20px 15px;
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .auth-wrapper .auth-content {
        margin: 0 auto;
    }
}

.auth-wrapper .auth-side-img {
    padding-right: 400px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 991px) {
    .auth-wrapper .auth-side-img {
        display: none;
    }
}

.auth-wrapper .auth-side-form {
    position: relative;
    min-height: 100%;
    background: #fff;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    left: auto;
    float: right;
}

.auth-wrapper .auth-side-form > * {
    position: relative;
    z-index: 5;
}

@media only screen and (max-width: 991px) {
    .auth-wrapper .auth-side-form {
        width: 100%;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .auth-wrapper .auth-side-form .auth-content:not(.container) {
        max-width: 350px;
    }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .auth-wrapper.aut-bg-img .auth-side-form {
        height: 100vh;
    }
}

@media only screen and (max-width: 767px) {
    .auth-wrapper .card .card-body {
        padding: 30px 15px;
    }
}

.auth-wrapper.offline {
    background-image: none;
}

.auth-wrapper.offline h1 {
    font-size: 87px;
    font-weight: 700;
}

.auth-wrapper.offline:before {
    display: none;
}

.auth-wrapper .card-body .carousel-indicators {
    margin: 15px 0 10px;
    bottom: 0;
}

.auth-wrapper .card-body .carousel-indicators li {
    width: 50px;
    background-color: rgba(70, 128, 255, 0.4);
    border-radius: 5px;
    height: 4px;
}

.auth-wrapper .card-body .carousel-indicators li.active {
    background-color: #f2ba09;
}

.auth-wrapper .img-logo-overlay {
    position: absolute;
    top: 40px;
    left: 50px;
}

/* image varient start */
.aut-bg-img {
    background-image: url("../images/auth/img-auth-big.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.aut-bg-img .auth-content {
    padding: 70px 40px;
}

/* image varient End */
/**====== Authentication css end ======**/
/**  =====================
      Authentication css start
==========================  **/
.auth-wrapper.maintance {
    background: #ecf0f5;
}

.auth-wrapper.offline {
    background: radial-gradient(#94acbe, #253653);
}

.auth-wrapper.offline .offline-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.auth-wrapper.offline .offline-wrapper > svg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.auth-wrapper.offline .offline-wrapper .boat-img {
    -webkit-animation: boatanim 12s ease-in-out infinite;
    animation: boatanim 12s ease-in-out infinite;
}

.auth-wrapper.offline .s-img-1,
  .auth-wrapper.offline .s-img-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.auth-wrapper.offline .s-img-1 {
    -webkit-animation: sparcle 3.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: sparcle 3.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.auth-wrapper.offline .s-img-2 {
    -webkit-animation: sparcle 3.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: sparcle 3.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.19s;
    animation-delay: 1.19s;
}

.auth-wrapper.offline .moon {
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 12%;
    left: 40%;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.auth-wrapper.offline .moon:after, .auth-wrapper.offline .moon:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 20px 5px rgba(255, 255, 255, 0.4);
}

.auth-wrapper.offline .moon:after {
    -webkit-animation: sunwawe 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: sunwawe 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.auth-wrapper.offline .moon:before {
    -webkit-animation: sunwawe 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: sunwawe 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

.auth-wrapper.offline .sark .img-sark {
    width: 300px;
    position: absolute;
    right: -200px;
    -webkit-animation: sark 12s ease-in-out infinite;
    animation: sark 12s ease-in-out infinite;
}

.auth-wrapper.offline .sark .bubble {
    background: rgba(255, 255, 255, 0);
    position: absolute;
    top: 12%;
    left: 60%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-animation: bubble 12s ease-in-out infinite;
    animation: bubble 12s ease-in-out infinite;
}

.auth-wrapper.offline .sark .bubble:after, .auth-wrapper.offline .sark .bubble:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 20px 5px rgba(255, 255, 255, 0.4);
}

.auth-wrapper.offline .sark .bubble:after {
    -webkit-animation: sunwawe 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: sunwawe 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.auth-wrapper.offline .sark .bubble:before {
    -webkit-animation: sunwawe 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: sunwawe 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

.auth-wrapper.offline .off-main {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.auth-wrapper.offline .off-main .off-content {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    z-index: 5;
}

@media only screen and (max-width: 575px) {
    .auth-wrapper.offline .sark {
        display: none;
    }

    .auth-wrapper.offline .offline-wrapper > svg {
        height: 95%;
    }

    .auth-wrapper.offline .off-main .off-content {
        bottom: 0%;
    }

    .auth-wrapper.offline .off-main .off-content h1 {
        font-size: 45px;
    }

    .auth-wrapper.offline .moon {
        top: 12%;
        width: 50px;
        height: 50px;
    }
}

@-webkit-keyframes bubble {
    0%, 30% {
        opacity: 0;
    }

    31% {
        opacity: 1;
    }

    59% {
        opacity: 1;
    }

    60%, 100% {
        opacity: 0;
    }
}

@keyframes bubble {
    0%, 30% {
        opacity: 0;
    }

    31% {
        opacity: 1;
    }

    59% {
        opacity: 1;
    }

    60%, 100% {
        opacity: 0;
    }
}

@-webkit-keyframes sark {
    0% {
        -webkit-transform: rotate(-10deg) translate(245px, 46px);
        transform: rotate(-10deg) translate(245px, 46px);
    }

    30% {
        -webkit-transform: rotate(-13deg) translate(-329px, -80px);
        transform: rotate(-13deg) translate(-329px, -80px);
    }

    60% {
        -webkit-transform: rotate(-13deg) translate(-329px, -80px);
        transform: rotate(-13deg) translate(-329px, -80px);
    }

    100% {
        -webkit-transform: rotate(-26deg) translate(-887px, -80px);
        transform: rotate(-26deg) translate(-887px, -80px);
    }
}

@keyframes sark {
    0% {
        -webkit-transform: rotate(-10deg) translate(245px, 46px);
        transform: rotate(-10deg) translate(245px, 46px);
    }

    30% {
        -webkit-transform: rotate(-13deg) translate(-329px, -80px);
        transform: rotate(-13deg) translate(-329px, -80px);
    }

    60% {
        -webkit-transform: rotate(-13deg) translate(-329px, -80px);
        transform: rotate(-13deg) translate(-329px, -80px);
    }

    100% {
        -webkit-transform: rotate(-26deg) translate(-887px, -80px);
        transform: rotate(-26deg) translate(-887px, -80px);
    }
}

@-webkit-keyframes boatanim {
    0% {
        -webkit-transform: rotate(-10deg) translate(95px, -14px);
        transform: rotate(-10deg) translate(95px, -14px);
    }

    50% {
        -webkit-transform: rotate(5deg) translate(-65px, -14px);
        transform: rotate(5deg) translate(-65px, -14px);
    }

    100% {
        -webkit-transform: rotate(-10deg) translate(95px, -14px);
        transform: rotate(-10deg) translate(95px, -14px);
    }
}

@keyframes boatanim {
    0% {
        -webkit-transform: rotate(-10deg) translate(95px, -14px);
        transform: rotate(-10deg) translate(95px, -14px);
    }

    50% {
        -webkit-transform: rotate(5deg) translate(-65px, -14px);
        transform: rotate(5deg) translate(-65px, -14px);
    }

    100% {
        -webkit-transform: rotate(-10deg) translate(95px, -14px);
        transform: rotate(-10deg) translate(95px, -14px);
    }
}

@-webkit-keyframes sunwawe {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0;
    }
}

@keyframes sunwawe {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0;
    }
}

@-webkit-keyframes sparcle {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 0;
    }
}

@keyframes sparcle {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 0;
    }
}

/**====== Authentication css end ======**/
.card {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    margin-bottom:10px;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-left: 1px solid rgba(0, 0, 0, 0.125);
    /* border-radius:0px 30px 30px 0px; */
}
.card-1 {
     height:362px; margin-right: -30px;
    background-color: #fbd353;
	/* border-radius:30px 0px 0px 30px; */

}
.card-1 img{
    
   padding:45px 5px;

}

.card-2 {
     height:515px; margin-right: -30px;
    background-color: #fbd353;
	/* border-radius:30px 0px 0px 30px; */

}
.card-2 img{
    
   padding:45px 5px;

}

.card-3 {
     height:315px; margin-right: -30px;
    background-color: #fbd353;
	/* border-radius:30px 0px 0px 30px; */

}
.card-3 img{
    
   padding:45px 5px;

}


.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 1.25rem;
}

.card-subtitle {
    margin-top: -0.625rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 1.25rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 0px) calc(0.25rem - 0px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 1.25rem 1.25rem;
    background-color: rgba(0, 0, 0, 0);
    border-top: 0px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 0px) calc(0.25rem - 0px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -1.25rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 0px);
    border-top-right-radius: calc(0.25rem - 0px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 0px);
    border-bottom-left-radius: calc(0.25rem - 0px);
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        -webkit-box-flex: 1;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group > .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
    }

    .card-group > .card {
        -webkit-box-flex: 1;
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 1.25rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}



.input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
    margin-left: -1px;
}

.input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-file {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
    display: -webkit-box;
    display: flex;
}

.input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2;
}

.input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
    z-index: 3;
}

.input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0.625rem 10px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #9013fe;
    border: 1px solid #9013fe;
    border-radius: 0;
}

.input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
    height: calc(1.5em + 1.4rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.7rem 2rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
    height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 2.1875rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #9013fe;
    background-color: #9013fe;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0rem rgba(70, 128, 255, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #c6d8ff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #f9fbff;
    border-color: #f9fbff;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #f2ba09;
    background-color: #f2ba09;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(70, 128, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(70, 128, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(70, 128, 255, 0.5);
}

.custom-switch {
    padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        transition: none;
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(70, 128, 255, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding: 0.625rem 2.1875rem 0.625rem 1.1875rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1.1875rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #c6d8ff;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(70, 128, 255, 0.25);
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1.1875rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    display: none;
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.custom-select-lg {
    height: calc(1.5em + 1.4rem + 2px);
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: 2rem;
    font-size: 1.25rem;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #c6d8ff;
    box-shadow: 0 0 0 0rem rgba(70, 128, 255, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 1.25rem + 2px);
    padding: 0.625rem 1.1875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1.25rem);
    padding: 0.625rem 1.1875rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0 0 0;
}




.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-n1 {
    margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}

.m-n2 {
    margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}

.m-n3 {
    margin: -1rem !important;
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}

.m-n4 {
    margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}

.m-n5 {
    margin: -3rem !important;
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
  .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
  .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
  .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
  .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
  .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
  .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
  .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
  .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
  .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
  .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
  .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
  .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
  .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
  .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
  .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
  .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
  .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
  .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
  .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
  .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
  .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
  .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
  .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
  .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
  .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
  .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
  .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
  .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
  .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
  .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
  .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
  .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
  .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
  .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
  .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
  .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
  .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
  .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
  .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
  .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
  .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
  .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
  .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
  .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
  .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
  .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
  .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
  .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-n1 {
        margin: -0.25rem !important;
    }

    .mt-sm-n1,
  .my-sm-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-sm-n1,
  .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-sm-n1,
  .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-sm-n1,
  .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }

    .m-sm-n2 {
        margin: -0.5rem !important;
    }

    .mt-sm-n2,
  .my-sm-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-sm-n2,
  .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-sm-n2,
  .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-sm-n2,
  .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }

    .m-sm-n3 {
        margin: -1rem !important;
    }

    .mt-sm-n3,
  .my-sm-n3 {
        margin-top: -1rem !important;
    }

    .mr-sm-n3,
  .mx-sm-n3 {
        margin-right: -1rem !important;
    }

    .mb-sm-n3,
  .my-sm-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-sm-n3,
  .mx-sm-n3 {
        margin-left: -1rem !important;
    }

    .m-sm-n4 {
        margin: -1.5rem !important;
    }

    .mt-sm-n4,
  .my-sm-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-sm-n4,
  .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-sm-n4,
  .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-sm-n4,
  .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }

    .m-sm-n5 {
        margin: -3rem !important;
    }

    .mt-sm-n5,
  .my-sm-n5 {
        margin-top: -3rem !important;
    }

    .mr-sm-n5,
  .mx-sm-n5 {
        margin-right: -3rem !important;
    }

    .mb-sm-n5,
  .my-sm-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-sm-n5,
  .mx-sm-n5 {
        margin-left: -3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
  .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
  .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
  .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
  .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
  .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
  .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
  .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
  .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
  .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
  .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
  .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
  .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
  .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
  .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
  .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
  .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
  .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
  .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
  .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
  .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
  .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
  .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
  .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
  .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
  .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
  .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
  .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
  .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
  .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
  .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
  .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
  .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
  .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
  .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
  .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
  .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
  .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
  .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
  .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
  .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
  .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
  .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
  .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
  .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
  .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
  .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
  .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
  .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
  .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
  .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
  .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
  .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-n1 {
        margin: -0.25rem !important;
    }

    .mt-md-n1,
  .my-md-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-md-n1,
  .mx-md-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-md-n1,
  .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-md-n1,
  .mx-md-n1 {
        margin-left: -0.25rem !important;
    }

    .m-md-n2 {
        margin: -0.5rem !important;
    }

    .mt-md-n2,
  .my-md-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-md-n2,
  .mx-md-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-md-n2,
  .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-md-n2,
  .mx-md-n2 {
        margin-left: -0.5rem !important;
    }

    .m-md-n3 {
        margin: -1rem !important;
    }

    .mt-md-n3,
  .my-md-n3 {
        margin-top: -1rem !important;
    }

    .mr-md-n3,
  .mx-md-n3 {
        margin-right: -1rem !important;
    }

    .mb-md-n3,
  .my-md-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-md-n3,
  .mx-md-n3 {
        margin-left: -1rem !important;
    }

    .m-md-n4 {
        margin: -1.5rem !important;
    }

    .mt-md-n4,
  .my-md-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-md-n4,
  .mx-md-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-md-n4,
  .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-md-n4,
  .mx-md-n4 {
        margin-left: -1.5rem !important;
    }

    .m-md-n5 {
        margin: -3rem !important;
    }

    .mt-md-n5,
  .my-md-n5 {
        margin-top: -3rem !important;
    }

    .mr-md-n5,
  .mx-md-n5 {
        margin-right: -3rem !important;
    }

    .mb-md-n5,
  .my-md-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-md-n5,
  .mx-md-n5 {
        margin-left: -3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
  .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
  .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
  .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
  .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
  .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
  .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
  .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
  .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
  .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
  .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
  .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
  .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
  .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
  .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
  .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
  .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
  .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
  .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
  .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
  .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
  .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
  .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
  .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
  .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
  .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
  .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
  .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
  .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
  .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
  .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
  .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
  .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
  .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
  .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
  .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
  .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
  .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
  .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
  .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
  .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
  .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
  .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
  .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
  .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
  .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
  .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
  .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
  .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
  .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
  .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
  .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
  .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-n1 {
        margin: -0.25rem !important;
    }

    .mt-lg-n1,
  .my-lg-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-lg-n1,
  .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-lg-n1,
  .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-lg-n1,
  .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }

    .m-lg-n2 {
        margin: -0.5rem !important;
    }

    .mt-lg-n2,
  .my-lg-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-lg-n2,
  .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-lg-n2,
  .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-lg-n2,
  .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }

    .m-lg-n3 {
        margin: -1rem !important;
    }

    .mt-lg-n3,
  .my-lg-n3 {
        margin-top: -1rem !important;
    }

    .mr-lg-n3,
  .mx-lg-n3 {
        margin-right: -1rem !important;
    }

    .mb-lg-n3,
  .my-lg-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-lg-n3,
  .mx-lg-n3 {
        margin-left: -1rem !important;
    }

    .m-lg-n4 {
        margin: -1.5rem !important;
    }

    .mt-lg-n4,
  .my-lg-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-lg-n4,
  .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-lg-n4,
  .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-lg-n4,
  .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }

    .m-lg-n5 {
        margin: -3rem !important;
    }

    .mt-lg-n5,
  .my-lg-n5 {
        margin-top: -3rem !important;
    }

    .mr-lg-n5,
  .mx-lg-n5 {
        margin-right: -3rem !important;
    }

    .mb-lg-n5,
  .my-lg-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-lg-n5,
  .mx-lg-n5 {
        margin-left: -3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
  .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
  .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
  .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
  .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
  .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
  .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
  .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
  .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
  .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
  .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
  .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
  .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
  .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
  .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
  .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
  .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
  .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
  .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
  .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
  .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
  .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
  .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
  .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
  .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
  .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
  .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
  .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
  .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
  .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
  .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
  .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
  .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
  .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
  .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
  .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
  .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
  .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
  .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
  .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
  .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
  .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
  .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
  .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
  .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
  .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
  .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
  .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
  .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
  .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
  .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
  .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
  .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-n1 {
        margin: -0.25rem !important;
    }

    .mt-xl-n1,
  .my-xl-n1 {
        margin-top: -0.25rem !important;
    }

    .mr-xl-n1,
  .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }

    .mb-xl-n1,
  .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }

    .ml-xl-n1,
  .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }

    .m-xl-n2 {
        margin: -0.5rem !important;
    }

    .mt-xl-n2,
  .my-xl-n2 {
        margin-top: -0.5rem !important;
    }

    .mr-xl-n2,
  .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }

    .mb-xl-n2,
  .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }

    .ml-xl-n2,
  .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }

    .m-xl-n3 {
        margin: -1rem !important;
    }

    .mt-xl-n3,
  .my-xl-n3 {
        margin-top: -1rem !important;
    }

    .mr-xl-n3,
  .mx-xl-n3 {
        margin-right: -1rem !important;
    }

    .mb-xl-n3,
  .my-xl-n3 {
        margin-bottom: -1rem !important;
    }

    .ml-xl-n3,
  .mx-xl-n3 {
        margin-left: -1rem !important;
    }

    .m-xl-n4 {
        margin: -1.5rem !important;
    }

    .mt-xl-n4,
  .my-xl-n4 {
        margin-top: -1.5rem !important;
    }

    .mr-xl-n4,
  .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }

    .mb-xl-n4,
  .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }

    .ml-xl-n4,
  .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }

    .m-xl-n5 {
        margin: -3rem !important;
    }

    .mt-xl-n5,
  .my-xl-n5 {
        margin-top: -3rem !important;
    }

    .mr-xl-n5,
  .mx-xl-n5 {
        margin-right: -3rem !important;
    }

    .mb-xl-n5,
  .my-xl-n5 {
        margin-bottom: -3rem !important;
    }

    .ml-xl-n5,
  .mx-xl-n5 {
        margin-left: -3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
  .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
  .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
  .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
  .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-lighter {
    font-weight: lighter !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-weight-bolder {
    font-weight: bolder !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #f2ba09 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #004ef9 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #494f54 !important;
}

.text-success {
    color: #9ccc65 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #76ac39 !important;
}

.text-info {
    color: #00acc1 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #006875 !important;
}

.text-warning {
    color: #ffba57 !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #ff9b0b !important;
}

.text-danger {
    color: #ff5252 !important;
}





.testim {
		width: 100%;
		position: relative;
		
}

.testim .wrap {
    position: relative;
    width: 100%;
    background-color:#fce9d2;
    padding: 10px 10px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: #ea830e;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 3px;
    left: 0;
    display: block;
    z-index: 3333;
		height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #9c3133;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #9c3133;
    border-color: #9c3133;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative; height: 260px;
		overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 30px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #9c3133;
    font-size: 1em;
    margin: 5px 0;
}

.testim .cont div p {
    font-size: 15px;
    color: #000;
    width: 100%;
    line-height:19px;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		    line-height: 14px;
    font-size: 13px;
	}
	.yoga-experience .sec-title .styled-font {
    font-size: 40px;
    color: #9b3133;
}


.yoga-experience .left-column .featured-icon-block:nth-child(1) .icon-box {
    background: #b9e086;
    right: 0px;
}

.yoga-experience .right-column .featured-icon-block:nth-child(1) .icon-box {
    background: #e991b4;
    left: 0px;
}
.fluid-section-one .content-column .upper-text {
    font-size: 35px;
    color: #333333;
    line-height: 1.1em;
    font-weight: 300;
}

.fluid-section-one .content-column .gradient-text {
    font-size: 40px;
    /* padding-bottom: 10px; */
}







}


@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}


#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}


.mixed-grid .nav  > li{
	float:none;
	display:inline-block;
}
.general-section .nav{
	position:relative;
}
.general-section .nav:before{
	content: "";
    display: block;
    font-family: FontAwesome;
    width:100%;
    position: absolute;
    top: 12px;
	height:4px;
}
.general-section .nav > li{
	float:left;
	padding:0 20px 20px 25px;
	
	cursor: pointer;
    font-size: 16px;
    font-family: Lato, sans-serif;
    font-weight: 400;
    color: #777;
    text-transform: inherit;
	
	
}
.general-section.white .nav > li{	
  background:url(../img/bg.jpg) repeat;
}
.general-section .nav > li:hover{
	cursor:pointer;
}
.general-section.white .nav > li{	
	cursor:pointer;
}
/*.general-section .nav > li:before{
    content: "\f029";
    display: block;
    font-family: FontAwesome;
    left: 0px;
    position: absolute;
    top: 1px;
}*/
.general-section #mix-container .mix{
	padding:0px;
}
.general-section.white #mix-container .mix,
.general-section.item-pad #mix-container .mix{
	display: none;
	padding:5px;
}
.general-section.panel-group #mix-container .mix{
	display: none;
	padding:0px;
}
.general-section.white #mix-container.new .mix,
.general-section.item-pad #mix-container.new .mix,
.general-section  #mix-container  .mix{
	display: none;
}
.general-section.white #mix-container.new .mix,
.general-section.item-pad #mix-container.new .mix{
	padding:20px;
}
#mix-container.new .caption-block{
	background:none !important;
}
#mix-container.no-item-pad .mix{
	display: none;
	padding:0px;
}
.portfolio-list .nav-pills{
	padding-bottom:20px;
}
.figcaption{
	width:100%;
}
.figcaption{
	position:absolute;
	top: 50%;
    transform: translateY(-50%);
	opacity:0;
	text-align:center;
	color:#ffffff;
	padding:20px;
	width:100%;	
	left:0;
	right:0;
}
.figcaption i{
	color:#ffffff;
	padding:10px;
	background:rgba(156, 49, 51,.8);
	border:1px solid;
}
.figcaption h4{
	padding-bottom:15px;
}
.caption-block{
	padding:10px;
	color: #FFFFFF;
}
.portfolio-grid .grids:hover .figcaption{
	position:absolute;
	opacity:1;
}
.portfolio-grid .grids:hover img{
	opacity:.2;
}
.portfolio-list .portfolio-grid .grids:hover img{
	opacity:.8;
}
.portfolio-grid .grids:hover .grid{
  background-color: #F90; border-radius:16px;
}
.portfolio-grid .grid {
	position:relative;
	margin-bottom: 30px;
}
.portfolio-grid .grid img{
	height:auto;
	border-radius:10px;
	
}

.portfolio-grid .grid .overlay {
  height: 100%;
}

.portfolio-grid .grid .overlay {
  background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 0.01) 0%, rgba(156, 49, 51, 1) 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.01)), color-stop(100%, rgba(156, 49, 51, 1)));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0.01) 0%, rgba(156, 49, 51,, 1) 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(270deg, rgba(255, 255, 255, 0.01) 0%, rgba(156, 49, 51,, 1) 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(270deg, rgba(255, 255, 255, 0.01) 0%, rgba(156, 49, 51,, 1) 100%);
  /* ie10+ */
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.01) 0%, rgba(156, 49, 51,, 1) 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#7a2992', GradientType=0);
  /* ie6-9 */
  border-radius: 0px 0px 10px 10px;
  bottom: 0;
  height: 244px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.portfolio-grid .grid .overlay .details {
  bottom: 20px!important;
  left: 0!important;
  position: absolute!important;
  right: 0!important;
}

.portfolio-grid .grid .overlay .details h4 {
  color: #ffffff;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  line-height: 1.2;
}

.portfolio-grid .grid .overlay .details p {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    line-height: 1.2;
}






.img-overlay{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s ease-out 0s;
}
.widget .img-overlay{
	display:none;
}
.grid-item:hover .img-overlay,
.grid-item:hover .figcaption{
	 opacity: 1;
}
.project-meta{
	margin-bottom:20px;
}
.grid-list .grids{
	border-bottom:1px dashed rgba(0,0,0,.1);
	padding-bottom:40px !important;
	margin-bottom:30px !important;
}
.grid-list .title{
	margin-bottom:8px;
}
.grid-list .description{
	margin-bottom:15px;
	text-transform:uppercase;
	font-size:12px;
}




.list-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list-horizontal li {
    -webkit-box-flex: 0;
    /*-ms-flex: 0 0 50%;*/
    /*flex: 0 0 50%;*/
    /*max-width: 50%;*/
}
.details-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    border-radius: 13px;
}
.details-list > li:nth-of-type(odd) {
    background-color: #ffe3ce;
}
.details-list > li .details__title {
    font-size: 14px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
    margin-bottom: 0;
}
.details-list > li .details__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%; color:#4e4e4e;
    max-width: 60%;
}
.details-list .list-items-layout2 li {
    font-weight: 400;
}
.borderd-box {
    padding: 27px;
    border-radius: 4px;
    border: 1px solid #e7ebef;
}
@media (max-width: 992px) {
    .list-horizontal {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        /*flex-direction: column;*/
    }
    .list-horizontal li {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .details-list > li {
        padding: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .details-list > li .details__content,
    .details-list > li .details__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (min-width: 320px) and (max-width: 767px) {
    .list-items li {
        font-size: 14px;
    }
    .list-horizontal li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@-webkit-keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        opacity: 0.3;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}
@keyframes pulsing {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    40% {
        opacity: 0.3;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}
@-webkit-keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
@keyframes slideTopDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}
@-webkit-keyframes headerAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes headerAnimation {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes zoomOut {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@keyframes zoomOut {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.list-items li {
    position: relative;
    padding-left: 27px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 9px;
    color:#333;
}
.list-items li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    color: #f58634;
}
.list-items li:last-of-type {
    margin-bottom: 0;
}
.list-items-layout2 li {
    margin-bottom: 14px;
    padding-left: 33px;
    color: #4e4e4e;
}
.list-items-layout2 li:before {
    color: #fff;
    border-color: #f58634;
    background-color: #f58634;
}
