/* @import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100;9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900;9..40,1000&family=Eczar:wght@400;500;600;700;800&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Allison&family=Noto+Serif:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
	/* --primary: #028389; */
	--primary: #6d9db5;
	--secondary: #c779ff;
	--third: #E3053A;
	--btn_graident: linear-gradient(-145deg, #16b7a7 20%, #6850fd);
	--gradient: linear-gradient(125deg, #a2ebfa, #d7bcff);
	--lightPink: #87028929;
	--lightGreen: #B2FFD1;
	/* --title: #112A2B; */
	--title: #140e1c;
	--text: #565959;
	--white: #fff;
	--fontH: 'Noto Serif', serif;
	--fontP: 'Poppins', sans-serif;
	--fontD: 'Allison', cursive;
	--ls: ;
	--br: 20px;
	--lh: 28px;
	--ts: .5s all ease;
	--fs14: 14px;
	--fs16: 16px;
	--fs18: 18px;
	--fs35: 35px;
}

/*===================================*
  01. START GENERAL STYLE
*===================================*/
html {
	overflow-x: hidden;
}


.modal-content {
	border: 6px solid #4879db !important;
}

.modal {
	background: #080808db !important;
}

a {
	text-decoration: none;
	transition: var(--ts) !important;
}

body {
	position: relative;
	z-index: -2;
	background: #ffffff none repeat scroll 0 0;
	color: #636363;
	font-family: 'Poppins', sans-serif !important;
	font-size: 16px;
	line-height: 26px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-y: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Noto Serif', serif !important;
}

p {
	color: #202020;
	line-height: 26px;
}

a {
	color: #333333;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

a:hover {
	color: var(--secondary);
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

button {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/*img {
	max-width: 100%;
}*/
ul,
li,
ol {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}

input:focus,
textarea:focus {
	outline: none;
	box-shadow: none !important;
}

iframe {
	border: 0;
}

.table {
	margin: 0;
}

.mark,
mark {
	padding-top: 0;
	padding-bottom: 0;
}

.z-index-inherit {
	z-index: inherit;
}

section {
	padding: 40px 0;
	position: relative;
	width: 100%;
	z-index: 1;
}

section.small_pt,
.small_pt,
.top_footer.small_pt {
	padding-top: 50px;
}

section.small_pb,
.small_pb,
.top_footer.small_pb {
	padding-bottom: 50px;
}

.small_padding {
	padding: 30px;
}

.medium_padding {
	padding: 50px;
}

.large_padding {
	padding: 100px;
}

section.pb_20,
.pb_20 {
	padding-bottom: 20px;
}

section.pb_70,
.pb_70 {
	padding-bottom: 70px;

}

.xs_divider {
	height: 15px;
}

.small_divider {
	height: 30px;
}

.medium_divider {
	height: 50px;
}

.large_divider {
	height: 100px;
}

.padding_eight_all {
	padding: 8%;
}

.padding_eight_lr {
	padding: 0 8%;
}

.padding_eight_tb {
	padding: 8% 0;
}

.list_none li {
	list-style: none;
}

.order_list,
.disc_list {
	padding-left: 15px;
}

.btn:focus,
.btn:hover,
.btn.active,
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.show>.btn.dropdown-toggle:focus {
	outline: medium none;
	box-shadow: none;
}

button:focus {
	outline: none;
}

.btn {
	border-width: 2px;
	cursor: pointer;
	padding: 10px 25px;
	text-transform: uppercase;
	font-weight: 500;
	transition: all 0.5s ease-in-out;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.about-sec .sub_heading,
.mis-txt {
	font-size: 28px;
}

.why-us-section .sub_heading {
	font-size: 28px;
	color: #fff !important;
}

.btn-white {
	box-shadow: none !important;
	background-color: transparent !important;
	border-color: #fff !important;
	color: #fff !important;
	padding: 13px 30px !important;
}

.btn-default {
	box-shadow: none !important;
	background: var(--btn_graident) !important;
	border: none !important;
	color: var(--white) !important;
	padding: 13px 25px !important;
}


.btn-default:hover,
.btn-default.focus,
.btn-default:focus {
	background-color: var(--secondary) !important;
	border-color: var(--secondary) !important;
	color: #fff !important;
}

.btn-default img,
.btn-dark img {
	transition: var(--ts);
}



.btn-default:hover img,
.btn-dark:hover img {}

.btn-white:hover {
	background-color: #000 !important;
	border-color: #000 !important;
	color: #fff !important;
}

.btn-black:hover {
	background-color: #ffffff;
	color: #333;
}

.btn-outline-black {
	background-color: transparent;
	border: 2px solid #333;
	color: #333;
	padding: 10px 25px;
}

.btn-outline-black:hover {
	background-color: #333;
	color: #fff;
}

.btn-outline-default {
	background-color: transparent;
	border: 2px solid var(--secondary);
	color: var(--secondary) !important;
	padding: 10px 25px;
}

.btn-outline-default:hover {
	background-color: var(--secondary);
	color: #fff !important;
}

.btn-radius {
	border-radius: 50px !important;
}

/*.btn + .btn {
	
	    margin-left: 10px;
    border: 0px;
    background: #ffff;
    color: var(--secondary)!important;
    font-weight: 400;
    padding: 10px 25px;
}
.btn + .btn:hover{
	background:black;
	color:#ffff!important;
}*/
.btn i {
	font-size: 16px;
	vertical-align: middle;
	line-height: 1;
}

.btn span {
	font-size: 14px;
}

.btn-group-sm>.btn,
.btn-sm {
	padding: 7px 15px;
}

.btn-group-lg>.btn,
.btn-lg {
	padding: 14px 35px;
}

.btn-xs {
	padding: 4px 15px;
	font-size: 12px;
}

.btn-md {
	padding: 10px 30px;
	font-size: 16px;
}

.btn.btn-xs i {
	font-size: 12px;
}

.btn.btn-sm i {
	font-size: 14px;
}

.btn.btn-lg i {
	font-size: 28px;
}

.radius_all_5 {
	border-radius: 5px;
}

.radius_all_10 {
	border-radius: 10px;
}

.radius_ltrt_5 {
	border-radius: 5px 5px 0 0;
}

.radius_ltrt_10 {
	border-radius: 10px 10px 0 0;
}

.radius_lbrb_5 {
	border-radius: 0 0 5px 5px;
}

.radius_lbrb_10 {
	border-radius: 0 0 10px 10px;
}

.radius_ltlb_5 {
	border-radius: 5px 0 0 5px;
}

.radius_ltlb_10 {
	border-radius: 10px 0 0 10px;
}

.radius_rtrb_10 {
	border-radius: 0 10px 10px 0;
}

.box_shadow1 {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.box_shadow2 {
	box-shadow: 0px 4px 20px rgba(101, 101, 101, 0.1);
}

.box_shadow3 {
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

.box_shadow4 {
	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.10);
}

.box_shadow5 {
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.20);
}

.heading_s1 h1,
.heading_s1 h2,
.heading_s1 h3,
.heading_s1 h4,
.heading_s1 h5,
.heading_s1 h6,
.heading_s2 h1,
.heading_s2 h2,
.heading_s2 h3,
.heading_s2 h4,
.heading_s2 h5,
.heading_s2 h6,
.heading_s3 h1,
.heading_s3 h2,
.heading_s3 h3,
.heading_s3 h4,
.heading_s3 h5,
.heading_s3 h6 {
	margin-bottom: 0px;
	text-transform: capitalize;
}

.heading_s1,
.heading_s2 {
	margin-bottom: 25px;
	position: relative;
}

.heading_s1 h1,
.heading_s1 h2,
.heading_s1 h3,
.heading_s1 h4,
.heading_s1 h5,
.heading_s1 h6 {
	font-weight: bold;
}

.heading_s1 h1,
.heading_s2 h1,
.heading_s3 h1 {
	font-size: 48px;
}

.heading_s1 h2,
.heading_s2 h2,
.heading_s3 h2,
.heading-steps h2 {
	font-size: 42px;
	font-weight: 900;
	color: var(--title);
}

.heading_s1+p {
	color: #343434;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin-top: -4px;
}

.heading_s2 h1,
.heading_s2 h2,
.heading_s2 h3,
.heading_s2 h4,
.heading_s2 h5,
.heading_s2 h6,
.heading_s3 h1,
.heading_s3 h2,
.heading_s3 h3,
.heading_s3 h4,
.heading_s3 h5,
.heading_s3 h6 {
	font-weight: 600;
}

.heading_s3 {
	position: relative;
}

[class*="heading_"].text-center .title_icon {
	margin: 0 auto;
}

.title_icon {
	color: var(--secondary);
	font-size: 30px;
	position: relative;
	padding: 0 10px;
	margin: 0 25px;
	display: table;
	line-height: normal;
}

.title_icon::after {
	content: "";
	background-color: var(--secondary);
	position: absolute;
	width: 25px;
	height: 1px;
	display: block;
	top: 50%;
	right: -25px;
}

.title_icon::before {
	content: "";
	background-color: var(--secondary);
	position: absolute;
	width: 25px;
	height: 1px;
	display: block;
	top: 50%;
	left: -25px;
}

.heading_light .title_icon {
	color: #fff;
}

.heading_light .title_icon::after,
.heading_light .title_icon::before {
	background-color: #fff;
}

.text-right .title_icon {
	display: inline-block;
}

.heading_s2 .sub_heading {}

.sub_heading {
	padding-bottom: 10px;
	display: block;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 16px;
}

.heading_light>* {
	color: #fff;
}

.heading_s1.heading_light::before,
.heading_s1.heading_light::after {
	background-color: #ffffff;
}

.text_uppercase * {
	text-transform: uppercase;
}

.custom-file-input:focus~.custom-file-label {
	color: #666666;
	box-shadow: none;
}

/**/
.icon_form .form-control {
	padding-left: 35px;
}

.form_style1.icon_form .form-control {
	padding-left: 40px;
}

.form_style1.icon_form .form-group .form-input span {
	left: 15px;
}

.form-input {
	position: relative;
}

.icon_form .form-group .form-input span {
	position: absolute;
	left: 10px;
	top: 10px;
	pointer-events: none;
	z-index: 9;
}

.icon_form .form-group .form-input span i {
	font-size: 15px;
}

.form-control::-webkit-input-placeholder {
	color: #888888;
	opacity: 1
}

.form-control::-moz-placeholder {
	color: #888888;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #888888;
	opacity: 1
}

.form-control::-ms-input-placeholder {
	color: #888888;
	opacity: 1
}

.form-control::placeholder {
	color: #888888;
	opacity: 1
}

.form_style1 .form-control,
.form_style1 .form-control:focus,
.form_style1 button {
	border-radius: 50px;
}

.form_style1 textarea.form-control,
.form_style1 textarea.form-control:focus {
	border-radius: 35px;
}

.form_style2 .form-control,
.form_style2 .form-control:focus,
.form_style2 button {
	border-radius: 0px;
}

.form_transparent .form-control,
.form_transparent .form-control:focus,
.form_transparent .custom-file-input:focus~.custom-file-label {
	background-color: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.4);
}

.form_transparent .form-control::placeholder {
	color: #fff;
}

.form_transparent .form-control::placeholder {
	color: #fff;
}

.form_transparent .form-control::placeholder {
	color: #fff;
}

.form_transparent .form-control::placeholder {
	color: #fff;
}

.font_style1 {}

.text_white * {
	color: #fff;
}

.text_dark * {
	color: #333 !important;
}

.text_default {
	color: var(--secondary) !important;
}

.text_light_green {
	color: #B3D369 !important;
}

.text_danger {
	color: #F5576C !important;
}

.text_warning {
	color: #f5bf2f !important;
}

.overflow_hide {
	overflow: hidden;
}

.scrollup {
	background-color: var(--title);
	border-radius: 100%;
	bottom: 20px;
	color: #ffffff;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	right: 20px;
	text-align: center;
	width: 40px;
	z-index: 99;
}

.scrollup:hover {
	background-color: var(--secondary);
	color: #fff;
}

.scrollup:focus {
	color: #fff;
}

.bg_size_auto {
	background-size: auto !important;
}

.bg_size_contain {
	background-size: contain !important;
}

.bg_repeat {
	background-repeat: repeat !important;
}

.position_top_center {
	background-position: top center !important;
}

.position_center_bottom {
	background-position: center bottom !important;
}

.position_right_center {
	background-position: right center !important;
}

.position_right_bottom {
	background-position: right bottom !important;
}

.bg_fixed {
	background-attachment: fixed !important;
}

.z_index_minus1 * {
	z-index: -1;
	position: relative;
}

.overlay_bg_90,
.overlay_bg_80,
.overlay_bg_70,
.overlay_bg_60,
.overlay_bg_50,
.overlay_bg_40,
.overlay_bg_30,
.overlay_bg_30,
.overlay_bg_20,
.overlay_bg_10,
.overlay_bg_blue_90,
.overlay_bg_blue_80,
.overlay_bg_blue_70,
.overlay_bg_blue_60,
.overlay_bg_blue_50,
.overlay_bg_blue_40,
.overlay_bg_blue_30,
.overlay_bg_blue_30,
.overlay_bg_blue_20,
.overlay_bg_blue_10,
.overlay_bg_default_90,
.overlay_bg_default_80,
.overlay_bg_default_70,
.overlay_bg_default_60,
.overlay_bg_default_50,
.overlay_bg_default_40,
.overlay_bg_default_30,
.overlay_bg_default_20,
.overlay_bg_default_10,
.overlay_bg_white_90,
.overlay_bg_white_80,
.overlay_bg_white_70,
.overlay_bg_white_60,
.overlay_bg_white_50,
.overlay_bg_white_40,
.overlay_bg_white_30,
.overlay_bg_white_20,
.overlay_bg_white_10 {
	position: relative;
}

.overlay_bg_90::before,
.overlay_bg_80::before,
.overlay_bg_70::before,
.overlay_bg_60::before,
.overlay_bg_50::before,
.overlay_bg_40::before,
.overlay_bg_30::before,
.overlay_bg_30::before,
.overlay_bg_20::before,
.overlay_bg_10::before,
.overlay_bg_blue_90:before,
.overlay_bg_blue_80:before,
.overlay_bg_blue_70:before,
.overlay_bg_blue_60:before,
.overlay_bg_blue_50:before,
.overlay_bg_blue_40:before,
.overlay_bg_blue_30:before,
.overlay_bg_blue_20:before,
.overlay_bg_blue_10:before,
.overlay_bg_default_90:before,
.overlay_bg_default_80:before,
.overlay_bg_default_70:before,
.overlay_bg_default_60:before,
.overlay_bg_default_50:before,
.overlay_bg_default_40:before,
.overlay_bg_default_30:before,
.overlay_bg_default_20:before,
.overlay_bg_default_10:before,
.overlay_bg_white_90:before,
.overlay_bg_white_80:before,
.overlay_bg_white_70:before,
.overlay_bg_white_60:before,
.overlay_bg_white_50:before,
.overlay_bg_white_40:before,
.overlay_bg_white_30:before,
.overlay_bg_white_20:before,
.overlay_bg_white_10:before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.overlay_bg_90::before {
	background-color: rgba(0, 0, 0, 0.90);
}

.overlay_bg_80::before {
	background-color: rgba(0, 0, 0, 0.80);
}

.overlay_bg_70::before {
	background-color: rgba(0, 0, 0, 0.70);
}

.overlay_bg_60::before {
	background-color: rgba(0, 0, 0, 0.60);
}

.overlay_bg_50::before {
	background-color: rgba(0, 0, 0, 0.50);
}

.overlay_bg_40::before {
	background-color: rgba(0, 0, 0, 0.40);
}

.overlay_bg_30::before {
	background-color: rgba(0, 0, 0, 0.30);
}

.overlay_bg_20::before {
	background-color: rgba(0, 0, 0, 0.20);
}

.overlay_bg_10::before {
	background-color: rgba(0, 0, 0, 0.10);
}

.overlay_bg_default_90:before {
	background-color: rgba(243, 43, 86, 0.90);
}

.overlay_bg_default_80:before {
	background-color: rgba(243, 43, 86, 0.80);
}

.overlay_bg_default_70:before {
	background-color: rgba(243, 43, 86, 0.70);
}

.overlay_bg_default_60:before {
	background-color: rgba(243, 43, 86, 0.60);
}

.overlay_bg_default_50:before {
	background-color: rgba(243, 43, 86, 0.50);
}

.overlay_bg_default_40:before {
	background-color: rgba(243, 43, 86, 0.40);
}

.overlay_bg_default_30:before {
	background-color: rgba(243, 43, 86, 0.30);
}

.overlay_bg_default_20:before {
	background-color: rgba(243, 43, 86, 0.20);
}

.overlay_bg_default_10:before {
	background-color: rgba(243, 43, 86, 0.10);
}

.overlay_bg_blue_90::before {
	background-color: rgba(34, 31, 65, 0.90);
}

.overlay_bg_blue_80::before {
	background-color: rgba(34, 31, 65, 0.80);
}

.overlay_bg_blue_70::before {
	background-color: rgba(34, 31, 65, 0.70);
}

.overlay_bg_blue_60::before {
	background-color: rgba(34, 31, 65, 0.60);
}

.overlay_bg_blue_50::before {
	background-color: rgba(34, 31, 65, 0.50);
}

.overlay_bg_blue_40::before {
	background-color: rgba(34, 31, 65, 0.40);
}

.overlay_bg_blue_30::before {
	background-color: rgba(34, 31, 65, 0.30);
}

.overlay_bg_blue_20::before {
	background-color: rgba(34, 31, 65, 0.20);
}

.overlay_bg_blue_10::before {
	background-color: rgba(34, 31, 65, 0.10);
}

.overlay_bg_white_90::before {
	background-color: rgba(255, 255, 255, 0.90);
}

.overlay_bg_white_80::before {
	background-color: rgba(255, 255, 255, 0.80);
}

.overlay_bg_white_70::before {
	background-color: rgba(255, 255, 255, 0.70);
}

.overlay_bg_white_60::before {
	background-color: rgba(255, 255, 255, 0.60);
}

.overlay_bg_white_50::before {
	background-color: rgba(255, 255, 255, 0.50);
}

.overlay_bg_white_40::before {
	background-color: rgba(255, 255, 255, 0.40);
}

.overlay_bg_white_30::before {
	background-color: rgba(255, 255, 255, 0.30);
}

.overlay_bg_white_20::before {
	background-color: rgba(255, 255, 255, 0.20);
}

.overlay_bg_white_10::before {
	background-color: rgba(255, 255, 255, 0.10);
}

.bg_dark {
	background-color: #202124 !important;
}

.bg_dark2 {
	background-color: #181722 !important;
}

.bg_gray {
	background-color: #F7F7F7 !important;
}

.bg_default {
	background-color: var(--secondary) !important;
}

.bg_light_gold {
	background-color: #FCE0CB !important;
}

.bg_light_yellow {
	background-color: #faeac8 !important;
}

.bg_light_blue {
	background-color: #D7F3F7 !important;
}

.bg_dark_blue {
	background-color: #3E3D77 !important;
}

.bg_dark_blue2 {
	background-color: #221F41 !important;
}

.bg_light_pink {
	background-color: #ffdbdc !important;
}

.bg_orange {
	background-color: #ff7d09 !important;
}

.bg_red {
	background-color: #e92701 !important;
}

.bg_dark_orange {
	background-color: #ffc549 !important;
}

.bg_dark_pink {
	background-color: #f38888 !important;
}

.radius_all_5[class*="overlay_bg_"]:before {
	border-radius: 5px;
}

.radius_all_10[class*="overlay_bg_"]:before {
	border-radius: 10px;
}

.border_top_tran {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.ripple .ion-play {
	padding-left: 4px;
}

.ripple {
	background-color: #FFFFFF;
	border-radius: 100%;
	color: var(--secondary);
	position: relative;
	display: inline-block;
	line-height: 78px;
	font-size: 30px;
	vertical-align: middle;
	height: 75px;
	width: 75px;
	text-align: center;
}

.ripple::before,
.ripple::after {
	background-color: #ffffff;
	border-radius: 100%;
	margin: -20px;
	bottom: 0px;
	content: "";
	display: block;
	left: 0px;
	opacity: 0;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: -1;
	-webkit-animation-name: ripple_effect;
	-moz-animation-name: ripple_effect;
	-o-animation-name: ripple_effect;
	animation-name: ripple_effect;
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-o-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
}

.ripple::before {
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}

.ripple::after {
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
}

@-webkit-keyframes ripple_effect {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		opacity: 0.6;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes ripple_effect {
	0% {
		opacity: 0;
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		opacity: 0.6;
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.bounceimg {
	-webkit-animation: bounceimg 2s ease-in-out 0s infinite alternate;
	animation: bounceimg 2s ease-in-out 0s infinite alternate;
}

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

	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

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

	50% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
}

/*Loader Css*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	z-index: 999999;
}

.loading_wrap {
	text-align: center;
	margin: 0 auto;
	display: table;
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.loading_wrap img {
	-webkit-animation: fliping 1.5s infinite linear;
	-moz-animation: fliping 1.5s infinite linear;
	-o-animation: fliping 1.5s infinite linear;
	animation: fliping 1.5s infinite linear;
}

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

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

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

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

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

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

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

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

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

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

/*===================================*
  01. END GENERAL STYLE
*===================================*/

/*===================================*
  02. START HEADER DESIGN
*===================================*/

.btn-nav1 {
	background: var(--btn_graident);
	border: none !important;
	color: var(--white) !important;
	padding: 10px 30px !important;
	margin-left: 40px;
}

.btn-nav2 {
	background-color: #fff !important;
	border-color: var(--primary) !important;
	color: var(--primary) !important;
	padding: 5px 10px !important;
	margin-left: 10px;
}

.btn-nav1:hover {
	background-color: #000 !important;
	border-color: #000 !important;
}

.btn-nav2:hover {
	background-color: var(--primary) !important;
	border-color: var(--primary) !important;
	color: #fff !important;
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
	.btn-nav1 {
		margin-left: 10px;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.btn-nav2 {
		margin-bottom: 10px;
		margin-top: 10px;
	}
}

.navbar-brand {
	padding: 10px 0 !important;
}


.logo {
	position: relative;
	width: 7.5em;
	height: 0;
}

.logo .wrapper {
	position: absolute;
	top: -55px;
	left: 0;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 100%;
}

.logo img {
	width: 100%;
	padding: 0.5em;
}

.navbar-toggler {

	background: #9D41C8 !important;
	margin-right: 34px !important;
	margin-top: 1px !important;
}



.navbar-toggler-i {

	margin: 0px 0px 0px -4px !important;
}



.navbar-brand>h2 {
	color: var(--title);
	font-weight: 900;
	margin-bottom: 0;
	margin-top: -8px;
}

.dark_skin .logo_light,
.dark_skin .logo_default,
.light_skin .logo_default,
.light_skin .logo_dark,
.logo_light,
.logo_dark {
	display: none;
}

.dark_skin .logo_dark,
.light_skin .logo_light {
	display: block;
}

.light_skin .navbar-nav a,
.light_skin .navbar-toggler {
	color: #ffffff;
}

.light_skin.transparent_header.nav-fixed .logo_light {
	display: none;
}

.light_skin.transparent_header.nav-fixed .logo_dark {
	display: block;
}

.light_skin.transparent_header.nav-fixed .navbar-nav>li>a {
	color: #333;
}

.navbar {
	padding: 0;
}

.header_wrap {
	transition: all 0.5s ease 0s;
}

.header_wrap:not([class*="bg_"]):not([class*="bg-"]) {
	background-color: #fff;
}

.header_wrap:not([class*="bg_"]):not([class*="bg-"]).transparent_header {
	background-color: #fff;
	box-shadow: 0px 6px 50px 0px #3333331a;
	padding: 14px 0;
}

.header_wrap:not([class*="bg_"]):not([class*="bg-"]).transparent_header.nav-fixed {
	background-color: #fff;
}

.navbar .navbar-nav li {
	position: relative;
	list-style: none;
	transition: all 0.3s ease 0s;
}

.navbar {
	padding-bottom: 0 !important;
}

.sli-div>img,
.sli-div>picture img {
	height: 750px;
	object-fit: cover;
	object-position: top;
}

.sli-div {
	z-index: -1;
	margin: 0;
	padding: 0;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	/* min-height: 550px;
	height: 82vh; */
}

.sli-content {
	/* transform: translate(50%, -50%);
	top: 50%; */
}


.sli-div::before {
	content: '';
	background-color: rgb(0 0 0 / 20%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

.top-head {
	/* padding: 230px 0; */
	z-index: 1;
	position: relative;
}

.slider-icon {
	position: relative;
	z-index: 9;
}

.classes {
	color: #ffcc09;
}

.offline {
	color: #00ebd4;
}

.sli-content {
	text-align: center;
	height: 100%;
	position: relative;
	transition: var(--ts) !important;
	margin-top: -575px;
}

.sli-content a {
	font-family: var(--fontP) !important;
	border-radius: var(--br);
	padding: 10px 30px;
}

.sli-content>h4 {
	color: #ffffff;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px var(--title);
	padding: 0 23%;
	font-size: 60px !important;
	font-weight: 700;
	letter-spacing: 0px;
	font-family: var(--fontH) !important;
	line-height: 65px;
	transition: var(--ts) !important;
}

.sli-div-box a {
	margin: 0 5px;
}


.sli-content>h5 {
	color: #fff;
	text-transform: uppercase;
	font-family: var(--fontP) !important;
	font-size: 18px !important;
	font-weight: 300;
	letter-spacing: .5px;
	margin-top: 20px;
	transition: var(--ts) !important;
}

/*.navbar-nav > li > a{
	color:black;
	font-weight:800;
	padding:10px 50px 10px 50px;
}*/

.navbar-nav .dropdown-menu {
	border: 0 none;
	border-radius: 0;
	margin: 0;
	min-width: 12rem;
}

.navbar-nav .dropdown-menu:not([class*="bg_"]):not([class*="bg-"]) {
	background-color: #2E2E2E;
}

.light_skin .navbar-nav .dropdown-menu .mega-menu .dropdown-menu {
	background-color: #252525;
}

.dark_skin:not([class*="bg_"]):not([class*="bg-"]) .navbar-nav .dropdown-menu {
	background-color: #fff;
	box-shadow: 0 13px 42px 11px rgba(0, 0, 0, .05);
	border: 1px solid #e6e6e6;
}

.dark_skin .mega-menu-col,
.dark_skin .cart_list li {
	border-color: #ddd;
}

.dark_skin .navbar .navbar-nav .dropdown-menu li a.active,
.dark_skin .navbar .navbar-nav .dropdown-menu li a:hover,
.dark_skin .navbar .navbar-nav .dropdown-menu>ul>li:hover>a,
.dark_skin .navbar .navbar-nav .dropdown-menu>ul>.mega-menu-col ul>li:hover>a {
	color: var(--secondary);
}

.dark_skin .navbar .navbar-nav .dropdown-item,
.dark_skin .navbar .navbar-nav .dropdown-header,
.dark_skin .cart_quantity,
.dark_skin .cart_total {
	color: #333333;
}

.dark_skin .cart_list a {
	color: #333333 !important;
}

.dark_skin .cart_list a:hover,
.dark_skin .item_remove:hover {
	color: #333333 !important;
}

.dropdown-toggle::after,
.dropdown-toggler::after {
	border: 0 none;
	content: "\f3d0";
	font-family: "Ionicons";
	height: auto;
	line-height: normal;
	margin-left: 5px;
	vertical-align: middle;
	width: auto;
	transition: all 0.3s ease-in-out;
	font-weight: 100;
}

.navbar-nav {
	grid-gap: 20px;
}

.dd_main_arrow_none .navbar .navbar-nav>li>.nav-link.dropdown-toggle::after {
	content: normal;
}

.dropdown-toggler::after {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.dropdown-menu .dropdown-toggler::after {
	position: absolute;
	right: 10px;
	top: 10px;
}

.navbar .navbar-nav>li>.nav-link {
	font-weight: 500;
	text-transform: capitalize;
	font-size: 16px;
}

.navbar .navbar-nav>li>a.active,
.navbar .navbar-nav>li:hover>a,
.light_skin.transparent_header.nav-fixed .navbar .navbar-nav>li>a.active,
.light_skin.transparent_header.nav-fixed .navbar .navbar-nav>li:hover>a {
	color: var(--secondary);
}

.main_menu_uppercase .navbar .navbar-nav>li>.nav-link {
	text-transform: uppercase;
}

.main_menu_weight_100 .navbar .navbar-nav>li>.nav-link {
	font-weight: 100;
}

.main_menu_weight_200 .navbar .navbar-nav>li>.nav-link {
	font-weight: 200;
}

.main_menu_weight_300 .navbar .navbar-nav>li>.nav-link {
	font-weight: 300;
}

.navbar .navbar-nav>li>.nav-link .active {
	color: var(--secondary);
}

.active {
	color: var(--secondary);
}

.main_menu_weight_400 .navbar .navbar-nav>li>.nav-link {
	font-weight: 400;
}

.main_menu_weight_500 .navbar .navbar-nav>li>.nav-link {
	font-weight: 500;
}

.main_menu_weight_600 .navbar .navbar-nav>li>.nav-link {
	font-weight: 500;
	color: var(--title);
}

.main_menu_weight_600 .navbar .navbar-nav>li>.nav-link:hover,
.main_menu_weight_600 .navbar .navbar-nav>li>.nav-link.active {
	color: var(--secondary);
}

.main_menu_weight_700 .navbar .navbar-nav>li>.nav-link {
	font-weight: 700;
}

.main_menu_weight_800 .navbar .navbar-nav>li>.nav-link {
	font-weight: 800;
}

.main_menu_weight_900 .navbar .navbar-nav>li>.nav-link {
	font-weight: 900;
}

.main_menu_size_16 .navbar .navbar-nav>li>.nav-link {
	font-size: 16px;
}

.menu_style1 .navbar .navbar-collapse .navbar-nav>li>.nav-link {
	border-radius: 30px;
	margin: 20px 2px;
	padding: 5px 15px;
	position: relative;
}

.menu_style1 .navbar .attr-nav li .nav-link {
	padding: 21px 10px;
}

.btn {
	border-radius: var(--br) !important;
}

.menu_style1 .navbar .navbar-collapse .navbar-nav>li>a.active,
.menu_style1 .navbar .navbar-collapse .navbar-nav>li:hover>a {
	background-color: var(--secondary);
	color: #fff !important;
}

.bottom-header .navbar .navbar-collapse .navbar-nav>li>.nav-link {
	padding: 20px 10px;
}

.navbar .navbar-nav .dropdown-item {
	padding: 7px 15px;
	color: #ffffff;
	font-size: 14px;
	text-transform: capitalize;
}

.navbar .navbar-nav .dropdown-header {
	color: #fff;
	padding: 8px;
	text-transform: uppercase;
	font-weight: bold;
}

.navbar .attr-nav li .nav-link {
	padding: 32px 15px;
	position: relative;
}

.navbar .attr-nav li .nav-link i {
	font-size: 16px;
}

.hover_menu_style2 .navbar .navbar-nav.attr-nav>li>.nav-link {
	margin: 0;
	padding: 20px 10px;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
	background-color: transparent;
}

.navbar .navbar-nav.attr-nav .dropdown-menu li a.active,
.navbar .navbar-nav.attr-nav .dropdown-menu li a:hover,
.navbar .navbar-nav.attr-nav .dropdown-menu>ul>li:hover>a {
	background-color: rgba(0, 0, 0, 0);
}

.navbar .navbar-nav .dropdown-menu li a.active,
.navbar .navbar-nav .dropdown-menu li a:hover,
.navbar .navbar-nav .dropdown-menu>ul>li:hover>a,
.navbar .navbar-nav .dropdown-menu>ul>.mega-menu-col ul>li:hover>a {
	color: var(--secondary);
}

.search-overlay {
	border: 1px solid #ddd;
	right: 0;
	opacity: 0;
	position: absolute;
	min-width: 300px;
	top: 100%;
	transition: all 0.25s ease-in-out 0s;
	visibility: hidden;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	padding: 15px;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: -webkit-calc(100% - 30px) 0;
	transform-origin: calc(100% - 30px) 0;
}

.search-overlay.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.search_trigger.open i::before {
	content: "\f129";
	font-family: "Ionicons";
}

.navbar .attr-nav li .search_trigger i {
	font-size: 20px;
	vertical-align: middle;
	line-height: normal;
}

.navbar .attr-nav li.cart_wrap .nav-link i {
	font-size: 20px;
}

.navbar .attr-nav li.cart_wrap .nav-link {
	padding: 35px 5px;
}

.search_wrap {
	position: relative;
}

.search_icon {
	font-size: 18px;
	position: absolute;
	right: 15px;
	top: 10px;
	border: 0;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
}

.search_wrap .form-control {
	padding: 10px 15px;
	height: auto;
}

.navbar .attr-nav li .nav-link.sidetoggle i {
	font-size: 28px;
}

.header_wrap.nav-fixed {
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 999;
}

.nav-fixed.border_bottom_tran {
	border: 0;
}

.header_wrap.nav-fixed.no-sticky {
	position: relative;
}

.header_wrap.fixed-top.nav-fixed.no-sticky,
.header_wrap.fixed-top.no-sticky {
	position: absolute;
}

.header_wrap:not([class*="bg_"]):not([class*="bg-"]).transparent_header.nav-fixed.no-sticky {
	background-color: transparent;
	box-shadow: none;
	padding: 6px 0 2px;
}

.bg-dark.light_skin.nav-fixed .logo_dark {
	display: none;
}

.bg-dark.light_skin.nav-fixed .logo_light {
	display: block;
}

.header_wrap.nav-fixed.bg-dark {
	border-bottom: 0;
}

.bg-dark.light_skin.nav-fixed .navbar-nav>li>a,
.bg-dark.light_skin.nav-fixed .navbar-toggler {
	color: #fff;
}

.bg-dark.hover_menu_style2.nav-fixed .navbar .navbar-nav>li>.nav-link::before {
	background-color: #fff;
}

.header_wrap.nav-fixed[class*="overlay_"]:before {
	content: normal;
}

.mega-menu {
	display: table;
	padding: 10px 0;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.navbar .navbar-nav li.dropdown-mega-menu {
	position: static;
}

.navbar .navbar-nav li.dropdown-mega-menu .dropdown-menu {
	right: 0;
	padding-left: 0;
	padding-right: 0;
}

.mega-menu-col {
	border-right: 1px solid #5d5d5d;
}

.mega-menu-col:last-child {
	border-right: 0;
}

.ads_banner img {
	padding: 8px;
	width: 100%;
}

.dropdown-menu li a i {
	font-size: 14px;
	width: 20px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}

.cart_list li {
	list-style: outside none none;
}

.cart_count {
	position: absolute;
	top: 26px;
	right: 0px;
	font-size: 11px;
	background-color: var(--secondary);
	border-radius: 50px;
	height: 16px;
	line-height: 18px;
	color: #fff;
	min-width: 16px;
	text-align: center;
	padding: 0 5px;
}

.navbar-nav .dropdown-menu.cart_box {
	background-color: #333333;
	width: 300px;
	position: absolute !important;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: -webkit-calc(100% - 30px) 0;
	transform-origin: calc(100% - 30px) 0;
	display: block;
	transition: all 0.25s ease-in-out;
	padding: 0;
}

.cart_list li {
	border-bottom: 1px solid #777777;
	padding: 15px;
	width: 100%;
}

.item_remove {
	float: right;
}

.cart_list img {
	background-color: #ffffff;
	float: left;
	margin-right: 10px;
	max-width: 60px;
	vertical-align: top;
}

.cart_list a {
	color: #fff !important;
	font-size: 14px;
	vertical-align: top;
	padding: 0 !important;
	text-transform: capitalize;
	font-weight: 600;
}

.cart_list a:hover,
.item_remove:hover {
	color: #ddd !important;
}

.cart_quantity {
	color: #ffffff;
	display: table;
	margin-top: 5px;
	font-weight: 500;
}

.cart_total .cart_amount {
	float: right;
	color: var(--secondary);
}

.cart_list {
	display: table;
	width: 100%;
}

.cart_total {
	color: #ffffff;
	margin: 0;
	padding: 10px 20px;
	font-weight: 600;
}

.cart_total strong {
	float: left;
}

.cart_buttons {
	margin: 0;
	padding: 10px 10px 20px;
	text-align: center;
}

.cart_buttons .view-cart,
.cart_buttons .checkout {
	padding: 8px 20px !important;
}

.top-header,
.middle-header {
	padding: 10px 0;
}

.social_icons,
.contact_detail {
	font-size: 0;
	margin-left: -30px;
}

.contact_detail>li,
.header_list>li {
	display: inline-block;
	padding: 2px 15px 2px 0;
}

.social_icons li {
	display: inline-block;
	padding: 5px 5px 5px 0;
}

.social_icons li a {
	font-size: 16px;
	height: 35px;
	width: 35px;
	line-height: 36px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

.social_icons.social_small li a {
	height: 25px;
	width: 25px;
	line-height: 26px;
	font-size: 16px;
}

.social_white .social_icons li a,
.social_white.social_icons li a {
	color: #fff;
	border-color: #fff;
}

.social_white .social_icons li a:hover,
.social_white.social_icons li a:hover {
	color: var(--secondary);
}

.border_social .social_icons li a:hover,
.border_social.social_icons li a:hover {
	background-color: var(--secondary);
	border-color: var(--secondary);
	color: #fff;
}

.border_social.social_white .social_icons li a:hover,
.social_white.border_social.social_icons li a:hover {
	color: #fff;
}

.border_social li a {
	border: 1px solid #292b2c;
}

.social_icons li:last-child a {
	margin-right: 0px;
}

.radius_social li a {
	border-radius: 5px;
}

.rounded_social li a {
	border-radius: 50px;
}

.social_icons.social_style1 li a {
	font-size: 16px;
	background-color: #F5F6FB;
}

.contact_detail i {
	margin-right: 10px;
	vertical-align: middle;
	font-size: 16px;
}

.contact_detail span {
	vertical-align: middle;
}

.contact_detail>li,
.header_list>li {
	color: #888888;
	font-size: 14px;
	vertical-align: middle;
}

.header_list>li .dropdown-item:hover,
.custome_dropdown .ddChild li:hover,
.contact_detail>li a:hover {
	color: var(--secondary);
}

.header_dropdown .dropdown-menu {
	border-radius: 0;
	padding: 0;
	margin-top: 0px;
	border: 0;
	transform: none !important;
	top: 100% !important;
	will-change: auto !important;
}

.header_dropdown .dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
	right: 0;
	left: auto !important;
}

.header_dropdown .dropdown-item {
	padding: 5px 10px;
	border-bottom: 1px solid #e6e6e6;
	text-transform: capitalize;
}

.contact_detail li:first-child {
	margin-left: 0px;
}

.contact_detail li a span {
	vertical-align: middle;
}

.top-header.light_skin .contact_detail li,
.top-header.light_skin .contact_detail li a {
	color: #fff;
}

.top-header.dark_skin .contact_detail li {
	color: #000;
}

header .social_icons li a {
	font-size: 16px;
	height: 30px;
	width: 30px;
	line-height: 30px;
}

.nav-fixed .top-header,
.nav-fixed .middle-header {
	display: none !important;
}

.navbar-toggler {
	float: right;
	margin: 10px 0 0 10px;
	font-size: 24px;
	transition: all 0.5s ease 0s;
	background-color: var(--secondary);
	border-radius: 0;
	color: #fff;
	height: 35px;
	width: 35px;
	padding: 0;
	line-height: 36px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	transition: none;
}

.navbar-toggler[aria-expanded="true"] span::before {
	content: "\f129";
	font-size: 16px;
}

.navbar-toggler {
	line-height: 32px;
	font-size: 20px;
}

header .attr-nav+.social_icons {
	border-left: 1px solid #333;
	margin-left: 5px;
	padding-left: 5px;
}

header .attr-nav+.social_icons li {
	padding: 0;
}

header.light_skin .attr-nav+.social_icons {
	border-color: #fff;
}

header.light_skin.nav-fixed .attr-nav+.social_icons {
	border-color: #333;
}

header.light_skin.nav-fixed .social_icons li a {
	color: #000;
}

header.light_skin.nav-fixed .social_icons li a:hover {
	color: #0E93D8;
}

.navbar .btn {
	padding: 10px 25px;
}

.header_info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.header_info li {
	display: -ms-flexbox;
	display: flex;
	padding-left: 30px;
}

.header_info li:first-child {
	padding-left: 0px;
}

.header_info li i {
	width: 30px;
	font-size: 28px;
	height: 30px;
	color: #0e93d8;
}

.header_info li p {
	margin: 0;
	color: #292b2c;
}

.header_info li .hd_info {
	padding-left: 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.43;
}

.custome_dropdown {
	position: relative;
}

.custome_dropdown .ddTitleText img,
.custome_dropdown .ddChild li img {
	float: left;
	max-width: 25px;
	margin-right: 8px;
}

.custome_dropdown .ddlabel {
	vertical-align: middle;
	text-transform: capitalize;
	font-size: 14px;
	white-space: nowrap;
}

.custome_dropdown #pr_select_msdd .ddlabel {
	margin-left: 0;
}

.custome_dropdown .dd.ddcommon {
	cursor: pointer;
	padding-right: 15px;
	position: relative;
	width: auto !important;
	outline: none;
}

.custome_dropdown .ddTitleText {
	display: inline-block;
	text-transform: uppercase;
	color: #888888;
}

.custome_dropdown .ddChild li {
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	list-style: outside none none;
	padding: 5px 10px;
	width: 100%;
	border-top: 1px solid #e6e6e6;
	transition: all 0.5s ease-in-out;
}

.arrowoff::before {
	content: "\f3d0";
	font-family: "Ionicons";
	position: absolute;
	right: 0;
	top: 0px;
	color: #888888;
	font-size: 14px;
}

.custome_dropdown.custome_dropdown_white .ddTitleText,
.custome_dropdown_white .ddArrow::before {
	color: #fff;
}

.search_box {
	position: relative;
}

.search_box input {
	padding-right: 30px;
}

.search_box button {
	border: 0;
	padding: 0 10px;
	background-color: transparent;
	font-size: 22px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: pointer;
}

.header_list>li {
	position: relative;
}

.header_list>li a {
	font-size: 14px;
}

.border_list>li {
	position: relative;
}

.border_list>li::before {
	content: "";
	position: absolute;
	left: 0;
	height: 12px;
	width: 1px;
	background-color: #888888;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.border_list>li:first-child:before {
	content: normal;
}

.header_wrap.light_skin.nav-fixed .btn-outline-white {
	border: 2px solid #333;
	color: #333;
}

.header_wrap.light_skin.nav-fixed .btn-outline-white:hover {
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
}

.top-header.light_skin .header_list li a,
.top-header.light_skin .ddArrow::before {
	color: #fff;
}

.top-header.light_skin .header_list>li::before {
	background-color: #fff;
}

.top-header .custome_dropdown .ddChild {
	background-color: #fff;
	border: 0 !important;
	min-width: 10rem;
	left: -10px;
}

.top-header.light_skin .header_list li a:hover,
.top-header.light_skin .contact_detail li a:hover {
	color: var(--secondary);
}

.sidebar_menu {
	padding: 50px 30px 30px;
	position: fixed;
	top: 0;
	z-index: 99;
	background-color: #fff;
	box-shadow: -3px 0 3px rgba(0, 0, 0, .04);
	bottom: 0;
	width: 400px;
	overflow-y: auto;
	right: -400px;
	visibility: hidden;
	transition: all 0.5s ease-in-out;
	z-index: 9999;
}

.sidebar_menu.active {
	right: 0;
	visibility: visible;
}

.side_panel_close {
	position: absolute;
	right: 30px;
	top: 30px;
}

.side_panel_close i {
	font-size: 24px;
}

.sidebar_menu .widget {
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}

.widget_text p:last-child {
	margin: 0;
}

.header-overlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1000;
	top: 0;
	transition: all 0.5s ease-in-out;
}

body.active {
	overflow: hidden;
	padding-right: 17px;
}

/*===================================*
  02. END HEADER DESIGN
*===================================*/

/*===================================*
  03. START BANNER SECTION
*===================================*/
.full_screen,
.full_screen .carousel-item {
	height: 100vh;
	min-height: 45rem;
}

.banner_slider {
	overflow: hidden;
}

.banner_slider:not(.full_screen),
.banner_slider:not(.full_screen) .carousel-item,
.banner_section:not(.full_screen) .banner_content_wrap,
.banner_section:not(.full_screen) .banner_content_wrap .carousel-item {
	height: 900px;
}

.banner_content_wrap .carousel-item {
	display: block;
	z-index: 1;
}

.banner_content h2 {
	font-size: 78px;
	margin-bottom: 35px;
	letter-spacing: 0;
	font-weight: bold;
}

.banner_content2 h2 {
	font-size: 60px;
	margin-bottom: 30px;
	font-weight: 600;
}

.banner_content3 h2 {
	font-size: 60px;
	margin-bottom: 25px;
	font-weight: normal;
	line-height: 80px;
}

.banner_content p,
.banner_content2 p,
.banner_content3 p {
	color: #333;
	font-size: 16px;
	margin-bottom: 35px;
}

.banner_content.text_white p,
.banner_content2.text_white p {
	color: #fff;
}

.banner_slide_content {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.slide_content_wrap {
	max-width: 1350px;
	margin: 0 auto;
	padding: 50px 0;
}

/* .carousel-control-next, .carousel-control-prev {
	background-color: rgba(0,0,0,0.5);
	font-size: 18px;
	height: 60px;
	opacity: 0;
	top:50%!important;
	-moz-transform: translateY(-50%)!important;
	-webkit-transform: translateY(-50%)!important;
	transform: translateY(-50%)!important;
	width: 60px;
} */


/*.carousel-control-next, .carousel-control-prev{
	 top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);

}*/
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
	opacity: 0;
}

.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control-prev {
	opacity: 1;
}

.carousel-control-next {
	right: 20px;
}

.carousel-control-prev {
	left: 20px;
}

.carousel_style1 .carousel-control-next,
.carousel_style1 .carousel-control-prev {
	border-radius: 100%;
}

.carousel_style2 .carousel-control-next,
.carousel_style2 .carousel-control-prev {
	font-size: 16px;
	border-radius: 4px;
	height: 40px;
	width: 40px;
}

.carousel-indicators {
	bottom: 20px;
}

.carousel-indicators li {
	background-color: transparent;
	border: 1px solid #fff;
	cursor: pointer;
	width: 12px;
	height: 12px;
	margin: 0 15px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 1;
}

.carousel-indicators li.active,
.carousel-indicators li:hover {
	background-color: #fff;
}

.carousel-indicators li::before {
	content: "";
	position: absolute;
	right: -17px;
	width: 15px;
	background-color: #fff;
	height: 1px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -10px;
}

.carousel-indicators li:last-child:before {
	content: normal;
}

.content_overlay_bg {
	padding: 50px;
	position: relative;
}

.content_overlay_bg::before {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.banner_head2 {
	font-size: 40px;
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-property: opacity;
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.carousel-indicators.justify-content-end {
	left: auto;
}

.carousel-indicators.justify-content-start {
	right: auto;
}

.carousel-item img {
	position: relative;
	z-index: -1;
}

.border_shape:before {
	content: "";
	border: 10px solid rgba(255, 255, 255, 0.8);
	position: absolute;
	top: -50px;
	left: 21%;
	right: 21%;
	bottom: -50px;
	z-index: -1;
}

.banner_slider_img img {
	width: 100%;
}

.circle_bg1 {
	border-radius: 100%;
	height: 800px;
	width: 800px;
	position: absolute;
	left: 50%;
	right: 0;
	top: 50%;
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 0;
}

.circle_bg1 span {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	height: 100%;
	width: 100%;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-animation-name: ripple;
	-moz-animation-name: ripple;
	-o-animation-name: ripple;
	animation-name: ripple;
	-webkit-animation-duration: 4s;
	-moz-animation-duration: 4s;
	-o-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	-o-animation-delay: 5s;
	animation-delay: 5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
	background-color: #fff;
}

.circle_bg1 span:nth-child(2) {
	-webkit-animation-delay: 4.5s;
	-moz-animation-delay: 4.5s;
	-o-animation-delay: 4.5s;
	animation-delay: 4.5s;
}

.circle_bg1 span:nth-child(3) {
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	-o-animation-delay: 4s;
	animation-delay: 4s;
}

.circle_bg1 span:nth-child(4) {
	-webkit-animation-delay: 3.5s;
	-moz-animation-delay: 3.5s;
	-o-animation-delay: 3.5s;
	animation-delay: 3.5s;
}

.circle_bg1 span:nth-child(5) {
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-o-animation-delay: 3s;
	animation-delay: 3s;
}

.circle_bg1 span:nth-child(6) {
	-webkit-animation-delay: 2.5s;
	-moz-animation-delay: 2.5s;
	-o-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.circle_bg1 span:nth-child(7) {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s;
}

.circle_bg1 span:nth-child(8) {
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(0.2);
		transform: scale(.02);
		opacity: 1;
	}

	50% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@-moz-keyframes ripple {
	0% {
		-moz-transform: scale(0.2);
		transform: scale(.02);
		opacity: 1;
	}

	50% {
		-moz-transform: scale(.5);
		transform: scale(.5);
		opacity: 1;
	}

	100% {
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@-o-keyframes ripple {
	0% {
		-o-transform: scale(0.2);
		transform: scale(.02);
		opacity: 1;
	}

	50% {
		-o-transform: scale(.5);
		transform: scale(.5);
		opacity: 1;
	}

	100% {
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

@keyframes ripple {
	0% {
		transform: scale(0.2);
		transform: scale(0.2);
		opacity: 1;
	}

	50% {
		transform: scale(.5);
		transform: scale(.5);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		transform: scale(1);
		opacity: 0;
	}
}

.banner_shape [class*="shape"] {
	position: absolute;
}

.banner_img .circle_bg1 {
	left: 30%;
	z-index: -2;
}

.banner_img2 {
	min-width: 700px;
}

.banner_img3 {
	min-width: 600px;
}

.banner_img4 {
	min-width: 700px;
}

.banner_img5 {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkittransform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
}

.bg_pattern {
	background-image: url("../images/slider_pattern10.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.bg_gradient1::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	background: -moz-radial-gradient(center, ellipse cover, rgba(123, 120, 156, 1) 0%, rgba(24, 23, 34, 0) 100%);
	/* ff3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(123, 120, 156, 1)), color-stop(100%, rgba(24, 23, 34, 0)));
	/* safari4+,chrome */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(123, 120, 156, 1) 0%, rgba(24, 23, 34, 0) 100%);
	/* safari5.1+,chrome10+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(123, 120, 156, 1) 0%, rgba(24, 23, 34, 0) 100%);
	/* opera 11.10+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(123, 120, 156, 1) 0%, rgba(24, 23, 34, 0) 100%);
	/* ie10+ */
	background: radial-gradient(ellipse at center, rgba(123, 120, 156, 1) 0%, rgba(24, 23, 34, 0) 100%);
	/* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b789c', endColorstr='#181722', GradientType=0);
	/* ie6-9 */
	left: 0;
	right: 0;
}

.shape1 {
	left: 0%;
	bottom: 0%;
	z-index: -1;
}

.shape2 {
	right: 0;
	bottom: 0;
}

.shape3 {
	left: 0;
	bottom: 0;
	z-index: -1;
}

.shape4 {
	right: 0;
	bottom: 0;
}

.shape5 {
	left: 0;
	top: 20%;
}

.shape6 {
	left: -10%;
	bottom: -20%;
}

.shape6 img,
.shape8 img {
	-webkit-animation: swing 80s infinite linear;
	-moz-animation: swing 80s infinite linear;
	-o-animation: swing 80s infinite linear;
	animation: swing 80s infinite linear;
}

.shape7 {
	right: 0;
	bottom: 20px;
}

.shape8 {
	right: -8%;
	bottom: -15%;
}

.shape9 {
	top: 50%;
	left: 50%;
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkittransform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: -1;
}

.border_img::before {
	content: "";
	position: absolute;
	left: 20%;
	right: 23%;
	top: -20px;
	bottom: -20px;
	border: 8px solid #cdbb95;
	z-index: -1;
}

.border_img::after {
	content: "";
	position: absolute;
	right: 23%;
	top: 0;
	bottom: 0;
	border-right: 8px solid #cdbb95;
	z-index: -1;
}

/*===================================*
  03. END BANNER SECTION
*===================================*/

/*===================================*
  04. START CLASSES SECTION
*===================================*/


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

.classes_info {
	background-color: #fff;
	padding: 15px;
	position: relative;
}

.classes_schedule li {
	list-style: none;
	display: inline-block;
	padding-right: 10px;
	font-size: 14px;
}

.classes_teacher {
	position: absolute;
	right: 15px;
	display: flex;
	top: -20px;
	background-color: #fff;
	border-radius: var(--br);
	height: 45px;
	font-size: 0;
	box-shadow: 0 0 20px rgb(0 0 0 / 19%);
	padding: 5px 15px 5px 3px;
	align-items: center;
}

.classes_teacher img {
	float: left;
	border-radius: 100%;
	max-width: 40px;
	margin-right: 10px;
	width: 40px;
}

.classes_teacher span {
	font-size: 15px;
	color: var(--text);
	vertical-align: middle;
	text-transform: capitalize;
	font-weight: 600;
}

.classes_title span {
	font-weight: 500;
	padding: 4px 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	line-height: 14px;
	border-radius: var(--br);
	font-family: var(--fontP);
}

.classes_title {
	margin-bottom: 5px;
	color: var(--text);
}

.classes_schedule li i {
	color: var(--secondary);
	margin-right: 10px;
	font-size: 16px;
	vertical-align: middle;
}

.classes_img {
	position: relative;
	z-index: 0;
}

.classes_img img {
	width: 100%;
	height: 260px;
	border-radius: var(--br);
}

.classes_box:hover .classes_img::before {
	opacity: 1;
	visibility: visible;
}

.classes_img .link_container {
	position: absolute;
	top: 70%;
	left: 0;
	right: 0;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
	z-index: 1;
}

.classes_box:hover .classes_img .link_container {
	top: 50%;
	opacity: 1;
	visibility: hidden;
}

.link_container a {
	background-color: #fff;
	color: var(--secondary);
	font-size: 20px;
	width: 45px;
	height: 45px;
	display: inline-block;
	border-radius: 100%;
	line-height: 45px;
	margin: 0 2px;
	text-decoration: none !important;
	text-align: center;
}

.about-sec-inner::after {
	content: '';
	position: absolute;
	left: 165px;
	background: linear-gradient(90deg, #e2a8ff, #3932ff);
	width: 200px;
	height: 200px;
	z-index: -1;
	opacity: .3;
	border-radius: 100%;
	top: 15%;
}

.classes_box_style1 .classes_title span {
	margin-bottom: 15px;
}

.classes_box_style1 .classes_title {
	margin-bottom: 10px;
}

.classes_box_style1 .classes_title h4 {
	font-size: 20px;
	margin: 0;

}

.badge-info {
	background-color: #4e6eff;
}

.badge-success {
	background-color: #10aea5;
}

.badge-danger {
	background-color: #e14646;
}

.classes_title>h4>a {
	color: var(--title);
	text-decoration: none;
	font-family: var(--fontH) !important;
	font-weight: 800;
	font-size: var(--fs18);
}

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

.register_btn {
	position: absolute;
	right: 15px;
	bottom: 15px;
}

.classes_detail {
	padding-top: 20px;
}

.classes_detail .classes_title {
	margin-bottom: 25px;
}

.countent_detail_meta {
	display: table;
	width: 100%;
	padding: 30px 0;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.countent_detail_meta ul {
	list-style: none;
}

.countent_detail_meta li {
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #dddddd;
}

.countent_detail_meta li:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}

.countent_detail_meta label {
	display: block;
	font-weight: 600;
	color: #333;
	margin: 0;
}

.teacher_img img {
	float: left;
	margin-right: 10px;
	max-width: 50px;
	width: 100%;
}

.teacher_info {
	overflow: hidden;
}

.classes_desc {
	margin: 30px 0;
}

.classes_desc p:last-child {
	margin: 0;
}

.star_rating>span.selected {
	color: #ffc300;
}

.star_rating>span {
	cursor: pointer;
	display: inline-block;
}

.star_rating span i {
	font-size: 30px;
}

.star_rating>span.selected i::before {
	content: "\f2fc";
}

.review_content {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}

.share span,
.share ul {
	display: inline-block;
	vertical-align: middle;
}

.share span {
	font-weight: 500;
	color: #333;
	margin-right: 10px;
}

.review_form {
	margin-top: 30px;
}

.classes_slider.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 0;
}

/*===================================*
  04. END CLASSES SECTION
*===================================*/


/*===================================*
  04. START FREE_TRIAL SECTION
*===================================*/
/*.free-trial{
	width:800px!important;
}
*/
/*.trial-sec{
margin-bottom:50px;	
}*/
/*.trial-sec{
	margin:-90px 0;
}*/
.trial-image {
	position: absolute;
	z-index: -1;
	left: 0;
	margin: 0 auto;
	right: 0;
}

.form-for-trial {
	position: relative;
	z-index: 2;
}

.trial-sec {
	padding: 0 0 20px;
}

.trail-sec-img {
	width: 121%;
	position: absolute;
	left: 0;
	top: 1%;
}

.know-more-link {
	font-size: 16px;
	color: var(--secondary);
	display: block;
}


.btn-icn {
	width: 21px;
	margin-left: 4px;
	margin-top: -2px;
}

.trail-sec-inp-btn {
	width: 210px;
}

#demo_content {
	display: none !important;
}

.form-for-trial>h1 {
	font-size: 42px;
	font-weight: 900;
	color: var(--title);
}

.form-for-trial>p {
	color: var(--text);
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}

.navbar-toggler:focus {
	box-shadow: none !important;
}

.name-box {
	width: 100%;
	appearance: none;
	padding: 14px 25px;
	margin: 10px 0px 5px 0px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: var(--br);
	color: var(--text);
	box-shadow: -4px 3px 0px #9999992e;
}

.trail-sec-inp>button {
	animation-delay: 0.7s;
	width: 100%;
	padding: 13px 25px !important;
	display: block;
	margin-top: 10px;
}

/*===================================*
  04. END FREE_TRIAL SECTION
*===================================*/



/*===================================*
  05. START CLASSES TIMETABLE SECTION
*===================================*/
.schedule_table table {
	border: 0;
}

.schedule_table table thead td {
	border-bottom: 0;
}

.schedule_table td {
	vertical-align: middle;
	padding: 20px 10px;
}

.schedule_table table tbody td:first-child {
	white-space: nowrap;
}

.schedule_table .classes_title {
	margin-bottom: 0;
}

.classes_timing span {
	text-transform: uppercase;
	font-size: 14px;
	white-space: nowrap;
}

.schedule_table td>div {
	overflow: hidden;
}

.schedule_table td>div>div {
	transform: translateY(50px);
	opacity: 0;
	transition: all 0.3s ease-in-out;
}

.schedule_table td>div:not(.invisible)>div {
	transform: translateY(0);
	opacity: 1;
}

.schedule_table td>div>div:nth-child(1) {
	transition: all 0.4s ease-in-out;
}

.schedule_table td>div>div:nth-child(2) {
	transition: all 0.5s ease-in-out;
}

.schedule_table td>div>div:nth-child(3) {
	transition: all 0.6s ease-in-out;
}

/*===================================*
  05. END CLASSES TIMETABLE SECTION
*===================================*/

/*===================================*
  06. START PRICING TABLE SECTION
*===================================*/
.pricing-sec {
	z-index: -1;
	margin: 0;
	padding: 0;
	position: relative;
	background-image: linear-gradient(0deg, #8cd1a8 30%, var(--lightGreen));
}

.pricing-sec::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	background-image: url('../images/texture-1668079_1920.jpg');
	background-size: cover;
}

.top-price {
	padding: 50px 0;
	z-index: 1;
	position: relative;

}


.top-price .row+.row>div:first-child>.pricing_style1 {
	z-index: 0;
	margin-right: -33px;
}

.top-price .row+.row>div:last-child>.pricing_style1 {
	margin-left: -9px;
	z-index: 0;
}



.pricing_box {
	background-color: var(--title);
	text-align: center;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	min-height: 655px;
}

.pricing_ribbon {
	background-color: #FFF;
	color: var(--secondary);
	position: absolute;
	display: block;
	top: 20px;
	right: -35px;
	width: 140px;
	padding: 5px 20px 5px;
	margin: 0;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	line-height: normal;
	z-index: 2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
	font-size: 14px;
}

.pricing_box_middle .list_none {
	padding: 0 40px;
}

.pricing_box_middle {
	background-color: #fff;
	text-align: center;
	overflow: hidden;
	position: relative;
	color: #fff;
	margin-bottom: 30px;
	margin-top: -24px;
	z-index: 3;
	border-radius: var(--br);
	min-height: 700px;
}

.pricing_box_middle .btn {
	background: var(--btn_graident) !important;
	padding: 12px 30px;
}

.pricing_style1 .btn {
	background: var(--secondary);
	color: var(--white);
	border: none;
	padding: 12px 30px;
	transition: var(--ts);
}

.pricing_box_middle .price_tage>p>strong+strong {
	color: #fff !important;
}

.pricing_style1 .price_tage>p>strong+strong {
	color: #0b1a1a;
}

.pricing_style1 .btn:hover {
	background: #000 !important;
}

ul.list_none {
	color: #fff;
}

.pricing-sec .top-price ul.list_none {
	color: #fff;
	min-height: 340px;
}

.pricing_box_middle ul.list_none {
	color: var(--title) !important;
}


.pr_title {
	text-transform: uppercase;
	font-weight: 100;
	color: #fff;
	font-family: var(--fontH) !important;
	font-size: 30px;
}

.pr_title_wrap {
	position: relative;
	padding: 40px 15px 30px;
	background: #189096;
	border-radius: 0;
}



.pr_content {
	position: relative;
}

.price_tage {
	display: flex;
	justify-content: center;
}

.price_tage>p .cancel-money {
	text-decoration: line-through;
	font-size: 20px;
	color: #260727;
	font-weight: 400;
}

.price_tage>p>strong+strong {
	font-size: 30px;
	font-weight: bold;
	margin: 0;
}



.pr_list li {
	padding: 12px;
	font-size: var(--fs16);
	font-weight: 400;
}

.pr_footer {
	position: relative;
	padding: 20px 20px 40px 20px;
}

.pricing_style1 {
	/* box-shadow: 0 0 30px rgb(56 56 56 / 48%); */
	margin-right: -25px;
}

.pricing_style2::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(34, 31, 65, 0.80);
	top: 0;
}

.pricing_style2:hover:before {
	background-color: rgba(243, 43, 86, 0.80);
}

.pricing_style2 .pr_title_wrap {
	border-bottom: 5px solid #eee;
	border-radius: 0 0 70px 70px;
}

/*===================================*
  06. END PRICING TABLE SECTION
*===================================*/

/*===================================*
  06.  START  ABOUTT SECTION
*===================================*/
.about-sec {
	position: relative;
}

.about-sec::before {
	content: '';
	position: absolute;
	top: -40px;
	left: -80px;
	background: #5ad2c0;
	width: 600px;
	height: 109%;
	z-index: -5;
	border-radius: 0;
}


.top-about {
	padding: 0px 0;
	z-index: 1;
	position: relative;
}

.abt-div-img {
	width: 100%;
	margin-left: 50px;
	margin-top: 30px;
	border-radius: var(--br);
	position: relative;
}

.content-about {
	margin-left: 100px;
}

.content-about>h2 {
	font-size: 42px;
	font-weight: 900;
	color: var(--title);
	line-height: 42px;
}

.content-about>h6 {
	font-size: 15px;
	font-weight: 600;
	color: var(--secondary);
}

.content-about>p {
	font-size: 16px;
	line-height: 22px;
	color: var(--text);
	margin-top: 20px;
}


/*===================================*
  06. END about SECTION
*===================================*/


/*===================================*
  07. START TESTIMONIAL SECTION
*===================================*/

/* teacher start */
.testimonial_slider .owl-item.active.center .testimonial_img {
	width: 115px !important;
}

.testimonial_slider .owl-item.active.center .testimonial_img img {
	max-width: 115px !important;
}

.testimonial_style1 .owl-item.center .testimonial_box {
	width: 120%;
	z-index: 8;
	margin-left: -40px !important;
	padding: 22px 30px !important;
}

.testimonial_style1 .testimonial_box {
	margin-top: 30px;
}

.testi_user h5 {
	color: var(--title);
	font-family: var(--fontP) !important;
}

.testimonial_slider .owl-item.active.center .testi_user h5 {
	font-size: 22px !important;
	font-weight: 300;
	color: var(--title);
	margin-bottom: 2px;
}

.testimonial_slider .owl-item.active.center .testimonial_box .testi_user span,
.testimonial_slider .owl-item.active.center .testimonial_box .author_intro span {
	font-size: 15px !important;
	font-style: normal;
	font-family: var(--fontH);
	font-weight: 700;
}

.testimonial_slider .owl-item.active.center .testimonial_box .testi_desc p {
	font-size: 16px !important;
	font-weight: 400;
	line-height: 26px;
	color: var(--text);
}

/* teacher end */


section.client-sec::before {
	content: '';
	position: absolute;
	top: 0;
	z-index: -1;
	left: 0;
	background-image: url(../images/green-bg.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
	background-position: left bottom;
	mix-blend-mode: hard-light;
	opacity: .5;
}

.client-sec {
	background-image: linear-gradient(0deg, #8cd1a8 30%, var(--lightGreen));
	margin-top: 30px;
}

.top-client {
	z-index: 1;
	position: relative;
}



.testimonial_img img {
	max-width: 80px;
}

.testi_user span,
.author_intro span {
	color: var(--secondary);
	font-size: 14px;
}

.testi_user span {
	font-weight: 400 !important;
}

.testi_user,
.author_intro {
	margin-bottom: 10px;
}

.testi_meta,
.author_meta {
	overflow: hidden;
}

.testi_desc p {
	font-size: 14px;
}


.top-client .owl-dots {
	margin-top: 30px;
}



.top-client .owl-theme .owl-dots .owl-dot span {
	border-color: #87028969;
}

.top-client .owl-theme .owl-nav {
	display: none;
}

.testimonial_style1 .testimonial_box {
	background-color: #fff;
	margin: 20px 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 20px 20px;
	position: relative;
	text-align: center;
	backdrop-filter: blur(22px);
	opacity: .5;
	height: 390px;
	border-radius: 20px !important;
	transition: var(--ts) !important;
}

.testimonial_style1 .owl-item.center+.owl-item .testimonial_box {
	transform: rotate(3deg) translate(-18px, 12px) !important;
}

.testimonial_style1 .owl-item .testimonial_box {
	transform: rotate(-2deg) translate(18px, 12px);
}

.testimonial_style1 .owl-item.center .testimonial_box {
	transform: none !important;
}

.testimonial_style1 .owl-item.center .testimonial_box {
	opacity: 1 !important;
	height: 420px;
	box-shadow: -9px 6px 17px #33333321;
	margin-top: 2px;
	border-right: 2px solid var(--primary);
}

.testimonial_style1 .testimonial_img img,
.testimonial_style2 .testimonial_img img {
	border-radius: 100%;
}

.testimonial_style1 .testimonial_img {
	margin: 0px auto;
	display: table;
	padding: 5px;
	position: relative;
}

.testimonial_style1 .testimonial_img::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 1px solid var(--secondary);
	border-radius: 100%;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: all 0.5s ease-in-out;
}

.testimonial_style1 .testimonial_box:hover .testimonial_img::before {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.testimonial_style1 .testi_user,
.testimonial_style2 .testi_user,
.testimonial_style3 .testi_user {
	margin-top: 10px;
}

.testimonial_style1 .testi_meta,
.testimonial_style2 .testi_meta {
	text-align: center;
	position: relative;
	z-index: 9;
}

.testimonial_style2 .testi_desc {
	text-align: center;
}

.testimonial_style2 .testimonial_img {
	margin: 0px auto;
	display: table;
}

.testimonial_style2[data-center="true"] .testimonial_box {
	padding: 20px;
	margin: 10px;
}

.testimonial_style2 .owl-item.center .testimonial_box {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	position: relative;
}

.testimonial_style2 .owl-item.center .testimonial_box::before {
	content: "\f10d";
	position: absolute;
	right: 0;
	top: 55%;
	font-family: "Font Awesome 5 Free";
	font-size: 100px;
	line-height: normal;
	z-index: 0;
	color: rgba(0, 0, 0, 0.1);
	left: 0;
	text-align: center;
	font-weight: 900;
}

.testimonial_style3 .testimonial_box {
	text-align: center;
}

.testimonial_style3 .testi_desc p {
	font-size: 18px;
	font-style: italic;
	line-height: normal;
}

.testimonial_style3 .testimonial_img {
	float: left;
	margin-right: 10px;
}

.testimonial_style3 .testimonial_img img {
	border-radius: 100%;
}

.testimonial_style3 .testi_user {
	overflow: hidden;
	text-align: left;
}

.testimonial_style3 .testi_meta {
	margin: 20px auto 0;
	display: table;
}

.testi_desc p:last-child {
	margin: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 15px;
}

.owl-theme .owl-dots .owl-dot span {
	background-color: transparent;
	border: 1px solid var(--secondary);
	cursor: pointer;
	margin: 3px;
	width: 10px;
	height: 10px;
	opacity: 1;
	transition: var(--ts);
}

.owl-theme .owl-dots .owl-dot.active span {
	background-color: var(--secondary);
	width: 25px;
	height: 10px;
}

.owl-theme .owl-dots .owl-dot:hover span {
	background-color: var(--secondary);
}

.dots_white.owl-theme .owl-dots .owl-dot span {
	border-color: #fff;
}

.dots_white.owl-theme .owl-dots .owl-dot.active span,
.dots_white.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #fff;
	border-color: #fff;
}

.testimonial_section {
	padding: 0 150px;
}

.testimonial_section.owl-theme .owl-nav [class*="owl-"] {
	top: 20%;
}

.testimonial_section.owl-theme .owl-nav .owl-prev {
	left: 0;
}

.testimonial_section.owl-theme .owl-nav .owl-next {
	right: 0;
}

.nav_transparent_white.owl-theme .owl-nav [class*="owl-"] {
	background-color: rgba(255, 255, 255, 0.2);
}

.nav_transparent_white.owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: rgba(255, 255, 255, 0.5);
}

/*===================================*
  07. END TESTIMONIAL SECTION
*===================================*/

/*===================================*
  08. START BLOG SECTION
*===================================*/

.blog_content {
	position: relative;
	padding: 20px;
}

.blog_link {
	text-decoration: none;
	color: var(--secondary);
}

.blog_link:hover {
	text-decoration: underline;
	color: #000;
}

.blog_content>h5>a {
	text-decoration: none;
	color: var(--title);
	font-weight: 800;
	line-height: 26px;
}

.blog_post {
	border: 1px solid #cccccc6e;
	border-radius: var(--br);
	overflow: hidden;
}



.blog_content p {
	color: var(--text);
	font-size: var(--fs16);
	line-height: 22px;
}

.blog_title {
	margin-bottom: 20px;
}

.blog_meta {
	margin-bottom: 15px;
}

.blog_meta li {
	display: inline-block;
	padding-right: 8px;
	position: relative;
}

.blog_meta li a {
	color: #636363;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}

.blog_meta li a:hover {
	color: var(--secondary);
}

.blog_meta li i {
	margin-right: 8px;
	font-size: 16px;
}

.blog_meta li:last-child {
	padding-right: 0;
}

.blog_meta img {
	margin-right: 5px;
	border-radius: 100%;
	float: left;
	max-width: 30px;
}

.blog_img img {
	transition: all 0.5s ease-in-out;
	width: 100%;
}

.blog_post .blog_img a {
	display: block;
	overflow: hidden;
}

.blog_post:hover .blog_img img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.blog_style1 {
	border-radius: 10px;
}

.blog_style1 .blog_img img,
.blog_style1 .blog_img a {
	border-radius: 10px 10px 0 0;
}

.blog_style1 .blog_title {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 600;
}

.fit-videos iframe {
	background-color: #000;
}

.grid_container .owl-carousel.owl-theme .owl-dots,
.blog_post .owl-carousel.owl-theme .owl-dots {
	margin: 0 !important;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
}

.grid_container .owl-theme .owl-dots .owl-dot span,
.blog_post .owl-theme .owl-dots .owl-dot span {
	margin: 3px;
}

.grid_container li .blog_post {
	margin: 0;
}

.grid_item .blog_img .owl-carousel {
	display: block;
}

.grid_item .blog_img .owl-carousel a:nth-child(1n+2) {
	display: none;
}

.blog_list .blog_post {
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
}

.blog_list .blog_img {
	-ms-flex: 0 0 36%;
	flex: 0 0 36%;
	max-width: 36%;
	width: 100%;
}

.blog_list .blog_content {
	padding: 0px 0 0 25px;
	background-color: #fff;
}

.blog_list .blog_content p {
	overflow: hidden;
	height: 50px;
}

/*===================================*
  08. END BLOG SECTION
*===================================*/

/*===================================*
  09. START EVENT SECTION
*===================================*/
.event_box {
	padding: 30px;
	margin-bottom: 30px;
}

.event_info {
	overflow: hidden;
}

.event_title {

	font-weight: 600;
}

.event_meta {
	display: table;
	margin-bottom: 5px;
}

.event_meta li {
	padding-right: 15px;
	float: left;
}

.event_meta li:last-child {
	padding-right: 0px;
}

.event_meta li i {
	margin-right: 6px;
	font-size: 14px;
	color: var(--secondary);
}

.event_date {
	float: left;
	margin-right: 15px;
	width: 70px;
	text-align: center;
	border: 1px solid #ddd;
	padding: 10px;
}

.event_date * {
	margin: 0;
	font-size: 18px;

	font-weight: bold;
}

.event_date span {
	display: block;
	font-size: 30px;
}

.event_box_style1.event_box {
	padding: 0;
}

.event_box_style1 .event_img a {
	display: block;
	overflow: hidden;
}

.event_box_style1 .event_info::before {
	background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 50%, rgba(255, 255, 255, 0.0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.0)), color-stop(50%, rgba(0, 0, 0, 0.6)));
	background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 50%, rgba(255, 255, 255, 0.0) 100%);
	background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 50%, rgba(255, 255, 255, 0.0) 100%);
	background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 50%, rgba(255, 255, 255, 0.0) 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 50%, rgba(255, 255, 255, 0.0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#000000', GradientType=0);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.event_box_style1 .event_info {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 50px 15px 15px;
	z-index: 2;
}

.event_box_style1 .event_img img {
	transition: all 0.5s ease-in-out;
	width: 100%;
}

.event_box_style1:hover .event_img img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.event_box_style1 .event_title a,
.event_box_style1 .event_meta li,
.event_box_style1 .event_meta li i {
	color: #fff;
}

.event_box_style1 .event_date {
	float: none;
	position: absolute;
	top: 10px;
	right: 10px;
	border: 0;
	margin: 0;
	width: auto;
	background-color: var(--secondary);
	padding: 7px 15px;
	border-radius: 30px;
}

.event_box_style1 .event_date * {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
}

.event_box_style1 .event_date span {
	display: inline-block;
	font-size: 16px;
}

.event_detail {
	padding: 20px;
}

.event_list label {
	display: block;
	font-weight: 600;
	color: #333;
	margin: 0;
}

.event_map iframe {
	width: 100%;
	height: 250px;
}

.sidebar .event_box {
	margin: 0;
}

.sidebar .event_title {
	font-size: 16px;
}

.sidebar .event_meta li {
	padding-right: 10px;
	font-size: 14px;
}

.sidebar .event_date span,
.sidebar .event_date * {
	font-size: 14px;
}

.sidebar .event_info {
	padding: 50px 10px 10px
}

.events_title {
	margin: 20px 0 15px;
}

/*===================================*
  09. END EVENT SECTION
*===================================*/

/*===================================*
  10. START FOOTER
*===================================*/
/*footer {
	position: relative;
	z-index: 1;
}*/

.footer-sec {
	position: relative;
	z-index: -1;
	margin: 0;
	padding: 0;
	background: #a326a5 !important;
	width: 100%;
}

.footer-sec::before {
	content: '';
	background-image: url(../images/lotus-1205631_1280.jpg);
	position: absolute;
	top: 0;
	background-repeat: no-repeat;
	left: 0;
	width: 100%;
	background-position: left;
	opacity: .2;
	height: 100%;
	background-size: cover;
}

.recent_post {
	margin-left: -34px;
}

.footer_desc p {
	font-size: var(--fs15);
	font-weight: 300;
	line-height: 24px;
}

.top_footer {
	padding: 50px 0;
	z-index: 1;
	position: relative;
}

.top_footer>a {
	text-decoration: none;

}

/*.social_icons_footer{

}*/
.widget_links {
	list-style-type: circle;
	color: #c1f462 !important;
	margin-left: -15px;
}

.widget_links li {
	padding: 0 0 7px;
}

.widget_links li:last-child {
	padding-bottom: 0;
}

.widget_links li a {
	font-size: 15px;
	position: relative;
	text-decoration: none;
	font-weight: 400;
}

.widget_links.links_style1 li a:hover,
.widget_links.links_style2 li a:hover {
	padding-left: 5px;
}

.links_style2 li a::before {
	content: "" !important;
	font-family: "Ionicons" !important;
	font-size: 18px;
	vertical-align: middle;
	margin-right: 10px;
}

.contact_info>li>i {
	font-size: 18px;
	vertical-align: middle;
	max-width: 30px;
	width: 100%;
	color: #c1f462 !important;
	margin-right: 5px;
	margin-left: -34px !important;
}

.map-right-contact {
	margin: 0 auto;
	width: 100%;
}


.contact_info>li>a {
	text-decoration: none;
}

.contact_info li:first-child {
	margin-top: 0;
}

.contact_info>li {
	margin-top: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.contact_info li span {
	margin-right: 10px;
	color: var(--secondary);
	max-width: 18px;
	text-align: center;
	width: 100%;
}

.contact_info_style1 li span {
	background-color: transparent;
	box-shadow: none;
	margin-right: 5px;
	padding-left: 0;
}

.contact_info i+*,
.contact_info span+* {
	font-size: 15px;
	color: #636363;
	margin: 0;
	font-weight: 400;
}

.contact_info.contact_info_style2 li span {
	font-size: 18px;
	background-color: var(--secondary);
	box-shadow: none;
	border-radius: 100%;
	max-width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	position: relative;
	margin: 0px 15px 0px 0px;
	width: 100%;
}

footer .widget_title {
	font-size: 18px;
	font-weight: 600;
}

footer .widget_title2 {

	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}

footer .widget_title3 {

	font-size: 18px;
	font-weight: 600;
	margin: 25px 0;
}

.widget_title {
	margin-bottom: 30px;
	text-transform: uppercase;
	position: relative;
}

.bottom_footer {
	padding: 20px 0 0;
	position: relative;
}

.footer_link {
	margin-left: -40px;
}

.footer_link li {
	display: inline-block;
	position: relative;
	text-align: right;
}

.footer_link li::before {
	content: "";
	height: 12px;
	width: 1px;
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
}

.footer_link li:first-child:before {
	content: normal;
}

.footer_link li a {
	font-size: 14px;
	padding: 0 10px;
	color: #888;
	text-decoration: none;
}

.footer_link li a:hover,
.widget_links li a:hover,
.contact_info li a:hover {
	color: var(--secondary);
}

.footer_nav {
	padding: 15px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.post_footer {
	display: -ms-flexbox;
	display: flex;
}

.post_footer .post_content>h6>a {
	text-decoration: none;
	text-align: left;
	font-weight: 400;
	font-size: 15px;
	font-family: var(--fontP);
}

.newsletter_form input[type="text"] {
	border-radius: var(--br) !important;
	padding: 10px 30px;
	display: block;
	height: 46px;
}

.newsletter_form button {
	width: 88px;
	background: var(--primary) !important;
	border-radius: 30px 20px 20px 30px !important;
	transition: var(--ts) !important;
}

.newsletter_form .btn i {
	font-size: 25px;
}


.post_img {
	margin-right: 10px;
	max-width: 80px;
	width: 100%;
}

.post_date {
	font-size: 12px;
}

.post_date i {
	margin-right: 5px;
}

.recent_post>li {
	display: table;
	width: 100%;
	margin-bottom: 17px;
	border-bottom: 1px solid #cacaca;
	padding-bottom: 15px;
}

.recent_post>li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.recent_post>li:last-child {
	margin-bottom: 0;
}

.post_content h6 {

	font-size: 14px;
	line-height: 22px;
	margin-bottom: 5px;
	font-weight: normal;
	text-transform: capitalize;
}

.post_content .rating {
	margin-top: 5px;
}

.post_content .price {
	font-size: 16px;
}

.newsletter_form,
.newsletter_form2,
newsletter_form3 {
	position: relative;
}

.newsletter_form .btn {
	padding: 10px 15px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	text-transform: capitalize;
	font-weight: normal;
}

.newsletter_form2 input {
	height: 56px;
	border-radius: 50px;
	border: 0;
	padding: 10px 150px 10px 20px;
}

.newsletter_form2 .btn {
	position: absolute;
	right: 4px;
	top: 50%;
	text-transform: capitalize;
	font-weight: normal;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.instafeed {
	margin: -5px
}

.instafeed li {
	float: left;
	width: 25%;
	padding: 5px;
	position: relative;
}

.instafeed li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.instafeed li a::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.6);
	transition: all 0.5s ease-in-out;
	z-index: 1;
}

.insta_icon {
	color: #fff;
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	opacity: 0;
	text-align: center;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
	z-index: 2;
}

.instafeed li:hover img {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.instafeed img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}

.instafeed li:hover a::before,
.instafeed li:hover .insta_icon {
	opacity: 1;
}

.copyright {
	font-size: 14px;
	font-weight: 300;
}

.copyright>a {
	text-decoration: none;
}

.footer_dark h1,
.footer_dark h2,
.footer_dark h3,
.footer_dark h4,
.footer_dark h5,
.footer_dark h6,
.footer_dark p,
.footer_dark .contact_info li i,
.footer_dark .contact_info i+*,
.footer_dark .contact_info span+*,
.footer_dark .widget_links li a,
.footer_dark .footer_link li a,
.footer_dark .post_content h6 a {
	color: #fff;
}

.footer_dark .post_date {
	color: #fff;
}

.footer_dark .widget_links li a:hover,
.footer_dark .footer_link li a:hover,
.footer_dark .post_content h6 a:hover,
.footer_dark .contact_info a:hover {
	color: var(--secondary);
}

.border_top_transparent {
	border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/*===================================*
  10. END FOOTER
*===================================*/

/*===================================*
  11. START GALLERY SECTION
*===================================*/
.grid_filter,
.classes_filter {
	margin-bottom: 35px;
}

.grid_filter li,
.classes_filter li {
	display: inline-block;
	margin: 0 5px;
}

.grid_filter li a,
.classes_filter li a {
	background-color: #F5F6FB;
	padding: 5px 20px;
	display: block;
	text-transform: capitalize;
	line-height: normal;
}

.grid_filter li a.current,
.classes_filter li a.current {
	background-color: var(--secondary);
	color: #fff;
}

.info_box {
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.info_box>ul>li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.info_box>ul>li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0;
}

.info_box span {
	display: block;
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
}

.post_nav {
	padding: 20px 000000;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.post_prev a i,
.post_next a i {
	font-size: 26px;
	vertical-align: middle;
	float: left;
}

.post_nav .nav_meta {
	color: #999;
	text-transform: uppercase;
	display: block;
	transition: all 0.5s ease-in-out;
}

.post_nav a:hover .nav_meta {
	color: var(--secondary);
}

.post_nav i {
	font-size: 32px;
}

.post_nav span {
	font-weight: 600;
	text-transform: capitalize;
}

.post_all_btn a {
	font-size: 28px;
}

.post_next a i {
	float: right;
}

.gallery_item {
	position: relative;
	overflow: hidden;
}

.gallery_item .image_link::before {
	background-color: rgba(0, 0, 0, 0.50);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	top: 0px;
	bottom: 0;
	transition: all 0.5s ease-in-out;
	z-index: 2;
}

.gallery_content .link_container a {
	margin: 0 2px 10px 2px;
}

.gallery_content h4 a,
.pr_categories a {
	color: #fff !important;
	text-transform: capitalize;
}

.gallery_item img {
	width: 100%;
}

.gallery_content {
	padding: 15px;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	top: 70%;
	right: 0;
	left: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
	z-index: 2;
}

.gallery_item:hover .image_link::before {
	opacity: 1;
	visibility: visible;
}

.gallery_item:hover .gallery_content {
	top: 50%;
	opacity: 1;
	visibility: visible;
}

/*===================================*
  11. END GALLERY SECTION
*===================================*/

/*===================================*
  12. START PRODUCT SECTION
*===================================*/
.filter_price .ui-widget.ui-widget-content {
	border: 0;
	border-radius: 0;
	background-color: #ddd;
	height: 4px;
	margin-bottom: 20px;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}

.filter_price .ui-slider .ui-slider-range {
	background-color: var(--secondary);
	border-radius: 0;
}

.filter_price .ui-slider .ui-slider-handle {
	cursor: pointer;
	background-color: var(--secondary);
	border-radius: 0;
	border: 0;
	height: 17px;
	top: -7px;
	width: 17px;
	margin: 0;
}

#flt_price {
	font-weight: 600;
	color: #333;
}

.rating {
	background-image: url(../images/rate_star.png);
	background-position: 0 -13px;
	background-repeat: repeat-x;
	height: 13px;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	width: 73px;
}

.product_rate {
	background-image: url(../images/rate_star.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 13px;
}

.pr_flash {
	background-color: var(--secondary);
	position: absolute;
	right: 10px;
	top: 10px;
	text-transform: uppercase;
	color: #fff;
	padding: 0 8px;
	border-radius: 3px;
	z-index: 1;
}

.product {
	position: relative;
	margin-bottom: 30px;
	transition: all 0.5s ease-in-out;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.product_info {
	padding: 15px;
}

.product .rating {
	margin-top: 5px;
	float: right;
}

.product_title {
	line-height: normal;
	text-transform: capitalize;

	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.price del {
	margin-right: 10px;
	color: #999;
	font-size: 14px;
}

.price ins {
	text-decoration: none;
	font-weight: 600;
	color: #333;
}

.product_img {
	position: relative;
}

.product_action_box {
	position: absolute;
	top: 70%;
	right: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
}

.product:hover .product_action_box {
	top: 50%;
	opacity: 1;
}

.product:hover .product_img img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.product_img img {
	width: 100%;
	transition: all 0.5s ease-in-out;
}

.product_img>a {
	display: block;
	overflow: hidden;
}

.recent_post li {
	display: -ms-flexbox;
	display: flex;
}

.recent_post li .post_img {
	max-width: 70px;
}

.recent_post li .post_content h6 {
	font-weight: 600;
}

.product-image {
	position: relative;
}

.product_price .price {
	font-size: 20px;
}

.cart_extra {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.quantity {
	border: 1px solid #ccc;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.quantity .minus,
.quantity .plus {
	display: block;
	float: left;
	cursor: pointer;
	border: 0;
	padding: 0;
	width: 30px;
	height: 38px;
	line-height: 42px;
	text-align: center;
	font-size: 20px;
	margin: 4px;
	transition: all 0.5s ease-in-out;
}

.quantity .qty {
	float: left;
	width: 55px;
	height: 46px;
	border: 0;
	background-color: transparent;
	text-align: center;
	padding: 0;
}

.quantity .minus:hover,
.quantity .plus:hover {
	background-color: var(--secondary);
	color: #fff;
}

#Additional-info table td:first-child {
	width: 25%;
}

.shop_info_tab .comment_list {
	margin-bottom: 30px;
}

.tab-content.shop_info_tab {
	margin-top: 20px;
}

.shop_info_tab p:last-child,
.shop_info_tab .form-group:last-child {
	margin: 0;
}

.shop_cart_table th,
.shop_cart_table td {
	vertical-align: middle;
	text-align: center;
}

.shop_cart_table th.product-name,
.shop_cart_table td.product-name {
	text-align: left;
	text-transform: capitalize;
}

.shop_cart_table th,
.product-subtotal {
	font-weight: 600;
}

.shop_cart_table .table thead th {
	background-color: #f5f5f5;
	border: 0;
}

.shop_cart_table .table {
	border: 1px solid #eee;
}

.product-quantity .quantity {
	margin-left: auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 132px;
}

.toggle_info {
	padding: 20px;
	border: 2px dashed #999;
	margin-bottom: 30px;
}

.payment_method {
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}

.payment_method .custome-radio {
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}

.payment-text {
	display: none;
	margin-top: 10px;
	margin-bottom: 0;
}

.payment_method .custome-radio:first-child .payment-text {
	display: block;
}

.required {
	color: #f00;
}

.product-qty {
	font-weight: 600;
}

.order_table {
	text-transform: capitalize;
}

/*===================================*
  12. END PRODUCT SECTION
*===================================*/

/*===================================*
  13. START ELEMENT DESIGN
*===================================*/

.sec-benefits {
	background: var(--lightPink);
}




.sec-benefits>.container>.row:last-child {
	position: relative;
}

.sec-benefits>.container>.row:last-child::before {
	content: '';
	position: absolute;
	top: -184px;
	right: -200px;
	width: 400px;
	height: 400px;
	background-image: url(../images/mandala-center1-removebg-preview.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

}

.sec-benefits>.container>.row:last-child::after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: -190px;
	width: 400px;
	height: 400px;
	background-image: url(../images/mandala-center1-removebg-preview.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	z-index: -1;
}

.box-featur-link .icon_box .intro_desc>h5 {
	color: var(--title);
	font-weight: 800;
}

.icon_box {
	margin-bottom: 30px;
	padding: 20px;
	position: relative;
	min-height: 250px;
	border-radius: var(--br);
}

.icon_box_style1,
.icon_box_style2 {
	background-color: #fff;
}

.icon_box_style1::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 0px;
	width: 0px;
	opacity: 0;
	visibility: hidden;
	border-top: 2px solid var(--secondary);
	border-left: 2px solid var(--secondary);
	transition: var(--ts);
}

.icon_box_style1::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 0px;
	width: 0px;
	opacity: 0;
	visibility: hidden;
	border-right: 2px solid var(--secondary);
	border-bottom: 2px solid var(--secondary);
	transition: var(--ts);
}

.icon_box_style1:hover:before,
.icon_box_style1:hover:after {
	height: 50px;
	width: 50px;
	opacity: 1;
	border-radius: 20px 0 20px 0;
	visibility: visible;
}

.icon_box_style2 .box_icon {
	float: left;
	margin-right: 15px;
}

.icon_box_style2 .intro_desc {
	overflow: hidden;
}

.icon_box.icon_box_style3 {
	position: relative;
	text-align: center;
	padding: 0;
}

.icon_box_style3 .box_icon {
	border-radius: 100%;
	background-color: #fff;
	display: table;
	margin: 0 auto 15px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
}

.icon_box_style3:hover .box_icon {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.box_icon {
	margin-bottom: 15px;
}


.training h2 {
	FONT-SIZE: 225px;
	WHITE-SPACE: NOWRAP;
	font-weight: 900;
	POSITION: ABSOLUTE;
	LEFT: 0;
	RIGHT: 0;
	font-family: var(--fontP) !important;
	TOP: 28px;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(180deg, var(--title) 50%, transparent, transparent);
	-webkit-background-clip: text;
	letter-spacing: -3px;
}

.team-sec .owl-carousel {
	margin-top: 120px;
}

@media only screen and (min-width: 320px) and (max-width: 500px) {
	.box_icon {
		margin-bottom: 15px !important;
	}

	.box_icon>img {
		height: 45px !important;
	}


}

.box_icon>img {
	height: 60px;
}

.icon_box i {
	font-size: 50px;
	display: block;
	color: var(--secondary);
}



.cnt-abt-tutor h1 {
	font-size: 25px;
	font-weight: 800;
	color: var(--title);
}


.cnt-abt-tutor p {
	font-size: var(--fs16);
	line-height: 24px;
	color: var(--text);
}

.intro_desc h5 {
	font-size: var(--fs16);
	text-transform: capitalize;
	font-weight: 700;
	font-family: var(--fontP) !important;
	color: var(--title);
}

.intro_desc p {
	font-size: var(--fs16);
	color: var(--text);
}

.intro_desc p:last-child {
	margin: 0;
}

.benifits_bg::before {
	background-image: url("../images/benifits_img_bg.png");
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	left: 50%;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-size: cover;
	height: 364px;
	width: 462px;
	transform: translateX(-50%);
}

.fancy_style1 {
	margin-left: -65px;
	/*z-index: -1;*/
	position: relative;
}

.fs_box {
	position: relative;
	z-index: 1;
}

.fancy_style1 img {
	width: 100%;
}

.shape_img [class*="ol_"] {
	position: absolute;
	z-index: -1;
	pointer-events: none;
}

.ol_shape1 {
	right: 0;
	bottom: -100px;
}

.ol_shape2 {
	left: 0;
	bottom: 0px;
}

.ol_shape3 {
	top: -100px;
	right: 0;
}

.ol_shape4 {
	top: -50px;
	left: 0;
}

.ol_shape5 {
	bottom: 0px;
	right: 0;
}

.ol_shape6 {
	bottom: 10px;
	left: 0;
}

.ol_shape7 {
	top: 50%;
	left: 50%;
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkittransform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}

.ol_shape8 {
	right: 0;
	bottom: -20px;
}

.ol_shape9 {
	left: 0;
	top: -20px;
}

.ol_shape10 {
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 auto;
	-moz-transform: translateY(-50%);
	-webkittransform: translateY(-50%);
	transform: translateY(-50%);
}

.ol_shape11 {
	right: 0;
	bottom: 0;
}

.ol_shape12 {
	left: 0;
	bottom: 0;
}

.ol_shape13 {
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	bottom: 20px;
}

.ol_shape13 img {
	max-width: 350px;
}

.list_style_1 li {
	list-style: outside none none;
	padding: 10px 10px 10px 45px;
	position: relative;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
}

.list_style_1 li::before {
	content: "\f121";
	font-family: "Ionicons";
	background-color: var(--secondary);
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	margin-right: 10px;
	left: 6px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.list_style_2 li {
	list-style: outside none none;
	padding: 10px 0 10px 25px;
	position: relative;
}

.list_style_2 li::before {
	content: "\f121";
	color: var(--secondary);
	font-family: "Ionicons";
	left: 0;
	position: absolute;
	top: 10px;
}

.order_list>li {
	list-style: decimal;
	padding-top: 10px;
}

.disc_list>li {
	list-style: disc;
	padding-top: 10px;
}

.owl-theme .owl-nav {
	margin-top: 0;
}

.top-client .owl-theme .owl-nav {
	margin-top: -50px;
}

.owl-theme .owl-nav [class*="owl-"] {
	background-color: var(--secondary);
	color: #fff;
	font-size: 26px;
	margin: 0;
	line-height: 32px;
	border-radius: 50px;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkittransform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	height: 40px;
	width: 40px;
	text-align: center;
}

.owl-theme .owl-nav .owl-prev {
	left: 10px;
}

.owl-theme .owl-nav .owl-next {
	right: 10px;
}

.nav_top_right.owl-theme .owl-nav .owl-prev {
	left: auto;
	right: 50px;
}

.nav_top_right.owl-theme .owl-nav .owl-next {
	right: 0px;
}

.nav_top_right.owl-theme .owl-nav [class*="owl-"] {
	top: -90px;
	-moz-transform: none;
	-webkittransform: none;
	transform: none;
}

.nav_top_right2.owl-theme .owl-nav .owl-prev {
	left: auto;
	right: 50px;
}

.nav_top_right2.owl-theme .owl-nav .owl-next {
	right: 0px;
}

.nav_top_right2.owl-theme .owl-nav [class*="owl-"] {
	top: -65px;
	-moz-transform: none;
	-webkittransform: none;
	transform: none;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: var(--secondary);
}

.owl-theme .owl-nav .disabled,
.owl-theme .owl-nav .disabled:hover {
	background-color: #888 !important;
	opacity: 1;
}

.nav_style1.owl-theme .owl-nav .owl-prev {
	left: -50px;
	border-radius: 5px;
}

.nav_style1.owl-theme .owl-nav .owl-next {
	right: -50px;
	border-radius: 5px;
}

.nav_style2 {
	overflow: hidden;
}

.nav_style2.owl-theme .owl-nav .owl-prev {
	left: -50px;
	opacity: 0;
	visibility: hidden;
}

.nav_style2.owl-theme .owl-nav .owl-next {
	right: -50px;
	opacity: 0;
	visibility: hidden;
}

.nav_style2.owl-theme:hover .owl-nav .owl-prev {
	left: 10px;
}

.nav_style2.owl-theme:hover .owl-nav .owl-next {
	right: 10px;
}

.nav_style2.owl-theme:hover .owl-nav .owl-prev,
.nav_style2.owl-theme:hover .owl-nav .owl-next {
	opacity: 1;
	visibility: visible;
}

.video_play {
	position: absolute;
	right: 0;
	display: table;
	left: 50%;
	top: 50%;
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
}

.team_box {
	margin-bottom: 30px;
}

.owl-item.center .item {
	opacity: 1 !important;
}

.owl-item .item {
	position: relative;
}



/* main start */
.imp-div {
	margin-top: -30px;
}


.imp-div .row {
	position: relative;
}

.imp-div .row::before {
	display: none;
	content: '';
	position: absolute;
	top: -1px;
	left: -28px;
	width: 30px;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	height: 31px;
	transform: rotate(0deg);
	background: #49788a;
	z-index: -1;
	box-shadow: inset -5px 6px 10px 0px #3b606e;
}

.imp-div .row::after {
	display: none;
	content: '';
	position: absolute;
	top: -2px;
	right: -29px;
	width: 30px;
	clip-path: polygon(0 1%, 0% 100%, 100% 100%);
	height: 32px;
	transform: rotate(0deg);
	background: #49788a;
	z-index: -1;
	box-shadow: inset 5px 3px 10px 0px #3b606e;
}

.imp-div .row>div:last-child::before {
	display: none;
}

.imp-div .row {
	background: #16b7a7;
	height: 130px;
}

/* .imp-div .row>div::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #16b7a7 80%, transparent);
    z-index: 0;
} */
.imp-div-box {
	padding: 25px 10px 0;
}

.imp-div-box>span {
	font-size: 120px;
	position: absolute;
	font-family: var(--fontH);
	left: 96px;
	font-weight: 900;
	top: -12px;
	z-index: 0;
	color: transparent;
	-webkit-text-stroke-color: #fff;
	-webkit-text-stroke-width: 0.4px;
}

.imp-div-box div.d-flex {
	z-index: 1;
	position: relative;
	margin-top: 4px;
}

.imp-div-img {
	width: 65px;
	margin-left: 10px;
}

.imp-div-box>span {
	font-size: 120px;
	position: absolute;
	font-family: var(--fontH);
	left: 96px;
	font-weight: 900;
	top: -12px;
	z-index: 0;
	color: transparent;
	-webkit-text-stroke-color: #fff;
	-webkit-text-stroke-width: 0.4px;
}

.imp-div .row>div::before {
	content: '';
	position: absolute;
	right: 0;
	top: 24px;
	border-right: 2px dashed #ffffff52;
	height: 80px;
	z-index: 2;
}

.imp-div-img {
	width: 65px;
	margin-left: 10px;
}

.imp-div-cnt {
	width: calc(100% - 75px);
}

.imp-div-cnt>span {
	font-weight: 600;
	margin-left: 10px;
	font-size: 16px;
	color: #fff;
	display: block;
	letter-spacing: var(--ls);
	margin-top: 4px;
	z-index: 3;
	position: relative;
}

/* main end */

/*---------------------------------------------
why---choose--us
---------------------------------------------*/

.why-us-section {
	margin: 0;
	background: linear-gradient(0deg, #8cd1a8 30%, var(--lightGreen));
	padding: 0;
	width: 100%;
	
}


section.why-us-section::before {
	content: '';
	position: absolute;
	top: 0;
	z-index: -1;
	left: 0;
	background-image: url(../images/green-bg.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
	background-position: left;
	mix-blend-mode: normal;
}


.why-us-section .why-main {
	font-size: 20px;
	margin-bottom: 10px;
	display: block;
}


.top-why-sec {
	padding: 0px 0;
	z-index: 1;
	position: relative;
}

.top-why-sec>.why>.container>.row {
	margin: 0;
}

.top-why-sec h1.content {
	font-size: 42px;
	font-weight: 900;
	color: var(--title);
}

.top-why-sec h1.content+p {
	color: #343434;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	margin-top: -4px;
}

/* .why-main{
  color:#ffff;
  background: linear-gradient(-145deg, #9d41c8a6 0%, var(--secondary)63 100%);
  border:0;
  padding:2px 10px 2px 10px;
  border-radius: 5px;
  margin-bottom:25px;
  font-size:13px;
  font-weight:400;
} */
.why-box>img {
	width: 50px;
}

.why .why-box {
	cursor: pointer;
	border-radius: var(--br);
	background: #fff;
	height: 350px;
	border: none !important;
	transition: var(--ts) !important;
}

.why .why-box>img,
.why .why-box2>img {
	margin-bottom: 10px;
}

.why>.container>.row>.col-lg-7 .col-md-12 .why-box {
	height: auto;
}

.why-box2>img {
	width: 50px;
}

h1>span>sup>img {
	filter: invert(1) brightness(0) brightness(0.5);
}

.featured-by-div::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url('../images/icons/bg.jpg');
	background-position: center center;
	background-size: cover;
	height: 100%;
	opacity: .5;
	background-repeat: no-repeat;
}

#ser-div-partner .item img {
	height: 140px;
	width: 260px;
	object-fit: contain;
	padding: 0 30px;
}

#mt-boxes .why-box {
	position: absolute;
	top: -357px;
}

.why .why-box2 {
	cursor: pointer;
	background: linear-gradient(-145deg, #16b7a7 20%, #6850fd);
	border: none !important;
	transition: .5s all ease-in-out;
	height: 350px;
	border-radius: var(--br);
	transition: var(--ts) !important;
}

.why .why-box {
	transition: var(--ts) !important;
}

.why .why-box:hover {
	background: linear-gradient(-145deg, #16b7a7 20%, #6850fd);
}

.why .why-box2:hover {
	background: linear-gradient(65deg, #751ce5, #009d8e);
}

.why .why-box h5,
.why .why-box2 h5 {
	font-weight: 800;
	font-size: var(--fs18);
	color: var(--title);
}

.why .why-box h5+p {
	color: var(--text) !important;
	font-size: var(--fs16);
	line-height: 27px;
	transition: var(--ts);
}

.why .why-box2 h5+p {
	color: var(--title);
	font-size: var(--fs16);
	line-height: 27px;
}



.why .why-box:hover h5+p {
	color: var(--title) !important
}

/*
---------------------------------------------
why---choose--us
---------------------------------------------
*/



/*---------team----------------*/

.team-sec {
	z-index: 0;
	padding-top: 100px;
	background: var(--lightPink);
	width: 100%;
	position: relative;
}

.team-sec::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../images/96f08fb859ecdad0c039f64a7fe379ed.jpg');
	background-position: 10% 0%;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -4;
	opacity: .4;
}


.top-team {
	padding: 100px 0;
	z-index: 1;
	position: relative;
}

.team_img {
	overflow: hidden;
	position: relative;
}

.team_img img {
	width: 100%;

}

.team-sec .owl-dots {
	margin-top: 30px;
}

.team_info {
	margin-top: -70px;
	z-index: 4;
	position: relative;
}

.team_title h5 {
	letter-spacing: -1px;
	text-transform: capitalize;
	FONT-SIZE: 32PX;
	font-family: var(--fontP) !important;
	font-weight: 800;
	color: var(--title);
}

.team-sec>.container {
	margin-top: -70px;
}

.team_title span {
	color: #fff !important;
	font-weight: 500;
	letter-spacing: 0px;
	font-size: 16px;
	margin-top: -11px;
	text-shadow: 0 0 14px #00000059;
	display: block;
}

.team_title+.social_icons {
	margin-top: 10px;
}

.team_box.team_style1 {
	padding: 0;
	background-color: transparent;
	box-shadow: none;
}

.team_style1 .team_img img {
	border-radius: 100%;
	border: 5px solid #ddd;
	padding: 10px;
}

.team_style1 .team_img::before {
	border-radius: 100%;
	margin: 15px;
}

.owl-carousel .team_box {
	margin: 5px;
}

.team-sec .team_img,
.team-sec .team_img>img {
	height: 340px;
	object-fit: contain;
}

.trainer_image img {
	width: 100%;
}

.trainer_info>li {
	margin-top: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}

.trainer_info li span {
	width: 100%;
	max-width: 120px;
	color: #333;
	font-weight: 500;
}

.trainer_info li p {
	margin: 0;
}

.description p:last-child {
	margin: 0;
}

.contact_map iframe {
	display: block;
	width: 100%;
	height: 500px;
	border: 0;
}

.content_box {
	margin-top: 30px;
}

.content_desc {
	position: relative;
	padding: 15px;
}

.content-title * {
	margin-bottom: 15px;

}

.content_title {
	font-size: 18px;
}

.content_meta li a {
	color: #888;
}

.content_meta li a:hover {
	color: var(--secondary);
}

.content_img {
	overflow: hidden;
	position: relative;
}

.content_img a {
	display: block;
}

.content_img img {
	transition: all 0.5s ease-in-out;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	width: 100%;
}

.content_box:hover .content_img img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.box_counter i {
	font-size: 50px;
	display: block;
}

.box_counter img {
	max-width: 60px;
	margin-bottom: 15px;
}

.box_counter i {
	margin-bottom: 15px;
	color: #333;
}

.counter_text {
	font-size: 36px;
	margin: 0;
	color: #333;

	font-weight: 600;
}

.box_counter p {
	margin: 0;
	font-size: 18px;
	color: #333;
	font-weight: 500;
}

.content_desc p:last-child {
	margin: 0;
}

.counter_white .counter_text,
.counter_white i,
.counter_white p {
	color: #fff;
}

.counter_white .counter_pattern::before,
.counter_white .counter_pattern::after {
	background-color: #fff;
}

.custom_select {
	position: relative;
}

.custom_select select option {
	color: #000;
}

.custom_select select option[disabled="disabled"] {
	color: #898989;
}

.form_style1 .custom_select::before {
	right: 20px;
}

.custom_select::before {
	content: "\f3d0";
	font-family: "Ionicons";
	position: absolute;
	display: block;
	top: 50%;
	right: 15px;
	pointer-events: none;
	font-size: 18px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.custom_select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ced4da;
	padding: 9px 30px 9px 10px;
	width: 100%;
	color: #666;
	font-size: 14px;
	line-height: normal;
}

.custome-checkbox .form-check-label {
	position: relative;
	cursor: pointer;
	color: #888888;
	padding: 0;
	vertical-align: middle;
	padding-left: 30px;
}

.custome-checkbox .form-check-input {
	display: none;
}

.custome-checkbox .form-check-label::before {
	content: "";
	border: 2px solid #999;
	height: 19px;
	width: 19px;
	position: absolute;
	vertical-align: middle;
	margin: 0px 8px 0 0;
	left: 0;
	top: 3px;
}

.custome-checkbox input[type="checkbox"]:checked+.form-check-label::after {
	opacity: 1;
}

.custome-checkbox input[type="checkbox"]:checked+.form-check-label::before {
	border-color: var(--secondary);
}

.custome-checkbox input[type="checkbox"]+.form-check-label::after {
	content: "";
	width: 11px;
	position: absolute;
	top: 8px;
	left: 4px;
	opacity: 0;
	height: 6px;
	border-left: 2px solid var(--secondary);
	border-bottom: 2px solid var(--secondary);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.custome-radio .form-check-input,
.custome-checkbox .form-check-input {
	display: none;
}

.custome-radio .form-check-label::before {
	content: "";
	border: 1px solid #908f8f;
	height: 14px;
	width: 14px;
	display: inline-block;
	border-radius: 100%;
	vertical-align: middle;
	position: absolute;
	left: 0;
	top: 6px;
}

.custome-radio input[type="radio"]+.form-check-label::after {
	content: "";
	background-color: var(--secondary);
	height: 8px;
	width: 8px;
	border-radius: 100%;
	position: absolute;
	top: 9px;
	left: 3px;
	opacity: 0;
}

.custome-radio .form-check-label,
.custome-checkbox .form-check-label {
	position: relative;
	cursor: pointer;
	color: #333333;
	font-weight: 500;
	padding-left: 25px;
}

.custome-radio input[type="radio"]:checked+.form-check-label::before {
	border-color: var(--secondary);
}

.custome-radio input[type="radio"]:checked+.form-check-label::after {
	opacity: 1;
}

.nav-tabs {
	border: 0;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover {
	color: var(--secondary);
}

.nav-tabs li.nav-item a {
	background-color: transparent;
	border: 0;
	color: #636363;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
	padding: 5px 20px;
}

.tab-content {
	padding: 0px 20px;
	border-radius: 0 0 20px 20px;
	background: #ffff;
	border: 1px solid #a18ab1;
	border-top: none;
}

.tab-style1 .nav-tabs {
	border-bottom: 1px solid #ddd;
}

.tab-style1 .nav-tabs .nav-link.active,
.tab-style1 .nav-tabs .nav-link.active:hover {
	border-bottom-color: var(--secondary);
}

.tab-style1 .nav-tabs .nav-item {
	margin-right: 10px;
}

.tab-style1 .nav-tabs .nav-item:last-child {
	margin-right: 0px;
}

.tab-style1 .nav-tabs li.nav-item a {
	border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.tab-style2 ul {
	border-radius: 45px;
	background-color: #fff;
	-webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.10);
	border: 0;
	padding: 7px;
	position: relative;
	display: inline-block;
}

.tab-style2 ul li {
	display: inline-block;
}

.tab-style2 .nav-item .nav-link.active_hover {
	border: 0;
	border-radius: 45px;
	background: 0 0;
	color: #fff;
}

.tab-style2 .nav-item .nav-link.active {
	background-color: var(--secondary);
	color: #fff !important;
}

.tab-style2 .nav-item .nav-link.active.active_hover {
	background-color: transparent;
}

.tab-style2 .nav-item .nav-link {
	padding: 12px 30px;
	display: inline-block;
	border: 0;
	border-radius: 45px;
	text-align: center;
	position: relative;
	z-index: 1;
}

.sliding_tab .tab_bg {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: var(--secondary);
	left: 0;
	border-radius: 45px;
	z-index: 0;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}

.page-title h1 {
	font-size: 50px;
	font-weight: bold;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.breadcrumb {
	background-color: transparent;
	margin: 0;
	padding: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: #333;
}

.breadcrumb-item.active {
	color: #333;
}

.breadcrumb li a,
.breadcrumb li {
	font-size: 16px;
	text-transform: capitalize;
}

.breadcrumb_section {
	position: relative;
	z-index: 1;
}

.breadcrumb_section .shape_img [class*="ol_"] {
	z-index: -1;
}

.header_wrap.fixed-top+.breadcrumb_section {
	padding-top: 160px;
}

.page-title-light *,
.page-title-light .breadcrumb-item,
.page-title-light .breadcrumb-item::before {
	color: #fff;
}

.pagination li {
	margin-right: 10px;
}

.pagination .page-item a,
.page-item.disabled .page-link {
	border: 1px solid #b5b5b5;
	border-radius: 0px !important;
	color: #b5b5b5;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
	padding: 0;
	font-size: 18px;
}

.pagination .page-item a i {
	font-size: 28px;
	vertical-align: middle;
}

.page-item.active .page-link,
.page-item .page-link:hover {
	background-color: var(--secondary);
	border-color: var(--secondary);
	color: #fff;
}

.page-link:focus {
	box-shadow: none;
}

.sidebar ul {
	list-style: none;
}

.search_form {
	position: relative;
}

.search_form .form-control {
	padding: 10px 45px 10px 15px;
	height: 45px;
	font-size: 16px;
	border-radius: 0;
	border-width: 1px;
}

.search_form button {
	background-color: transparent;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	padding: 10px 15px;
	font-size: 16px;
	line-height: 30px;
}

.search_form button:hover {
	color: var(--secondary);
}

.sidebar .widget {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
}

.sidebar .widget:last-child {
	margin: 0;
}

.sidebar .widget_title {
	position: relative;

	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
}

.sidebar .widget_title::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 70px;
	height: 3px;
	background-color: var(--secondary);
}

.border_bottom_dash>li {
	border-bottom: 1px dashed #ffffff42;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.border_bottom_dash>li:last-child {
	border-bottom: 0;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.widget_categories .categories_num,
.widget_archive .archive_num {
	float: right;
}

.widget_categories ul li,
.widget_archive ul li {
	padding-bottom: 8px;
}

.widget_categories ul li:last-child,
.widget_archive ul li:last-child {
	padding-bottom: 0px;
}

.widget_categories a {
	font-size: 16px;
	color: #636363;
}

.widget_categories a:hover {
	color: var(--secondary);
}

.widget_categories a::before,
.widget_archive a::before {
	content: "\f3d1";
	font-family: "Ionicons";
	margin-right: 10px;
}

.loading_pr {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9;
}

.grid_container>li {
	list-style: none;
}

.gutter_small {
	margin: 0 -7.5px 0px -7.5px;
}

.gutter_small>li {
	padding: 0 7.5px 15px 7.5px;
}

.gutter_medium {
	margin: 0 -15px 0px -15px;
}

.gutter_medium>li {
	padding: 0px 15px 30px 15px;
}

.grid_col2>li {
	width: 50%;
	float: left;
}

.grid_col3>li {
	width: 33.33%;
	float: left;
}

.grid_col4>li {
	width: 25%;
	float: left;
}

.tags a {
	border: 1px solid #ddd;
	font-size: 14px;
	padding: 5px 15px;
	float: left;
	margin-bottom: 5px;
	color: #898989;
	line-height: normal;
	margin-right: 5px;
	text-transform: uppercase;
	font-weight: 500;
}

.tags a:hover {
	border-color: var(--secondary);
	background-color: var(--secondary);
	color: #fff;
}

.widget_instagram ul {
	margin: -4px;
	display: table;
}

.widget_instagram li {
	float: left;
	padding: 4px;
}

.sidebar .widget_instagram .insta_icon i {
	font-size: 16px;
}

.accordion>.card .card-header {
	padding: 0;
	background-color: transparent;
	border: 0;
	margin-bottom: 0;
}

.accordion>.card {
	border: 0;
	border-radius: 0;
	margin-bottom: 10px;
}

.accordion>.card:last-child {
	margin-bottom: 0px;
}

.accordion .card-header a {
	display: block;
	padding: 10px 50px 15px 0px;
	text-transform: capitalize;
	border-bottom: 1px solid #ddd;
	line-height: normal;

}

.accordion .card-header a::after {
	content: "\f126";
	font-family: "Ionicons";
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	right: 20px;
	top: 15px;
}

.accordion .card-header a.collapsed::after {
	content: "\f123";
}

.accordion .card-body {
	padding: 15px 0 10px;
	border-bottom: 1px solid #ddd;
}

.accordion .card-header a[aria-expanded="true"] {
	color: var(--secondary);
}

.tab_box {
	padding: 15px;
}

.card-body p:last-child {
	margin: 0;
}

.countdown_time {
	display: table;
	width: 100%;
}

.countdown_time .countdown_box {
	float: left;
	width: 25%;
	text-align: center;
	position: relative;
	padding: 0 5px;
}

.countdown_time .cd_text {
	display: block;
	color: #636363;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: -5px;
}

.countdown_box .countdown {
	color: #333;
	font-size: 70px;
	line-height: normal;

	font-weight: 600;
}

.countdown_content::before {
	content: ":";
	font-size: 38px;
	font-weight: bold;
	color: #333;
	position: absolute;
	right: -6px;
	top: 45px;
}

.countdown_box:last-child .countdown_content:before {
	content: normal;
}

.countdown_style1 .countdown_content {
	background-color: #fff;
	border-radius: 10px;
	padding-bottom: 5px;
}

.countdown_style2 .countdown_content {
	border: 2px solid rgba(0, 0, 0, 0.05);
	box-shadow: none;
	padding-bottom: 0px;
}

.countdown_style1 .countdown_content:before,
.countdown_style2 .countdown_content:before {
	content: normal;
}

.countdown_white .countdown_box .countdown,
.countdown_white .countdown_box .cd_text,
.countdown_white .countdown_content::before {
	color: #fff;
}

.countdown_white .countdown_box::before {
	color: #fff;
}

.social_icons [class*="sc_"] {
	color: #fff !important;
}

.social_icons [class*="sc_"]>a {
	text-decoration: none !important;
}

.social_icons [class*="sc_"]:hover {
	opacity: 0.8;
}

.sc_facebook {
	background-color: #3b5998 !important;
	border-color: #3b5998 !important;
}

.sc_gplus,
.sc_google {
	background-color: #dd4b39 !important;
	border-color: #dd4b39 !important;
}

.sc_linkedin {
	background-color: #0e76a8 !important;
	border-color: #0e76a8 !important;
}

.sc_rss {
	background-color: #ee802f !important;
	border-color: #ee802f !important;
}

.sc_skype {
	background-color: #00aff0 !important;
	border-color: #00aff0 !important;
}

.sc_twitter {
	background-color: #00acee !important;
	border-color: #00acee !important;
}

.sc_youtube {
	background-color: #c4302b !important;
	border-color: #c4302b !important;
}

.sc_vimeo {
	background-color: #86c9ef !important;
	border-color: #86c9ef !important;
}

.sc_yahoo {
	background-color: #720e9e !important;
	border-color: #720e9e !important;
}

.sc_tumblr {
	background-color: #34526f !important;
	border-color: #34526f !important;
}

.sc_instagram {
	background-color: #027ba5 !important;
	border-color: #027ba5 !important;
}

.sc_pinterest {
	background-color: #c8232c !important;
	border-color: #c8232c !important;
}

.sc_dribbble {
	background-color: #EA4C89 !important;
	border-color: #EA4C89 !important;
}

.sc_reddit {
	background-color: #C6C6C6 !important;
	border-color: #C6C6C6 !important;
}

.sc_github {
	background-color: #171515 !important;
	border-color: #171515 !important;
}

.sc_android {
	background-color: #A4C639 !important;
	border-color: #A4C639 !important;
}

.sc_windows {
	background-color: #00A7E7 !important;
	border-color: #00A7E7 !important;
}

.sc_tux {
	background-color: #C1C1C1 !important;
	border-color: #C1C1C1 !important;
}

.sc_delicious {
	background-color: #205cc0 !important;
	border-color: #205cc0 !important;
}

.sc_paypal {
	background-color: #00588b !important;
	border-color: #00588b !important;
}

.sc_blogger {
	background-color: #fc4f08 !important;
	border-color: #fc4f08 !important;
}

.sc_flickr {
	background-color: #ff0084 !important;
	border-color: #ff0084 !important;
}

.sc_yahoo {
	background-color: #720e9e !important;
	border-color: #720e9e !important;
}

.sc_dropbox {
	background-color: #3d9ae8 !important;
	border-color: #3d9ae8 !important;
}

.sc_ebay {
	background-color: #89c507 !important;
	border-color: #89c507 !important;
}

.sc_wordpress {
	background-color: #1e8cbe !important;
	border-color: #1e8cbe !important;
}

.sc_yelp {
	background-color: #c41200 !important;
}

blockquote {
	color: #333333;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	z-index: 0;
	position: relative;
}

blockquote p {
	line-height: normal;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #333;
	position: relative;
}

blockquote[class*="overlay_bg_"]::before {
	z-index: -1;
}

blockquote.parallax_bg .parallax-inner {
	z-index: -2 !important;
}

blockquote p:last-child {
	margin: 0;
}

.blockquote_style1 {
	padding: 20px 30px;
}

.single_post .single_post_content {
	margin-top: 30px;
}

.single_post .blog_text .blog_meta {
	margin: 10px 0;
}

.share>div {
	float: left;
	margin-right: 10px;
	margin-top: 6px;
	margin-bottom: 0;
}

.single_post .post_navigation {
	margin: 50px 0;
}

.post_navigation i {
	font-size: 26px;
}

.post_navigation a {
	display: inline-block;
	padding: 10px 20px;
	background-color: #2f303c;
	color: #fff !important;
	font-size: 16px;
}

.post_navigation a:hover {
	background-color: var(--secondary);
}

.post_navigation span {
	display: block;
	font-weight: 500;
	text-transform: capitalize;
}

.single_post .blog_post_footer {
	padding: 30px 0;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}

.posts-title * {

	margin-bottom: 20px;
	font-size: 20px;
}

.single_post .comment_list {
	margin-bottom: 50px;
}

.comment-area .form-group:last-child {
	margin: 0;
}

.content_info {
	padding: 30px;
}

.author_block {
	padding: 20px;
	display: inline-block;
	background-color: #f7f7f7;
}

.author_img {
	padding-right: 20px;
	float: left;
}

.author_img img {
	max-width: 220px;
}

.author_intro * {}

.author_info p:last-child {
	margin: 0;
}

.related_post,
.comment-area,
.comment_form {
	margin-top: 50px;
}

.comment_form {
	padding: 30px 20px;
}

.comment_list>li.comment_info {
	border-bottom: 1px solid #ddd;
	padding: 30px 0;
}

.comment_list>li.comment_info:first-child {
	padding-top: 10px;
}

.children_comment {
	padding-left: 60px;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #ddd;
}

.children_comment li {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #ddd;
}

.children_comment li:first-child {
	border: 0;
	padding: 0;
	margin: 0;
}

.user_img img {
	height: auto;
	max-width: 80px;
}

.comment_content {
	padding-left: 20px;
}

.comment-reply i,
.comment-time i {
	margin-right: 5px;
}

.meta_data {
	margin-bottom: 10px;
}

.comment_content p {
	margin-bottom: 12px;
}

.comment_content p:last-child {
	margin: 0;
}

.meta_data * {}

.comment-time {
	position: relative;
	display: block;
	color: #898989;
	text-transform: capitalize;
}

.error_txt {
	color: #333;
	font-size: 240px;
	font-weight: 600;
	line-height: 1;
}

.cs_content_box {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 9;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.cs_content_box .countdown_time,
.cs_content_box .newsletter_form {
	margin-bottom: 30px;
}

.logo_wrap {
	margin-bottom: 40px;
}

.cta_section_small {
	padding: 50px;
}

.grid_box [class^="col-"] {
	background-color: #efefef;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
}

.progress_content {
	position: relative;
	margin-top: 20px;
}

.progress_content:first-child {
	margin-top: 0;
}

.progrees_bar_text span {
	font-weight: 500;
	color: #333;
	text-transform: uppercase;
}

.progress_content .progress-bar {
	background-color: var(--secondary);
	border-radius: 0px;
	width: 0;
	-webkit-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}

.progress_content .progress {
	height: 5px;
	margin-top: 10px;
	border-radius: 0;
}

.progress_content .count_pr,
.progress_content.pr_style2 .count_pr {
	color: #333;
	right: 0;
	font-size: 14px;
	position: absolute;
	top: 0px;
	-webkit-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}

.pr_white span,
.pr_white.progress_content .count_pr {
	color: #fff;
}

.progress_content.pr_style2 .progress-bar {
	background-color: #333;
}

.about_counter {
	background-color: #fff;
	padding: 15px 0;
}

.fancy_border:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0%;
	right: 15px;
	bottom: 0;
	border: 10px solid #FAEAC8;
}

.fancy_box {
	position: relative;
	z-index: 1;
}

.fancy_box::before {
	content: "";
	position: absolute;
	left: 100px;
	right: 50px;
	top: 50px;
	bottom: 0;
	border: 5px dashed #DACAA8;
	z-index: -1;
}

.list_item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.list_item li {
	padding: 0 15px;
	border-right: 1px solid #eee;
	max-width: 33.33%;
	flex: 0 0 33.33%;
}

.list_item li:last-child {
	padding-right: 0;
	border-right: 0;
}

.counter_content {
	text-align: center;
}

.counter_content h3 {
	font-weight: bold;
}

.counter_content p {
	margin: 0;
}

.map iframe {
	display: block;
	width: 100%;
	height: 500px;
	border: 0;
}

.wide {
	background-image: none !important;
}

.boxed_layout::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #fff;
	z-index: -1;
}

/*===================================*
  13. END ELEMENT DESIGN
*===================================*/

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

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

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

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

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

.flip_box {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flip_box;
	animation-name: flip_box;
}

/*===================================*
  14. END ANIMATION CSS
*===================================*/

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

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

.flash_tp {
	z-index: 9;
	background-color: #28A745;
	color: #fff;
	padding: 9px 10px;
	font-size: 14px;
	line-height: normal;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	white-space: nowrap;
	margin: 42px -43px;
	-webkit-animation: color_effect 3s infinite alternate;
	-moz-animation: color_effect 3s infinite alternate;
	-o-animation: color_effect 3s infinite alternate;
	animation: color_effect 3s infinite alternate;
}

@-webkit-keyframes color_effect {
	0% {
		background-color: #28A745;
	}

	50% {
		background-color: #17A2B8;
	}

	100% {
		background-color: #FFC107;
	}
}

@keyframes color_effect {
	0% {
		background-color: #28A745;
	}

	50% {
		background-color: #17A2B8;
	}

	100% {
		background-color: #FFC107;
	}
}

/*Demo Switcher Css*/
span.statcounter {
	display: none;
}

.demo_switcher {
	position: fixed;
	right: 0;
	z-index: 9999;
	top: 20%;
}

.demo>ul>li>a {
	font-size: 22px;
	text-align: center;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	transition: all 0.5s ease-in-out;
}

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

.demo_list ul {
	list-style: none;
	display: inline-block;
}

.demo_list {
	background-color: #fff;
	position: fixed;
	right: -360px;
	;
	max-width: 360px;
	padding: 5px;
	overflow: auto;
	top: 0;
	bottom: 0;
	transition: all 0.5s ease-in-out;
	z-index: 9999;
}

.demo_list.switch-active {
	right: 0;
}

.switch-open::before {
	content: "";
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 9999;
}

.demo_list li {
	padding: 5px;
}

.demo_list li img {
	display: block;
	border: 1px solid #ddd;
	padding: 4px;
	position: relative;
	margin-bottom: 10px;
}

body.switch-open {
	overflow: hidden;
	padding-right: 15px;
}

.demo li {
	position: relative;
}

.demo>ul>li>a.demo_icon.switch-active {
	position: relative;
	transition: all 0.5s ease-in-out;
	-moz-transform: translateX(-360px);
	-webkit-transform: translateX(-360px);
	transform: translateX(-360px);
}

.demo>ul>li>a.demo_icon.switch-active i::before {
	content: "\f129";
	font-size: 20px;
	vertical-align: middle;
}

.demo>ul>li>a.menu_icon.switch-active {
	line-height: 36px;
}

.demo_list h5 {
	margin: 10px 0;
}

.demo li.switch-active .color_icon {
	transition: all 0.5s ease-in-out;
	-moz-transform: translateX(-200px);
	-webkit-transform: translateX(-200px);
	transform: translateX(-200px);
}

.option_box {
	background: #000;
	right: -200px;
	padding: 10px;
	position: absolute;
	top: 0;
	transition: all .5s ease-in-out;
	;
	width: 200px;
	z-index: 999;
}

.switch-active {
	right: 0;
}

.color-switch li {
	float: left;
}

.color-switch ul li button::after {
	color: #ffffff;
	content: "\f122";
	font-family: "Ionicons";
	font-size: 16px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 2px;
	right: 0;
}

.color-switch ul li.active button::after {
	opacity: 1;
}

.color-switch button {
	border: 0 none;
	cursor: pointer;
	display: block;
	height: 25px;
	line-height: 20px;
	margin: 2px;
	padding: 0;
	position: relative;
	text-align: center;
	width: 32px;
}

.default {
	background-color: var(--secondary);
}

.green {
	background-color: #08CC96;
}

.bluelight {
	background-color: #00BDBB;
}

.orange {
	background-color: #ffa02c;
}

.pink {
	background-color: #F50F87;
}

.saffron {
	background-color: #ff3600;
}

.demo_list li a span {
	color: #333;
	font-size: 14px;
	transition: all 0.5s ease-in-out;
}

.layout_option input {
	display: none;
}

.layout_option span {
	padding: 3px 20px;
	background-color: #fff;
	text-transform: capitalize;
	line-height: normal;
	cursor: pointer;
	margin: 5px 5px 0 0;
	color: #000;
	display: inline-block;
	font-size: 14px;
}

.layout_option span.active {
	background-color: #88C74A;
	color: #fff;
}

.layout_bg_img li {
	float: left;
	width: 33.33%;
	padding: 5px;
}

.layout_bg_img li:nth-child(3n+1) {
	clear: both;
}

.layout_option {
	display: inline-block;
}

.layout_bg_img li a {
	border: 1px solid transparent;
	display: block;
}

.layout_bg_img li a.active::before {
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
	left: 0;
	position: absolute;
	bottom: 0;
	top: 0px;
	right: 0;
}

.layout_bg_img li a.active::after {
	color: #ffffff;
	content: "\f122";
	font-family: "Ionicons";
	font-size: 16px;
	left: 0;
	position: absolute;
	top: 7px;
	z-index: 9999;
	right: 0;
	text-align: center;
}

.layout_bg_img:not(.open) {
	opacity: 0.3;
	pointer-events: none;
}

@media only screen and (max-width: 480px) {
	.demo_list {
		right: -270px;
		max-width: 270px;
	}

	.demo>ul>li>a.icon.switch-active {
		-moz-transform: translateX(-270px);
		-webkit-transform: translateX(-270px);
		transform: translateX(-270px);
	}

	.demo>ul>li>a.demo_icon.switch-active {
		-moz-transform: translateX(-270px);
		-webkit-transform: translateX(-270px);
		transform: translateX(-270px);
	}
}



/*@import url('https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&family=Libre+Franklin:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --primary: ;
    --secondary: ;
    --fontH: 'Libre Franklin', sans-serif;
    --fontP: 'Cardo', serif;;
}


body {
    background-color: #f4f5f5;
    font-family: var(--fontP);
}*/

.yoga-mask-svg {
	top: 0;
	transform: translate(14%, 27%);
	width: calc(100% - 30px);
	height: 277px;

}


.sli-div-svg-person {
	margin-top: -128px;
}

.sli-div-svg-per1 {
	width: 842px;
	position: absolute;
	top: -40px;
	left: -222px;
}

.sli-div-svg-per1 {
	-webkit-animation: mover 2s infinite alternate;
	animation: mover 2s infinite alternate;
}

.sli-div-svg-per1 {
	-webkit-animation: mover 2s infinite alternate;
	animation: mover 2s infinite alternate;
}

@-webkit-keyframes mover {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}

@keyframes mover {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}

}



@media only screen and (min-width: 320px) and (max-width: 500px) {
	.sli-div-svg-per1 {
		width: 570px;
		left: -141px;
		top: -117px;
	}

	.sli-div-svg-bg {
		width: 400px !important;
		top: -120px !important;
		left: -45px !important;
	}

	.yoga-mask-svg {
		top: 0;
		transform: translate(4%, -10%);
		width: calc(100% - 17px);
		height: 281px;

	}

	.sli-div-svg-mask {
		left: 184px !important;
		top: 70px !important;
		width: 220px !important;
	}
}

.sli-div-svg-bg {
	width: 550px;
	position: absolute;
	z-index: -1;
	top: -202px;
	left: -52px;
}



.sli-div-svg-mask {
	position: absolute;
	left: 310px;
	top: 70px;
	width: 250px;
	animation: rotation 40s infinite linear;
}


@keyframes rotation {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(359deg);
	}
}


.sli-div-box-img {
	position: absolute;
	margin-top: 100px;
	object-fit: cover;
	width: 100%;
}

/* about start */
/*.abt-div {
    background:#faeac8;
}*/

/*.abt-div-cnt-box {
    padding: 0 150px 0 0;
}
.abt-div-cnt > span {
    font-weight: 700;
    color: var(--secondary);
    font-family: var(--fontH);
    font-size: 16px;
}

.abt-div-cnt h2 {
    font-size: 80px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0;
    font-family: var(--fontH);
}

.abt-div-cnt-box {
    background: #fff;
    position: relative;
    padding: 40px 45px 89px 0;
}*/

/*.abt-div-cnt-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -80px;
    width: 186%;
    height: 100%;
    background: #fff;
    z-index: -1;
    box-shadow: 0px 0px 11px #3333330f;
}*/

/*.abt-div-cnt-box p {
    font-size: 18px;
    letter-spacing: var(--ls);
    line-height: 30px;
    margin-bottom: 60px;
}

.abt-div-cnt-img  {
    width: 550px;
    position: relative;
    bottom:50px;
}

 @media only screen and (min-width: 350px) and (max-width: 500px) {
 	.abt-div-cnt-img  {
    width: 433px!important;
    bottom:50px!important;
    right:20px;
}*/
/*.abt-div-cnt-img::before {

    height: 300px!important;
    width: 300px!important;
    right: 67px!important;
    top: 180px!important;
}*/



/* @media only screen and (max-width: 320px) {

	.abt-div-cnt-img  {
    width: 387px!important;
    bottom:50px!important;
    right:47px;
}*/
/*.abt-div-cnt-img::before {

  height: 231px!important;
    width: 281px!important;
    right: 53px!important;
    top: 180px!important;
}*/
}

/*.abt-div-cnt-img::before {
    content: '';
    position: absolute;
    height: 300px;
    width: 300px;
    right: 121px;
    border: 5px solid #FFC107;
    top: 220px;
    box-shadow: 1px 1px 13px #3333335c;
}*/

/*.abt-div-cnt-box a {
    border-bottom: 1px solid #30a1bd;
    width: fit-content;
    font-family: var(--fontH);
    color: #212529;
  
    font-weight: 400;
    padding: 0;
}
*/


/* about end */


@media only screen and (min-width: 991px) and (max-width: 1200px) {

	.sli-div-svg-per1 {
		width: 450px;
		top: -180px;
		left: -132px;
	}

	/*
    .abt-div-cnt-img::before  {
        right: 60px;
    }*/

	.abt-div {
		margin-top: 360px;
	}

	.sli-div-svg-mask {
		position: absolute;
		left: 203px;
		top: -14px;
	}


	.sli-div-svg-mask>svg {
		width: 191px;
	}

	.sli-div-svg-bg {
		width: 450px;
		top: -154px;
	}

}


.imp-div .row {
	background: #4fcde4;
	height: 130px;
}

.imp-div-img {
	width: 65px;
	margin-left: 10px;
	z-index: 1;
}

.imp-div-box {
	padding: 25px 10px 0;
}

.imp-div-cnt {
	width: calc(100% - 75px);
}

.about-sec .row {
	align-items: center;
}

.imp-div-box>span {
	font-size: 120px;
	position: absolute;
	font-family: var(--fontH);
	left: 96px;
	font-weight: 900;
	top: -87px;
	z-index: 0;
	color: transparent;
	-webkit-text-stroke-color: #fff;
	-webkit-text-stroke-width: 2px;
}

.imp-div-cnt>span {
	font-weight: 300;
	margin-left: 10px;
	font-size: var(--fs18);
	color: #fff;
	display: block;
	letter-spacing: var(--ls);
	margin-top: 4px;
	z-index: 3;
	position: relative;
}

.head-content .login-icn {
	width: 24px;
	background: -webkit-linear-gradient(#16b7a7, #6850fd);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-right: 2px;
	margin-top: -3px;
	filter: none !important;
}
.call-img {
  
    width: 55px;
    display: block;
    position: fixed;
    left: 16px; /* Changed from right to left */
    z-index: 9;
    bottom: 90px;
}


.whatsapp-img {
	width: 55px;
	display: block;
	position: fixed;
	right: 16px;
	z-index: 9;
	bottom: 90px;
}

.imp-div .row>div::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, #4fcde4 80%, transparent);
	z-index: 0;
}

.imp-div .row>div::before {
	content: '';
	position: absolute;
	right: 0;
	top: 24px;
	border-right: 2px dashed #ffffff52;
	height: 80px;
	z-index: 2;
}



.slider-title {
	line-height: 135px !important;
	-webkit-text-fill-color: transparent;
	background: url(../images/Untitled-design.png);
	-webkit-background-clip: text;
	background-size: cover;
	height: 400px;
	background-position: center center;
	margin-top: 50px;
}

.slider-title>span:first-child {
	font-size: 150px;
	font-weight: 600;
	white-space: nowrap;

}

.sci-slider-center {

	white-space: nowrap;
	text-align: center;

	font-size: 80px;
	font-weight: 200 !important;
}

.sci-slider-right {

	white-space: nowrap;
	font-size: 150px;
	font-weight: 600;

	float: right;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {

	.slider-title>span:first-child,
	.sci-slider-right {
		font-size: 145px;
	}

	.sci-slider-center {
		font-size: 80px;
	}

	.slider-title {
		line-height: 110px !important;
	}

}

@media only screen and (min-width: 991px) and (max-width: 1200px) {

	.slider-title>span:first-child,
	.sci-slider-right {
		font-size: 125px;
	}

	.sci-slider-center {
		font-size: 70px;
	}

	.slider-title {
		line-height: 100px !important;
	}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	.slider-title>span:first-child,
	.sci-slider-right {
		font-size: 105px;
	}

	.sci-slider-center {
		font-size: 60px;
	}

	.slider-title {
		line-height: 90px !important;
	}

}


.image-bene {
	max-width: 100%;
	margin-top: 90px;
}

@media only screen and (max-width: 768px) {

	body,
	html {
		overflow-x: hidden;
	}
}

.why-yoga-img {
	width: 240px;
	position: absolute;
	left: 0;
	right: 21px;
	margin: 0px auto;
	top: 63px;
	height: 246px;
	overflow: hidden;
	transform: rotate(180deg);
	z-index: -1;
}



.dark-txt {
	color: #290009 !important;
}


.why-yoga-img>img {
	transform: rotate(0deg);
	transition: transform 5s linear;
	animation: rotate 25s infinite linear;
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(359deg);
	}
}

/*==================================/
    start------about---inner
/*===============================*/

.yellow {
	color: #52157e;
	padding-bottom: 10px;
	display: block;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 16px;
}

.about-sec-inner {
	margin-top: 50px;
	position: relative;
	background: var(--gradient);
}

.cnt-about-in>h1 {
	font-size: 35px;
	padding: 0px 0px 30px 0px;
	font-weight: 700;
	color: #a662d7;
}

.cnt-about-in>h6 {
	letter-spacing: 3px;
	color: #9D41C8;
	font-weight: 200;
}

.cnt-about-in>h5 {
	font-size: 18px;
	color: #151515;
	font-family: var(--fontP) !important;
	font-weight: 600;
}


.cnt-about-in>p {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0;
	color: #3e3e3e;
	font-weight: 400;
}

.img-bg-clr {
	margin-top: 20px;
}

.img-abt1 {
	width: 300px;
	margin-left: 15px;
	margin-top: 100px;
}

.main-heading-why-abt h3 {
	font-size: 30px;
	color: var(--title);
	font-weight: 800;
}


.img-abt2 {
	width: 476px;
	position: absolute;
	right: 63px;
	top: 10%;
	z-index: -1;
}

.main-heading-why-abt {
	text-align: center;
}

.main-heading-why-abt>p {
	font-size: 16px;
	font-weight: 400;
	color: var(--text);
	padding: 0 16%;
}

.box-featur-link .box-why-abt .intro_desc>h5 {
	color: #000;
}

.box-why-abt {
	margin-bottom: 30px;
	padding: 20px;
	position: relative;
}

.box-why-abt_style1,
.box-why-abt_style2 {
	padding: 40px 20px 22px 20px;
	border-radius: var(--br);
	box-shadow: none !important;
	min-height: 260px !important;
	background: linear-gradient(45deg, #009385, #4d6bff);
}

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

.box-why-abt_style2 .intro_desc p,
.box-why-abt_style1 .intro_desc p {
	font-size: var(--fs16);
	color: #fff;
}

.box-why-abt_style2 .box_icon {
	float: left;
	margin-right: 15px;
}

.box-why-abt_style2 .intro_desc {
	overflow: hidden;
}

.box-why-abt.box-why-abt_style3 {
	position: relative;
	text-align: center;
	padding: 0;
}

.box-why-abt_style3 .box_icon {
	border-radius: 100%;
	background-color: #fff;
	display: table;
	margin: 0 auto 15px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
}

.box-why-abt_style3:hover .box_icon {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.img-why-abt>img {
	width: 100%;
	object-fit: contain;
	height: 500px;
}

.cnt-abt-tutor>h5 {
	font-size: 25px;
	font-weight: 800;
	color: var(--title);
}

.connect-abt {
	background-color: var(--lightPink);
	position: relative;
}

.connect-abt .row>.col-lg-6:first-child {
	border-right: 1px dashed #77337757;
}

/* 
.connect-abt::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(https://t4.ftcdn.net/jpg/05/34/87/15/360_F_534871551_MOmx3mu3oP1TkmUW8ZDffLpHrv86LLrE.jpg);
	opacity: .1;
	z-index: -1;
} */

.img-abt-tutor {
	filter: hue-rotate(350deg);
	padding: 60px;
}


.img-abt-tutor>img {
	width: 100%;
}

/*==================================/
    end------about---inner
/*===============================*/



/*==================================/
    start-----what-we-help-----
/*===============================*/
.head-help {
	background: linear-gradient(145deg, #00efff, var(--secondary));
	padding: 105px 0 70px;
}

.cnt-head-help {
	margin-top: 50px;
}

.cnt-head-help>h1 {
	font-size: 45px;
	padding: 8px 0px 40px 0px;
	font-weight: 700;
}

.cnt-head-help>h6 {
	letter-spacing: 3px;
	color: #9D41C8;
	font-weight: 200;
	font-size: 16px;
}

.img-head-help {
	width: 511px;
	margin-top: 30px;
	margin-left: 30px;
}

.cnt-head-help>h5 {
	font-size: 26px;
	color: #000;
}

.cnt-head-help>p {
	color: #121212 !important;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0;
	font-weight: 500;
}

.img-head-help>img {
	width: 100%;
}

/*==================================/
    end-------what-we-help
/*===============================*/


/* start price */
.inner-price-div {
	padding: 70px 0 100px;
	background: #fefefe;
}


.inner-price-div-top {
	padding: 100px 0 160px;
	margin-bottom: 40px;
	background: linear-gradient(145deg, #00efff, var(--secondary));
}

.inner-price-div .pr_title {
	text-transform: uppercase;
	font-weight: 700;
}

.inner-price-div .pricing_style1 {
	box-shadow: 0 0 60px #0000001c;
	margin-right: -25px;
}

.inner-price-div .pricing_box_middle {
	background-color: #08111b;

}

.inner-price-div .heading_s1 h2 {
	text-align: center;
	color: #212529;
	font-size: 45px;
	padding: 8px 0px 40px 0px;
	font-weight: 700;
}

.inner-price-div-bottom {
	margin-top: -140px;
}

.inner-price-div .sub_heading {
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-family: var(--fontP) !important;
	letter-spacing: 0.5px;
	font-weight: 500;
}

/* end price */

/*==================================/
    start----featuress--what-we-help-
/*===============================*/
.main-title-featur {
	margin-top: 50px;
	margin-bottom: 50px;
}

.more-featur {
	background-color: #fefefe;
}

.main-title-featur>h6 {
	font-size: 16px;
	text-align: center;
	color: var(--secondary);
	font-weight: 600;
	font-family: var(--fontP) !important;
}

.main-title-featur>h1 {
	font-size: 35px;
	text-align: center;
	font-weight: 600;
	color: #242529;
}

.featur-box {
	margin-bottom: 30px;
	padding: 20px;
	position: relative;
}

.featur-box_style1,
.featur-box_style2 {
	background-color: #fff;
}

.featur-box_style1::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 0px;
	width: 0px;
	opacity: 0;
	visibility: hidden;
	border-top: 2px solid var(--secondary);
	border-left: 2px solid var(--secondary);
	transition: all 0.5s ease-in-out;
}

.featur-box_style1::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 0px;
	width: 0px;
	opacity: 0;
	visibility: hidden;
	border-right: 2px solid var(--secondary);
	border-bottom: 2px solid var(--secondary);
	transition: all 0.5s ease-in-out;
}

.featur-box_style1:hover:before,
.featur-box_style1:hover:after {
	height: 30px;
	width: 30px;
	opacity: 1;
	visibility: visible;
}

.featur-box_style2 .box_icon {
	float: left;
	margin-right: 15px;
}

.featur-box_style2 .intro_desc {
	overflow: hidden;
}

.featur-box.featur-box_style3 {
	position: relative;
	text-align: center;
	padding: 0;
}

.featur-box_style3 .box_icon {
	border-radius: 100%;
	background-color: #fff;
	display: table;
	margin: 0 auto 15px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
}

.featur-box_style3:hover .box_icon {
	-webkit-animation-name: pulse;
	animation-name: pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.box-featur-link {
	text-decoration: none;
	color:#000000c9;

}

.more-featur .box_icon {
	margin-bottom: 24px;
}

.more-featur .box_shadow4 {
	box-shadow: 0 0px 60px rgba(0, 0, 0, 0.10);
	border-radius: 5px;
}

.more-featur .intro_desc p {
	font-size: 16px;
	line-height: 26px;
	color: #666;
}

.box-featur-link .featur-box .intro_desc>h5 {
	-webkit-text-fill-color: transparent;
	background: linear-gradient(180deg, #9c3dff, #561896);
	font-weight: 600;
	-webkit-background-clip: text;
	font-size: 18px;
}

/*==================================/
  end----featuress--what-we-help-----
/*===============================*/



/*==================================/
  start----contact-page-----
/*===============================*/

.contact-form-sec>.container>.row>div:first-child {
	padding: 0 0 0 12px;
}

.about-sec {
	padding-bottom: 73px;
}

.contact-head {
	position: relative;
	z-index: -1;
	margin: 0;
	padding: 0;
	background-image: url('../images/1626099400-20141121chi0144-e-2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-position: 0 65%;
}

.chk a {
	white-space: nowrap !important;
}

.contact-head::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--gradient);
	opacity: 0.7;
}

.top-contact {
	padding: 100px 0 110px;
	z-index: 1;
	position: relative;
}

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

.main-title-cont>h4 {
	color: #52157e;
	padding-bottom: 10px;
	display: block;
	text-align: center;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 16px;
	font-family: var(--fontP) !important;
}

.main-title-cont>h1 {
	font-size: 35px;
	text-align: center;
	padding: 0px 0px 40px 0px;
	font-weight: 700;
	color: #440075;
}

.three-box-cont {
	z-index: 2;
	margin-top: -140px;
	position: relative;
}

.contact-icon>img {
	height: 60px;
}

.contact-box {
	margin-bottom: 20px;
	padding: 20px;
	position: relative;
	box-shadow: 0 0 60px #8f8f8f21;
	transition: all ease 1s;
}

.contact-box_style1,
.contact-box_style2 {
	background-color: #fff;
	border-radius: var(--br) var(--br);
	border: 1px solid #c0b3e9;
}


.contact-box:hover {
	box-shadow: 0 0px 60px rgb(39 10 40 / 30%);
}

.contact-box_style2 .contact-icon {
	float: left;
	margin-right: 15px;
}

.contact-box_style2 .contact-desc {
	overflow: hidden;
}

.contact-box.contact-box_style3 {
	position: relative;
	text-align: center;
	padding: 0;
}

.contact-icon {
	margin-bottom: 15px;
}

.contact-desc h5 {
	text-transform: capitalize;
	-webkit-text-fill-color: transparent;
	background: #5b90ab;
	font-weight: 800;
	-webkit-background-clip: text;
	font-size: 16px;
}

.contact-desc p {
	font-size: 18px;
}

.contact-desc p:last-child {
	margin: 0;
	font-size: 16px;
	color: var(--title);
	font-weight: 500;
}

.tbl-contact-info {
	margin: -10px 0;
}

.contact-form-sec {
	margin-top: -135px;
	background-color: transparent;
	position: relative;
	z-index: 1;
}

.contact-form-sec .form-group {
	padding: 0 !important;
}

.contact-form-sec .form-control {
	background: #fff !important;
	border: 1px solid #9ca2a8 !important;
	color: var(--text);
	font-size: 16px;
	font-weight: 400;
	padding: 13px 30px;
	border-radius: var(--br) !important;
	min-height: 50px;
}


.tbl-contact-info {
	width: 100%;
	margin: 0 auto;
}

.form-group {
	/*	padding:0px 0px -1px 0px;*/
	border: 0px;
	color: #869597;
}

.form-control {
	background: #ebebeb !important;
	border: 1px solid #ebebeb !important;
}

/*.text-sent-box{
	
	padding:15px 15px 15px 15px;
	margin:10px 0px 15px 0px;
	background:#e5e5e5;
	border:0px;
	color:#869597;
}

.sent-box{
	
	padding:15px 15px 15px 15px;
	margin:10px 0px 15px 0px;
	background:#e5e5e5;
	border:0px;
	color:#869597;
}*/

.submit-btn-contact {
	box-shadow: none !important;
	background-color: var(--primary) !important;
	border: 0px;
	color: #ffffff !important;
	width: 100%;
	font-size: 18px;
	text-transform: uppercase;
	padding: 8px 0px;
}

.submit-btn-contact:hover {
	background-color: var(--secondary) !important;
	border-color: var(--secondary) !important;
	color: #fff !important;

}

/*=================================/
  end----contact--page-----
/*===============================*/



/*=================================/
  start----testimonial--page-----
/*===============================*/

.testim-head {
	background: var(--gradient);
	padding: 105px 0 70px;
}

.test-box {
	background: #fefefe;
}

.testim-head .test-right-img {
	width: 511px;
	margin-top: 30px;
	margin-left: 30px;
}

.test-left-content {
	margin-top: 50px;
}

.testim-head .test-left-content>p {
	color: var(--title);
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0;
	font-weight: 400;
}

.test-left-content>h6 {
	color: #52157e;
	padding-bottom: 10px;
	display: block;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 16px;
	font-family: var(--fontP) !important;
}




.test-left-content>h1 {
	font-size: 35px;
	padding: 0px 0px 40px 0px;
	font-weight: 700;
	color: #a662d7;
}


.test-right-img>img {
	width: 100%;
}


/*-----boxess----testimonials---*/
.part-testi {
	background-color: #fff;
	border-radius: 20px;
	position: relative;
	padding: 25px;
	margin-top: 20px;
	min-height: 350px;
	box-shadow: 0 0 60px rgb(0 0 0 / 8%);
	transition: all ease 1s;
}

.part-testi:hover {
	box-shadow: 0 0px 60px #789eac78;
}

.main-title-testi>h1 {
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
	font-size: 35px;
	color: var(--title);
}


.test-box .part-testi .content-testi>h4 {
	-webkit-text-fill-color: transparent;
	background: #9650c8;
	font-weight: 800;
	-webkit-background-clip: text;
	font-size: 18px;
}

.thnx-sec {
	background-image: linear-gradient(to right, #7aaabf 0, #899ecb 51%, #c87cff 100%);
	border-radius: 0 20px 0 20px;
	min-height: 50px;
	position: absolute;
	color: #fff;
	right: -74px;
	width: 198px;
	top: 225px;
	transform: rotate(90deg);
	text-align: center;
	background-position: 200% auto;
	padding-top: 12px;
	transition: all ease 1s;
}

.thnx-sec>h5 {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 2px;
}


.thnx-sec:hover {
	background-position: right center;
	transition: var(--ts);
}

.div-test-box>img {
	max-width: 130px;
	border-radius: var(--br);
}

.content-testi {
	margin-top: 20px;
}


.content-testi>p {
	padding-right: 70px;
	line-height: 22px;
	color: var(--text);
	font-size: 16px;
	padding-top: 30px;
	position: relative;
}

.content-testi>p::before {
	content: '';
	position: absolute;
	top: -6px;
	left: 0;
	width: 80px;
	height: 80px;
	background-image: url(../images/icons/quotes.png);
	background-size: contain;
	opacity: .2;
	background-repeat: no-repeat;
}

/*=================================/
  end----testimonial--page-----
/*===============================*/


/*==================================/
  start----blogss-page-----
/*===============================*/

.blog-head {
	position: relative;
	z-index: -1;
	margin: 0;
	padding: 0;
	background-image: url(../images/200-hour-yoga-rishikesh-1024x576.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-position: 0 20%;
}

.blog-head::before {
	content: '';
	background-image: var(--gradient);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
}

.top-blog {
	padding: 135px 0 60px;
	z-index: 1;
	position: relative;
}

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

.main-title-blog>h4 {
	color: #52157e;
	padding-bottom: 10px;
	display: block;
	text-align: center;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 16px;
	font-family: var(--fontP) !important;
}

.main-title-blog>h1 {
	font-size: 35px;
	text-align: center;
	padding: 0px 0px 40px 0px;
	font-weight: 700;
	color: #440075;
}


/*=============================
Blog Details CSS
===============================*/
.blog-details .blog-detail-img {
	position: relative;
}

.blog-detail-img>img {
	width: 100%;
	border-radius: var(--br);
}

.blog-details .date {
	color: var(--secondary);
	padding: 20px 0px 0;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0px;
	margin-bottom: -10px;
}


.blog-details-heading {
	margin: 30px 0 0;
}

.blog-details-area {
	background: #fefefe;
}

.blog-details-heading h3 {
	font-size: 20px;
	color: var(--title);
	font-weight: 600;
}


.blog-details-heading ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.blog-details-heading ul li {
	display: inline-block;
	margin-right: 15px;
	color: #777777;
	font-size: 15px;
	font-weight: 500;
}

.blog-details-heading ul li i {
	color: var(--secondary);
}

.blog-details-content p {
	margin-top: 16px;
	font-size: 16px;
	line-height: 24px;
	color: var(--text);
}




.blog-details-content .title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 35px;
}

.blog-details-meta {
	border-top: 1px solid #eee;
	margin: 25px 0;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}

.blog-details-meta .tags {
	display: inline-block;
}

.blog-details-meta .tags li a {
	border: 1px solid #eee;
	padding: 5px 14px;
	border-radius: 6px;
	color: #6f8ba4;
	font-size: 15px;
}

.blog-details-meta .tags li a:hover {
	background: var(--secondary);
	color: #ffffff;
	border-color: var(--secondary);
}

.blog-details-meta ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.blog-details-meta ul .title {
	font-size: 18px;
	font-weight: 500;
	margin-right: 5px;
	margin-bottom: 0;
	color: #777777;
}

.blog-details-meta ul li {
	display: inline-block;
}

.blog-details-meta .share {
	float: right;
}

.blog-details-meta .share li a {
	color: #6f8ba4;
	border: 1px solid #eee;
	width: 35px;
	font-size: 14px;
	height: 35px;
	text-align: center;
	line-height: 34px;
	border-radius: 50%;
}

.blog-details-meta .share li a:hover {
	background: var(--secondary);
	color: #ffffff;
	border-color: var(--secondary);
}

.blog-details-comments .single-comments {
	position: relative;
	padding-left: 130px;
}

.blog-details-comments .single-comments .blog-detail-img {
	position: absolute;
	left: 0;
	top: 0;
}

.blog-details-comments .single-comments .blog-detail-img img {
	border-radius: 50%;
}

.blog-details-comments .single-comments .content h4 {
	font-size: 20px;
	font-weight: 600;
}

.blog-details-comments .single-comments .content span {
	font-size: 14px;
	color: #6f8ba4;
	display: block;
	margin: 8px 0 15px;
}

.blog-details-comments .single-comments .content p {
	margin-bottom: 20px;
}

.blog-details-comments .border {
	border-color: #eee !important;
	margin: 25px 0;
}

.single-comments.left-mr {
	margin-left: 80px;
	margin-top: 35px;
}

.blog-details-comments-form {
	margin-top: 25px;
}

.blog-details-comments-form textarea.form-control {
	height: 120px;
}

/*=============================
Sidebar CSS
===============================*/
.side-bar .widget-box {
	background: #ffffff;
	-webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
	box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
	padding: 30px 25px;
	position: relative;
	border-radius: 5px;
	margin-bottom: 30px;
}

.side-bar .widget-box .title {
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 35px;
	position: relative;
}

.side-bar .widget-box .title::before {
	content: '';
	position: absolute;
	right: 0;
	top: 12px;
	width: 100px;
	height: 1px;
	background: var(--secondary);
}

.side-bar .widget-box ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}


.side-bar .categories-box ul li:last-child a {
	margin-bottom: 0;
}

.side-bar .categories-box ul li a {
	position: relative;
	margin-bottom: 10px;
	font-weight: 600;
}

.side-bar .categories-box ul li a i {
	position: absolute;
	left: 0;
	top: 4px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.side-bar .categories-box ul li a:hover {
	padding-left: 18px;
}

.side-bar .categories-box ul li a:hover i {
	opacity: 1;
	visibility: visible;
}

.side-bar .tags-box .title {
	margin-bottom: 27px;
}

.side-bar .tags-box ul li {
	display: inline-block;
}

.side-bar .tags-box ul li a {
	border: 1px solid #ddd;
	padding: 5px 15px;
	margin-top: 8px;
	border-radius: 5px;
	font-weight: 600;
}

.side-bar .tags-box ul li a:hover {
	color: #ffffff;
	background: var(--secondary);
	border-color: var(--secondary);
}

.side-bar .recent-post-box ul li {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	padding-left: 110px;
}

.side-bar .recent-post-box ul li:last-child {
	margin-bottom: 0;
}

.side-bar .recent-post-box ul li .recent-post-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
}

.side-bar .recent-post-box ul li .recent-post-desc h3 {
	font-size: 15px;
	line-height: 23px;
}

.recent-post-desc>h3>a {
	text-decoration: none;
	color: #3e3e3e;
	font-size: 18px;
}

.recent-post-desc>h3>a:hover {
	color: #9D41C8;
}

.side-bar .recent-post-box ul li .recent-post-desc .date {
	display: block;
	margin-top: 3px;
	font-size: 14px;
	color: #aaa;
}

.recent-post-thumb>a>img {
	width: 100%;
	height: 80px;
	object-fit: cover;
}


/*================================/
	start-----signup---page
/*================================*/

.signup-form-sec {

	background-color: transparent;
	position: relative;
	z-index: 6;
}

.signup-form-sec .form-group {
	padding: 0 !important;
	margin-top: 5px;
}

.signup-form-sec .form-control {
	background: #ffff !important;
	border-radius: var(--br);
	box-shadow: 0px 0px 20px #3b3b3b12;
	font-size: 16px;
	font-weight: 500;
	padding: 13px 30px;
	height: 50px;
	color: var(--text);
}


.signup-form-sec textarea {
	height: 100px !important;
}


.signup-form-sec .submit-btn-contact {
	height: 60px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.right-img-signup>img {
	width: 100%;
	height: 450px;
	object-fit: contain;
}


.form-left-signup {
	width: 100%;
	margin: 0 auto;

}

/*================================/
	end-----signup---page
/*================================*/


/*================================/
	start-----login---page
/*================================*/
/*.log-sli-div{
	background-image: linear-gradient(145deg, #00efff , var(--secondary));
}*/


.head-img-log {
	width: 100%;
	margin-top: -15px;
}

.head-img-log>img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.right-yoga {
	margin-top: 50px;
	height: 500px;
	object-fit: contain;
}

/*.log-sli-div{
	margin-top:150px;
}
.log-sli-div > img {
	width:100%;

}
*/
.login-head-content {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 60px;
}

.login-head-content>h2 {
	font-size: 35px;
	font-weight: 700;
	color: #a662d7;
}

.login-head-content>p {
	font-size: 16px;
	color: var(--text);
}

.login-head-content>h5 {
	font-weight: 500;
	color: var(--title);
}

.login-head-content>h5>span {
	font-weight: 800;
	color: var(--primary);
}

.login-form-sec {
	margin-top: -15px;
	background-color: transparent;
	position: relative;
	z-index: 1;
}

.login-form-sec .form-group {
	padding: 0 !important;
	margin-top: 5px;
}

.login-form-sec .form-control {
	background: #ffff !important;
	box-shadow: 0px 0px 20px #3b3b3b1c;
	font-size: 16px;
	border-radius: var(--br);
	font-weight: 500;
	padding: 13px 30px;
	min-height: 60px;
}

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

.login-form-sec .form-control ::placeholer {}

.login-form-sec .submit-btn-contact {
	height: 60px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.option-for-signup>p {
	font-size: 17px;
	color: #585454;
}

.option-for-signup a {
	color: #2a42ff;
}


.form-left-login {
	width: 100%;
	margin: 0 auto;
}

.option-for-signup>p {
	font-size: 16px;
	color: var(--text);
}

.option-for-signup>p>span>a {
	text-decoration: none;
}

.option-for-otp>p>a {
	text-decoration: none;
	color: #0053cd;
	font-size: 15px;
	font-weight: 500;
	padding-right: 5px;
	float: right;
}

.otp-brl {
	border-right: 1px solid #4f6ee3;
    padding-right: 16px!important;
    height: 16px;
    align-items: center;
    display: flex;
}

/*================================/
	end-----login---page
/*================================*/


/*================================/
	start-----courses--page
/*================================*/

.course-head {
	position: relative;
	z-index: -1;
	margin: 0;
	padding: 0;
	background-image: url('../images/1626099400-20141121chi0144-e-2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	background-position: 0 65%;
}

.course-head::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--gradient);
	opacity: 0.7;
}

.top-course {
	padding: 120px 0 60px;
	z-index: 1;
	position: relative;
}

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

.main-title-cours>h4 {
	text-align: center;
	color: #52157e;
	font-size: 16px;
	font-family: var(--fontP) !important;
	letter-spacing: 0.5px;
}

.main-title-cours>h1 {
	text-align: center;
	color: #440075;
	font-size: 35px;
	padding: 8px 0px 40px 0px;
	font-weight: 700;
}

.main-content-cours h2 {
	font-size: 22px;
	font-weight: 800;
	color: var(--title);
}


.left-img-cours>img {
	object-fit: cover;
	width: 100%;
	height: 400px;
	border-radius: 0;
	filter: hue-rotate(350deg);
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.left-img-cours:hover>img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.4;
}

.info-content-cours {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.info-content-cours .details-part>p>img {
	height: 20px;
	margin-right: 10px;
}

.details-part>p {
	color: #7b41a3;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0px;
	margin-top: 8px;
	display: flex;
	align-items: center;
}

.details-part>p>span {
	position: absolute;
	left: 140px;
}


.details-part>p>span+span {
	color: var(--title);
	font-size: 16px;
	font-weight: 400;
	padding-left: 18px;
}

.money-part {
	text-align: center;
	padding: 10px 30px 0;
	position: relative;
}

.money-part:hover {}

.money-part>p {
	color: #6f619b;
	font-size: 36px;
	line-height: 70px;
	font-weight: 900;
	font-family: var(--fontH);
	margin-left: -22px;
	z-index: 6;
	position: relative;
}

.newsletter_form button:hover>img {
	filter: invert(0);
}

.money-part img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: .5;
	width: 100px;
	filter: hue-rotate(45deg);
}

.desc-course>p {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	color: var(--text);
	margin-bottom: 30px;
	margin-top: 20px;
	display: block;
}


/*================================/
	end-----courses---page
/*================================*/



/*=================================/
  start----policy-page-----
/*===============================*/

.policy-head {
	background: linear-gradient(145deg, var(--secondary)a3, #00efffbd);
	padding: 105px 0 70px;
}

.policy-box {
	background: #fefefe;
}

.policy-head .policy-right-img {
	width: 511px;
	margin-top: 30px;

}

.policy-left-content {
	margin-top: 30px;
}

.policy-head .policy-left-content>p {
	color: #121212 !important;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0;
	font-weight: 500;
}

.policy-left-content>h1 {
	font-size: 45px;
	padding: 8px 0px 40px 0px;
	font-weight: 700;
}

.policy-right-img>img {
	width: 100%;
}

.desc-policy>.content-policy>p {
	font-size: 18px;
	line-height: 28px;
}


.content-policy>.container>ul>li {
	font-size: 16px;
	margin-left: -16px;

}

#bg-info {
	background-color: var(--secondary)5e;
	padding: 80px 0px;
	margin: 50px 0px;
}

.content-policy>.container>h6 {
	font-size: 22px;
	line-height: 28px;
}

#bg-info2 {
	background-color: #00efff5e;
	padding: 80px 0px;
	margin: 50px 0px;
}



/* (5 Oct, 2023) other start */
.imp-div {
	z-index: 2;
}

.sec-benefits::before {
	content: '';
	position: absolute;
	top: -100px;
	left: 0;
	width: 100%;
	background: var(--lightPink);
	height: 100px;
	z-index: -5;
}

/* other end */

.lot-div-modal :disabled {
	background-color: #cfcfcf !important;
}

.status-comp {
	width: 110px;
	text-align: start;
}

.status-comp.bg-danger {
	background: #438a7a21 !important;
	color: #438a7a;
	border: none;
}

.status-comp.bg-warning {
	background: #ff98021f !important;
	color: #ab6600;
	border: none;
}

.bb-1 {
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.modal-div-heading {
	/* background: #f3f3f3; */
	padding: 20px 0 5px;
	background-color: #5b5b5b;
}

.modal-div-heading p {
	color: #d9d9d9;
	letter-spacing: .5px;
}

#heading+p {
	font-size: 16px;
	letter-spacing: 0.5px;
	font-weight: 300;
	display: block;
	color: #cfcfcf;
}

#heading {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 25px;
	font-weight: 900;
	letter-spacing: 0.5px;
}

#msform {
	text-align: center;
	position: relative;
	margin-top: 40px;

}

#progressbar {
	display: flex;
}

.form-card {
	text-align: left;
}

#msform fieldset:not(:first-of-type) {
	display: none;
}

/*  #msform select.form-control {
                background: #e1dfdf;
                padding: 8px 15px 8px 15px;
                border: 1px solid #d1d0d0 !important;
                border-radius: 0;
                height: 45px;
                margin-bottom: 25px;
            }*/



#msform .box-info,
#msform select {
	width: 100% !important;
	color: var(--text);
	background: #fff !important;
	padding: 14px 30px;
	border: 1px solid #cdcdcd !important;
	border-radius: 30px;
	display: block;
	height: 50px;
	font-size: 16px;
}


.form-select {
	border: 1px solid #dbdbdb !important;
	border-radius: 50px !important;

	margin-top: 2px !important;
	width: 100% !important;
	box-sizing: border-box !important;
	color: #535557 !important;
	background-color: #fff !important;
	font-size: 15px !important;
	letter-spacing: 0.5px !important;
}

#msform input:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid #449360f7;
	outline-width: 0;
}

.toggle-wrap input {
	position: absolute;
	opacity: 0 !important;
}

.toggle-wrap {
	margin: 0 0 1.5rem;
	box-sizing: border-box;
	font-size: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: stretch;
	border: 1px solid #cdcdcd !important;
	border-radius: 100px;
	height: 50px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #fff !important;
	position: relative;
}

.toggle-wrap input:checked+label {
	background-color: #9555c3;
	color: #fff;
	border-color: #9555c3;
	z-index: 1;
	display: grid;
	align-items: center;
}


label.chk {
	font-size: 14px;
	font-weight: 400;
	display: flex;
	color: var(--text);
	align-items: flex-start;
}

label.chk span {
	display: inline-table;
	margin-top: -4px;
}

.toggle-wrap input+label {
	font-family: var(--fontP);
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	color: #898989;
	margin: 0;
	box-sizing: border-box;
	position: relative;
	display: grid;
	align-items: center;
	border: 0;
	background-color: #fff;
	text-align: center;
	height: 42px;
	padding: 6px 20px;
	margin-top: 3px;
	border-radius: 20px;
	cursor: pointer;
	width: 100%;
	white-space: nowrap;
}


/*.acceptTerms {
    display: flex;
    color: rgb(99, 115, 129);
}
.acceptTerms .checkbox {
    width: 18px;
    height: 18px;
    accent-color: #7352d1;
    margin-top: 13px;
}
.termsText {
    margin-top: 9px;
    margin-left: 10px;
}*/

#msform .action-button {
	width: 100px;
	background: #9555c3 !important;
	font-weight: 400;
	font-size: 16px;
	color: white;
	border: 0 none;
	border-radius: 50px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 0px 10px 5px;
	float: right;
	transition: all ease 0.5s;
}

#msform .action-button:hover,
#msform .action-button:focus {
	background-color: var(--secondary);
}

#msform .action-button-previous {
	background: #d74545 !important;
	border-color: #fc7fae !important;
	float: right;
}

select,
input {
	box-shadow: none !important;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
	background-color: var(--secondary);
}

.reverse {
	transform: rotate(180deg);
	margin-right: 10px;
	margin-top: 0px;
}


.card {
	z-index: 0;
	border: none;
	position: relative;
}

.fs-title {
	font-size: 30px;
	font-weight: 900;
	color: #5f2d83;
	text-align: center;
	padding: 0 13% 5px;
	display: block;
	line-height: 40px;
	letter-spacing: -1px;
}


.purple-text {
	color: #438a7a;
	font-weight: normal;
}

.steps {
	font-size: 18px;
	color: gray;
	margin-bottom: 10px;
	font-weight: normal;
	text-align: right;
}

.fieldlabels {
	color: gray;
	text-align: left;
}

#progressbar {
	overflow: hidden;
	padding: 15px 0 0 !important;
	counter-reset: step;
	justify-content: space-between;
}



#progressbar li.active::before {
	box-shadow: 0px 0px 0px 6px #e3bbff !important;
	-webkit-box-shadow: 0px 0px 0px 6px #9555c32b !important;
	-moz-box-shadow: 0px 0px 0px 6px #e3bbff !important;
	background: #9555c3;
	color: #fff;
}

#progressbar>li:before {
	content: counter(step);
	counter-increment: step;
	width: 200px;
	height: 57px;
	line-height: 45px;
	display: block;
	font-size: 20px;
	color: #ffffff;
	background: lightgray;
	border-radius: var(--br);
	margin: 0 auto 10px auto;
	padding: 2px;
}


/*    #progressbar > li:after{
     content: "";
    width: 100%;
    height: 1px;
    background: #dadada;
    position: absolute;
    left: -50%;
    top: 23px;
    z-index: -1;
             }*/

/* #progressbar .active {
                color: #ffff;
                background:var(--secondary);
                border:5px solid #daacfc9f;
                padding:10px 30px;

            }*/
/*            .form-cont-left{
             background-color:#daacfc1f ;
                border:1px solid var(--secondary);
                padding:20px 20px;
                position: absolute;
                padding-bottom:50px;
}*/

#progressbar li {
	list-style-type: none;
	font-size: 15px;
	width: 20%;
	float: left;
	position: relative;
	font-weight: 400;
	margin: 0px 10px;
	text-align:center;
}

#progressbar #account:before {
	font-family: FontAwesome;
	content: "\f13e";
}

#progressbar #personal:before {
	font-family: FontAwesome;
	content: "\f007";
}

#progressbar #payment:before {
	font-family: FontAwesome;
	content: "\f030";
}

#progressbar #confirm:before {
	font-family: FontAwesome;
	content: "\f00c";
}

#progressbar>li:last-child:after {
	display: none;

}

#progressbar>li>span {
	color: #cdcdcd;
	font-family: var(--fontD);
	font-weight: 700;
	font-size: 26px;
	letter-spacing: 1px;
	font-family: var(--fontD);
}


#progressbar>li.active>span {
	color: #9555c3;
}


#progressbar li p {
	position: absolute;
	top: -17px;
	left: 66px;
	font-size: 24px;
	right: 0;
	color: #24183721;
	font-weight: 200;
	letter-spacing: 0px;
	width: fit-content;
	z-index: -1;
	display: none;
}


#progressbar li:before {
	width: 46px;
	height: 46px;
	font-family: var(--fontD);
	line-height: 38px;
	display: block;
	font-size: 35px;
	font-weight: 700;
	color: #ffffff;
	background: #cdcdcd;
	border-radius: 100%;
	margin: 0 auto 10px auto;
	padding: 2px;
	transition: var(--ts);
}

#progressbar li.active::after {
	background-color: #9555c3;
}

