/*=============================================================
    CSS INDEX
    =============================
    01. START GENERAL STYLE (body, link color, section-title, overlay, section-padding etc)
    02. START HEADER DESIGN
	03. START BANNER SECTION
	04. START CLASSES SECTION
	05. START CLASSES TIMETABLE SECTION
	06. START PRICING TABLE SECTION
	07. START TESTIMONIAL SECTION
	08. START BLOG SECTION
	09. START EVENT SECTION
	10. START FOOTER
	11. START GALLERY SECTION
	12. START PRODUCT SECTION
	13. START ELEMENT DESIGN
	14. START ANIMATION CSS
=============================================================*/

/*===================================*
  01. START GENERAL STYLE
*===================================*/
/*
1.0 Typography
2.0 Home Page Style
	2.1 Header style
	2.2 About section
	2.3 Benifits Section
	2.4 Classes Section
	2.5 Video Section
	2.6 Reviews Section
	2.7 Blog Section
	2.8 Shop Section
	2.9 Upcoming Events Section
	2.10 Photo Gallery Section
	2.11 Newsletter Section
	2.12 Schedule Filter Section
	2.13 Packages Section
	2.14 Booking Section
	2.15 Team Section
	2.16 Footer Section
3.0 Breadcrumb With Banner Image
4.0 Blog Page
5.0 Blog Detail Page
6.0 Column Grids
7.0 Page with left & Right Sidebar
8.0 Contact Us Page
9.0 Registration Page
10.0 Trainer Details Page
11.0 Event Details Page
12.0 Banner Second Style
13.0 Sechdule Page Style
14.0 Advance Style
/***************************************
1.0 Typography
***************************************/
body {
	padding: 0;
	margin: 0;
	font-family: 'Karla', serif;
	color: #665c57;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h1, h2, h3, h4 {
	font-family: 'Lusitana', serif;
	font-weight: bold;
}
p {
	width: 100%;
	display: inline-block;
	font-size: 18px;
}
p.icon-text{
	font-size: 15px;
}
.padding-left-none {
	padding-left: 0px !important;
}
.padding-right-none {
	padding-right: 0px !important;
}
.main-title {
	color: #22222;
	font-size: 36px;
	margin: 0 0 5px;
	position: relative;
}
.main-title .normald{
	font-size: 34px;
	font-weight: normal;
	/*color: #665c57*/
}
.normald{
	font-weight: normal;
}
.sub-title {
	font-family:  'Karla', sans-serif;;
	font-size: 18px;
	font-weight: 700;
	color: #665c57;
	position: relative;
	margin: 0px;
}
.after-title {
	position: relative;
}
.after-title::after {
	position: absolute;
	height: 18px;
	width: 60px;
	content: "";
	background-image: url("../images/title.png");
	left: 0;
	right: 0;
	margin: auto;
	top: 30px;
}
.after-title.left::after {
	left: 0;
	right: initial;
}
.after-title.right:after {
	left: initial;
	right: 0;
}
.vertical-space-5 {
	display: inline-block;
	width: 100%;
	height: 5px;
}
.vertical-space-10 {
	display: inline-block;
	width: 100%;
	height: 10px;
}
.vertical-space-20 {
	display: inline-block;
	width: 100%;
	height: 20px;
}
.vertical-space-30 {
	display: inline-block;
	width: 100%;
	height: 30px;
}
.vertical-space-40 {
	display: inline-block;
	width: 100%;
	height: 40px;
}
.vertical-space-50 {
	display: inline-block;
	width: 100%;
	height: 50px;
}
.vertical-space-60 {
	display: inline-block;
	width: 100%;
	height: 60px;
}
.vertical-space-70 {
	display: inline-block;
	width: 100%;
	height: 70px;
}
.vertical-space-80 {
	display: inline-block;
	width: 100%;
	height: 80px;
}
.vertical-space-90 {
	display: inline-block;
	width: 100%;
	height: 90px;
}
.vertical-space-100 {
	display: inline-block;
	width: 100%;
	height: 100px;
}

.font-white {
	color: #ffffff;
}
.font-blue {
	color: #68ACF6;
}
.font-grey {
	color: #665c57;
}

.background-white {
	float: left;
	width: 100%;
	height: auto;
	background-color: #ffffff;
}
.background-blue {
	float: left;
	width: 100%;
	height: auto;
	background-color: #68ACF6;
}
.background-purple {
    float: left;
	width: 100%;
	height: auto;
    opacity: 0.7;
    background-color: rgb(128, 0, 128);
}
.background-light-blue {
	float: left;
	width: 100%;
	height: auto;
	background-color: #F0F9F8;
}
.background-light-grey {
	float: left;
	width: 100%;
	height: auto;
	background-color: #f5f5f5;
}

.white-borderd-button {
	height: 40px;
	line-height: 40px;
	padding: 0px 15px;
	border: 1px solid #ffffff;
	color: #ffffff;
	text-decoration: none;
	border-radius: 25px;
	font-size: 16px;
	display: inline-block;
}
.white-borderd-button:hover {
	background-color: #ffffff;
	color: #68ACF6;
	text-decoration: none;
}

.background-transperant-black-dark {
	background-color: rgba(0,0,0,0.90);
}
.background-transperant-black-medium {
	background-color: rgba(0,0,0,0.60);
}
.background-transperant-blue-medium {
	background-color: rgba(117,161,249,0.90);
}
.full-width {
	width: 100%;
	height: auto;
}

.high-zindex {
	z-index: 999;
}

.margin-none {
	margin: 0px !important;
}
.padding-none {
	padding: 0px !important;
}

.horizontal-line {
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #e0e0e0;
}
.text-right{
	text-align: right;
}
.opacity-75{
	background-color: rgba(0, 0, 0, 0.75) !important;
}
/***************************************
***********************************
2.0 Home Page Style
***********************************
***************************************/
/*--------------------------------------------
2.1 Header Style
--------------------------------------------*/
button.navbar-toggle{
	margin-top: 25px;
}
header .navbar-collapse .nav {
    margin-top: 0;
}
nav.navbar.navbar-default.menu-style-1 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: fixed;
	z-index: 99999;
}
nav.navbar.navbar-default.menu-style-1.scroll {
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;	
}
nav.navbar.navbar-default.menu-style-1.scroll.v2 {
	background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;	
}
nav.navbar.navbar-default.menu-style-2 {
	background-color: #ffffff;
}
nav.navbar.navbar-default.menu-style-3 {
	background-color: #D16587;
	border-radius: 0px;
}
.menu-style-3 .navbar-collapse {
	padding: 0px;
}
.sub-menu::after {
	border-bottom: 20px solid #ffffff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
	height: 0;
	left: 20px;
	position: absolute;
	top: -20px;
	width: 0;
}
.sub-menu {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.30);
	height: auto;
	list-style: outside none none;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	opacity: 0;
	top: 110%;
	transition: top 0.3s;
	-webkit-transition: top 0.3s;
	-moz-transition: top 0.3s;
	-o-transition: top 0.3s;
	transform: scale(0,0);
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
}
.menu-style-1 .navbar-nav > li:hover > .sub-menu,
.menu-style-2 .navbar-nav > li:hover > .sub-menu,
.menu-style-3 .navbar-nav > li:hover > .sub-menu {
	opacity: 1;
	top: 100%;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
}
.sub-menu .sub-menu::after {
	border-right: 20px solid #ffffff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	content: "";
	height: 0;
	left: -30px;
	position: absolute;
	top: 15px;
	width: 0;
}
.sub-menu .sub-menu {
	top: 0;
	left: 110%;
	transition: left 0.3s;
	-webkit-transition: left 0.3s;
	-moz-transition: left 0.3s;
	-o-transition: left 0.3s;
	transform: scale(0,0);
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
}

