/*-----------------------------------------------------------------
Template Name  : Pranayama - Yoga & Meditation WordPress Theme
Author         : HasnaaDesign
Version        : 1.0
Primary Use    : Yoga, Company
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------
Table Of Contents
--------------------------------
 1. Global Styles
 2. Loading
 3. Upperbar
 4. Navbar
 5. Home
 6. Services
 7. About Us
 8. Schedule
 9. Call To Action
 10. Events
 11. Our Team
 12. Pricing
 13. Testimonials
 14. Blog
 15. FAQ
 16. Class Grid
 17. Contact
 18. Newsletter
 19. Footer
 20. Scroll To Top
 21. Event Single
 22. Class Single
 23. Breadcrumb
 24. Sidebar
 25. Blog Single
 26. 404
 27. Media Queries
-----------------------------------------------------------------*/

/* --------------------------------------
   1. Global Styles
-----------------------------------------*/

* {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

:root {
    --main-color: #7b6cd5;
    --main-color-rgb: 123, 108, 213;
    --hover-color: #604dd6;
}

body {
    font-family: 'Rubik', sans-serif;
	background-color: #fff;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:focus,
a:active {
    color: #fff;
    text-decoration: none;
}

ul {
    margin-bottom: 0;
}

button:focus {
    outline: none;
}

/*=========== Typography ============*/
h1 {
    font-size: 60px;
    font-weight: 800;
}

h2 {
    font-size: 40px;
    font-weight: 700;
}

h3 {
    font-size: 20px;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    font-weight: 400;
}

h5 {
    font-size: 16px;
    font-weight: 400;
}

h6 {
    font-size: 15px;
    font-weight: 400;
}

/* =WordPress Core
-------------------------------------------------------------- */

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.wp-caption {
    background: #e7e7ea;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-caption {
    display: block;
    width: 100%;
}

.bypostauthor {
    color: #666;
}

.sticky {
    overflow: hidden;
}

.screen-reader-text {
    font-style: normal;
}

/*=========== My Classes ============*/

.main-title {
    margin-bottom: 60px;
	text-align: center;
	position: relative;
}

.main-title .separator {	
    position: relative;
    width: 160px;
    display: inline-block;
}

.main-title .separator:before,	
.main-title .separator:after {	
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 50px;
    background: var(--main-color);
}

.main-title .separator:before {	
    left: 3px;
}

.main-title .separator:after {	
    right: 3px;
}

.main-title .separator .flaticon-chakra:before {	
    font-size: 40px;
    color: var(--main-color);
	margin-left: 0;
}

.main-title h2 {	
    font-size: 28px;
    letter-spacing: .4px;
    line-height: 1.3;
    color: #323232;
    font-weight: 700;
    margin: 0;
    margin-top: 5px;
    text-transform: capitalize;
}

.display-table {
    display: table;
    width: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    min-height: 100%;
	height: 100vh;
	text-align: center;
}

.main-btn {
	position: relative;
    background: var(--main-color);
    color: #fff;
    min-width: 150px;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-align: center;
    padding: 15px 20px;
    border: 2px solid var(--main-color);
    outline: none;
    cursor: pointer;
    margin-right: 14px;
	overflow: hidden;
}

.main-btn span {
    position: relative;
    z-index: 2;
}

.main-btn:before {
    content: '';
    background-color: var(--hover-color);
    position: absolute;
    top: 0;
    left: -25%;
    height: 104%;
    width: 0;
    -webkit-transform: skew(-22deg);
    -moz-transform: skew(-22deg);
    -ms-transform: skew(-22deg);
    -o-transform: skew(-22deg);
    transform: skew(-22deg);
    transition-duration: .6s;
    z-index: 1;
}

.main-btn:hover:before {
    width: 190%;
}

.main-btn:hover,
.custom-btn:hover {
	border: 2px solid var(--hover-color);
}

.custom-btn {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    margin-right: 0;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

.elementor-widget:not(:last-child) {
    margin-block-end: 0;
    margin-bottom: 0;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

/* --------------------------------------
   2. Loading
-----------------------------------------*/

.loading {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
	background-color: #fff;
}

.loading .loading-content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 50px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.loading .loading-content .inner-item {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background-color: var(--main-color);
	border-radius: 50%;
	-webkit-transform: scale(.1);
	-moz-transform: scale(.1);
	-ms-transform: scale(.1);
	-o-transform: scale(.1);
	transform: scale(.1);
	-webkit-transform-origin: center left;
	-moz-transform-origin: center left;
	-ms-transform-origin: center left;
	-o-transform-origin: center left;
  	transform-origin: center left;
	-webkit-animation: loading 4s infinite;
	animation: loading 4s infinite;
}

.loading .loading-content .inner-item:nth-of-type(2) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.loading .loading-content .inner-item:nth-of-type(3) {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.loading .loading-content .inner-item:nth-of-type(4) {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

.loading .loading-content .inner-item:nth-of-type(5) {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

@-webkit-keyframes loading {
	0% {
		-webkit-transform: scale(.1);
		-moz-transform: scale(.1);
		-ms-transform: scale(.1);
		-o-transform: scale(.1);
		transform: scale(.1);
	}
	
	45% {
		left: 120px;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	
	90% {
		left: 294px;
		-webkit-transform: scale(.1);
		-moz-transform: scale(.1);
		-ms-transform: scale(.1);
		-o-transform: scale(.1);
		transform: scale(.1);
	}
}

@keyframes loading {
	0% {
		-webkit-transform: scale(.1);
		-moz-transform: scale(.1);
		-ms-transform: scale(.1);
		-o-transform: scale(.1);
		transform: scale(.1);
	}

	45% {
		left: 120px;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}

	90% {
		left: 294px;
		-webkit-transform: scale(.1);
		-moz-transform: scale(.1);
		-ms-transform: scale(.1);
		-o-transform: scale(.1);
		transform: scale(.1);
	}
}

/* --------------------------------------
   3. Upperbar
-----------------------------------------*/

.upper-bar {
    background-color: #fff;
}

.upper-bar .inner-bar {
    background-color: var(--main-color);
    color: #f1f3f1;
    padding: 10px 15px;
    border-radius: 0 0 8px 8px;
}

.upper-bar .inner-bar .contact-bar li {
	display: inline-block;
	font-size: 14px;
	margin-right: 15px;
}

.upper-bar .inner-bar .contact-bar li a {
	color: #f1f3f1;
}

.upper-bar .inner-bar .contact-bar li i {
	margin-right: 5px;
}

.upper-bar .inner-bar .social-media-bar li {
	display: inline-block;
	font-size: 14px;
	margin-right: 15px;
}

.upper-bar .inner-bar .social-media-bar li a {
	color: #f1f3f1;
}

/* --------------------------------------
   4. Navbar
-----------------------------------------*/

.header-inner {
	background: #fff;
	z-index: 999;
}

.header-inner.active-nav {
    position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .05);
}

.header-inner .my-logo {
	position: relative;
    top: 16px;
    color: #323232;
    font-size: 29px;
    font-weight: 500;
    display: inline-block;
}

.header-inner .my-logo img {
	max-width: 165px;
    position: relative;
    top: -2px;
}

.header-inner .my-logo .flaticon-orchid:before {
    margin-left: 0; 
    font-size: 38px;
    color: var(--main-color);
    margin-right: 10px;
}

.header-inner .menu-toggle {
    background: var(--main-color);
    border-radius: 3px;
	float: right;
	padding: 8px;
    margin: 20px 0;
	border: none;
    outline: none;
    cursor: pointer;
    display: none;
    z-index: 2;
}

.header-inner .menu-toggle .bar {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
}

.header-inner .menu-toggle .bar:nth-child(2) {
    margin: 6px 0;
}

.header-inner.menu-active .menu-toggle .bar:nth-child(2) {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.header-inner.menu-active .menu-toggle .bar:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

.header-inner.menu-active .menu-toggle .bar:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

.header-inner .main-menu {
	position: relative;
}

.header-inner .nav-search {
	position: relative;
	float: right;
	line-height: 78px;
	margin-left: 40px;
	padding-left: 0;
}

.header-inner .nav-search > li {
	display: inline-block;
	margin-right: 14px;
}

.header-inner .nav-search > li:last-child {
	margin-right: 0;
}

.header-inner .nav-search > li > a {
	color: #323232;
	font-size: 19px;
	font-weight: 200;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header-inner .nav-search > li > a.fa-shopping-cart {
	position: relative;
}

.header-inner .nav-search > li > a.fa-shopping-cart .cart-total {
	position: absolute;
    top: -6px;
    right: -11px;
    font-size: 11px;
    font-weight: 500;
    width: 18px;
    height: 18px;
    line-height: 19px;
    text-align: center;
    background: #fd5454;
    border-radius: 50%;
    color: #fff;
}

.header-inner .nav-search > li.shopping-cart .mini-cart {
	position: absolute;
    top: 125%;
    right: 0;
    width: 320px;
    background: #fff;
	border:1px solid #eae9e9;
    border-top: 2px solid var(--main-color);
    padding: 15px;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.header-inner .nav-search > li.shopping-cart:hover .mini-cart {
	top: 100%;
	visibility: visible;
    opacity: 1;
}

.header-inner .nav-search > li.shopping-cart .mini-cart .cart-item {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}

.header-inner .nav-search > li.shopping-cart .mini-cart .cart-image {
	float: left;
	width: 35%;
}

.header-inner .nav-search > li.shopping-cart .mini-cart .cart-image img {
	border: 1px solid #d3fbeb;
}

.header-inner .nav-search > li.shopping-cart .mini-cart .cart-info {
	float: left;
	width: 60%;
	margin-left: 5%;
}

.header-inner .nav-search > li.shopping-cart .mini-cart .cart-info h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #323232;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.header-inner .nav-search > li.shopping-cart .mini-cart .cart-info h4:hover {
    color: var(--main-color);
}

.header-inner .nav-search > li.shopping-cart .mini-cart .cart-info .price {
	color: var(--main-color);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    margin-top: 8px;
}

.header-inner .nav-search > li.shopping-cart .mini-cart .cart-info .product-options {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 1;
}

.header-inner .nav-search > li.shopping-cart .mini-cart .cart-info .product-options .fa-trash-o {
    display: inline-block;
    color: #323232;
    margin-right: 8px;
    font-size: 16px;
}

.header-inner .nav-search > li.shopping-cart .mini-cart .cart-info .quantity {
    display: inline-block;
    line-height: 1;
    margin-right: 8px;
    color: #323232;
    font-size: 16px;
}

.header-inner .nav-search > li.shopping-cart .mini-cart .cart-info .plus {
    color: #323232;
    font-size: 16px;
	cursor: pointer;
}

.header-inner .nav-search > li.shopping-cart .mini-cart .cart-info .product-options .fa-trash-o:hover,
.header-inner .nav-search > li.shopping-cart .mini-cart .cart-info .plus:hover {
    color: var(--main-color);
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.header-inner .nav-search > li.shopping-cart .mini-cart .subtotal {
	display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    color: #323232;
	padding-top: 10px;
    border-top: 1px solid #f2f3f2;
}

.header-inner .nav-search > li.shopping-cart .mini-cart .subtotal h3 {
    font-size: 14px;
    font-weight: 500;
	line-height: 1;
	font-family: 'Rubik', sans-serif;
}

.header-inner .nav-search > li.shopping-cart .mini-cart .subtotal span {
	line-height: 1;
}

.header-inner .nav-search > li.shopping-cart .mini-cart .cart-btns {
	margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.header-inner .nav-search > li.shopping-cart .mini-cart .cart-btns .main-btn {
	min-width: 134px;
	line-height: 1;
}

.header-inner .nav-search > li.shopping-cart .mini-cart .cart-btns .mr-0 {
	margin-right: 0 !important;
}

.header-inner .nav-search > li > a:hover {
	color: var(--main-color);
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.header-inner .search-form {
	position: absolute;
    top: 79px;
    right: 0;
    width: 295px;
    padding: 12px;
	background: #fff;
    border-top: 2px solid var(--main-color);
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
    visibility: hidden;
    z-index: 9999;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.header-inner .search-form.active {
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	visibility: visible;
}

.header-inner .search-form input[type="search"] {
	background: #f7f7fb;
    color: #353535;
    width: 100%;
    height: 50px;
    padding: 0 50px 0 18px;
    border: none;
	border-radius: 4px;
    outline: none;
	font-size: 14px;
    font-weight: 500;
}

.header-inner .search-form .search-btn {
	position: absolute;
    top: 12px;
    right: 12px;
    width: 50px;
    height: 50px;
    background: var(--main-color);
    color: #fff;
    cursor: pointer;
    outline: none;
    border: none;
	border-radius: 0 4px 4px 0;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.header-inner .search-form .search-btn:hover {
    background: var(--hover-color);
}

.header-inner .navbar {
	float: right;
	padding: 0;
}

.header-inner .navbar .nav > li.menu-item {
	position: relative;
	margin-right: 15px;
}

.header-inner .navbar .nav li.menu-item:last-child {
	margin-right: 0;
}

.header-inner .navbar .nav li.menu-item a {
    display: block;
    color: #323232;
    padding: 30px 8px;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.header-inner .navbar .nav li.menu-item.active a,
.header-inner .navbar .nav li.menu-item:hover a {
	color: var(--main-color);
}

.header-inner .navbar .nav li.menu-item a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--main-color);
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header-inner .navbar .nav li.menu-item:hover a:before,
.header-inner .navbar .nav li.menu-item.active a:before {
	width: 100%;
}

.header-inner .navbar .nav li.menu-item a i {
	margin-left: 5px;
	font-weight: 600;
}

.header-inner .navbar .nav li.menu-item-has-children > a:after {
	content: "\f107";
    font-family: "FontAwesome";
    margin-left: 5px;
    font-weight: 600;
}

.header-inner .navbar .nav li.menu-item-has-children .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 225px;
	padding: 0;
	background: #fff;
	border-bottom: 3px solid var(--main-color);
	list-style: none;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	transform-origin: 0 0;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.header-inner .navbar .nav li.menu-item-has-children:hover .sub-menu {
	opacity: 1;
	visibility: visible;
    -webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}

.header-inner .navbar .nav li.menu-item-has-children .sub-menu li a {
	background: transparent;
	color: #8e8d8d;
	padding: 12px 15px;
    border-bottom: 1px solid #f3f1f1;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header-inner .navbar .nav li.menu-item-has-children .sub-menu li a:hover {
	background: #f7f7fb;
	padding-left: 18px;
	border-bottom: 1px solid var(--main-color);
}

.header-inner .navbar .nav li.menu-item-has-children .sub-menu li a:before {
	display: none;
}

/* --------------------------------------
   5. Home
-----------------------------------------*/

body .home {
    position: relative;
    overflow: hidden;
	height: 100vh;
}

body .home .owl-carousel {
    height: 100vh;
}

body .home .bg-cover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center top;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

body .home .owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

body .home .owl-carousel .owl-nav .owl-next,
body .home .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 36px;
    text-align: center;
    background-color: rgba(23, 24, 25, .5);
	border-radius: 3px;
	outline: none;
	z-index: 999;
}

body .home .owl-carousel .owl-nav .owl-next {
    right: 10px;
}

body .home .owl-carousel .owl-nav .owl-prev {
    left: 10px;
}

body .home .owl-carousel .owl-nav .owl-next:hover,
body .home .owl-carousel .owl-nav .owl-prev:hover {
    background-color: var(--main-color);
}

body .home .overlay {
	background-color: rgba(0, 0, 0, .5);
	height: 100%;
}

body .home .home-content h5 {
	color: var(--main-color);
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5px;
}

body .home .home-content p {
    color: #fff;
    line-height: 1.6;
	letter-spacing: .3px;
    margin-bottom: 30px;
}

body .home .home-content h1 {
	color: #e0dede;
    font-size: 65px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 25px;
    line-height: 1.2;
}

body .home .home-content .custom-btn {
    margin-right: 14px;
}

/* --------------------------------------
   6. Services
-----------------------------------------*/

.services {
    padding-top: 100px;
    padding-bottom: 70px;
	position: relative;
	overflow: hidden;
}

.services .service {
    background-color: #fff;
    text-align: center;
	padding: 25px 30px;
	margin-bottom: 30px;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.services .service .service-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(var(--main-color-rgb), .9);
    z-index: 1;
	opacity: 0;
	-webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.services .service:hover .service-bg,
.services .service.two .service-bg {
	opacity: 1;
}

.services .service .service-bg .flaticon-lotus:before {
    position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 146px;
    color: #fff;
    opacity: .1;
    margin-left: 0;
}

.services .service .service-item {
    position: relative;
    z-index: 2;
}

.services .service .service-icon i {
    background: var(--main-color);
    display: inline-block;
    width: 70px;
    height: 70px;
    color: #fff;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
	-webkit-transition: all .2s cubic-bezier(.47, 0, .745, .715);
            transition: all .2s cubic-bezier(.47, 0, .745, .715);
    -webkit-animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
            animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--main-color-rgb), .6);
            box-shadow: 0 0 0 0 rgba(var(--main-color-rgb), .6);
}

@-webkit-keyframes pulse
{
    to
    {
        -webkit-box-shadow: 0 0 0 9px rgba(var(--main-color-rgb), 0);
                box-shadow: 0 0 0 9px rgba(var(--main-color-rgb), 0);
    }
}

@keyframes pulse
{
    to
    {
        -webkit-box-shadow: 0 0 0 9px rgba(var(--main-color-rgb), 0);
                box-shadow: 0 0 0 9px rgba(var(--main-color-rgb), 0);
    }
}

.services .service:hover .service-icon i,
.services .service.two .service-icon i {
	background: transparent;
	-webkit-animation: none;
            animation: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.services .service .service-icon i:before {
    color: #fff;
    font-size: 45px;
	margin-left: 0;
}

.services .service h4 {
    color: #323232;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    margin: 15px 0;
    letter-spacing: .2px;
	text-transform: capitalize;
}

.services .service p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    color: #888;
}

.services .service:hover h4,
.services .service.two h4,
.services .service:hover p,
.services .service.two p {
    color: #fff;
}

/* --------------------------------------
   7. About Us
-----------------------------------------*/

.about-us {
    background-color: #f7f6f6;
    padding-top: 100px;
    padding-bottom: 100px;
	overflow: hidden;
}

.about-us .about-info h3 {
    font-size: 17px;
    letter-spacing: .4px;
    color: var(--main-color);
    text-transform: capitalize;
    margin-bottom: 10px;
}

.about-us .about-info h4 {
    font-size: 25px;
    color: #323232;
    font-weight: 600;
    line-height: 1.3;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.about-us .about-info p {
    font-size: 15px;
    line-height: 1.7;
    color: #888;
    margin-bottom: 25px;
}

.about-us .about-info p:first-of-type {
    margin-bottom: 10px;
}

.about-us .about-info .progress-container {
	position: relative;
    margin-bottom: 30px;
}

.about-us .about-info .progress-container .percent {
	position: absolute;
    top: -12px;
    width: 42px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    background-color: transparent;
    color: var(--main-color);
    font-size: 14px;
    font-weight: 600;
    border: 1px solid var(--main-color);
    border-radius: 3px;
}

.about-us .about-info .progress-container .percent:before {
	content: '';
	position: absolute;
    bottom: -5px;
	left: 50%;
	background-color: #f7f6f6;
	padding: 4px;
	display: block;
	border: 1px solid var(--main-color);
	border-width: 0 1px 1px 0;
	transform: translateX(-50%) rotate(45deg);
}

.about-us .about-info .progress-container h4 {
	color: #323232;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .3px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.about-us .about-info .progress-container .progress {
	height: 1px;
	background: #e8e6f2;
}

.about-us .about-info .progress-container .progress-bar {
	width: 0;
	background: var(--main-color);
	-webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all 1.2s ease-in-out;
    -o-transition: all 1.2s ease-in-out;
    -ms-transition: all 1.2s ease-in-out;
    transition: all 1.2s ease-in-out;
}

.about-us .about-image {
    position: relative;
}

.about-us .about-image .about-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	z-index: 1;
}

.about-us .about-image .about-bg .flaticon-lotus:before {
    margin-left: 0;
    position: absolute;
    top: -42%;
    right: 0;
    font-size: 40em;
    width: 96%;
    height: 50%;
    color: var(--main-color);
    opacity: .075;
}

.about-us .about-image img {
	position: relative;
    display: block;
    max-width: 100%;
    height: auto;
	z-index: 2;
}

/* --------------------------------------
   8. Schedule
-----------------------------------------*/
.class-schedule {
    padding-top: 100px;
    padding-bottom: 100px;
}

.class-schedule .timetable {
    overflow-x: auto;
}

.class-schedule .timetable table {
	width: 100%;
}

.class-schedule .timetable tr {
	border: 1px solid #e5e5e5;
	box-shadow: 0 0 2px rgba(0, 0, 0, .05);
}

.class-schedule .timetable tr td {
    border: none;
	border-right: 1px solid #e5e5e5;
	padding: 20px 10px;
	color: #888;
	font-size: 15px;
	box-shadow: 0 0 2px rgba(0, 0, 0, .05);
}

.class-schedule .timetable tr td.time,
.class-schedule .timetable tr.table-head td {
	font-weight: 500;
}

.class-schedule .timetable tr td h4 {
	color: var(--main-color);
    font-size: 15px;
    font-weight: 600;
	margin-bottom: 8px;
	text-transform: capitalize;
}

.class-schedule .timetable tr td span {
    font-size: 14px;
	letter-spacing: .5px;
}

.class-schedule .timetable tr td h5 {
    font-size: 14px;
	letter-spacing: .5px;
	margin-top: 8px;
	text-transform: capitalize;
}

/* --------------------------------------
   9. Call To Action
-----------------------------------------*/

.call-to-action {
    background: var(--main-color);
    color: #fff;
    padding: 65px 0;
    position: relative;
}

.call-to-action .flaticon-lotus:before {
    margin-left: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .06;
    font-size: 15em;
    z-index: 1;
}

.call-to-action .content {
    position: relative;
	z-index: 2;
}

.call-to-action h3 {
    font-size: 35px;
    margin-bottom: 20px;
	text-transform: capitalize;
}

.call-to-action p {
	color: #f1f3f1;
    font-size: 15px;
    font-weight: 400;
	margin-bottom: 0;
}

.call-to-action .main-btn {
    margin-top: 25px;
}

/* --------------------------------------
   10. Events
-----------------------------------------*/

.events {
    padding-top: 100px;
    padding-bottom: 70px;
	background-color: #fff;
}

.events .event {
	background-color: #f7f6f6;
    border: 1px solid #e8e5f5;
	border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
}

.events .event .event-img img {
    display: block;
    width: 100%;
	max-width: 100%;
	height: auto;
}

.events .event .event-content {
	position: relative;
	padding: 20px 10px 20px 80px;
}

.events .event .event-content .event-title h4 {
    color: #323232;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: .3px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.events .event .event-content .event-title h4:hover {
    color: var(--main-color);
}

.events .event .event-content .event-info li {
	display: inline-block;
    font-size: 14px;
    color: #888;
    letter-spacing: .4px;
	margin-bottom: 10px;
}

.events .event .event-content .event-info li.time {
	margin-right: 15px;
}

.events .event .event-content .event-info li i {
	display: inline-block;
    margin-right: 5px;
}

.events .event .event-content .event-info li i:before {
	color: var(--main-color);
    font-size: 15px;
    margin-left: 0;
}

.events .event .event-content .event-text p {
    font-size: 15px;
    line-height: 1.7;
    color: #888;
    margin-bottom: 10px;
}

.events .event .event-content .event-more {
	display: inline-block;
	color: var(--main-color);
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .1px;
	text-transform: capitalize;
}

.events .event .event-content .event-date {
    position: absolute;
    top: 22px;
    left: 0;
    background-color: var(--main-color);
    color: #fff;
	border-radius: 0 4px 4px 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .3px;
    padding: 15px;
    line-height: 1;
    text-align: center;
}

.events .event .event-content .event-date span {
    display: block;
    line-height: 1;
    margin-bottom: 4px;
}

.events .my-btn {
    margin-top: 20px;
}

/* --------------------------------------
   11. Our Team
-----------------------------------------*/

.team {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
	background-color: #f7f6f6;
}

.team .member .member-img {
    border-radius: 8px;
	position: relative;
    overflow: hidden;
}

.team .member .member-img img {
    display: block;
    max-width: 100%;
    height: auto;
}

.team .member .member-img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.team .member .member-img .overlay {
    position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
	transform: scaleX(0);
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.team .member .member-img:hover .overlay {
	transform: scaleX(1);
}

.team .member .member-img .overlay .social-media {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.team .member .member-img .social-media i {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    background: var(--main-color);
    color: #fff;
	margin-right: 6px;
	transform: translateY(40px);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.team .member .member-img .social-media i:hover {
    background: var(--hover-color);
}

.team .member .member-img:hover .social-media i {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}

.team .member .member-img:hover .social-media .fa-facebook {
	-webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.team .member .member-img:hover .social-media .fa-twitter {
	-webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.team .member .member-img:hover .social-media .fa-google-plus {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.team .member .member-img:hover .social-media .fa-instagram {
    -webkit-transition-delay: .45s;
    -o-transition-delay: .45s;
    -moz-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s;
}

.team .member .member-info .member-name {
    color: #323232;
    font-size: 20px;
    line-height: 1;
    letter-spacing: .3px;
    margin-top: 20px;
    margin-bottom: 6px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
}

.team .member .member-info span {
	display: block;
    color: var(--main-color);
    font-weight: 400;
    text-align: center;
}

/* --------------------------------------
   12. Pricing
-----------------------------------------*/

.pricing {
    background: #fff;
    padding-top: 100px;
    padding-bottom: 70px;
    overflow: hidden;
}

.pricing .pricing-plans .pricing-plan {
    background-color: #f7f6f6;
	padding: 30px 20px;
    text-align: center;
	border: 2px solid #eee;
	border-radius: 4px;
    margin-bottom: 30px;
}

.pricing .pricing-plans .pricing-plan:hover {
    -webkit-transform: translateY(-7px);
	-moz-transform: translateY(-7px);
	-o-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	transform: translateY(-7px);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
}

.pricing .pricing-plans .pricing-plan .pricing-head {
	position: relative;
	background: #fff;
    padding-top: 40px;
	padding-bottom: 40px;
	border: 1px solid #eee;
	border-radius: 4px;
}

.pricing .pricing-plans .pricing-plan.two .pricing-head {
	background: var(--main-color);
}

.pricing .pricing-plans .pricing-plan .pricing-head .flaticon-lotus:before {
    margin-left: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	color: #fff;
    opacity: .08;
    font-size: 10em;
	z-index: 0;
}

.pricing .pricing-plans .pricing-plan .pricing-title {
    text-transform: capitalize;
	position: relative;
	z-index: 1;
}

.pricing .pricing-plans .pricing-plan .pricing-title h2 {
    color: #3e3e3e;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
	margin-bottom: 10px;
}

.pricing .pricing-plans .pricing-plan.two .pricing-title h2 {
	color: #fff;
}

.pricing .pricing-plans .pricing-plan .pricing-price {
    position: relative;
	z-index: 1;
}

.pricing .pricing-plans .pricing-plan .pricing-price p {
    font-size: 48px;
    line-height: 1;
    font-weight: 500;
    margin: 0;
}

.pricing .pricing-plans .pricing-plan .pricing-price p {
    color: var(--main-color);
}

.pricing .pricing-plans .pricing-plan.two .pricing-price p {
	color: #fff;
}

.pricing .pricing-plans .pricing-price p .up {
    font-size: 19px;
    vertical-align: top;
}

.pricing .pricing-plans .pricing-price p .price {
    vertical-align: middle;
}

.pricing .pricing-plans .pricing-price p .down {
    font-size: 14px;
    vertical-align: bottom;
}

.pricing .pricing-plans .pricing-plan .pricing-features {
    margin: 0;
    padding: 30px 0;
}

.pricing .pricing-plans .pricing-features li {
    font-size: 17px;
    margin-bottom: 15px;
    color: #888;
}

.pricing .pricing-plans .pricing-features li:last-child {
    margin-bottom: 0;
}

.pricing .pricing-plans .pricing-plan .main-btn {
    min-width: 155px;
    background: transparent;
    color: var(--main-color);
    border: 2px solid var(--main-color);
	transition: color .1s;
}

.pricing .pricing-plans .pricing-plan .main-btn:hover {
    color: #fff !important;
}

.pricing .pricing-plans .pricing-plan.two .main-btn {
    background: var(--main-color);
    color: #fff;
}

/* --------------------------------------
   13. Testimonials
-----------------------------------------*/

.testimonials {
	padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
	background: #333;
	position: relative;
}

.testimonials .flaticon-lotus:before {
    margin-left: 0;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #585353;
    opacity: .05;
    font-size: 30em;
    z-index: 0;
    height: 368px;
}

.owl-theme .owl-nav {
    margin-top: 20px;
}

.testimonials .owl-carousel .owl-nav .owl-next,
.testimonials .owl-carousel .owl-nav .owl-prev {
    font-size: 24px;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 36px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #424141;
	border-radius: 3px;
	outline: none;
	z-index: 999;
	margin: 0 7px;
}

.testimonials .owl-carousel .owl-nav .owl-next:hover,
.testimonials .owl-carousel .owl-nav .owl-prev:hover {
    background-color: var(--main-color);
}

.testimonials .testimonial-box {
	background: transparent;
	padding: 50px 40px;
    text-align: center;
    border-radius: 10px;
    width: 75%;
    margin: auto;
    overflow: hidden;
    border: 1px solid #424141;
}

.testimonials .testimonial-box .client-info {
    background: transparent;
}

.testimonials .testimonial-box .client-pic {
	width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 15px;
	position: relative;
	z-index: 1;
	border-radius: 10px 0 0 10px;
}

.testimonials .testimonial-box .client-pic img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: inline-block;
	border: 3px solid #444343;
}

.testimonials .client-details h6 {
	color: #fff;
    font-size: 18px;
    letter-spacing: .5px;
    text-transform: capitalize;
    font-weight: 600;
	margin-bottom: 4px;
	position: relative;
	z-index: 1;
}

.testimonials .client-details span {
	color: #dcdbdb;
	position: relative;
	z-index: 1;
}

.testimonials .testimonial-box .description .star {
	float: right;
	margin-right: 6px;
}

.testimonials .testimonial-box .description .star i {
	font-size: 16px;
    color: var(--main-color);
    margin-right: 4px;
}

.testimonials .testimonial-box .description p {
	color: #e0dede;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
    margin-top: 35px;
    margin-bottom: 20px;
}

/* --------------------------------------
   14. Blog
-----------------------------------------*/

body .blog {
    padding-top: 100px;
    padding-bottom: 100px;
	background: #fff;
}

.blog.blog-page {
    padding-bottom: 70px;
}

.blog .post {
	background-color: #f7f6f6;
    border: 1px solid #e8e5f5;
    border-radius: 4px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
	margin-bottom: 30px;
}

.blog.blog-page .item > .post {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
}

.blog .post-img img {
	display: block;
	max-width: 100%;
	height: auto;
}

.blog .post .post-content {
    padding: 20px 0;
	position: relative;
}

.blog .post .post-content .post-title h4 {
    color: #3e3e3e;
    letter-spacing: .5px;
    margin-bottom: 15px;
    font-weight: 600;
	padding: 0 20px;
}

.blog .post .post-content:hover .post-title h4 {
    color: var(--main-color);
}

.blog .post .post-content .post-text p {
    line-height: 1.8;
    font-weight: 400;
    padding: 0 20px;
    margin-bottom: 0;
    color: #888;
    font-size: 15px;
}

.blog .post .post-content .post-info {
    margin-bottom: 0;
    padding: 15px 20px 0;
	overflow: hidden;
}

.blog .post .post-content .post-info li {
    display: inline-block;
    color: #888;
	letter-spacing: .3px;
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
}

.blog .post .post-content .post-info li .post-more {
    color: var(--main-color);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.blog .post .post-content .post-info li .post-more i {
    margin-left: 4px;
}

.blog .post .post-content .post-date {
    position: absolute;
    top: -60px;
    right: 0px;
    width: 50px;
    height: 60px;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
    border-radius: 4px 0 0 4px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .3px;
}

.blog .post .post-content .post-date span {
    display: block;
    line-height: 1;
    margin-top: 12px;
}

.blog .my-btn {
    text-align: center;
	margin-top: 20px;
}

/* --------------------------------------
   15. FAQ
-----------------------------------------*/

.faq {
    background-color: #f7f6f6;
	padding-top: 100px;
	padding-bottom: 100px;
}

.faq .card {
    border: none;
    margin-bottom: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    border-radius: 0;
}

.faq .card .card-header {
    padding: 0;
}

.faq .card .card-header h5 .btn-link {
    position: relative;
    padding: 20px 40px 20px 20px;
    display: block;
    text-decoration: none;
    background-color: var(--main-color);
    color: #fff;
    font-size: 17px;
	line-height: 1.1;
	border: none;
    border-radius: 0;
	width: 100%;
	text-align: left;
	white-space: initial;
}

.faq .card .card-header .btn-link:after {
    content: '\f107';
	font-family: "FontAwesome";
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: inherit;
    color: #fff;
}

.faq .card .card-header .btn-link[aria-expanded="true"]:after {
    content: "\f106";
}

.faq .card .card-body {
	font-size: 15px;
    line-height: 1.7;
    margin: 0;
    color: #888;
    padding: 20px;
}

/* --------------------------------------
   16. Class Grid
-----------------------------------------*/

.classes {
    padding-top: 100px;
    padding-bottom: 70px;
	background: #fff;
}

.classes .class {
	background-color: #f7f6f6;
    border: 1px solid #e8e5f5;
    border-radius: 4px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
	margin-bottom: 30px;
}

.classes .class-img img {
	display: block;
    width: 100%;
	max-width: 100%;
	height: auto;
}

.classes .class .class-content {
    padding: 20px 0;
	position: relative;
}

.classes .class .class-content .class-title h4 {
    color: #3e3e3e;
    letter-spacing: .5px;
    margin-bottom: 5px;
    font-weight: 600;
	padding: 0 20px;
}

.classes .class .class-content:hover .class-title h4 {
    color: var(--main-color);
}

.classes .class .class-content .details {
	padding: 0 20px;
    margin-bottom: 10px;
}

.classes .class .class-content .details li {
	display: inline-block;
	font-size: 14px;
	color: #999;
	margin-right: 8px;
}

.classes .class .class-content .details li i {
	display: inline-block;
	color: var(--main-color);
	margin-right: 6px;
}

.classes .class .class-content .class-text p {
    line-height: 1.8;
    font-weight: 400;
    padding: 0 20px;
    margin-bottom: 0;
    color: #888;
    font-size: 15px;
}

.classes .class .class-content .class-info {
    margin-bottom: 0;
    padding: 15px 20px 0;
	overflow: hidden;
}

.classes .class .class-content .class-info li {
    display: inline-block;
    color: #888;
	letter-spacing: .3px;
	font-weight: 500;
	font-size: 15px;
	line-height: 1;
}

.classes .class .class-content .class-info li .post-more {
    color: var(--main-color);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.classes .class .class-content .class-info li .post-more i {
    margin-left: 4px;
}

/* --------------------------------------
   17. Contact
-----------------------------------------*/

.contact {
	position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
	background-color: #f7f6f6;
}

.contact .flaticon-lotus:before {
    margin-left: 0;
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--main-color);
    opacity: .027;
    font-size: 26em;
    z-index: 0;
}

.contact .flaticon-lotus.down:before {
    top: 55%;
}

.contact .contact-boxes {
	margin-bottom: 30px;
}

.contact .contact-boxes .contact-box {
	padding: 20px;
	background: rgba(var(--main-color-rgb), .9);
	text-align: center;
	color: #f1f3f1;
	border-radius: 6px;
	margin-bottom: 30px;
	position: relative;
}

.contact .contact-boxes .contact-box.two .flaticon-lotus:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 146px;
    color: #fff;
    opacity: .04;
    margin-left: 0;
}

.contact .contact-boxes .contact-box .icon-box {
	font-size: 35px;
}

.contact .contact-boxes .contact-box .content-box h5 {
	font-size: 16px;
	margin: 15px 0 5px;
}

.contact .contact-boxes .contact-box .content-box p {
	font-size: 14px;
}

.contact .contact-form {
	position: relative;
}

.contact .contact-form .form-group {
    position: relative;
    margin-bottom: 40px;
}

.contact .contact-form .form-group .form-control {
    background-color: transparent;
    color: #666;
    border: 0;
    border-bottom: 1px solid rgba(var(--main-color-rgb), .5);
    outline: none;
    box-shadow: none;
    border-radius: 0;
    height: 46px;
    padding: 12px;
}

.contact .contact-form .form-group textarea.form-control {
    height: 120px;
    resize: none;
    padding-top: 18px;
}

.contact .contact-form .form-group label {
    position: absolute;
    top: 13px;
    left: 12px;
    width: 100%;
    margin-bottom: 0;
    font-weight: 400;
    cursor: text;
    color: #888;
	font-size: 15px;
}

.contact .contact-form .form-group label.up {
    color: var(--main-color);
    top: -16px;
    left: 0;
    font-size: 14px;
    letter-spacing: .5px;
	font-weight: 500;
}

.contact .contact-form .form-group .input-border {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--main-color);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.contact .contact-form .form-group .input-border.scale {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

.contact .contact-form .contact-btn {
    float: right;
    margin: 0;
}

.contact .contact-form .form-message {
    position: absolute;
    left: 0;
    bottom: -153px;
    width: 100%;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    padding: 12px;
    text-transform: uppercase;
}

.contact .contact-form .form-message.success {
	background-color: #37983b;
}

.contact .contact-form .form-message.error {
	background-color: #f54033;
}

/* --------------------------------------
   18. Newsletter
-----------------------------------------*/

.newsletter {
    background: #f7f6f6;
}

.newsletter .newsletter-inner {
    background: var(--main-color);
    padding: 60px 40px;
    border-radius: 7px;
	position: relative;
	z-index: 3;
    margin-bottom: -100px;
}

.newsletter .newsletter-inner h2 {
	font-size: 26px;
	font-weight: 600;
    letter-spacing: .2px;
    color: #fff;
    margin-bottom: 8px;
}

.newsletter .newsletter-inner p {
	font-size: 15px;
	color: #f1f3f1;
	margin: 0;
}

.newsletter .newsletter-inner .form-group {
   	margin: 0;
    margin-top: 4px;
	overflow: hidden;
}

.newsletter .newsletter-inner .form-control {
    float: left;
    width: 70%;
    margin-right: 3%;
    color: #777;
    outline: none;
    border: none;
    border-radius: 4px;
    height: 50px;
    padding: 12px 30px;
    background: #f7f6f6;
}

.newsletter .newsletter-inner .main-btn {
    float: left;
    width: 27%;
	min-width: 155px;
    margin: 0;
	border-color: #fff;
	padding: 13px 20px;
	height: 50px;
}

.newsletter .newsletter-inner .main-btn:hover {
	border-color: var(--hover-color);
}

/* --------------------------------------
   19. Footer
-----------------------------------------*/

.footer {
	background-color: #333;
}

.footer .footer-top { 
	position: relative;
	padding-top: 180px;
    padding-bottom: 80px;
	border-bottom: 1px solid #3b3b3e;
}

.footer.footer2 .footer-top { 
	padding-top: 80px;
}

.footer .flaticon-lotus:before {
    margin-left: 0;
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #585353;
    opacity: .05;
    font-size: 23em;
    z-index: 0;
    height: 300px;
}

.footer.footer2 .flaticon-lotus:before {
    font-size: 16em;
}

.footer .footer-top .footer-menu {
    position: relative;
	z-index: 1;
}

.footer .footer-top .footer-logo { 
	margin-bottom: 20px;
}

.footer .footer-top .footer-logo .my-logo {
	position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    top: -6px;
}

.footer .footer-top .footer-logo .my-logo .flaticon-chakra:before {
    margin-left: 0;
    font-size: 28px;
    color: var(--main-color);
    margin-right: 8px;
    position: relative;
    top: 2px;
}

.footer .footer-top ul li {
	font-size: 16px;
    margin-bottom: 15px;
	color: #e0dede;
}

.footer .footer-top ul li:last-of-type {
    margin-bottom: 10px;
}

.footer .footer-top .social-media {
	margin-right: 0;
}

.footer .footer-top .social-media li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0;
}

.footer .footer-top .social-media li i {
	display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 36px;
    text-align: center;
    font-size: 17px;
    background: transparent;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 50%;
}

.footer .footer-top .social-media li i:hover {
	background: var(--main-color);
    border: 1px solid var(--main-color);
	color: #fff;
}

.footer .footer-top .footer-item h4 {
	color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .7px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.footer .footer-top .footer-item ul li a {
	color: #e0dede;
	padding-left: 10px;
}

.footer .footer-top .footer-item ul li a:hover {
	color: var(--main-color);
	padding-left: 14px;
}

.footer .footer-top .footer-item ul li a:before {
	content: '\f105';
	font-family: 'FontAwesome';
	position: relative;
    left: -10px;
}

.footer .footer-bottom { 
	padding-top: 20px;
    padding-bottom: 20px;
}

.footer .footer-bottom .copyright p { 
	color: #e0dede;
	font-size: 16px;
	letter-spacing: .3px;
	margin: 0;
}

.footer .footer-bottom .copyright p span { 
	font-family: 'Poppins', sans-serif;
	color: var(--main-color);
	font-weight: 600;
	letter-spacing: .5px;
}

/* --------------------------------------
   20. Scroll To Top
-----------------------------------------*/

.scroll-top {
    position: fixed;
    bottom: 107%;
    right: 25px;
    width: 52px;
    height: 52px;
    line-height: 48px;
	font-size: 17px;
    text-align: center;
    color: #fff;
	background: var(--main-color);
	border: 2px solid var(--main-color);
	border-radius: 4px;
    z-index: 999;
	-webkit-transition: all .7s linear;
    -moz-transition: all .7s linear; 
    -o-transition: all .7s linear;
    -ms-transition: all .7s linear;
    transition: all .7s linear;
	overflow: hidden;
}

.scroll-top.active {
    bottom: 25px;
}

.scroll-top:hover {
    -webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
	border: 2px solid var(--hover-color);
}

.scroll-top span {
    position: relative;
    z-index: 2;
}

.scroll-top:before {
    content: '';
    background-color: var(--hover-color);
    position: absolute;
    top: 0;
    left: -25%;
    height: 104%;
    width: 0;
    -webkit-transform: skew(-22deg);
    -moz-transform: skew(-22deg);
    -ms-transform: skew(-22deg);
    -o-transform: skew(-22deg);
    transform: skew(-22deg);
    transition-duration: .6s;
    z-index: 1;
}

.scroll-top:hover:before {
    width: 190%;
}

/* --------------------------------------
   21. Event Single
-----------------------------------------*/

.events .event .event-comments {
	padding: 0 30px 25px 30px;
    margin-top: 30px;
}
  
.events .event .event-comments .comments-title {
    margin-bottom: 35px;
}
  
.events .event .event-comments .comments-title h4 {
    color: #3e3e3e;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
}
  
.events .event .event-comments .comment-list .comment {
    position: relative;
}
  
.events .event .event-comments .comment-list ul,
.events .event .event-comments .comment-list ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
  
.events .event .event-comments .comment-list .comment .comment-body {
    margin-bottom: 35px;
    color: #777676;
}
  
.events .event .event-comments .comment-list .comment .comment-author,
.events .event .event-comments .comment-list .comment .comment-author .fn a {
    display: inline-block;
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 500;
}
  
.events .event .event-comments .comment-list .comment .comment-author img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: 10px;
}
  
.events .event .event-comments .comment-list .comment .comment-author cite {
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    display: inline-block;
    color: #3e3e3e;
}
  
.events .event .event-comments .comment-list .comment .comment-author .says {
    display: none;
}
  
.events .event .event-comments .comment-list .comment .comment-meta a {
    display: inline-block;
    line-height: 1.5;
    margin-top: 10px;
    color: #777676;
    font-size: 13px;
    font-weight: 400;
}
  
.events .event .event-comments .comment-list .comment p {
    color: #777676;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 8px;
    margin-bottom: 0;
}
  
.events .event .event-comments .comment-list .comment .children {
    padding-left: 45px !important;
}
  
.events .event .event-comments .comment-list .reply .comment-reply-link {
    position: absolute;
    right: 0;
    top: 20px;
    color: #777676;
    font-size: 15px;
    font-weight: 500;
      -moz-transition: all .5s ease-in-out 0s;
      -ms-transition: all .5s ease-in-out 0s;
      -o-transition: all .5s ease-in-out 0s;
      -webkit-transition: all .5s ease-in-out 0s;
      transition: all .5s ease-in-out 0s;
}
  
.events .event .event-comments .comment-list .reply .comment-reply-link:hover {
    color: var(--main-color);
}
  
.events .event .event-comments .comment-list .reply .comment-reply-link:before {
    content: "\f112";
    font-family: 'FontAwesome';
    font-weight: 500;
    margin-right: 4px;
}
  
.events .event .event-comments .comment-respond {
    position: relative;
    margin-top: 50px;
}
  
.events .event .event-comments .comment-respond .comment-reply-title {
    text-transform: capitalize;
    color: #3e3e3e;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 40px;
}
  
.events .event .event-comments .comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
    outline: none;
    position: absolute;
    top: 4px;
    right: 0;
    color: var(--main-color);
    font-size: 15px;
    font-weight: 500;
}
  
.events .event .event-comments .comment-reply-title #cancel-comment-reply-link:hover {
    color: #777676;
}
  
.events .event .event-comments .comment-form .logged-in-as a {
    display: inline-block;
    color: #777676;
    font-size: 16px;
    margin-bottom: 10px;
}
  
.events .event .event-comments .comment-form .label {
    display: none;
}
  
.events .event .event-comments .comment-form input[type=text],
.events .event .event-comments .comment-form textarea {
    color: #777676;
    background: #fbfafa;
    border: 1px solid #e7e7ea;
    font-size: 15px;
    outline: none;
    box-shadow: none;
    height: 56px;
    padding: 12px 15px;
    margin-bottom: 25px;
    width: 100%;
    line-height: normal;
    border-radius: 0 20px 20px;
}
  
.events .event .event-comments .comment-form textarea {
    height: 155px;
    resize: none;
    padding-top: 18px;
}
  
.events .event .event-comments .comment-form input[type=text]::placeholder,
.events .event .event-comments .comment-form textarea::placeholder {
    color: #777676;
}
  
.events .event .event-comments .comment-form input[type=text]:focus,
.events .event .event-comments .comment-form textarea:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--main-color);
}
  
.events .event .event-comments .comment-form .comment-form-cookies-consent {
    margin-bottom: 18px;
}
  
.events .event .event-comments .comment-form .comment-form-cookies-consent input {
    width: auto !important;
}
  
.events .event .event-comments .comment-form .comment-form-cookies-consent label {
    color: #777676;
    font-size: 15px;
    font-weight: 400;
}
  
.events .event .event-comments .comment-form .form-submit {
    margin-bottom: 0;
}

/* --------------------------------------
   22. Class Single
-----------------------------------------*/

.classes .class .class-comments {
	padding: 0 30px 25px 30px;
    margin-top: 30px;
}
  
.classes .class .class-comments .comments-title {
    margin-bottom: 35px;
}
  
.classes .class .class-comments .comments-title h4 {
    color: #3e3e3e;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
}
  
.classes .class .class-comments .comment-list .comment {
    position: relative;
}
  
.classes .class .class-comments .comment-list ul,
.classes .class .class-comments .comment-list ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
  
.classes .class .class-comments .comment-list .comment .comment-body {
    margin-bottom: 35px;
    color: #777676;
}
  
.classes .class .class-comments .comment-list .comment .comment-author,
.classes .class .class-comments .comment-list .comment .comment-author .fn a {
    display: inline-block;
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 500;
}
  
.classes .class .class-comments .comment-list .comment .comment-author img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: 10px;
}
  
.classes .class .class-comments .comment-list .comment .comment-author cite {
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    display: inline-block;
    color: #3e3e3e;
}
  
.classes .class .class-comments .comment-list .comment .comment-author .says {
    display: none;
}
  
.classes .class .class-comments .comment-list .comment .comment-meta a {
    display: inline-block;
    line-height: 1.5;
    margin-top: 10px;
    color: #777676;
    font-size: 13px;
    font-weight: 400;
}
  
.classes .class .class-comments .comment-list .comment p {
    color: #777676;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 8px;
    margin-bottom: 0;
}
  
.classes .class .class-comments .comment-list .comment .children {
    padding-left: 45px !important;
}
  
.classes .class .class-comments .comment-list .reply .comment-reply-link {
    position: absolute;
    right: 0;
    top: 20px;
    color: #777676;
    font-size: 15px;
    font-weight: 500;
      -moz-transition: all .5s ease-in-out 0s;
      -ms-transition: all .5s ease-in-out 0s;
      -o-transition: all .5s ease-in-out 0s;
      -webkit-transition: all .5s ease-in-out 0s;
      transition: all .5s ease-in-out 0s;
}
  
.classes .class .class-comments .comment-list .reply .comment-reply-link:hover {
    color: var(--main-color);
}
  
.classes .class .class-comments .comment-list .reply .comment-reply-link:before {
    content: "\f112";
    font-family: 'FontAwesome';
    font-weight: 500;
    margin-right: 4px;
}
  
.classes .class .class-comments .comment-respond {
    position: relative;
    margin-top: 50px;
}
  
.classes .class .class-comments .comment-respond .comment-reply-title {
    text-transform: capitalize;
    color: #3e3e3e;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 40px;
}
  
.classes .class .class-comments .comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
    outline: none;
    position: absolute;
    top: 4px;
    right: 0;
    color: var(--main-color);
    font-size: 15px;
    font-weight: 500;
}
  
.classes .class .class-comments .comment-reply-title #cancel-comment-reply-link:hover {
    color: #777676;
}
  
.classes .class .class-comments .comment-form .logged-in-as a {
    display: inline-block;
    color: #777676;
    font-size: 16px;
    margin-bottom: 10px;
}
  
.classes .class .class-comments .comment-form .label {
    display: none;
}
  
.classes .class .class-comments .comment-form input[type=text],
.classes .class .class-comments .comment-form textarea {
    color: #777676;
    background: #fbfafa;
    border: 1px solid #e7e7ea;
    font-size: 15px;
    outline: none;
    box-shadow: none;
    height: 56px;
    padding: 12px 15px;
    margin-bottom: 25px;
    width: 100%;
    line-height: normal;
    border-radius: 4px;
}
  
.classes .class .class-comments .comment-form textarea {
    height: 155px;
    resize: none;
    padding-top: 18px;
}
  
.classes .class .class-comments .comment-form input[type=text]::placeholder,
.classes .class .class-comments .comment-form textarea::placeholder {
    color: #777676;
}
  
.classes .class .class-comments .comment-form input[type=text]:focus,
.classes .class .class-comments .comment-form textarea:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--main-color);
}
  
.classes .class .class-comments .comment-form .comment-form-cookies-consent {
    margin-bottom: 18px;
}
  
.classes .class .class-comments .comment-form .comment-form-cookies-consent input {
    width: auto !important;
}
  
.classes .class .class-comments .comment-form .comment-form-cookies-consent label {
    color: #777676;
    font-size: 15px;
    font-weight: 400;
}
  
.classes .class .class-comments .comment-form .form-submit {
    margin-bottom: 0;
}

/* --------------------------------------
   23. Breadcrumb
-----------------------------------------*/

.breadcrumb-header,
.woocommerce-products-header {
    position: relative;
    background: #333;
    padding: 145px 0;
    background-size: cover !important;
}
  
#breadcrumb-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .77);
    z-index: 0;
}

.breadcrumb-header .title-header,
.woocommerce-products-header h1.page-title {
    position: relative;
    z-index: 1;
}
  
.breadcrumb-header .title-header h1,
.woocommerce-products-header h1.page-title {
    color: #fff;
    font-size: 53px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 35px;
}

.woocommerce-products-header h1.page-title {
    margin-bottom: 0;
}

.woocommerce .woocommerce-products-header .woocommerce-breadcrumb {
    display: inline-block;
    text-align: center;
    min-width: 220px;
    background: var(--main-color);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 6px 6px 0 0;
    padding: 13px 20px;
    font-size: 15px;
    z-index: 1;
    margin-bottom: 0;
}
  
.breadcrumb-header ul li,
.woocommerce .woocommerce-products-header .woocommerce-breadcrumb a {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    font-size: 17px;
    text-transform: capitalize;
    letter-spacing: .5px;
}

.woocommerce .woocommerce-products-header .woocommerce-breadcrumb a {
    margin-right: 0;
    padding-right: 0;
}
  
.breadcrumb-header ul li:last-child {
    color: #eee;
    padding-right: 0;
    margin-right: 0;
}
  
.breadcrumb-header ul li a,
.woocommerce .woocommerce-products-header .woocommerce-breadcrumb a {
    color: #fff;
}
  
.breadcrumb-header ul li:after {
    content: "\f101";
    font-family: "FontAwesome";
    position: absolute;
    right: -5px;
    top: 1px;
    font-size: 14px;
    font-weight: 800;
    color: #eee;
}
  
.breadcrumb-header ul li:last-child:after {
    content: none;
}

/* --------------------------------------
   24. Sidebar
-----------------------------------------*/

.sidebar .widget {
    padding: 35px 20px;
    margin-bottom: 30px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
    border: 0;
}
    
.sidebar .widget .widget-title {
    font-size: 20px;
    letter-spacing: .3px;
    text-transform: capitalize;
    color: #666;
    font-weight: 600;
    margin-bottom: 25px;
}

.sidebar .widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar .widget ul li,
.sidebar .widget a {
    color: #777676;
    font-size: 15px;
}

.sidebar .widget.widget_search {
    padding: 0;
    position: relative;
    box-shadow: none;
}

.sidebar .widget.widget_search label {
    display: none;
}

.sidebar .widget.widget_search .search-field,
.sidebar .widget.widget_search .search-field:focus {
    background-color: transparent;
    width: 100%;
    min-width: auto;
    vertical-align: middle;
    font-size: 16px;
    color: #666;
    outline: none;
    box-shadow: none;
    border-radius: 30px;
    height: 50px;
    padding: 12px 45px 12px 30px;
    border: 1px solid #e7e7ea;
}

.sidebar .widget.widget_search .search-field::placeholder {
    color: #6c757d;
}

.sidebar .widget.widget_search .search-submit {
    position: absolute;
    top: 50%;
    right: 2%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sidebar .widget.widget_search .search-submit:focus,
.sidebar .widget.widget_search .search-submit i:focus {
    outline: none;
}

.sidebar .widget.widget_search .search-submit:hover {
    background: var(--hover-color);
    border: 1px solid var(--hover-color);
}

.sidebar .widget.widget_categories ul {
    display: block;
    width: 100%;
}

.sidebar .widget.widget_categories ul li {
    color: var(--main-color);
    font-size: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
    text-align: right;
}

.sidebar .widget.widget_categories ul li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar .widget.widget_categories ul li a {
    float: left;
    color: #777676;
    font-size: 15px;
    letter-spacing: 0;
    -webkit-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important;
}

.sidebar .widget.widget_categories ul li a:hover {
    color: var(--main-color);
}

.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w:last-of-type {
    margin-bottom: 0;
}

.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-image {
    width: 100px;
    height: 100px;
    margin: 0 25px 0 0;
    flex: 100px 0 0;
    overflow: hidden;
}

.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-image img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle;
    border-radius: 0 15px 15px;
}

.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-data h4 {
    margin-bottom: 0;
}

.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-data h4 a {
    display: inline-block;
    font-size: 16px;
    letter-spacing: .3px;
    text-transform: capitalize;
    color: #777;
    font-weight: 600;
    margin-bottom: 4px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-data h4 a:hover {
    color: var(--main-color);
}

.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-data .thumbnail-post-w-date {
    margin: 0;
}

.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-data .thumbnail-post-w-date a {
    font-size: 14px;
    color: #777676;
    font-weight: 400;
    margin: 0;
    -webkit-transition: all .5s ease-in-out !important;
    -o-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important;
}

.sidebar .widget.widget_recent_entries_thumbnail ul .thumbnail-post-w .widget-data .thumbnail-post-w-date a:hover {
    color: var(--main-color);
}

.sidebar .widget.widget_tag_cloud .tagcloud a {
    display: inline-block;
    background-color: transparent;
    color: #777676;
    font-size: 15px !important;
    padding: 7px 15px;
    border-radius: 4px;
    border: 1px solid #e7e7ea;
    margin: 0 10px 8px 0;
    -webkit-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
}

.sidebar .widget.widget_tag_cloud .tagcloud a:hover {
    background-color: var(--main-color);
    color: #fff;
}

/* --------------------------------------
   25. Blog Single
-----------------------------------------*/

.blog.blog-single .post {
    background: none;
    box-shadow: 0 6px 25px rgb(0 0 0 / 7%);
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.blog.blog-single .post-img {
    border-radius: 0;
}

.blog.blog-single .post-img img {
    display: block;
    max-width: 100%;
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.blog.blog-single .post .post-content {
	padding: 25px 30px 0;
}

.blog.blog-single .post .post-content .post-title h4 {
    margin-bottom: 12px;
    padding: 0;
}

.blog.blog-single .post .post-content .post-text p {
    padding: 0;
    margin-bottom: 10px;
}

.blog.blog-single .post .post-content .post-text p:last-child {
    margin-bottom: 0;
}

.blog.blog-single .post .post-content .post-text img {
    border-radius: 4px;
    margin: 5px 0;
}

.blog.blog-single .post .post-content .post-text blockquote {
	position: relative;
    border: 1px solid var(--main-color);
    border-radius: 4px;
    margin: 0 0 15px;
    padding: 20px;
}

.blog.blog-single .post .post-content .post-text blockquote i {
	position: absolute;
    top: 50%;
    left: 14px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 42px;
    text-align: center;
    color: var(--main-color);
}

.blog.blog-single .post .post-content .post-text blockquote p {
	margin-bottom: 0;
	color: #777676;
}

.blog.blog-single .post .post-content .post-footer {
    margin-top: 20px;
}

.blog.blog-single .post .post-content .post-footer .post-tags a {
    display: inline-block;
    color: #777676;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin-right: 25px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.blog.blog-single .post .post-content .post-footer .post-tags a:hover {
    color: var(--main-color);
}

.blog.blog-single .post .post-content .post-footer .post-tags a:before {
    content: "#";
    margin-right: 3px;
    font-size: 14px;
}

.blog.blog-single .item-blog .post-pagination {
    display: flex!important;
    justify-content: space-between;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #f1f1ff;
    border-bottom: 1px solid #f1f1f1;
    margin: 30px;
}

.blog.blog-single .item-blog .post-pagination .post-pagination-prev {
    width: 50%;
    padding-right: 5%;
    border-right: 1px solid #e9e6e6;
}

.blog.blog-single .item-blog .post-pagination .post-pagination-next {
    width: 50%;
    padding-left: 5%;
    text-align: right;
}

.blog.blog-single .item-blog .post-pagination .post-pagination-prev a,
.blog.blog-single .item-blog .post-pagination .post-pagination-next a {
    color: #777676;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 1.4;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.blog.blog-single .item-blog .post-pagination .post-pagination-prev a:hover,
.blog.blog-single .item-blog .post-pagination .post-pagination-next a:hover {
    color: var(--main-color);
}

.blog.blog-single .post .post-comments {
	padding: 0 30px 25px 30px;
    margin-top: 80px;
}
  
.blog.blog-single .post-comments .comments-title {
    margin-bottom: 35px;
}
  
.blog.blog-single .post-comments .comments-title h4 {
    color: #3e3e3e;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
}
  
.blog.blog-single .post-comments .comment-list .comment {
    position: relative;
}
  
.blog.blog-single .post-comments .comment-list ul,
.blog.blog-single .post-comments .comment-list ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
  
.blog.blog-single .post-comments .comment-list .comment .comment-body {
    margin-bottom: 35px;
    color: #777676;
}
  
.blog.blog-single .post-comments .comment-list .comment .comment-author,
.blog.blog-single .post-comments .comment-list .comment .comment-author .fn a {
    display: inline-block;
    color: #3e3e3e;
    font-size: 16px;
    font-weight: 500;
}
  
.blog.blog-single .post-comments .comment-list .comment .comment-author img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin-right: 10px;
}
  
.blog.blog-single .post-comments .comment-list .comment .comment-author cite {
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    display: inline-block;
    color: #3e3e3e;
}
  
.blog.blog-single .post-comments .comment-list .comment .comment-author .says {
    display: none;
}
  
.blog.blog-single .post-comments .comment-list .comment .comment-meta a {
    display: inline-block;
    line-height: 1.5;
    margin-top: 10px;
    color: #777676;
    font-size: 13px;
    font-weight: 400;
}
  
.blog.blog-single .post-comments .comment-list .comment p {
    color: #777676;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 8px;
    margin-bottom: 0;
}
  
.blog.blog-single .post-comments .comment-list .comment .children {
    padding-left: 45px !important;
}
  
.blog.blog-single .post-comments .comment-list .reply .comment-reply-link {
    position: absolute;
    right: 0;
    top: 20px;
    color: #777676;
    font-size: 15px;
    font-weight: 500;
      -moz-transition: all .5s ease-in-out 0s;
      -ms-transition: all .5s ease-in-out 0s;
      -o-transition: all .5s ease-in-out 0s;
      -webkit-transition: all .5s ease-in-out 0s;
      transition: all .5s ease-in-out 0s;
}
  
.blog.blog-single .post-comments .comment-list .reply .comment-reply-link:hover {
    color: var(--main-color);
}
  
.blog.blog-single .post-comments .comment-list .reply .comment-reply-link:before {
    content: "\f112";
    font-family: 'FontAwesome';
    font-weight: 500;
    margin-right: 4px;
}
  
.blog.blog-single .post-comments .comment-respond {
    position: relative;
    margin-top: 70px;
}
  
.blog.blog-single .post-comments .comment-respond .comment-reply-title {
    text-transform: capitalize;
    color: #3e3e3e;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 40px;
}
  
.blog.blog-single .post-comments .comment-reply-title #cancel-comment-reply-link {
    display: inline-block;
    outline: none;
    position: absolute;
    top: 4px;
    right: 0;
    color: var(--main-color);
    font-size: 15px;
    font-weight: 500;
}
  
.blog.blog-single .post-comments .comment-reply-title #cancel-comment-reply-link:hover {
    color: #777676;
}
  
.blog.blog-single .post-comments .comment-form .logged-in-as a {
    display: inline-block;
    color: #777676;
    font-size: 16px;
    margin-bottom: 10px;
}
  
.blog.blog-single .post-comments .comment-form .label {
    display: none;
}
  
.blog.blog-single .post-comments .comment-form input[type=text],
.blog.blog-single .post-comments .comment-form textarea {
    color: #777676;
    background: #fbfafa;
    border: 1px solid #e7e7ea;
    font-size: 15px;
    outline: none;
    box-shadow: none;
    height: 56px;
    padding: 12px 15px;
    margin-bottom: 25px;
    width: 100%;
    line-height: normal;
    border-radius: 4px;
}
  
.blog.blog-single .post-comments .comment-form textarea {
    height: 155px;
    resize: none;
    padding-top: 18px;
}
  
.blog.blog-single .post-comments .comment-form input[type=text]::placeholder,
.blog.blog-single .post-comments .comment-form textarea::placeholder {
    color: #777676;
}
  
.blog.blog-single .post-comments .comment-form input[type=text]:focus,
.blog.blog-single .post-comments .comment-form textarea:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--main-color);
}
  
.blog.blog-single .post-comments .comment-form .comment-form-cookies-consent {
    margin-bottom: 18px;
}
  
.blog.blog-single .post-comments .comment-form .comment-form-cookies-consent input {
    width: auto !important;
}
  
.blog.blog-single .post-comments .comment-form .comment-form-cookies-consent label {
    color: #777676;
    font-size: 15px;
    font-weight: 400;
}
  
.blog.blog-single .post-comments .comment-form .form-submit {
    margin-bottom: 0;
}

.pagination-numbers {
    margin: 30px 0;
    text-align: center;
}

@media (max-width: 991.99px) {
    .pagination-numbers {
        margin-bottom: 50px;
    } 
}

.pagination-numbers .page-numbers {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    color: #7d8978;
    font-size: 16px;
    margin-right: 8px;
    border: 1px solid #e7e7ea;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.pagination-numbers .page-numbers.current,
.pagination-numbers .page-numbers:hover {
    background: var(--main-color);
    border-color: var(--main-color);
    color: #fff;
}

@media (max-width: 991.99px) {
    .no-results {
      margin-bottom: 50px; } }
  
.no-results h3 {
    color: #666;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 20px;
}
  
.no-results p {
    font-size: 16px;
    text-transform: capitalize;
    color: #777676;
    line-height: 1.6;
    margin-bottom: 30px;
}

.search-widget {
    position: relative;
}
    
.search-widget label {
    display: none;
}
    
.search-widget .search-field,
.search-widget .search-field:focus {
    background-color: transparent;
    width: 100%;
    min-width: auto;
    vertical-align: middle;
    font-size: 16px;
    color: #666;
    outline: none;
    box-shadow: none;
    border-radius: 30px;
    height: 50px;
    padding: 12px 45px 12px 30px;
    border: 1px solid #e7e7ea;
}
    
.search-widget .search-submit {
    position: absolute;
    top: 50%;
    right: 2%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    font-size: 15px;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
    
.search-widget .search-submit:focus {
    outline: none;
}

.search-widget .search-submit:hover {
    background: var(--hover-color);
    border: 1px solid var(--hover-color);
}

/* --------------------------------------
   26. 404
-----------------------------------------*/
  
  @media (max-width: 991.99px) {
    .error-404 {
      margin-bottom: 50px; } }
  
.error-404 h1 {
    color: #3e3e3e;
    text-transform: capitalize;
    font-weight: 800;
    font-size: 40px;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 20px;
}
  
.error-404 .page-content p {
    font-size: 16px;
    text-transform: capitalize;
    color: #777676;
    line-height: 1.6;
    margin-bottom: 30px;
}
  
.error-404 .bt-banner,
.single .bt-banner {
    margin-left: 0;
    margin-right: 0;
}

/* --------------------------------------
   27. Media Queries
-----------------------------------------*/

/* Extra Large Devices */
@media (min-width: 1200px) {}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    
    /*=========== Navbar ============*/
	
    .header-inner .navbar .nav > li {
		margin-right: 10px;
	}
	
    /*=========== Home ============*/
	.home.demo2 .home-image {
        margin-left: -52px;
    }
	
	.home.demo3 .home-image {
        margin-top: 100px;
    }
	
    /*=========== About Us ============*/
    .about-us .about-image .about-bg .flaticon-lotus:before {
       top: -50%;
       font-size: 35em;
       width: 99%;
	}
	/*=========== Newsletter ============*/
    .newsletter .newsletter-inner .form-group {
        position: relative;
        margin-top: 0;
    }
	
	.newsletter .newsletter-inner .form-control {
        float: none;
        width: 100%;
        margin-right: 0;
        border-radius: 4px;
        height: 60px;
    }
	
	.newsletter .newsletter-inner .main-btn {
       float: none;
       width: auto;
       position: absolute;
       top: 50%;
       right: 2.5px;
       transform: translateY(-50%);
       margin: 0;
       border-color: var(--main-color);
       height: 55px;
   }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    
    /*=========== Upper bar ============*/
	.upper-bar .social-media-bar {
        margin-top: 5px;
    }
	
    /*=========== Navbar ============*/
	.header-inner .my-logo span {
        font-size: 40px;
    }

    .header-inner .my-logo img {
        padding: 15px 0;
    }
	
	.header-inner .my-logo .flaticon-orchid:before {
        font-size: 43px;
        margin-right: 13px;
    }
	
	.header-inner .nav-search {
		line-height: 68px;
	}
	
	.header-inner .search-form {
		top: 69px;
	}
	
	.header-inner .navbar {
		float: left;
	}
	
	.header-inner .navbar-nav {
		flex-direction: row;
	}
	
	.header-inner .navbar .nav > li.menu-item {
		margin-right: 18px;
	}
	
	.header-inner .navbar .nav li.menu-item a {
		padding: 25px 0;
	}
	
    /*=========== Home ============*/
	.home.demo2 .home-image {
        margin-left: -20px;
    }
	
	.home.demo3 .home-image {
        margin-top: 100px;
    }
	
    /*=========== Services ============*/
	.services .service.three .service-bg,
	.services .service.six .service-bg {
	    opacity: 1;
    }
	
	.services .service.three .service-icon i,
	.services .service.six .service-icon i {
	    background: transparent;
	    -webkit-animation: none;
                animation: none;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
	
	.services .service.three h4,
	.services .service.six h4,
    .services .service.three p,
    .services .service.six p {
        color: #fff;
    }
	
    /*=========== About Us ============*/
	.about-us .info {
	    order: 1;
    }
	
	.about-us .image {
	    order: 0;
    }
	
	.about-us .about-image {
        margin-bottom: 45px;
    }
	
	.about-us .about-image .about-bg .flaticon-lotus:before {
        top: -31%;
        font-size: 44em;
        width: 96%;
        height: 65%;
    }
	
    /*=========== Schedule ============*/
	.class-schedule {
        padding-bottom: 65px;
    }
	
    /*=========== Our Team ============*/
	.team {
        padding-bottom: 70px;
    }
	
	.team .member {
        margin-bottom: 30px;
    }
	
	/*=========== Pricing ============*/
	.pricing {
        padding-bottom: 70px;
    }
	
	.pricing .pricing-plan {
        margin-bottom: 30px;
    }
	
	/*=========== Testimonials ============*/
	.testimonials .testimonial-box {
        width: 100%;
    }
	
	/*=========== Newsletter ==========*/
	.newsletter .newsletter-inner .form-group {
        margin-top: 20px;
    }
	
	/*=========== Footer ==========*/
	.footer .footer-top {
        padding-bottom: 40px;
    }
	.footer .footer-top .footer-menu {
        margin-bottom: 30px;
    }
	
	.footer .footer-top .social-media li i {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 16px;
    }
}

/* Small Devices */
@media (max-width: 767.98px) {
	
	.main-title {
        margin-bottom: 55px;
    }
	
	/*=========== Upper bar ============*/
	.upper-bar .social-media-bar {
		display: none;
	}
    
    /*=========== Navbar ============*/
	.header-inner .menu-toggle {
		display: block;
	}
	
	.header-inner .nav-search {
		display: none;
	}
	
	.header-inner .navbar {
		float: none;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
		z-index: 99999;
		opacity: 0;
		visibility: hidden;
		-webkit-transform: scaleY(0);
		-moz-transform: scaleY(0);
		-ms-transform: scaleY(0);
		-o-transform: scaleY(0);
		transform: scaleY(0);
		transform-origin: 0 0;
		-webkit-transition: all .4s ease-in-out;
	    -moz-transition: all .4s ease-in-out;
	    -ms-transition: all .4s ease-in-out;
	    -o-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
	}
	
	.header-inner.menu-active .navbar {
		opacity: 1;
		visibility: visible;
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1);
		max-height: 543px;
		overflow-y: auto;
		overflow-x: hidden;
	}
	
	.header-inner .navbar .nav > li.menu-item {
		margin-right: 0;
	}
	
	.header-inner .navbar .nav li.menu-item a {
		padding: 12px 8px;
		border-bottom: 1px solid #eee;
	}
	
	.header-inner .navbar .nav li.menu-item a:before {
		content: none;
	}
	
	.header-inner .navbar .nav li.menu-item-has-children > a:after {
        position: absolute;
        right: 11px;
        top: 0;
        line-height: 44px;
    }
	
	.header-inner .navbar .nav li.menu-item-has-children .sub-menu {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		opacity: 1;
		visibility: visible;
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		-o-transform: scaleY(1);
		transform: scaleY(1);
		display: none;
		transition: none;
	}
	
	.header-inner .navbar .nav li.menu-item-has-children .sub-menu li a {
		padding-left: 25px;
	}
	
	.header-inner .navbar .nav li.menu-item-has-children .sub-menu li a:hover {
		padding-left: 28px;
	}
	
	/*=========== Home ============*/
	body .home .home-content h5 {
        font-size: 21px;
    }
	
	body .home .home-content h1 {
        font-size: 58px;
    }

    /*=========== Schedule ============*/	
    .class-schedule .timetable table {
        width: 700px;
    }

	/*=========== Services ============*/
	.services {
        padding-top: 80px;
        padding-bottom: 50px;
    }
	
	.services .service.four .service-bg,
	.services .service.six .service-bg {
	    opacity: 1;
    }
	
	.services .service.four .service-icon i,
	.services .service.six .service-icon i {
	    background: transparent;
	    -webkit-animation: none;
                animation: none;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
	
	.services .service.four h4,
	.services .service.six h4,
    .services .service.four p,
    .services .service.six p {
        color: #fff;
    }
	
	/*=========== About Us ============*/
	.about-us {
        padding-top: 80px;
        padding-bottom: 80px;
    }
	
	.about-us .info {
	    order: 1;
    }
	
	.about-us .image {
	    order: 0;
    }
	
	.about-us .about-image {
        margin-bottom: 45px;
    }
	
	.about-us .about-image .about-bg .flaticon-lotus:before {
        top: -220px;
        font-size: 39em;
        width: 101%;
        height: 4%;
    }
	
	/*=========== Schedule ============*/
	.class-schedule {
		padding-top: 80px;
        padding-bottom: 45px;
    }
	
	/*=========== Events ============*/
	.events {
        padding-top: 80px;
        padding-bottom: 80px;
    }
	
	/*=========== Our Team ============*/
	.team {
        padding-top: 80px;
        padding-bottom: 50px;
    }
	
	.team .member {
        margin-left: 80px;
        margin-right: 80px;
		margin-bottom: 30px;
    }
	
	/*=========== Pricing ============*/
	.pricing {
        padding-top: 80px;
        padding-bottom: 50px;
    }
	
	/*=========== Testimonials ============*/
	.testimonials {
        padding-top: 80px;
        padding-bottom: 80px;
    }
	
	.testimonials .testimonial-box {
        width: 100%;
    }

    /*=========== FAQ ============*/
	.faq {
	    padding-top: 80px;
	    padding-bottom: 80px;
    }
	
	.faq .card .card-header h5 .btn-link {
        font-size: 16px;
    }
	
	/*=========== Class Grid ============*/
	.classes {
		padding-top: 80px;
        padding-bottom: 50px;
    }
	
	/*=========== Blog ============*/
	body .blog {
        padding-top: 80px;
        padding-bottom: 80px;
    }

	/*=========== Contact ============*/
	.contact {
        padding-top: 80px;
        padding-bottom: 80px;
    }

	.contact .flaticon-lotus.down:before {
        top: 70%;
    }
	
	/*=========== Newsletter ============*/
	.newsletter .newsletter-inner {
        margin-bottom: -80px;
    }
	
    .newsletter .newsletter-inner .form-group {
        position: relative;
        margin-top: 20px;
    }
	
	.newsletter .newsletter-inner .form-control {
        float: none;
        width: 100%;
        margin-right: 0;
        border-radius: 4px;
        height: 60px;
    }
	
	.newsletter .newsletter-inner .main-btn {
       float: none;
       width: auto;
       position: absolute;
       top: 50%;
       right: 2.5px;
       transform: translateY(-50%);
       margin: 0;
       border-color: var(--main-color);
       height: 55px;
   }
	
	/*=========== Footer ============*/
	.footer .footer-top {
		padding-top: 160px;
        padding-bottom: 40px;
    }
	
	.footer .footer-top .footer-menu {
        margin-bottom: 30px;
    }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    
	/*=========== Upper bar ============*/
    .upper-bar .container {
		padding: 0;
	}
	
	.upper-bar .inner-bar {
		border-radius: 0;
	}
	
	/*=========== Navbar ============*/
   .header-inner .container {
		padding: 0;
	}
	
	.header-inner .my-logo {
		padding-left: 15px;
	}
	
	.header-inner .menu-toggle {
		margin-right: 15px;
	}
	
	/*=========== Home ============*/
	body .home .home-content h5 {
        font-size: 18px;
    }
	
	body .home .home-content h1 {
        font-size: 45px;
    }
	
	body .home .home-content p {
        font-size: 15px;
    }
	
	body .home .home-content .custom-btn {
		margin-top: 12px;
    }
	
	/*=========== About Us ============*/
	.about-us .about-info h3 {
        font-size: 16px;
    }
	
	.about-us .about-info h4 {
        font-size: 21px;
    }
	
	.about-us .about-image .about-bg .flaticon-lotus:before {
        top: -207px;
        font-size: 36em;
        width: 103%;
        height: 0%;
    }
	
	.about-us .about-info .progress-container .percent {
        font-size: 13px;
    }
	
	.about-us .about-info .progress-container h4 {
        font-size: 14px;
    }

    /*=========== Schedule ============*/	
    .class-schedule .timetable table {
        width: 580px;
    }

    /*=========== Class Grid ============*/
	.classes .class .class-content .class-title h4 {
        font-size: 17px;
    }

    /*=========== FAQ ============*/
	.faq .card .card-header h5 .btn-link {
        font-size: 15px;
    }
	
	.faq .card .card-body {
        font-size: 14px;
    }
	
	/*=========== Call To Action ============*/
	.call-to-action h3 {
        font-size: 30px;
    }
	
	/*=========== Events ============*/
	.events .event .event-content .event-title h4 {
        font-size: 17px;
        letter-spacing: 0;
    }
	
	.events .event .event-content .event-info li {
        font-size: 13px;
    }
	
	.events .event .event-content .event-more {
        font-size: 14px;
    }
	
	.events .event .event-content .event-date {
        font-size: 15px;
        padding: 12px;
    }
	
	/*=========== Our Team ============*/
	.team .member {
        margin-left: 0;
        margin-right: 0;
    }
	
	.team .member .member-img img {
        width: 100%;
    }
	
	/*=========== Testimonials ============*/
	.testimonials .client-details h6 {
        font-size: 17px;
    }
	
	.testimonials .testimonial-box .description p {
        font-size: 14px;
    }
	
	/*=========== Blog ============*/
	.blog .post .post-content .post-title h4 {
		font-size: 17px;
    }

    /*=========== Blog Single ============*/	
    .blog.blog-single .post-comments .comment-list .comment .children {
        padding-left: 40px !important; 
    }

    .blog.blog-single .post-comments .comment-list .comment .comment-author .fn {
        display: block;
        margin-top: 10px;
    }
	
	/*=========== Newsletter ============*/
	.newsletter .newsletter-inner {
        padding: 40px 25px;
    }
	
	.newsletter .newsletter-inner h2 {
        font-size: 20px;
    }
	
	.newsletter .newsletter-inner p {
        font-size: 14px;
    }
	
	.newsletter .newsletter-inner .form-control {
        height: 50px;
    }
	
	.newsletter .newsletter-inner .main-btn {
        position: static;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
		min-width: 140px;
        margin-top: 20px;
		border-color: #fff;
        height: 50px;
    }
	
	/*=========== Footer ============*/
	.footer .flaticon-lotus:before {
        top: 38%;
        font-size: 28em;
    }
	
	.footer .footer-bottom .copyright p {
        font-size: 15px;
    }
}