#progressbar li:after {
	content: "";
	width: 188%;
	height: 1px;
	background: #cdcdcd;
	position: absolute;
	right: -135%;
	top: 24px;
	z-index: -1;
}

/*  #progressbar li.active:before,
            #progressbar li.active:after {
                background: #438a7a;
            }
*/
.progress {
	height: 20px;
	margin-bottom: 20px;
	border-radius: 0px;
}

#progressbar>li>strong {
	font-weight: 700;
	letter-spacing: 0.5px;
	display: block;
}


.form-cont-left {
	padding: 85px 30px 0 0;
	margin-top: -25px;
}

.text-center {
	font-size: 18px;
}

.fs-title+p {
	font-size: 17px;
	padding: 0 12%;
	color: var(--title);
	line-height: 21px;
	font-weight: 400;
	letter-spacing: 0px;
	font-family: var(--fontP);
}


.desc-cont-right {
	background: linear-gradient(90deg, #0e89b5, #b60bff);
	border-radius: 0 0;
	margin-top: -80px;
	overflow-y: scroll;
	padding: 100px 70px 100px;
}


.fit-image {
	width: 100%;
	object-fit: cover;
}

.desc-cont-right .title-cont {
	font-weight: 800;
	font-size: 30px;
	margin-bottom: 60px;
	text-align: center;
	color: #fff;
	position: relative;
}

.desc-cont-right .title-cont::before {
	content: '';
	position: absolute;
	width: 39px;
	height: 5px;
	background: #fff;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 48px;
	border-radius: var(--br);
}

.fieldset-step ::placeholder,
.fieldset-step select ::placeholder {
	color: #b1b1b1 !important;
}

.title-cont-img {
	font-family: var(--fontH) !important;
	text-align: center;
	font-size: 20px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: fit-content;
	color: #fff;
	font-weight: 600;
	background: linear-gradient(90deg, transparent, #000000a6, transparent);
	padding: 30px 30px;
	z-index: 1;
	top: 50%;
	transform: translate(0%, -50%);
}

.content-categ-cont {
	margin-top: 5px;
}

.content-categ-cont>p {
	color: #fff;
	font-weight: 300;
	line-height: 22px;
	font-size: var(--fs16);
}

.content-categ-cont strong {
	color: #b2ff00;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0px;
}

.cont-img-right {
	width: 100%;
	border-radius: var(--br);
	height: 200px;
	object-fit: cover;
}

/*--------client-review---benefits-inner==page------------*/
.clt_tstmonial-div-quotes {
	font-size: 200px;
	font-family: Rozha One, serif !important;
	left: 50px;
	top: -102px;
	z-index: 0;
	color: #fff;
}

#review-div .owl-item:nth-child(1) .clt_tstmonial-div-cnt {
	/* transform: rotate(-2deg); */
	box-shadow: none;
}

#review-div .owl-item.center .clt_tstmonial-div-cnt {
	background-color: var(--primary);
}


