/** ------------------------------------------------------------------
							Install Style
------------------------------------------------------------------ **/

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:   #666;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:   #666;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #666;
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-tap-highlight-color: none !important;
	}
html,
body {
	font-size: 16px;
	height: 100%;
	}
.mark, mark {
	padding: 0;
	background: transparent;
}
h1, h2, h3, h4, h5, h6,	figure, label, dl, ol, ul, p, a, div, span, p {
	margin: 0;
}
h1 {
	font-size: 25px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
	}

a {
	text-decoration: none;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	font-size: 16px;
	}

a:hover {
	text-decoration: none;
	}

p {
	line-height: 27px;
	font-size: 16px;
	}
	
img {
	border:none;
	max-width: 100%;
	height: auto;
	}

div,
span,
input,
textarea {

	}

input[type=text],
input[type=password],
input[type=email],
textarea {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(180, 187, 195);
	padding: 13px 18px;
	width: 100%;
	transition: all 0.1s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	resize: none;
	color: rgb(48, 59, 67);
	border-radius: 2px;
	font-size: 16px;
	-webkit-appearance: none;
	box-shadow: none !important;
	}
textarea {
	height: 160px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
	border-color: #000;
}

input[type=submit] {
	color: #fff;
	border-radius: 2px;
	font-size: 16px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	background: #000000;
	border: none;
	padding: 12px 30px;
	cursor: pointer;
}
button {
	border: none;
	padding: 7px 10px;
	cursor: pointer;
	transition: all 0.1s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	font-size: 16px;
	}
	
input[type=submit]:hover,
button:hover{
	
}

i {}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

:focus {
	outline: none;
	}

::-moz-focus-inner {
	border: 0;
	}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   opacity:  1;
  
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   opacity:  1;
 
}
.container {
	max-width: 1540px;
	padding-left: 75px;
	padding-right: 75px;
}

/** ------------------------------------------------------------------
							Font Family
------------------------------------------------------------------ **/
html,
body  {
	font-family: Inter;
	font-weight: 400;
}

a {
	font-family: Inter;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Inter;
	font-weight: 700;
}

p {
	font-family: Inter;
	font-weight: 400;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
textarea {
	font-family: Inter;
	font-weight: 400;
	}
button,
input[type=submit] {
	font-family: Inter;
	font-weight: 700;
	}


/** ------------------------------------------------------------------
							Important Elements
------------------------------------------------------------------ **/
.oflow-hd{
	overflow: hidden;
	}
.oflow-at{
	overflow: auto;
	}
.oflow-vs{
	overflow: visible;
	}
.floatright {
	float: right;
	}
.floatleft{
	float: left;
	}
.floatnone{
	float: none;
	}
.list-style-none ul {
	list-style: none;
}
.border-box {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.jg-space {
	width: 100%;
	display: block;
	overflow: hidden;
}

/** ------------------------------------------------------------------
					Mobile Header and Menu
------------------------------------------------------------------ **/
.body-mobile {
	overflow: hidden;
	height: 100%;
}
.mobile-header-area {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 1000;
	display: none;
	background: #fff;
}

.mobile-header-logo {
	line-height: 0;
	padding: 20px 0;
	float: left;
	margin-left: 60px;
}
.mobile-header-logo a img{
	height: 30px;
	width: auto;
}
.header-mobile-menu-trigger {
	font-size: 22px;
	padding: 0;
	text-align: center;
	background: transparent;
	color: #fff;
	line-height: 1;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	display: none;
}
#header-mobile-menu-trigger-left {
	right: 15px;
}
#header-mobile-menu-trigger-right {
	right: 10px;
}
.black-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	z-index: 2000;
	display: none;
}
.mobile-bar-menu-remove {
	position: fixed;
	top: 40px;
	color: #000;
	z-index: 10001;
	padding: 0;
	background: transparent;
	font-size:30px;
	display: none;
}
#mobile-product-menu-remove-left {
	right: 15px;
}
#mobile-product-menu-remove-right {
	left: 10px;
}
.mobile-menu-bar {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	height: 100%;
	z-index: 3000;
	transition: all 0.1s;
}
#mobile-menu-bar-left {
	left: 0;
	margin-left: -100%;
}
#mobile-menu-bar-right {
	right: 0;
	margin-right: -100%;
}
.menu-bar-search-box {
	margin-bottom: 30px;
	padding: 0 25px;
}
.header-landscape-ad {
	line-height: 0;
}
.menu-bar-search-box .aal-search-box{
	position: relative;
}
.menu-bar-search-box input[type=text]{
	padding: 10px 55px 10px 20px;
	border-bottom: 1px solid #dadada;
	border-top-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	transition: all 1s;
}
.menu-bar-search-box input[type=text]:focus{
	border-color: #aaa;
}
.menu-bar-search-box input[type=submit]{
	font-family: Font Awesome\ 5 Free;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	font-size: 15px;
	background: transparent;
	padding: 0 10px;
}
.mobile-bar-admin-ul {
	padding: 0 20px;
}
.mobile-bar-admin-ul ul{
	list-style: none;
}
.mobile-bar-admin-ul ul li{
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-right: 30px;
	border-bottom: 1px solid #ccc;
}
.mobile-bar-admin-ul ul li ul li {
	padding-right: 0;
	padding-left: 40px;
	padding-bottom: 0;
	border-bottom: 0 solid #000;
	margin-bottom: 15px;
}
.mobile-bar-admin-ul ul li ul {
	display: none;
}
.mobile-bar-admin-ul ul li ul li:last-child{
	margin-bottom: 0;
}
.mobile-bar-admin-ul .menu-has-child-button {
	position: absolute;
	top: -5px;
	font-size: 18px;
	right: 0;
	line-height: 1;
	color: #999;
	background: transparent;
	padding: 7px 20px;
}
.mobile-bar-admin-ul ul li ul .menu-has-child-button {
	right: -30px;
}
.menu-has-child-button-active {
	transform: rotate(180deg);
	color: #444;
}
.mobile-bar-admin-ul ul li a span.dashicons {
	display: none;
}
.mobile-bar-admin-ul ul li a{
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	color: #333;
	opacity: 1;
}
.mobile-bar-admin-ul ul li img{
	height: 20px;
	padding: 0 !important;
}
.mobile-bar-admin-ul ul li img:first-child{
	display: block !important;
	opacity: 1 !important;
}
.mobile-bar-admin-ul ul li img:last-child{
	display: none !important;
}
.mobile-bar-admin-ul ul li span{
	padding-left: 6px !important;
}
.mobile-bar-admin-ul ul li.current-menu-item > a {
	
}
.mobile-bar-admin-ul ul li a i{
	margin-right: 10px;
}
.mobile-bar-admin-ul ul li a span{
	margin-right: 0;
	float: left;
}
.mobile-bar-admin-ul ul li a span.menu-image-title-after{
	padding: 0 !important;
	margin: 0 !important;
}
.mobile-bar-admin-ul ul li ul li a {
	font-size: 15px;
}
.mobile-bar-admin-ul ul li ul {
	margin-top: 15px;
	background: #f7f7f7;
	margin-left: -20px;
	margin-right: -50px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.mobile-logo-menu-bar {
	line-height: 0;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.mobile-search-menu-bar {
	padding: 0 20px;
	position: relative;
	margin-bottom: 30px;
}
.mobile-search-menu-bar input[type=text] {
	border-width: 0 !important;
	padding-right: 45px;
}
.header-search-bar #searchsubmit {
	right: 10px !important;
}
.mobile-search-menu-bar #searchsubmit {
	position: absolute;
	top: 0;
	right: 20px;
	line-height: 0;
	height: 100%;
	color: #000 !important;
	background: transparent;
}
.mobile-logo-menu-bar a img{
	max-width: 130px;
	height: auto;
	display: inline-block;
}
.mobile-menu-bar .aal-social-links {
	text-align: center;
	margin-bottom: 30px;
}
.mobile-menu-bar .aal-social-links li{
	float: none;
	display: inline-block;
	margin-right: 12px;
}
.mobile-menu-bar .aal-social-links li:last-child{
	margin-right: 0;
}
.mobile-menu-bar .aal-social-links li a{
	font-size: 14px;
	color: #001919;
}
.mobile-bar-logo {
	text-align: left;
	margin: 45px 0 30px 0;
	padding-left: 20px;
}
.mobile-bar-logo img{
	width: auto;
	height: 40px;
}
.row_middle {
	align-items: center;
}




