@font-face {
    font-family: 'Australove';
    src: url('../fonts/Australove.woff2') format('woff2'),
        url('../fonts/Australove.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Australove';
    src: url('../fonts/Australove.woff2') format('woff2'),
        url('../fonts/Australove.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



:root {
	--theme-orange: #ff9f40;
	--theme-cultured: #F6F6F6;
	--theme-black: #000000;
}


html {
	font-size: 62.5%
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	--box-sizing: border-box;
	-webkit-box-sizing: border-box;
	word-wrap: break-word;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 1.2;
	font-weight: 400;
	overflow-x: hidden;
}

img {
	vertical-align: middle;
	max-width: 100%;
}

a img {
	border: none;
}

a {
	text-decoration: none;
	color: #000;
}

ul {
	list-style: none
}

:focus {
	outline: none
}

p {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-family: inherit;
	margin-bottom: 20px;
}

.wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding: 0 20px;
	width: 100%;
}

.wrapper_b {
	margin-left: auto;
	margin-right: auto;
	max-width: 1340px;
	padding: 0 20px;
	width: 100%;
}
.single-page-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 1140px;
	padding: 0 10px;
	width: 100%;
}

.clr {
	clear: both;
	float: none;
	display: block;
}

.clr:after,
.afclr:after {
	clear: both;
	float: none;
	display: block;
	content: ""
}

input[type="submit"],
button {
	-webkit-appearance: none
}

select {
	word-wrap: normal
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
}

select.input_detail {
	background-image: url('../images/select-arrow.svg');
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 98% center;
}

::-webkit-input-placeholder {
	color: #fff;
}

:-moz-placeholder {
	color: #fff;
}

::-moz-placeholder {
	color: #fff;
}


/*****Menus CSS*****/
.nav-menu li, .mm_nav-menu li {
	position: relative;
	display: inline-block;
	margin: 0 8px;
}

.nav-menu .sub-menu li:first-child {
	border-top: 4px solid var(--theme-orange);
}


.mm_nav-menu .mm_sub-menu li:first-child {
	border-top: 0px solid transparent;
}

.mm_nav-menu .mm_sub-menu li {
    padding-left: 20px;
}

.nav-menu>li>a, .mm_nav-menu>li>a {
	position: relative;
	display: block;
	color: #fff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	text-transform: capitalize;
	padding: 10px 2px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font-size: 1.6rem;
}


.nav-menu>li>a:hover, .nav-menu>li.current-menu-item>a, .mm_nav-menu>li>a:hover, .mm_nav-menu>li.current-menu-item>a {
	color: var(--theme-orange);
}

.nav-menu>li.expand_icon>a, .mm_nav-menu>li.mm_expand_icon>a {
	position: relative;
}

.nav-menu>li.menu-item-has-children>a:hover:before, .mm_nav-menu>li.mm_menu-item-has-children>a:hover:before {
	background: url('../images/gr_down_icon.png') no-repeat;
	background-size: 100%
}

.fixed_header .nav-menu>li>a:hover:before, .mm_fixed_header .mm_nav-menu>li>a:hover:before {
	background: url('../images/bl_down_icon.png') no-repeat;
	background-size: 100%
}

.nav-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 180px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	z-index: 1000;
	visibility: visible;
	filter: alpha(opacity=0);
	visibility: hidden;
	opacity: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.mm_state-active ul.mm_sub-menu {
    padding-left: 20px;
}

.header_menus_section ul.nav-menu {
    text-align: right;
}

.sticky_header .header_menus_section ul.nav-menu {
    text-align: right;
}

.h_shop_card_inner {
	padding-left: 40px;
    display: flex;
    position: relative;
    align-items: center;
}

/* .mm_nav-menu .mm_sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	z-index: 1000;
	visibility: visible;
	filter: alpha(opacity=0);
	visibility: hidden;
	opacity: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
} */

.nav-menu .sub-menu.mega_menu_sub, .mm_nav-menu .mm_sub-menu.mm_mega_menu_sub {
	display: none;
}

.fixed_header .nav-menu .sub-menu, .mm_fixed_header .mm_nav-menu .mm_sub-menu {
	top: 100%;
}

.nav-menu .sub-menu li, .mm_nav-menu .mm_sub-menu li {
	float: none;
	background: #fff;
	border-bottom: 1px solid #849673;
	border-left: none;
	padding: 0;
	display: block;
	position: relative;
}

.nav-menu .sub-menu li a:hover {
	color: #fff;
	background: #003F5A;
}

.mm_nav-menu .mm_sub-menu li a:hover {
	color: var(--theme-orange);
}

.nav-menu .sub-menu li a, .mm_nav-menu .mm_sub-menu li a {
	text-align: left;
	font-size: 1.5rem;
	display: block;
	font-weight: 500;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.6);
	padding: 8px 20px;
}

.nav-menu .sub-menu ul, .mm_nav-menu .mm_sub-menu ul {
	position: absolute;
	top: 0px;
	left: 100%;
	border-top: 0;
	padding-left: 0px;
	padding-top: 0;
	filter: alpha(opacity=0);
	width: 180px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate(40px, 0)
}

.nav-menu .sub-menu li:last-child, .mm_nav-menu .mm_sub-menu li:last-child {
	border-bottom: none;
}

.nav-menu>li:last-child, .mm_nav-menu>li:last-child {
	padding-right: 0;
}

.nav-menu>li:last-child a, .mm_nav-menu>li:last-child a {
	margin-right: 0;
}

.nav-menu li:hover>.sub-menu{
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}

.nav-menu li:hover>.sub-menu.mega_menu_sub, .mm_nav-menu li:hover>.mm_sub-menu .mm_mega_menu_sub {
	display: block;
}

.nav-menu .sub-menu li:hover ul, .mm_nav-menu .mm_sub-menu li:hover ul {
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translate(0px, 0)
}

.nav-menu .sub-menu ul li:first-child, .mm_nav-menu .mm_sub-menu ul li:first-child {
	border-top: none;
}

.cross_button, .mm_cross_button {
	display: none
}

.menu_expand, .mm_menu_expand {
	display: none;
	color: #000;
	text-transform: uppercase;
	font-size: 1.6rem;
	line-height: 1.2;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	letter-spacing: 3px;
	text-decoration: none;
	border-radius: 5px;
}

.overlay, .mm_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	opacity: 0;
}

.overlay.active, .mm_overlay.mm_active {
	z-index: 100;
	opacity: 1;
}

.custom_mega_menu .sub-menu, .mm_custom_mega_menu .mm_sub-menu {
	width: 85%;
	left: 0;
	margin: 0 auto;
	right: 0;
}

.nav-menu .sub-menu .menu_sub_block_inner ul, .mm_nav-menu .mm_sub-menu .mm_menu_sub_block_inner ul {
	position: static;
	width: auto;
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(0px, 0);
}

.nav-menu .sub-menu .menu_sub_block_inner ul li a, .mm_nav-menu .mm_sub-menu .mm_menu_sub_block_inner ul li a {
	padding: 6px 0px;
}

.menu_sub_left {
	float: left;
	width: 25%;
	padding: 20px 34px 26px 34px;
	text-align: left;
}

.menu_sub_left h3 a {
	color: #000;
	font-size: 1.6rem;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	text-align: left;
	padding-bottom: 9px;
	display: block
}

.main_header_section {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 30px 0;
	justify-content: space-between;
	position: relative;
}

.header_btn {
	color: #fff;
	text-align: center;
	font-weight: 400;
	text-transform: uppercase;
	display: block;
	transition: all 0.3s ease;
	font-size: 1.7rem;
}

.header_is_sticky .top_header_center {
	flex: 0 0 85%;
}

.logo_section a {
	display: inline-block;
}

.header_btn:hover {
	color: var(--theme-orange);
}

.h_right_shop_section {
	display: inline-flex;
	align-items: center;
}

.sticky_header .top_header_left {
	flex: 0 0 15%;
}


.sticky_header .logo_section a img {
	max-width: 120px;
}

.desktop_manu a {
    display: inline-block;
}

.top_header_center {
	flex: 0 0 45%;
	text-align: center;
}

.header_menus_section {
	padding-left: 30px;
}

.sticky_header .header_menus_section {
	text-align: right;
}

.mm_menu_expand>img {
	padding-left: 20px;
	width: 50px;
}

.desktop_manu .menu_expand {
	display: block;
	z-index: 9;
}

.main_banner_section {
	position: relative;
}