#review-div .owl-item.center .clt_tstmonial-div-cnt p {
	color: #fff
}

.clt_tstmonial-div-cnt p {
	font-size: 16px;
	color: var(--text);
	line-height: 22px;
	font-weight: 400;
	padding-top: 17px;
}

#review-div .owl-item:nth-child(3) .clt_tstmonial-div-cnt {
	/* transform: rotate(2deg); */
	box-shadow: none;
}


.clt_tstmonial-div-cnt {
	background: #9595951a;
	border: none;
	border-radius: var(--br);
	padding: 40px 30px;
	margin: 20px 20px 51px;
	box-shadow: 0px 20px 15px 0px #3333330d;
	min-height: 240px;
}


.icon-slider1 {
	color: #ffff;
	background-color: #071952;
	padding: 10px 15px 10px 15px;
	margin: 4px;
}

.icon-slider2 {
	color: #ffff;
	background-color: #00d9b5;
	padding: 10px 15px 10px 15px;
	margin: 4px;
}

/*-------yoga -------setps===/*/

.steps-yoga {
	background: #f2f8f8;
}

section.steps-yoga::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(https://t4.ftcdn.net/jpg/05/34/87/15/360_F_534871551_MOmx3mu3oP1TkmUW8ZDffLpHrv86LLrE.jpg);
	opacity: .1;
	z-index: -1;
}