/** ------------------------------------------------------------------
						Additional
------------------------------------------------------------------ **/
.mobileview {
	display: none;
}
.writing_page_area {
	background: #fff;
}
.writing_page_area .container {
	max-width: 1300px;
}
.writing_page_box_content_title {
	margin-bottom: 20px;
}
.writing_page_box_content_title h1 {
	font-size: 32px;
	line-height: 130%;
}
.writing_page_box_content {}
.writing_page_box_content ol,
.writing_page_box_content ul{
	margin-top: 10px;
	margin-left: 30px;
}
.writing_page_box_content ol li,
.writing_page_box_content ul li{
	margin-bottom: 6px;
}
.writing_page_box_content ol li:last-child,
.writing_page_box_content ul li:last-child{
	margin-bottom: 0;
}
.writing_page_box_content li,
.writing_page_box_content p{
	font-size: 17px;
	line-height: 175%;
	color: #444;
}
.writing_page_box_content a {
	color: #EA6E1B;
	font-weight: 500;
	text-decoration: underline;
}
.writing_page_box_content h1,
.writing_page_box_content h2,
.writing_page_box_content h3,
.writing_page_box_content h4,
.writing_page_box_content h5,
.writing_page_box_content h6 {
	color: #000;
	line-height: 130%;
	margin-bottom: 13px;
}
.writing_page_box_content h1 {
	font-size: 37px;
}
.writing_page_box_content h2 {
	font-size: 30px;
}
.writing_page_box_content h3 {
	font-size: 27px;
}
.writing_page_box_content h4 {
	font-size: 23px;
}
.writing_page_box_content h5 {
	font-size: 20px;
}
.writing_page_box_content h6 {
	font-size: 18px;
}