.main_banner_section:before,.page_banner_section::before,.page_not_found::before {
    position: absolute;
    left: 0;
    content: '';
    bottom: 0;
    right: 0;
    top: 0;
    display: block;
    background: linear-gradient(90.1deg, #09222c 0.19%, rgba(17, 88, 119, 0.24) 95.47%, rgba(17, 88, 119, 0) 179.83%);
    background-blend-mode: multiply;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}

.top_header_right {
	flex: 0 0 30%;
	text-align: right;
	display: flex;
	align-items: center;
	justify-content: end;
}

.site__btn {
	border: 2px solid var(--theme-orange);
	padding: 12px 25px;
	color: #fff;
	background: var(--theme-orange);
	font-weight: 500;
	display: inline-block;
	font-family: inherit;
	border-radius: 6px;
	text-transform: uppercase;
	font-size: 16px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	letter-spacing: 1px;
}

.site__btn:hover {
	background: #FF7F00;
	border: 2px solid #FF7F00;
	color: #fff;
}

.form_input_b {
	float: left;
	width: 50%;
	padding: 0 10px;
}

.input_detail {
	width: 100%;
	padding: 15px 18px;
	border: none;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	line-height: 1.4;
	font-weight: 400;
	color: #000;
	background: #fff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	border-radius: 5px;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.submit_btn {
	border: 2px solid #000;
	padding: 11px 18px;
	color: #fff;
	background: #000;
	font-weight: 500;
	cursor: pointer;
	display: inline-block;
	border-radius: 6px;
	font-size: 1.6rem;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	letter-spacing: 1px;
}

.submit_btn:hover {
	background: #fff;
	color: #000;
}


.desktop_manu .nav-menu, .desktop_manu .mm_nav-menu  {
	float: none;
	text-align: center;
	margin-right: 0px;
	background: #ffffff;
	width: 100%;
}

.desktop_manu .nav-menu, .desktop_manu .mm_nav-menu {
	display: block;
	position: fixed;
	top: 0;
	left: -220px;
	bottom: 0;
	z-index: 100;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
	overflow-y: auto;
	padding: 56px 0 0 0px;
}

.desktop_manu .cross_button, .desktop_manu .mm_cross_button {
	margin-top: 20px;
	display: block;
	text-align: center;
	position: absolute;
	top: -10px;
	right: 9px;
}

.desktop_manu .nav-menu li, .desktop_manu .mm_nav-menu li {
	float: none;
	margin: 0px;
	border-bottom: none;
	padding: 0;
	display: block;
	width: 100%;
}

.desktop_manu .nav-menu>li>a, .desktop_manu .mm_nav-menu>li>a {
	background: none;
	border-bottom: none;
	color: #000;
	text-align: left;
	font-size: 1.6rem;
}

.desktop_manu .nav-menu li a, .desktop_manu .mm_nav-menu li a {
	padding: 11px 20px;
	color: #fff;
	display: block;
	transition: all 0.3s ease;
	font-size: 1.8rem;
}

.desktop_manu .nav-menu li a:hover{
	color: var(--theme-orange);
}
.desktop_manu .mm_nav-menu li a:hover{
	color: #000;
} 

.desktop_manu .expand_plus, .desktop_manu .mm_expand_plus {
	position: absolute;
	right: 0;
	top: -5px;
	width: 35px;
	height: 42px;
	padding: 25px 10px 2px;
	cursor: pointer;
	z-index: 100;
}

.desktop_manu .nav-menu.state-active {
	clear: both;
	left: 0;
	opacity: 1;
	overflow: hidden;
	visibility: visible;
}
.desktop_manu .mm_nav-menu.mm_state-active{
	clear: both;
	opacity: 1;
	overflow: hidden;
	visibility: visible;
	right: 0;
}

.desktop_manu .cross_button a, .desktop_manu .mm_cross_button a  {
	display: inline-block;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 1.2;
	cursor: pointer;
	color: #000;
}


.main_banner_outer {
	position: relative;
}

.scroll_down_inner {
	position: absolute;
	left: 30px;
	bottom: 7px;
}

.scroll_down_inner img {
	width: 100%;
}

.desktop_manu .m_close_icon, .desktop_manu .mm_m_close_icon {
	position: relative;
	display: block;
}

.desktop_manu .m_close_icon:after, .desktop_manu .mm_m_close_icon:after  {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.desktop_manu .m_close_icon:before, .m_close_icon:after, .desktop_manu .mm_m_close_icon:before, .mm_m_close_icon:after  {
	display: block;
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	background: #000;
	top: 20px;
	left: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.desktop_manu .expand_plus:after, .desktop_manu .mm_expand_plus:after {
	margin-right: -2px;
	transform: translate(-50%, -50%) rotate(-135deg);
	content: '';
	position: absolute;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	margin-left: -2px;
	box-sizing: border-box;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	transform-origin: center;
}

.desktop_manu .expand_plus.active:after, .desktop_manu .mm_expand_plus.mm_active:after  {
	transform: translate(-50%, -50%) rotate(45deg);
}

.desktop_manu .expand_plus i, .desktop_manu .mm_expand_plus i {
	display: block;
	position: relative;
	width: 12px;
	height: 10px;
	top: -8px;
}

.desktop_manu .expand_plus.active i, .desktop_manu .mm_expand_plus.mm_active i {
	background-position: 0px -190px;
}

.desktop_manu .nav-menu .sub-menu,
.nav-menu .sub-menu ul {
	width: auto;
	position: relative;
	display: none;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100)
}

.desktop_manu .nav-menu .sub-menu.active-children {
	display: block;
	top: 0;
}

.top_header_left {
	flex: 0 0 25%;
}

.h_login_inner li {
    position: relative;
    display: inline-block;
    padding-right: 5px;
}

.h_login_inner li a {
    display: block;
    padding: 0 5px;
	text-transform: capitalize;
}

.h_login_inner li a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    transform: rotate(30deg);
    background: #fff;
    width: 2px;
}

.h_login_inner li:last-child a:before
{
	display: none;
}

.logo_section a img {
	max-width: 250px;
}

.main_banner_section img {
	width: 100%;
}



.mm_expand_plus.mm_active:after {
	transform: translate(-50%, -50%) rotate(45deg);
	border-top: 2px solid #000;
	border-left: 2px solid #000;
}

/* .mm_expand_plus {
	position: absolute;
	right: 0;
	top: -5px;
	width: 35px;
	height: 42px;
	padding: 25px 10px 2px;
	cursor: pointer;
	z-index: 100;
}

.mm_expand_plus i {
	display: block;
	position: relative;
	width: 12px;
	height: 10px;
	top: -8px;
} */

.mm_expand_plus:after { transform: translate(-50%, -50%) rotate(-135deg); content: ''; position: absolute; top: 50%; right: 15px; width: 8px; height: 8px; margin-left: -2px; box-sizing: border-box; border-top: 2px solid #000; border-left: 2px solid #000; transform-origin: center; }

.mm_expand_plus .mm_active {
	top: 100px;
}

.mm_expand_plus .mm_active i {
	top: 200px;
}

.mm_expand_plus.mm_active i {
	background-position: 0px -190px
}

.mm_nav-menu .mm_sub-menu .mm_expand_plus {
	height: 34px
}
/*****Menus CSS End*****/

























/*footer section */
.footer_section {
	padding: 100px 0px 70px 0px;
	background: #000;
}

.social_media_inner ul li a {
	display: inline-block;
}

.social_media_inner ul li {
	margin-right: 10px;
	display: inline-block;
	width: 30px;
	height: 30px;
}

.social_media_inner ul li a svg {
	width: 30px;
	height: 30px;
	float: left;
}

.social_media_inner ul li:last-child a svg {
	width: 24px;
	height: 30px;
}

.social_media_inner ul li a svg path {
	fill: #fff;
	transition: all 0.3s ease;
}

.social_media_inner ul li a svg path:hover {
	fill: #FF7F00;
}

.footer_block_one {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 80px;
}

.footer_block_one_l {
	flex: 0 0 50%;
}

.footer_block_one_r {
	flex: 0 0 50%;
}

.footer_block_two_inner ul li a {
	color: #fff;
	margin-right: 20px;
	transition: all 0.3s ease;
	text-transform: capitalize;
}

.footer_block_two_inner ul li a:hover {
	color: var(--theme-orange);
}

.main-menus-section {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	transition: 1s all;
}

.wpcf7 .ajax-loader {
	position: absolute;
}

.page_title_setcion_inner {
	padding: 60px 0 40px;
}

.page_content_inner {
	min-height: 200px;
}

.sticky_header.header_is_sticky {
	top: 0;
	opacity: 1;
	visibility: visible;
	z-index: 599;
}

.header_is_sticky .main_header_section {
	padding: 10px 0px;
}

.sticky_header {
	background: #000;
	position: fixed;
	left: 0;
	right: 0;
	top: -1000px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
	visibility: hidden;
	/* box-shadow: 0px 0px 10px 0px #0000003d; */
}

.sub_menus_heading h4 a {
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 500 !important;
	font-family: 'Poppins', sans-serif;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

.sub_menus_heading .widget_custom_html {
	padding: 30px 20px 0px 20px !important;
}


/*Error Section Css*/
.error_section {
	text-align: center;
	position: relative;
	background-color: var(--theme-orange);
	padding: 100px 0;
}

.error_heading {
	font-size: 3.6rem;
	color: #000;
	padding: 40px 0 0;
}

.error_desc {
	color: #000;
	padding: 10px 0 20px;
	font-size: 2.0rem;
}


.error_section {
	text-align: center;
	position: relative;
	padding: 100px 0;

}

.error_heading {
	font-size: 44px;
	color: #000;
	padding: 43px 0 20px;
}

.error_desc {
	color: #000;
	padding: 0px 0;
	font-size: 20px;
}

.heading_h2 h2 {
	font-size: 4.4rem;
	line-height: 1.3;
	font-weight: 600;
	font-family: 'Nunito Sans', sans-serif;
	color: #000;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.heading_h3 h3 {
	font-size: 3.2rem;
	line-height: 38px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 20px;
}

.heading_h4 h4 {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
}

.mentor_info_sec h4 {
	text-align: center;
	margin-top: 40px;
	font-size: 3.0rem;
}

.footer_block_one h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	padding-bottom: 15px;
}

.footer_block_one_l_inner {
	padding-right: 30%;
}

.email_info_inner ul li {
	margin-bottom: 5px;
}

.email_info_inner ul li a {
	color: #fff;
	font-size: 1.8rem;
	display: inline-block;
	transition: all 0.3s ease;
	font-family: 'Poppins', sans-serif;
	line-height: 26px;
}

.email_info_inner ul li a:hover {
	color: #FF7F00;
}

.social_media_inner {
	margin-bottom: 30px;
}

.subscribe_block h5 {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 30px;
}

.subs_box {
	position: relative;
}

input[type="text"].search_subs {
	padding: 18px 20px;
	border-radius: 7px;
	background: transparent;
	max-width: 70%;
	color: #fff;
	position: relative;
	-webkit-appearance: none;
	width: 100%;
	border: 1px solid #ffffff;
	/* width: calc(100% - 200px); */
	font-size: 1.6rem;
	/* border-color: #fff; */
	font-family: 'Poppins', sans-serif;
	/* border: 0; */
	outline: none;
}

.sub_button {
	text-decoration: none;
	border-radius: 7px;
	padding: 18px 30px;
	cursor: pointer;
	font-size: 1.6rem;
	min-width: 200px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	max-width: 70%;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	border: 1px solid var(--theme-orange);
	position: absolute;
	top: 0px;
	right: 0px;
	background: var(--theme-orange);
	/* z-index: 999; */
}

.sub_button:hover {
	background: #FF7F00;
	border: 1px solid #FF7F00;
}

.subscribe_input_sec {
	margin-bottom: 30px;
}

.footer_block_two_inner ul li {
	display: inline-block;
	line-height: 26px;
}

.footer_block_two_inner {
	border-bottom: 1px solid #fff;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.footer_copyright {
	display: flex;
	flex-wrap: wrap;
}

.copy_left p {
	color: #fff;
	margin-bottom: 0px;
}

.copy_right ul li a {
	color: #fff;
	line-height: 24px;
	transition: all 0.3s ease;
}

.t_client_say_t_img img {
	width: 38px;
	height: 40px;
}

.copy_right ul li a:hover {
	color: var(--theme-orange);
}

.copy_left {
	flex: 0 0 50%;
}

.copy_right {
	flex: 0 0 50%;
	text-align: right;
}

.copy_right ul li {
	display: inline-block;
}

.testimonials_section {
	background: var(--theme-cultured);
	padding: 90px 0px;
}

.testimonial_block {
	padding: 10px;
}

.testimonial_block_inner {
	padding: 50px 25px;
	background: #fff;
	/* border-bottom: 5px solid #cc1e1e; */
	box-shadow: 0px 1px 7px 3px rgba(0, 0, 0, 0.05);
	border-radius: 11px;
}

.t_client_say_t_img {
	padding-bottom: 25px;
	text-align: center;
}

.t_client_say_content p {
	color: #000;
	font-family: inherit;
	text-align: center;
	font-size: 15px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.t_client_name h3 {
	color: #000;
	font-size: 18px;
	font-weight: 500;
}

.t_client_name {
	text-align: center;
}

.t_client_name img {
	margin-bottom: 10px;
}

.view__review_inner a.site__btn {
	background: #fff;
	color: #000;
}

.view__review_inner a:hover.site__btn {
	background: #FF7F00;
	border: 2px solid #FF7F00;
	color: #fff;
}

.view__review_inner {
	text-align: center;
}

.swiper_testimonial {
	/* margin: -10px; */
	padding-bottom: 60px;
}

.testimonials_inner {
	position: relative;
}

.testimonial_a_next {
	right: 0%;
	top: 5%;
	width: 60px;
	height: 40px;
	z-index: 0;
	background-size: auto;
	transition: 0.3s all ease-in;
}

.swiper-pagination.testimonial_pagination.swiper-pagination-bullets {
	width: 100%;
	z-index: 1;
}

.testimonial_a_prev {
	top: 5%;
	width: 60px;
	left: 86% !important;
	height: 40px;
	z-index: 0;
	background-size: auto;
	transition: 0.3s all ease-in;
}

.scroll-top {
	width: 48px;
	height: 48px;
	display: block;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	transition: .3s all;
	position: fixed;
	bottom: 140px;
	right: 90px;
	z-index: 999;
}

.scroll-top svg {
	width: 50px;
	padding: 10px;
	height: 50px;
	border-radius: 50px;
	border: 1px solid #ff9f40;
}

.scroll-top svg path {
	fill: #ff9f40;
}

.testimonial_a_next img {
	position: relative;
	z-index: 1;
}

.h_testimonial_txt {
	padding-bottom: 30px;
}

.events_section {
	background: #fff;
	padding: 90px 0px;
}

.events_inner h2 {
	margin-bottom: 0px;
}

.events_info {
	position: relative;
	background: #000;
	padding: 40% 20px;
	background-size: cover;
	margin: 0 30px;
	overflow: hidden;
	transition: all .3s ease;
	border-radius: 16px;
}

.events_block_inner {
	display: flex;
	margin: 0px -30px;
	flex-wrap: wrap;
	justify-content: center;
}

.events_info:after {
	display: block;
	content: "";
	position: absolute;
	z-index: 0;
	opacity: 0.3;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #000;
	transition: all .2s ease;
}

.events_info_o {
	flex: 0 0 50%;
}

.events_block {
	padding-top: 50px;
}

.events_date {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 1;
	width: 100%;
	padding: 30px 40px;
	color: #fff;
}

.events_content {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 1;
	opacity: 1;
	padding: 30px 40px;
}

.events_content p {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 20px;
	text-align: left;
	line-height: 34px;
	border-bottom: 1px solid #fff;
}

.awards_section {
	background: var(--theme-cultured);
	padding: 100px 0px;
}

.txt_center {
	text-align: center;
}

.awards_info {
	width: 850px;
	margin: 0 auto;
}

.our_awards_block_inner img {
	width: 100%;
	border-radius: 10px;
	border: 5px solid #ff9f40;
}

.awards_inner {
	padding-bottom: 40px;
}

.footprints_section {
	padding: 100px 0px;
	background: #fff;
}

.footprints_info {
	width: 850px;
	margin: 0 auto;
}

.footprints_inner {
	border-bottom: 1px solid #C7C7C7;
	padding-bottom: 20px;
	margin-bottom: 70px;
}

.events_info_inner .events_date {
	text-align: left;
}

.mentor_section {
	background: var(--theme-cultured);
	padding: 100px 0px;
}

.mentor_info {
	border-bottom: 1px solid #C7C7C7;
	padding-bottom: 20px;
}

.mentor_section__info_inner {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.mentor__info_block {
	flex: 0 0 32%;
}

.mentor__info_block.mentor__info_center {
	flex: 0 0 36%;
}

.mentor__info_center .mentor__info_block_inner {
	padding: 0 70px;
}

.mentor__info_block_inner img {
	border-radius: 10px;
}

.mentor_info_sec {
	margin-bottom: 90px;
}

.mentor__info_block_inner span {
	font-size: 3.4rem;
	text-transform: uppercase;
	display: block;
	margin-bottom: 20px;
	font-weight: 600;
}

.mentor__info_block_inner p {
	font-family: 'Poppins', sans-serif;
	font-size: 1.8rem;
	font-weight: 400;
}

.mentor_section__info {
	margin-bottom: 100px;
}

.books__section_inner span {
	text-align: center;
	display: block;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 500;
	font-size: 3.2rem;
	margin-bottom: 30px;
	text-transform: uppercase;
}

.books__info_inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -5px;
	justify-content: center;
}

.books__block {
	background: #ffffff;
	position: relative;
	padding: 22% 0%;
	border-radius: 10px;
	margin: 8px;
}

.books__block a {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	max-height: 100%;
	width: auto;
}

.books__block a img {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	max-height: 100%;
	width: auto;
}

.books__block_o {
	float: left;
	width: 20%;
	padding: 0 5px;
}

.courses_section {
	background: #fff;
	padding: 100px 0px;
}

.courses_info {
	width: 850px;
	margin: 0 auto;
	padding-bottom: 30px;
}

.course__block {
	background: #EAF7FD;
	border-radius: 10px;
	padding: 20px;
	margin: 0 20px;
}

.courses__block_main {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -20px;
	padding-bottom: 70px;
}

.course__block_o {
	flex: 0 0 33.33%;
}

.course__block_inner img {
	margin-bottom: 20px;
	border-radius: 8px;
}

.course__block_inner h4 {
	font-size: 2.0rem;
	text-transform: uppercase;
	font-family: inherit;
	font-weight: 600;
	margin-bottom: 20px;
}

.course__block_inner p {
	font-size: 18px;
	font-family: 'Poppins';
	padding-bottom: 20px;
}

.course__block_inner span {
	font-size: 2.6rem;
	display: block;
	margin-bottom: 20px;
	font-weight: 600;
}

.course__block_inner a.site__btn {
	display: block;
	text-align: center;
	color: #000;
}

.mentor__content {
	padding-bottom: 30px;
	display: block;
}

.mentor__content:last-child {
	padding-bottom: 0px;
}

.swiper-button-prev:after {
	content: "";
}

.swiper-button-next:after {
	content: "";
}

ul.mm_sub-menu {
    display: none;
}
.toggle_menu_slide_sec ul.sub-menu {
    display: none;
	text-align: left;
	padding: 0 0 0 20px;
}
.toggle_menu_slide_sec ul.sub-menu.mm_active-children {
    display: block;
}
.my_account_sec{
	display: none;
}
.toggle_menu_slide_sec ul {
    text-align: left;
}
.mentor__info_block_mobile_view{
	display: none;
}
.mentor__info_block_inner img {
    width: 100%;
}
.desktop_manu .mm_nav-menu {
    left: auto;
    width: 30%;
    right: -50%;
	background: #ff9f40;
}
.menu_dark_overlay{
	position: absolute;
    left: -70%;
    bottom: 0;
	width: 70%;
    right: 0%;
	visibility: hidden;
	opacity: 0;
    top: 0;
    display: block;
	background: #00000075;
	background-blend-mode: multiply;
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.mm_no_overflow .menu_dark_overlay{
	position: fixed;
    left: 0;
	visibility: visible;
	opacity: 1;
}
.desktop_manu .mm_m_close_icon:before,.mm_m_close_icon:after {
    background: #fff;
}
.desktop_manu .expand_plus:after, .desktop_manu .mm_expand_plus:after {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}

.scroll_down_spin_btn{
	cursor: pointer;
}

button.sub-menu-toggle {
    display: none !important;
}
.page_banner_section img {
    width: 100%;
	object-fit: cover;
}
.page_banner_section {
    position: relative;
}
.page_banner_sec_content_inner {
    position: absolute;
    bottom: 25%;
}
.page_banner_sec_content_inner h2 {
    font-size: 5rem;
    color: #fff;
	font-family: 'Nunito Sans', sans-serif;
}
.page_banner_sec_content_inner.page_not_found_content h2 {
    font-size: 20rem;
}
.page_banner_sec_content_inner.page_not_found_content {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.page_not_found_content p {
    font-size: 6rem;
    color: #fff;
    font-family: inherit;
}
.page_not_found {
    position: relative;
}
.page_not_found img {
    width: 100%;
}
#world-map .jvectormap-container{
	background: #fff !important;
} 
.city_tooltip{
	background: #EAF7FD;
	border: none !important;
	padding: 7px 10px;
	min-width: 140px;
}
.city_tooltip_title{
	color: #000;
	font-weight: 600;
    font-size: 18px !important;
    font-family: inherit !important;
}
.city_tooltip_content{
	color: #000;
	font-size: 16px !important;
	font-family: inherit !important;
	padding: 7px 0 0 0;
}
.jvectormap-tip{
	border:none !important;
	background: #EAF7FD !important;
	z-index: 3;
}
.footprint_city ul li::before{
	content: url('../images/location_icon.svg');
	display: inline-block;
	float: left;
	margin: 0 7px 0 0;
}



.footprint_city ul li {
    display: flex;
    width: 100%;
	align-items: center;
}
.jvectormap-zoomin,.jvectormap-zoomout{
	display: none !important;
}
.hundred_plus_citys p,.international_footprints p{
	font-size: 2.5rem;
    line-height: 1.3;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.footprints_map_inner{
	position: relative;
	height: 700px;
}
.international_footprints_location ul li::after{
	content: url('../images/location_icon.svg');
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.international_footprints_location ul li{
	padding: 0 0 0 27px;
    position: relative;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 600;
    font-family: inherit;
}
.international_footprints_location {
    float: left;
    background: #eaf7fd;
    padding: 15px 11px;
    border-radius: 7px;
}
.international_footprints {
    position: absolute;
    bottom: 0;
    left: 0;
}
.post-type-archive-lp_course .main-menus-section ,  .single-lp_course .main-menus-section ,.tax-course_category .main-menus-section ,.page-id-50 .main-menus-section ,.single-product .main-menus-section,.single-events .main-menus-section{
    position: relative;
    background: #003f5a;
}
.lp-archive-courses ul.learn-press-breadcrumb, .lp-archive-courses ul.course-nav-tabs {
    width: 100%;
    margin: 25px auto;
}
.lp-archive-courses .course-detail-info {
    background: #AB60B7 !important;
}

.lp-archive-courses .course-meta__pull-left .meta-item__value label {
    color: #fff !important;
}
.learn-press-breadcrumb{
	display: none !important;
}
.laptop_border {
    border: 12px solid #4d4d4d;
    display: inline-block;
    border-radius: 7px 7px 0 0;
	position: relative;
}
.laptop_sec {
    display: flex;
    flex-direction: column;
    width: 35%;
	margin: 0 auto;
}
.otos_course_single_page_banner_video_con h2 {
    text-align: center;
    padding: 20px 0 20px 0;
	font-size: 40px;
	color: #fff;
}
.otos_course_single_page_header {
    background: #003f5a;
    padding: 0 0 100px 0;
}
.main_banner_section img.header_scroll_down_text {
    width: 135px;
	animation: rotate_anim 9s linear infinite;
	transform: rotate(0deg);
}
span.drop_down_arrow_background {
    position: absolute;
    width: 135px;
    height: 109px;
    height: 100%;
    top: 0;
    left: 0;
    padding: 15px 15px;
    border-radius: 50%;

}
.drop_down_arrow_background img {
    width: auto;
	transform: translateY(0);
	animation: drop_down_anim 2s linear 2s infinite alternate;
}
.drop_down_arrow_background_inner {
    background: radial-gradient(92.79% 92.79% at 49.55% 7.21%, rgba(233, 233, 233, 0.3) 0%, rgba(233, 233, 233, 0) 100%);
    display: block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#world-map{
	width: 100%;
	margin: 0 auto;
	height: 1000px;
	position: absolute;
    left: 18%;
}

.footprints_section{
	overflow: hidden;
}
.contact__us__input {
    padding: 11px 16px;
    width: 100%;
    height: 55px;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 18px;
    outline: none;
    font-family: inherit;
}

.apt_form_info_full {
    margin-bottom: 25px;
}
#con_sub_btn{
	cursor: pointer;
	padding: 12px 35px;
}

.apt_form_info_full input::-webkit-input-placeholder,.apt_form_info_full textarea::-webkit-input-placeholder {
	color: #000;
  }
  
 .apt_form_info_full input:-ms-input-placeholder, .apt_form_info_full textarea:-ms-input-placeholder  { 
	color: #000;
  }
  
 .apt_form_info_full input::placeholder, .apt_form_info_full textarea::placeholder {
	color: #000;
  }
textarea.contact__us__input{
	height: auto;
}

@keyframes drop_down_anim {
	0%   {transform: translateY(0);}
	50%  {transform: translateY(12px);}
	100% {transform: translateY(0);}
  }
@keyframes rotate_anim {
	0%   {	transform: rotate(0deg);
	}
	100% {	transform: rotate(360deg);
	}
  }

.blog_section {
    padding: 80px 0;
}
.blog_left_sec {
    float: left;
    width: 70%;
    padding: 0 30px 0 0;
}
.blog_right_sec {
    float: right;
    width: 30%;
    padding: 0 0 0 30px;
}
.blog_content {
    background: #f6f6f6;
    padding: 20px 20px;
}
.blog_title h2 {
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 600;
    font-family: 'Nunito Sans', sans-serif;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.blog_excerpt p{
	font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
	margin: 0;
}
.blog_create_info {
    margin: 10px 0 10px 0;
	display: flex;
    align-items: center;
	font-family: 'Poppins', sans-serif;
}
.centor_dot {
    width: 7px;
    height: 7px;
    background: black;
    display: inline-block;
    border-radius: 50%;
    margin: 0 9px;
}

.blog_categorys span{
	font-family: 'Poppins', sans-serif;
    background: #ff9f40;
    color: #fff;
    padding: 3px 14px;
    border-radius: 13px;
    height: auto;
    display: inline-block;
    line-height: 1.4;
	margin: 0 10px 10px 0;
}
.blog_categorys span a{
	color: #fff;
}
.blog_categorys {
    margin: 15px 0;
}
.blog_excerpt {
    margin: 0 0 40px 0;
}
.blog_box {
    margin: 0 0 70px 0;
}
.blog_box:last-child{
	margin: 0;
}

.blog_categries_title h2 {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 600;
    font-family: 'Nunito Sans', sans-serif;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.blog_categrie_name ul li{
	display: block;
}
.blog_categrie_name ul li a {
    font-family: 'Poppins', sans-serif;
    background: #ff9f40;
    color: #fff;
    padding: 3px 14px;
    border-radius: 13px;
    display: inline-block;
    line-height: 1.4;
    margin: 0 0 15px 0;
}
.pagination .page-numbers {
	padding: 0 10px;
	font-size: 20px;
	font-family: inherit;
	transition: .3s all ease;
}
.pagination .page-numbers:hover {
	color: #FF7F00;
}
.pagination .page-numbers.current {
	color: #FF7F00;
}

nav.nav-search-pagination {
    text-align: center;
}
.blog_excerpt a{
	transition: .3s all ease;
}
.blog_excerpt a:hover{
	color: #FF7F00;
}

.elementor-section h2,.elementor-section h1,.elementor-section h3,.elementor-section h4,.elementor-section h5,.elementor-section h6{
    font-family: 'Nunito Sans', sans-serif !important;
}
.elementor-section p {
	font-family: 'Poppins', sans-serif !important;
}

.elementor-section p{
	font-size: unset !important;
	line-height: unset !important;
	margin: unset !important;
}
.elementor-section .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text{
	font-family: 'Poppins', sans-serif !important;
}
.elementor-section .elementor-element .elementor-widget-container ul{
	list-style: unset !important;
}
.elementor-section .elementor-element .elementor-widget-container ul li{
	font-family: 'Poppins', sans-serif !important;
	margin: 0 0 10px 0;
}

.pre_post_btn_sec {
    width: 35%;
    float: left;
    margin-right: 25px;
}

.next_post_btn_sec {
    width: 35%;
    float: right;
    margin-left: 25px;
}

.next_pre_post_sec img {
    max-width: 100px;
    box-shadow: 0px 0px 14px #9d9d9d;
}

.next_pre_post_sec>a {
    display: flex;
    align-items: center;
}

.next_post_btn_sec>a.post__image__ {
    flex-direction: row-reverse;
}

.next__btn__sec,
.pre__btn__sec {
    text-align: center;
    padding: 10px 0 0 0;
}
.next_pre_post_sec a:hover{
	color: #ff9f40;
}
.next_pre_post_sec {
    padding: 10px 10px;
    border: 1px solid #000;
}

.next_post_btn_sec h4 {
    text-align: right;
}

.next_post_btn_sec img {
    margin-left: 12px;
}

.pre_post_btn_sec img {
    margin-right: 12px;
}
.single_art_news_sec {
    padding: 20px 0 60px 0;
}

.list__style.elementor-widget .elementor-icon-list-item {
    align-items: flex-start !important;
}
.list__style.elementor-widget .elementor-icon-list-icon {
    padding-top: 5px;
}
.archive_course_page_sec {
    padding: 60px 0;
}
.laptop_border::after{
	content: '';
	background: url('../images/single_course_video_btn.png');
	background-repeat: no-repeat;
    background-size: 80px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    cursor: pointer;
}
.archive_course_page_sec .lp-archive-courses .learn-press-courses-header h1 {
    line-height: 1.3;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.archive_course_page_sec .lp-courses-bar .search-courses input[type=text] {
    font-style: normal;
    font-family: inherit;
	font-size: inherit;
}
.archive_course_page_sec .lp-archive-courses .course-item .course-instructor a{
	color: #AB60B7;
	font-size: 16px;
}
.archive_course_page_sec .lp-archive-courses .course-title {
    font-family: inherit;
	font-size: 22px !important;
	color: #000;
	text-transform: uppercase;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.archive_course_page_sec .learn-press-courses[data-layout=list] .course-content .course-readmore a {
	color: #000;
    background: #ff9f40;
    padding: 12px 25px;
    font-size: 1.6rem;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
	border-radius: 6px;
	transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}
.archive_course_page_sec .learn-press-courses[data-layout=list] .course-content .course-readmore a:hover{
	background: #ff7f00;
	opacity: 1;
	color: #fff;
}
.archive_course_page_sec .lp-archive-courses .course-title:hover {
    color: #ff9f40;
}
.archive_course_page_sec .learn-press-courses[data-layout=list] .course-wrap-meta .meta-item {
    font-family: 'Poppins', sans-serif !important;
	color: #000;
}
.archive_course_page_sec .lp-archive-courses .course-content .course-excerpt{
	font-family: 'Poppins', sans-serif !important;
	color: #000;
}

.archive_course_page_sec .learn-press-courses[data-layout=list] .course-content .course-footer .course-price{
	font-family: 'Poppins', sans-serif !important;
	color: #000;
}
.archive_course_page_sec .lp-archive-courses .course-content .course-info .course-price .price{
	font-size: 25px;
    color: #000;
}
.archive_course_page_sec .lp-archive-courses .course-content .course-info .course-price .free{
	font-size: 25px;
    color: #000;
}
.archive_course_page_sec .lp-archive-courses .course-content .course-info .course-price .origin-price{
	font-size: 16px;
}

.otos_course_single_page_content .lp-archive-courses .course-meta__pull-left .meta-item {
    font-family: 'Poppins', sans-serif !important;
}
.otos_course_single_page_content .course-tab-panel .course-description p{
	margin: 0 0 5px 0;
	font-size: 1.6rem;
}
.otos_course_single_page_content .course-tabs .course-nav label {
	font-family: inherit;
    text-transform: uppercase;
}
.otos_course_single_page_content ul.learn-press-nav-tabs[data-tabs] .course-nav.active label{
	color:#FF9F40 !important;
}
.otos_course_single_page_content ul.learn-press-nav-tabs[data-tabs] .course-nav.active{
	background: #fff !important;
}
.otos_course_single_page_content ul.learn-press-nav-tabs .course-nav.active::before{
	background: #FF9F40 !important;
}
.otos_course_single_page_content .lp-archive-courses .course-meta__pull-left .meta-item::before{
	color:#FF9F40 !important;
}
.otos_course_single_page_content .course-tabs .course-nav label::before{
	display: inline-block;
	margin: 0 5px 0px 0;
	width: 21px;
	transition: .3s all ease;
}
.otos_course_single_page_content .course-tabs .course-nav.course-nav-tab-instructor label::before{
	content: url('../images/instructor_icon.png');
}
.otos_course_single_page_content .course-tabs .course-nav.course-nav-tab-instructor.active label::before{
	content: url('../images/instructor_icon_active.png');
}
.otos_course_single_page_content .course-tabs .course-nav.course-nav-tab-overview label::before{
	content: url('../images/overview_icon.svg');
}
.otos_course_single_page_content .course-tabs .course-nav.course-nav-tab-overview.active label::before {
    content: url('../images/overview_icon_active.svg');
}
.otos_course_single_page_content .course-tabs .course-nav.course-nav-tab-curriculum label::before{
	content: url('../images/curriculum_icon.svg');
}
.otos_course_single_page_content .course-tabs .course-nav.course-nav-tab-curriculum.active label::before {
    content: url('../images/curriculum_icon_active.svg');
}
.otos_course_single_page_content .course-tabs .course-nav.course-nav-tab-faqs label::before{
	content: url('../images/faq_icon.svg');
}
.otos_course_single_page_content .course-tabs .course-nav.course-nav-tab-faqs.active label::before {
    content: url('../images/faq_icon_active.svg');
}
.otos_course_single_page_content .course-tabs .course-nav.course-nav-tab-reviews label::before{
	content: url('../images/review_icon.svg');
}
.otos_course_single_page_content .course-tabs .course-nav.course-nav-tab-reviews.active label::before {
    content: url('../images/review_icon_active.svg');
}


.otos_course_single_page_content .course-extra-box__title {
	font-size: 16px;
    font-family: inherit;
}
.otos_course_single_page_content .course-extra-box__content li {
    color: #000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
	line-height: 24px;
}
.otos_course_single_page_content .comment-respond .comment-form>p.logged-in-as {
    color: #000;
    font-family: 'Poppins', sans-serif;
}
.otos_course_single_page_content .comment-respond .comment-form input[type=submit] {
    color: #000 !important;
    background: #ff9f40;
	border-radius: 6px;
	text-transform: uppercase;
}

.otos_course_single_page_content .course-curriculum .section-header .section-left{
	cursor: pointer;
}
.otos_course_single_page_content .course-curriculum .section-left .section-title {
    color: #000;
    font-size: 2.5rem;
}
.otos_course_single_page_content .course-curriculum .course-item .item-name {
    font-family: inherit;
    color: #000 !important;
}
.otos_course_single_page_content .course-summary-sidebar .lp-course-buttons button.button-enroll-course {
    color: #000 !important;
    border-radius: 6px;
	font-family: inherit;
}
.otos_course_single_page_content .comment-respond .comment-form textarea {
    font-family: inherit;
    font-size: 16px;
}

.otos_course_single_page_content .required {
    color: #f00;
}

.otos_course_single_page_content .comment-respond .comment-form>p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
}
.otos_course_single_page_content .comment-respond .comment-form>p.comment-form-cookies-consent input[type="checkbox"] {
    width: 21px;
    height: 21px;
	cursor: pointer;
}
.otos_course_single_page_content .comment-respond .comment-form>p.comment-form-cookies-consent input[type="checkbox"]~label{
	margin-bottom: 0;
}
.otos_course_single_page_content {
    padding: 0px 0 60px 0;
}
.otos_course_single_page_content .comment-respond .comment-form input[type=text], .otos_course_single_page_content .comment-respond .comment-form input[type=email], .otos_course_single_page_content .comment-respond .comment-form input[type=url] {
    padding: 15px 20px;
    border-radius: 7px;
    background: transparent;
    color: #000;
    position: relative;
    -webkit-appearance: none;
    font-size: 1.6rem;
    font-family: 'Poppins', sans-serif;
}
.otos_course_single_page_content .comment-list{
	list-style: none !important;
}
.otos_course_single_page_content .comment-list .comment {
	border-bottom: 2px solid rgb(209, 209, 209);
    margin: 0 0 20px 0;
    padding: 0 0 13px 0;
}
.otos_course_single_page_content .comment-list .comment:first-child{
	margin-top: 20px;
}.otos_course_single_page_content .comment-list .comment:last-child{
	border-bottom: 0px solid rgb(209, 209, 209);
}
.otos_course_single_page_content .comment-list .comment .comment-meta{
	position: relative;
}
.otos_course_single_page_content .comment-list .comment a{
	color: #ff9f40;
	font-weight: 600;
}
.otos_course_single_page_content .comment-list .comment .comment-meta a {
	color: #939393;
}
.otos_course_single_page_content .comment-respond .comment-reply-title small a{
	margin-left: 10px;
}
.otos_course_single_page_content .comment-list .comment .comment-content p{
	margin-bottom: 8px;
}
.otos_course_single_page_content .course-tab-panel .lp-course-author {
    align-items: center;
}
.otos_course_single_page_content .course-summary-sidebar .lp-course-buttons button {
    border: 2px solid var(--theme-orange) !important;
    border-radius: 6px;
	color: #000 !important;
}
.otos_course_single_page_content .reply {
    margin-bottom: 7px;
}
.otos_course_single_page_content .course-tab-panel-faqs .course-faqs-box__title {
    font-size: 18px;
    line-height: 20px;
    font-family: inherit;
}

.otos_course_single_page_content .course-faqs-box .course-faqs-box__content p{
	margin-bottom: 7px;
    font-family: inherit;
    font-size: 16px;
    line-height: 20px;
}
.otos_course_single_page_content .course-faqs-box .course-faqs-box__content .course-faqs-box__content-inner{
    font-family: inherit;
    font-size: 16px;
	color: #000;
}
.otos_course_single_page_content .course-faqs-box .course-faqs-box__content .course-faqs-box__content-inner{
	padding-left: 35px;
}
.otos_course_single_page_content button.write-a-review {
    border: 2px solid var(--theme-orange);
    padding: 12px 20px;
    color: #fff;
    background: var(--theme-orange);
    font-weight: 500;
    display: inline-block;
    font-family: inherit;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 1.6rem;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    letter-spacing: 1px;
}

.otos_course_single_page_content .course-summary-sidebar .lp-course-buttons button:hover{
	color: #fff !important;
	background: var(--theme-orange) !important;
}

.course-review-wrapper .review-form h3 {
    font-size: 18px;
    font-family: inherit;
    text-transform: uppercase;
}

.course-review-wrapper .review-form .review-fields > li input[type="text"], .review-form .review-fields > li textarea {
    width: 100%;
    padding: 15px 20px;
    border-radius: 7px;
    background: transparent;
    color: #000;
    position: relative;
    -webkit-appearance: none;
    font-size: 1.6rem;
    resize: none;
    box-shadow: none;
    font-family: 'Poppins', sans-serif;
	border-style: none;
	border: 1px solid #000;
}
.course-review-wrapper .review-form .review-fields > li > label .required {
    color: #f00;
}
.course-review-wrapper .review-form .review-fields > li > label {
    font-size: 18px;
    font-family: inherit;
}

.course-review-wrapper li.review-actions button {
    border: 2px solid var(--theme-orange);
    padding: 12px 20px;
    color: #fff;
    background: var(--theme-orange);
    font-weight: 500;
    display: inline-block;
    font-family: inherit;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 1.6rem;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    letter-spacing: 1px;
    margin: 0 10px 10px 0;
}
.otos_course_single_page_content .course-sidebar-preview .course-time-row {
    color: #000;
    margin: 0;
    font-family: inherit;
}
.otos_course_single_page_content .course-summary-sidebar .course-results-progress .items-progress__heading{
    font-size: 1.3rem;
	font-family: inherit;
}

.otos_course_single_page_content .course-sidebar-preview .course-time-row time {
    font-size: 1.1rem;
}
.otos_course_single_page_content .review-stars-rated .review-star .fas{
	color: #ff9f40 !important;
}
.otos_course_single_page_content .lp-archive-courses .course-meta__pull-left .meta-item__value label {
    font-size: 18px;
}

.otos_course_single_page_content .lp-archive-courses .course-summary-content .course-title{
	display: none;
}

.lp-user-profile .lp-profile-left {
    min-width: 130px !important;
    max-width: 130px !important;
}

.lp-user-profile .wrapper-profile-header {
    background: #AB60B7 !important;
}
.lp-user-profile .lp-profile-content-area {
    justify-content: center;
}
.lp-user-profile {
    padding-top: 50px;
}
.lp-user-profile ul.learn-press-courses .course {
    margin: 0 18px;
}
.lp-user-profile .lp4.course-wishlist:before{
	font-size: 17px;
}
.lp-user-profile ul.learn-press-courses li[data-context="tab-wishlist"].course{
	margin: 0 12px 25px !important;
    box-shadow: 1px 1px 7px #c1c1c1;
    padding: 18px 18px;
}
.lp-user-profile ul.learn-press-courses .course a h3{
	margin: 7px 0;
}
.otos_course_single_page_content ul.course-reviews-list {
    list-style: none;
}
.course-reviews-list li .review-text {
    float: left !important;
}

.course-reviews-list li .review-text .review-content {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-family: inherit;
}
.otos_course_single_page_content .course-review-head {
    margin: 0 0 6px 0;
}
.learn-press-form-login, .learn-press-form-register {
    width: calc(50% - 40px);
    padding: 35px 35px;
	display: none;
}
.page-id-51 .lp-user-profile {
    padding-bottom: 70px;
}

.lp-content-area{
	padding: 0 20px !important;
}
.otos_course_single_page_content .lp-archive-courses .course-meta-primary {
    margin-bottom: 60px;
}
.learn-press-message {
    max-width: 1130px;
    margin: 40px auto 0;
    width: 100%;
}
.elementor-editor-active .single_art_news_sec{
	display: none !important;
}
.for_min_height .elementor-widget-wrap{
	min-height: 800px;
}
.lesson_wrapper{
	max-width: 1100px;
	margin: 0 auto;
	width: 100%;
}
.fill_question_sec {
position: relative;
}
.fill_ticket_form_title  {
position: absolute;
left: 0;
right: 0;
top: 26%;
text-align: center;
}
.fill_question {
position: absolute;
bottom: 40px;
left: 0;
right: 0;
text-align: center;
}
.fill_ticket_form {
padding: 11px 11px;
background: #ff8d2a;
margin: 0 0 50px 0;
}
.fill_answer textarea {
width: 100%;
height: 500px;
font-size: inherit;
font-family: inherit;
resize: none;
border: none;
border-radius: 10px;
padding: 15px 20px;
font-family: 'Poppins', sans-serif !important;
line-height: 24px;
}
.fill_answer textarea:focus{
box-shadow: none;
border: none;
}
.fill_answer {
min-height: 400px;
max-width: 100%;
background: #1a5b7b;
padding: 15px 31px 0 31px;
}
.fill_answer_background{
background: #ff8d2a;
padding: 10px 11px;
border-radius: 16px;
position: relative;
}
.fill_bottom img{
	height: 35px !important;
	
}
.fill_ticket_form_title h1 {
	font-family: Australove !important;
    font-size: 7rem;
    color: #fff;
}
.fill_question h2 {
    font-size: 2.5rem !important;
    color: #fff;
    margin: 0 !important;
}
.fill_ticket_form:last-child{
	margin-bottom: 0;
}
.a_archive_products {
	display: flex;
    flex-wrap: wrap;
	margin: 0 -20px;
}
.featured_products_box_sec.related_products_box_sec {
    width: 33.33%;
	padding: 0 20px 60px;
}
.ny_shop_product {
    padding: 60px 0;
}
.featured_products_box_inner h5 {
    font-size: 2.0rem;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 600;
    margin: 12px 0 10px 0;
}
.featured_products_box_inner h4 {
    font-size: 2.6rem;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
}
.comment-author img{
	width: auto;
}
.lp-archive-courses .course-item .course-instructor{
	display: none !important;
	opacity: 0;
}
.learn-press-courses[data-layout=list] .course-content .course-permalink {
    height: 40px !important;
}
.ny_shop_product .courses__block_main {
    align-items: flex-start;
    justify-content: unset;
}
.ny_shop_product .course__block_o {
    flex: 0 0 33.33%;
    margin-bottom: 40px;
}
.archive_course_page_sec .lp-archive-courses .learn-press-courses[data-layout="grid"] .course-title {
    font-size: 18px !important;
}
.learn-press-message {
    margin: 0 auto;
}
.page_container_section {
    padding: 40px 0 0 0;
}
.woocommerce form .form-row input.input-text {
	height: 42px;
    border: 1px solid #bbb;
    border-radius: 4px;
    line-height: 42px;
	padding: 5px 20px;
	font-family: inherit;
	font-size: inherit;
}
.page-id-796 .page_container_section {
    padding: 40px 0 40px 0;
}
.learn-press-form-login button[type=submit], .learn-press-form-register button[type=submit] {
    border: 2px solid var(--theme-orange);
    padding: 12px 25px;
    background: var(--theme-orange);
    font-weight: 500;
    display: inline-block;
    font-family: inherit;
    border-radius: 6px;
	color: #000 !important;
    text-transform: uppercase;
    font-size: 1.6rem;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    letter-spacing: 1px;
}
.learn-press-form-login button[type=submit]:hover, .learn-press-form-register button[type=submit]:hover{
	background: #FF7F00;
    color: #fff !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,a.added_to_cart {
	height: 50px;
    border-radius: 3px !important;
    outline: 0;
    background: var(--lp-primary-color) !important;
    box-shadow: none;
    font-size: 16px !important;
	border: 2px solid var(--theme-orange) !important;
    padding: 12px 25px !important;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    border-radius: 6px;
	color: #000 !important;
    text-transform: uppercase;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    letter-spacing: 1px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background: #FF7F00 !important;
    border: 2px solid #FF7F00 !important; 
    color: #fff !important;
}
.single_product_section {
    padding: 0px 0 80px 0;
}
.woocommerce .single_product_section div.product .product_title {
    font-size: 3rem;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 600;
    margin-bottom: 20px;
}
.woocommerce .single_product_section div.product p.price, .woocommerce .single_product_section div.product span.price {
    color: #ff9f40;
    font-size: 1.25em;
    font-size: 2.6rem;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
}
.woocommerce .quantity .qty {
    width: 70px !important;
    text-align: center !important;
    height: 40px;
	font-family: inherit;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    width: 70px;
    text-align: left;
    background-color: #fff;
    background-image: none;
    border: none;
    border-top: 1px solid #ff9f40;
    border-bottom: 1px solid #ff9f40;
    border-radius: 0;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-webkit-appearance: none;
}
.woocommerce div.product form.cart div.quantity input.minus,.woocommerce div.product form.cart div.quantity input.plus, .product-quantity input.minus, .product-quantity input.plus{
	height: 40px;
    border-radius: 3px !important;
    outline: 0;
    background: var(--lp-primary-color) !important;
    box-shadow: none;
    font-size: 16px !important;
    border: 2px solid var(--theme-orange) !important;
    padding: 5px 25px !important;
    font-weight: 500 !important;
    display: inline-block;
    font-family: inherit;
    border-radius: 6px;
    color: #000 !important;
    text-transform: uppercase;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    letter-spacing: 1px;
	cursor: pointer;
	-webkit-appearance: none;
}
.woocommerce div.product form.cart div.quantity input.minus,.product-quantity input.minus{
	border-radius: 3px 0 0 3px !important;
}
.woocommerce div.product form.cart div.quantity input.plus,.product-quantity input.plus{
	border-radius: 0 3px 3px 0 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.woocommerce .single_product_section div.product form.cart div.quantity {
    display: flex;
	width: 100%;
    margin: 0 0 15px 0;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
	border-top-color: var(--lp-primary-color) !important;
}
.woocommerce-message::before {
    color: var(--lp-primary-color) !important;;
}
#wpgis-gallery .slick-slide.slick-active.slick-current img {
	border: 1px solid var(--lp-primary-color);
	opacity: 1;
}
#wpgis-gallery .slick-slide.slick-active.slick-current{
	opacity: 1;
}
#wpgis-gallery .slick-slide {
    display: block;
    margin: 2px !important;
    border: 1px solid #e6e6e6;
	opacity: .5;
}
.single_product_woocommerce_breadcrumb_inner ul {
    display: flex;
    gap: 10px;
}
.single_product_woocommerce_breadcrumb {
    padding: 40px 0 40px 0;
}
.woocommerce span.onsale {
    min-height: 60px !important;
    min-width: 60px !important;
	background: var(--lp-primary-color) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce .single_product_section div.product .woocommerce-tabs .woocommerce-Tabs-panel ul{
	list-style: disc;
	padding: 5px 0 12px 20px;
}
.woocommerce .single_product_section div.product .woocommerce-tabs .woocommerce-Tabs-panel ul li{
	font-family: inherit;
	font-size: 16px;
    line-height: 24px;
    color: #000;
	margin: 0 0 5px 0;
}
.woocommerce .single_product_section div.product .woocommerce-tabs .woocommerce-Tabs-panel h1,.woocommerce .single_product_section div.product .woocommerce-tabs .woocommerce-Tabs-panel h2,.woocommerce .single_product_section div.product .woocommerce-tabs .woocommerce-Tabs-panel h3,.woocommerce .single_product_section div.product .woocommerce-tabs .woocommerce-Tabs-panel h4,.woocommerce .single_product_section div.product .woocommerce-tabs .woocommerce-Tabs-panel h5,.woocommerce .single_product_section div.product .woocommerce-tabs .woocommerce-Tabs-panel h6{
	margin: 2px 0 5px 0;
}
.woocommerce-cart .page_container_section table.cart .product-thumbnail img{
    width: 100px !important; 
}
.page_container_section .woocommerce table.cart div.quantity {
    display: flex;
}
.woocommerce-page .page_container_section table.cart td.actions .input-text {
    width: 140px !important; 
    height: 42px;
    border: 1px solid #bbb;
    border-radius: 4px;
    line-height: 42px;
    padding: 8px;
}
.woocommerce-page .page_container_section table.cart td.actions button[type=submit].button{
    display: inline-block !important;
}
.page_container_section .woocommerce .checkout_coupon .form-row-first,.page_container_section .woocommerce .checkout_coupon .form-row-last {
    width: 50% !important;
}
.page_container_section .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.page_container_section .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
.page_container_section .select2-container .select2-selection--single {
    height: 40px;
}
.page-id-794 .return-to-shop a{
	width: fit-content;
}
.page-id-794 .page_container_section,.page-id-795 .page_container_section{
	padding: 40px 0;
}
.product_price {
	display: flex;
    gap: 10px;
}
.product_price .r_price {
	text-decoration: line-through;
}
.lp-modal-dialog .lp-modal-header{
	background:  var(--lp-primary-color) !important;
}
.lp-password-input .lp-show-password-input{
	top: 10px !important;
}
.learn-press-form-login .form-fields .form-field input[type=text]:focus, .learn-press-form-login .form-fields .form-field input[type=password]:focus, .learn-press-form-login .form-fields .form-field input[type=tel]:focus, .learn-press-form-login .form-fields .form-field input[type=url]:focus, .learn-press-form-login .form-fields .form-field input[type=number]:focus, .learn-press-form-register .form-fields .form-field input[type=text]:focus, .learn-press-form-register .form-fields .form-field input[type=password]:focus, .learn-press-form-register .form-fields .form-field input[type=tel]:focus, .learn-press-form-register .form-fields .form-field input[type=url]:focus, .learn-press-form-register .form-fields .form-field input[type=number]:focus{
	border: 1px solid #bbb !important;
}
span.required{
	color: #f00 !important;
}

.page_container_section a:hover{
	color: var(--lp-primary-color) !important;
}
.woocommerce-account .page_container_section .woocommerce-MyAccount-navigation {
    width: 20%;
}
.woocommerce-account .page_container_section .woocommerce-MyAccount-content {
    width: 68%;
	padding: 20px;
    border: 1px solid #eaeaea;
}

.page_container_section .woocommerce-MyAccount-navigation ul li {
    border-top: 1px solid #e5e5e5;
}
.page_container_section .woocommerce-MyAccount-navigation ul li:last-child {
    border-bottom: 1px solid #e5e5e5;
}
.page_container_section .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 8px 15px;
}
.page_container_section .woocommerce-MyAccount-navigation ul li.is-active a {
    background: var(--lp-primary-color);
    color: #fff;
}

.lp-user-profile .learn-press-form .form-fields .form-field input[type=text],.lp-user-profile .learn-press-form .form-fields .form-field input[type=email],.lp-user-profile .learn-press-form .form-fields .form-field input[type=number],.lp-user-profile .learn-press-form .form-fields .form-field input[type=password]{
    height: 42px;
    border: 1px solid #bbb;
    border-radius: 4px;
	font-family: inherit;
	font-size: inherit;
	resize: none;
}
.lp-user-profile .learn-press-form .form-fields .form-field textarea{
	border: 1px solid #bbb;
    border-radius: 4px;
	font-family: inherit;
	font-size: inherit;
	resize: none;
}
.learnpress_avatar img{
	width: 300px !important;
}
.shop_add_to_cart{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

a.added_to_cart{
	margin: 0 0 0 5px;
}
.woocommerce .shop_add_to_cart a{
	padding: 5px 22px !important;
}

.add_to_cart_button.loading::after{
	top: 15px !important;
	right: 5px !important;
}
.lp-user-profile.guest .learn-press-form-login input[type="checkbox"]{
	width: 20px;
	height: 20px;
	margin-right: 7px;
}
.lp-user-profile.guest .learn-press-form-login p label{
	display: flex;
	align-items: center;
}

.lp-user-profile #profile-nav .lp-profile-nav-tabs>li>a:hover{
	color: #fff !important;
}
.lp-user-profile .lp-profile-content .lp-button {
    border-color: #ff9f40 !important;
}
.lp-user-profile .wrapper-profile-header {
    padding: 20px 0 20px 0;
}
.page-id-50 .lp-archive-courses{
	padding-top: 30px;
}
#checkout-payment #checkout-order-action button{
    border-radius: 3px !important;
    outline: 0;
    background: var(--lp-primary-color) !important;
    box-shadow: none;
    font-size: 16px !important;
    border: 2px solid var(--theme-orange) !important;
    padding: 12px 25px !important;
    font-weight: 500 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-family: inherit;
    border-radius: 6px;
    color: #000 !important;
    text-transform: uppercase;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    letter-spacing: 1px;
}
#checkout-payment #checkout-order-action button:hover{
	color: #fff !important;
}
#checkout-order .course-thumbnail>img{
	width: 120px !important;
}

.fill_ticket_submit_input_btn{
	cursor: pointer;
}
.fill_ticket_submit_btn {
    text-align: center;
}
label.error {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #f00;
}
.single_product_related_inner {
    margin: 0 -20px;
}
.single_product_related_title h2 {
    font-size: 4.4rem;
    line-height: 1.3;
    font-weight: 500;
    font-family: 'Nunito Sans', sans-serif;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.single_product_related_sec {
    padding: 70px 0 0 0;
	clear: both;
}
.woocommerce .shop_add_to_cart a.added_to_cart:hover {
	background: #FF7F00 !important;
	color: #fff !important;
	border-color: #FF7F00 !important;
}
.single_product_related_inner .courses__block_main {
    position: relative;
}
.single_product_related_sec_swiper_arrows {
    width: 60px;
    height: 60px;
    top: 45%;
}
.single_product_related_sec_swiper_next {
    right: -70px;
}
.single_product_related_sec_swiper_prev{
	left: -70px;
}
.single_product_related_inner .course__block_o{
	width: 100%;
}
.c_cart_loader_add {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000ad;
    text-align: center;
    margin: 0 auto;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}
.c_cart_loader_add img {
    max-width: 100px;
}
.swal2-container{
	z-index: 99999 !important;
}
button.swal2-confirm {
    border: 2px solid var(--theme-orange);
    padding: 10px 42px;
    color: #fff;
    background: var(--theme-orange);
    font-weight: 500;
    display: inline-block;
    font-family: inherit;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 1.6rem;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    letter-spacing: 1px;
	margin-bottom: 17px;
}
.swal2-title {
    font-size: 3.4rem !important;
    line-height: 1.3 !important;
    font-weight: 500 !important;
    font-family: 'Poppins', sans-serif !important;
    color: #000 !important;
    margin-bottom: 20px !important;
    text-transform: uppercase !important;
}
.swal2-html-container {
    font-size: 23px !important;
    margin: 0 0 3px 0 !important;
	font-family: 'Poppins', sans-serif !important;
    color: #000 !important;
	text-transform: capitalize !important;
}
.comment-respond .comment-form>p label {
    font-family: inherit;
}
/* .................... mini cart css ....................*/


.site-header-cart { position: absolute; top: 100%; padding: 0px; display: none; z-index: 99;background-color: #fff; min-width: 300px; right:-20px; -webkit-transition: .5s ease-in-out; transition: .5s ease-in-out; box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.18); padding: 18px 15px;}
.header-cart .woocommerce a.remove{font-size: 15px;background: red; color:#fff !important; text-align:center !important; padding: 0px !important; margin: 0; line-height: 0.9;}
.header-cart .woocommerce a.remove:hover {   }
.header-cart-inner{ position:relative}
.header-cart-inner:hover .site-header-cart{display: block; opacity: 1;}
.site-header-cart .widget_shopping_cart { position: static;}


.mini_cart_total_amt .woocommerce-Price-amount.amount, .mini_cart_total_amt .woocommerce-Price-currencySymbol{ color:#6d6d6d !important; padding-bottom:0; font-size:16px !important; padding-bottom:0;}
.mini_cart_total_amt{ padding-top:3px;}
.site-header-cart .widget_shopping_cart { background-color: #ffffff; color: #454545;}
.site-header-cart .widget_shopping_cart .buttons, .site-header-cart .widget_shopping_cart .total { background-color: #ffffff;}
.c_cart .woocommerce-mini-cart__buttons .button{background-color: #6ca0a4 !important; border-color: #6ca0a4 !important; color: #fdfdfd !important; font-weight: normal; text-transform: uppercase; font-size: 15px; padding: 13px 30px;}
.site-header-cart .widget_shopping_cart .product_list_widget img {  margin-right: 1em;}
.site-header-cart .product_list_widget li img {  max-width: 5.617924em !important; float: left !important;}
.mini_cart_link_st{ float:left; width: 90%; text-align: left;}
.c_cart .woocommerce-mini-cart__total strong{ font-size: 16px; font-weight: normal;  text-transform: uppercase;color: #000;}
.c_cart .quantity{ color: #2f2f2f !important; padding-top: 10px; font-size: 16px !important;}
.c_cart .woocommerce-Price-currencySymbol{ color: #2f2f2f !important; font-size: 16px !important;}
.c_cart .woocommerce-Price-amount{ color: #2f2f2f !important; font-size: 16px !important;}
.site-header-cart .widget_shopping_cart .product_list_widget { height: auto;}
.site-header-cart{ max-height: 520px; overflow-y: scroll;}
.site-header-cart::-webkit-scrollbar { width: 1px; background-color: #F5F5F5;}
.swp_prod_cart a.add_to_cart_button{ position: relative;}
/*.ajax_add_to_cart.added:after{ position:absolute; content:""; display:inline-block; top:0px; left:0; right:0; width:30px; height:28px; background:url(../images/check_add_to_cart.png) no-repeat; background-size: 20px; margin:0 auto;background-position: center center;}*/
.site-header-cart .widget_shopping_cart .product_list_widget li a.remove { z-index: 1;}
.header-cart .woocommerce-mini-cart-item.mini_cart_item{  padding: 10px 0 !important;  padding-left: 0px !important; color:#000;text-align: left;}
.header-cart .woocommerce-mini-cart-item.mini_cart_item a{text-align: left; padding-bottom: 5px; font-weight: normal; top:auto;color: #000;}
.woocommerce-mini-cart__total.total{text-align: center; padding-top: 10px !important; color:#000;}
.woocommerce-mini-cart__buttons{ text-align:center;}
.woocommerce-message { border-top-color: #6ca0a4;}
.woocommerce-message::before { color: #6ca0a4; top: 1.2em;}

/* .........................   mini cart css end ............................. */


.header-cart-count {
    position: absolute;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    top: -16px;
    right: -6px;
}
.h_shop_card_inner .woocommerce-mini-cart__buttons.buttons a{
	display: inline-flex !important;
}
.cart_icon svg {
    width: 40px;
}
p.woocommerce-mini-cart__empty-message{
	margin-bottom: 0;
}
.woocommerce-info::before{
	color: var(--lp-primary-color) !important;
}
.single_product_related_sec .course__block{
	margin: 0;
}
.comment-respond .comment-form textarea{
	font-family: inherit;
	font-size: inherit;
}
.comment-respond .comment-form input[type=submit]{
	padding: 0 25px !important;
	font-family: inherit;
}
#popup-course #popup-sidebar .search-course input[name=s]{
	font-family: inherit;
	font-size: 16px !important;
}
#popup-content .content-item-wrap .course-item-title{
	font-family: inherit;
	color: #000 !important;
}
.content-item-wrap .content-item-description p {
    color: #000 !important;
}
#popup-course #popup-content .lp-button {
    padding: 12px 40px !important;
    font-size: 16px !important;
}
#popup-course #popup-footer .course-item-nav__name {
    color: #000 !important;
    background: #ff9f40 !important;
}
.comment-metadata a time{
	color: #000;
}
.otos_course_single_page_content .comment-list .comment .comment-meta a{
	color: #000000;
}
.t_client_say_t_img img {
    width: 70px;
    height: auto;
}
.t_client_say_t_img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    display: inline-block;
    background: #ff9f40;
    padding: 7px 7px;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    box-shadow: 3px 3px 18px #00000047;
}
.single_course_testimonials {
    display: flex;
    flex-wrap: wrap;
}
.single_course_testimonials 
 .testimonial_block {
    width: 33.33%;
}
.single_t_client_say_t_img {
    padding-bottom: 25px;
    text-align: center;
}
.single_t_client_say_t_img  img {
    width: 38px;
    height: 40px;
}
.single_t_client_rating img{
	width: 50%;
}
.mission_heading {
	width: 100%;
}
.mission_sec_left {
    width: 50%;
}

.mission_section_inner {
    display: flex;
	flex-wrap: wrap;
}
.mission_heading p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
.mission_sec_title h2 {
    font-size: 3.4rem;
    line-height: 1.3;
    font-weight: 600;
    font-family: 'Nunito Sans', sans-serif;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.mission_section {
    padding: 60px 0 0 0;
}
.mission_content p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
.mission_sec_mission_img img{
	width: auto;
}
.mission_sec_right {
    width: 50%;
    padding: 20px 0 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.lp-archive-courses .learn-press-courses[data-layout="list"] .course .course-item .course-content .course-wrap-meta {
	display: none !important; }
  .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta.course-meta-secondary {
	display: none !important;
  }
  .lp-archive-courses .course-summary .course-summary-content .course-detail-info .course-info-left .course-meta.course-meta-primary{
	display: none !important;
  }

.lp-archive-courses .course-summary-sidebar {
    margin-top: 85px !important;
}
.otos_course_single_page_content .lp-archive-courses .course-detail-info{
	padding: 0 !important;
}
.meet_the_instructor_sec {
    display: flex;
	justify-content: space-between;
}
.meet_the_instructor_left {
    width: 75%;
	padding: 0 55px 0 0;
}
.meet_the_instructor_right {
    width: 25%;
}
.meet_the_instructor_title h2{
	font-family: 'Nunito Sans', sans-serif;
	font-size: 24px;
	color: #FF9F40;
	font-weight: 600;
	margin: 0 0 8px 0;
}
.meet_the_instructor_name h2{
	font-family: 'Nunito Sans', sans-serif;
	font-size: 36px;
	font-weight: 600;
line-height: 50px;
text-transform: uppercase;

}
.meet_the_instructor_profession p{
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
font-weight: 400;
line-height: 33px;
}
.meet_the_instructor_title {
    border-bottom: 1px solid #C1C1C1;
    margin: 0 0 12px 0;
}
.meet_the_instructor_name {
    margin: 0 0 12px 0;
}
.meet_the_instructor_details p{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 31px;
    font-size: 1.6rem;
}
.meet_the_instructor {
    padding: 100px 0;
}
.meet_the_instructor_image img{
	width: 100%;
}
.otos_course_single_page_content{
	background: #f6f6f6;
}
.course-sidebar-preview .course-price .price {
    color: #000 !important;
    font-family: 'Poppins', sans-serif;
    font-size: 32px !important;
    font-weight: 700 !important;
    line-height: 41px !important;
}
.otos_course_single_page_content .course-sidebar-preview .media-preview{
	display: none !important;
}
.page_banner_section::before{
	background: linear-gradient(90.1deg, #09222c52 0.19%, rgba(17, 88, 119, 0.24) 95.47%, rgba(17, 88, 119, 0) 179.83%);
}
.mission_heading {
    margin: 0 0 40px 0;
}

.otos_single_course_details_box {
    display: flex;
    justify-content: space-between;
	border-bottom: 1px solid #C1C1C1;
	padding: 7px 0 12px 0;
	align-items: center;
}
.otos_single_course_details_box span:first-child img{
	margin: 0 5px 0 0;
	width: 20px;
}
.otos_single_course_details_box span:first-child {
	display: flex;
	align-items: center;
}
.course_thumbnail_img{
	display: none !important;
}
.thumbnail_active .course_thumbnail_img{
	display: block !important;
	padding-bottom: 0 !important;
}
.lp-archive-courses .course-summary-sidebar__inner>div.otos_single_course_details{
	padding-bottom: 0 !important;
}

.otos_course_single_page_content .course-summary .course-price{
	margin-bottom: 25px !important;
}
.otos_course_single_page_content .course-summary-sidebar.slide-top .course-summary-sidebar__inner{
	position: relative !important;
}
.otos_course_single_page_content .course-summary-sidebar.slide-down .course-summary-sidebar__inner {
	position: relative !important;
}
.otos_course_single_page_banner_video {
    margin: 40px 0 0 0;
}
.classrooms_color{
	color: #05ad6f;
}
.homes_color{
	color: #30bbbb;
}
.community_centres_color{
	color: #99c413;
}
.top_header_left {
	flex: 0 0 17%;
}
.top_header_center {
	flex: 0 0 62%;
}
.top_header_right {
	flex: 0 0 21%;
}
.h_shop_card_inner {
	padding-left: 20px;
}
.header_menus_section {
	padding-left: 10px;
}
.nav-menu li {
    margin: 0 3px;
}
.mm_menu_expand.display-none{
	display: none; 
}
.logo_section a img {
    max-width: 200px;
}
.awards__section{
	padding: 50px 0 100px 0;
}
.know__mentor__left {
    width: 50%;
    float: left;
    padding: 0 30px 0 0;
}
.know__mentor__right {
    width: 50%;
    float: right;
    padding: 0 0 0 30px;
}
.know__mentor__details h3 {
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 18px;
	line-height: 1.5em;
}
.know__mentor__image img {
    border-radius: 10px;
    width: 100%;
}
.know__mentor__sec {
    padding: 60px 0 80px 0;
    display: flex;
    align-items: center;
}
.know__mentor__image {
    padding: 0 70px;
}

.mission__section {
    padding: 70px 0 70px 0;
}
.mission_sec_left {
    padding-right: 50px;
}

.info_program_b .elementor-widget-container {
    width: 150px;
    height: 150px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 30px 30px;
}
.info_program_b img{
	max-width: 100% !important;
}
::selection {
	background-color: #ff9f40;
	color: #fff;
  }
.course__block__image_{
	display: block;
	text-align: center;
}
.single_product_section #wpgis-gallery .slick-track{
	transform: translate(0) !important;
}
.table_index_style ol li{
	margin: 0 0 15px 0;
}
.dot__custom__style .elementor-icon-list-text a {
    display: inline !important;
}
.foo__copy__right ul>li::after{
	content: '|';
	display: inline-block;
	margin: 0 4px;
	color: #fff;
	
}
.foo__copy__right ul>li:last-child:after{
	content: '';
}
.mission___heading>p:first-child{
	color: #ff9f40;
	margin-bottom: 8px;
}

.blog__list__update {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.blog__list__update .blog_box {
	width: 50%;
    padding: 0 12px;
}

.blog__list__update .blog_box:last-child{
	margin-bottom: 70px;
}
.single-post .main-menus-section {
    position: relative;
    background: #003f5a;
}
.footer__copyright__update .copy_left {
    flex: 0 0 40%;
}
.footer__copyright__update .copy_right {
    flex: 0 0 60%;
}
.single_product_section  .woocommerce-product-details__short-description ul {
	list-style: disc;
    padding: 0 0 25px 20px;
}
.single_product_section  .woocommerce-product-details__short-description ul li{
		font-family: inherit;
		font-size: 16px;
		line-height: 24px;
		color: #000;
		margin: 0 0 5px 0;
}
.subscribe_input_sec #mc_embed_signup {
    background: transparent;
}
.subscribe_input_sec #mc_embed_signup .mc-field-group input[type=email] {
    padding: 18px 40px 18px 20px;
    border-radius: 7px;
    background: transparent;
    max-width: 100%;
    color: #fff;
    position: relative;
    -webkit-appearance: none;
    width: 100%;
    border: 1px solid #ffffff;
    font-size: 1.6rem;
    font-family: 'Poppins', sans-serif;
    outline: none;
}


.subscribe_input_sec #mc_embed_signup .mc-field-group input[type=submit] {
    text-decoration: none;
    border-radius: 7px !important;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 1.6rem;
    min-width: 200px;
    color: #fff !important;
	margin: 0 !important;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    max-width: 100%;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    border: 1px solid var(--theme-orange);
    /* position: absolute; */
    /* top: 0px; */
    /* right: 0px; */
    background: var(--theme-orange) !important; 
	height: 64px !important;
	width: 100%;
}
.inuput__outupt_sec {
    display: flex;
    align-items: center;
	
}

.subscribe_input_sec #mc_embed_signup .foot {
    grid-template-columns: unset !important;
	width: 100% !important;
}
.input___mail_left {
    width: 90%;
}
.input___mail_right {
	width: 40%;
    position: relative;
    z-index: 1;
    margin: 0 0 0 -30px;
}
.subscribe_input_sec #mc_embed_signup form {
    margin: 0 !important;
}
.subscribe_input_sec #mc_embed_signup .mc-field-group {
    width: 100%;
}


.subscribe_input_sec #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border-width: 1px !important;
}
#mc_embed_signup div#mce-responses {
    margin: 0 !important;
}
#mc_embed_signup div.response {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    width: 100% !important;
}
.page-id-794 .page_container_section .woocommerce table.cart div.quantity {
    justify-content: center;
}
.page-id-794 .page_container_section .woocommerce table.shop_table th.product-quantity {
    text-align: center;
}
.page-id-794 .page_container_section .woocommerce table.shop_table td.product-quantity{
	text-align: center !important;
}
.page-id-794 .page_container_section .woocommerce table.shop_table td.product-quantity>span{
	display: inline-flex !important;
    border: 1px solid #ff9f40 !important;
    width: 70px !important;
    height: 40px !important;
    align-items: center;
    justify-content: center;
}
.course__block_inner span.cut__price {
    font-size: .8em;
    font-weight: 100;
    display: inline-block;
    margin-right: 9px;
    text-decoration: line-through;
}


.post-type-archive-lp_course .wrap-btn-add-course-to-cart,.post-623 .wrap-btn-add-course-to-cart{
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}
.wrap-btn-add-course-to-cart {
	display: block !important;
}
.wrap-btn-add-course-to-cart>a{
	display: block !important;
}
.wrap-btn-add-course-to-cart>a .lp-button{
	display: block !important;
}
.lp-archive-courses .course-content .wrap-btn-add-course-to-cart .lp-button {
	border: 2px solid var(--theme-orange);
    padding: 12px 25px;
    color: #000;
    background: var(--theme-orange);
    font-weight: 500;
    display: inline-block;
    font-family: inherit;
    border-radius: 6px;
    text-transform: uppercase;
    font-size: 16px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    letter-spacing: 1px;
}
.lp-archive-courses .course-content .wrap-btn-add-course-to-cart .lp-button:hover{
	color: #fff;
}
.otos_course_single_page_content .course-tab-panel .course-description ul li{
	font-family: inherit;
	color: #000;
	font-weight: 400;
}
.otos_course_single_page_content .course-tab-panel .course-description {
    color: #000;
}
.otos_course_single_page_content .course-tab-panel .course-description ul {
    list-style: unset;
    padding: 0 0 22px 50px;
    margin: 0;
}
.course_video_popup_new {
    min-width: 800px !important;
    padding: 30px 35px !important;
}
.course_video_link_for_homepage iframe {
    height: 100%;
    width: 100%;
    min-height: 195px;
}
.course__block_inner h4 {
    margin-top: 4px;
}

.otos_course_single_page_content .course-tab-panel .course-description p{
	font-weight: 400;
}
.select2-search__field{
	font-family: inherit;
}
.otos_course_single_page_content .course-curriculum .section-content .course-item{
	border-radius: 10px;
	transition: .4s all ease;
	-webkit-transition: .4s all ease;
	-moz-transition: .4s all ease;
	-ms-transition: .4s all ease;
	-o-transition: .4s all ease;

}
.otos_course_single_page_content .course-curriculum .section-content .course-item:hover{
	background-color: #000;
	color: #fff !important;
}
.otos_course_single_page_content .course-curriculum .section-content .course-item .item-name{
	transition: .4s all ease;
	-webkit-transition: .4s all ease;
	-moz-transition: .4s all ease;
	-ms-transition: .4s all ease;
	-o-transition: .4s all ease;
}
.otos_course_single_page_content .course-curriculum .section-content .course-item .item-name:hover{
	color: #fff !important;
}

.otos_course_single_page_content .course-curriculum .course-item.item-locked:hover .course-item-status::before{
	transition: .4s all ease;
	-webkit-transition: .4s all ease;
	-moz-transition: .4s all ease;
	-ms-transition: .4s all ease;
	-o-transition: .4s all ease;
}
.otos_course_single_page_content .course-curriculum .course-item.item-locked:hover .course-item-status::before{
	color: #fff !important;
}
.single-lp_course #popup-course #popup-content .lp-button.button-complete-lesson{
	background: var(--lp-primary-color);
	border: 2px solid var(--lp-primary-color);
	color: #000;
	border-radius: 6px;
}
.single-lp_course #popup-course #popup-content .lp-button.button-complete-lesson:hover{
	background: #FF7F00;
	color: #fff;
}




.single-lp_course #popup-course #popup-content {
    margin-bottom: 80px;
}

.single-lp_course #popup-course #popup-footer{
	height:  80px;
}
.single-lp_course #popup-course #popup-footer .course-item-nav .prev,.single-lp_course #popup-course #popup-footer .course-item-nav .next{
	background-color: #ff9f40;
	color: #fff;
	padding: 0 38px;
	border-radius: 6px;
	margin-top: 15px;
	cursor: pointer;
	margin-bottom: 15px;
}
.single-lp_course .popup-footer .course-item-nav .prev>a,.popup-footer .course-item-nav .next>a{
	color: #fff;
}

.single-lp_course #popup-course #popup-footer .course-item-nav .prev::before{
	-webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.single-lp_course #popup-course #popup-footer .course-item-nav .prev a,.single-lp_course #popup-course #popup-footer .course-item-nav .prev::before,.single-lp_course #popup-course #popup-footer .course-item-nav .next a,.single-lp_course #popup-course #popup-footer .course-item-nav .next::before{
	color: #000;
}
.single-lp_course #popup-course #popup-footer .course-item-nav .prev::before,.single-lp_course #popup-course #popup-footer .course-item-nav .next::before{
	font-size: 20px;
}
.single-lp_course #popup-course #popup-footer .course-item-nav .prev:hover a,.single-lp_course #popup-course #popup-footer .course-item-nav .prev:hover::before,.single-lp_course #popup-course #popup-footer .course-item-nav .next:hover a,.single-lp_course #popup-course #popup-footer .course-item-nav .next:hover::before{
	color: #fff;
}

.single-lp_course .content-item-wrap .quiz-buttons .button-left {
    height: 78px !important;
}
.single-lp_course .content-item-wrap .questions-pagination {
	height: inherit;
}
.single-lp_course .quiz-status .questions-index{
	color: #000;
}
.single-lp_course #popup-course #popup-sidebar .course-item.current {
	background: #000;
	
}
.single-lp_course #popup-course #popup-sidebar .course-item.current .section-item-link .item-name{
	color: #fff;
}