.heading-steps {
	text-align: center;
}

.box-steps {
	display: flex;
	margin-bottom: 20px;
	border-bottom: 1px solid #a7e5fa;
	padding-bottom: 20px;
}

.box-steps-even {
	display: flex;
	align-items: center;
	position: relative;
	background-color: #00efff1f;
	padding: 0px 10px;
	box-shadow: 0px 20px 15px 0px #3333330d;

}

.content-rgt-step {
	margin-top: 15px;
}


.content-rgt-step>p {
	font-size: var(--fs16);
	font-weight: 400;
	color: var(--text);
	line-height: 22px;
	margin-top: 12px;
	letter-spacing: 0;
	padding-right: 40px;
}

.content-rgt-step h6 {
	font-size: 18px;
	font-weight: 700;
}

.img-left-step>img {
	z-index: -2;
	position: relative;
	border-radius: 0;
	margin-right: 15px;
	border: 1px solid #f2f8f8;
	border-radius: var(--br);
}

.step-num>h3 {
	font-size: 20px;
	left: 0;
	font-weight: 700;
	font-family: var(--fontP) !important;
	position: absolute;
	top: 0px;
	/* color: #528899; */
	background: #f3f8f9;
	padding: 10px 15px;
	border-radius: 20px 0 10px 0;
}