/** ------------------------------------------------------------------
						Header & Footer Area
------------------------------------------------------------------ **/
.footer_area  {
	background: #111;
	padding: 65px 0;
	border-radius: 35px 35px 0 0;
}
.footer_bottom {
	padding-top: 47px;
	margin-top: 55px;
	border-top: 2px solid rgba(255,255,255,0.13);
}
.footer_bottom_menu {}
.footer_bottom_menu ul{
	list-style: none;
}
.footer_bottom_menu ul li{
	float: left;
	margin-right: 30px;
}
.footer_bottom_menu ul li:last-child{
	margin-right: 0;
}
.footer_bottom_menu ul li a{
	font-size: 17px;
	font-weight: 600;
	color: #fff;
}
.footer_bottom_menu ul li a:hover{
	text-decoration: underline;
	opacity: 0.6;
}
.footer_bottom_copyright p {
	color: rgba(255,255,255,0.5);
	font-size: 17px;
	line-height: 160%;
}
.footer_bottom_copyright {
	margin-top: 12px;
}
.social_menu {
	float: right;
}
.social_menu ul{
	list-style: none;
}
.social_menu ul li{
	float: left;
	margin-right: 13px;
}
.social_menu ul li:last-child{
	margin-right: 0;
}
.social_menu ul li a{
	height: 32px;
	width: 32px;
	position: relative;
	display: block;
	background: rgba(255,255,255,0.25);
	border-radius: 50%;
}
.social_menu ul li a:hover{
	background: rgba(255,255,255,1);
}
.social_menu ul li a i{
	color: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 15px;
	line-height: 0;
	color: #fff;
}
.social_menu ul li a svg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.social_menu ul li a:hover i{
	color: #000;
}
.social_menu ul li a:hover svg path{
	fill: #000 !important;
}
.footer_widget_menu  {}
.footer_widget_menu  ul{
	list-style: none;
}
.footer_widget_menu  ul li{
	margin-bottom: 22px;
}
.footer_widget_menu  ul li:last-child{
	margin-bottom: 0;
}
.footer_widget_menu  ul li a{
	font-size: 17px;
	font-weight: 600;
	color: #fff;
}
.footer_widget_menu  ul li a:hover{
	text-decoration: underline;
	opacity: 0.6;
}
.footer_widget_title h2 {
	text-transform: uppercase;
	color: rgba(255,255,255,0.4);
	font-size: 17px;
	font-weight: 800;
}
.footer_widget_title {
	margin-bottom: 30px;
}
.footer_widget_contact_info {}
.footer_widget_contact_info ul{
	list-style: none;
}
.footer_widget_contact_info ul li {
	margin-bottom: 14px;
	font-size: 17px;
	color: #fff;
	font-weight: 600;
	position: relative;
	padding-left: 31px;
}
.footer_widget_contact_info ul li:last-child{
	margin-bottom: 0;
}
.footer_widget_contact_info ul li svg {
	position: absolute;
	top: 3px;
	left: 0;
}
.footer_widget_contact_info ul li a{
	font-size: 17px;
	color: #fff;
	font-weight: 600;
}
.footer_widget_newsletter {
	margin-top: 30px;
}
.footer_widget_newsletter input {
	background: #fff;
	border-width: 0;
	border-radius: 5px;
}
.subs_div {
	position: relative;
}
.footer_widget_newsletter button {
	padding: 0;
	line-height: 0;
	background: transparent;
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translate(0, -50%);
}
#mc_embed_signup div.mce_inline_error {
	font-size: 14px !important;
	padding: 8px 0 0 0 !important;
	margin: 0 !important;
	background: transparent !important;
}
.footer_top .row {
	margin: -15px;
}
.footer_top .row > div{
	padding: 15px;
}
.footer_widget_contact_info ul li a:hover {
	opacity: 0.6;
}
.header_area {}
.header_top {
	padding: 13px 0;
}
.header_top_location {}
.header_top_location br{
	display: none;
}
.header_top_menu {}
.header_top_menu ul{
	list-style: none;
}
.header_top_menu ul li{
	float: left;
	margin-right: 20px;
	padding-right: 20px;
	border-right: 2px solid rgba(0,0,0,.1);
}
.header_top_menu ul li:last-child{
	margin-right: 0;
	padding-right: 0;
	border-right: 0 solid rgba(255,255,255,.4);
}
.header_top_menu ul li a:hover {
	opacity: 0.6;
}
.header_area svg path {
	fill: #000 !important;
}
.header_top_menu ul li a{
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
.header_top_menu ul li svg{
	vertical-align: middle;
	height: 17px !important;
	width: auto !important;
}
.header_top_menu ul li span{
	vertical-align: middle;
	padding-left: 6px;
}
.header_bottom_logo {}
.header_bottom_logo img{
	height: 60.5px !important;
	width: auto !important;
}
.header_top_location {
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
.header_top_location svg{
	vertical-align: middle;
	height: 17px !important;
	width: auto !important;
}
.header_top_location span{
	vertical-align: middle;
	padding-left: 3px;
}
.header_bottom_menu {
	margin-top: 17.5px;
}
.header_bottom_menu ul{
	list-style: none;
}
.header_bottom_menu ul li {
	float: left;
	margin-right: 45px;
}
.header_bottom_menu ul li:last-child {
	margin-right: 0;
}
.header_bottom_menu ul li a {
	font-size: 17px;
	font-weight: 500;
	color: #999;
}
.header_bottom_menu ul li a:hover{
	color: #EA6E1B;
}
.header_bottom {
	padding: 23px 0;
	border-radius: 35px 35px 0 0;
	background: #111;
}
.header_area {
	box-shadow: 0 4px 25px 0 rgba(0,0,0,.1);
	background: #fff;
}
.black_bg {
	background: #111;
}
.header_bottom_cart a {
	color: #fff;
	font-weight: 500;
	font-size: 17px;
	display: block;
	padding: 9px 26px;
	border-radius: 26px;
	background:#EA6E1B;
	border: 1px solid #EA6E1B;
}
.header_bottom_cart a:hover {
	opacity: 0.6;
}
.header_bottom_cart {
	margin-top: 7.5px;
	margin-left: 40px;
}
.header_bottom_menu ul li.current-menu-item a {
	color: #EA6E1B;
}
.userheaderData {
	background-image: url(../images/arrow-down.svg);
	background-repeat: no-repeat;
	background-position: right bottom 2px;
	background-size: 12px auto;
	padding-right: 21px;
}
.userheaderDropdown {
	position: relative;
}
.userheaderDropdown div {
	position: absolute;
	top: 28px;
	right: 0;
	background: #fff;
	z-index: 2;
	padding: 18px;
	min-width: 200px;
	border-radius: 10px 0 10px 10px;
	box-shadow: 0 4px 25px 0 rgba(0,0,0,.1);
	display: none;
}
.userheaderDropdown:hover div {
	display: block;
}
.userheaderDropdown div ul {}
.userheaderDropdown div ul li{
	float: none !important;
}
.userheaderDropdown div ul li a{
	color: #000;
	font-size: 15px;
}
.userheaderDropdown div ul li a:hover {
	color: #EA6E1B;
	opacity: 1;
}
.userheaderDropdown div ul li {
	float: none !important;
	margin-right: 0;
	padding-right: 0;
	border-right: 0 solid #000;
	border-bottom: 1px dashed #aaa;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.userheaderDropdown div ul li:last-child {
	border-bottom: 0 dashed #aaa;
	margin-bottom: 0;
	padding-bottom: 0;
}
.inner_page_banner_area {
	background: #f2f2f2;
	padding: 80px 0;
}
.inner_page_banner_area .container {
	max-width: 1300px;
}
.inner_page_banner_title p {
	font-size: 17px;
	color: #000;
	line-height: 170%;
	margin-top: 10px;
}
.inner_page_banner_title h1 {
	font-size: 42px;
	line-height: 140%;
	font-weight: 800;
	color: #000;
}
.mini_busket_area {
	position: fixed;
	top: 0;
	right: -100%;
	width: 90%;
	max-width: 400px;
	height: 100%;
	background: #fff;
	padding: 30px 30px 0 30px;
	overflow: auto;
	z-index: 2000;
	transition: all 0.4s;
}
.mini_busket_box_title h2 {
	font-size: 30px;
	font-weight: 800;
	color: #000;
}
.mini_busket_box_title {
	border-bottom: 2px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.mini_busket_box_noitems p{
	font-size: 16px;
	color: #aaa;
}
.mini-busket-remove {
	line-height: 0;
	padding: 10px 10px;
	border-radius: 5px;
	position: absolute;
	top: 29px;
	right: 30px;
}
#customer_login > div {
	width: 100%;
	max-width: 100%;
	padding: 0;
}
.home_hero_area {
	position: relative;
}
.home_hero_area:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #111;
	opacity: 0.7;
	z-index: 1;
}
.home_hero_area > .container {
	position: relative;
	z-index: 3;
}
.home_hero_area {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 150px 0;
}
.home_hero_title h1 {
	font-size: 57px;
	font-weight: 900;
	color: #fff;
	line-height: 130%;
}
.home_hero_title p {
	font-size: 17px;
	color: #fff;
	line-height: 165%;
	margin-top: 15px;
}
.home_hero_wrapper {
	max-width: 890px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.home_hero_wrapper p {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.home_hero_btn {}
.home_hero_btn a {
	display: inline-block;
	background: #fff;
	color: #000;
	font-size: 17px;
	padding: 14px 43px;
	border-radius: 27px;
	font-weight: 600;
}
.home_hero_btn {
	margin-top: 25px;
}
.home_hero_btn a:hover {
	opacity: 0.6;
}
.section_title_center {
	text-align: center;
}
.section_title h2 {
	font-size: 40px;
	font-weight: 800;
	line-height: 140%;
}
.section_title p {
	font-size: 17px;
	color: #333;
	margin: 12px 0 0 0;
	max-width: 650px;
	line-height: 170%;
}
.section_title_center p {
	margin: 12px auto 0 auto !important;
}
.section_title {
	margin-bottom: 35px;
}
.home_pin_courses_row {
	margin: -15px;
}
.home_pin_courses_row > div {
	padding: 15px;
}
.single_course_box {
	box-shadow: none !important;
	border: 2px solid #eee !important;
	padding: 44px;
	border-radius: 31px;
	background: #fff;
}
.single_course_box_details {
	
}
.single_course_box_cta {
	margin-top: 20px;
}
.single_course_box_cta a {
	color: #EA6E1B;
	background: #ffff;
	display: inline-block;
	text-align: center;
	padding: 10px 25px;
	font-weight: 600;
	border-radius: 25px;
	border: 2px solid #EA6E1B;
}
.single_course_box_cta a:hover {
	opacity: 0.6;
}
.single_course_box_img {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	border: 3px solid #eee;
	border-radius: 50%;
	position: relative;
}
.single_course_box_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section_btn  {
	margin-top: 35px;
}
.section_btn a {
	background: #EA6E1B;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 14px 38px;
	font-weight: 600;
	border-radius: 26px;
}
.section_btn a:hover {
	opacity: 0.6;
}
.single_course_box_details h2 {
	font-size: 23px;
	line-height: 140%;
	font-weight: 800;
}
.single_course_box_details {
	margin-top: 25px;
}
.single_course_box_details p {
	font-size: 16px;
	margin-top: 12px;
}
.home_pin_class_area {
	background: #EA6E1B;
}
.whiteneed .section_title h2 {
	color: #fff;
}
.whiteneed .section_title p {
	color: #fff;
}
.whiteneed .section_btn a {
	background: #fff;
	color: #000;
}
.home_howitwork_img {}
.home_howitwork_img img{}
.home_howitwork_box .section_title {
	margin-bottom: 0;
}
.home_howitwork_img {
	padding-left: 50px;
}
.home_howitwork_img img {
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.home_whychoose_area {
	background: #EA6E1B;
}
.single_whychooseus_box {
	text-align: center;
	height: 100%;
}
.single_whychooseus_box_des {
	text-align: center;
	margin-top: 20px;
}
.single_whychooseus_box_des h2 {
	font-size: 20px;
	line-height: 150%;
	max-width: 270px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}
.single_whychooseus_box_img {
	
}
.single_whychooseus_box_img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    max-width: 270px;
    border-radius: 50%;
}
.single_whychooseus_box_des p {
	color: #444;
	font-size: 16px;
	margin-top: 10px;
}
.home_howitwork_item_wrapper {}
.home_howitwork_item_wrapper .row {
	margin: -15px;
}
.home_howitwork_item_wrapper .row > div{
	padding: 15px;
}
.single_testimonial_box {
	border: 2px solid #eee;
	padding: 35px;
	width: calc(100% - 2px);
	border-radius: 20px;
}
.slick-list {
	margin: 0 -15px;
}
.slick-slide {
	padding: 0 15px;
}
.single_testimonial_box_review p {
	font-size: 19px;
	line-height: 170%;
	font-weight: 300;
}
.single_testimonial_box_stars {
	margin-top: 20px;
}
.single_testimonial_box_stars i{
	color: #EA6E1B;
}
.single_whychooseus_box_name {
	border-top: 2px solid #eee;
	margin-top: 25px;
	padding-top: 25px;
}
.single_whychooseus_box_name h2 {
	font-size: 19px;
}
.single_whychooseus_box_name h3 span {
	color: #aaa;
	font-weight: 400;
}
.single_whychooseus_box_name h3 {
	color: #EA6E1B;
	margin-top: 10px;
}
.home_testimonial_wrapper {
	position: relative;
}
.testi_prev_btn {
	left: -75px;
}
.testi_next_btn {
	right: -75px;
}
.slick-arrow {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 2;
	line-height: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #f2f2f2;
}
.slick-arrow svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px !important;
	height: auto !important;
}
.slick-arrow:hover {
	background: #EA6E1B;
}
.slick-arrow:hover svg path{
	fill: #fff !important;
}
.slick-track {
	display: flex;
}
.single_testimonial_box_bg {
	min-height: 100%;
}
.single_testimonial_box {
	height: 100%;
}
.footer_heart {
	display: flex;
	align-items: center;
	border-bottom: 2px solid rgba(255,255,255,0.13);
	padding-bottom: 47px;
	margin-bottom: 55px;
}
.footer_heart img {
	height: 70px !important;
	width: auto !important;
}
.footer_heart h2 {
	color: #fff;
	font-size: 30px;
	max-width: 700px;
	line-height: 140%;
	margin-left: 25px;
}
.course_with_bg .single_course_box_img {
	background: #ddd;
	padding: 20px;
}
.single_course_box_img {}
.single_course_box_img img{
	width: 100%;
	height: auto;
}
.woocommerce-mini-cart {
	list-style: none !important;
}
.woocommerce-mini-cart li {
	border-bottom: 1px dashed #999;
	margin: 0 0 15px 0 !important;
	padding: 0 0 15px 0 !important;
	position: relative;
}
body .woocommerce-mini-cart li .remove_from_cart_button {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	margin-top: -7.5px;
	color: red !important;
	font-size: 22px !important;
	font-weight: 600;
	width: initial !important;
	height: initial !important;
	background: none !important;
}
body .woocommerce-mini-cart li .remove_from_cart_button:hover {
	color: red !important;
}
.woocommerce-mini-cart li {
	border-bottom: 1px dashed #999;
	margin: 0 0 15px 0 !important;
	padding: 0 50px 15px 30px !important;
	position: relative;
}
.mini_busket_box_noitems .woocommerce-mini-cart__total {
	display: none !important;
}
.mini_busket_box_noitems .woocommerce-mini-cart__buttons .wc-forward {
	display: none;
}
.mini_busket_box_noitems .woocommerce-mini-cart__buttons .checkout {
	display: block !important;
	background: #EA6E1B !important;
	color: #fff !important;
	text-align: center !important;
	padding: 14px 30px !important;
	font-weight: 600 !important;
	border-radius: 26px !important;
	line-height: 140% !important;
}
.mini_busket_box_noitems .woocommerce-mini-cart__buttons .checkout:hover {
	opacity: 0.6;
}
.mini_busket_box_noitems ul li a:nth-child(2) {
	color: #000 !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}
.mini_busket_box_noitems ul li .quantity {
	display: block !important;
	color: #888 !important;
	margin-top: 4px !important;
	font-size: 16px !important;
}
.woocommerce-mini-cart li img {
	position: absolute !important;
	width: 45px !important;
	top: 0 !important;
	right: 0 !important;
}
.single_course_box_details h3 {
	font-size: 16px;
	font-weight: 600;
	margin-top: 14px;
	color: #aaa;
	border-top: 2px solid #eee;
	padding-top: 14px;
}
.woocommerce-checkout .wc-block-components-order-summary-item__total-price,
.wc-block-checkout__actions_row a,
.wc-block-checkout__terms,
#order-notes,
.wp-block-woocommerce-checkout-order-summary-totals-block,
.wp-block-woocommerce-checkout-order-summary-coupon-form-block {
	display: none !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked::before {
	background: #EA6E1B !important;
}
.wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
	border-color: #EA6E1B !important;
}
.woocommerce-checkout .wc-block-components-product-name {
	font-size: 20px !important;
	font-weight: 700 !important;
}
.woocommerce-checkout .wc-block-components-product-metadata__description p {
	font-size: 15px !important;
	color: #666 !important;
	line-height: 165% !important;
}
.woocommerce-checkout .wc-block-components-product-price {
	font-size: 16px;
}
.woocommerce-checkout .wc-block-components-totals-footer-item span {
	font-weight: 700 !important;
	font-size: 20px !important;
}
.wc-block-components-form.wc-block-checkout__form {
	box-shadow: 0 4px 25px 0 rgba(0,0,0,.1);
	padding: 35px;
	border-radius: 18px;
}
.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
	padding-right: 20px;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
	border-radius: 18px !important;
}
.woocommerce-checkout .wc-block-components-sidebar {
	margin-top: 0 !important;
}
.writing_page_box_content form p {
	font-size: 16px;
}
.writing_page_box_content form .wc-block-components-validation-error p {
	font-size: 14px;
	color: red;
}
.writing_page_box_content form select,
.writing_page_box_content form input {
	border-color: #ccc !important;
	border-radius: 8px !important;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
	margin: 0px 0 30px 0;
}
.wc-block-checkout__actions_row {
	display: block !important;
	overflow: hidden;
}
.wc-block-checkout__actions_row button {
	float: right;
	background: #EA6E1B;
	color: #fff;
	border-radius: 10px;
	transition: all 0.2s;
}
.wc-block-checkout__actions_row button:hover {
	opacity: 0.6;
}
.woocommerce-order-received .inner_page_banner_area {
	display: none;
}
.course_pdf_area .container {
	max-width: 1000px;
}
.course_pdf_participate {}
.course_pdf_participate ul{
	list-style: none;
}
.course_pdf_participate ul li{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dashed #aaa;
}
.course_pdf_title {
	background: #f2f2f2;
	padding: 20px;
	margin-bottom: 24px;
}
.p_meta {
	padding-top: 7px;
}
.p_meta p {
	color: #666;
	margin-top: 7px;
}
.generate_student_pdf button {
	font-size: 14px;
	float: left;
	margin: 7px;
}
.generate_student_pdf {
	overflow: hidden;
	margin: -8px;
	padding-top: 20px;
}
.woocommerce-order-received .woocommerce-order p,
.woocommerce-order-received .woocommerce-order ul,
.woocommerce-order-received .woocommerce-order section {
	display: none;
}
.invoice_message p {
	display: block !important;
}
.invoice_message {
	padding: 100px 0 80px;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}
.single_product_area_page .product_title,
.single_product_area_page .quantity,
.single_product_area_page .product_meta,
.single_product_area_page .woocommerce-tabs {
	display: none;
}
.single_product_area_page .entry-summary {
    width: 100% !important;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}
.single_product_wrapper {
	
}
.single_product_box_img img{
	width: 100% !important;
	height: auto;
	border-radius: 12px;
}
.single-product .inner_page_banner_area {
	text-align: center;
	padding-bottom: 25px;
}
.single_product_area_page {
	position: relative;
	background: #f2f2f2;
}
.single_product_area_page .single_add_to_cart_button {
	background: #EA6E1B !important;
	color: #fff !important;
	display: block !important;
	text-align: center;
	padding: 20px 30px !important;
	font-weight: 600 !important;
	border-radius: 29px !important;
	font-size: 18px !important;
	width: 100% !important;
}
.single_product_area_page .single_add_to_cart_button:hover {
	opacity: 0.6;
}
.single_product_area_page .cart {
	margin-bottom: 0 !important;
}
.single_product_area_page .price {
	color: #EA6E1B !important;
	font-size: 28px !important;
	font-weight: 700;
	line-height: 120%;
	margin-bottom: 12px;
}
.single-product .woocommerce-notices-wrapper {
	background: #EA6E1B !important;
	padding: 0 20px 20px 20px;
}
.single-product .woocommerce-message {
	max-width: 873px;
	margin: 0 auto;
	background: rgba(255,255, 255, 0.2);
	color: #fff;
	border-width: 0;
	border-radius: 13px;
	padding: 12px 12px 12px 50px;
}
.single-product .woocommerce-message::before {
	color: #fff !important;
	margin-top: 2px;
}
.single-product .woocommerce-message .button {
	background: #fff !important;
	color: #000 !important;
	border-radius: 8px !important;
}
.single-product .woocommerce-message .button:hover {
	opacity: 0.6;
}
.single-product .woocommerce-message p {
	float: left;
	margin-top: 4px;
}
.single_product_custom_meta {
	margin: 20px 0;
}
.single_product_custom_meta ul{
	list-style: none;
}

.single_product_custom_meta ul li:first-child {
}
.single_product_custom_meta ul li {
	overflow: hidden;
	border-bottom: 1px dashed rgba(0,0,0,0.3);
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #000;
}
.single_product_custom_meta ul li:last-child {
	border-bottom: 0 dashed rgba(255,255,255,0.4);
	margin-bottom: 0;
	padding-bottom: 0;
}
.single_product_custom_meta ul li span {
	font-weight: 600;
}
.single_product_custom_meta ul li span:first-child{
	float: left;
}
.single_product_custom_meta ul li span:last-child{
	float: right;
}
.single_product_custom_meta ul li i {
	color: #EA6E1B;
	margin-right: 3px;
}
.single_product_custom_meta ul li i:last-child {
	margin-right: 0;
}
.single_product_custom_meta ul li img {
	margin-right: 12px;
	width: 30px !important;
	height: auto !important;
}
.single_product_custom_meta ul li img:last-child {
	margin-right: 0;
}
.single_post_container {
	max-width: 1170px !important;
}
.inner_page_banner_title h1 {
	font-size: 42px;
	font-weight: 800;
	color: #000;
	max-width: 776px;
}
.writing_page_area_withred {
	position: relative;
}

.writing_page_area_withred .container {
	position: relative;
	z-index: 2;
}
.writing_page_box_content_featured_image {
	margin-bottom: 30px;
	margin-top: 30px;
}
.writing_page_box_content_featured_image img {
	width: 100%;
	border-radius: 25px;
}
.single-post .inner_page_banner_area {
	padding-bottom: 10px;
}
.blog_wrapper {}
.blog_wrapper .row {
	margin: -15px;
}
.blog_wrapper .row > div{
	padding: 15px;
}
.single_post_box {
	background: #fff;
	border-radius: 22px;
	padding: 20px;
	height: 100%;
	text-align: center;
}
.single_post_box a:hover {
	opacity: 0.6;
}
.single_post_box_img img {
	width: 100%;
	border-radius: 10px;
}
.single_post_box_img {
	margin-bottom: 15px;
}
.single_post_box_date {
	font-size: 15px;
	color: #aaa;
}
.single_post_box_date i {
	color: #ccc;
	margin-right: 6px;
	font-size:17px;
}
.single_post_box_date i,
.single_post_box_date span {
	display: inline-block;
	vertical-align: middle;
}
.single_post_box_details {
	margin-top: 10px;
	margin-bottom: 4px;
}
.single_post_box_details h2 {
	line-height: 145%;
	font-size: 20px;
	color: #000;
	font-weight: 800;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}
.inner_hero_area {
	padding: 110px 0 135px 0;
}
.inner_hero_area::after {
	display: none;
}
.inner_hero_area h1 {
	font-size: 50px !important;
}
.inner_hero_area::before {
	opacity: 0.75 !important;
}
.page-template-page-online-courses .home_hero_wrapper,
.page-template-page-courses .home_hero_wrapper {
	text-align: center;
	margin: 0 auto;
	max-width: 890px;
}
.single_post_box_date {
	margin-top: 10px;
}
.writing_page_area_withred .single_post_box_date i,
.writing_page_area_withred .single_post_box_date {
	color: #aaa !important
}
.single-product .inner_page_banner_title h1 {
	max-width: 100%;
}
.single_product_custom_meta_courseenrolledby {}
.single_product_custom_meta_courseenrolledby span:nth-child(1){
	margin-top: 3px;
}
.woocommerce-account .woocommerce-orders-table__cell-order-status,
.woocommerce-account .woocommerce-orders-table__header-order-status {
	display: none;
}
.woocommerce-account .writing_page_area .container,
.woocommerce-account .inner_page_banner_area .container{
	max-width: 900px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 30% !important;
	background: #f2f2f2;
	padding: 25px;
	border-radius: 8px;
}
.woocommerce-account .woocommerce-MyAccount-content{
	width: 70% !important;
	padding-left: 25px;
}
.woocommerce-account .writing_page_box_content,
.woocommerce-account .writing_page_box,
.woocommerce-account .writing_page_area {
	overflow: initial !important;
}
.woocommerce-account div.woocommerce {
	
	border-radius: 20px;
	padding: 25px;
	background: #fff;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li{
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px dashed rgba(0,0,0,.2);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-bottom: 0 dashed rgba(0,0,0,.2);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	background: transparent;
	border: 1px solid rgba(0, 0, 0, 0);
	text-decoration: none;
	display: block;
	font-size: 16px;
	border-radius: 22px;
	line-height: 100%;
	color: #999
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
	color: #EA6E1B
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
	color: #EA6E1B;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover{}
.woocommerce-account .woocommerce-orders-table__header-order-actions,
.woocommerce-account .woocommerce-orders-table__cell-order-actions {
	text-align: right;
}
.woocommerce-account tbody .woocommerce-orders-table__row{
	font-size: 16px;
}
.woocommerce-account .woocommerce-orders-table__cell-order-actions a {
	color: #fff !important;
	font-weight: 500 !important;
	font-size: 15px !important;
	display: inline-block !important;
	padding: 9px 26px !important;
	border-radius: 26px !important;
	background: #EA6E1B !important;
}
.woocommerce-account .woocommerce-orders-table__cell-order-actions a:hover {
	opacity: 0.6;
}
.woocommerce-account .woocommerce table.shop_table {
	margin: 0;
}
.woocommerce-account .woocommerce-customer-details {
	display: none;
}
.woocommerce-account .u-column1.col-1.woocommerce-Address {}
.woocommerce-account .u-column2.col-2.woocommerce-Address {
	display: none;
}
.woocommerce-account .u-column1.col-1.woocommerce-Address {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-top: 20px;
}
.woocommerce-account .woocommerce-Address-title  {
	padding-bottom: 10px !important;
}
.woocommerce-account .woocommerce-Address-title .edit {
	float: none !important;
}
.woocommerce-account .woocommerce-address-fields__field-wrapper {
}
.woocommerce-account .woocommerce-EditAccountForm p,
.woocommerce-account .woocommerce-address-fields__field-wrapper p {
	padding: 0 !important;
	margin: 0 0 20px 0 !important;
}
.woocommerce-account .woocommerce-address-fields__field-wrapper p#billing_address_1_field {
	margin: 0 0 10px 0 !important;
}
.woocommerce-account .woocommerce-EditAccountForm p.form-row-first,
.woocommerce-account .woocommerce-address-fields__field-wrapper p#billing_first_name_field {
	width: calc(50% - 10px)
}
.woocommerce-account .woocommerce-EditAccountForm p.form-row-last,
.woocommerce-account .woocommerce-address-fields__field-wrapper p#billing_last_name_field {
	width: calc(50% - 10px)
}