.postid-623 .course-item[data-id="625"] .section-item-link::before, .postid-623 .course-item[data-id="632"] .section-item-link::before, .postid-623 .course-item[data-id="728"] .section-item-link::before,.postid-623 .course-item[data-id="736"] .section-item-link::before,.postid-623 .course-item[data-id="742"] .section-item-link::before,.postid-623 .course-item[data-id="2213"] .section-item-link::before,.postid-623 .course-item[data-id="2214"] .section-item-link::before,.postid-623 .course-item[data-id="2216"] .section-item-link::before,.postid-623 .course-item[data-id="2220"] .section-item-link::before,.postid-623 .course-item[data-id="2222"] .section-item-link::before,.postid-623 .course-item[data-id="2223"] .section-item-link::before,.postid-623 .course-item[data-id="2224"] .section-item-link::before,.postid-623 .course-item[data-id="2280"] .section-item-link::before,.postid-623 .course-item[data-id="2281"] .section-item-link::before,.postid-623 .course-item[data-id="2282"] .section-item-link::before,.postid-623 .course-item[data-id="2716"] .section-item-link::before,.postid-623 .course-item[data-id="2718"] .section-item-link::before,.postid-623 .course-item[data-id="2719"] .section-item-link::before,.postid-623 .course-item[data-id="2720"] .section-item-link::before,.postid-623 .course-item[data-id="2721"] .section-item-link::before,.postid-623 .course-item[data-id="2806"] .section-item-link::before,.postid-623 .course-item[data-id="2807"] .section-item-link::before,.postid-623 .course-item[data-id="2808"] .section-item-link::before,.postid-623 .course-item[data-id="2809"] .section-item-link::before,.postid-623 .course-item[data-id="2860"] .section-item-link::before,.postid-623 .course-item[data-id="2861"] .section-item-link::before,.postid-623 .course-item[data-id="2862"] .section-item-link::before,.postid-623 .course-item[data-id="2863"] .section-item-link::before,.postid-623 .course-item[data-id="2864"] .section-item-link::before,.postid-623 .course-item[data-id="2918"] .section-item-link::before,.postid-623 .course-item[data-id="2919"] .section-item-link::before{
	content: "\f1c8" !important;
}