.menu-style-1 .navbar-nav > li > .sub-menu > li:hover .sub-menu,
.menu-style-2 .navbar-nav > li > .sub-menu > li:hover .sub-menu,
.menu-style-3 .navbar-nav > li > .sub-menu > li:hover .sub-menu {
	opacity: 1;
	left: 100%;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
}
.sub-menu li {
	position: relative;
}
.sub-menu li a {
	border-bottom: 1px solid #dbdbdb;
	color: #000000;
	display: inline-block;
	font-size: 16px;
	padding: 10px 20px;
	text-decoration: none;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	position: relative;
	width: 100%;
}
.sub-menu li a:hover {
	background: #75A1F9;
	color: #ffffff;
}
.sub-menu li:last-child a {
	border-bottom: none;
}
.menu-style-1 .navbar-brand,
.menu-style-2 .navbar-brand {
	height: auto;
}
.top-bar {
	background: #ffffff none repeat scroll 0 0;
}
.navbar.navbar-default.menu-style-1 {
	background: transparent;
	margin-bottom: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999;
	border: none;
}
.navbar.navbar-default.menu-style-2, 
.navbar.navbar-default.menu-style-3 {
	margin-bottom: 0px;
	width: 100%;
	z-index: 999;
	border: none;
}
.menu-style-1 .navbar-nav > li > a,
.menu-style-2 .navbar-nav > li > a,
.menu-style-3 .navbar-nav > li > a {
	color: #000000;
	font-size: 16px;
	outline: medium none;
	padding-bottom: 30px;
	padding-top: 30px;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
}
.menu-style-3 .navbar-nav > li:first-child > a {
	padding-left: 0px;
}
.menu-style-3 .navbar-nav > li > a {
	  padding-top: 15px;
	  padding-bottom: 15px;
	  color: #ffffff;
}
.menu-style-1.v2 .navbar-nav > li > a {
	color: #ffffff;
}
@media screen and (max-width: 767px) {
	nav.navbar.navbar-default.menu-style-1.scroll.v2 {
	    background: rgba(0, 0, 0, 1) none repeat scroll 0 0;
	}
	.menu-style-1 .nav.navbar-nav.navbar-right {
		background: #ffffff;
	}
	/*.menu-style-1 .nav.navbar-nav.navbar-right li .sub-menu {
		z-index: 999999;
		left: 30px;
	}*/
	.nav.navbar-nav.navbar-right li .sub-menu {
    z-index: 900;
    left: 80px;
    transform: scale(1);
	}
	/*.menu-style-1 .navbar-nav > li > a, 
	.menu-style-2 .navbar-nav > li > a, 
	.menu-style-3 .navbar-nav > li > a {
    padding-bottom: 0;
	}*/
	 #bs-example-navbar-collapse-1 .sub-menu {
        position: relative !important;
        padding: 0px 35px;
    }
    #bs-example-navbar-collapse-1 .current-menu:hover .sub-menu {
    	display: block;
    	opacity: 1;
    	margin-top: 12px;
    }
    .sub-menu::after{
    	display: none;
    	border: none;
    }
    #bs-example-navbar-collapse-1 .sub-menu {
    border-radius: 5px;
    display: none;
    list-style: outside none none;
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    padding: 9px;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    z-index: 9999;
    margin-left: -82px;
    box-shadow: none; 
	}
	.slider-sub-title{
		font-size: 20px;
		display: none;
	}
	.slider-main-title{
		font-size: 25px;
		display: none;
	}
	.slidercontainer .tp-leftarrow,
	.slidercontainer .tp-rightarrow{
		display: none;
	}
	.after-title::after{
		top:40px;
	}
	.inner-page-header img.full-width {
	    width: 100%;
	    height: 250px;
	}
	.yoga-about-benifits.v2 .wow.animated {
	    margin-top: 15px;
	}
}
@media screen and (max-width: 991px) and (min-width: 767px) {
	.menu-style-1 .navbar-nav > li > a, 
	.menu-style-2 .navbar-nav > li > a, 
	.menu-style-3 .navbar-nav > li > a{
		font-size: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-right{
		float: left !important;
	}
	header .navbar-collapse .nav {
	    margin-top: 15px;
	}
}
.carousel-indicators li {
	border: 1px solid #68ACF6;
}
.carousel-inner .item img {
	width: 100%;
	height: auto;
}
.carousel-inner .item .banner-box .banner-photo img{
	height: 700px;
	object-fit: cover;
	width: 100%;
}
.carousel-indicators li.active {
	background: #68ACF6;
}
.carousel-control {
	height: 50px;
	width: 50px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.slider-main-title {
	font-family: 'Lusitana', serif;
	font-size: 40px;
	font-weight: 700;
	color: #75A1F9;
	text-transform: capitalize;
}
.slider-main-title.v2 {
	color: #ffffff;
}
.slider-sub-title {
	font-family: 'Lusitana', serif;
	font-size: 28px;
	font-weight: 700;
	text-transform: capitalize;
}
.slider_btn {
	display: inline-block;
	text-shadow: none;
	font-size: 16px;
	padding: 10px 20px;
	border: 1px solid #665C57;
	color: #665C57;
	border-radius: 10px;
	text-transform: capitalize;
	font-weight: 700;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
.slider_btn:hover {
	border: 1px solid #665C57;
	background: #665C57;
	color: #ffffff;
}
.slider_btn.v2 {	
	margin-top: 20px;
	border: 1px solid #ffffff;
	color: #ffffff;
}
.slider_btn.v2:hover {
	border: 1px solid #ffffff;
	background: #ffffff;
	color: #665C57;
}
.carousel-control.right,
.carousel-control.left {
	background: #68ACF6;
}
.background-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
}
.slider-caption {
	width: 100%;
	height: auto;
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.slidercontainer {
	width:100%;
	position:relative;
	padding:0;
}
.slider {
	width:100%;
	position:relative;
}
.video-slider-text-container {
	position: absolute;
	display: inline-block;
	width: 100%;
	left: 0;
	top: 55%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.video-slider-text-container h2 {
	font-size: 60px;
	text-transform: capitalize;
	font-weight: normal;
	font-family: 'Karla', serif;
}
.video-slider-text-container h3 {
	font-size: 42px;
	text-transform: capitalize;
	font-weight: normal;
	font-family: 'Karla', serif;
}
/*.video-slider-text-container h2 span {
	background-color: #68ACF6;
	padding: 10px 20px;	
	display: inline-block;
}
.video-slider-text-container h3 span {
	background-color: #1f63ad;
	padding: 10px 20px;	
	display: inline-block;	
}*/
.top-bar .social-icons {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	width: auto;
  	color: #665C57;
}
.top-bar .social-icons a {
  	color: #665C57;	
}
.top-bar .container {
	padding-top: 20px;
	padding-bottom: 20px;
}
.top-bar ul.social-icons a {
	color: #ffffff;
}
.top-bar ul.social-icons a i {
	border-radius: 50%;
}
.top-bar .media-body {
	width: auto;
}
.contact-info {
	display: inline-block;
	float: right;
	line-height: 30px;
	padding: 0px 15px;
	font-size: 0px;
}
.contact-info h5 {
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
}
header.v2 .contact-info h5{
	color: #F48995;
}
header.v2 .contact-info a{
	color: #F48995;
}
header.v2 .contact-info i{
	border: 1px solid #F48995;
	color: #F48995;
}
header.v2 .sub-menu li a:hover{
	background-color: #F48995;
}
header.v2 .navbar-default .navbar-nav > li > a:focus, 
header.v2 .navbar-default .navbar-nav > li > a:hover{
	color: #000000;
}
header.v2 .navbar-default .navbar-nav > li > a.active{
	color: #000000;
}

.contact-info  a {
	text-decoration: none;
	font-size: 16px;
	clear: both;
	line-height: 1.2;
	color: #665c57;
}
.contact-info i {
	border: 1px solid #665c57;
	border-radius: 50%;
	font-size: 19px;
	height: 45px;
	line-height: 42px;
	margin-right: 5px;
	padding: 0;
	text-align: center;
	vertical-align: top;
	width: 45px;
}
.slider-container > video {
	height: auto;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.video-slider-text-container h2{
		font-size: 20px;
	}
	.video-slider-text-container h3{
		font-size: 20px;
	}
	.video-slider-text-container{
		top:25%;
	}
	.contact-info {
	    float: left;
	    padding: 0px 0px;
	    padding-top: 10px;
	}
	.carousel-inner .item .banner-box .banner-photo img{
		height: auto;
		width: 100%;
	}
	section.nexa-banner-travel .scroll-btn-banner{
		display: none;
	}
	section.nexa-banner-travel .carousel-indicators{
		bottom: 0px !important;
	}
	.single-class-slider .carousel-inner .item img {
	    width: 100%;
	    height: 200px;
	}
}
@media screen and (max-width: 991px) and (min-width: 767px) {
	.video-slider-text-container h2{
		font-size: 25px;
	}
	.video-slider-text-container h3{
		font-size: 25px;
	}
	.carousel-inner .item .banner-box .banner-photo img{
		height: auto;
		width: 100%;
	}
	section.nexa-banner-travel .banner-info h1{
		font-size: 70px !important;
	}
}
/*--------------------------------------------
2.2 About section
--------------------------------------------*/
.about-section {
	background-image: url("../images/YAI.png");
	background-position: center center;
	background-repeat: no-repeat;
}
.about-section-inner {
	display: inline-block;
	width: 100%;
	height: auto;
	background-color: rgba(255,255,255,0.93);
}
.yoga-about-benifits h3 {
	font-size: 20px;
}
.yoga-about-benifits .media-left {
	padding-right: 15px;
}
.yoga-about-benifits .media-left img {
	width: 50px;
	height: auto;
}
.yoga-about-benifits .media-left i {
	border: 1px solid #665c57;
	border-radius: 50%;
	font-size: 18px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
.yoga-about-benifits .media:hover .media-left i {
	background-color: #665c57;
	color: #ffffff;
}
.yoga-about-benifits .media {
	margin-bottom: 30px;
}
.yoga-about-benifits.v2 i {
	width: 75px;
	height: 75px;
	line-height: 75px;
	border-radius: 75px;
	border: 1px solid #665c57;
	font-size: 24px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;

}
.yoga-about-benifits.v2 .benifit:hover i {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	color: #ffffff;
	background: #F48995;
	border: 1px solid #F48995;
}
/*--------------------------------------------
2.3 Benifits Section
--------------------------------------------*/
@media screen and (min-width: 992px) {
	.benifites-chakra::after {
		border-bottom: 2px dashed #68ACF6;
		content: "";
		height: auto;
		position: absolute;
		top: 50%;
		width: 100%;
	}
	.benifites-chakra.left-line::after {
		left: 50%;
	}
	.benifites-chakra.right-line::after {
		right: 50%;
	}
}
@media screen and (min-width: 420px) and (max-width: 991px) {
	.benifites-imgs {
		width: 380px;
		height: auto;
	}
}
.benifites-chakra img {
	width: 30px;
	height: 30px;
	margin: auto;
	left: 0;
	right: 0;
}
.benifites-c1,
.benifites-c2,
.benifites-c3,
.benifites-c4,
.benifites-c5,
.benifites-c6,
.benifites-c7,
.benifites-c8 {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.benifites-c1 {
	top: 38px;
}
.benifites-c2 {
	top: 72px;
}
.benifites-c3 {
	top: 108px;
}
.benifites-c4 {
	top: 144px;
}
.benifites-c5 {
	top: 183px;
}
.benifites-c6 {
	top: 217px;
}
.benifites-c7 {
	top: 251px;
}
.benifites-c8 {
	top: 287px;
}
.benifites-detail {
	background-color: #ffffff;
	border-radius: 0px;
	box-shadow: 0 0 5px rgba(104,176,247,0.5);
	margin-bottom: 15px;
	padding: 20px 25px;
	width: auto;
}
.benifites-detail h3 {
	margin: 0px;
}
.benifites-detail h3 span {
	font-family:  'Karla', sans-serif;;
	font-size: 14px;
}
@media screen and (max-width: 359px) {
	.benifites-chakra img {
		display: none;
	}
}
.benifiets-icons {
	width: 50px;
	height: 50px;
}
i.benifiets-icons {
	border: 1px solid #665C57;
	border-radius: 50%;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
}
.media-object.benifiets-icons {
	width: 50px;
	height: 50px;
}
h3.yogfeat{
	font-size: 16px;
	text-transform: uppercase;
}
/*--------------------------------------------
2.4 Classes Section
--------------------------------------------*/
.yoga-section {
	background-image: url("../images/gallery/parallax/34.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
h2.class-title{
	font-size: 20px;
}
.class-container {
	width: 100%;
	display: inline-block;
	position: relative;
}
.class-image-container {
	display: inline-block;
	width: 100%;
	height: auto;
	position: relative;
}
.class-image-container .image-overlay {
	background-color: rgba(0,0,0,0.40);
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.class-image-container .trainer-image {
	position: absolute;
	bottom: 20px;
	right: 20px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
}
.trainer-name {
  background: #ffffff none repeat scroll 0 0;
  bottom: 90px;
  padding: 5px;
  position: absolute;
  right: 14px;
  z-index: 99999;
  text-align: center;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.trainer-name::before {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #ffffff;
  bottom: -11px;
  content: "";
  height: 0;
  position: absolute;
  right: 20px;
  width: 0;
}
.trainer-name p {
	margin: 0px;
}
.trainer-image.s3 {
	cursor: pointer;
}
.trainer-image.s3:hover + .trainer-name {
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.class-container {
		margin-bottom: 30px !important;
	}
	.class-detail{
		padding: 15px !important;
	}
	.class-detail span{
		font-size: 14px !important;
	}
}
.class-detail {
	padding: 30px;
	display: inline-block;
	width: 100%;
}
.class-detail h2 {
	font-family:  'Karla', sans-serif;;
	margin-top: 0px;
}
.class-detail a{
	text-decoration: none;
}
.class-detail span {
	width: auto;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
}
.class-more-detail {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(104,92,103,0.85);
	padding: 30px;
	transform: scale(0,0);
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.class-container:hover .class-more-detail {
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
}
.class-more-detail a {
	display: block;
	width: 100%;
	height: 100%;
}
.class-more-detail a span {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}
.class-more-detail a h4 {
	font-family:  'Karla', sans-serif;;
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 5px;
	font-size: 18px;
}
.class-more-detail a h5 {
	font-family:  'Karla', sans-serif;;
	text-decoration: none;
	margin-top: 0px;
}
.class-more-detail a img {
	width: 75px;
	height: 75px;
	border-radius: 50%;
}
@media screen and (max-width: 767px) {
	.class-more-detail a img {
		width: 50px;
		height: 50px;
	}
}
.class-more-detail a:hover {
	text-decoration: none;
}
.view-more {
	display: inline-block;
	margin: auto;
	border: 1px solid #81ADF6;
	padding: 10px 25px;
	color: #81ADF6;
	text-transform: uppercase;
	background: #ffffff;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	border-radius: 25px;
}
.view-more2 {
	display: inline-block;
	margin: auto;
	border: 1px solid #81ADF6;
	padding: 10px 25px;
	color: #ffffff;
	text-transform: uppercase;
	background: #81ADF6;
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
	border-radius: 25px;
}
.view-more i {
	margin-left: 10px;
}
.view-more:hover {
	text-decoration: none;
	background-color: #81ADF6;
	color: #ffffff;
}
.view-more2:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #81ADF6;
}
.class-bottom-detail {
	padding: 30px;
	background-color: #ffffff;
}
.class-bottom-detail span {
	display: inline-block;
	width: 100%;
	text-align: left;
	font-size: 16px;
}
.class-bottom-detail img {
	border-radius: 50%;
	width: auto;
	height: 50px;
}
.fc-view-container *, .fc-view-container *::before, .fc-view-container *::after {
	text-align: center;
}
@media screen and (max-width: 991px) and (min-width: 767px) {
	.class-more-detail a span {
	    font-size: 15px;
	    font-weight: bold;
	    margin-bottom: 15px;
	}
	.class-more-detail{
		padding: 5px;
	}
	.class-detail{
		padding: 20px;
	}
	.class-detail span.pull-right{
		float: left !important;
		padding-top: 5px;
	}
	.class-more-detail p{
		font-size: 14px;
	}
}
/*--------------------------------------------
2.5 Video Section
--------------------------------------------*/
.video-section {
	background-image: url("../images/gallery/parallax/blog_img2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.video-section h2 {
	font-size: 42px;
}
.video-section i {
	font-size: 36px;
	border: 3px solid #ffffff;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	text-align: center;
	line-height: 75px;
	padding-left: 10px;
}
#videoModal .modal-body {
	padding: 2px;
}
#videoModal .close {
	background: #ffffff none repeat scroll 0 0 !important;
	border-radius: 50%;
	height: 30px;
	opacity: 1;
	position: absolute;
	right: -10px;
	top: -15px;
	width: 30px;
	z-index: 999999;
}
.video-half-part {
	display: inline-block;
	width: 100%;
	height: auto;
	position: relative;
}
.video-overlay {
	background-color: rgba(0, 0, 0, 0.75);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.video-overlay2 {
	/*background-color: rgba(0, 0, 0, 0.75);*/
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.video-overlay a,
.video-overlay2 a {
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 100%;
}
.video-overlay2 a i{
	border: none !important;
}
.video-overlay a i{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	font-size: 24px;
	border: 3px solid #ffffff;
	border-radius: 50%;
	width: 75px;
	height: 75px;
	line-height: 71px;
	left: 0;
	right: 0;
	margin: auto;
}
/*--------------------------------------------
2.6 Reviews Section
--------------------------------------------*/
.review-section {
	background-image: url("../images/gallery/parallax/bg2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.review-section2 {
	background-image: url("../images/gallery/parallax/bg3.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	float: left;
	width: 100%;
}
.reviewr-detail {
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: center;
}
.reviewr-detail img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
}
.bubble1 {
	background-color: #ffffff;
	border-radius: 50%;
	content: "";
	height: 10px;
	position: absolute;
	right: 45px;
	top: 0px;
	width: 10px;
}
.bubble2 {
	background-color: #ffffff;
	border-radius: 50%;
	content: "";
	height: 25px;
	position: absolute;
	right: 10px;
	top: -25px;
	width: 25px;
}
.bubble3 {
	background-color: #ffffff;
	border-radius: 50%;
	content: "";
	height: 35px;
	position: absolute;
	right: -35px;
	top: -55px;
	width: 35px;
}
.students-reviews.v2::before {
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 20px solid #ffffff;
	bottom: -20px;
	height: 0;
	left: 23px;
	position: absolute;
	width: 0;
	content: "";
}
.students-reviews {
	box-shadow: 25px 25px 74px rgba(0, 0, 0, 0.19);
	padding: 80px 30px 30px;
	position: relative;
}
.students-reviews.v2 {
	padding: 30px;
}
.students-reviews > img {
	box-shadow: 6px 9px 6px rgba(0, 0, 0, 0.19);
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -17%;
	height: 100px;
	width: 100px !important;
}
.students-reviews p {
	font-size: 20px;
	font-style: italic;
}
.testimonial-carousel .owl-prev {
	background: rgba(0,0,0,0.5) none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #ffffff;
	height: 50px;
	left: -60px;
	line-height: 50px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	width: 50px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.testimonial-carousel .owl-next {
	background: rgba(0,0,0,0.5) none repeat scroll 0 0;
	border: 1px solid #ffffff;
	color: #ffffff;
	height: 50px;
	right: -60px;
	line-height: 50px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	width: 50px;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.testimonial-carousel .owl-prev:hover,
.testimonial-carousel .owl-next:hover {
	background-color: rgba(0,0,0,1);
}
.testimonial-carousel .owl-prev.disabled:hover,
.testimonial-carousel .owl-next.disabled:hover {
	background-color: rgba(0,0,0,0.5);
}
.testimonial-imgs {
	border-radius: 50%;
	display: inline-block !important;
	height: 75px;
	margin-top: 30px;
	width: auto !important;
}
.testimonial-carousel .media {
	display: inline-block;
	margin-top: 0px;
}
.testimonial-carousel .media-body {
	padding-top: 25px;
}
.testimonial-carousel .media-body h5 {
	padding-left: 15px;
}
@media screen and (max-width:767px) {
	.testimonial-carousel .owl-prev {
		left: 0;
	}
	.testimonial-carousel .owl-next {
		right: 0;
	}
}
@media screen and (max-width: 991px) and (min-width: 767px) {
	.students-reviews{
		padding: 80px 15px 15px;
	}
	.students-reviews > img{
		top:-10%;
	}
}
/*--------------------------------------------
2.7 Blog Section
--------------------------------------------*/
p.blog-tt-txt{
	font-size: 16px;
}
.bold{
	font-weight: bold;
}
.blog-container {
	width: 100%;
	display: inline-block;
	position: relative;
}
.blog-container a {
	text-decoration: none;
	outline: none
}
.blog-detail a span {
	width: auto;
	display: inline-block;
	font-size: 18px;
	color: #665c57;
}
.blog-container a:hover
.blog-container a:active
.blog-container a:focus {
	outline: none;
}
.blog-detail a:hover h2 {
	color: #665c57;
}
.blog-detail a:hover span {
	color: #68acf6;
}
.blog-detail h2 {
	margin-top: 0px;
}
.blog-detail {
	display: inline-block;
	padding: 30px 30px 30px;
	width: 100%;
}
.blog-v2-image {
	margin-top: -15%;
}
.blog-detail.v2 p {
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 30px;
}
@media screen and (max-width: 991px) and (min-width: 767px) {
	.blog-detail{
		padding: 15px;
	}
}
/*--------------------------------------------
2.8 Shop Section
--------------------------------------------*/
.products {
	margin-bottom: 30px;
}
.product-detail {
	padding: 15px 30px;
	display: inline-block;
	width: 100%;
}
.product-detail h2 {
	margin-top: 0px;
	font-size: 18px;
	margin-bottom: 10px;
	width: auto;
	display: inline-block;
}
.product-detail a {
	margin-left: 10px;
	color: #665c57;
	text-decoration: none;
	font-size: 16px;
}
.product-detail span {
	font-size: 20px;
}
.product-img-container {
	display: inline-block;
	width: 100%;
	height: auto;
	position: relative;
}
.product-button-container {
	position: absolute;
	width: 100%;
	height: auto;
	display: inline-block;
	left:0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}
.product-img-container .like-button {
	color: #ffffff;
	font-size: 18px;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	border: 1px solid #ffffff;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.product-img-container .cart-button {
	color: #ffffff;
	font-size: 18px;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	border: 1px solid #ffffff;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	margin-left: 15px;
}
.product-image-overlay {
	position: absolute;
	transform: scale(0,1);
	transition: all 0.2s;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	top: 0;
	left: 0;
}
.product-img-container .like-button:hover,
.product-img-container .cart-button:hover {
	background-color: rgba(0,0,0,1);
}
.products:hover .product-img-container .like-button,
.products:hover .product-img-container .cart-button {
	opacity: 1;
}
.products:hover .product-image-overlay  {
	transform: scale(1,1);
}
.product-discount {
	position: absolute;
	border-radius: 50%;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background-color: #68ACF6;
	color: #ffffff;
	text-align: center;
	font-size: 10px;
	padding: 5px 0px;
	right: 5px;
	top: 5px;
}
.product-discount span {
	font-size: 16px;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-weight: bold;
}
.shop-basic-detail {
	width: 100%;
	display: inline-block;
}
.shop-basic-detail p {
	width: auto;
}
.shop-basic-detail select {
	width: 200px;
}
.shop-basic-detail .sorting-btn {
	display: inline-block;
	margin-right: 10px;
	color: #746257;
	font-size: 18px;
	vertical-align: bottom;
	height: 35px;
	line-height: 35px;
	outline: none;
}
.pagination > li {
	margin-right: 10px;
	display: inline-block;
}
.pagination > li > a, 
.pagination > li > span {
	background-color: #fff;
	border: 1px solid #6bacf6;
	color: #6bacf6;
	float: left;
	line-height: 1.42857;
	margin-left: -1px;
	padding: 15px 20px;
	position: relative;
	text-decoration: none;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.pagination > li > a:hover, 
.pagination > li > span:hover,
.pagination > li > a:active, 
.pagination > li > span:active,
.pagination > li > a:focus, 
.pagination > li > span:focus,
.pagination > li.active > a, 
.pagination > li.active > span{
	color: #ffffff;
	background-color: #6bacf6;
}
@media screen and (max-width: 991px) and (min-width: 767px) {
	.product-detail{
		padding: 15px 15px;
	}
	.product-detail span, .product-detail h2{
		font-size: 15px;
	}
}
/*--------------------------------------------
2.9 Upcoming Events Section
--------------------------------------------*/
.upcomming-event {
	width: 100%;
	height: auto;
	display: inline-block;
	border: 1px solid #e0e0e0;
	background-image: url(../images/back.jpg);
	background-size: cover;
}
.upcomming-event-container {
	background-color: rgba(255,255,255,0.90);
	padding: 30px;
}
.upcomming-event p {
	font-size: 18px;
	font-style: italic;
}
.upcomming-event-detail h2 {
	display: inline-block;
	font-family:  'Karla', sans-serif;;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 18px;
}
.upcomming-event-detail h2:hover {
	color: #665c57;
}
.upcomming-event-container h2.start-title {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.upcomming-event-detail p {
	font-size: 14px;
}
.upcomming-event-detail p i {
	font-weight: bold;
	margin-right: 10px;
}
.upcomming-event-detail p span {
	font-weight: bold;
}
p.event-fees {
	font-size: 24px;
	font-weight: bold;
	margin-top: 10px;
}
.event-remain-time {
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 90px;
	border: 3px solid #e0e0e0;
	border-radius: 50%;
	font-size: 30px;
	float: none;
}
.event-remain-time + label {
	display: inline-block;
	width: 100%;
	font-size: 20px;
	margin-top: 10px;
}
.upcomming-event-header {
	position: relative;
}
.upcomming-event-header::after {
	background-color: #68ACF6;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -17px;
	content: "";
	height: 40px;
	left: 0;
	position: absolute;
	transform: skewY(5deg);
	width: 50%;
	z-index: 0;
}
.upcomming-event-header::before {
	background-color: #68ACF6;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -17px;
	content: "";
	height: 40px;
	right: 0;
	position: absolute;
	transform: skewY(-5deg);
	width: 50%;
	z-index: 0;
}
.upcomming-event-title {
	font-family:  'Karla', sans-serif;;
	margin: 0px;
}
.enquiry-form {
	width: 100%;
	height: auto;
	display: inline-block;
	border: 1px solid #e0e0e0;
	background-image: url(../images/back.jpg);
	background-size: cover;
}
.enquiry-form-container {
	background-color: rgba(255,255,255,0.90);
	padding: 30px;
}

.event-container {
	width: 100%;
	height: auto;
	display: inline-block;
	position: relative;
}
.event-img-container {
	display: inline-block;
	height: auto;
	height: 250px;
	position: relative;
	width: 100%;
}
.event-img-container-inner {
	display: inline-block;
	position: absolute;
	padding: 0 30px;
	width: 100%;
	bottom: -60px;
	height: 100%;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-moz-transition: all 0.2s;
}
.event-img-container img {
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
	display: inline-block;
	height: auto;
	width: 100%;
}
.event-container:hover .event-img-container .event-img-container-inner {
	bottom: 0px;	
}
.event-date-container {
	position: absolute;
	top: 0;
	right: 30px;
	background-color: #68ACF6;
	width: auto;
	height: auto;
	padding: 0px 15px;
	color: #ffffff;
}
.event-date-container h3 {
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
}
.event-date-container h4 {
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
}
.event-detail-container::before {
	background-color: #626262;
	border-top-left-radius: 25px;
	content: "";
	height: 30px;
	left: 0;
	position: absolute;
	top: -30px;
	width: 30px;
}
.event-detail-container::after {
	background-color: #626262;
	border-top-right-radius: 25px;
	content: "";
	height: 30px;
	right: 0;
	position: absolute;
	top: -30px;
	width: 30px;
}
.event-detail-container {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 30px;
	background-color: #3d3d3d;
	color: #ffffff;
	position: relative;
	box-shadow: 11px 31px 21px rgba(0, 0, 0, 0.5);
}
.event-detail-container h2 {
	margin-top: 0px;
	font-size: 25px;
	color: #ffffff;
}
.event-detail-container a{
	text-decoration: none;
}
@media screen and (max-width: 991px) and (min-width: 767px) {
	.event-detail-container{
		padding: 15px;
	}
	.event-detail-container h2{
		font-size: 19px;
	}
	.event-detail-container p{
		font-size: 16px;
	}
	.event-detail-container h4{
		font-size: 12px;
	}
}
/*------------------------------------------------------------------
2.10 Photo Gallery Section
------------------------------------------------------------------*/
.grid-item { 
	width: 25%; 
	padding: 10px;
}
.grid-item--width2 { 
	width: 50%; 
}
.grid-item a {
	position: relative;
	display: inline-block;
}
.grid-item a:before {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 999;
	content: "\f00e";
	position: absolute;
	transform: scale(0,0);
	transition: all 0.2s;
	font-family: "FontAwesome";
	color: #ffffff;
	font-size: 24px;
	line-height: 9;
	text-align: center;
}
.grid-item a:hover:before {
	transform: scale(1,1);
}
.button-group.filter-button-group {
	text-align: center;
}
.button-group.filter-button-group button {
	text-align: center;
}
.button-group.filter-button-group button {
	background: #68acf6 none repeat scroll 0 0;
	border: 1px solid #68acf6;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin-right: 10px;
	padding: 10px 15px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
.button-group.filter-button-group button:hover, 
.button-group.filter-button-group button.active {
	color: #68acf6;
	background-color: #ffffff;
}
.carousel-3d-slider {
	position: relative;
}
@media screen and (max-width: 767px) {
	.gallery-btn {
	    width: 100%;
	    margin-bottom: 10px;
	}
	.grid-item {
	    width: 100%;
	    float: left;
	    left: 0 !important;
	    margin-bottom: 10px;
	}
	.fancybox-container{
		top:15% !important;
	}
}
@media screen and (max-width: 991px) and (min-width: 767px) {
	.grid-item a::before{
		line-height: 5;
	}
}
/*------------------------------------------------------------------
2.11 Newsletter Section
------------------------------------------------------------------*/
.newsletter-background {
	display: inline-block;
	width: 100%;
	height: auto;
	background-image: url("../images/classes2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
}
.newsletter-container {
	background-color: rgba(104,172,246,0.7);
	color: #ffffff;
	float: left;
	font-size: 24px;
	font-weight: bold;
	min-height: 100px;
	padding: 20px 0;
	text-transform: uppercase;
	width: 100%;
	line-height: 2.5;
}
.newsletter-container span {
	float: left;
	height: 75px;
	width: auto;
	line-height: 75px;
}
span.newsletter-icon {
	border: 1px solid #ffffff;
	border-radius: 50%;
	color: #ffffff;
	margin-right: 20px;
	text-align: center;
	width: 75px;
}
.newsletter-container input {
	height: 40px;
	border-radius: 0px;
	border: none;
	font-size: 18px;
}
.newsletter-container button {
	background: #3E3E3E;
	border: none;
	border-radius: 0px;
	color: #ffffff;
	text-transform: uppercase;
	height: 40px;
	padding: 0px 20px;
} 
.newsletter-container button:hover,
.newsletter-container button:active,
.newsletter-container button:focus {
	background: #665c57;
	color: #ffffff;
}
.newsletter-container .input-group {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.newsletter-container {
		font-size: 15px;
	}
	span.newsletter-icon {
		height: 45px;
		line-height: 45px;
		width: 45px;
	}
	.newsletter-container span {
		height: 45px;
		line-height: 45px
	}	
}
@media screen and (max-width: 991px) and (min-width: 767px) {
	.newsletter-container{
		font-size: 17px;
	}
}
/*------------------------------------------------------------------
2.12 Schedule Filter Section
------------------------------------------------------------------*/
.class-schedule-filter ul {
	display: inline-block;
	width: 100%;
	padding: 0px;
	list-style: none;
	text-align: center;
	margin-bottom: 100px;
}
.class-schedule-filter ul li {
	display: inline-block;
	width: auto;
	list-style: none;
	margin-right: 10px;
}
.class-schedule-filter ul li a {
	background-color: #75A1F9;
	color: #ffffff;
	border: 1px solid #75A1F9;
	padding: 10px 15px;
	font-size: 16px;
	text-transform: uppercase;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.class-schedule-filter ul li a:hover,
.class-schedule-filter ul li a.active {
	background-color: #ffffff;
	color: #75A1F9;
	text-decoration: none;
}
.fc-button.fc-state-default {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #000000;
	color: #000000;
	height: 50px;
	width: 50px;
	border-radius: 0px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
}
.fc-button.fc-state-default:hover {
	background: #000000 none repeat scroll 0 0;
	border: 1px solid #000000;
	color: #ffffff;
	height: 50px;
	width: 50px;
	border-radius: 0px;
}
#yoga-class-schedule .fc-slats tr {
	height: 63px;
}
#yoga-class-schedule .fc-day-header.fc-widget-header {
	background: #665C57;
	color: #ffffff;
	height: 50px;
	line-height: 50px;
	text-transform: uppercase;
}
.fc-axis.fc-time.fc-widget-content {
	background: #68acf6 none repeat scroll 0 0;
	color: #ffffff;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.class-schedule-filter ul li{
		margin-bottom: 30px;
	}
	.class-schedule-filter ul{
		margin-bottom: 30px;
	}
}
/*------------------------------------------------------------------
2.13 Packages Section
------------------------------------------------------------------*/
.packages {
	display: inline-block;
	width: 100%;
	height: auto;
}
.package-heading {
	background-color: #68ACF6;
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 20px 0px;
	color: #ffffff;
	text-align: center;
	position: relative;
}
.package-heading h3{
	margin: 0px;
}
.package-discount {
	position: absolute;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #f5f5f5;
	color: #68ACF6;
	padding: 5px 15px;
}
.package-body {
	border: 2px solid #ededed;
}
.price {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 50%;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.5);
	color: #68acf6;
	display: inline-block;
	font-size: 24px;
	height: 100px;
	left: 0;
	line-height: 80px;
	margin: auto;
	padding: 10px 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: -50px;
	width: 100px;
}
.feature-list {
	display: inline-block;
	list-style: outside none none;
	margin-bottom: 0;
	padding: 0;
	width: 100%;
}
.feature-list li {
	display: inline-block;
	font-size: 14px;
	height: auto;
	padding: 15px 0;
	text-align: center;
	width: 100%;
}
.feature-list li:nth-child(2n+1) {
	background-color: #eeeeee;
}
.buy-now {
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 30px 0px;
	background: #68ACF6;
}
.buy-now a {
	display: inline-block;
	width: auto;
	height: 30px;
	line-height: 30px;
	border-radius: 25px;
	border: 1px solid #68ACF6;
	background-color: #68ACF6;
	color: #ffffff;
	padding: 0px 15px;
}
.buy-now a {
	background-color: #68acf6;
	border: 1px solid #ffffff;
	border-radius: 25px;
	color: #ffffff;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	width: auto;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	text-transform: uppercase;
}
.buy-now a:hover {
	background-color: #ffffff;
	color: #68acf6;
	display: inline-block;
	border: 1px solid #68acf6;
}
@media screen and (max-width: 767px) {
	.packages{
		margin-bottom: 70px;
	}	
}
/*------------------------------------------------------------------
2.14 Booking Section
------------------------------------------------------------------*/
.book-classes-section {
	display: inline-block;
	width: 100%;
	height: auto;
	background-image: url("../images/gallery/parallax/bg3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
/*------------------------------------------------------------------
2.15 Team Section
------------------------------------------------------------------*/
.our-team-conatiner {
	perspective: 1000px;
}
.our-team-container:hover .our-team, 
.our-team-container.hover .our-team {
	transform: rotateY(180deg);
}
.our-team-container,
.our-team-image,
.team-detail {
	width: 100%;
	overflow: hidden;
}
.our-team {
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}
.our-team-image,
.team-detail {
	backface-visibility: hidden;	
	top: 0;
	left: 0;
}

.our-team-image {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}
.team-detail {
	position: absolute;
	transform: rotateY(180deg);
	padding: 30px;
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	height: 100%;
}
.team-detail h3 {
	margin: 0px;
	color: #ffffff;
	text-align: left;
	font-size: 20px;
}
.team-detail h3 a {
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
}
.team-detail h3 span {
	display: inline-block;
	font-weight: normal;
	width: 100%;
	text-align: center;
}
.team-detail p {
	color: #ffffff;
	margin-top: 10px;
	font-size: 16px;
}
.our-team-container .team-detail li a i {
	border: 1px solid #ffffff;
	color: #ffffff;
}
@media screen and (max-width: 767px) {
	.team-detail .vertical-space-40{
		height: 0px;
	}
	.team-detail{
		padding: 15px;
	}
	.our-team{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 991px) and (min-width: 767px) {
	.team-detail .vertical-space-40,
	.team-detail .vertical-space-20{
		height: 0px;
	}
	.team-detail{
		padding: 5px;
	}
	.team-detail p{
		margin-top: 0px;
		font-size: 12px;
		margin-bottom: 0px;
	}
	.team-detail h3{
		font-size: 13px;
	}
	.team-detail .social-icons.text-center{
		padding-left: 0px;
	}
	.team-detail ul.social-icons li, 
	.team-detail ul.social-icons a{
		margin-right: 0px;
	}
}
/*------------------------------------------------------------------
2.16 Footer Section
------------------------------------------------------------------*/
.footer-copyright {
	width: 100%;
	background-color: #000000;	
	color: #bebebe;
	position: relative;
	float: left;
}
.footer-copyright.v2 {
	background-color: #c0e2ea;
}
.background-footer-v2 {
    background-color: #c0e2ea;
    float: left;
    height: auto;
    width: 100%;
}
footer .horizontal-line {
	background-color: #bebebe;
	height: 1px;
}
footer h4 {
	color: #ffffff;
	border-bottom: 1px solid #5d5d5d;
	margin: 0px;
	padding-bottom: 15px;
	position: relative;
	font-size: 20px;
}
footer.v2 h4 {
	color: #000000;
}
footer.v2 h4::after{
	background-color: #F48995;
}
@media screen and (max-width:768px) {
	footer h4 {
		margin-top: 50px;
	}
	footer.footer-copyright .vertical-space-80{
		height: 0px;
	}
}
footer h4::after {
	background-color: #4699ef;
	bottom: -2px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 50px;
}
footer p,
footer ul li a {
	color: #bebebe;
}
footer ul li a:hover {
	color: #ffffff;
}
footer.v2 p,
footer.v2 ul li a {
	color: #000000;
}
footer.v2 ul li a:hover {
	color: #F48995;
}
ul.social-icons li,
ul.social-icons a {
	display: inline-block;
	margin-right: 5px;
	padding: 0px;
}
ul.social-icons a i {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #bebebe;
	border-radius: 5px;
	line-height: 30px;
	text-align: center;
	position: relative;
}
footer.v2 ul.social-icons a i {
	border-radius: 50%;
	height: 40px;
	width: 40px;
	line-height: 40px;
}
ul.social-icons a i:hover {
	background-color: #4699ef;
	color: #ffffff;
}
.agent-img {
	width: 30%;
	height: auto;
}
.agent-img2 {
	width: 100%;
	height: auto;
}
p.copyright-text {
	display: inline-block;
	width: auto;
}
footer ul {
	color: #bebebe;
	list-style: none;
	padding: 0px;
}
footer ul li {
	margin-bottom: 10px;
	padding-left: 25px;
	position: relative;
}
footer.v2 ul li {
	color: #000000;
}
footer ul li i {
	bottom: 0;
	color: #bebebe;
	left: 0;
	margin: auto;
	position: absolute;
	top: 3px;
}
footer.v2 ul li i {
	color: #000000;
}
footer.v2 ul.social-icons li i {
	color: #F48995;
}
footer.v2 ul.social-icons a i{
	border:1px solid #F48995;
}
footer ul.footer-addres li{
	font-size: 17px;
}
footer ul.qucik-links li {
	display: inline-block;
	width: auto;
	margin-bottom: 0px;
}
footer ul.qucik-links li a {
	display: inline-block;
	font-size: 18px;
	text-decoration: none;
}
footer ul.qucik-links li a i {
	border: 1px solid #bebebe;
	display: inline-block;
	height: 30px;
	position: relative;
	text-align: center;
	width: 30px;
	line-height: 30px;
}
footer .gototop {
	border: 3px solid #4699ef;
	display: inline-block;
	height: 50px;
	position: absolute;
	text-align: center;
	width: 50px;
	line-height: 45px;
	bottom: 20px;
	right: 20px;
	z-index: 99999;
	color: #4699ef;
	background: rgba(255,255,255,0.2);
	font-size: 24px;
}
footer .gototop i {
	position: relative;
}
footer .media-left {
	width: 30%;
}
footer p strong {
	margin-right: 15px;
	font-size: 16px;
	float: left;
	width: 65px;
}
.media-object {
	width: 100%;
	height: auto;
}
footer h6.media-heading {
	color: #63839c;
}
footer .media-body p {
	font-size: 14px;
	color: #45657e;
	line-height: 1.3;
}
footer .media {
	margin-top: 0px;
}
footer input{
	color: #63839c;
	margin-bottom: 10px;
	border: 1px solid #63839c;
	padding: 0px 10px;
}
footer textarea{
	margin-bottom: 10px;
	color: #63839c;
	border: 1px solid #63839c;
	height: 60px;
	padding: 0px 10px;
	line-height: 1.4;
}

footer .left-half {
	padding-right: 5px;
}
footer .right-half {
	padding-left: 5px;
}
@media screen and (max-width: 767px) {	
	footer .left-half {
		padding-right: 15px;
	}
	footer .right-half {
		padding-left: 15px;
	}
}
ul.instagram-list {
	padding: 0px;
	list-style: none;
}
ul.instagram-list li {
	display: inline-block;
	margin-bottom: 5px;
	padding: 0;
	width: 32%;
}
ul.instagram-list li img {
	width: 100%;
	height: auto;
}
input,
textarea {
	width: 100%;
	height: 40px;
	margin-bottom: 30px;
	padding: 0px 15px;
}
textarea {
	padding: 15px;
	height: 100px;
}
input[type="submit"] {
	font-weight: bold;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	background-color: #68ACF6;
	border-color: #B17F44;
	color: #FFFFFF;
	border: none;
}
footer.v2 input[type="submit"] {
	background-color: #F48995;
	color: #ffffff;
}
input[type="submit"]:hover {
	background-color: #404d5f;
	text-decoration: none;
	color: #FFFFFF;
}
footer.v2 input[type="submit"]:hover {
	background-color: #000000;
	color: #ffffff;
}
footer.v2 input{
	border: 1px solid #F48995;
	color:#000000;
}
.google-map-full {
    float: left;
    height: 560px;
    width: 100%;
}
@media screen and (max-width: 991px) and (min-width: 767px) {
	footer.v2 .col-xs-12.col-sm-6.col-md-3:nth-child(2) {
	    margin-bottom: 70px;
	}
}
/***************************************
***********************************
3.0 Breadcrumb With Banner Image
***********************************
***************************************/
.site-title {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    bottom: 0;
    height: 100px;
    left: 0;
    position: absolute;
    width: 100%;
}
.inner-page-header .site-page-header{
	position: relative;
}
.site-page-header .site-title h2 {
    color: rgb(22, 22, 22);
    font-size: 36px;
    font-weight: bold;
    padding: 12px 25px;
    text-transform: capitalize;
}
.site-page-breadcrumb {
    padding: 15px 0 15px 0px;
}
.site-page-breadcrumb span{
	color: #68ACF8;
    font-family: "Lusitana",serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    margin: 0;
    text-transform: capitalize;
}
.site-page-breadcrumb span a{
	color: #000000;
    font-family: "Lusitana",serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 2;
    margin: 0;
    text-transform: capitalize;
}
@media screen and (max-width: 767px){
	.site-page-header .site-title h2{
		font-size: 25px;
	}
}

/***************************************
***********************************
4.0 Blog Page
***********************************
***************************************/
.blog_page_information{
    background-color: #f8f8f8;
    float: left;
    padding-bottom: 85px;
    padding-top: 85px;
    width: 100%;
}
.alert-container {
    display: none;
    height: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.blog_page_information .blogimage {
	width: 100%;
	height: 230px;
	overflow: hidden
}
.blog_page_information .blog_info {
	min-height: 280px;
	background: #ffffff;
	width: 100%;
	float:left;
	border: 1px solid #68ACF8;
}
.blog_page_information .blog_info .blogimagedescription .discription {
	margin-bottom: 25px;
	padding: bottom :20px;
}
.blog_page_information .blog-thumbnail {
	margin-bottom: 30px;
}
.blog_page_information .load_more {
	margin-bottom: 10px;
	margin-top: 50px;
}
.blog_page_information .load_more_btn {
	background: #31a2e1 none repeat scroll 0 0;
	border: none;
	color: #fff;
	height: 45px;
	text-transform: uppercase;
	width: 165px;
	font-family: "Lusitana",sans-serif;
	font-size: 14px;
	font-weight: 700;
	-moz-transition: .2s all;
	-webkit-transition: .2s all;
	-o-transition: .2s all;
	-ms-transition: .2s all;
	transition: .2s all;
}
.blog_page_information .load_more_btn:hover {
	background: #435060;
}
.blog_page_information .search_box {
	background: #ffffff none repeat scroll 0 0;
	height: 45px;
	width: 100%;
	padding: 5px;
	border: 1px solid #68ACF8;
}
.blog_page_information .search_box .custom_input, 
.blog_page_information .search_box .form-control {
	background: #ffffff none repeat scroll 0 0;
	border: medium none;
	outline: medium none;
	font-size: 15px !important;
	font-family: "Lusitana",sans-serif;
	color: #435061 !important;
	box-shadow: none;
}
.blog_page_information .search_box .form-control::-webkit-input-placeholder {
	color: #435061;
}
.blog_page_information .search_box .form-control:-moz-placeholder {
	color: #435061;
}
.blog_page_information .search_box .form-control::-moz-placeholder {
	color: #435061;
}
.blog_page_information .search_box .form-control:-ms-input-placeholder {
	color: #435061;
}
.blog_info .archieves {
	clear: both;
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
	padding: 15px 30px;
}
.blog_info .archieves li {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	float:left;
	width: 100%;
}
.blog_info .archieves li:last-child {
	border: none;
}
.blog_info .archieves li a {
	color: #435061;
	font-family: "Karla",sans-serif;
	font-size: 15px;
	text-transform: uppercase;
}
.blog_page_information .blogimage_thumbnail {
	width: 100%;
	height: auto;
}
.blog_page_information .blogimage_thumbnail img {
	width: 100%;
	height: auto;
}
.blog_info .archieves .blogimagedescription h3, 
.blog_info .archieves .blogimagedescription h3 a, 
.archieves .blogimagedescription h3, 
.archieves .blogimagedescription h3 a {
	margin-top: 0;
	margin-bottom: 10px;
}
.blog_info .archieves .blogimagedescription .detail span {
	margin-right: 5px;
}
.blog_info .archieves .blogimagedescription .detail span:last-child {
	margin: none;
}
.blog_info .blogimagedescription h3, 
.blog_info .blogimagedescription h3 a {
    color: #000000;
    font-family: "Lusitana",serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 8px;
    text-transform: uppercase;
}
.blog_info .blogimagedescription h3.sidettl a{
	font-size: 13px;
}
#blog_page_information p.blog-detail{
	font-family: 'Lusitana', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #3b424a;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 1.2;
}
.blog_info .blogimagedescription .discription {
    border-bottom: 1px solid hsl(198, 19%, 87%);
    color: hsl(209, 12%, 55%);
    font-family: "Lusitana",sans-serif;
    font-size: 14px;
    line-height: 1.9;
    padding-bottom: 20px;
}
.blog_info .blogimagedescription .detail, 
.blog_info .blogimagedescription .detail a {
    color: hsl(214, 18%, 32%);
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.blog_info .blogimagedescription .detail span {
    margin-right: 25px;
}
.blog_page_information .search_box.blog-thumbnail .input-group-btn button.btn{
	padding: 2px;
}
.padding_none {
    padding: 0;
}
/*.blog_page_information .blog_info.blog-thumbnail.blog{
	min-height: 425px;
}*/
.blog_page_information .blogi .features-data{
	width: 100%;
	float: left;
	margin-bottom: 30px;
	background-color: #ffffff;
    border: 1px solid #ffffff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius :5px;
    padding: 15px;
}
.blog_page_information .blogi img{
	width: 100%;
}
.blog_page_information .features-data h2{
    color: #000000;
    font-family: "Lusitana",serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    padding: 5px 0px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
}
.blog_page_information .features-data p{
	color: #000000;
    font-family: "Karla",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 5px;
}
.blog_page_information .features-data span.date{
	float: left;
}
.blog_page_information .features-data span.author{
	float: right;
}
.blog_page_information .features-data .detail{
	margin-top: 30px;
	border-top: 1px solid hsl(198, 19%, 87%);
	padding-top: 5px;
}
.blog_page_information .features-data span.date a{
	color: #7c7c7c;
    font-family: "Montserrat",sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
    padding-right: 15px;
}
.blog_page_information .features-data span.date a:hover{
	color: #000000;
}
.blog_page_information .features-data .readmore{
	float: left;
	width: 100%;
	color: #6B5537;
    font-family: "Lusitana",serif;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}
.blogimagedescription {
  display: inline-block;
  padding: 15px 30px;
  width: 100%;
  border-bottom: 1px solid #68ACF8;
}
.archieves .blogimagedescription {
	padding: 0px;
	border: 0px;
}
.blogimagedescription h3 {
	margin: 0px !important;
}
.archieves i {
	color: #68acf8;
	margin-right: 10px;
	width: 15px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.blog_page_information .load_more{
		margin-bottom: 40px;
	}
	.blog_info .blogimagedescription{
		margin-top: 10px;
	}
	.blog_info ul li .col-md-8{
		padding: 0px;
	}
	.blog_page_information .blogg .left{
		width: 100% !important;
		margin-bottom: 5px;
	}
	.blog_page_information .blogg .right{
		width: 100% !important;
		margin-bottom: 5px;
	}
	.blog_page_information .blogg .right{
		padding-left: 0px !important;
	}

}
@media screen and (max-width: 991px) and (min-width: 767px) {
	.blog_page_information .load_more{
		margin-bottom: 40px;
	}
	.blog_info .blogimagedescription{
		margin-top: 10px;
	}
	.blog_info ul li .col-md-8{
		padding: 0px;
	}
	.blog_page_information .blogimage{
		height: auto;
	}
	.blog_page_information .blogimage img{
		width: 100%;
	}
	.blog_page_information .blog-thumbnail {
    	margin-bottom: 30px;
    	float: left;
	}
}
/***************************************
***********************************
5.0 Blog Detail Page
***********************************
***************************************/
.blog_post_page h1 {
    color: #000000;
    font-family: "Lusitana",sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
.blog_post_page .detail a {
    color: #7c7c7c;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-right: 25px;
    text-transform: uppercase;
    text-decoration: none;
}
.blog_post_page .detail a:hover{
	color: #000000;
}
.blog_post_page .full_image {
    height: auto;
    margin-top: 15px;
    width: 100%;
}
.blog_post_page.class-detail-page .full_image {
	margin-top: 0px;
	margin-bottom: 30px;
}
.class-detail-page .panel.panel-default {
	margin: 0px;
	border-radius: 0px;
	border-color: #68acf8;
	border-bottom: 0px;
}
.class-detail-page .panel.panel-default:last-child {
	border-bottom: 1px solid #68acf8;
}
.class-detail-page .panel-heading {
	padding: 0px;
}
.class-detail-page .panel-heading a {
	display: inline-block;
	padding: 10px 15px;
	width: 100%;
	text-decoration: none;
	outline: none;
}
.class-deatil-content-list {
	padding: 0px;
	list-style: none;
}
.class-deatil-content-list p {
	margin-bottom: 5px;
	font-size: 16px;
}
.class-detail-page .panel-default > .panel-heading {
	background: #ffffff;
}
.blog_discription_paragraphs {
    color: #000000;
    font-family: "Karla",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0;
    margin-top: 35px;
}
.bolg_post_list {
    color: #7c7c7c;
    font-family: "Montserrat",sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin: 50px 0 0;
    padding: 0;
}
.bolg_post_list li {
    list-style: outside none none;
    margin-bottom: 10px;
    padding-left: 25px;
}
.bolg_post_list > li::before {
    background-color: #68ACF8;
    border-radius: 50%;
    bottom: 5px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 10px;
}
.discription_detail {
    background-color: #68ACF8;
    color: hsl(0, 0%, 100%);
    float: left;
    font-family: "Lusitana",sans-serif;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    height: auto;
    margin-top: 55px;
    padding: 40px;
    width: 100%;
    line-height: 1.5;
    opacity: 0.85;
}
.display_blog_reply {
    float: left;
    height: auto;
    width: 100%;
}
.comment_form_block h3, .display_blog_reply h3 {
    color: hsl(212, 14%, 24%);
    font-family: "Lusitana",sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 65px;
    text-transform: uppercase;
}
.reply_list {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.reply_list li {
    background-color: #ffffff;
    float: left;
    list-style: outside none none;
    margin-bottom: 30px;
    padding: 25px;
    width: 100%;
}
.reply_message_of-reply {
    float: right !important;
    width: 92% !important;
}
.reply_list li img {
    height: auto;
    width: 100%;
}
.replyer_name {
    float: left;
    min-width: 10px;
}
.replyer_name h4 {
    font-family: "Lusitana",sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
    text-transform: uppercase;
}
.blog_post_reply_btn {
    background-color: rgb(129, 173, 246);
    color: hsl(0, 0%, 100%);
    display: block;
    float: left;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-weight: 500;
    height: 25px;
    line-height: 2.2;
    margin-left: 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    width: 70px;
}
.blog_post_reply_btn:hover {
    background-color: #000000;
    color: hsl(0, 0%, 100%);
    text-decoration: none;
}
.reply_date_time {
    color: #7c7c7c;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 2;
    text-transform: uppercase;
}
.reply_message {
    clear: both;
    color: #000000;
    font-family: "Karla",sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    padding-right: 65px;
}
.padding_left_none {
    padding-left: 0;
}
.padding_right_none {
    padding-right: 0;
}
.comment_form_block input, .comment_form_block textarea {
    background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
    border: 1px solid #68ACF8 !important;
    color: #000000;
    font-family: "Lusitana",sans-serif;
    font-size: 15px;
    font-weight: 100;
    height: 45px;
    margin-bottom: 20px;
    padding-left: 15px;
    width: 100% !important;
}
.blog_comment_submit_btn {
    background-color: rgb(129, 173, 246);
    border: medium none;
    color: hsl(0, 0%, 100%);
    font-family: "Karla",sans-serif;
    font-size: 17px;
    font-weight: 500;
    height: 45px;
    margin-bottom: 10px;
    outline: medium none;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    width: 150px;
}
.comment_form_block textarea {
    height: 105px;
    padding-top: 15px;
}
@media screen and (max-width: 767px) {
	.replyer_name{
		width: 100%;
	}
	.blog_post_reply_btn{
		margin-left: 0px;
	}
	.reply_message{
		padding-right: 0px;
	}
	.padding_left_none{
		padding-right: 0px;
	}
	.padding_right_none{
		padding-left: 0px;
	}
	.blog_comment_submit_btn{
		width: 100%;
	}
}
/***************************************
***********************************
6.0 Column Grids
***********************************
***************************************/
/* custom counter bar */
.container.counter-team {
    padding-bottom: 40px;
    padding-top: 50px;
}
.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 23.5%; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
	position: relative;
	display:inline;
	display: inline-block;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
}
.end { margin-right: 0 !important; }
/* Column Grids End */

/*.wrapper { width: 980px; margin: 30px auto; position: relative;}*/
.counter { 
	/*background-color: #ffffff;*/ 
	padding: 20px 0; 
	border-radius: 5px;
}
.count-title { 
	font-size: 40px; 
	font-family: 'Karla';
	font-weight: 400;    
	margin-top: 30px; 
	margin-bottom: 0; 
	text-align: center; 
	color: #ffffff;
}
section.default-color-counter .count-title,
section.default-color-counter .count-text,
section.default-color-counter .fa-2x{
	color: #68ACF8;
}
.count-text { 
	font-size: 20px; 
	font-family: 'Karla';
	font-weight: 700;  
	margin-top: 5px; 
	margin-bottom: 0; 
	text-align: center; 
	color: #ffffff;
	text-transform: capitalize;
}
.fa-2x { 
	margin: 0 auto; 
	float: none; 
	display: table; 
	color: #ffffff; 
	font-size: 40px;
}
.firstcharacter {
  color: rgb(102, 92, 87);
  float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}
@media screen and (max-width: 767px) {
	.counter-team .col_fifth{
		width: 100%;
	}
	.agent-cont-img img {
	    width: 100%;
	}
}
/***************************************
***********************************
7.0 Page with left & Right Sidebar
***********************************
***************************************/
ul.inner-page-bullet-ul {
    -moz-columns: 2 auto;
    margin: 30px 0;
    padding: 0;
}
#inner-page-left-sidebar-content-area ul, 
#inner-page-right-sidebar-content-area ul {
    float: left;
    list-style: outside none none;
    width: 100%;
}
#inner-page-left-sidebar-content-area li, 
#inner-page-left-sidebar-content-area li {
   	background: hsla(0, 0%, 0%, 0) url("../images/ul-li-list-style.png") no-repeat scroll left 7px;
    color: #7c7c7c;
    font-family: "Karla",sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 0 5px 25px;
}
.blog_info.blog-thumbnail .archieves li {
    background: hsla(0, 0%, 0%, 0) none repeat scroll 0 0;
    font-weight: 400;
}
#inner-page-left-sidebar-content-area h1, 
#inner-page-right-sidebar-content-area h1 {
    color: rgb(0, 0, 0);
    font-family: "Lusitana",sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
.inner-page-full-description, 
.inner-page-banner-paragraph {
    color: #000000;
    font-family: "Karla",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0;
    margin-top: 15px;
}
ul.inner-page-left-single-line, 
ul.inner-page-right-single-line {
    margin: 25px 0;
    padding: 0;
}
#inner-page-left-img, #inner-page-right-img {
    margin: 53px 0 18px;
}
#inner-page-right-side-left-area h2.inner-page-left-title, 
#inner-page-left-side-right-area h2.inner-page-right-title {
    margin-bottom: 0;
    margin-top: 2px;
}
#inner-page-right-img h2.inner-page-right-title, 
#inner-page-left-img h2.inner-page-left-title {
    padding: 0;
}
#inner-page-left-sidebar-content-area h2, 
#inner-page-right-sidebar-content-area h2 {
    color: #000000;
    font-family: "Karla",sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
	.inner-page-right-title {
	    margin-top: 20px !important;
	}
	.inner-page-left-title {
	    margin-top: 20px !important;
	}
}
/* table responsive */
table.tablse {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	width: 100%;
	float: left;
	border: #000000 solid 1px;
	margin-top: 20px;
}
table.tablse tr td, table.tablse thead tr th {
	border: #A64DA6 solid 1px;
}
table.tablse thead tr th {
	border-top: #000000 solid 1px;
	border-right: #000000 solid 1px;
}
table.tablse thead tr th:nth-child(1) {
	border-left: #000000 solid 1px;
}
table.tablse thead tr th:nth-last-child(1) {
	border-right: #000000 solid 1px;
}
table.tablse thead {
	background-color: #A64DA6;
	color: #fff;
}
table.tablse th, table.tablse td {
	padding: 15px 30px;
}
table.tablse td {
	color: rgb(124, 124, 124)
}
table.tablse tr th:nth-child(1), 
table.tablse tr td:nth-child(1) {
	text-align: center;
}
.class-detail-trainer-img {
	width: 150px;
	height: 150px;
	border: 1px solid #f5f5f5;
	border-radius: 50%;
	margin-top: 15px;
}
.class-detail-trainer a {
	color: #665c57;
	text-decoration: none;
}
.class-detail-trainer .social-icons {
	width: auto;
	display: inline-block;
	padding: 0px;
}
.class-detail-trainer .social-icons li {
	display: inline-block;
	width: auto;
	margin-right: 10px;
}
/***************************************
***********************************
8.0 Contact Us Page
***********************************
***************************************/
.cont-adds {
    background-color: #ffffff;
    margin-right: 15px;
    padding: 30px 0px 30px 0px;
    text-align: center;
    border: 1px solid #68acf6;
    border-radius: 5px;
}
.cont-adds .main{
	float: left;
	width: 100%;
	border-bottom: 1px solid #68acf6;
}
.cont-adds span.glyphicon {
    color: #68acf6;
    font-size: 30px;
    margin-bottom: 25px;
    text-align: center;
    float: left;
    width: 30%;
}
.cont-adds h2 {
    color: #68acf6;
    font-family: "Karla",sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase;
    float: left;
    width: 70%;
    text-align: left;
}
.cont-adds span.ttl {
    color: #665c57;
    font-family: "Karla",sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    float: left;
    width: 100%;
    padding-top: 15px;
}
.cont-adds p {
    color: #665c57;
    font-family: "Karla",sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.contact-form {
    float: left;
    width: 100%;
}
.agent-cont-form input,
.agent-cont-form textarea{
	float: left;
	width: 100%;
	border:2px solid #68acf6;
	border-radius: 5px;
	font-family: 'Karla';
	font-size: 18px;
	color: #665c57;
}
.agent-cont-form input:hover, .agent-cont-form input:focus, .agent-cont-form input:active{
	border:2px solid #68acf6;
	box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.20);	
}
.agent-cont-form textarea:hover, .agent-cont-form textarea:focus, .agent-cont-form textarea:active{
	border:2px solid #68acf6;
	box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.20);	
}
.agent-cont-form input.frm-submit,
.registration-form input.frm-submit{
	border:2px solid #68acf6;
	border-radius: 5px;
	font-family: 'Karla';
	font-size: 18px;
	color: #665c57;
	background-color: #68acf6;
	color: #ffffff;
}
.agent-cont-form input.frm-submit:hover, 
.agent-cont-form input.frm-submit:focus, 
.agent-cont-form input.frm-submit:active{
	border:1px solid #68acf6;
	box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.50);	
}
.contact-map-address{
	float: left;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.cont-adds{
		margin-bottom: 10px;
	}
	.contact-form .agent-cont-img{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 991px) and (min-width: 767px) {
	.cont-adds{
		margin-bottom: 10px;
	}
	.cont-adds h2{
		font-size: 18px;
		margin-top: 5px;
	}
	.cont-adds span.ttl{
		font-size: 15px;
	}
	.cont-adds p{
		font-size: 14px;
	}
}
/***************************************
***********************************
9.0 Registration Page
***********************************
***************************************/
.rg-cont-img img{
	width: 100%;
	float: left;
	height: auto;
}
.agent-cont-form input,
.agent-cont-form textarea{
	float: left;
	width: 100%;
	border:2px solid #68acf6;
	border-radius: 5px;
	font-family: 'Karla';
	font-size: 18px;
	color: #665c57;
}
.registration-form .agent-cont-form input,
.registration-form .agent-cont-form textarea,
.registration-form .agent-cont-form select{
	float: left;
	width: 100%;
	border:2px solid #68acf6;
	border-radius: 0px;
	font-family: 'Karla';
	font-size: 18px;
	color: #665c57;
}
.registration-form .agent-cont-form .bootstrap-select{
	float: left;
	width: 100% !important;
	border:2px solid #68acf6;
	border-radius: 0px;
	font-family: 'Karla';
	font-size: 18px;
	color: #665c57;
	margin-bottom: 30px;
}
.registration-form .agent-cont-form .btn-default,
.registration-form .agent-cont-form .btn-default.active,  
.registration-form .agent-cont-form .btn-default.focus, 
.registration-form .agent-cont-form .btn-default:active, 
.registration-form .agent-cont-form .btn-default:focus, 
.registration-form .agent-cont-form .btn-default:hover, 
.registration-form .agent-cont-form .open > .dropdown-toggle.btn-default{
	background-color: #ffffff;
    border-color: #ffffff;
    color: #333333;
    border-radius: 0px !important;
    font-family: 'Karla';
	font-size: 18px;
	color: #665c57 !important;
}
.registration-form input.frm-submit{
	border:2px solid #68acf6;
	border-radius: 0px;
	font-family: 'Karla';
	font-size: 18px;
	color: #665c57;
	background-color: #68acf6;
	color: #ffffff;
}
@media screen and (max-width: 767px) {
	.registration-form .rg-cont-img img{
		margin-bottom: 30px;
	}
}
/***************************************
***********************************
10.0 Trainer Details Page
***********************************
***************************************/
.trainer-details {
	display: inline-block;
	width: 100%;
	height: 580px;
	background-image: url("../images/border2.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	float: left;
	padding: 40px 40px;
}
.trainer-details h2{
	font-size: 20px;
	color: #000000;
	text-align: left;
	text-transform: capitalize;
	margin-top: 0px;
	margin-bottom: 10px;
}
.trainer-details span{
	font-size: 16px;
	color: #c6ab88;
	text-align: left;
	text-transform: capitalize;
	padding-top: 10px;
}
.trainer-details p{
	color: #000000;
    font-size: 16px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.trainer-details hr{
	 border-color: #c6ab88;
	 margin-top: 15px;
	 margin-bottom: 15px;
}
.trainer-details .social-icons{
	padding-left: 0px;
	padding-top: 5px;
}
.trainer-details ul.social-icons a{
	color:#000000;
}
/*.trainer-details ul.social-icons a i {
    border: 1px solid #000000;
    border-radius: 50px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    position: relative;
    text-align: center;
    width: 35px;
}*/
.trainer-skills h2 span{
	font-size: 24px;
	color: #000000;
	text-align: left;
	text-transform: capitalize;
}
.trainer-skills p{
	color: #000000;
    font-size: 16px;
    padding-bottom: 10px;
}
.trainer-skills label{
	font-size: 20px;
	color: #000000;
	text-align: left;
	text-transform: capitalize;
}
@media screen and (max-width: 767px) {
	.trainer-details{
		background-image: none;
		padding: 40px 0px;
	}
}
@media screen and (max-width: 991px) and (min-width: 767px) {
	.trainer-details {
	    padding: 25px;
	}
}
/***************************************
***********************************
11.0 Event Details Page
***********************************
***************************************/
.single-event-info {
    float: left;
    width: 100%;
}
.circle-date {
    border: 2px solid #808080;
    border-radius: 50%;
    height: 100px;
    width: 100px;
}
.circle-date > span {
    float: left;
    padding: 20px 30px;
    
}
.event-single-address .cont-adds-main {
    background-color: #ffffff;
    border: 1px solid #68acf6;
    margin-right: 15px;
    padding: 20px 0;
    text-align: center;
    /*box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.30);*/
}
.cont-adds-main .main {
    border-bottom: 1px solid #68acf6;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.cont-adds-main span.glyphicon {
    color: #68acf6;
    float: left;
    font-size: 20px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}
.cont-adds-main h2 {
    color: #68acf6;
    float: left;
    font-family: "Karla",sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.cont-adds-main p{
	font-family: "Karla",sans-serif;
    font-size: 17px;
    font-weight: 700;
    color : #000000;
    margin-top: 2px;
    margin-bottom: 2px;
    text-transform: capitalize;
}
.cont-adds-main p span{
	font-family: "Karla",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}
.event-map-address{
	float: left;
	width: 100%;
}
.ev-container{
	position: relative;
	bottom: -100px;
	z-index: 999;
}
.shadow2{
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
	position: relative;
}
.shadow2:before{
  position:absolute;
  content:"";
  width:80%;
  top:140px;bottom:15px;left:30px;
  background-color:#9F8641;
  z-index:-1;
  -webkit-box-shadow:0 23px 17px 0 #9F8641;
  -moz-box-shadow:0 23px 17px 0 #9F8641;
  box-shadow: 0 23px 17px 0 #9F8641;
  -webkit-transform:rotate(-4deg);
  -moz-transform:rotate(-4deg);
  transform:rotate(-4deg);
}

.shadow8{
  box-shadow:
 -6px -6px 8px -4px rgba(250,254,118,0.75),
  6px -6px 8px -4px #479F41,
  6px 6px 8px -4px rgba(255,255,0,0.75),
  6px 6px 8px -4px rgba(0,0,255,2.75);
}


.shadow1:before, .shadow1:after{
  position:absolute;
  content:"";
  bottom:12px;left:15px;top:80%;
  width:45%;
  background:#9B7468;
  z-index:-1;
  -webkit-box-shadow: 0 20px 15px #9B7468;
  -moz-box-shadow: 0 20px 15px #9B7468;
  box-shadow: 0 20px 15px #9B7468;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.shadow1:after{
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  transform: rotate(6deg);
  right: 30px;left: auto;
}


#heart { 
	position: relative; 
	width: 9%; 
	height: 90px;
	float: left; 
} 
#heart:before, #heart:after { 
	position: absolute; 
	content: ""; 
	left: 50px; 
	top: 0; 
	width: 50px; 
	height: 80px; 
	background: #665c57; 
	-moz-border-radius: 50px 50px 0 0; 
	border-radius: 50px 50px 0 0; 
	-webkit-transform: rotate(-45deg); 
	-moz-transform: rotate(-45deg); 
	-ms-transform: rotate(-45deg); 
	-o-transform: rotate(-45deg); 
	transform: rotate(-45deg); 
	-webkit-transform-origin: 0 100%; 
	-moz-transform-origin: 0 100%; 
	-ms-transform-origin: 0 100%; 
	-o-transform-origin: 0 100%; 
	transform-origin: 0 100%; 
} 
#heart:after { 
	left: 0; 
	-webkit-transform: rotate(45deg); 
	-moz-transform: rotate(45deg); 
	-ms-transform: rotate(45deg); 
	-o-transform: rotate(45deg); 
	transform: rotate(45deg); 
	-webkit-transform-origin: 100% 100%; 
	-moz-transform-origin: 100% 100%; 
	-ms-transform-origin: 100% 100%; 
	-o-transform-origin: 100% 100%; 
	transform-origin :100% 100%; 
}
#heart span.sp1 {
    color: #ffffff;
    font-size: 22px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
}
#heart span.sp2 {
    color: #ffffff;
    font-size: 22px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 35px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
}
.event-head-details {
    float: left;
    margin-top: -20px;
    padding-left: 30px;
    width: 90%;
}
.event-head-details span{
	width: 100%;
	float: left;
	color: #000000;
	text-transform: capitalize;
}
.event-head-details span i{
	padding-right: 5px;
}
@media screen and (max-width: 767px) {
	#heart span.sp1{
		padding-left: 35px;
	}
	#heart span.sp2{
		padding-left: 40px;
	}
	.event-head-details{
		padding-left: 80px;
	}
	.event-head-details h2{
		font-size: 22px;
	}
	.event-single-address .cont-adds-main{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 991px) and (min-width: 767px) {
	.event-single-address .cont-adds-main{
		margin-bottom: 30px;
	}
	#heart span.sp1{
		padding-left: 35px;
	}
	#heart span.sp2{
		padding-left: 40px;
	}
	.event-head-details{
		padding-left: 80px;
	}
}
/***************************************
***********************************
12.0 Banner Second Style
***********************************
***************************************/
section.nexa-banner-travel .banner-box {
    position: relative;
}
section.nexa-banner-travel {
    position: relative;
}
section.nexa-banner-travel .banner-info {
    bottom: 35%;
    float: left;
    position: absolute;
    text-align: center;
    width: 100%;
}
section.nexa-banner-travel .banner-info h1 {
    color: #fff;
    font-size: 157.31px;
    font-weight: 700;
}
section.nexa-banner-travel .banner-info h2 {
    color: #fff;
    font-size: 27.85px;
    font-weight: lighter;
}
section.nexa-banner-travel .banner-photo .img-responsive {
    opacity: 0.9;
    width: 100%;
}
section.nexa-banner-travel .carousel-indicators .active {
    background-color: #f38695;
    border-color: #f38695;
    height: 15px;
    margin: 1px;
    width: 15px;
}
section.nexa-banner-travel .carousel-indicators li {
    background-color: #7D8F82;
    border: 1px solid #7D8F82;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    width: 15px;
}
section.nexa-banner-travel .carousel-indicators {
    bottom: 50px;
}
section.nexa-banner-travel .scroll-btn-banner {
    background-color: #f48995;
    border: 14px solid #f48995;
    border-radius: 35px;
    bottom: -4%;
    height: 51px;
    left: 48%;
    margin: 1px auto 0;
    position: absolute;
    width: 51px;
}
section.nexa-banner-travel .scroll-btn-banner .fa {
    color: #fff;
    padding-left: 3px;
    font-size: 26px;
}
/***************************************
***********************************
13.0 Sechdule Page Style
***********************************
***************************************/
.demo-wrap { margin-top: 150px; }
.demo-wrap .demo {
  width: 1000px;
  height: 450px;
  margin: 0 auto;
  position: relative;
  -webkit-user-select: none;
}
.slide-wrap {
  width: 1000px;
  height: 450px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.slide-wrap li {
  display: none;
  width: 300px;
  position: absolute;
  z-index: 0;
  overflow: hidden;
  box-shadow: 0px 10px 20px #888;
}
.slide-wrap .inner {
  position: relative;
  border: 3px solid #ecfdfd;
  border-radius: 5px;
}
.slide-wrap .inner a {
  text-decoration: none;
  border: none;
  outline: none;
}
.slide-wrap .pic-tit {
  font-size: 14px;
  width: 100%;
  height: 65px;
  line-height: 65px;
  background: #1ca297;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: 99999;
  text-align: center;
  color: #FFF;
  overflow: hidden;
}
.slide-wrap img {
  width: 100%;
  border: none;
  outline: none;
}
.slide-wrap .pos1 {
  display: block;
  width: 180px;
  height: auto;
  top: 60px;
  left: 6%;
  z-index: 1;
}
.slide-wrap .pos2 {
  display: block;
  width: 220px;
  height: auto;
  top: 35px;
  left: 20%;
  z-index: 2;
}
.slide-wrap .pos3 {
  display: block;
  width: 300px;
  height: auto;
  top: 0;
  left: 35%;
  z-index: 3;
}
.slide-wrap .pos4 {
  display: block;
  width: 220px;
  height: auto;
  top: 35px;
  right: 20%;
  z-index: 2;
}
.slide-wrap .pos5 {
  display: block;
  width: 180px;
  height: auto;
  top: 60px;
  right: 6%;
  z-index: 1;
}
.slide-wrap .inner {
  overflow: hidden;
  position: relative;
}
.arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #384047;
  color: #fff;
  position: absolute;
  top: 160px;
  z-index: 10;
  cursor: pointer;
  font-size: 30px;
  line-height: 48px;
  text-align: center;
  font-style: normal;
}
.prev {
  left: 330px;
  background-position: 0px 0px;
}
.next {
  right: 330px;
  background-position: -52px 0px;
}
/***************************************
***********************************
14.0 Advance Style
***********************************
***************************************/
.navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.fitness-auto {
    margin-left: auto !important;
}
.navbar-nav {
    display: -ms-flexbox;
    display: inline;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-align: center;
    align-items: center;
}

.h1-nav .navbar-nav .nav-item {
  margin: 0 20px;
}

.h1-nav .navbar-nav .nav-item .nav-link {
  padding: 12px 0px;
  color: #8d97ad;
  font-weight: 400;
}

.h1-nav .navbar-nav .nav-item .nav-link:hover {
  color: #07d79c;
}

.h1-nav .navbar-nav .nav-item:last-child {
  margin-right: 0px;
}
nav.menu-style-1 .nav-link {
    display: block;
    padding: .5rem 1rem;
}
.dropdown-menu a {
    text-decoration: none;
}
.dropdown, .dropup {
    position: relative;
}
.h1-nav .navbar-nav .nav-item .nav-link:hover {
    color: #07d79c;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-nav .dropdown-menu {
    float: none;
}
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 177px;
    padding: .5rem 0;
    margin: .125rem 0 0;
        margin-top: 0.125rem;
    margin-top: 0.125rem;
    font-size: 17px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
}
.navbar-nav > li {
    display: inline-block;
}
.dropdown-item {
    padding: 8px 1rem;
    color: #8d97ad;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: transparent;
  }
.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    font-size: 16px;
    margin-right: 0px;
    border-bottom: 1px solid #dbdbdb;
}
.dropdown-menu a:hover {
    background: #75A1F9;
    color: #ffffff;
}
.dropdown-menu{
	padding:0px;
}
.dropdown-menu #mh1-dropdown{
	padding: 0px;
}
@media screen and (max-width: 767px){
.navbar-nav > li {
    display: block;
	}
	nav.menu-style-1 .nav.navbar-nav.navbar-right {
    background: #ffffff;
    float: left;
    width: 100%;
	}
	.navbar-default .navbar-collapse, 
	.navbar-default .navbar-form {
    border-color: #e7e7e7;
    margin-right: -29px;
    margin-left: -29px;
	}
	header.v2 .navbar-default.menu-style-3 .navbar-collapse {
    margin-left: 0px;
	}
	header.v2 .menu-style-3 .navbar-nav > li:first-child > a {
		padding-left: 15px;
	}
	header.v2 .menu-style-3 .navbar-nav > li > a {
		padding-left: 15px;
		padding-bottom: 20px;
	}
	.menu-style-1 .navbar-nav > li > a, 
	.menu-style-2 .navbar-nav > li > a, 
	.menu-style-3 .navbar-nav > li > a {
    padding-bottom: 2px;
	}
	.menu-style-1.v2 .navbar-nav > li > a {
    	color: #000;
	}

	header.v2 #bs-example-navbar-collapse-1 .sub-menu{
		background-color: rgb(248, 248, 248);
	    border-color: rgb(248, 248, 248);
	    border-radius: 5px;
	    box-shadow: none;
	    display: block;
	    list-style: outside none none;
	    margin: 0;
	    min-height: 100%;
	    opacity: 1;
	    padding: 9px;
	    position: absolute !important;
	    transition: all 0.3s ease-in-out 0s;
	    min-width: 90%;
	    z-index: 9999;	
	}
	header.v2 .navbar-default .navbar-nav > li:hover .sub-menu{
		display: block;
		position: unset;
		position: relative !important;
	}
	header.v2 #bs-example-navbar-collapse-1 .sub-menu{
		top: 0px;
	}
}
@media screen and (max-width: 2000px) and (min-width: 768px) {
	.hover-dropdown .navbar-nav .dropdown:hover .dropdown-menu {
	    display: block;
	    margin-top: 0px;
	    min-width: 235px;
	    left: -19px;
	    text-align: center;
	}
}
body {
	background: #ffffff none repeat scroll 0 0;
    color: #636363;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
	line-height: 26px;
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing:grayscale;
	overflow-X: hidden;
}
h1,h2,h3,h4,h5,h6 {
	color: #333333;
	font-family: 'Oswald', sans-serif;
}
p {
	color:#636363;
	line-height: 26px;
}
a {
	color: #333333;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
a:hover {
	color: #D2638E;
	text-decoration: none;
}
a:focus {
	outline: none;
	text-decoration: none;
}
button {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
img {
	max-width: 100%;
}
ul,li,ol {
	margin: 0;
	padding: 0;
}
fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}
input:focus,
textarea:focus {
	outline: none;
	box-shadow:  none !important;
}
iframe {
	border: 0;
}
.table {
	margin: 0;
}
.mark, mark {
	padding-top: 0;
	padding-bottom: 0;
}
.z-index-inherit {
	z-index: inherit;
}
section {
	padding: 50px 0;
	position:relative;
	width: 100%;
	z-index: 1;
}
section.small_pt,
.small_pt,
.top_footer.small_pt {
	padding-top: 50px;
}
section.small_pb,
.small_pb,
.top_footer.small_pb {
	padding-bottom: 50px;
}
.small_padding {
    padding: 30px;
}
.medium_padding {
    padding: 50px;
}
.large_padding {
    padding: 100px;
}
section.pb_20,.pb_20 {
	padding-bottom: 20px;
}
section.pb_70,.pb_70 {
	padding-bottom: 70px;
}
.xs_divider {
	height: 15px;
}
.small_divider {
	height: 30px;
}
.medium_divider {
	height: 50px;
}
.large_divider {
	height: 100px;
}
.padding_eight_all {
	padding: 8%;
}
.padding_eight_lr {
	padding: 0 8%;
}
.padding_eight_tb {
	padding: 8% 0;
}
.list_none li {
	list-style:none;
}
.order_list,
.disc_list {
	padding-left: 15px;
}
.btn:focus,.btn:hover,.btn.active,
.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show > .btn.dropdown-toggle:focus {
	outline: medium none;
	box-shadow: none;
}
button:focus {
	outline:none;
}
.btn {
	border-width: 2px;
	cursor: pointer;
	padding: 10px 25px;
	text-transform: uppercase;
	font-weight: 500;
	transition: all 0.5s ease-in-out;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btn-default {
	background-color: #D2638E;
	border-color: #D2638E;
	color: #ffffff !important;
	padding: 10px 25px;
}
.btn-default:hover,.btn-default.focus, .btn-default:focus {
	background-color: #D30B36;
	border-color: #D30B36;
	color: #fff;
}
.btn-white {
	background-color: #ffffff;
	border-color: #fff;
	color: #D2638E !important;
	padding: 10px 25px;
}
.btn-white:hover {
	background-color: #333;
	border-color: #333;
	color: #fff !important;
}
.btn-black:hover {
	background-color: #ffffff;
	color: #333;
}
.btn-outline-black {
	background-color: transparent;
	border: 2px solid #333;
	color: #333;
	padding: 10px 25px;
}
.btn-outline-black:hover {
	background-color: #333;
	color: #fff;
}
.btn-outline-default {
	background-color: transparent;
	border: 2px solid #D2638E;
	color: #D2638E !important;
	padding: 10px 25px;
}
.btn-outline-default:hover {
	background-color: #D2638E;
	color: #fff !important;
}

.btn-radius {
	border-radius: 50px !important;
}
.btn + .btn {
	margin-left: 10px;
}
.btn i {
	font-size: 16px;
	vertical-align: middle;
	line-height: 1;
}
.btn span {
    font-size: 14px;
}
.btn-group-sm > .btn, .btn-sm {
    padding: 7px 15px;
}
.btn-group-lg > .btn, .btn-lg {
    padding: 14px 35px;
}
.btn-xs {
    padding: 4px 15px;
    font-size: 12px;
}
.btn-md {
    padding: 10px 30px;
    font-size: 16px;
}
.btn.btn-xs i {
    font-size: 12px;
}
.btn.btn-sm i {
    font-size: 14px;
}
.btn.btn-lg i {
    font-size: 28px;
}
.radius_all_5 {
	border-radius: 5px;
}
.radius_all_10 {
	border-radius: 10px;
}
.radius_ltrt_5 {
	border-radius: 5px 5px 0 0;
}
.radius_ltrt_10 {
	border-radius: 10px 10px 0 0;
}
.radius_lbrb_5 {
	border-radius: 0 0 5px 5px;
}
.radius_lbrb_10 {
	border-radius: 0 0 10px 10px;
}
.radius_ltlb_5 {
	border-radius: 5px 0 0 5px;
}
.radius_ltlb_10 {
	border-radius: 10px 0 0 10px;
}
.radius_rtrb_10 {
	border-radius: 0 10px 10px 0;
}
.box_shadow1 {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.box_shadow2 {
	box-shadow: 0px 4px 20px rgba(101, 101, 101, 0.1);
}
.box_shadow3 {
	box-shadow: 0 5px 5px rgba(0,0,0,0.15);
}
.box_shadow4 {
	box-shadow: 0 0px 20px rgba(0,0,0,0.10);
}
.box_shadow5 {
	box-shadow: 0 0px 5px rgba(0,0,0,0.20);
}
.heading_s1 h1,.heading_s1 h2, .heading_s1 h3, .heading_s1 h4, .heading_s1 h5, .heading_s1 h6,
.heading_s2 h1,.heading_s2 h2, .heading_s2 h3, .heading_s2 h4, .heading_s2 h5, .heading_s2 h6,
.heading_s3 h1,.heading_s3 h2, .heading_s3 h3, .heading_s3 h4, .heading_s3 h5, .heading_s3 h6 {
	margin-bottom: 0px;
	text-transform: capitalize;
}
.heading_s1,
.heading_s2 {
	margin-bottom: 25px;
	position: relative;
}
.heading_s1 h1,.heading_s1 h2, .heading_s1 h3, .heading_s1 h4, .heading_s1 h5, .heading_s1 h6 {
	font-weight: bold;
}
.heading_s1 h1, .heading_s2 h1, .heading_s3 h1 {
	font-size: 48px;
}
.heading_s1 h2,
.heading_s2 h2,
.heading_s3 h2 {
	font-size: 40px;
}
.heading_s2 h1,.heading_s2 h2, .heading_s2 h3, .heading_s2 h4, .heading_s2 h5, .heading_s2 h6,
.heading_s3 h1,.heading_s3 h2, .heading_s3 h3, .heading_s3 h4, .heading_s3 h5, .heading_s3 h6 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
.heading_s3 {
	position: relative;
}
[class*="heading_"].text-center .title_icon {
	margin: 0 auto;
}
.title_icon {
	color: #D2638E;
	font-size: 30px;
	position: relative;
	padding: 0 10px;
	margin: 0 25px;
	display: table;
	line-height: normal;
}
.title_icon::after {
	content: "";
	background-color: #D2638E;
	position: absolute;
	width: 25px;
	height: 1px;
	display: block;
	top: 50%;
	right: -25px;
}
.title_icon::before {
	content: "";
	background-color: #D2638E;
	position: absolute;
	width: 25px;
	height: 1px;
	display: block;
	top: 50%;
	left: -25px;
}
.heading_light .title_icon {
	color: #fff;
}
.heading_light .title_icon::after,
.heading_light .title_icon::before {
	background-color: #fff;
}
.text-right .title_icon {
	display: inline-block;
}
.heading_s2 .sub_heading {
	font-family: 'Lora', serif;
}
.sub_heading {
	color: #D2638E !important;
	padding-bottom: 10px;
	display: block;
	text-transform: capitalize;
}
.heading_light > * {
	color: #fff;
}
.heading_s1.heading_light::before,
.heading_s1.heading_light::after {
	background-color: #ffffff;
}
.text_uppercase * {
	text-transform: uppercase;
}	
.form-control,
.form-control:focus,
.custom-file-input:focus ~ .custom-file-label {
	color: #666666;
	box-shadow: none;
}
.form-control {
	height: 45px;
	padding: 10px 15px;
	font-size: 14px;
}
.icon_form .form-control {
	padding-left: 35px;
}
.form_style1.icon_form .form-control {
	padding-left: 40px;
}
.form_style1.icon_form .form-group .form-input span {
	left: 15px;
}
.form-input {
	position: relative;
}
.icon_form .form-group .form-input span {
	position: absolute;
	left: 10px;
	top: 10px;
	pointer-events: none;
	z-index: 9;
}
.icon_form .form-group .form-input span i {
	font-size: 15px;
}
.form-control::-webkit-input-placeholder {
	color:#888888;
	opacity:1
}
.form-control::-moz-placeholder {
	color:#888888;
	opacity:1
}
.form-control:-ms-input-placeholder {
	color:#888888;
	opacity:1
}
.form-control::-ms-input-placeholder {
	color:#888888;
	opacity:1
}
.form-control::placeholder {
	color:#888888;
	opacity:1
}
.form_style1 .form-control,.form_style1 .form-control:focus,.form_style1 button {
	border-radius: 50px;
}
.form_style1 textarea.form-control,.form_style1 textarea.form-control:focus {
	border-radius: 35px;
}
.form_style2 .form-control,.form_style2 .form-control:focus,.form_style2 button {
	border-radius: 0px;
}
.form_transparent .form-control,.form_transparent .form-control:focus, .form_transparent .custom-file-input:focus ~ .custom-file-label {
	background-color: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.4);
}
.form_transparent .form-control::placeholder {
    color: #fff;
}
.form_transparent .form-control::placeholder {
    color: #fff;
}
.form_transparent .form-control::placeholder {
    color: #fff;
}
.form_transparent .form-control::placeholder {
    color: #fff;
}
.font_style1 {
	font-family: 'Lora', serif;
	font-style: italic;
}
.text_white * {
	color: #fff;
}
.text_dark * {
	color: #333 !important;
}
.text_default {
	color: #D2638E !important;
}
.text_light_green {
	color: #B3D369 !important;
}
.text_danger {
	color: #F5576C !important;
}
.text_warning {
	color: #f5bf2f !important;
}
.overflow_hide {
	overflow: hidden;
}
.scrollup {
	background-color: #2f2f2f;
	border-radius: 100%;
	bottom: 20px;
	color: #ffffff;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 40px;
	z-index: 99;
}
.scrollup:hover {
	background-color: #D2638E;
	color: #fff;
}
.scrollup:focus {
	color:#fff;
}
.bg_size_auto {
    background-size: auto !important;
}
.bg_size_contain {
	background-size: contain !important;
}
.bg_repeat {
    background-repeat: repeat !important;
}
.position_top_center {
    background-position: top center !important;
}
.position_center_bottom {
    background-position: center bottom !important;
}
.position_right_center {
    background-position: right center !important;
}
.position_right_bottom {
    background-position: right bottom !important;
}
.bg_fixed {
    background-attachment: fixed !important;
}
.z_index_minus1 * {
	z-index: -1;
	position: relative;
}
.overlay_bg_90,
.overlay_bg_80,
.overlay_bg_70,
.overlay_bg_60,
.overlay_bg_50,
.overlay_bg_40,
.overlay_bg_30,
.overlay_bg_30,
.overlay_bg_20,
.overlay_bg_10,
.overlay_bg_blue_90,
.overlay_bg_blue_80,
.overlay_bg_blue_70,
.overlay_bg_blue_60,
.overlay_bg_blue_50,
.overlay_bg_blue_40,
.overlay_bg_blue_30,
.overlay_bg_blue_30,
.overlay_bg_blue_20,
.overlay_bg_blue_10,
.overlay_bg_default_90,
.overlay_bg_default_80,
.overlay_bg_default_70,
.overlay_bg_default_60,
.overlay_bg_default_50,
.overlay_bg_default_40,
.overlay_bg_default_30,
.overlay_bg_default_20,
.overlay_bg_default_10,
.overlay_bg_white_90,
.overlay_bg_white_80,
.overlay_bg_white_70,
.overlay_bg_white_60,
.overlay_bg_white_50,
.overlay_bg_white_40,
.overlay_bg_white_30,
.overlay_bg_white_20,
.overlay_bg_white_10 {
	position: relative;
}
.overlay_bg_90::before,
.overlay_bg_80::before,
.overlay_bg_70::before,
.overlay_bg_60::before,
.overlay_bg_50::before,
.overlay_bg_40::before,
.overlay_bg_30::before,
.overlay_bg_30::before,
.overlay_bg_20::before,
.overlay_bg_10::before,
.overlay_bg_blue_90:before,
.overlay_bg_blue_80:before,
.overlay_bg_blue_70:before,
.overlay_bg_blue_60:before,
.overlay_bg_blue_50:before,
.overlay_bg_blue_40:before,
.overlay_bg_blue_30:before,
.overlay_bg_blue_20:before,
.overlay_bg_blue_10:before,
.overlay_bg_default_90:before,
.overlay_bg_default_80:before,
.overlay_bg_default_70:before,
.overlay_bg_default_60:before,
.overlay_bg_default_50:before,
.overlay_bg_default_40:before,
.overlay_bg_default_30:before,
.overlay_bg_default_20:before,
.overlay_bg_default_10:before,
.overlay_bg_white_90:before,
.overlay_bg_white_80:before,
.overlay_bg_white_70:before,
.overlay_bg_white_60:before,
.overlay_bg_white_50:before,
.overlay_bg_white_40:before,
.overlay_bg_white_30:before,
.overlay_bg_white_20:before,
.overlay_bg_white_10:before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.overlay_bg_90::before {
	background-color: rgba(0, 0, 0, 0.90);
}
.overlay_bg_80::before {
	background-color: rgba(0, 0, 0, 0.80);
}
.overlay_bg_70::before {
	background-color: rgba(0, 0, 0, 0.70);
}
.overlay_bg_60::before {
	background-color: rgba(0, 0, 0, 0.60);
}
.overlay_bg_50::before {
	background-color: rgba(0, 0, 0, 0.50);
}
.overlay_bg_40::before {
	background-color: rgba(0, 0, 0, 0.40);
}
.overlay_bg_30::before {
	background-color: rgba(0, 0, 0, 0.30);
}
.overlay_bg_20::before {
	background-color: rgba(0, 0, 0, 0.20);
}
.overlay_bg_10::before {
	background-color: rgba(0, 0, 0, 0.10);
}
.overlay_bg_default_90:before {
	background-color: rgba(243, 43, 86, 0.90);
}
.overlay_bg_default_80:before {
	background-color: rgba(243, 43, 86, 0.80);
}
.overlay_bg_default_70:before {
	background-color: rgba(243, 43, 86, 0.70);
}
.overlay_bg_default_60:before {
	background-color: rgba(243, 43, 86, 0.60);
}
.overlay_bg_default_50:before {
	background-color: rgba(243, 43, 86, 0.50);
}
.overlay_bg_default_40:before {
	background-color: rgba(243, 43, 86, 0.40);
}
.overlay_bg_default_30:before {
	background-color: rgba(243, 43, 86, 0.30);
}
.overlay_bg_default_20:before {
	background-color: rgba(243, 43, 86, 0.20);
}
.overlay_bg_default_10:before {
	background-color: rgba(243, 43, 86, 0.10);
}
.overlay_bg_blue_90::before {
	background-color: rgba(34, 31, 65, 0.90);
}
.overlay_bg_blue_80::before {
	background-color: rgba(34, 31, 65, 0.80);
}
.overlay_bg_blue_70::before {
	background-color: rgba(34, 31, 65, 0.70);
}
.overlay_bg_blue_60::before {
	background-color: rgba(34, 31, 65, 0.60);
}
.overlay_bg_blue_50::before {
	background-color: rgba(34, 31, 65, 0.50);
}
.overlay_bg_blue_40::before {
	background-color: rgba(34, 31, 65, 0.40);
}
.overlay_bg_blue_30::before {
	background-color: rgba(34, 31, 65, 0.30);
}
.overlay_bg_blue_20::before {
	background-color: rgba(34, 31, 65, 0.20);
}
.overlay_bg_blue_10::before {
	background-color: rgba(34, 31, 65, 0.10);
}
.overlay_bg_white_90::before {
	background-color: rgba(255, 255, 255, 0.90);
}
.overlay_bg_white_80::before {
	background-color: rgba(255, 255, 255, 0.80);
}
.overlay_bg_white_70::before {
	background-color: rgba(255, 255, 255, 0.70);
}
.overlay_bg_white_60::before {
	background-color: rgba(255, 255, 255, 0.60);
}
.overlay_bg_white_50::before {
	background-color: rgba(255, 255, 255, 0.50);
}
.overlay_bg_white_40::before {
	background-color: rgba(255, 255, 255, 0.40);
}
.overlay_bg_white_30::before {
	background-color: rgba(255, 255, 255, 0.30);
}
.overlay_bg_white_20::before {
	background-color: rgba(255, 255, 255, 0.20);
}
.overlay_bg_white_10::before {
	background-color: rgba(255, 255, 255, 0.10);
}
.bg_dark {
	background-color: #202124 !important;
}
.bg_dark2 {
	background-color: #181722 !important;
}
.bg_gray {
	background-color: #F7F7F7 !important;
}
.bg_default {
	background-color: #D2638E !important;
}
.bg_light_gold {
	background-color: #FCE0CB !important;
}
.bg_light_yellow {
	background-color: #faeac8 !important;
}
.bg_light_blue {
	background-color: #D7F3F7 !important;
}
.bg_dark_blue {
	background-color: #3E3D77 !important;
}
.bg_dark_blue2 {
	background-color: #221F41 !important;
}
.bg_light_pink {
	background-color: #ffdbdc !important;
}
.bg_orange {
	background-color: #ff7d09 !important;
}
.bg_red {
	background-color: #e92701 !important;
}
.bg_dark_orange {
	background-color: #ffc549 !important;
}
.bg_dark_pink {
	background-color: #f38888 !important;
}
.radius_all_5[class*="overlay_bg_"]:before{
	border-radius: 5px;
}
.radius_all_10[class*="overlay_bg_"]:before {
	border-radius: 10px;
}
.border_top_tran {
	border-top: 1px solid rgba(255,255,255,0.2);
}
.ripple .ion-play {
	padding-left: 4px;
}
.ripple {
	background-color: #FFFFFF;
	border-radius: 100%;
	color: #D2638E;
	position: relative;
	display: inline-block;
	line-height: 78px;
	font-size: 30px;
	vertical-align: middle;
	height: 75px;
	width: 75px;
	text-align: center;
}
.ripple::before,.ripple::after {
	background-color: #ffffff;
	border-radius: 100%;
	margin: -20px;
	bottom: 0px;
	content: "";
	display: block;
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index:-1;
	-webkit-animation-name: ripple_effect;
	-moz-animation-name: ripple_effect;
	-o-animation-name: ripple_effect;
	animation-name: ripple_effect;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-o-animation-delay: 3s;
	animation-delay: 3s;
	-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;
}
.ripple::before {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}
.ripple::after {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}
@-webkit-keyframes ripple_effect {
    0%{
        opacity:0;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    50%{
        opacity:0.6;
    }
	100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
@keyframes ripple_effect {
    0%{
        opacity:0;
        -webkit-transform:scale(0);
        transform:scale(0)
    }
    50%{
        opacity:0.6;
    }
	100%{
        opacity:0;
        -webkit-transform:scale(1);
        transform:scale(1)
    }
}
.bounceimg{
	-webkit-animation: bounceimg 2s ease-in-out 0s infinite alternate;
	animation: bounceimg 2s ease-in-out 0s infinite alternate;
}
@-webkit-keyframes bounceimg {
0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); 
}
50% {
   -webkit-transform: translateY(-10px);
     transform: translateY(-10px); 
} 
100% {
   -webkit-transform: translateY(-20px);
     transform: translateY(-20px); 
} 
}

@keyframes bounceimg {
0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); 
}
50% {
   -webkit-transform: translateY(-10px);
     transform: translateY(-10px); 
} 
100% {
   -webkit-transform: translateY(-20px);
     transform: translateY(-20px); 
} 
}

/*Loader Css*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	z-index: 999999;
}
.loading_wrap {
	text-align: center;
	margin: 0 auto;
	display: table;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.loading_wrap img {
	-webkit-animation: fliping 1.5s infinite linear;
	-moz-animation: fliping 1.5s infinite linear;
	-o-animation: fliping 1.5s infinite linear;
	animation: fliping 1.5s infinite linear;
}

@-webkit-keyframes fliping {
  0% {
    -webkit-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: translateZ(150px) rotateY(170deg);
    transform: translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: translateZ(150px) rotateY(190deg);
    transform: translateZ(150px) rotateY(190deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: translateZ(0) rotateY(360deg);
    transform: translateZ(0) rotateY(360deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: translateZ(0) rotateY(360deg);
    transform: translateZ(0) rotateY(360deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes fliping {
  0% {
    -webkit-transform: translateZ(0) rotateY(0);
    -ms-transform: translateZ(0) rotateY(0);
    transform: translateZ(0) rotateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: translateZ(150px) rotateY(170deg);
    -ms-transform: translateZ(150px) rotateY(170deg);
    transform: translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: translateZ(150px) rotateY(190deg);
    -ms-transform: translateZ(150px) rotateY(190deg);
    transform: translateZ(150px) rotateY(190deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: translateZ(0) rotateY(360deg);
    -ms-transform: translateZ(0) rotateY(360deg);
    transform: translateZ(0) rotateY(360deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: translateZ(0) rotateY(360deg);
    -ms-transform: translateZ(0) rotateY(360deg);
    transform: translateZ(0) rotateY(360deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/*===================================*
  01. END GENERAL STYLE
*===================================*/

/*===================================*
  02. START HEADER DESIGN
*===================================*/
.navbar-brand {
	padding: 10px 0;
}
.dark_skin .logo_light, .dark_skin .logo_default,
.light_skin .logo_default, .light_skin .logo_dark,
.logo_light,.logo_dark {
	display: none;
}
.dark_skin .logo_dark,
.light_skin .logo_light {
	display: block;
}
.light_skin .navbar-nav a,
.light_skin .navbar-toggler {
	color: #ffffff;
}
.light_skin.transparent_header.nav-fixed .logo_light {
	display: none;
}
.light_skin.transparent_header.nav-fixed .logo_dark {
	display: block;
}
.light_skin.transparent_header.nav-fixed .navbar-nav > li > a {
	color: #333;
}
.navbar {
	padding: 0;
}
.header_wrap {
	transition: all 0.5s ease 0s;
}
.header_wrap:not([class*="bg_"]):not([class*="bg-"]) {
	background-color: #fff;
}
.header_wrap:not([class*="bg_"]):not([class*="bg-"]).transparent_header {
	background-color: transparent;
}
.header_wrap:not([class*="bg_"]):not([class*="bg-"]).transparent_header.nav-fixed {
	background-color: #fff;
}
.navbar .navbar-nav li {
	position: relative;
	list-style: none;
	transition: all 0.3s ease 0s;
}
.navbar-nav .dropdown-menu {
	border: 0 none;
	border-radius: 0;
	margin: 0;
	min-width: 12rem;
}
.navbar-nav .dropdown-menu:not([class*="bg_"]):not([class*="bg-"]) {
	background-color: #2E2E2E;
}
.light_skin .navbar-nav .dropdown-menu .mega-menu .dropdown-menu {
	background-color: #252525;
}
.dark_skin:not([class*="bg_"]):not([class*="bg-"]) .navbar-nav .dropdown-menu {
	background-color: #fff;
	box-shadow: 0 13px 42px 11px rgba(0,0,0,.05);
	border: 1px solid #e6e6e6;
}
.dark_skin .mega-menu-col,
.dark_skin .cart_list li {
	border-color: #ddd;
}
.dark_skin .navbar .navbar-nav .dropdown-menu li a.active, 
.dark_skin .navbar .navbar-nav .dropdown-menu li a:hover, 
.dark_skin .navbar .navbar-nav .dropdown-menu > ul > li:hover > a, 
.dark_skin .navbar .navbar-nav .dropdown-menu > ul > .mega-menu-col ul > li:hover > a {
	color: #D2638E;
}
.dark_skin .navbar .navbar-nav .dropdown-item, 
.dark_skin .navbar .navbar-nav .dropdown-header,
.dark_skin .cart_quantity,
.dark_skin .cart_total {
	color: #333333;
}
.dark_skin .cart_list a {
	color: #333333 !important;
}
.dark_skin .cart_list a:hover, .dark_skin .item_remove:hover {
	color: #333333 !important;
}
.dropdown-toggle::after, .dropdown-toggler::after {
	border: 0 none;
	content: "\f3d0";
	font-family: "Ionicons";
	height: auto;
	line-height: normal;
	margin-left: 5px;
	vertical-align: middle;
	width: auto;
	transition: all 0.3s ease-in-out;
	font-weight: 100;
}
.dd_main_arrow_none .navbar .navbar-nav > li > .nav-link.dropdown-toggle::after {
	content: normal;
}
.dropdown-toggler::after {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.dropdown-menu .dropdown-toggler::after {
	position: absolute;
	right: 10px;
	top: 10px;
}
.navbar .navbar-nav > li > .nav-link {
	font-weight: 500;
	padding: 35px 10px;
	text-transform: capitalize;
	font-size: 14px;
}
.navbar .navbar-nav > li > a.active, 
.navbar .navbar-nav > li:hover > a,
.light_skin.transparent_header.nav-fixed .navbar .navbar-nav > li > a.active,
.light_skin.transparent_header.nav-fixed .navbar .navbar-nav > li:hover > a {
	color: #D2638E;
}
.main_menu_uppercase .navbar .navbar-nav > li > .nav-link {
	text-transform: uppercase;
}
.main_menu_weight_100 .navbar .navbar-nav > li > .nav-link {
	font-weight: 100;
}
.main_menu_weight_200 .navbar .navbar-nav > li > .nav-link {
	font-weight: 200;
}
.main_menu_weight_300 .navbar .navbar-nav > li > .nav-link {
	font-weight: 300;
}
.main_menu_weight_400 .navbar .navbar-nav > li > .nav-link {
	font-weight: 400;
}
.main_menu_weight_500 .navbar .navbar-nav > li > .nav-link {
	font-weight: 500;
}
.main_menu_weight_600 .navbar .navbar-nav > li > .nav-link {
	font-weight: 600;
}
.main_menu_weight_700 .navbar .navbar-nav > li > .nav-link {
	font-weight: 700;
}
.main_menu_weight_800 .navbar .navbar-nav > li > .nav-link {
	font-weight: 800;
}
.main_menu_weight_900 .navbar .navbar-nav > li > .nav-link {
	font-weight: 900;
}
.main_menu_size_16 .navbar .navbar-nav > li > .nav-link {
	font-size: 16px;
}
.menu_style1 .navbar .navbar-collapse .navbar-nav > li > .nav-link {
	border-radius: 30px;
	margin: 20px 2px;
	padding: 5px 15px;
	position: relative;
}
.menu_style1 .navbar .attr-nav li .nav-link {
	padding: 21px 10px;
}
.menu_style1 .navbar .navbar-collapse .navbar-nav > li > a.active, .menu_style1 .navbar .navbar-collapse .navbar-nav > li:hover > a {
	background-color: #D2638E;
	color: #fff !important;
}
.bottom-header .navbar .navbar-collapse .navbar-nav > li > .nav-link {
	padding: 20px 10px;
}
.navbar .navbar-nav .dropdown-item {
	padding: 7px 15px;
	color: #ffffff;
	font-size: 14px;
	text-transform: capitalize;
}
.navbar .navbar-nav .dropdown-header {
    color: #fff;
    padding: 8px;
    text-transform: uppercase;
    font-weight: bold;
}
.navbar .attr-nav li .nav-link {
	padding: 32px 15px;
	position: relative;
}
.navbar .attr-nav li .nav-link i {
	font-size: 16px;
}
.hover_menu_style2 .navbar .navbar-nav.attr-nav > li > .nav-link {
	margin: 0;
	padding: 20px 10px;
}
.dropdown-item:focus, .dropdown-item:hover,
.dropdown-item.active, .dropdown-item:active {
	background-color: transparent;
}
.navbar .navbar-nav.attr-nav .dropdown-menu li a.active, 
.navbar .navbar-nav.attr-nav .dropdown-menu li a:hover, 
.navbar .navbar-nav.attr-nav .dropdown-menu > ul > li:hover > a {
	background-color: rgba(0,0,0,0);
}
.navbar .navbar-nav .dropdown-menu li a.active,
.navbar .navbar-nav .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown-menu > ul > li:hover > a, 
.navbar .navbar-nav .dropdown-menu > ul > .mega-menu-col ul > li:hover > a {
	color: #D2638E;
}
.search-overlay {
	border: 1px solid #ddd;
	right: 0;
	opacity: 0;
	position: absolute;
	min-width: 300px;
	top: 100%;
	transition: all 0.25s ease-in-out 0s;
	visibility: hidden;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	padding: 15px;
	-webkit-transform: scale(0);
    transform: scale(0);
	-webkit-transform-origin: -webkit-calc(100% - 30px) 0;
    transform-origin: calc(100% - 30px) 0;
}
.search-overlay.open {
    visibility: visible;
    opacity: 1;
	-webkit-transform: scale(1);
    transform: scale(1);
}
.search_trigger.open i::before {
	content: "\f129";
	font-family: "Ionicons";
}
.navbar .attr-nav li .search_trigger i {
	font-size: 20px;
	vertical-align: middle;
	line-height: normal;
}
.navbar .attr-nav li.cart_wrap .nav-link i {
	font-size: 20px;
}
.navbar .attr-nav li.cart_wrap .nav-link {
	padding: 35px 5px;
}
.search_wrap {
	position: relative;
}
.search_icon {
	font-size: 18px;
	position: absolute;
	right: 15px;
	top: 10px;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
}
.search_wrap .form-control {
	padding: 10px 15px;
	height: auto;
}
.navbar .attr-nav li .nav-link.sidetoggle i {
	font-size: 28px;
}
.header_wrap.nav-fixed {
	box-shadow: 0 0 1px rgba(0,0,0,0.5);
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 999;
}
.nav-fixed.border_bottom_tran {
	border: 0;
}
.header_wrap.nav-fixed.no-sticky {
	position: relative;
}
.header_wrap.fixed-top.nav-fixed.no-sticky, .header_wrap.fixed-top.no-sticky {
	position: absolute;
}
.header_wrap:not([class*="bg_"]):not([class*="bg-"]).transparent_header.nav-fixed.no-sticky {
	background-color: transparent;
	box-shadow: none;
}
.bg-dark.light_skin.nav-fixed .logo_dark {
    display: none;
}
.bg-dark.light_skin.nav-fixed .logo_light {
    display: block;
}
.header_wrap.nav-fixed.bg-dark {
    border-bottom: 0;
}
.bg-dark.light_skin.nav-fixed .navbar-nav > li > a, .bg-dark.light_skin.nav-fixed .navbar-toggler {
    color: #fff;
}
.bg-dark.hover_menu_style2.nav-fixed .navbar .navbar-nav > li > .nav-link::before {
    background-color: #fff;
}
.header_wrap.nav-fixed[class*="overlay_"]:before {
	content: normal;
}
.mega-menu {
	display: table;
	padding: 10px 0;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.navbar .navbar-nav li.dropdown-mega-menu {
	position: static;
}
.navbar .navbar-nav li.dropdown-mega-menu .dropdown-menu {
	right: 0;
	padding-left: 0;
	padding-right: 0;
}
.mega-menu-col {
	border-right: 1px solid #5d5d5d;
}
.mega-menu-col:last-child {
	border-right: 0;
}
.ads_banner img {
	padding: 8px;
	width: 100%;
}
.dropdown-menu li a i {
    font-size: 14px;
    width: 20px;
    display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.cart_list li {
	list-style: outside none none;
}
.cart_count {
	position: absolute;
	top: 26px;
	right: 0px;
	font-size: 11px;
	background-color: #D2638E;
	border-radius: 50px;
	height: 16px;
	line-height: 18px;
	color: #fff;
	min-width: 16px;
	text-align: center;
	padding: 0 5px;
}
.navbar-nav .dropdown-menu.cart_box {
	background-color: #333333;
	width: 300px;
	position: absolute !important;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: -webkit-calc(100% - 30px) 0;
	transform-origin: calc(100% - 30px) 0;
	display: block;
	transition: all 0.25s ease-in-out;
	padding: 0;
}
.cart_list li {
	border-bottom: 1px solid #777777;
	padding: 15px;
	width: 100%;
}
.item_remove {
	float: right;
}
.cart_list img {
	background-color: #ffffff;
	float: left;
	margin-right: 10px;
	max-width: 60px;
	vertical-align: top;
}
.cart_list a {
	color: #fff !important;
	font-size: 14px;
	vertical-align: top;
	padding: 0 !important;
	text-transform: capitalize;
	font-weight: 600;
}
.cart_list a:hover,.item_remove:hover {
	color: #ddd !important;
}
.cart_quantity {
	color: #ffffff;
	display: table;
	margin-top: 5px;
	font-weight: 500;
}
.cart_total .cart_amount {
	float: right;
	color: #D2638E;
}
.cart_list {
	display: table;
	width: 100%;
}
.cart_total {
	color: #ffffff;
	margin: 0;
	padding: 10px 20px;
	font-weight: 600;
}
.cart_total strong {
	float: left;
}
.cart_buttons {
	margin: 0;
	padding: 10px 10px 20px;
	text-align: center;
}
.cart_buttons .view-cart, .cart_buttons .checkout {
	padding: 8px 20px !important;
}
.top-header,
.middle-header {
    padding: 10px 0;
}
.social_icons, .contact_detail {
	font-size: 0;
}
.contact_detail > li,
.header_list > li {
    display: inline-block;
	padding: 2px 15px 2px 0;
}
.social_icons li {
	display: inline-block;
	padding: 5px 5px 5px 0;
}
.social_icons li a {
	font-size: 16px;
	height: 35px;
	width: 35px;
	line-height: 36px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.social_icons.social_small li a {
	height: 25px;
	width: 25px;
	line-height: 26px;
	font-size: 16px;
}
.social_white .social_icons li a, .social_white.social_icons li a {
	color: #fff;
	border-color: #fff;
}
.social_white .social_icons li a:hover, .social_white.social_icons li a:hover {
	color: #D2638E;
}
.border_social .social_icons li a:hover, .border_social.social_icons li a:hover {
	background-color: #D2638E;
	border-color: #D2638E;
	color: #fff;
}
.border_social.social_white .social_icons li a:hover, .social_white.border_social.social_icons li a:hover {
	color: #fff;
}
.border_social li a {
	border: 1px solid #292b2c;
}
.social_icons li:last-child a {
	margin-right: 0px;
}
.radius_social li a {
	border-radius: 5px;
}
.rounded_social li a {
	border-radius: 50px;
}
.social_icons.social_style1 li a {
	font-size: 16px;
	background-color: #000;
}
.contact_detail i {
	margin-right: 10px;
	vertical-align: middle;
	font-size: 16px;
}
.contact_detail span {
	vertical-align: middle;
}
.contact_detail > li,
.header_list > li {
	color: #888888;
	font-size: 14px;
	vertical-align: middle;
}
.header_list > li .dropdown-item:hover,
.custome_dropdown .ddChild li:hover,
.contact_detail > li a:hover {
	color: #D2638E;
}
.header_dropdown .dropdown-menu {
	border-radius: 0;
	padding: 0;
	margin-top: 0px;
	border: 0;
	transform: none !important;
	top: 100% !important;
	will-change: auto !important;
}
.header_dropdown .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="top"] {
	right: 0;
	left: auto !important;
}
.header_dropdown .dropdown-item {
	padding: 5px 10px;
	border-bottom: 1px solid #e6e6e6;
	text-transform: capitalize;
}
.contact_detail li:first-child {
	margin-left: 0px;
}
.contact_detail li a span {
	vertical-align: middle;
}
.top-header.light_skin .contact_detail li,
.top-header.light_skin .contact_detail li a {
	color: #fff;
}
.top-header.dark_skin .contact_detail li {
	color: #000;
}
header .social_icons li a {
	font-size: 16px;
	height: 30px;
	width: 30px;
	line-height: 30px;
}
.nav-fixed .top-header,
.nav-fixed .middle-header {
	display: none !important;
}
.navbar-toggler {
	float: right;
	margin: 18px 0 0 10px;
	font-size: 24px;
	transition: all 0.5s ease 0s;
	background-color: #D2638E;
	border-radius: 0;
	color: #fff;
	height: 35px;
	width: 35px;
	padding: 0;
	line-height: 36px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	transition: none;
}
.navbar-toggler[aria-expanded="true"] span::before {
    content: "\f129";
    font-size: 16px;
}
.navbar-toggler[aria-expanded="true"] {
	line-height: 32px;
	font-size: 20px;
}
header .attr-nav + .social_icons {
	border-left: 1px solid #333;
	margin-left: 5px;
	padding-left: 5px;
}
header .attr-nav + .social_icons li {
	padding: 0;
}
header.light_skin .attr-nav + .social_icons {
	border-color: #fff;
}
header.light_skin.nav-fixed .attr-nav + .social_icons {
	border-color: #333;
}
header.light_skin.nav-fixed .social_icons li a {
	color: #000;
}
header.light_skin.nav-fixed .social_icons li a:hover {
    color: #0E93D8;
}
.navbar .btn {
	padding: 10px 25px;
}
.header_info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.header_info li {
	display: -ms-flexbox;
	display: flex;
	padding-left: 30px;
}
.header_info li:first-child {
	padding-left: 0px;
}
.header_info li i {
    width: 30px;
	font-size: 28px;
	height: 30px;
	color: #0e93d8;
}
.header_info li p{
	margin: 0;
	color: #292b2c;
}
.header_info li .hd_info {
    padding-left: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.43;
}
.custome_dropdown {
	position: relative;
}
.custome_dropdown .ddTitleText img, .custome_dropdown .ddChild li img {
	float: left;
	max-width: 25px;
	margin-right: 8px;
}
.custome_dropdown .ddlabel {
	vertical-align: middle;
	text-transform: capitalize;
	font-size: 14px;
	white-space: nowrap;
}
.custome_dropdown #pr_select_msdd .ddlabel {
	margin-left: 0;
}
.custome_dropdown .dd.ddcommon {
	cursor: pointer;
	padding-right: 15px;
	position: relative;
	width: auto !important;
	outline: none;
}
.custome_dropdown .ddTitleText {
	display: inline-block;
	text-transform: uppercase;
	color: #888888;
}
.custome_dropdown .ddChild li {
	cursor: pointer;
	display:-ms-flexbox;
	display: flex;
	-ms-flex-align:center;
	align-items: center;
	list-style: outside none none;
	padding: 5px 10px;
	width: 100%;
	border-top: 1px solid #e6e6e6;
	transition: all 0.5s ease-in-out;
}
.arrowoff::before {
	content: "\f3d0";
	font-family: "Ionicons";
	position: absolute;
	right: 0;
	top: 0px;
	color: #888888;
	font-size: 14px;
}
.custome_dropdown.custome_dropdown_white .ddTitleText ,
.custome_dropdown_white .ddArrow::before {
	color: #fff;
}
.search_box {
	position: relative;
}
.search_box input {
	padding-right: 30px;
}
.search_box button {
	border: 0;
	padding: 0 10px;
	background-color: transparent;
	font-size: 22px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}
.header_list > li {
	position: relative;
}
.header_list > li a {
	font-size: 14px;
}
.border_list > li {
	position: relative;
}
.border_list > li::before {
	content: "";
	position: absolute;
	left: 0;
	height: 12px;
	width: 1px;
	background-color: #888888;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.border_list > li:first-child:before {
	content: normal;
}
.header_wrap.light_skin.nav-fixed .btn-outline-white {
	border: 2px solid #333;
	color: #333;
}
.header_wrap.light_skin.nav-fixed .btn-outline-white:hover {
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
}
.top-header.light_skin .header_list li a,
.top-header.light_skin .ddArrow::before {
	color: #fff;
}
.top-header.light_skin .header_list > li::before {
	background-color: #fff;
}
.top-header .custome_dropdown .ddChild {
	background-color: #fff;
	border: 0 !important;
	min-width: 10rem;
	left: -10px;
}
.top-header.light_skin .header_list li a:hover,
.top-header.light_skin .contact_detail li a:hover {
	color: #D2638E;
}
.sidebar_menu {
	padding: 50px 30px 30px;
	position: fixed;
	top: 0;
	z-index: 99;
	background-color: #fff;
	box-shadow: -3px 0 3px rgba(0,0,0,.04);
	bottom: 0;
	width: 400px;
	overflow-y: auto;
	right: -400px;
	visibility: hidden;
	transition: all 0.5s ease-in-out;
	z-index: 9999;
}
.sidebar_menu.active {
	right: 0;
	visibility: visible;
}
.side_panel_close {
	position: absolute;
	right: 30px;
	top: 30px;
}
.side_panel_close i {
	font-size: 24px;
}
.sidebar_menu .widget {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.widget_text p:last-child {
	margin: 0;
}
.header-overlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1000;
	top: 0;
	transition: all 0.5s ease-in-out;
}
body.active {
	overflow: hidden;
	padding-right: 17px;
}
/*===================================*
  02. END HEADER DESIGN
*===================================*/

/*===================================*
  03. START BANNER SECTION
*===================================*/
.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: 900px;
}
.banner_content_wrap .carousel-item {
	display: block;
	z-index: 1;
}
.banner_content h2 {
	font-size: 78px;
	margin-bottom: 35px;
	letter-spacing: 0;
	font-weight: bold;
}
.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: #333;
	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;
}
.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: 800px;
	width: 800px;
	position: absolute;
	left: 50%;
	right: 0;
	top: 50%;
	-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: 0;
	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
*===================================*/

/*===================================*
  04. START CLASSES SECTION
*===================================*/
.classes_box {
	position: relative;
	margin-bottom: 30px;
}
.classes_info {
	background-color: #fff;
	padding: 15px;
	position: relative;
}
.classes_schedule li {
	list-style: none;
	display: inline-block;
	padding-right: 10px;
	font-size: 14px;
}
.classes_teacher {
	position: absolute;
	right: 15px;
	top: -20px;
	background-color: #fff;
	border-radius: 50px;
	font-size: 0;
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
	padding: 5px 15px 5px 5px;
}
.classes_teacher img {
	float: left;
	border-radius: 100%;
	max-width: 30px;
	margin-right: 7px;
}
.classes_teacher span {
	font-size: 14px;
	color: #222;
	vertical-align: middle;
	text-transform: capitalize;
	font-weight: 500;
}
.classes_title span {
	font-weight: 500;
	padding: 4px 10px;
	margin-bottom: 10px;
	text-transform: capitalize;
	line-height: 14px;
}
.classes_title {
	margin-bottom: 15px;
}
.classes_schedule li i {
	color: #D2638E;
	margin-right: 10px;
	font-size: 16px;
	vertical-align: middle;
}
.classes_img {
	position: relative;
	z-index: 0;
}
.classes_img img {
	width: 100%;
}
.classes_img::before {
	background-color: rgba(0,0,0,0.50);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	top: 0px;
	bottom: 0;
	transition: all 0.5s ease-in-out;
	z-index: 1;
}
.classes_box:hover .classes_img::before {
	opacity: 1;
	visibility: visible;
}
.classes_img .link_container {
	position: absolute;
	top: 70%;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
	z-index: 1;
}
.classes_box:hover .classes_img .link_container {
	top: 50%;
	opacity: 1;
	visibility: visible;
}
.link_container a {
	background-color: #fff;
	color: #D2638E;
	font-size: 20px;
	width: 45px;
	height: 45px;
	display: inline-block;
	border-radius: 100%;
	line-height: 50px;
	margin: 0 2px;
	text-align: center;
}
.classes_box_style1 .classes_title span {
	margin-bottom: 15px;
}
.classes_box_style1 .classes_title {
	margin-bottom: 10px;
}
.classes_box_style1 .classes_title h4 {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	margin: 0;
}
.register_btn {
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.classes_detail {
	padding-top: 20px;
}
.classes_detail .classes_title {
	margin-bottom: 25px;
}
.countent_detail_meta {
	display: table;
	width: 100%;
	padding: 30px 0;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}
.countent_detail_meta ul {
	list-style: none;
}
.countent_detail_meta li {
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #dddddd;
}
.countent_detail_meta li:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}
.countent_detail_meta label {
	display: block;
	font-weight: 600;
	color: #333;
	margin: 0;
}
.teacher_img img {
	float: left;
	margin-right: 10px;
	max-width: 50px;
	width: 100%;
}
.teacher_info {
	overflow: hidden;
}
.classes_desc {
	margin: 30px 0;
}
.classes_desc p:last-child {
	margin: 0;
}
.star_rating > span.selected {
	color: #ffc300;
}
.star_rating > span {
	cursor: pointer;
	display: inline-block;
}
.star_rating span i {
	font-size: 30px;
}
.star_rating > span.selected i::before {
	content: "\f2fc";
}
.review_content {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}
.share span, .share ul {
	display: inline-block;
	vertical-align: middle;
}
.share span {
	font-weight: 500;
	color: #333;
	margin-right: 10px;
}
.review_form {
	margin-top: 30px;
}
.classes_slider.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 0;
}
/*===================================*
  04. END CLASSES SECTION
*===================================*/

/*===================================*
  05. START CLASSES TIMETABLE SECTION
*===================================*/
.schedule_table table {
	border: 0;
}
.schedule_table table thead td {
	border-bottom: 0;
}
.schedule_table td {
	vertical-align: middle;
	padding: 20px 10px;
}
.schedule_table table tbody td:first-child {
	white-space: nowrap;
}
.schedule_table .classes_title {
	margin-bottom: 0;
}
.classes_timing span {
	text-transform: uppercase;
	font-size: 14px;
	white-space: nowrap;
}
.schedule_table td > div {
    overflow: hidden;
}
.schedule_table td > div > div {
	transform: translateY(50px);
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.schedule_table td > div:not(.invisible) > div {
	transform: translateY(0);
	opacity: 1;
}
.schedule_table td > div > div:nth-child(1) {
	transition: all 0.4s ease-in-out;
}
.schedule_table td > div > div:nth-child(2) {
	transition: all 0.5s ease-in-out;
}
.schedule_table td > div > div:nth-child(3) {
	transition: all 0.6s ease-in-out;
}
/*===================================*
  05. END CLASSES TIMETABLE SECTION
*===================================*/

/*===================================*
  06. START PRICING TABLE SECTION
*===================================*/
.pricing_box {
	background-color: #fff;
	text-align: center;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.pricing_ribbon {
	background-color: #FFF;
	color: #D2638E;
	position: absolute;
	display: block;
	top: 20px;
	right: -35px;
	width: 140px;
	padding: 5px 20px 5px;
	margin: 0;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	line-height: normal;
	z-index: 2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
	font-size: 14px;
}
.pr_title {
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
}
.pr_title_wrap {
	position: relative;
	padding: 40px 15px 30px;
}
.pr_content {
	position: relative;
}
.price_tage h2 {
	font-size: 40px;
	font-weight: bold;
	margin: 0;
}
.price_tage h2 span {
	font-size: 14px;
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
}
.pr_list li {
	padding: 12px;
}
.pr_footer {
	position: relative;
	padding: 20px 20px 40px 20px;
}
.pricing_style1 {
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.pricing_style2::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(34, 31, 65, 0.80);
	top: 0;
}
.pricing_style2:hover:before {
	background-color: rgba(243, 43, 86, 0.80);
}
.pricing_style2 .pr_title_wrap {
	border-bottom: 5px solid #eee;
	border-radius: 0 0 70px 70px;
}
/*===================================*
  06. END PRICING TABLE SECTION
*===================================*/

/*===================================*
  07. START TESTIMONIAL SECTION
*===================================*/
.testimonial_img img {
	max-width: 80px;
}
.testi_user span, 
.author_intro span {
	font-style: italic;
	color: #D2638E;
	font-size: 14px;
}
.testi_user,
.author_intro {
	margin-bottom: 10px;
}
.testi_meta,
.author_meta {
	overflow: hidden;
}
.testi_desc p {
	font-size: 14px;
}
.testimonial_style1 .testimonial_box {
	background-color: #fff;
	margin: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 15px;
	position: relative;
	text-align: center;
}
.testimonial_style1 .testimonial_img img,
.testimonial_style2 .testimonial_img img {
	border-radius: 100%;
}
.testimonial_style1 .testimonial_img {
	margin: 0px auto;
	display: table;
	padding: 5px;
	position: relative;
}
.testimonial_style1 .testimonial_img::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid #D2638E;
	border-radius: 100%;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: all 0.5s ease-in-out;
}
.testimonial_style1 .testimonial_box:hover .testimonial_img::before {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.testimonial_style1 .testi_user,
.testimonial_style2 .testi_user,
.testimonial_style3 .testi_user {
	margin-top: 10px;
}
.testimonial_style1 .testi_meta,
.testimonial_style2 .testi_meta {
	text-align: center;
	position: relative;
	z-index: 9;
}
.testimonial_style2 .testi_desc {
	text-align: center;
}
.testimonial_style2 .testimonial_img {
	margin: 0px auto;
	display: table;
}
.testimonial_style2[data-center="true"] .testimonial_box {
	padding: 20px;
	margin: 10px;
}
.testimonial_style2 .owl-item.center .testimonial_box {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	position: relative;
}
.testimonial_style2 .owl-item.center .testimonial_box::before {
	content: "\f10d";
	position: absolute;
	right: 0;
	top: 55%;
	font-family: "Font Awesome 5 Free";
	font-size: 100px;
	line-height: normal;
	z-index: 0;
	color: rgba(0,0,0,0.1);
	left: 0;
	text-align: center;
	font-weight: 900;
}
.testimonial_style2 .testi_user h5,
.testimonial_style3 .testi_user h5 {
	font-family: 'Poppins', sans-serif;
}
.testimonial_style3 .testimonial_box {
	text-align: center;
}
.testimonial_style3 .testi_desc p {
	font-size: 18px;
	font-style: italic;
	line-height: normal;
}
.testimonial_style3 .testimonial_img {
	float: left;
	margin-right: 10px;
}
.testimonial_style3 .testimonial_img img {
	border-radius: 100%;
}
.testimonial_style3 .testi_user {
	overflow: hidden;
	text-align: left;
}
.testimonial_style3 .testi_meta {
	margin: 20px auto 0;
	display: table;
}
.testi_desc p:last-child {
	margin: 0;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 15px;
}
.owl-theme .owl-dots .owl-dot span {
	background-color: transparent;
	border: 1px solid #D2638E;
	cursor: pointer;
	margin: 3px;
	width: 10px;
	height: 10px;
	opacity: 1;
	transition: all 0.3s ease-in-out;
}
.owl-theme .owl-dots .owl-dot.active span {
	background-color: #D2638E;
	width: 25px;
	height: 10px;
}
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #D2638E;
}
.dots_white.owl-theme .owl-dots .owl-dot span {
	border-color: #fff;
}
.dots_white.owl-theme .owl-dots .owl-dot.active span, .dots_white.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #fff;
	border-color: #fff;
}
.testimonial_section {
	padding: 0 150px;
}
.testimonial_section.owl-theme .owl-nav [class*="owl-"] {
	top: 20%;
}
.testimonial_section.owl-theme .owl-nav .owl-prev {
	left: 0;
}
.testimonial_section.owl-theme .owl-nav .owl-next {
	right: 0;
}
.nav_transparent_white.owl-theme .owl-nav [class*="owl-"] {
	background-color: rgba(255,255,255,0.2);
}
.nav_transparent_white.owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: rgba(255,255,255,0.5);
}
/*===================================*
  07. END TESTIMONIAL SECTION
*===================================*/

/*===================================*
  08. START BLOG SECTION
*===================================*/
.blog_post {
	margin-bottom: 30px;
}
.blog_content {
	position: relative;
	padding: 20px;
}
.blog_title {
	margin-bottom: 20px;
}
.blog_meta {
	margin-bottom: 15px;
}
.blog_meta li {
	display: inline-block;
	padding-right: 8px;
	position: relative;
}
.blog_meta li a {
	color: #636363;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
.blog_meta li a:hover {
    color: #D2638E;
}
.blog_meta li i {
	margin-right: 8px;
	font-size: 16px;
}
.blog_meta li:last-child {
	padding-right: 0;
}
.blog_meta img {
	margin-right: 5px;
	border-radius: 100%;
	float: left;
	max-width: 30px;
}
.blog_img img {
    transition: all 0.5s ease-in-out;
    width: 100%;
}
.blog_post .blog_img a {
	display: block;
	overflow: hidden;
}
.blog_post:hover .blog_img img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.blog_style1 {
	border-radius: 10px;
}
.blog_style1 .blog_img img,
.blog_style1 .blog_img a {
	border-radius: 10px 10px 0 0;
}
.blog_style1 .blog_title {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 600;
}
.fit-videos iframe {
	background-color: #000;
}
.grid_container .owl-carousel.owl-theme .owl-dots, 
.blog_post .owl-carousel.owl-theme .owl-dots {
	margin: 0 !important;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
}
.grid_container .owl-theme .owl-dots .owl-dot span, 
.blog_post .owl-theme .owl-dots .owl-dot span {
	margin: 3px;
}
.grid_container li .blog_post {
	margin: 0;
}
.grid_item .blog_img .owl-carousel {
	display: block;
}
.grid_item .blog_img .owl-carousel a:nth-child(1n+2) {
	display: none;
}
.blog_list .blog_post {
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
}
.blog_list .blog_img {
	-ms-flex: 0 0 36%;
	flex: 0 0 36%;
	max-width: 36%;
	width: 100%;
}
.blog_list .blog_content {
	padding: 0px 0 0 25px;
	background-color: #fff;
}
.blog_list .blog_content p {
	overflow: hidden;
	height: 50px;
}
/*===================================*
  08. END BLOG SECTION
*===================================*/

/*===================================*
  09. START EVENT SECTION
*===================================*/
.event_box {
	padding: 30px;
	margin-bottom: 30px;
}
.event_info {
	overflow: hidden;
}
.event_title {   
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
.event_meta {
	display: table;
	margin-bottom: 5px;
}
.event_meta li {
	padding-right: 15px;
	float: left;
}
.event_meta li:last-child {
	padding-right: 0px;
}
.event_meta li i {
	margin-right: 6px;
	font-size: 14px;
	color: #D2638E;
}
.event_date {
	float: left;
	margin-right: 15px;
	width: 70px;
	text-align: center;
	border: 1px solid #ddd;
	padding: 10px;
}
.event_date * {
	margin: 0;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
}
.event_date span {
	display: block;
	font-size: 30px;
}
.event_box_style1.event_box {
	padding: 0;
}
.event_box_style1 .event_img a {
	display: block;
	overflow: hidden;
}
.event_box_style1 .event_info::before {
	background: -moz-linear-gradient(90deg, rgba(0,0,0,0.6) 50%, rgba(255,255,255,0.0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.0)), color-stop(50%, rgba(0,0,0,0.6)));
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.6) 50%, rgba(255,255,255,0.0) 100%);
	background: -o-linear-gradient(90deg, rgba(0,0,0,0.6) 50%, rgba(255,255,255,0.0) 100%);
	background: -ms-linear-gradient(90deg, rgba(0,0,0,0.6) 50%, rgba(255,255,255,0.0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0.6) 50%, rgba(255,255,255,0.0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#000000',GradientType=0 );
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.event_box_style1 .event_info {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 50px 15px 15px;
	z-index: 2;
}
.event_box_style1 .event_img img {
	transition: all 0.5s ease-in-out;
	width: 100%;
}
.event_box_style1:hover .event_img img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.event_box_style1 .event_title a,
.event_box_style1 .event_meta li,
.event_box_style1 .event_meta li i {
	color: #fff;
}
.event_box_style1 .event_date {
	float: none;
	position: absolute;
	top: 10px;
	right: 10px;
	border: 0;
	margin: 0;
	width: auto;
	background-color: #D2638E;
	padding: 7px 15px;
	border-radius: 30px;
}
.event_box_style1 .event_date * {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
}
.event_box_style1 .event_date span {
	display: inline-block;
	font-size: 16px;
}
.event_detail {
	padding: 20px;
}
.event_list label {
	display: block;
	font-weight: 600;
	color: #333;
	margin: 0;
}
.event_map iframe {
	width: 100%;
	height:250px;
}
.sidebar .event_box {
	margin: 0;
}
.sidebar .event_title {
	font-size: 16px;
}
.sidebar .event_meta li {
	padding-right: 10px;
	font-size: 14px;
}
.sidebar .event_date span,
.sidebar .event_date * {
	font-size: 14px;
}
.sidebar .event_info {
	padding: 50px 10px 10px
}
.events_title {
	margin: 20px 0 15px;
}
/*===================================*
  09. END EVENT SECTION
*===================================*/

/*===================================*
  10. START FOOTER
*===================================*/
footer {
	position: relative;
	z-index: 1;
}
.footer_logo {
	margin-bottom: 15px;
}
.footer_desc p {
	font-size: 14px;
}
.top_footer {
	padding: 100px 0;
}
.widget_links li {
	padding: 0 0 7px;
}
.widget_links li:last-child {
	padding-bottom: 0;
}
.widget_links li a {
	color: #636363;
	font-size: 14px;
	position: relative;
}
.widget_links.links_style1 li a:hover,
.widget_links.links_style2 li a:hover {
	padding-left: 5px;
}
.links_style2 li a::before {
	content: "\f3d1";
	font-family: "Ionicons";
	font-size: 18px;
	vertical-align: middle;
	margin-right: 10px;
}
.contact_info > li > i {
	font-size: 18px;
	vertical-align: middle;
	max-width: 30px;
	width: 100%;
	text-align: center;
	margin-right: 5px;
}
.contact_info li:first-child {
	margin-top: 0;
}
.contact_info > li {
	margin-top: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.contact_info li span {
	margin-right: 10px;
	color: #D2638E;
	max-width: 18px;
	text-align: center;
	width: 100%;
}
.contact_info_style1 li span {
	background-color: transparent;
	box-shadow: none;
	margin-right: 5px;
	padding-left: 0;
}
.contact_info i + *,
.contact_info span + * {
	font-size: 14px;
	color: #636363;
	margin: 0;
}
.contact_info.contact_info_style2 li span {
	font-size: 18px;
	background-color: #D2638E;
	box-shadow: none;
	border-radius: 100%;
	max-width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	position: relative;
	margin: 0px 15px 0px 0px;
	width: 100%;
}
footer .widget_title {
	font-size: 18px;
	letter-spacing: 0.5px;
}
footer .widget_title2 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}
footer .widget_title3 {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin: 25px 0;
}
.widget_title {
	margin-bottom: 30px;
	text-transform: uppercase;
	position: relative;
}
.bottom_footer {
	padding: 30px 0;
	position: relative;
}
.footer_link li {
	display: inline-block;
	position: relative;
}
.footer_link li::before {
	content: "";
	height: 12px;
	width: 1px;
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
}
.footer_link li:first-child:before {
	content: normal;
}
.footer_link li a {
	font-size: 14px;
	padding: 0 10px;
	color: #888;
}
.footer_link li a:hover,
.widget_links li a:hover,
.contact_info li a:hover {
	color: #D2638E;
}
.footer_nav {
	padding: 15px 0;
	border-top: 1px solid rgba(255,255,255,0.5);
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.post_footer {
	display: -ms-flexbox;
	display: flex;
}
.post_img {
	margin-right: 10px;
	max-width: 80px;
	width: 100%;
}
.post_date {
	font-size: 12px;
	font-style: italic;
}
.post_date i {
	margin-right: 5px;
}
.recent_post > li {
	display: table;
	width: 100%;
	margin-bottom: 17px;
	border-bottom: 1px solid #cacaca;
	padding-bottom: 15px;
}
.recent_post > li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
.recent_post > li:last-child {
	margin-bottom: 0;
}
.post_content h6 {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
	font-weight: normal;
	text-transform: capitalize;
}
.post_content .rating {
	margin-top: 5px;
}
.post_content .price {
	font-size: 16px;
}
.newsletter_form,
.newsletter_form2,
newsletter_form3 {
	position: relative;
}
.newsletter_form .btn {
	padding: 10px 15px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	text-transform: capitalize;
	font-weight: normal;
}
.newsletter_form2 input{
	height: 56px;
	border-radius: 50px;
	border: 0;
	padding: 10px 150px 10px 20px;
}
.newsletter_form2 .btn {
	position: absolute;
	right: 4px;
	top: 50%;
	text-transform: capitalize;
	font-weight: normal;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.instafeed {
	margin: -5px
}
.instafeed li {
	float: left;
	width: 25%;
	padding: 5px;
	position: relative;
}
.instafeed li a {
	display: block;
	position: relative;
	overflow: hidden;
}
.instafeed li a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.6);
	transition: all 0.5s ease-in-out;
	z-index: 1;
}
.insta_icon {
	color: #fff;
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	opacity: 0;
	text-align: center;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
	z-index: 2;
}
.instafeed li:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.instafeed img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.instafeed li:hover a::before, .instafeed li:hover .insta_icon {
	opacity: 1;
}
.copyright {
	font-size: 14px;
}
.footer_dark h1,.footer_dark h2,.footer_dark h3,.footer_dark h4,.footer_dark h5,.footer_dark h6,
.footer_dark p,
.footer_dark .contact_info li i,
.footer_dark .contact_info i + *,
.footer_dark .contact_info span + *,
.footer_dark .widget_links li a,
.footer_dark .footer_link li a,
.footer_dark .post_content h6 a {
	color: #fff;
}
.footer_dark .post_date {
	color: rgba(255,255,255,0.6);
}
.footer_dark .widget_links li a:hover,
.footer_dark .footer_link li a:hover,
.footer_dark .post_content h6 a:hover,
.footer_dark .contact_info a:hover {
	color: #D2638E;
}
.border_top_transparent {
	border-top: 1px solid rgba(255,255,255,0.3);
}
/*===================================*
  10. END FOOTER
*===================================*/

/*===================================*
  11. START GALLERY SECTION
*===================================*/
.grid_filter,
.classes_filter {
	margin-bottom: 35px;
}
.grid_filter li,
.classes_filter li {
	display: inline-block;
	margin: 0 5px;
}
.grid_filter li a,
.classes_filter li a {
	background-color: #F5F6FB;
	padding: 5px 20px;
	display: block;
	text-transform: capitalize;
	line-height: normal;
}
.grid_filter li a.current,
.classes_filter li a.current {
	background-color: #D2638E;
	color: #fff;
}
.info_box {
	padding: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.info_box > ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.info_box > ul > li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0;
}
.info_box span {
	display: block;
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
}
.post_nav {
	padding: 20px 000000;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}
.post_prev a i,
.post_next a i {
	font-size: 26px;
	vertical-align: middle;
	float: left;
}
.post_nav .nav_meta {
	color: #999;
	text-transform: uppercase;
	display: block;
	transition: all 0.5s ease-in-out;
}
.post_nav a:hover .nav_meta {
	color: #D2638E;
}
.post_nav i {
	font-size: 32px;
}
.post_nav span {
	font-weight: 600;
	text-transform: capitalize;
}
.post_all_btn a {
	font-size: 28px;
}
.post_next a i {
	float: right;
}
.gallery_item {
	position: relative;
	overflow: hidden;
}
.gallery_item .image_link::before {
	background-color: rgba(0,0,0,0.50);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	opacity: 1;
	visibility: visible;
	top: 0px;
	bottom: 0;
	transition: all 0.5s ease-in-out;
	z-index: 2;
}
.gallery_content .link_container a {
	margin: 0 2px 10px 2px;
}
.gallery_content h4 a, .pr_categories a {
	color: #fff !important;
	text-transform: capitalize;
}
.gallery_item img {
	width: 100%;
}
.gallery_content {
	padding: 15px;
	position: absolute;
	opacity: 1;
	visibility: visible;
	text-align: center;
	top: 50%;
	right: 0;
	left: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
	z-index: 2;
}
.gallery_item:hover .image_link::before {
	opacity: 1;
	visibility: visible;
}
.gallery_item:hover .gallery_content {
	top: 50%;
	opacity: 1;
	visibility: visible;
}
/*===================================*
  11. END GALLERY SECTION
*===================================*/

/*===================================*
  12. START PRODUCT SECTION
*===================================*/
.filter_price .ui-widget.ui-widget-content {
	border: 0;
	border-radius: 0;
	background-color: #ddd;
	height: 4px;
	margin-bottom: 20px;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}
.filter_price .ui-slider .ui-slider-range {
	background-color: #D2638E;
	border-radius: 0;
}
.filter_price .ui-slider .ui-slider-handle {
	cursor: pointer;
	background-color: #D2638E;
	border-radius: 0;
	border: 0;
	height: 17px;
	top: -7px;
	width: 17px;
	margin: 0;
}
#flt_price {
	font-weight: 600;
	color: #333;
}
.rating {
	background-image: url(../images/rate_star.png);
	background-position: 0 -13px;
	background-repeat: repeat-x;
	height: 13px;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	width: 73px;
}
.product_rate {
	background-image: url(../images/rate_star.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 13px;
}
.pr_flash {
	background-color: #D2638E;
	position: absolute;
	right: 10px;
	top: 10px;
	text-transform: uppercase;
	color: #fff;
	padding: 0 8px;
	border-radius: 3px;
	z-index: 1;
}
.product {
	position: relative;
	margin-bottom: 30px;
	transition: all 0.5s ease-in-out;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.product_info {
	padding: 15px;
}
.product .rating {
	margin-top: 5px;
	float: right;
}
.product_title {
	line-height: normal;
	text-transform: capitalize;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.price del {
	margin-right: 10px;
	color: #999;
	font-size: 14px;
}
.price ins {
	text-decoration: none;
	font-weight: 600;
	color: #333;
}
.product_img {
	position: relative;
}
.product_action_box {
	position: absolute;
	top: 70%;
	right: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
}
.product:hover .product_action_box {
	top: 50%;
	opacity: 1;
}
.product:hover .product_img img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.product_img img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}
.product_img > a {
	display: block;
	overflow: hidden;
}
.recent_post li {
	display: -ms-flexbox;
	display: flex;
}
.recent_post li .post_img {
	max-width: 70px;
}
.recent_post li .post_content h6 {
	font-weight: 600;
}
.product-image {
	position: relative;
}
.product_price .price {
	font-size: 20px;
}
.cart_extra {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.quantity {
	border: 1px solid #ccc;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.quantity .minus, .quantity .plus {
	display: block;
	float: left;
	cursor: pointer;
	border: 0;
	padding: 0;
	width: 30px;
	height: 38px;
	line-height: 42px;
	text-align: center;
	font-size: 20px;
	margin: 4px;
	transition: all 0.5s ease-in-out;
}
.quantity .qty {
	float: left;
	width: 55px;
	height: 46px;
	border: 0;
	background-color: transparent;
	text-align: center;
	padding: 0;
}
.quantity .minus:hover, .quantity .plus:hover {
	background-color: #D2638E;
	color: #fff;
}
#Additional-info table td:first-child {
	width: 25%;
}
.shop_info_tab .comment_list {
	margin-bottom: 30px;
}
.tab-content.shop_info_tab {
	margin-top: 20px;
}
.shop_info_tab p:last-child,
.shop_info_tab .form-group:last-child {
	margin: 0;
}
.shop_cart_table th, .shop_cart_table td {
	vertical-align: middle;
	text-align: center;
}
.shop_cart_table th.product-name, .shop_cart_table td.product-name {
	text-align: left;
	text-transform: capitalize;
}
.shop_cart_table th, .product-subtotal {
	font-weight: 600;
}
.shop_cart_table .table thead th {
	background-color: #f5f5f5;
	border: 0;
}
.shop_cart_table .table {
	border: 1px solid #eee;
}
.product-quantity .quantity {
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 132px;
}
.toggle_info {
	padding: 20px;
	border: 2px dashed #999;
	margin-bottom: 30px;
}
.payment_method {
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}
.payment_method .custome-radio {
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}
.payment-text {
	display: none;
	margin-top: 10px;
	margin-bottom: 0;
}
.payment_method .custome-radio:first-child .payment-text {
	display: block;
}
.required {
	color: #f00;
}
.product-qty {
	font-weight: 600;
}	
.order_table {
	text-transform: capitalize;
}
/*===================================*
  12. END PRODUCT SECTION
*===================================*/

/*===================================*
  13. START ELEMENT DESIGN
*===================================*/
.icon_box {
	margin-bottom: 30px;
	padding: 20px;
	position: relative;
}
.icon_box_style1,
.icon_box_style2 {
	background-color: #fff;
}
.icon_box_style1::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 0px;
	width: 0px;
	opacity: 0;
	visibility: hidden;
	border-top: 2px solid #D2638E;
	border-left: 2px solid #D2638E;
	transition: all 0.5s ease-in-out;
}
.icon_box_style1::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 0px;
	width: 0px;
	opacity: 0;
	visibility: hidden;
	border-right: 2px solid #D2638E;
	border-bottom: 2px solid #D2638E;
	transition: all 0.5s ease-in-out;
}
.icon_box_style1:hover:before,
.icon_box_style1:hover:after {
	height: 30px;
	width: 30px;
	opacity: 1;
	visibility: visible;
}
.icon_box_style2 .box_icon {
	float: left;
	margin-right: 15px;
}
.icon_box_style2 .intro_desc {
	overflow: hidden;
}
.icon_box.icon_box_style3 {
	position: relative;
	text-align: center;
	padding: 0;
}
.icon_box_style3 .box_icon {
	border-radius: 100%;
	background-color: #fff;
	display: table;
	margin: 0 auto 15px;
	box-shadow: 0 0 15px rgba(0,0,0,0.05);
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
}
.icon_box_style3:hover .box_icon {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.box_icon {
	margin-bottom: 15px;
}
.icon_box i {
	font-size: 50px;
	display: block;
	color: #D2638E;
}
.intro_desc h5 {
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
}
.intro_desc p {
	font-size: 14px;
}
.intro_desc p:last-child {
	margin: 0;
}
.benifits_bg::before {
	/* background-image: url("../images/europe-map.png"); */
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	left: 50%;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-size: cover;
	height: 364px;
	width: 462px;
	transform: translateX(-50%);
}
.fancy_style1 {
	margin-left: -65px;
	z-index: -1;
	position: relative;
}
.fancy_style1 img {
	width: 100%;
}
.shape_img [class*="ol_"] {
	position: absolute;
	z-index: -1;
	pointer-events: none;
}
.ol_shape1 {
	right: 0;
	bottom: -100px;
}
.ol_shape2 {
	left: 0;
	bottom: 0px;
}
.ol_shape3 {
	top: -100px;
	right: 0;
}
.ol_shape4 {
	top: -50px;
	left: 0;
}
.ol_shape5 {
	bottom: 0px;
	right: 0;
}
.ol_shape6 {
	bottom: 10px;
	left: 0;
}
.ol_shape7 {
	top: 50%;
	left: 50%;
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkittransform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
.ol_shape8 {
	right: 0;
	bottom: -20px;
}
.ol_shape9 {
	left: 0;
	top: -20px;
}
.ol_shape10 {
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	-moz-transform: translateY(-50%);
	-webkittransform: translateY(-50%);
	transform: translateY(-50%);
}
.ol_shape11 {
	right: 0;
	bottom: 0;
}
.ol_shape12 {
	left: 0;
	bottom: 0;
}
.ol_shape13 {
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	bottom: 20px;
}
.ol_shape13 img {
	max-width: 350px;
}
.list_style_1 li {
	list-style: outside none none;
	padding: 10px 10px 10px 45px;
	position: relative;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	margin-bottom: 10px;
}
.list_style_1 li::before {
	content: "\f121";
	font-family: ionicons;
	background-color: #D2638E;
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	margin-right: 10px;
	left: 6px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.list_style_2 li {
	list-style: outside none none;
	padding: 10px 0 10px 25px;
	position: relative;
}
.list_style_2 li::before {
	content: "\f121";
	color: #D2638E;
	font-family: ionicons;
	left: 0;
	position: absolute;
	top: 10px;
}
.order_list > li {
	list-style: decimal;
	padding-top: 10px;
}
.disc_list > li {
	list-style: disc;
	padding-top: 10px;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
.owl-theme .owl-nav [class*="owl-"] {
	background-color: #D2638E;
	color: #fff;
	font-size: 26px;
	margin: 0;
	line-height: 36px;
	border-radius: 50px;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkittransform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	height: 40px;
	width: 40px;
	text-align: center;
}
.owl-theme .owl-nav .owl-prev {
	left: 10px;
}
.owl-theme .owl-nav .owl-next {
	right: 10px;
}
.nav_top_right.owl-theme .owl-nav .owl-prev {
	left: auto;
	right: 50px;
}
.nav_top_right.owl-theme .owl-nav .owl-next {
	right: 0px;
}
.nav_top_right.owl-theme .owl-nav [class*="owl-"] {
	top: -90px;
	-moz-transform: none;
	-webkittransform: none;
	transform: none;
}
.nav_top_right2.owl-theme .owl-nav .owl-prev {
	left: auto;
	right: 50px;
}
.nav_top_right2.owl-theme .owl-nav .owl-next {
	right: 0px;
}
.nav_top_right2.owl-theme .owl-nav [class*="owl-"] {
	top: -65px;
	-moz-transform: none;
	-webkittransform: none;
	transform: none;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: #D30B36;
}
.owl-theme .owl-nav .disabled,
.owl-theme .owl-nav .disabled:hover {
	background-color: #888 !important;
	opacity: 1;
}
.nav_style1.owl-theme .owl-nav .owl-prev {
	left: -50px;
	border-radius: 5px;
}
.nav_style1.owl-theme .owl-nav .owl-next {
	right: -50px;
	border-radius: 5px;
}
.nav_style2 {
	overflow: hidden;
}
.nav_style2.owl-theme .owl-nav .owl-prev {
	left: -50px;
	opacity: 0;
	visibility: hidden;
}
.nav_style2.owl-theme .owl-nav .owl-next {
	right: -50px;
	opacity: 0;
	visibility: hidden;
}
.nav_style2.owl-theme:hover .owl-nav .owl-prev {
	left: 10px;
}
.nav_style2.owl-theme:hover .owl-nav .owl-next {
	right: 10px;
}
.nav_style2.owl-theme:hover .owl-nav .owl-prev,
.nav_style2.owl-theme:hover .owl-nav .owl-next {
	opacity: 1;
	visibility: visible;
}
.video_play {
	position: absolute;
	right: 0;
	display: table;
	left: 50%;
	top: 50%;
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
}
.team_box {
	margin-bottom: 30px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	padding: 10px;
}
.team_img {
	overflow: hidden;
	position: relative;
}
.team_img img {
	width: 100%;
}
.team_box .team_img::before {
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	background-color: rgba(0,0,0,0.5);
	top: 0;
	bottom: 0;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}
.team_box:hover .team_img::before {
    left: 0;
    right: 0;
}
.team_box .social_icons {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}
.team_box .social_icons li {
	opacity: 0;
	-moz-transform: translateY(130px);
	-webkit-transform: translateY(130px);
	transform: translateY(130px);
	transition: all 0.5s ease 0s;
	visibility: hidden;
}
.team_box:hover .social_icons li {
	opacity: 1;
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	visibility: visible;
}
.team_box .social_icons li:nth-child(2n) {
	transition: all 0.6s ease 0s;
}
.team_box .social_icons li:nth-child(3n) {
	transition: all 0.7s ease 0s;
}
.team_box .social_icons li:nth-child(4n) {
	transition: all 0.8s ease 0s;
}
.team_box .social_icons li:nth-child(5n) {
	transition: all 0.9s ease 0s;
}
.team_box .social_icons li:nth-child(6n) {
	transition: all 1s ease 0s;
}
.team_info {
	margin-top: 15px;
}
.team_title h5 {
	font-family: 'Poppins', sans-serif;
	text-transform: capitalize;
}
.team_title span {
	color: #D2638E;
	font-style: italic;
}
.team_title + .social_icons {
	margin-top: 10px;
}
.team_box.team_style1 {
	padding: 0;
	background-color: transparent;
	box-shadow: none;
}
.team_style1 .team_img img {
	border-radius: 100%;
	border: 5px solid #ddd;
	padding: 10px;
}
.team_style1 .team_img::before {
	border-radius: 100%;
	margin: 15px;
}
.owl-carousel .team_box {
	margin: 5px;
}
.trainer_image img {
	width: 100%;
}
.trainer_info > li {
	margin-top: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}
.trainer_info li span {
	width: 100%;
	max-width: 120px;
	color: #333;
	font-weight: 500;
}
.trainer_info li p {
	margin: 0;
}
.description p:last-child {
	margin: 0;
}
.contact_map iframe {
	display: block;
	width: 100%;
	height: 500px;
	border: 0;
}
.content_box {
	margin-top: 30px;
}
.content_desc {
	position: relative;
	padding: 15px;
}
.content-title * {
	margin-bottom: 15px;
	font-family: 'Poppins', sans-serif;
}
.content_title {
	font-size: 18px;
}
.content_meta li a {
	color: #888;
}
.content_meta li a:hover {
	color: #D2638E;
}
.content_img {
	overflow: hidden;
	position: relative;
}
.content_img a {
	display: block;
}
.content_img img {
	transition: all 0.5s ease-in-out;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	width: 100%;
}
.content_box:hover .content_img img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.box_counter i {
	font-size: 50px;
	display: block;
}
.box_counter img {
	max-width: 60px;
	margin-bottom: 15px;
}
.box_counter i {
	margin-bottom: 15px;
	color: #333;
}
.counter_text {
	font-size: 36px;
	margin: 0;
	color: #333;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
.box_counter p {
	margin: 0;
	font-size: 18px;
	color: #333;
	font-weight: 500;
}
.content_desc p:last-child {
	margin: 0;
}
.counter_white .counter_text,
.counter_white i,
.counter_white p {
	color: #fff;
}
.counter_white .counter_pattern::before,
.counter_white .counter_pattern::after {
	background-color: #fff;
}
.custom_select {
	position: relative;
}
.custom_select select option {
    color: #000;
}
.custom_select select option[disabled="disabled"] {
	color: #898989;
}
.form_style1 .custom_select::before {
	right: 20px;
}
.custom_select::before {
	content: "\f3d0";
	font-family: "Ionicons";
	position: absolute;
	display: block;
	top: 50%;
	right: 15px;
	pointer-events: none;
	font-size: 18px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.custom_select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ced4da;
	padding: 9px 30px 9px 10px;
	width: 100%;
	color: #666;
	font-size: 14px;
	line-height: normal;
}
.custome-checkbox .form-check-label {
	position: relative;
	cursor: pointer;
	color: #888888;
	padding: 0;
	vertical-align: middle;
	padding-left: 30px;
}
.custome-checkbox .form-check-input {
	display: none;
}
.custome-checkbox .form-check-label::before {
	content: "";
	border: 2px solid #999;
	height: 19px;
	width: 19px;
	position: absolute;
	vertical-align: middle;
	margin: 0px 8px 0 0;
	left: 0;
	top: 3px;
}
.custome-checkbox input[type="checkbox"]:checked + .form-check-label::after {
	opacity: 1;
}
.custome-checkbox input[type="checkbox"]:checked + .form-check-label::before {
	border-color: #D2638E;
}
.custome-checkbox input[type="checkbox"] + .form-check-label::after {
	content: "";
	width: 11px;
	position: absolute;
	top: 8px;
	left: 4px;
	opacity: 0;
	height: 6px;
	border-left: 2px solid #D2638E;
	border-bottom: 2px solid #D2638E;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.custome-radio .form-check-input, .custome-checkbox .form-check-input {
	display: none;
}
.custome-radio .form-check-label::before {
	content: "";
	border: 1px solid #908f8f;
	height: 14px;
	width: 14px;
	display: inline-block;
	border-radius: 100%;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 6px;
}
.custome-radio input[type="radio"] + .form-check-label::after {
	content: "";
	background-color: #D2638E;
	height: 8px;
	width: 8px;
	border-radius: 100%;
	position: absolute;
	top: 9px;
	left: 3px;
	opacity: 0;
}
.custome-radio .form-check-label, .custome-checkbox .form-check-label {
	position: relative;
	cursor: pointer;
	color: #333333;
	font-weight: 500;
	padding-left: 25px;
}
.custome-radio input[type="radio"]:checked + .form-check-label::before {
	border-color: #D2638E;
}
.custome-radio input[type="radio"]:checked + .form-check-label::after {
	opacity: 1;
}
.nav-tabs {
	border: 0;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover {
	color: #D2638E;
}
.nav-tabs li.nav-item a {
	background-color: transparent;
    border: 0;
	color: #636363;
	font-size: 16px;
	font-weight: 500;
    text-align: center;
    text-transform: capitalize;
	padding: 5px 20px;
}
.tab-content {
	margin-top: 30px;
}
.tab-style1 .nav-tabs {
	border-bottom: 1px solid #ddd;
}
.tab-style1 .nav-tabs .nav-link.active,
.tab-style1 .nav-tabs .nav-link.active:hover {
	border-bottom-color: #D2638E;
}
.tab-style1 .nav-tabs .nav-item {
	margin-right: 10px;
}
.tab-style1 .nav-tabs .nav-item:last-child {
	margin-right: 0px;
}
.tab-style1 .nav-tabs li.nav-item a {
    border-bottom: 2px solid rgba(0,0,0,0);
}
.tab-style2 ul {
	border-radius: 45px;
	background-color: #fff;
	-webkit-box-shadow: 0 0px 20px rgba(0,0,0,0.10);
	box-shadow: 0 0px 20px rgba(0,0,0,0.10);
	border: 0;
	padding: 7px;
	position: relative;
	display: inline-block;
}
.tab-style2 ul li {
	display: inline-block;
}
.tab-style2 .nav-item .nav-link.active_hover {
	border: 0;
	border-radius: 45px;
	background: 0 0;
	color: #fff;
}
.tab-style2 .nav-item .nav-link.active {
	background-color: #D2638E;
	color: #fff !important;
}
.tab-style2 .nav-item .nav-link.active.active_hover {
	background-color: transparent;
}
.tab-style2 .nav-item .nav-link {
	padding: 12px 30px;
	display: inline-block;
	border: 0;
	border-radius: 45px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.sliding_tab .tab_bg {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #D2638E;
	left: 0;
	border-radius: 45px;
	z-index: 0;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.page-title h1 {
	font-size: 50px;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.breadcrumb {
	background-color: transparent;
	margin: 0;
	padding: 0;
}
.breadcrumb-item + .breadcrumb-item::before {
	color: #333;
}
.breadcrumb-item.active {
	color: #333;
}
.breadcrumb li a, .breadcrumb li {
	font-size: 16px;
	text-transform: capitalize;
}
.breadcrumb_section {
	position: relative;
	z-index: 1;
}
.breadcrumb_section .shape_img [class*="ol_"] {
	z-index: -1;
}
.header_wrap.fixed-top + .breadcrumb_section {
	padding-top: 160px;
}
.page-title-light *, .page-title-light .breadcrumb-item, .page-title-light .breadcrumb-item::before {
	color: #fff;
}
.pagination li {
	margin-right: 10px;
}
.pagination .page-item a, .page-item.disabled .page-link {
	border: 1px solid #b5b5b5;
	border-radius: 0px !important;
	color: #b5b5b5;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	padding: 0;
	font-size: 18px;
}
.pagination .page-item a i {
	font-size: 28px;
	vertical-align: middle;
}
.page-item.active .page-link, .page-item .page-link:hover {
	background-color: #D2638E;
	border-color: #D2638E;
	color: #fff;
}
.page-link:focus {
	box-shadow: none;
}
.sidebar ul {
    list-style: none;
}
.search_form {
	position: relative;
}
.search_form .form-control {
	padding: 10px 45px 10px 15px;
	height: 45px;
	font-size: 16px;
	border-radius: 0;
	border-width: 1px;
}
.search_form button {
	background-color: transparent;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 30px;
}
.search_form button:hover {
	color: #D2638E;
}
.sidebar .widget {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.sidebar .widget:last-child {
	margin: 0;
}
.sidebar .widget_title {
	position: relative;
	font-family: 'Poppins', sans-serif;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
}
.sidebar .widget_title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70px;
	height: 3px;
	background-color: #D2638E;
}
.border_bottom_dash > li {
	border-bottom: 1px dashed #999;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.border_bottom_dash > li:last-child {
	border-bottom: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.widget_categories .categories_num,
.widget_archive .archive_num {
	float: right;
}
.widget_categories ul li,
.widget_archive ul li {
    padding-bottom: 8px;
}
.widget_categories ul li:last-child,
.widget_archive ul li:last-child {
    padding-bottom: 0px;
}
.widget_categories a {
	font-size: 16px;
	color: #636363;
}
.widget_categories a:hover {
	color: #D2638E;
}
.widget_categories a::before, .widget_archive a::before {
	content: "\f3d1";
	font-family: "Ionicons";
	margin-right: 10px;
}
.loading_pr {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9;
}
.grid_container > li {
	list-style: none;
}
.gutter_small {
    margin: 0 -7.5px 0px -7.5px;
}
.gutter_small > li {
    padding: 0 7.5px 15px 7.5px;
}
.gutter_medium {
    margin: 0 -15px 0px -15px;
}
.gutter_medium > li {
	padding: 0px 15px 30px 15px;
}
.grid_col2 > li {
	width: 50%;
	float: left;
}
.grid_col3 > li {
	width: 33.33%;
	float: left;
}
.grid_col4 > li {
    width: 25%;
	float: left;
}
.tags a {
	border: 1px solid #ddd;
	font-size: 14px;
	padding: 5px 15px;
	float: left;
	margin-bottom: 5px;
	color: #898989;
	line-height: normal;
	margin-right: 5px;
	text-transform: uppercase;
	font-weight: 500;
}
.tags a:hover {
	border-color: #D2638E;
	background-color: #D2638E;
	color: #fff;
}
.widget_instagram ul {
	margin: -4px;
	display: table;
}
.widget_instagram li {
	float: left;
	padding: 4px;
}
.sidebar .widget_instagram .insta_icon i {
	font-size: 16px;
}
.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-family: 'Poppins', sans-serif;
}
.accordion .card-header a::after {
	content: "\f126";
	font-family: "Ionicons";
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	right: 20px;
	top: 15px;
}
.accordion .card-header a.collapsed::after {
	content: "\f123";
}
.accordion .card-body {
	padding: 15px 0 10px;
	border-bottom: 1px solid #ddd;
}
.accordion .card-header a[aria-expanded="true"] {
	color: #D2638E;
}
.tab_box {
	padding:15px;
}
.card-body p:last-child {
	margin: 0;
}
.countdown_time {
	display: table;
	width: 100%;
}
.countdown_time .countdown_box {
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
	padding: 0 5px;
}
.countdown_time .cd_text {
	display: block;
	color: #636363;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: -5px;
}
.countdown_box .countdown {
	color: #333;
	font-size: 70px;
	line-height: normal;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
}
.countdown_content::before {
	content: ":";
	font-size: 38px;
	font-weight: bold;
	color: #333;
	position: absolute;
	right: -6px;
	top: 45px;
}
.countdown_box:last-child .countdown_content:before {
	content: normal;
}
.countdown_style1 .countdown_content {
	background-color: #fff;
	border-radius: 10px;
	padding-bottom: 5px;
}
.countdown_style2 .countdown_content {
	border: 2px solid rgba(0,0,0,0.05);
	box-shadow: none;
	padding-bottom: 0px;
}
.countdown_style1 .countdown_content:before ,
.countdown_style2 .countdown_content:before {
	content: normal;
}
.countdown_white .countdown_box .countdown, .countdown_white .countdown_box .cd_text,.countdown_white .countdown_content::before  {
    color: #fff;
}
.countdown_white .countdown_box::before {
	color: #fff;
}
.social_icons [class*="sc_"] {
	color: #fff !important;
}
.social_icons [class*="sc_"]:hover {
	opacity: 0.8;
}
.sc_facebook {
	background-color: #3b5998 !important;
	border-color: #3b5998 !important;
}
.sc_gplus,
.sc_google {
	background-color:#dd4b39 !important;
	border-color: #dd4b39 !important;
}
.sc_linkedin {
	background-color:#0e76a8 !important;
	border-color: #0e76a8 !important;
}
.sc_rss {
	background-color:#ee802f !important;
	border-color: #ee802f !important;
}
.sc_skype {
	background-color:#00aff0 !important;
	border-color: #00aff0 !important;
}
.sc_twitter {
	background-color:#00acee !important;
	border-color: #00acee !important;
}
.sc_youtube {
	background-color:#c4302b !important;
	border-color: #c4302b !important;
}
.sc_vimeo {
	background-color:#86c9ef !important;
	border-color: #86c9ef !important;
}
.sc_yahoo {
	background-color:#720e9e !important;
	border-color: #720e9e !important;
}
.sc_tumblr {
	background-color:#34526f !important;
	border-color: #34526f !important;
}
.sc_instagram {
	background-color:#027ba5 !important;
	border-color: #027ba5 !important;
}
.sc_pinterest {
	background-color:#c8232c !important;
	border-color: #c8232c !important;
}
.sc_dribbble {
	background-color:#EA4C89 !important;
	border-color: #EA4C89 !important;
}
.sc_reddit {
	background-color: #C6C6C6 !important;
	border-color: #C6C6C6 !important;
}
.sc_github {
	background-color: #171515 !important;
	border-color: #171515 !important;
}
.sc_android {
	background-color: #A4C639 !important;
	border-color: #A4C639 !important;
}
.sc_windows {
	background-color: #00A7E7 !important;
	border-color: #00A7E7 !important;
}
.sc_tux {
	background-color: #C1C1C1 !important;
	border-color: #C1C1C1 !important;
}
.sc_delicious {
    background-color: #205cc0!important;
	border-color: #205cc0 !important;
}
.sc_paypal {
    background-color: #00588b!important;
	border-color: #00588b !important;
}
.sc_blogger {
    background-color: #fc4f08!important;
	border-color: #fc4f08!important;
}
.sc_flickr {
    background-color: #ff0084!important;
	border-color: #ff0084!important;
}
.sc_yahoo {
    background-color: #720e9e!important;
	border-color: #720e9e!important;
}
.sc_dropbox {
    background-color: #3d9ae8!important;
	border-color: #3d9ae8!important;
}
.sc_ebay {
    background-color: #89c507!important;
	border-color: #89c507!important;
}
.sc_wordpress {
    background-color: #1e8cbe!important;
	border-color: #1e8cbe !important;
}
.sc_yelp {
    background-color: #c41200!important;
}
blockquote {
	color: #333333;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	z-index: 0;
	position: relative;
}
blockquote p {
	line-height: normal;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #333;
	position: relative;
}
blockquote[class*="overlay_bg_"]::before {
	z-index: -1;
}
blockquote.parallax_bg .parallax-inner {
	z-index: -2 !important;
}
blockquote p:last-child {
	margin: 0;
}
.blockquote_style1 {
	padding: 20px 30px;
}
.single_post .single_post_content {
	margin-top: 30px;
}
.single_post .blog_text .blog_meta {
	margin: 10px 0;
}
.share > div {
	float: left;
	margin-right: 10px;
	margin-top: 6px;
	margin-bottom: 0;
}
.single_post .post_navigation {
	margin: 50px 0;
}
.post_navigation i {
	font-size: 26px;
}
.post_navigation a {
	display: inline-block;
	padding: 10px 20px;
	background-color: #2f303c;
	color: #fff !important;
	font-size: 16px;
}
.post_navigation a:hover {
	background-color: #D2638E;
}
.post_navigation span {
	display: block;
	font-weight: 500;
	text-transform: capitalize;
}
.single_post .blog_post_footer {
	padding: 30px 0;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}
.posts-title * {
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
	font-size: 20px;
}
.single_post .comment_list {
	margin-bottom: 50px;
}
.comment-area .form-group:last-child {
	margin: 0;
}
.content_info {
	padding: 30px;
}
.author_block {
	padding: 20px;
	display: inline-block;
	background-color: #f7f7f7;
}
.author_img {
	padding-right: 20px;
	float: left;
}
.author_img img {
	max-width: 220px;
}
.author_intro * {
	font-family: 'Poppins', sans-serif;
}
.author_info p:last-child {
	margin: 0;
}
.related_post,
.comment-area, 
.comment_form {
	margin-top: 50px;
}
.comment_form {
	padding: 30px 20px;
}
.comment_list > li.comment_info {
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
}
.comment_list > li.comment_info:first-child {
	padding-top: 10px;
}
.children_comment {
	padding-left: 60px;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #ddd;
}
.children_comment li {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #ddd;
}
.children_comment li:first-child {
	border: 0;
	padding: 0;
	margin: 0;
}
.user_img img {
	height: auto;
	max-width: 80px;
}
.comment_content {
	padding-left: 20px;
}
.comment-reply i,
.comment-time i {
	margin-right: 5px;
}
.meta_data {
	margin-bottom: 10px;
}
.comment_content p {
	margin-bottom: 12px;
}
.comment_content p:last-child {
	margin: 0;
}
.meta_data * {
	font-family: 'Poppins', sans-serif;
}
.comment-time {
	position: relative;
	display: block;
	color: #898989;
	text-transform: capitalize;
}
.error_txt {
	color: #333;
	font-size: 240px;
	font-weight: 600;
	line-height: 1;
}
.cs_content_box {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 9;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cs_content_box .countdown_time, .cs_content_box .newsletter_form {
	margin-bottom: 30px;
}
.logo_wrap {
	margin-bottom: 40px;
}
.cta_section_small {
	padding: 50px;
}
.grid_box [class^="col-"] {
	background-color: #efefef;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
}
.progress_content {
	position: relative;
	margin-top: 20px;
}
.progress_content:first-child {
	margin-top: 0;
}
.progrees_bar_text span {
	font-weight: 500;
	color: #333;
	text-transform: uppercase;
}
.progress_content .progress-bar {
	background-color: #D2638E;
	border-radius: 0px;
	width: 0;
	-webkit-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}
.progress_content .progress {
	height: 5px;
	margin-top: 10px;
	border-radius: 0;
}
.progress_content .count_pr,
.progress_content.pr_style2 .count_pr {
	color: #333;
	right: 0;
	font-size: 14px;
	position: absolute;
	top: 0px;
	-webkit-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}
.pr_white span, 
.pr_white.progress_content .count_pr {
	color: #fff;
}
.progress_content.pr_style2 .progress-bar {
	background-color: #333;
}
.about_counter {
	background-color: #fff;
	padding: 15px 0;
}
.fancy_border:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0%;
	right: 15px;
	bottom: 0;
	border: 10px solid #FAEAC8;
}
.fancy_box {
	position: relative;
	z-index: 1;
}
.fancy_box::before {
	content: "";
	position: absolute;
	left: 100px;
	right: 50px;
	top: 50px;
	bottom: 0;
	border: 5px dashed #DACAA8;
	z-index: -1;
}
.list_item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list_item li {
	padding: 0 15px;
	border-right: 1px solid #eee;
	max-width: 33.33%;
	flex: 0 0 33.33%;
}
.list_item li:last-child {
	padding-right: 0;
	border-right: 0;
}
.counter_content {
	text-align: center;
}
.counter_content h3 {
	font-weight: bold;
}
.counter_content p {
	margin: 0;
}
.map iframe {
	display: block;
	width: 100%;
	height: 500px;
	border: 0;
}
.wide {
	background-image: none !important;
}
.boxed_layout::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #fff;
	z-index: -1;
}
/*===================================*
  13. END ELEMENT DESIGN
*===================================*/

/*===================================*
  14. START ANIMATION CSS
*===================================*/

@-webkit-keyframes flip_box {
  0% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flip_box {
  0% {
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}

.flip_box {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flip_box;
  animation-name: flip_box;
}
/*===================================*
  14. END ANIMATION CSS
*===================================*/

.alert-msg-failure {
	color: #721c24;
	background-color: #efa0a0;
	border-radius: 3px;
	margin-top: 10px;
}
.alert-msg-success {
	color: #155724;
	background-color: #d4edda;
	border-radius: 3px;
	margin-top: 10px;
}

.flash_tp {
	z-index: 9;
	background-color: #28A745;
	color: #fff;
	padding: 9px 10px;
	font-size: 14px;
	line-height: normal;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	white-space: nowrap;
	margin: 42px -43px;
	-webkit-animation: color_effect 3s infinite alternate;
	-moz-animation: color_effect 3s infinite alternate;
	-o-animation: color_effect 3s infinite alternate;
	animation: color_effect 3s infinite alternate;
}
@-webkit-keyframes color_effect {
    0%{
        background-color: #28A745;
    }
    50%{
        background-color: #17A2B8;
    }
	100%{
        background-color: #FFC107;
    }
}
@keyframes color_effect {
    0%{
        background-color: #28A745;
    }
    50%{
        background-color: #17A2B8;
    }
	100%{
        background-color: #FFC107;
    }
}
/*Demo Switcher Css*/
span.statcounter {
    display: none;
}
.demo_switcher {
	position: fixed;
	right: 0;
	z-index: 9999;
	top: 20%;
}
.demo > ul > li > a {
	font-size: 22px;
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	transition: all 0.5s ease-in-out;
}

.demo > ul > li > a.menu_icon {
	line-height: 44px;
	font-size: 25px;
}

.demo_list ul {
	list-style: none;
	display: inline-block;
}
.demo_list {
	background-color: #fff;
	position: fixed;
	right: -360px;;
	max-width: 360px;
	padding: 5px;
	overflow: auto;
	top: 0;
	bottom: 0;
	transition: all 0.5s ease-in-out;
	z-index: 9999;
}
.demo_list.switch-active {
	right: 0;
}
.switch-open::before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 9999;
}
.demo_list li {
	padding: 5px;
}
.demo_list li img {
	display: block;
	border: 1px solid #ddd;
	padding: 4px;
	position: relative;
	margin-bottom: 10px;
}
body.switch-open {
	overflow: hidden;
	padding-right: 15px;
}
.demo li {
	position: relative;
}
.demo > ul > li > a.demo_icon.switch-active {
	position: relative;
	transition: all 0.5s ease-in-out;
	-moz-transform: translateX(-360px);
	-webkit-transform: translateX(-360px);
	transform: translateX(-360px);
}
.demo > ul > li > a.demo_icon.switch-active i::before {
	content: "\f129";
	font-size: 20px;
	vertical-align: middle;
}
.demo > ul > li > a.menu_icon.switch-active {
	line-height: 36px;
}
.demo_list h5 {
	margin: 10px 0;
}
.demo li.switch-active .color_icon {
	transition: all 0.5s ease-in-out;
	-moz-transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	transform: translateX(-200px);
}
.option_box {
	background: #000;
	right: -200px;
	padding: 10px;
	position: absolute;
	top: 0;
	transition: all .5s ease-in-out;;
	width: 200px;
	z-index: 999;
}
.switch-active {
	right: 0;
}
.color-switch li {
	float: left;
}
.color-switch ul li button::after {
	color: #ffffff;
	content: "\f122";
	font-family: "Ionicons";
	font-size: 16px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 2px;
	right: 0;
}
.color-switch ul li.active button::after {
	opacity: 1;
}
.color-switch button {
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 25px;
	line-height: 20px;
	margin: 2px;
	padding: 0;
	position: relative;
	text-align: center;
	width: 32px;
}
.default {
	background-color: #D2638E;
}
.green {
	background-color: #08CC96;
}
.bluelight {
	background-color: #00BDBB;
}
.orange {
	background-color: #ffa02c;
}
.pink {
	background-color: #F50F87;
}
.saffron {
	background-color: #ff3600;
}
.demo_list li a span {
	color: #333;
	font-size: 14px;
	transition: all 0.5s ease-in-out;
}
.layout_option input {
	display: none;
}
.layout_option span {
	padding: 3px 20px;
	background-color: #fff;
	text-transform: capitalize;
	line-height: normal;
	cursor: pointer;
	margin: 5px 5px 0 0;
	color: #000;
	display: inline-block;
	font-size: 14px;
}
.layout_option span.active {
	background-color: #88C74A;
	color: #fff;
}
.layout_bg_img li {
	float: left;
	width: 33.33%;
	padding: 5px;
}
.layout_bg_img li:nth-child(3n+1) {
	clear: both;
}

.layout_option {
	display: inline-block;
}
.layout_bg_img li a {
	border: 1px solid transparent;
	display: block;
}
.layout_bg_img li a.active::before {
	background-color: rgba(0,0,0,0.5);
	content: "";
	left: 0;
	position: absolute;
	bottom: 0;
	top: 0px;
	right: 0;
}
.layout_bg_img li a.active::after {
	color: #ffffff;
	content: "\f122";
	font-family: "Ionicons";
	font-size: 16px;
	left: 0;
	position: absolute;
	top: 7px;
	z-index: 9999;
	right: 0;
	text-align: center;
}
.layout_bg_img:not(.open) {
	opacity: 0.3;
	pointer-events: none;
}
@media only screen and (max-width: 480px) {
.demo_list {
	right: -270px;
	max-width: 270px;
}
.demo > ul > li > a.icon.switch-active {
	-moz-transform: translateX(-270px);
	-webkit-transform: translateX(-270px);
	transform: translateX(-270px);
}
.demo > ul > li > a.demo_icon.switch-active {
	-moz-transform: translateX(-270px);
	-webkit-transform: translateX(-270px);
	transform: translateX(-270px);
}
}

.nav-white
{
	color: #fff;
}