.woocommerce-account .woocommerce-address-fields__field-wrapper span.optional {
	display: none;
}
.woocommerce-account .woocommerce-EditAccountForm span,
.woocommerce-account .woocommerce-address-fields__field-wrapper span  {
	width: 100%;
	display: block;
}
.woocommerce-account .woocommerce-EditAccountForm tel,
.woocommerce-account .woocommerce-EditAccountForm select,
.woocommerce-account .woocommerce-EditAccountForm input,
.woocommerce-account .woocommerce-address-fields__field-wrapper tel,
.woocommerce-account .woocommerce-address-fields__field-wrapper select,
.woocommerce-account .woocommerce-address-fields__field-wrapper input {
	width: 100% !important;
	display: block;
	box-shadow: none !important;
	border: 1px solid #eee;
	padding: 14px 20px;
}
.woocommerce-account .woocommerce-order-details {
	margin-top: 20px;
	margin-bottom: 0 !important;
}
.woocommerce-account .inner_page_banner_area {
	display: none;
}
.woocommerce-account .select2-selection {
	height: 50px !important;
	border: 1px solid #ccc !important;
	padding: 10px;
}
.woocommerce-account .woocommerce-address-fields__field-wrapper span.select2-selection__arrow {
	top: 12px;
	right: 10px;
}
.woocommerce-account button.button:hover {
	opacity: 0.6;
}
.woocommerce-account button.button {
		background: #EA6E1B !important;
		color: #fff !important;
		display: inline-block !important;
		text-align: center !important;
		padding: 14px 38px !important;
		font-weight: 600 !important;
		border-radius: 26px !important;
		float: right !important;
}
.woocommerce-account .woocommerce-EditAccountForm span.show-password-input,
.woocommerce-account .woocommerce-EditAccountForm span.required {
	display: initial !important;
	width: initial !important;
}
.myaccount_no_product h2 {
	font-size: 22px;
	line-height: 140%;
}
#account_display_name_description {
	font-size: 14px;
}
.single_faq_box_title {
	position: relative;
}
.single_faq_box_title h2 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
}
.single_faq_box_title {
	padding: 25px 50px 25px 15px;
	border-bottom: 2px solid #eee;
	cursor: pointer;
}
.single_faq_box_content {
	display: none;
}
.single_faq_box_content p {
	color: #666;
	font-size: 18px;
	line-height: 175%;
	padding: 20px;
}
.single_faq_box_title div svg {
	height: 16px !important;
	width: auto !important;
	transition: all 0.2s;
}
.faq_active div svg {
	transform: rotate(180deg);
}
.single_faq_box_title div {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
}
.faq_row {
	margin: -10px;
}
.faq_row > div {
	padding: 10px;
}
.faq_area {}
.faq_area .container{
	max-width: 900px;
}
.short_hero_center {
	text-align: center;
}
.short_hero_center h1 {
	max-width: 100% !important;
}
.faq_box_wrapper {
	border-top: 2px solid #eee;
}
.page-template-page-faq {}
.faq_area {
	position: relative;
}
.faq_area .container{
	position: relative;
	z-index: 2;
}
.faq_area:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: #EA6E1B;
	z-index: 1;
}
.short_hero_center {
	padding-bottom: 40px;
}
.contact_box_main_wrapper {
	background: #fff;
	border-radius: 20px;
	overflow: hidden;
	padding: 35px;
}
.contact_box_main_wrapper .row {
	margin: -10px;
}
.contact_box_main_wrapper .row > div{
	padding: 10px;
}
.single_input label {
	font-size: 15px;
	font-weight: 600;
	color: #000;
	display: block;
	margin-bottom: 5px;
}
.single_input textarea {
	height: 140px;
}
.single_input textarea,
.single_input input {
	border: 1px solid #dddd;
	border-radius: 10px;
	padding: 13px 20px;
}
.wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-response-output {
	font-size: 16px;
	margin: 15px 0 0 0 !important;
	font-size: 15px;
	padding: 11px 20px !important;
	border-radius: 11px;
}
.single_input_btn input {
	float: right;
	background: #EA6E1B;
	padding: 10px 48px;
	border-radius: 25px;
	color: #fff;
	transition: all 0.2s;
}
.single_input_btn input:hover {
	opacity: 0.6;
}
.wpcf7-not-valid {
	border-color: red !important;
}
.makepdf {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #fff;
	padding: 20px;
	box-shadow: 0 -4px 25px 0 rgba(0,0,0,.09);
	z-index: 2;
}
.makepdf button:hover {
	opacity: 0.6;
}
.makepdf button {
	background: #EA6E1B;
	color: #fff;
	padding: 12px 20px;
	border-radius: 10px;
}
.course_with_bg .single_course_box_details p a:hover {
	text-decoration: underline;
}
.course_with_bg .single_course_box_details p a {
	font-size: 15px;
	line-height: 160%;
	color: #EA6E1B;
	font-weight: 600;
}
.course_with_bg .single_course_box_details p {
	font-size: 15px;
	line-height: 160%;
}
.home_howitwork_box_logo {
	margin-bottom: 25px;
}
.home_howitwork_box_logo img {
	max-width: 310px;
	width: 100%;
}
body .xoo-el-action-form button {
	margin: 10px 0 0 0 !important;
	width: 100% !important;
	height: initial !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	padding: 17px !important;
}
body .xoo-el-action-form input {
	border-radius: 0 8px 8px 0 !important;
}
.xoo-el-form-container ul.xoo-el-tabs li {
	background-color: #fff !important;
	color: #aaa !important;
	border-radius: 26px !important;
}
.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
	background-color: #eee !important;
	border: #f2f2f2 !important;
	color: #000 !important;
}
.single_course_box_offline {
	
}
.single_course_box_offline .single_course_box_img {
	
}
.single_course_box_offline .single_course_box_details {
	width: 100%;
}
.single_course_box_offline .single_course_box_cta a {

}
.single_course_box_offline .single_course_box_details h3 {
	font-size: 15px;
	line-height: 150%;
}