.elementor-editor-active .main-menus-section {
    position: relative;
    background: #003f5a;
}
.postid-623 .quiz-status .countdown{
	color: #000;
}
.postid-623 .quiz-status .countdown .fas {
	color: #000;
}
.postid-623 .quiz-status .questions-index span{
	color: #000;
}
.fill_question {
    padding: 0 10px;
}
.page-id-2350 .page_container_section{
	padding: 0;
}
.courses__sec__up {
    padding-bottom: 0;
}

.page_banner_section::before{
	background: linear-gradient(266deg, #09222ca6 19.19%, rgba(17, 88, 119, 0.24) 95.47%, rgb(17 88 119 / 0%) 179.83%);
}
.contact_mail__style .elementor-icon-list-text{
	word-break: break-all;
}
.footer_block_one_update .email_info_inner ul li a {
	word-break: break-all;
}

.educator_page_popup {
    display: none;
    background-color: #f7f7f7 !important;
    max-width: 600px;
}
.educator_page_popup_logo {
    width: 120px;
    margin: 0 auto 23px;
}
.popup_subject_sec{
	display: none !important;
}
.edu_popup_btn_open{
	cursor: pointer;
}
.events__section__update .events_info_o {
    flex: 0 0 33.33%;
}
.events_info_o_inner .added_to_cart {
	display: none !important;
}

.events__section__update  .events_content {
    opacity: 0;
}

.events__section__update .event_title h2 {
    font-size: 23px;
}

.event_title {
    padding: 18px 30px;
}
.events_info:after {
    opacity: .2;
   
}

.events__section__update .events_info {
    border-radius: 0;
}
.event_price {
    padding: 0 30px 15px;
}
.events__section__update .events_info {
    margin: 0 15px;
	padding: 46% 20px;
}

.edu_register_btn.educator_page_popup .educator_page_popup_logo{
	display: none;
}


.quantity_change_btn {
    height: 40px;
    border-radius: 3px !important;
    outline: 0;
    background: var(--lp-primary-color) !important;
    box-shadow: none;
    font-size: 16px !important;
    border: 2px solid var(--theme-orange) !important;
    padding: 5px 25px !important;
    font-weight: 500 !important;
    display: inline-flex;
    font-family: inherit;
    border-radius: 6px;
    color: #000 !important;
    text-transform: uppercase;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-appearance: none;
	align-items: center;
}
.check_quantity {
    width: 70px !important;
    text-align: center !important;
    height: 40px;
    font-family: inherit;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    width: 70px;
    text-align: left;
    background-color: #fff;
    background-image: none;
    border: none;
    border-top: 1px solid #ff9f40;
    border-bottom: 1px solid #ff9f40;
    border-radius: 0;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-appearance: none;
}



.bt_single_product_qty {
	display: flex;
    width: 100%;
    margin: 0 0 15px 0;
}
.add__cart__btn__style{
	cursor: pointer;
}
.educator_register_page_popup_logo_img{
	width: 20%;
}
.edu_register_btn.educator_page_popup .educator_page_popup_logo.educator_register_page_popup_logo_img {
	display: block;
}
.educator_page_popup_logo{
	display: none;
} 
.cygnus .cygnus,.slate .slate,.life .life{
	display: block;
}

.educator_page_popup_logo.slate {
	width: 200px;
}
.page_container_section .woocommerce-order .woocommerce-notice a.button{
	margin-bottom: 10px !important;
}



.educator_thought_vdo iframe{
	height: 300px;
}
.ee_testimonial_block{
	padding: 10px;
}
.ee_testimonials_inner{
	position: relative;
}
.ee_testimonials_sec_slider_btn{
	background: none !important;
	width: 50px !important;
}
.ee_testimonials_sec_slider_prev {
    left: -65px;
}
.ee_testimonials_sec_slider_next {
    right: -65px;
}

.ee_t_client_say_content p {
    color: #000;
    font-family: inherit;
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.ee_t_client_say_content {
    min-height: 80px;
}
.course-excerpt{
	display: none !important;
}
.custom_course_excerpt {
    padding: 0 65px 25px 0;
}

.edu_popup_btn_open {
    background: #ff9f40 !important;
    padding: 10px 24px;
    margin: 5px 0 5px 0;
    display: inline-block;
    font-weight: 400;
    display: inline-block;
    font-family: inherit;
    border-radius: 6px;
    text-transform: uppercase;
}

.edu_popup_btn_open span{
	color: #fff !important;
}
.price{
	font-family: 'Nunito Sans', sans-serif !important;
	letter-spacing: 1px !important;
}
#reg_yt_and_c2 {
    width: 25px;
    height: 25px;
}
.reg_yt_and_c2 {
	display: flex;
    gap: 10px;
}
.reg_yt_and_c2 label{
	width: calc(100% - 25px);
}
.reg_yt_and_c2 label a{
	text-decoration: underline;
}

.learn-press-message {
    margin-bottom:30px;
	max-width: 1170px;
}
.lp-checkout-form .lp-form-fields input{
	font-family: inherit;
	font-size: inherit;
}
.order_details {
    margin-bottom: 40px;
}
.home_popup{
	padding: 25px !important;
}

.home_popup_inner {
    display: flex;
    gap: 50px;
}
.home_popup_bottom_icon{
	background: url('../images/home_popup_icon_4.png');
    background-repeat: no-repeat;
    padding: 10% 0;
	background-size: contain;
	background-position: center;
    background-position: center;
    transition: all .3s ease;
    cursor: pointer;
    float: left;
    width: 20%;
	position: relative;
}
.home_popup_bottom_icon_1{
	background: url('../images/popup_icon_1.jpg') no-repeat;
	background-size: contain;
    background-position: center;
}
.home_popup_bottom_icon_2{
	background: url('../images/popup_icon_2.jpg') no-repeat;
	background-size: contain;
    background-position: center;
}
.home_popup_bottom_icon_3{
	background: url('../images/popup_icon_3.jpg') no-repeat;
	background-size: contain;
    background-position: center;
}
.home_popup_bottom_icon_4{
	background: url('../images/popup_icon_4.jpg') no-repeat;
	background-size: contain;
    background-position: center;
}
.home_popup_bottom_icon_5{
	background: url('../images/popup_icon_5.jpg') no-repeat;
	background-size: contain;
    background-position: center;
}

.home_popup_bottom_icon_sec {
    display: flex;
    gap: 8px;
	width: 100%;
}
.home_popup_details p>span {
    color: #ff9f40;
    display: block;
    font-size: 27px;
    padding: 15px 0;
    font-family: inherit;
    font-weight: 500;
}
.home_popup_left{
	width: 50%;
}
.home_popup_right {
	width: 50%;
    display: flex;
    align-items: center;
	position: relative;
}
.home_popup_content{
	height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}
.home_popup_bottom_icon_sec {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.home_popup_bottom_icon::after{
	content: '';
	position: absolute;
	width: 2px;
	height: 25px;
	background: #a8a8a8;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
}
.home_popup_bottom_icon_sec .home_popup_bottom_icon:last-child::after{
	display: none;
}

.archive_course_page_sec .lp-archive-courses .course-content .course-info .course-price .origin-price,.course-sidebar-preview .course-price .origin-price {
    font-family: 'Nunito Sans';
}

.dialog-type-lightbox{
	z-index: 999999 !important;
}
.ss_course_print_btn{
	cursor: pointer;
}
.apt_form_info__sub{display: flex; justify-content: space-between; gap: 20px;}
.contact__us__input__hidden {display: none !important;}
.contact__us__label{
	display: inline-block;
    color: #000;
    font-size: 18px;
    font-family: inherit;
	margin: 0 0 8px 0;
}
.ngo_contact_from_inner .apt_form_info_half{width: 50%; }
.contact__us__checkbox{
}
.get_free_course_link>a {
	font-size: 17px;
	margin: 0 0 10px 0;
	display: block;
}
.contact__us__checkbox input[type="checkbox"]{
	width: 20px;
	height: 20px;
	border-radius: 0;
	display: none;
}
/* @media print {
	body * {
	  visibility: hidden;
	}
	#section-to-print, #section-to-print * {
	  visibility: visible;
	}
	#section-to-print {
	  position: absolute;
	  left: 0;
	  top: 0;
	}
	#section-to-print .gallery-columns-2 .gallery-item{width: 100%;max-width: 100%;}
		#popup-sidebar{ display: none;}
  } */

 .page-id-51 .lp-user-profile ul.learn-press-courses .course {
    margin: 0 0px;
}
#profile-content-certificates .certificate-result{
	height: auto !important;
}
.page-id-51 #profile-content-certificates .profile-certificates li.certificate-item {
    padding: 0 0 25px 0;
}
.swal2-title{
	font-size: 22px !important;
}
.learn-press-courses[data-layout=list] .course-content .course-permalink {
    height: 45px !important;
}  
.contact__us__checkbox .wpcf7-list-item-label{
	font-size: 18px;
    font-family: inherit;
	position: relative;
	padding: 3px 0 0 30px;
	cursor: pointer;
}