.steps-yoga .row+.row>div.col-lg-6:nth-child(1) .step-num>h3 {
	color: #528899;
}

.steps-yoga .row+.row>div.col-lg-6:nth-child(2) .step-num>h3 {
	color: #a96ad6;
}

.steps-yoga .row+.row>div.col-lg-6:nth-child(3) .step-num>h3 {
	color: #6886d8;
}

.steps-yoga .row+.row>div.col-lg-6:nth-child(1) .content-rgt-step {
	color: #528899;
}

.steps-yoga .row+.row>div.col-lg-6:nth-child(2) .content-rgt-step {
	color: #a96ad6;
}

.steps-yoga .row+.row>div.col-lg-6:nth-child(3) .content-rgt-step {
	color: #6886d8;
}

.steps-yoga .row+.row>div.col-lg-6:nth-child(4) .content-rgt-step {
	color: #ff6969;
}

.steps-yoga .row+.row>div.col-lg-6:nth-child(4) .step-num>h3 {
	color: #ff6969;
}

@media only screen and (min-width: 320px) and (max-width: 3000px) {

	body,
	html {
		overflow-x: hidden;
	}
}

/* new start */
#carouselExampleInterval {
	margin-top: 70px;
	/* height: 82vh; */
}

#carouselExampleInterval .carousel-control-prev-icon {
	background-image: url('../images/icons/left-arrow.png');
	background-size: 40px;
}