div#mce-success-response {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}
.selecting_booking_date div {
	float: right;
	max-width: 215px;
}
.selecting_booking_date div input {
	background-image: url(../images/arrow-down2.svg);
	background-repeat: no-repeat;
	background-position: center right 10px;
	background-color: #fff;
	padding: 10px 15px;
	border-radius: 10px;
	border: 1px solid #ccc;
}
.selecting_booking_date span {
	margin-top: 11px;
}
.mini_busket_box_noitems .variation {
	display: none !important;
}
form.post-password-form {
    width: 90%;
    max-width: 440px;
    margin: 100px auto 0 auto;
    border: 2px solid #eee;
    padding: 35px;
    text-align: center;
    border-radius: 20px;
}

form.post-password-form input[type=password] {
	background-color: #fff;
	padding: 10px 15px;
	border-radius: 10px;
	border: 1px solid #ccc;
	display: block;
	width: 100%;
}

form.post-password-form label {
	width: 100%;
	margin-top: 10px;
}
form.post-password-form input[type=submit] {
	padding: 10px 15px;
	border-radius: 10px;
	display: block;
	width: 100%;
	margin-top: 10px;
}
.pss_msg {
	margin-bottom: 15px;
}
.woocommerce-product-details__short-description a {
	color: #EA6E1B;
	font-weight: 500;
	text-decoration: underline;
}
#payment-method {
	height: 0;
	overflow: hidden;
	margin: 0;
}
.wc-block-components-form > div:nth-child(1),
.ppcp-messages {
	display: none !important;
}
.student_add {
	max-width: 470px;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #ddd;
	padding: 29px;
}
.student_add label {
	font-size: 14px;
	font-weight: 700;
	display: block;
	margin-bottom: 7px;
}
.student_add_input {
	margin-bottom: 18px;
}
.student_add_input input, .student_add_input select {
	font-size: 16px;
	padding: 12px 18px;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	box-shadow: none !important;
	border: 1px solid #ccc;
}
.student_add_input_btn input {
	float: right;
	background: #EA6E1B;
}
body.single-product .woocommerce-notices-wrapper {
	display: none !important;
}
.pss_price {
	display: inline-block;
	color: #000;
	font-weight: 700;
	font-size: 18px;
	border: 2px solid #ddd;
	border-radius: 6px;
	padding: 5px 16px;
	margin-bottom: 15px;
}
.woocommerce-billing-fields__field-wrapper > p#billing_address_2_field,
.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout form.woocommerce-checkout #customer_details .col-2 {
	display: none !important;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details .col-1 {
	max-width: 100%;
	width: 100% !important;
	padding: 0 !important;
}
.woocommerce-checkout form.woocommerce-checkout #customer_details {
	width: 60%;
	box-shadow: 0 4px 25px 0 rgba(0,0,0,.1);
	padding: 35px;
	border-radius: 18px;
	float: left;
}
.woocommerce-checkout form.woocommerce-checkout #order_review,
.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
	float: right;
	width: 35%;
}
.woocommerce-checkout form.woocommerce-checkout h3 {
	font-size: 22px;
}
.woocommerce-billing-fields__field-wrapper {
	margin: -10px -8px;
	display: flex;
	flex-wrap: wrap;
}
.woocommerce-billing-fields__field-wrapper > p {
	padding: 10px 8px !important;
	margin: 0 !important;
	width: 100% !important;
	float: left;
	clear: unset !important;
}