.contact__us__checkbox .wpcf7-list-item-label::before {
	position: absolute;
    top: 3px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #d3d3d3;
}

.contact__us__checkbox .wpcf7-list-item-label::after {
	content: "";
    position: absolute;
    display: none;
	left: 9px;
    top: 8px;
    width: 7px;
    height: 13px;
    border: solid #000000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.contact__us__checkbox input:checked ~ .wpcf7-list-item-label::after {
    display: block;
}

.contact__us__checkbox .wpcf7-list-item {
    margin: 0;
    padding: 0;
}
.apt_form_info_half_checkbox .apt_form_info_half {
    margin: 0 0 15px 0;
}
.ngo_apt_form_submit_btn{
	margin:50px 0 50px 0;
}
.archive_course_page_sec .lp-archive-courses .learn-press-courses .course-thumbnail .thumbnail{
	position: relative;
}
.get_free_course_link>a{
	color: #ff9f40;
	display: block;
	margin:  0;
	padding: 0;
}
.get_free_course_link>a:last-child{
	margin: 0 0 7px 0;
}
.events_page_new .events_info_o{padding: 0 0 90px 0;}
.events_page_new.events_section{padding: 90px 0 0 0;}


.ee_all_event_btn {
    margin: 70px 0 0 0;
}
.is_event_expired_btn{
	cursor: pointer;
}
.event__expired__btn .site__btn{
	cursor: pointer;
}
.lp-archive-courses .course-summary-sidebar__inner>div.get_free_course_link{
	padding-top: 0 ;
	text-align: center;
}
.lp-archive-courses .course-summary-sidebar__inner>div.course-sidebar-top{
	padding-bottom: 0 !important;
}