#carouselExampleInterval button.carousel-control-prev {
	width: 90px;
	background: #00000059;
	height: 90px;
	top: 50%;
	left: 100px;
	border-radius: 100%;
	transform: translate(0%, -50%);
	transition: var(--ts);
}

#carouselExampleInterval button.carousel-control-next {
	width: 90px;
	background: #00000059;
	height: 90px;
	top: 50%;
	right: 100px;
	border-radius: 100%;
	transform: translate(0%, -50%);
	transition: var(--ts);
}

#carouselExampleInterval .carousel-control-next-icon {
	background-image: url('../images/icons/right-arrow.png');
	background-size: 40px;
}




/* new end */

/* icons start */
.login-icn {
	width: 24px;
	margin-right: 2px;
	margin-top: -3px;
}

/* icons end */
/* page start */
.inner-page {
	/* background-image: linear-gradient(180deg, var(--lightGreen), transparent); */
}

.client-sec-inner {
	background-color: #f2f8f8;
}

.client-sec-inner::before {
	content: '';
	position: absolute;
	top: 0;
	z-index: -2;
	left: 0;
	background-image: url(https://t4.ftcdn.net/jpg/05/34/87/15/360_F_534871551_MOmx3mu3oP1TkmUW8ZDffLpHrv86LLrE.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
	background-position: left bottom;
	opacity: .2;
}


button.next:hover,
button.previous:hover {
	background-color: var(--title) !important;
	border-color: var(--title) !important;

}

button.next,
button.previous {
	margin-top: 50px !important;
	WIDTH: 190PX !important;
	animation-delay: 0.7s;
	opacity: 1;
	border-radius: var(--br) !important;
	padding: 14px 30px !important;
	font-weight: 400;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

button.next img,
button.previous img {
	padding-top: 4px;
	width: 19px;
	margin-left: 8px;
}

.client-sec-inner .main-title>h1 {
	font-size: 30px;
	font-weight: 800;
	color: var(--title);
}


/* page end */
.btn-dark:hover,
.btn-default:hover,
#msform .action-button-previous:hover {
	color: #fff !important;
	background: var(--title) !important;
	border-color: var(--title) !important;
	transition: var(--ts);
}


.submit-btn {
	min-width: 190px;
	padding: 14px 30px !important;
}

/* dashboard menu start */
.profile-close + ul {
	margin-top: 10px;
}
.dsh-div {
	height: 350px;
	background: linear-gradient(180deg, #85e3ff, #b086ef);
	position: relative;
}

.dsh-div::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/1626099400-20141121chi0144-e-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .2;
}


.profile-menu-img {
	margin: 0 auto;
	width: 70px;
}

.pro-div-box {
	min-height: 400px;
	border-radius: 0px 20px 0 0;
	background: #fff;
	padding: 20px 80px;
	box-shadow: -5px -20px 20px #3333331a;
}

.profile-navbar-menu {
	padding: 10px 30px 30px;
	background: #9729e926;
}

/* dashboard menu end */

/* profile start */
.profile-menu {
	background: #ad58ec;
	border-radius: 20px 0 0 0;
	text-align: center;
	padding: 25px 20px 25px;
}

.profile-menu-img-cnt p {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	padding-top: 10px;
	margin-bottom: 0;
}

.la-rupee-sign {
	font-size: 17px;
}

.profile-navbar-menu ul>li:last-child {
	border-bottom: none;
}

.profile-msg-div {
	background: #ddeaff;
	padding: 10px 20px;
	border-radius: 5px;
	position: relative;
	margin-bottom: 10px;
}

.profile-msg-div a {
	color: #0030ff;
}

.profile-close span, .profile-close i {
	color: var(--title);
}

.pro-div-box .left-img-cours>img {
	height: 250PX;
	object-fit: contain;
}

.bat-tim-div span {
	font-weight: 600;
}

.bat-tim-lnk  {
	display: flex;
	margin-top: 15px;
    justify-content: start;
}

.bat-tim-lnk-btn {
	font-size: 15px;
    font-weight: 500;
    border: none;
	outline: none;
	background: transparent;
    appearance: none;
    color: var(--text);
	max-height: 200px;
}

.active .bat-tim-lnk-btn {
	appearance: auto!important;
}

.bat-tim-lnk.active {
	background: #f1dfff;
	border-color: #decdeb;
}

.bat-lnk-bnt a {
	background: #9474b1;
    color: #fff!important;
    padding: 0px 10px;
    font-size: 11px;
    border-radius: 6px;
}

.bat-lnk-bnt-sbt > a:first-child {
	background: var(--primary);
}

.bat-lnk-bnt-sbt > a:last-child {
	background: var(--third);
	margin-left: 2px;
}

.bat-tim-lnk{
    background: #e2e2e2;
    padding: 5px 10px;
    color: var(--text);
    width: fit-content;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
	position: relative;
}

.bat-tim-lnk::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 50px;
	cursor: not-allowed;
    background: transparent;
}