.woocommerce-billing-fields__field-wrapper > p#billing_phone_field,
.woocommerce-billing-fields__field-wrapper > p#billing_postcode_field,
.woocommerce-billing-fields__field-wrapper > p#billing_state_field,
.woocommerce-billing-fields__field-wrapper > p#billing_city_field,
.woocommerce-billing-fields__field-wrapper > p:nth-child(2),
.woocommerce-billing-fields__field-wrapper > p:nth-child(1) {
	width: 50% !important;
}
.woocommerce-billing-fields__field-wrapper span {
	width: 100%;
	display: block;
}
.woocommerce-billing-fields__field-wrapper label .optional {
	display: none;
}
.woocommerce-billing-fields__field-wrapper label {
	width: 100%;
	display: block !important;
	font-size: 14px !important;
	color: #000;
	font-weight: 600;
}
.woocommerce-billing-fields__field-wrapper > p input {
	font-size: 16px;
	padding: 12px 19px !important;
	border: 1px solid #ccc !important;
}
.woocommerce-billing-fields__field-wrapper .required {
	display: inline-block !important;
	width: initial;
}
.woocommerce-billing-fields__field-wrapper .select2-container .select2-selection--single {
	height: 46px;
	border: 1px solid #ccc;
	border-radius: 7px !important;
}
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
	padding-top: 13px;
	padding-left: 18px;
}
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px !important;
	right: 8px !important;
	height: 28px;
}
#payment ul {
	height: 0 !important;
	overflow: hidden;
	padding: 0 !important;
}
.woocommerce-terms-and-conditions-wrapper {
	display: none;
}
#payment {
	background: transparent !important;
	margin-top: 20px !important;
}
#payment .place-order {
	padding: 20px 0 0 0 !important;
	display: block;
	margin: 0 !important;
}
#payment #place_order:hover {
	opacity: 0.6;
}
#payment #place_order {
	float: right !important;
	background: #EA6E1B;
	color: #fff;
	border-radius: 26px;
	transition: all 0.2s;
	width: 100%;
	max-width: 328px;
	padding: 18px 10px;
	transition: all 0.2s;
	
}
body #place_order.ppcp-hidden {
	display: block !important;
}
.ppc-button-wrapper {
	
}
.contact_area {
	background: #f2f2f2;
	border-radius: 20px;
}
.borderradius {
	border-radius: 35px 35px 0 0;
}
.woocommerce-account .height-space-footer,
.page-template-page-blog .height-space-footer,
.page-template-page-faq .height-space-footer,
.page-template-page-contact .height-space-footer {
	display: none;
}
.contact_box_main_img {
	height: 100%;
	border-radius: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.contact_title {
	margin-bottom: 35px;
}
.contact_title h1 {
	font-size: 35px;
	font-weight: 900;
}
.contact_title p {
	color: #666;
	margin-top: 10px;
}
.faq_area_new {
	background: #f2f2f2;
}
.grey_bg {
	background: #f2f2f2;
}
.woocommerce-account .grey_bg {
	background: #111;
}
.woocommerce-account .writing_page_area {
	background: #f2f2f2;
}
.margin_grey {
	background: #f2f2f2;
	border-radius: 35px 35px 0 0;
	margin-top: -25px;
	position: relative;
	z-index: 2;
}
.single_post_head {
	background: #fff;
}
.single_post_head .single_post_box_date  {
	color: #000;
}
.single-post .single_post_box {
	background: #f2f2f2;
}
.home_blog_area {
	background: #f2f2f2;
	border-radius: 35px 35px 0 0;
}
.single-product .inner_page_banner_area {
	display: none;
}
.single-product .entry-summary {
	background: #fff;
	height: 100%;
	padding: 35px;
	border-radius: 20px;
	margin: 0 !important;
	box-shadow: -59px 30px 18px 0 rgba(0,0,0,0.1);
}
.single_product_box_img {
	background: #fff;
	height: 100%;
	padding: 35px;
	border-radius: 20px;
}
.single_product_area_page .container {
	max-width: 1322px;
}
.single-product .entry-summary h1 {
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 18px;
}
.single_product_custom_meta {
	margin: 20px 0;
	background: #f2f2f2;
	border-radius: 20px;
	padding: 40px;
}
.woocommerce-edit-address .required {
	display: inline-block !important;
	width: initial !important;
}
.download-expires,
.download-remaining {
	display: none;
}
.download-file a {
	font-size: 14px !important;
	background: #EA6E1B !important;
	border-radius: 20px !important;
}
.single_post_box_img svg {
	height: 75px;
	width: auto;
	transition: all 0.2s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.single_post_box:hover svg {
	height: 100px;
}
.invoice_message h1 {
	font-size: 35px;
	font-weight: 900;
	margin-bottom: 13px;
}
.thanks_page {
	background: #fff;
}
.single_course_box {
	text-align: center;
}
.home_pin_courses_area {
	margin-top: -35px;
	background: #fff;
	position: relative;
	z-index: 2;
	border-radius: 35px 35px 0 0;
}
.home_featured_courses_area {
	background: #111;
	border-radius: 35px 35px 0 0;
}
.home_featured_courses_area .section_title * {
	color: #fff !important;
}
.home_promo_section {
	background: #fff;
}
.woocommerce-checkout .password-input {
    width: 100%;
}
.course_type span {
	margin-top: 8px;
}
.course_type_txt {
	float: right;
	background: #fff;
	padding: 8px 14px;
	border-radius: 10px;
}
.product_filter_box_wrapper {
	margin-bottom: 30px;
	text-align: center;
}
.product_filter_box {
	display: inline-block;
	background: #fff;
	padding: 12px;
	border-radius: 34px;
}
.product_filter_box ul{
	list-style: none;
}
.product_filter_box ul li.active {
	background: #EA6E1B;
	color: #fff;
}
.product_filter_box ul li {
	display: inline-block;
	font-size: 16px;
	font-weight: 800;
	padding: 10px 26px;
	border-radius: 22px;
	cursor: pointer;
	color: #777;
}
.resources_area .container {
	max-width: 900px;
}
.resources_wrapper .row {
	margin: -10px;
}
.resources_wrapper .row > div {
	padding: 10px;
}
.single_resource_box {
	background: #fff;
	border-radius: 23px;
	padding: 24px;
}
.single_resource_box_wrapper {
	position: relative;
}
.single_resource_box_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 65px;
	height: 65px;
	background: #fff;
	border: 2px solid #eee;
	border-radius: 10px;
}
.single_resource_box_img svg {
	width: 31px !important;
	height: auto !important;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.single_resource_box_img svg path {
	fill: #aaa !important;
}
.single_resource_box_wrapper {
	padding-left: 85px;
}
.single_resource_box_des h2 {
	font-size: 20px;
	line-height: 140%;
}
.single_resource_box_des p {
	font-size: 15px;
	color: #666;
	margin-top: 6px;
}
.single_resource_box_cta {
	margin-top: 12px;
}
.single_resource_box_cta a:hover {
	opacity: 0.6;
}
.single_resource_box_cta a {
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	display: inline-block;
	padding: 7px 26px;
	border-radius: 26px;
	background: #EA6E1B;
	border: 1px solid #EA6E1B;
	font-weight: 700;
	text-align: center;
	min-width: 130px;
}
.page-template-page-resources .home_hero_wrapper p {
    max-width: 890px;
}
.home_promo_section .section_title p {
    max-width: 890px;
}
.page-template-page-videos .home_hero_wrapper p {
    max-width: 1215px;
}
.page-template-page-courses .home_hero_wrapper p {
    max-width: 880px;
}