.single_events_inner {
    display: flex;
    gap: 50px;
}
.single_events_left {
    width: 50%;
}
.single_events_right {
    width: 50%;
}

.single_events_title h2 {
    font-size: 3rem;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 600;
    margin-bottom: 20px;
}
.single_event_price h3 {
    color: #ff9f40;
    font-size: 2.6rem;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'Nunito Sans', sans-serif !important;
    letter-spacing: 1px !important;
	text-transform: uppercase;
}
.single_events_section{
	padding: 0 0 100px 0;
}
.single_events_image img{
	width: 100%;
}
.event__register_sec{
	display: none;
}
.event__register_inner {
    max-width: 430px;
}
.popup_event_sec{
	display: none !important;
}
.event__register__title p{
	font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    font-family: 'Nunito Sans', sans-serif;
    color: #000;
    margin-bottom: 20px;
	text-align: center;
}
.related__products__title h2{
	font-size: 48px;
    line-height: 1.3;
    font-weight: 600;
    font-family: 'Nunito Sans', sans-serif;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
}
.add_loader{
    position: relative;
	opacity: 1;
}
.add_loader::after{
    content:url(../images/loader.gif);
    width: 10px;
    height: 10px;
    position: absolute;
    top: 53%;
    left: 50%;
    bottom: auto;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%,-50%);
	display: none;
}
.add_loader.active::after{
	display: flex;
}
.add_loader.active{
	opacity: .7;
}



/*Responsive Css*/
@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1550px) {

	.ee_testimonials_inner {
		width: 95%;
		margin: 0 auto;
	}
	.ee_testimonials_sec_slider_prev {
		left: -50px;
	}
	.ee_testimonials_sec_slider_next {
		right: -50px;
	}
}