.active .bat-tim-lnk-btn {
	cursor: pointer; 
}

.bat-tim-lnk.active::before {
	display: none;
}

.bat-lnk-bnt {
	margin-left: 20px;
}

#batchtiming .modal-content {
	max-width: 500px;
}

.pro-div-box .main-content-cours h2 {
	font-size: 20px;
}

.pro-div-box .desc-course>p, .pro-div-box .desc-course-cnt p {
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #707070;
    margin-bottom: 30px;
    margin-top: 20px;
}

.desc-course-cnt {
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.desc-course-cnt.active {
    -webkit-line-clamp: initial;
}

.pro-div-box .btn {
	font-size: 15px;
}

.course-div-box-img img {
	border-radius: 10px;
    border: 2px solid #939fd7;
    border-bottom: none;
    height: 220px;
    object-fit: cover;
    object-position: center;
}

.course-div-box span {
	margin-top: -13px;
    display: block;
    background: #939fd7;
    font-size: 16px;
    padding: 24px 20px 12px;
    width: 100%;
    font-weight: 500;
    color: var(--title);
    border-radius: 0 0 10px 10px;
}

.profile-close {
	background: linear-gradient(-80deg, #00e7d1, #07cebb 75%, #00e7d1);
	color: #031a18;
	font-size: 16px;
	top: -25px;
	width: 77%;
	padding: 10px 35px;
	box-shadow: inset 0px -8px 15px #0a9587b5;
	right: 0;
	left: 0;
	justify-content: center;
	margin: 0 auto;
	border-radius: 14px;
	font-weight: 500;
}

.custom-file-label::after {
    content: attr(data-browse);
    padding: 12px 20px;
    height: 48px;
    border-radius: 0 var(--br) var(--br) 0;
}

.custom-file-label {
	line-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
	padding: 0 30px!important;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.profile-form .form-control, .custom-file-label {
	background: #fff !important;
	border: 1px solid #9ca2a8 !important;
	color: var(--text);
	font-size: 16px;
	font-weight: 400;
	padding: 13px 30px;
	border-radius: var(--br) !important;
	min-height: 50px;
}

.profile-close i {
	font-size: 25px;
}

.profile-navbar-menu ul>li i {
	font-size: 20px;
	color: var(--title);
	margin-right: 3px;
}

.profile-navbar-menu ul>li span {
	font-weight: 500;
	font-size: 15px;
	color: var(--title);
}

.pro-div-box-title h2 {
	font-size: 28px;
	font-weight: 800;
	font-family: var(--fontH);
	color: var(--title);
}

.profile-navbar-menu ul>li {
	padding: 12px 12px;
	border-radius: 5px;
	margin-bottom: 2px;
	transition: var(--ts);
}

.profile-navbar-menu ul>li.active,
.profile-navbar-menu ul>li:hover {
    background-color: #ffffffc4;
    box-shadow: 0px 0px 20px #ad58ec3d;
}


.profile-menu-img-cnt span {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: .5px;
}

.das-div-box {
    background: linear-gradient(150deg, #bb8dff, #480d9f);
    padding: 30px 20px 72px;
    border-radius: 20px;
    min-height: 275px;
}

.das-div-box_course p {
	padding-top: 12px;
    color: #fff;
	font-size: 16px;
    font-weight: 400;
    line-height: 21px;
}

.box-2 a {
	color: #76fff6;
    font-size: 15px;
}

.das-div-box_course span {
	font-weight: 300;
	background: #5f2aab;
	padding: 0 15px;
	font-size: 15px;
	color: #fff;
	border-radius: 10px;
}

.das-div-box_course h4 {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
	color: #ffffff;
	margin-top: 10px;
	line-height: 25px;
	font-family: var(--fontH) !important;
	letter-spacing: .5px;
}

.das-div-box svg {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}


/* profile end */

/* faq start */
.faq_div-cnt {
	width: 991px;
	margin: 0 auto;
	border: none;
}

.faq_div-cnt .accordion-button.collapsed {
	border-color: #5765eb !important;
	background: transparent;
	border-bottom: none !important;
	font-weight: 600;
	border-bottom: none;
}

.faq_div-cnt .accordion-button {
	color: #5765eb;
	border-color: #5765eb;
	background: transparent;
	border-bottom: none !important;
	font-weight: 600;
	border-bottom: none;
}

.box-2 {
	background-image: linear-gradient(150deg, #8da9ff, #1e0d9f);
}
.box-2 .das-div-box_course span {
	background-color: #2c3575;
}

.das-div-box_batch > span {
	font-weight: 300;
    background: #cc5959;
    padding: 0 15px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #fff;
    border-radius: 10px;
    display: block;
    width: max-content;
}

.das-div-box_batch h4 span {
		font-weight: 700;
		font-size: 20px;
		letter-spacing: .5px;
		margin-bottom: 15px;
		color: #ffffff;
		margin-top: 10px;
		line-height: 25px;
}


.accordion-button:not(.collapsed) {
	color: var(--title) !important;
	background-color: transparent !important;
	box-shadow: none !important;
}


.faq_div-cnt .accordion-header {
	font-family: var(--fontP) !important;
}

.faq_div-cnt .accordion-item {
	border: none;
	border-bottom: 1px solid #dddddd;
}

.faq_div-cnt button.accordion-button.collapsed {
	padding: 25px 23px;
	border: none;
	font-size: 16px;
	font-weight: 600;
	color: var(--title);
	box-shadow: none;
}


.faq_div-cnt .accordion-body {
	font-size: 16px;
	padding: 10px 1.25rem;
	font-weight: 500;
	color: #6d3993;
	line-height: 24px;
	padding-bottom: 26px;
}

/* faq end */

/* payment Successful Start */
.payment-success {
	background: linear-gradient(180deg, #5ab57b 10%, #368d55 18%, white 0);
	border-radius: var(--br);
	padding: 10px 20px 31px;
	margin-top: 38px;
	border: 1px solid #f1f1f1;
	box-shadow: 1px 1px 20px #00000012;
}

.payment-success-img {
	width: 102px;
	margin: -65px auto 30px;
	border: 8px solid #ffff;
	box-shadow: -20px 8px 20px #21503952;
	border-radius: 100%;
	background: #5ab57b;
	padding: 17px;
}

.payment-success h3 {
	font-weight: 900;
	color: var(--title);
	text-align: center;
	margin: 20px auto 35px;
	font-size: 40px;
}

.payment-success-cnt p {
	margin-top: 12px;
	color: #a1a1a1;
	font-weight: 300;
}

.payment-success-cnt h4 {
	color: var(--title);
	font-weight: 800;
	font-family: var(--fontP) !important;
	margin-bottom: 13px;
	font-size: 20px;
}

.payment-success-cnt h4~span {
	display: block;
	color: var(--title);
	font-size: 16px;
	font-weight: 500;
	font-family: var(--fontP);
}

.payment-btn {
	margin: 0 auto;
	text-align: center;
}

.payment-success-cnt {
	padding: 18px 0;
	color: #9d9d9d;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}

.payment-btn button>img {
	padding: 4px;
}

.payment-btn button {
	margin-top: 14px;
	border-radius: var(--br);
	border: none;
	background: #5ab57b;
	padding: 13px 49px;
	color: #fff;
	font-weight: 500;
}

.payment-box-cnt table tr,
.payment-box-cnt table tr td {
	width: 100%;
	border-top: none;
	padding-top: 13px;
	padding-bottom: 13px;
}

.payment-box-cnt table tr:last-child {
	text-align: right;
}

.payment-gateway-div {
	padding: 15px 30px;
	background: #9555c3;
	border-radius: 20px 20px 0 0;
	color: #fff;
	font-weight: 500;
}

.payment-div-box {
	text-transform: uppercase;
}



.form-coupon button {
	background: #7196ba;
	border: none;
	padding: 13px 30px;
	border-radius: var(--br);
	font-size: 16px;
	color: #fff;
	margin-top: 11px;
	float: right;
	width: 100%;
}

.step {
	background: #4c0a6c;
}

.owl-theme .owl-nav [class*="owl-"] {
	background-color: var(--title) !important;
	opacity: .4;
	transition: var(--ts);
}

.owl-theme .owl-nav [class*="owl-"]:hover {
	opacity: 1;
}

.profile-div {
	margin-top: -210px;
}

.outline {
	font-size: 30px;
	font-family: var(--fontP);
	left: 50%;
	font-weight: 800;
	top: 14px;
	z-index: 0;
	-webkit-text-stroke-color: #050006;
	-webkit-text-stroke-width: 0.8px;
	color: transparent !important;
	letter-spacing: 1px;
	position: absolute;
	transform: translate(-50%, 0);
}


.upl_pdf {
	position: absolute;
	top: 17px;
	background: #ffff;
	width: calc(100% - 100px);
	border-radius: 30px;
	padding-left: 34px;
	font-weight: 500;
	color: var(--text);
}

/* payment Success End */





.QuickInquiry {
	border: 0;
	width: auto;
	padding: 10px 30px;
	top: 40%;
	text-transform: uppercase;
	right: -20px;
	font-size: var(--fs16);
	letter-spacing: 1px;
	font-weight: 400;
	left: auto;
	background: linear-gradient(-145deg, #16b7a7 20%, #6850fd);
	z-index: 1;
	position: fixed;
	transition: all 1s ease;
	transform: rotate(90deg) translate(0, -50%);
	border-radius: 0 0 20px 20px;
}

.modal-box-info {

	width: 100%;
	margin: 0 auto;
}

.modal-box {
	width: 100%;
	appearance: none;
	padding: 14px 25px;
	margin: 0 auto;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-radius: var(--br);
	color: var(--text);
	box-shadow: -4px 3px 0px #9999992e;
}

/* The Modal (background) */
.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 10;
	/* Sit on top */
	padding-top: 50px !important;
	/* Location of the box */
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	/* Full width */
	height: 100% !important;
	/* Full height */
	overflow: auto !important;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
	border-radius: 0;
}

/* Modal Content */
.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	border: 1px solid #888;
	width: 800px !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.8s;
	animation-name: animatetop;
	animation-duration: 0.8s;
	padding: 10px 10px !important;
}

/* Add Animation */
@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}

	to {
		top: 0;
		opacity: 1
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}

	to {
		top: 0;
		opacity: 1
	}
}

/* The Close Button */
/*.cancel-modal{
	border:1px solid #000;
	border-radius:50px;
	padding:20px;
}*/
.head-content {
	background: -webkit-linear-gradient(#16b7a7, #6850fd);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 400;
	display: block;
	padding-bottom: 20px;
}

.close {
	color: #000;
	text-align: right;
	font-size: 28px;
	font-weight: bold;
	/* margin-top:-10px;*/
}

.close:hover,
.close:focus {
	color: rgba(0, 0, 0, 0.4);
	text-decoration: none;
	cursor: pointer;
}

/*End--enquiry--modal--box*/

/*Start--enquiry--modal--box*/
@media only screen and (max-width: 768px) {

	.modal-box {
		padding: 10px 8px;
	}

	input.modal-box,
	select.modal-box {
		padding: 10px 20px !important;
	}

	.cancel-modal+.row {
		padding: 0 10px !important;
	}


	.QuickInquiry {
		border: 0 !important;
		left: 0px !important;
		padding: 8px 30px !important;
		border-radius: 20px 20px 0 0;
		top: auto;
		font-size: var(--fs14);
		right: auto !important;
		bottom: 0;
		background: linear-gradient(-145deg, #16b7a7 20%, #6850fd) !important;
		z-index: 10 !important;
		position: fixed !important;
		transition: all 1s ease !important;
		color: #fff !important;
		transform: rotate(0deg) translate(0, -0%) !important;
	}

	.modal-content {
		position: relative;
		background-color: #fefefe;
		margin: auto;
		padding: 0;
		border: 1px solid #888;
		width: 100% !important;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		-webkit-animation-name: animatebottom;
		-webkit-animation-duration: 0.8s;
		animation-name: animatebottom;
		animation-duration: 0.8s;
		padding: 10px 10px !important;
	}

	/* Add Animation */
	@-webkit-keyframes animatebottom {
		from {
			bottom: -300px;
			opacity: 0
		}

		to {
			bottom: 0;
			opacity: 1
		}
	}

	@keyframes animatebottom {
		from {
			bottom: -300px;
			opacity: 0
		}

		to {
			bottom: 0;
			opacity: 1
		}
	}
}


.why-us-abt>.container>.row+.row>.col-lg-4>div:first-child>.box-why-abt {
	background: linear-gradient(45deg, #4876db, #1bb1ac)
}

.why-us-abt>.container>.row+.row>.col-lg-4>div:last-child>.box-why-abt {
	background: linear-gradient(45deg, #d048d6, #b81a71)
}

.why-us-abt>.container>.row+.row>.col-lg-4:last-child>div:first-child>.box-why-abt {
	background: linear-gradient(45deg, #a424a6, #d317d5);
}

.why-us-abt>.container>.row+.row>.col-lg-4:last-child>div:last-child>.box-why-abt {
	background: linear-gradient(45deg, #4adc53, #18b98d)
}

.right-yoga-div+div>.box-why-abt {
	background: linear-gradient(45deg, #277fcf, #254fec) !important;
}

/* other start */

.profile-form td .la-download {
	background: #9131af29;
	color: #4b0663;
	font-size: 17px;
	padding: 7px 8px;
	border-radius: 100%;
	cursor: pointer;
}

.profile-form th {
	font-size: 15px;
	padding: 14px 15px !important;
	border-bottom: none !important;
	font-weight: 600;
	color: var(--title);
}

.profile-form td {
	padding: 14px 15px !important;
}

.profile-form tbody>tr>td:first-child {
	color: #622093;
	font-weight: 600;
}

.profile-form td {
	color: var(--text);
	font-size: 16px;
}

.profile-form td .badge {
	padding: 4px 12px;
	border-radius: 10px;
	color: #fff;
	font-weight: 400;
	font-size: 13px;

}

.profile-form td .bg-success {
	background-color: #31af7f !important;
}

.profile-form td .bg-danger {
	background-color: #dc3545 !important;
}


.profile-form td .bg-warning {
	background-color: #d5a105 !important;
}

.intro_desc, .why-box2 h5 + p,  .why-box h5 + p, .testi_desc, .content-testi p  {
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_title {
        min-height: 55px;
}

.blog_title, .why-us-abt .intro_desc > h5 {
      line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_title + p {
      line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    min-height: 112px;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.intro_desc > h5 + p  {
      line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about-abt-desc_tatvamasi {
      line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_content {
    min-height: 249px;
}





/* other end */