@media screen and (max-width: 1440px) {
	/* .awards_info {
		width: 800px;
	}
	
	.footprints_info {
		width: 800px;	
	}
	
	.courses_info {
		width: 800px;		
	} */
	.page_banner_sec_content_inner {
		bottom: 18%;
	}
	.single_product_related_sec {
		width: 85%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 1360px) {
	.top_header_center_desktop_view {
		display: none;
	}
	.main_header_section {
		align-items: center;
		flex-wrap: wrap;
		padding: 30px 0;
		justify-content: space-between;
		position: relative;
	}
	.top_header_right {
		flex: 0 0 75%;
	}
	.top_header_left {
		flex: 0 0 25%;
	}
	.desktop_manu .mm_menu_expand.display-none{
		display: block;
	}
	.sticky_header .mm_menu_expand.display-none {
		display: block;
		float: right;
	}
	.blog__section__update .blog_right_sec {
		width: 30%;
	}
	.blog__section__update .blog_left_sec {
		width: 70%;
		padding: 0 0 0 0;
	}
	.desktop_manu .nav-menu li.current-menu-item a, .desktop_manu .mm_nav-menu li.current-menu-item a{
		color: #000;
	}
}

@media screen and (max-width: 1250px) {
	.logo_section a img {
		max-width: 170px;
	}

	.header_btn {
		font-size: 1.8rem;
	}

	.scroll-top {
		right: 50px;
	}

	.mentor__info_center .mentor__info_block_inner {
		padding: 0 40px;
	}

	.sub_button {
		min-width: 170px;
	}

	input[type="text"].search_subs {
		max-width: 68%;
	}

	.nav-menu>li>a {
		font-size: 1.4rem;
	}

	.top_header_right {
		flex: 0 0 75%;
	}

	.top_header_center {
		flex: 0 0 50%;
		padding-left: 0px;
	}
	.sticky_header .mm_menu_expand{
		display: block;
		float: right;
	}
	.header_menus_section ul.nav-menu{
		display: none;
	}

	/* .top_header_left {
		flex: 0 0 18%;
	} */

	.books__block a img {
		padding: 10px;
	}
	.sticky_header .header_menus_section ul.nav-menu{
		display: none;
	}
	.top_header_center_desktop_view {
		display: none;
	}
	
	.page_banner_sec_content_inner.page_not_found_content h2 {
		font-size: 16rem;
	}
	.blog_left_sec {
		width: 60%;
	}
	.blog_right_sec {
		width: 40%;
	}
	.otos_course_single_page_content .lp-archive-courses .course-meta-primary {
		margin-bottom: 60px;
	}
	.otos_course_single_page_content .course-tabs .course-nav label {
		padding: 17px 8px;
	}
	.lp-user-profile .dashboard-general-statistic__row .statistic-box {
		margin-bottom: 20px !important;
	}
	.lp-profile-content .learn-press-courses[data-layout=grid] .course-content .course-permalink {
		height: 56px;
	}
	.woocommerce .shop_add_to_cart a {
		padding: 5px 20px !important;
	}
	.single_product_related_sec_swiper_prev {
		left: -65px;
	}
	.single_product_related_sec_swiper_next {
		right: -65px;
	}
	.header-cart-count {
		width: 28px;
		height: 28px;
		font-size: 14px;
		top: -8px;
	}
	.know__mentor__image {
		padding: 0 70px;
	}
	.mission_sec_left {
		padding-right: 0px;
	}
	.footer__copyright__update .copy_left {
		flex: 0 0 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.footer__copyright__update .copy_right {
		flex: 0 0 100%;
		text-align: center;
	}
	.footer_block_one_l_inner {
		padding-right: 20%;
	}
}

@media screen and (max-width: 992px) {
	.events_content p {		
		line-height: 28px;	
	}

	input[type="text"].search_subs {
		max-width: 72%;
	}

	.events_block_inner {
		margin: 0px -20px;
	}

	.awards_section {
		padding: 80px 0px;
	}

	.footer_section {
		padding: 80px 0px 60px 0px;
	}

	.testimonials_section {
		padding: 80px 0px;
	}

	.events_section {
		padding: 80px 0px;
	}

	.footprints_section {
		padding: 80px 0px;
	}

	.top_header_left {
		flex: 0 0 30%;
	}

	.header_is_sticky .top_header_center {
		display: none;
	}

	


	.courses_section {
		padding: 80px 0px;
	}

	.course__block {
		margin: 0 10px;
	}

	.courses__block_main {
		margin: 0 -10px;
	}

	.course__block_inner h4 {
		font-size: 1.8rem;
	}

	.course__block_inner span {
		font-size: 2.4rem;
	}

	.mentor_section {
		padding: 80px 0px;
	}

	.mentor_info_sec h4 {
		font-size: 2.0rem;
	}

	.heading_h2 h2 {
		font-size: 3.4rem;
	}

	.heading_h3 h3 {
		font-size: 2.6rem;
	}

	.sub_button {
		min-width: auto;
	}

	.scroll_main_btn {
		display: none;
	}

	.mentor__info_block.mentor__info_center {
		flex: 0 0 50%;
	}

	.mentor__info_block {
		flex: 0 0 50%;
	}

	.mentor_info_sec {
		margin-bottom: 70px;
	}

	.mentor_section__info {
		margin-bottom: 70px;
	}

	.books__section_inner span {
		font-size: 2.4rem;
		margin-bottom: 20px;
	}

	.courses_info {
		width: 100%;
		margin: 0px;
	}

	.awards_info {
		width: 100%;
		margin: 0px;
	}

	.footprints_info {
		width: 100%;
		margin: 0px;
	}


	/********Old Css********/
	.nav-menu .sub-menu {
		transition: opacity 0.3s ease;
		-webkit-transition: opacity 0.3s ease;
		box-shadow: none;
		border-radius: 0px;
	}

	.menu_expand, .mm_menu_expand {
		display: block;
		z-index: 9;
	}

	.nav-menu {
		display: block;
		position: fixed;
		top: 0;
		left: -220px;
		bottom: 0;
		z-index: 100;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		opacity: 0;
		visibility: hidden;
		overflow-y: auto;
		padding: 56px 0 0 0px;
	}

	.nav-menu.state-active {
		clear: both;
		left: 0;
		opacity: 1;
		visibility: visible
	}

	.nav-menu {
		float: none;
		text-align: center;
		margin-right: 0px;
		background: #ffffff;
		width: 100%;
	}

	.fixed_header .nav-menu {
		padding: 40px 0 0;
		height: 100vh;
	}

	.nav-menu li {
		float: none;
		margin: 0px;
		border-bottom: none;
		padding: 0;
		display: block;
		width: 100%;
	}

	.nav-menu li a {
		padding: 11px 20px;
		text-align: left;
		color: #000;
	}

	.nav-menu>li:hover>a {
		border-radius: 0;
		background: none;
		border-color: #fff;
		color: #000;
	}

	.expand_plus {
		position: absolute;
		right: 0;
		top: -5px;
		width: 35px;
		height: 42px;
		padding: 25px 10px 2px;
		cursor: pointer;
		z-index: 100;
	}

	.expand_plus i {
		display: block;
		position: relative;
		width: 12px;
		height: 10px;
		top: -8px;
	}

	.expand_plus.active i {
		background-position: 0px -190px
	}

	.nav-menu .sub-menu .expand_plus {
		height: 34px
	}

	.nav-menu .sub-menu,
	.nav-menu .sub-menu ul {
		width: auto;
		position: relative;
		display: none;
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100)
	}

	.nav-menu .sub-menu li {
		background: none;
		border-bottom: none;
	}

	.nav-menu .sub-menu li:hover>a,
	.nav-menu .sub-menu ul li a {
		border: none
	}

	.nav-menu .sub-menu.active-children {
		display: block;
		top: 0;
	}

	.nav-menu .sub-menu ul {
		padding-left: 12px
	}

	.nav-menu .sub-menu ul {
		left: 0;
	}

	.nav-menu .sub-menu ul li,
	.nav-menu .sub-menu ul li:first-child {
		border: none;
	}

	.nav-menu .sub-menu ul:before {
		display: none;
	}

	.nav-menu .sub-menu li a:hover {
		border: none;
	}

	.nav-menu .sub-menu ul li,
	.nav-menu .sub-menu ul li:first-child {
		background: none;
	}

	.nav-menu .sub-menu li a {
		border: none;
		padding: 11px 10px 11px 35px;
		color: #000;
	}

	.nav-menu .sub-menu ul {
		background: none;
		-webkit-transform: translate(0);
	}

	.expand_plus active {
		top: 100px;
	}

	.expand_plus active i {
		top: 200px;
	}

	.nav-menu .sub-menu ul li a {
		padding-left: 40px;
	}

	.nav-menu .sub-menu li:first-child {
		border-top: none;
	}

	.nav-menu .sub-menu>li a:hover {
		color: #000;
		background: none;
	}

	.cross_button {
		margin-top: 20px;
		display: block;
		text-align: center;
		position: absolute;
		top: -10px;
		right: 9px;
	}

	.cross_button a {
		display: inline-block;
		text-align: center;
		width: 40px;
		height: 40px;
		line-height: 1.2;
		cursor: pointer;
	}

	.menu_expand i {
		height: 4px;
		background: #000;
		display: block;
		width: 34px;
		border-radius: 5px;
	}

	.menu_expand i:nth-child(2) {
		margin: 6px 0;
	}

	.menu_section {
		background: #a0c8db;
		padding: 0px 0;
	}

	.nav-menu>li:hover>a {
		background: none;
	}

	.nav-menu>.menu-item-has-children>a:after {
		display: none
	}

	.nav-menu>li:hover>a {
		border-bottom: none;
	}

	.nav-menu>li>a:hover:before {
		display: none
	}

	.nav-menu>li>a:hover:after {
		display: none
	}

	.expand_plus:after {
		margin-right: -2px;
		transform: translate(-50%, -50%) rotate(-135deg);
		content: '';
		position: absolute;
		top: 50%;
		right: 15px;
		width: 8px;
		height: 8px;
		margin-left: -2px;
		box-sizing: border-box;
		border-top: 2px solid rgba(0, 0, 0, 0.6);
		border-left: 2px solid rgba(0, 0, 0, 0.6);
		transform-origin: center;
	}

	.expand_plus.active:after {
		transform: translate(-50%, -50%) rotate(45deg);
		border-top: 2px solid #000;
		border-left: 2px solid #000;
	}

	.nav-menu>li.active a:before,
	.nav-menu>li.active a:after {
		display: none;
	}

	.main_banner_content {
		left: 0;
		right: 0;
	}

	.m_close_icon {
		position: relative;
		display: block;
	}

	.m_close_icon:before,
	.m_close_icon:after {
		display: block;
		content: "";
		position: absolute;
		width: 30px;
		height: 2px;
		background: #000;
		top: 20px;
		left: 6px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.m_close_icon:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.banner_content_sec h1 {
		font-size: 4.0rem;
		line-height: 44px;
		margin-bottom: 16px
	}

	.top_header_right {
		flex: 0 0 42%;
		order: 3;
	}

	.sub-menu-toggle {
		display: none;
	}

	.banner_left_sec {
		flex: 0 0 100%;
	}

	.banner_right_sec {
		display: none;
	}

	.main_banner_outer {
		padding: 0 66px;
	}

	.banner_content_sec p {
		margin-bottom: 16px;
	}

	.header_menus_section {
		padding-top: 4px;
	}

	.nav-menu>li.btn_menu_sub>a {
		border: 2px solid #000;
		padding: 12px 18px;
		color: #000;
		text-align: center;
		font-weight: 500;
		display: inline-block;
		transition: all 0.3s ease;
		border-radius: 6px;
		font-size: 1.6rem;
	}

	.nav-menu>li.btn_menu_sub {
		text-align: left;
		padding: 0 20px 20px 20px;
	}

	.nav-menu>li.btn_menu_sub {
		text-align: left;
		padding: 0 20px 20px 20px;
	}

	.nav-menu>li>.sub-menu>li:hover>a {
		color: #000;
		font-weight: 500;
	}

	.testimonial_a_prev {
		left: 80% !important;
	}
	.header_is_sticky .top_header_center {
		display: block;
	}
	.header_is_sticky .top_header_center {
		flex: 0 0 83%;
	}
	.desktop_manu::before {
		width: 60%;
	}
	.desktop_manu .mm_nav-menu {
		width: 40%;
	}
	
	.page_banner_sec_content_inner {
		position: absolute;
		bottom: 25%;
	}
	.page_banner_sec_content_inner h2 {
		font-size: 4rem;
	}
	.page_banner_sec_content_inner.page_not_found_content h2 {
		font-size: 10rem;
	}
	.page_not_found_content p {
		font-size: 4rem;
	}
	.international_footprints p br{
		display: none;
	}
	.international_footprints{
		margin-top: 20px;
	}
	.international_footprints_location {
		float: none;
	}
	#world-map {
		height: 700px;
	}
	.international_footprints {
		margin-top: -15%;
	}
	.blog_left_sec {
		padding: 0 20px 0 0;
	}
	.blog_right_sec {
		padding: 0 0 0 20px;
	}
	.blog_categorys {
		margin: 15px 0 5px 0;
	}
	.learn-press-courses[data-layout=list] .course-content .course-permalink {
		height: 50px !important;
	}
	.woocommerce .shop_add_to_cart a {
		padding: 5px 9px !important;
		font-size: 14px !important;
	}
	.meet_the_instructor_left {
		width: 70%;
		padding: 0 40px 0 0;
	}
	.meet_the_instructor_right {
		width: 30%;
	}
	.meet_the_instructor {
		padding: 40px 0 40px 0;
	}
	.awards__section {
		padding: 50px 0 80px 0;
	}
	.know__mentor__image {
		padding: 0 0px;
	}
	.info_program_b .elementor-widget-container {
		width: 130px;
		height: 130px;
	}
	.page_banner_section img {
		min-height: 300px;
	}
	.blog__list__update .blog_box {
		width: 100%;
	}
	.subscribe_input_sec #mc_embed_signup .mc-field-group input[type=submit] {
		min-width: 164px;
	}
	.course_video_popup_new {
		min-width: 700px !important;
	}
	.course_video_popup_new iframe{
		height: 400px !important;
	}
	.courses__sec__up {
		padding-bottom: 0;
	}
	.footer_block_one_update{
		flex-wrap: nowrap;
	}
	.events__section__update .events_info_o {
		flex: 0 0 50%;
		margin-bottom: 50px;
	}
	.events__section__update {
		padding: 80px 0px 0 0;
	}
	.events_page_new .events_info_o{padding: 0 0 40px 0;}
	.events_page_new.events_section{padding: 60px 0 0 0;}
	.ee_all_event_btn {
		margin: 0 0 70px 0;
	}

}
@media screen and (min-width: 768px) and (max-width:993px) {
	.lp-archive-courses .lp-entry-content {
		flex-direction: column-reverse !important;
	}
	.otos_course_single_page_header {
		background: #ab60b7;
		padding: 20px 0 70px 0;
	}
	
	.lp-archive-courses .course-summary-sidebar .course-summary-sidebar__inner {
		width: 100%;
	}
	.lp-archive-courses .course-summary-sidebar {
		width: 52% !important;
		padding-top: 40px;

		margin: 0 auto !important;
	}
	.lp-archive-courses .course-summary-content .course-info-left {
		width: 100% !important;
	}
	.lp-archive-courses .lp-entry-content .entry-content-left {
		width: 100% !important;
	}
	.course-summary-sidebar.slide-down .course-summary-sidebar__inner {
		position: relative !important;
	}
	
}

@media screen and (max-width: 767px) {
	.logo_section a img {
		max-width: 120px;
	}

	.top_header_right {
		flex: 0 0 70%;	
	}

	.h_shop_card_inner {
		padding-left: 10px;
	}

	input[type="text"].search_subs {
		max-width: 80%;
	}

	.h_testimonial_txt {
		padding-bottom: 10px;
	}

	.events_section {
		padding: 60px 0px;
	}

	.courses_section {
		padding: 60px 0px;
	}

	.footprints_section {
		padding: 60px 0px;
	}

	.mentor_section {
		padding: 60px 0px;
	}

	.awards_section {
		padding: 60px 0px;
	}

	.testimonials_section {
		padding: 60px 0px;
	}

	.footer_section {
		padding: 60px 0px 40px 0px;
	}

	.footer_block_one {
		margin-bottom: 50px;
	}

	.copy_left {
		flex: 100%;
		text-align: center;
		margin-bottom: 5px;
	}

	.copy_right {
		flex: 100%;
		text-align: center;
	}

	.footer_block_one_l_inner {
		padding-right: 0%;
	}

	.footer_block_one_r {
		flex: 100%;
	}

	.footer_block_one_l {
		flex: 100%;
		margin-bottom: 20px;
	}

	.mentor__info_block {
		flex: 100%;
	}

	.mentor__info_block_inner span {
		font-size: 3.0rem;
	}

	.events_info_o {
		flex: 100%;
		margin-bottom: 20px;
	}

	.events_info_o:last-child {
		margin-bottom: 0px;
	}

	.swiper_testimonial {
		padding-bottom: 40px;
	}

	.events_block {
		padding-top: 30px;
	}

	.awards_inner {
		padding-bottom: 20px;
	}

	.footprints_inner {
		margin-bottom: 50px;
	}

	.books__block_o {
		width: 33.33%;
	}

	.mentor_info_sec h4 {
		margin-top: 30px;
	}

	.mentor_info_sec {
		margin-bottom: 50px;
	}

	.courses_info {
		padding-bottom: 0px;
	}

	.heading_h2 h2 {
		font-size: 3.0rem;
		text-align: left;
	}

	.heading_h4 h4 {
		text-align: left;
	}

	.mentor__content {
		padding-bottom: 0px;
	}

	.mentor_section__info {
		margin-bottom: 30px;
	}

	.mentor__info_block.mentor__info_center {
		flex: 100%;
	}

	.mentor__info_center .mentor__info_block_inner {
		padding: 0px;
		margin-bottom: 20px;
	}

	.courses__block_main {
		padding-bottom: 30px;
	}

	.course__block_o {
		flex: 0 0 50%;
		margin-bottom: 20px;
	}

	.course__block_o:last-child {
		margin-bottom: 0px;
	}
	.header_is_sticky .top_header_center {
		flex: 0 0 72%;
	}
	.mentor__info_block.mentor__info_center{
		display: none;
	}
	.mentor__info_block.mentor__info_block_mobile_view{
		display: block;
	}
	.desktop_manu::before {
		width: 0;
	}
	.desktop_manu .mm_nav-menu {
		width: 100%;
	}
	.scroll_down_spin_btn {
		display: none;
	}
	.page_banner_sec_content_inner h2 {
		font-size: 3rem;
	}
	.page_banner_sec_content_inner.page_not_found_content h2 {
		font-size: 6rem;
	}
	.page_not_found_content p {
		font-size: 3rem;
	}
	.international_footprints {
		margin-top: 0;
	}
	
	
	.international_footprints {
		position: absolute;
		width: 100%;
	}
	.hundred_plus_citys {
		position: relative;
		z-index: 2;
	}
	#world-map {
		height: 800px;
		top: 0%;
	}
	.footprints_map_inner {
		height: 800px;
	}
	.blog_sec_inner {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.blog_left_sec {
		padding: 0;
		float: none;
		width: 100%;
	}
	.blog_right_sec {
		padding: 0;
		float: none;
		width: 100%;
		margin: 0 0 22px 0;
	}
	.blog_categrie_name{
		overflow: scroll;
	}
	.blog_categrie_name ul{
		width: 860px;
	}
	.blog_categrie_name ul li {
		display: inline-block;
		padding: 0 4px;
	}
	.page_banner_section img {
		min-height: 250px;
	}
	.next_pre_post_sec img {
		display: none;
	}
	.course_video_popup video {
		width: 100%;
	}
	.sticky_header .top_header_left {
		flex: 0 0 25%;
	}
	.header_is_sticky .top_header_center {
		flex: 0 0 70%;
	}
	.ny_shop_product .course__block_o {
		flex: 0 0 50%;
		margin-bottom: 40px;
	}
	.ny_shop_product .courses__block_main {
		align-items: flex-start;
		justify-content: center;
		margin: 0;
	}
	.ny_shop_product .course__block_o .site__btn {
		padding: 12px 20px;
		font-size: 15px;
	}
	.page_container_section {
		padding: 0 0 0 0;
	}
	.page_container_section .lp-content-area {
		padding: 0 0 !important;
	}
	.learn-press-form-login, .learn-press-form-register {
		width: calc(80% - 40px);
	}
	.page-id-794 .page_container_section .woocommerce table.cart div.quantity{
		justify-content: flex-end;
	}
	.page-id-794 .page_container_section{
		padding: 40px 0 0 0;
	}
	 .woocommerce-page.page-id-794 table.cart .product-thumbnail {
		 display: block !important;
		 text-align: center !important;
		}
	.woocommerce-page.page-id-794 table.shop_table_responsive tr td.product-thumbnail::before {
			content: '' !important;
			opacity: 0 !important;
		}

		.page-id-51 .page_container_section {
			padding: 30px 0 0 0;
		}
		.woocommerce-account .page_container_section .woocommerce-MyAccount-navigation {
			width: 100%;
		}
		.woocommerce-account .page_container_section .woocommerce-MyAccount-content {
			margin-top: 35px;
			width: 100%;
		}
		.woocommerce-account .page_container_section .woocommerce-MyAccount-content .woocommerce-Address{
			margin-bottom: 12px;
		}
		.lp-user-profile .lp-profile-content-area .lp-profile-right {
			padding-top: 30px !important;
		}
		.lp-user-profile .wrapper-profile-header {
			padding: 20px 0 20px 0;
		}
		.ny_shop_product .course__block_o {
			flex: 0 0 100%;
		}
		.woocommerce .shop_add_to_cart a {
			padding: 5px 22px !important;
			font-size: 16px !important;
		}
		.shop_add_to_cart {
			justify-content: flex-start;
		}
		.learn-press-courses[data-layout=list] .course-content .course-readmore a {
			padding: 12px 30px;
			font-size: 18px;
		}
		.single_product_related_title h2 {
			font-size: 3.4rem;
		}
		.course__block {
			margin: 0 10px;
		}
		.single_product_related_sec {
			width: 70%;
		}
		.single_product_related_inner .courses__block_main {
			width: 75%;
			margin: 0 auto;
		}
		.single_product_related_sec {
			width: 100%;
		}
		.archive_course_page_sec .lp-archive-courses .course-thumbnail img{
			max-width: 100% !important;
		}
		.single_course_testimonials 
		.testimonial_block {
			width: 50%;
		}
		.mission_sec_left {
			width: 100%;
		}
		.mission_sec_right {
			width: 100%;
			padding: 0;
			align-items: flex-start;
		}
		.meet_the_instructor_sec {
			flex-direction: column-reverse;
		}
		.meet_the_instructor_left {
			width: 100%;
			padding: 0;
		}
		.meet_the_instructor_right {
			width: 100%;
			margin: 0 0px 20px 0;
		}
		.lp-archive-courses .course-summary-sidebar {
			margin-top: 35px !important;
		}
		.mission_sec_mission_img img {
			width: 100%;
		}
		.mission_section {
			padding: 0;
		}
		.otos_course_single_page_content{
			padding-bottom: 0;
		}
		.know__mentor__sec {
			flex-wrap: wrap;
		}
		.know__mentor__left {
			width: 100%;
			float: none;
			padding: 0 0 15px 0;
		}
		.know__mentor__right {
			width: 100%;
			float: none;
			padding: 0;
		}
		.know__mentor__details h3 {
			font-size: 2.4rem;
		}
		.mission__section {
			padding: 50px 0 50px 0;
		}
		.mission_sec_mission_img {
			margin: 0 0 30px 0;
		}

		.blog__section__update .blog_right_sec {
			width: 100%;
		}
		.blog__section__update .blog_left_sec {
			width: 100%;
		}
		.page-id-794 .page_container_section .woocommerce table.shop_table td.product-quantity>span{
			text-align: right !important;
		}
		.page-id-794 .page_container_section .woocommerce table.shop_table td.product-quantity>span {
			display: block !important;
			border: unset !important;
			width: auto !important;
			height: auto !important;
		}
		.course_video_popup_new {
			min-width: 100% !important;
		}
		.course_video_popup_new iframe {
			height: 224px !important;
		}
		.know__mentor__sec__up {
			flex-direction: column-reverse;
			gap: 20px;
			padding-top: 25px;
		}
		.courses__sec__up .courses_info {
			padding-bottom: 30px;
		}
		.courses__sec__up {
			padding-bottom: 0;
		}
		.footer_block_one_update {
			flex-wrap: wrap;
		}
		.educator_page_popup {
			padding: 25px 15px;
		}
		.events__section__update .events_info_o {
			flex: 0 0 100%;
			margin-bottom: 50px;
		}
		.event_title h2 {
			text-align: center;
		}
		.ee_testimonials_inner {
			width: 85%;
		}
		.custom_course_excerpt {
			padding: 0 0px 25px 0;
		}
		.events_inner.txt_center.heading_h2 h2{
			text-align: center;
		}

		.home_popup_inner {
			display: flex;
			gap: 30px;
		}
		.home_popup_details p {
			font-size: 14px;
		}
		.home_popup_details p>span {
			font-size: 22px;
			padding: 5px 0;
		}
		.page-id-51 .lp-user-profile ul.learn-press-courses .course {
			margin: 0 0px 50px 0;
			width: 100% !important;
		}
		.apt_form_info__sub {
			flex-direction: column;
		}
		.ngo_contact_from_inner .apt_form_info_half{
			width: 100%;
		}
		.contact__us__label {
			font-size: 16px;
		}
		.contact__us__input {
			font-size: 16px;
		}
		.contact__us__checkbox .wpcf7-list-item-label {
			font-size: 16px;
		}
		.events_page_new.events_section{padding: 40px 0 0 0;}
		.ee_all_event_btn {
			margin: 0 0 0 0;
		}
		.single_events_inner {
			flex-wrap: wrap;
			gap: 30px;
		}
		.single_events_right {
			width: 100%;
		}
		.single_events_left {
			width: 100%;
		}
		.related__products__title h2 {
			font-size: 38px;
		}
}
@media screen and (min-width: 480px) and (max-width:767px) {
	.lp-archive-courses .lp-entry-content {
		flex-direction: column-reverse !important;
	}
	.lp-archive-courses .course-summary-sidebar .course-summary-sidebar__inner {
		width: 68% !important;
		margin: 0 auto;
	}
	.lp-archive-courses .course-summary-sidebar {
		padding-top: 40px;
	}
	.laptop_sec {
		width: 70%;
	}
	.otos_course_single_page_header {
		padding: 0 0 50px 0;
	}
	.otos_course_single_page_banner_video_con h2 {
		font-size: 28px;
	}
	.course-meta.course-meta-primary .meta-item {
		margin-bottom: 30px;
	}
	.otos_course_single_page_content .lp-archive-courses .course-meta-primary {
		margin-bottom: 20px;
	}
	.fill_ticket_form_title h1 {
		font-size: 5rem;
	}
	.fill_question h2 {
		font-size: 1.7rem !important;
	}
	.fill_question {
		width: 80%;
		margin: 0 auto;
		bottom: 7px;
	}
	.learn-press-form-login, .learn-press-form-register {
		width: 80%;
		float: none;
		max-width: 100%;
		margin: 0px auto 40px !important;
	}
	.single-lp_course .elementor-section .elementor-widget-container iframe {
		height: 318px;
	}
}
@media screen and (max-width: 580px) {
	.footprints_map_inner {
		height: 700px;
	}
	#world-map {
		top: -15%;
	}

	.single-lp_course .elementor-section .elementor-widget-container iframe{
		height: 260px;
	}
	.fill_question_sec{
		overflow: hidden;
	}
.fill_question_sec >img{
	width: 150%;
	max-width: none !important;
	
}
.home_popup_inner {
    flex-direction: column;
}
.home_popup_image img {
    width: 100%;
}
.home_popup_left {
    width: 100%;
}
.home_popup_right {
    width: 100%;
}
.home_popup_bottom_icon_sec {
    position: relative;
}
.home_popup_content {
    flex-direction: column;
	align-items: flex-start;
}
.home_popup_inner {
    gap: 17px;
}
.home_popup {
    padding: 35px 25px !important;
}
.home_popup_bottom_icon_sec {
    gap: 10px;
}
.home_popup_image {
    width: 60%;
    margin: 0 auto;
}
}

@media screen and (min-width: 320px) and (max-width:479px) {
	.laptop_sec {
		width: 100%;
	}
	.otos_course_single_page_banner_video_con h2 {
		font-size: 28px;
	}
	.otos_course_single_page_header {
		padding: 0 0 30px 0;
	}
	.otos_course_single_page_content .lp-archive-courses .course-meta-primary .course-meta__pull-left{
		grid-template-columns: auto;
	}
	.lp-archive-courses .course-meta__pull-left .meta-item.meta-item-review .meta-item__value{
		justify-content: flex-start;
		align-items: flex-start;
	}
	.lp-archive-courses .course-summary-content .course-meta.course-meta-secondary .meta-item{
		height: 25px;
	}
	.lp-archive-courses .lp-entry-content {
		flex-direction: column-reverse !important;
	}
	.lp-archive-courses .course-summary-sidebar {
		padding-top: 30px;
	}
	.learn-press-form-login, .learn-press-form-register {
		width: 100%;
		float: none;
		max-width: 100%;
		margin: 0px 0px !important;
	}
	.learn-press-form-login{
		margin: 0px 0px 40px 0!important;
		
	}
	
}

@media screen and (max-width: 479px) {
	.h_shop_card_inner a>img {
		max-width: 30px;
	}

	.top_header_left {
		flex: 0 0 20%;
	}

	.top_header_right {
		flex: 0 0 80%;
	}

	.mm_menu_expand>img {
		padding-left: 10px;		
	}

	.testimonial_a_next {
		top: 3.2%;
		width: 40px;
		height: 40px;
	}

	.footer_block_two_inner ul li {
		min-width: 180px;
	}

	.testimonial_a_prev {
		top: 3.2%;
		width: 40px;
		left: 75% !important;
		height: 40px;
	}

	.course__block_o {
		flex: 100%;
	}

	.heading_h2 h2 {
		font-size: 2.6rem;
		text-align: left;
	}

	.mentor_info_sec h4 {
		margin-top: 20px;
	}

	.mentor_info_sec {
		margin-bottom: 20px;
	}

	.books__block_o {
		width: 50%;
	}

	.footprints_inner {
		padding-bottom: 0px;
	}

	.swiper_testimonial {
		margin: 0 -10px;
	}

	.social_media_inner {
		margin-bottom: 20px;
	}

	.footer_block_one {
		margin-bottom: 30px;
	}

	.footer_block_one_l {
		margin-bottom: 30px;
	}

	.mentor_info {
		padding-bottom: 0px;
	}
	.my_account_sec{
		display: block;
	}
	.h_login_inner{
		display: none;
	}
	.top_header_right {
		flex: 0 0 65%;
	}
	.header_is_sticky .top_header_center {
		flex: 0 0 57%;
	}
	.page_banner_sec_content_inner h2 {
		font-size: 2.5rem;
	}
	.page_banner_sec_content_inner.page_not_found_content h2 {
		font-size: 5rem;
	}
	.page_banner_sec_content_inner {
		bottom: 20%;
	}
	.page_banner_sec_content_inner.page_not_found_content {
		padding: 51px 0 0  0;
	}
	.footprints_map_inner {
		height: 600px;
	}
	#world-map {
		height: 700px;
		top: -20%;
	}
	.blog_categorys span a {
		font-size: 14px;
	}
	.page_banner_section img {
		min-height: 180px;
	}
	.learn-press-form-login, .learn-press-form-register {
		width: 100%;
		float: none;
		max-width: 100%;
		margin: 0px 0px !important;
	}
	.learn-press-form-login{
		margin: 0px 0px 40px 0!important;
		
	}
	.fill_ticket_form_title h1 {
		font-size: 4rem;
	}
	.fill_question h2 {
		font-size: 1.7rem !important;
	}
	.fill_question {
		bottom: 0;
	}
	.fill_answer {
		padding: 15px 15px 0 15px;
	}
	.fill_answer_background {
		padding: 5px 5px;
		border-radius: 13px;
	}
	.fill_answer textarea {
		height: 375px;
	}
	.sticky_header .logo_section a img {
		max-width: 160px;
	}
	.sticky_header .top_header_left {
		flex: 0 0 35%;
	}
	.header_is_sticky .top_header_center {
		flex: 0 0 65%;
	}
	.single-lp_course .elementor-section .elementor-widget-container iframe {
		height: 208px;
	}
	.ny_shop_product .course__block_o {
		flex: 0 0 100%;
	}
	.single_product_woocommerce_breadcrumb_inner ul {
		gap: 5px;
	}
	.top_header_left {
		flex: 0 0 30%;
	}
	.top_header_right {
		flex: 0 0 70%;
	}
	.page-id-51 .lp-user-profile {
		padding-top: 0px;
	}
	.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
		padding: 5px 25px !important;
	}
	.woocommerce .quantity .qty {
		width: 62px !important;
		height: 34px;
		padding: 6px 12px;
	}
	.woocommerce div.product form.cart div.quantity input.minus, .woocommerce div.product form.cart div.quantity input.plus, .product-quantity input.minus, .product-quantity input.plus {
		height: 34px;
		padding: 0px 15px !important;
	}
	.lp-archive-courses #checkout-order table tr td {
		padding: 7px 10px;
	}
	.fill_ticket_form_title {
		top: 12%;
	}
	.single_product_related_title h2 {
		font-size: 3rem;
	}
	.single_product_related_sec_swiper_arrows {
		width: 50px;
		height: 50px;
	}
	.single_product_related_sec_swiper_next {
		right: -55px;
	}
	.single_product_related_sec_swiper_prev {
		left: -55px;
	}
	.woocommerce .shop_add_to_cart a {
		padding: 5px 12px !important;
		font-size: 14px !important;
	}
	.sticky_header .mm_menu_expand>img {
		padding-left: 20px;
	}
	.cart_icon svg {
		width: 30px;
	}
	.header-cart-count {
		width: 21px;
		height: 21px;
		font-size: 14px;
		top: 0;
	}
	.h_shop_card_inner a.mm_menu_expand>img {
		max-width: 35px;
		margin-left: 11px;
	}
	.single_course_testimonials 
		.testimonial_block {
    width: 100%;
	}
	.page_common_banner_video video {
		max-width: none;
		min-height: 185px;
		display: block;
		width: 160%;
	}
	.mission_sec_title h2 {
		font-size: 2.6rem;
		text-align: left;
	}
	.meet_the_instructor_title h2 {
		font-size: 22px;
	}
	.meet_the_instructor_name h2 {
		font-size: 34px;
	}
	.meet_the_instructor_profession p {
		font-size: 20px;
	}
	.meet_the_instructor_name {
		margin: 0;
	}
	.top_header_right {
		flex: 0 0 auto;
	}
	.top_header_left {
		flex: 0 0 auto;
	}
	.main_header_section {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
	.sticky_header .top_header_left{
		flex: 0 0 auto;
	}
	.header_is_sticky .top_header_center {
		flex: 0 0 auto;
	}
	.lp-archive-courses .course-summary-sidebar {
		margin-top: 0 !important;
	}
	.know__mentor__details h3 {
		font-size: 2rem;
	}
	.next_pre_post_sec h4 {
		font-size: 13px;
	}
	.subscribe_input_sec #mc_embed_signup .mc-field-group input[type=submit] {
		min-width: 140px;
	}
	.course_video_popup_new iframe {
		height: 173px !important;
	}
	.single-lp_course #popup-course #popup-footer .course-item-nav .prev,.single-lp_course #popup-course #popup-footer .course-item-nav .next{
		line-height: 40px;
	}
	.single-lp_course #popup-course #popup-sidebar .section-header .section-title {
		font-size: 16px;
	}
	.single-lp_course #popup-course #popup-sidebar .section-item-link .item-name {
		font-size: 13px;
	}
	.single-lp_course #popup-content .content-item-wrap .course-item-title {
		font-size: 20px;
	}
	.event_title h2 {
		text-align: center;
	}
	.single-lp_course #popup-course #popup-sidebar .search-course input[name=s] {
		font-size: 13px !important;
	}
	.ee_testimonials_sec_slider_btn {
		width: 40px !important;
	}
	.ee_testimonials_sec_slider_prev {
		left: -38px;
	}
	.ee_testimonials_sec_slider_next {
		right: -38px;
	}
	.related__products__title h2 {
		font-size: 32px;
	}
	.page-id-51 .page_container_section #profile-content .learn-press-course-tab-enrolled ul.learn-press-filters{
		overflow-x: scroll !important;
	}

}